AmazonS3
tcp/443
CloudFront
tcp/443 tcp/80
Open service 2600:9000:2104:b800:18:b250:b8c0:93a1:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 e328b143eb69c36369a2def78300d502.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: _mwnGCG-1qdgPhDkxnpqCH5nUJR7ZXmnXgEY2VhOmyCGghpfla_u2Q== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2104:a800:18:b250:b8c0:93a1:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 b9394c80294503e08bddf2381e55e810.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: Mem3qhjjQnQ76-j8_CGUEWT1DxSR2Uc9WuUolkpSHcIjzxeaPHuxJA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2104:2e00:18:b250:b8c0:93a1:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:41 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 5e828cc6ff056cb59ec35c3467ec45f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: OR4uV99ygwrB-upPMvL64Ec31gwKX7O1siTLJf4taKJ31DCqaj51Lw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2104:1000:18:b250:b8c0:93a1:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:41 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 f54d9ad301a95e7dcfde675e1cd5ba88.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: UbnOZkUiHoKSpLDGH53F-8ucdlw6SwczIO9na9gPcXcAj7AN5-rLwQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2104:e800:18:b250:b8c0:93a1:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 22487
Connection: close
Date: Thu, 01 Jan 2026 15:42:41 GMT
Last-Modified: Tue, 02 Dec 2025 18:09:18 GMT
ETag: "2a0af624cb9a2afe0cb8c869fb93b58d"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 10c6c3dafd71d2880db1f56a9baf3a70.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS1-C1
X-Amz-Cf-Id: ncZy_io1QerwNQbnBv9G5De7F1-eiFsmXgBJAn1C0zaBuDXDS-x_tg==
Page title: Cocoa Website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<title>Cocoa Website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/owl.css">
<!-- Custom CSS -->
<style>
/* Navbar Styles */
.navbar {
background-color: #a4c639;
color: white;
font-family: 'Poppins', sans-serif;
padding: 20px;
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: auto;
z-index: 1000;
width: 300px;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.navbar.active {
transform: translateX(0);
}
.navbar-brand {
margin-bottom: 20px;
margin-top: 20px;
padding-left: 30px;
display: block;
}
.logo-img {
width: 120px;
height: auto;
/* Maintain aspect ratio */
}
.navbar-links {
list-style: none;
margin-top: 0px;
padding-left: 50px;
padding-top: 0;
padding-bottom: 50px;
}
.navbar-links li {
margin-bottom: 10px;
}
.navbar-links a {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #099999;
}
/* Menu Icon */
.menu-icon {
position: fixed;
top: 70px;
right: 20px;
color: #a4c639;
background-color: #FFFFFF;
padding: 3px 7px;
font-size: 24px;
cursor: pointer;
z-index: 1001;
}
.menu-icon.active {
color: #099999;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
.navbar {
width: 100%;
height: 100%;
padding: 10px;
padding-top: 70px;
/* Adjust for menu-icon placement */
}
.navbar-brand {
text-align: center;
padding-left: 60px;
margin-bottom: 40px;
}
.navbar-links {
padding-left: 50px;
text-align: center;
}
.navbar-links li {
margin-bottom: 20px;
}
.menu-icon {
top: 15px;
right: 20px;
}
}
</style>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<ul class="left-info">
<li><a href="#"><i class="fa fa-envelope"></i>support@azvertex.io</a></li>
<li><a href="#"><i class="fa fa-phone"></i>+63 928 312 1592</a></li>
</ul>
</div>
<div class="col-md-4">
<ul c
Open service 65.9.86.97:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 5e828cc6ff056cb59ec35c3467ec45f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: qRp6_Na4iBr64CLrv1wkV5J8jBv9xsFLGz--YIu9feLjzgO-yiwZqA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2104:de00:18:b250:b8c0:93a1:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 22487
Connection: close
Date: Thu, 01 Jan 2026 15:42:41 GMT
Last-Modified: Tue, 02 Dec 2025 18:09:18 GMT
ETag: "2a0af624cb9a2afe0cb8c869fb93b58d"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 f5046bb9ebd1a8f25b2025d7d9a283f2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS1-C1
X-Amz-Cf-Id: il2rOzozrtNakEoO9tNFzLYb4Y0PJ7F8Q9ljOAMrTmtK5uDgMNOusg==
Page title: Cocoa Website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<title>Cocoa Website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/owl.css">
<!-- Custom CSS -->
<style>
/* Navbar Styles */
.navbar {
background-color: #a4c639;
color: white;
font-family: 'Poppins', sans-serif;
padding: 20px;
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: auto;
z-index: 1000;
width: 300px;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.navbar.active {
transform: translateX(0);
}
.navbar-brand {
margin-bottom: 20px;
margin-top: 20px;
padding-left: 30px;
display: block;
}
.logo-img {
width: 120px;
height: auto;
/* Maintain aspect ratio */
}
.navbar-links {
list-style: none;
margin-top: 0px;
padding-left: 50px;
padding-top: 0;
padding-bottom: 50px;
}
.navbar-links li {
margin-bottom: 10px;
}
.navbar-links a {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #099999;
}
/* Menu Icon */
.menu-icon {
position: fixed;
top: 70px;
right: 20px;
color: #a4c639;
background-color: #FFFFFF;
padding: 3px 7px;
font-size: 24px;
cursor: pointer;
z-index: 1001;
}
.menu-icon.active {
color: #099999;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
.navbar {
width: 100%;
height: 100%;
padding: 10px;
padding-top: 70px;
/* Adjust for menu-icon placement */
}
.navbar-brand {
text-align: center;
padding-left: 60px;
margin-bottom: 40px;
}
.navbar-links {
padding-left: 50px;
text-align: center;
}
.navbar-links li {
margin-bottom: 20px;
}
.menu-icon {
top: 15px;
right: 20px;
}
}
</style>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<ul class="left-info">
<li><a href="#"><i class="fa fa-envelope"></i>support@azvertex.io</a></li>
<li><a href="#"><i class="fa fa-phone"></i>+63 928 312 1592</a></li>
</ul>
</div>
<div class="col-md-4">
<ul c
Open service 2600:9000:2104:e800:18:b250:b8c0:93a1:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 9385401cebb473e4ed1da6c81b927c52.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: NDQ64famsDdBO1w_LBuL0fJ4ovc6QfK0iBkYX6UJ8ChaegsTlAzuyg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2104:6800:18:b250:b8c0:93a1:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 609487f3e9c1fd7ddcc7b01d9818bfec.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: IYejE29Eqp8HEpVy_tsPEZCRvCHWbh1bfffzNDNmMkYMHb9RaEyi0g== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.9.86.20:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 403 Forbidden Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 d143bdfb7cce4cf7ec0bcf9ec13e5914.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: YrL9nEejV87UPXfdK2C-d-tZR4b9azSBQqXuE3WiYQLmgPd9gqV--g== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: YrL9nEejV87UPXfdK2C-d-tZR4b9azSBQqXuE3WiYQLmgPd9gqV--g== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:2104:de00:18:b250:b8c0:93a1:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 254622ebfed5feb6e2d8380b3f9c4c10.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: -tUYpPAI1e_VCRWPcuXYS67UMVOivQ8akLG3_jol-Mc-LJ-1iCBuqQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.9.86.99:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 403 Forbidden Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 bdba42cf1410fb617eeb4ffd3e0b9cb6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: BV2gTNF6hZEZmSpm9ReAVDtwxYJ5YCY9gH_-UYBdJtdGswMdDAqlrA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: BV2gTNF6hZEZmSpm9ReAVDtwxYJ5YCY9gH_-UYBdJtdGswMdDAqlrA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:2104:1000:18:b250:b8c0:93a1:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 22487
Connection: close
Date: Thu, 01 Jan 2026 15:42:41 GMT
Last-Modified: Tue, 02 Dec 2025 18:09:18 GMT
ETag: "2a0af624cb9a2afe0cb8c869fb93b58d"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 e10153740ff95eb4d0c9f3172baeb43e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS1-C1
X-Amz-Cf-Id: nRmvHlxnAej-jmGCE-2OdatSHIC3wgvYSYTELUeEq7BXhR36t-AkJw==
Page title: Cocoa Website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<title>Cocoa Website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/owl.css">
<!-- Custom CSS -->
<style>
/* Navbar Styles */
.navbar {
background-color: #a4c639;
color: white;
font-family: 'Poppins', sans-serif;
padding: 20px;
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: auto;
z-index: 1000;
width: 300px;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.navbar.active {
transform: translateX(0);
}
.navbar-brand {
margin-bottom: 20px;
margin-top: 20px;
padding-left: 30px;
display: block;
}
.logo-img {
width: 120px;
height: auto;
/* Maintain aspect ratio */
}
.navbar-links {
list-style: none;
margin-top: 0px;
padding-left: 50px;
padding-top: 0;
padding-bottom: 50px;
}
.navbar-links li {
margin-bottom: 10px;
}
.navbar-links a {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #099999;
}
/* Menu Icon */
.menu-icon {
position: fixed;
top: 70px;
right: 20px;
color: #a4c639;
background-color: #FFFFFF;
padding: 3px 7px;
font-size: 24px;
cursor: pointer;
z-index: 1001;
}
.menu-icon.active {
color: #099999;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
.navbar {
width: 100%;
height: 100%;
padding: 10px;
padding-top: 70px;
/* Adjust for menu-icon placement */
}
.navbar-brand {
text-align: center;
padding-left: 60px;
margin-bottom: 40px;
}
.navbar-links {
padding-left: 50px;
text-align: center;
}
.navbar-links li {
margin-bottom: 20px;
}
.menu-icon {
top: 15px;
right: 20px;
}
}
</style>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<ul class="left-info">
<li><a href="#"><i class="fa fa-envelope"></i>support@azvertex.io</a></li>
<li><a href="#"><i class="fa fa-phone"></i>+63 928 312 1592</a></li>
</ul>
</div>
<div class="col-md-4">
<ul c
Open service 2600:9000:2104:6800:18:b250:b8c0:93a1:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 22487
Connection: close
Date: Thu, 01 Jan 2026 15:42:41 GMT
Last-Modified: Tue, 02 Dec 2025 18:09:18 GMT
ETag: "2a0af624cb9a2afe0cb8c869fb93b58d"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 e10153740ff95eb4d0c9f3172baeb43e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS1-C1
X-Amz-Cf-Id: nGc6QAvhxfpT2M5RatN_0mnKb7R_d3R9H7v0-N-WoltEGCS1ENNgpA==
Page title: Cocoa Website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<title>Cocoa Website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/owl.css">
<!-- Custom CSS -->
<style>
/* Navbar Styles */
.navbar {
background-color: #a4c639;
color: white;
font-family: 'Poppins', sans-serif;
padding: 20px;
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: auto;
z-index: 1000;
width: 300px;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.navbar.active {
transform: translateX(0);
}
.navbar-brand {
margin-bottom: 20px;
margin-top: 20px;
padding-left: 30px;
display: block;
}
.logo-img {
width: 120px;
height: auto;
/* Maintain aspect ratio */
}
.navbar-links {
list-style: none;
margin-top: 0px;
padding-left: 50px;
padding-top: 0;
padding-bottom: 50px;
}
.navbar-links li {
margin-bottom: 10px;
}
.navbar-links a {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #099999;
}
/* Menu Icon */
.menu-icon {
position: fixed;
top: 70px;
right: 20px;
color: #a4c639;
background-color: #FFFFFF;
padding: 3px 7px;
font-size: 24px;
cursor: pointer;
z-index: 1001;
}
.menu-icon.active {
color: #099999;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
.navbar {
width: 100%;
height: 100%;
padding: 10px;
padding-top: 70px;
/* Adjust for menu-icon placement */
}
.navbar-brand {
text-align: center;
padding-left: 60px;
margin-bottom: 40px;
}
.navbar-links {
padding-left: 50px;
text-align: center;
}
.navbar-links li {
margin-bottom: 20px;
}
.menu-icon {
top: 15px;
right: 20px;
}
}
</style>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<ul class="left-info">
<li><a href="#"><i class="fa fa-envelope"></i>support@azvertex.io</a></li>
<li><a href="#"><i class="fa fa-phone"></i>+63 928 312 1592</a></li>
</ul>
</div>
<div class="col-md-4">
<ul c
Open service 2600:9000:2104:2e00:18:b250:b8c0:93a1:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 22487
Connection: close
Date: Thu, 01 Jan 2026 15:42:41 GMT
Last-Modified: Tue, 02 Dec 2025 18:09:18 GMT
ETag: "2a0af624cb9a2afe0cb8c869fb93b58d"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 10c6c3dafd71d2880db1f56a9baf3a70.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS1-C1
X-Amz-Cf-Id: 6lE2baABofPOQlnmFzLwTwqJGz4lLG4G08Ddf7UOAHtlXt2ePuuckA==
Page title: Cocoa Website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<title>Cocoa Website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/owl.css">
<!-- Custom CSS -->
<style>
/* Navbar Styles */
.navbar {
background-color: #a4c639;
color: white;
font-family: 'Poppins', sans-serif;
padding: 20px;
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: auto;
z-index: 1000;
width: 300px;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.navbar.active {
transform: translateX(0);
}
.navbar-brand {
margin-bottom: 20px;
margin-top: 20px;
padding-left: 30px;
display: block;
}
.logo-img {
width: 120px;
height: auto;
/* Maintain aspect ratio */
}
.navbar-links {
list-style: none;
margin-top: 0px;
padding-left: 50px;
padding-top: 0;
padding-bottom: 50px;
}
.navbar-links li {
margin-bottom: 10px;
}
.navbar-links a {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #099999;
}
/* Menu Icon */
.menu-icon {
position: fixed;
top: 70px;
right: 20px;
color: #a4c639;
background-color: #FFFFFF;
padding: 3px 7px;
font-size: 24px;
cursor: pointer;
z-index: 1001;
}
.menu-icon.active {
color: #099999;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
.navbar {
width: 100%;
height: 100%;
padding: 10px;
padding-top: 70px;
/* Adjust for menu-icon placement */
}
.navbar-brand {
text-align: center;
padding-left: 60px;
margin-bottom: 40px;
}
.navbar-links {
padding-left: 50px;
text-align: center;
}
.navbar-links li {
margin-bottom: 20px;
}
.menu-icon {
top: 15px;
right: 20px;
}
}
</style>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<ul class="left-info">
<li><a href="#"><i class="fa fa-envelope"></i>support@azvertex.io</a></li>
<li><a href="#"><i class="fa fa-phone"></i>+63 928 312 1592</a></li>
</ul>
</div>
<div class="col-md-4">
<ul c
Open service 2600:9000:2104:b800:18:b250:b8c0:93a1:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 22487
Connection: close
Date: Thu, 01 Jan 2026 15:42:41 GMT
Last-Modified: Tue, 02 Dec 2025 18:09:18 GMT
ETag: "2a0af624cb9a2afe0cb8c869fb93b58d"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 f5046bb9ebd1a8f25b2025d7d9a283f2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS1-C1
X-Amz-Cf-Id: ARbeAJnNv5dhye9RMtf7GH_cxBxu_Vh2eWT_Vez61_XraZ5FH4VghQ==
Page title: Cocoa Website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<title>Cocoa Website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/owl.css">
<!-- Custom CSS -->
<style>
/* Navbar Styles */
.navbar {
background-color: #a4c639;
color: white;
font-family: 'Poppins', sans-serif;
padding: 20px;
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: auto;
z-index: 1000;
width: 300px;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.navbar.active {
transform: translateX(0);
}
.navbar-brand {
margin-bottom: 20px;
margin-top: 20px;
padding-left: 30px;
display: block;
}
.logo-img {
width: 120px;
height: auto;
/* Maintain aspect ratio */
}
.navbar-links {
list-style: none;
margin-top: 0px;
padding-left: 50px;
padding-top: 0;
padding-bottom: 50px;
}
.navbar-links li {
margin-bottom: 10px;
}
.navbar-links a {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #099999;
}
/* Menu Icon */
.menu-icon {
position: fixed;
top: 70px;
right: 20px;
color: #a4c639;
background-color: #FFFFFF;
padding: 3px 7px;
font-size: 24px;
cursor: pointer;
z-index: 1001;
}
.menu-icon.active {
color: #099999;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
.navbar {
width: 100%;
height: 100%;
padding: 10px;
padding-top: 70px;
/* Adjust for menu-icon placement */
}
.navbar-brand {
text-align: center;
padding-left: 60px;
margin-bottom: 40px;
}
.navbar-links {
padding-left: 50px;
text-align: center;
}
.navbar-links li {
margin-bottom: 20px;
}
.menu-icon {
top: 15px;
right: 20px;
}
}
</style>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<ul class="left-info">
<li><a href="#"><i class="fa fa-envelope"></i>support@azvertex.io</a></li>
<li><a href="#"><i class="fa fa-phone"></i>+63 928 312 1592</a></li>
</ul>
</div>
<div class="col-md-4">
<ul c
Open service 65.9.86.99:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 0f65f9aac16e53eeb77d85b7c23a21c2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: 0ipbd0a3gwXTrHnbEXOPaL1-DOY0ngKEF3JSljgtxyvoJRmNp8B7NQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.9.86.106:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 bdbb0d922c29917c00cfed799f55e7c2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: OTUKl0hcDYhRlyq6lHSIfBgr5d0Ew9kN2S80afsJa4hwt_fK6Hxaow== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.9.86.97:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 403 Forbidden Server: CloudFront Date: Thu, 01 Jan 2026 15:42:40 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 e328b143eb69c36369a2def78300d502.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: 8uHKhzm3rlxQQkIjLSNDTW4POz3rH2bWa3OpwAix6rD8Q6X4OLTyKA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 8uHKhzm3rlxQQkIjLSNDTW4POz3rH2bWa3OpwAix6rD8Q6X4OLTyKA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 65.9.86.20:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 8da78542dac6b4328eb443200c30bbfe.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: VCfqF5UeAbgSUOIrbx4wncXhwZacdN88pyvkzC4O95n-4u62xEODZw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2104:d600:18:b250:b8c0:93a1:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 22487
Connection: close
Date: Thu, 01 Jan 2026 15:42:41 GMT
Last-Modified: Tue, 02 Dec 2025 18:09:18 GMT
ETag: "2a0af624cb9a2afe0cb8c869fb93b58d"
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 043fc2faaa02eeb59193e3fa300adb6a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS1-C1
X-Amz-Cf-Id: BT4PKU2AT-ymhbJQSNbg2r9KjiHSPSwkCfRZcOFW3WNy9O6US1rvFA==
Page title: Cocoa Website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<title>Cocoa Website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/owl.css">
<!-- Custom CSS -->
<style>
/* Navbar Styles */
.navbar {
background-color: #a4c639;
color: white;
font-family: 'Poppins', sans-serif;
padding: 20px;
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: auto;
z-index: 1000;
width: 300px;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.navbar.active {
transform: translateX(0);
}
.navbar-brand {
margin-bottom: 20px;
margin-top: 20px;
padding-left: 30px;
display: block;
}
.logo-img {
width: 120px;
height: auto;
/* Maintain aspect ratio */
}
.navbar-links {
list-style: none;
margin-top: 0px;
padding-left: 50px;
padding-top: 0;
padding-bottom: 50px;
}
.navbar-links li {
margin-bottom: 10px;
}
.navbar-links a {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #099999;
}
/* Menu Icon */
.menu-icon {
position: fixed;
top: 70px;
right: 20px;
color: #a4c639;
background-color: #FFFFFF;
padding: 3px 7px;
font-size: 24px;
cursor: pointer;
z-index: 1001;
}
.menu-icon.active {
color: #099999;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
.navbar {
width: 100%;
height: 100%;
padding: 10px;
padding-top: 70px;
/* Adjust for menu-icon placement */
}
.navbar-brand {
text-align: center;
padding-left: 60px;
margin-bottom: 40px;
}
.navbar-links {
padding-left: 50px;
text-align: center;
}
.navbar-links li {
margin-bottom: 20px;
}
.menu-icon {
top: 15px;
right: 20px;
}
}
</style>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<ul class="left-info">
<li><a href="#"><i class="fa fa-envelope"></i>support@azvertex.io</a></li>
<li><a href="#"><i class="fa fa-phone"></i>+63 928 312 1592</a></li>
</ul>
</div>
<div class="col-md-4">
<ul c
Open service 2600:9000:2104:d600:18:b250:b8c0:93a1:80 · azvertex.io
2026-01-01 15:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 15:42:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://azvertex.io/ X-Cache: Redirect from cloudfront Via: 1.1 e13e8f228afcbd0862f27c6ebd714878.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: HjX4OpsnJXZbvilbsDmyLXcDHXACyU7xMjaIbYALy6iLyp3P_yxZMQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.9.86.106:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 403 Forbidden Server: CloudFront Date: Thu, 01 Jan 2026 15:42:39 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 7f71f5258c6bbee046a26011fbbfa996.cloudfront.net (CloudFront) X-Amz-Cf-Pop: AMS1-C1 X-Amz-Cf-Id: A1QZdVdEszOmDb0JI2hPjFTJGAMBDjmc0pKQeOT8ZqH3O-19gWasog== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: A1QZdVdEszOmDb0JI2hPjFTJGAMBDjmc0pKQeOT8ZqH3O-19gWasog== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:2104:a800:18:b250:b8c0:93a1:443 · azvertex.io
2026-01-01 15:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 22487
Connection: close
Date: Thu, 01 Jan 2026 15:42:41 GMT
Last-Modified: Tue, 02 Dec 2025 18:09:18 GMT
ETag: "2a0af624cb9a2afe0cb8c869fb93b58d"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 10c6c3dafd71d2880db1f56a9baf3a70.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS1-C1
X-Amz-Cf-Id: 9K-NIYELwMxGPXgzHJcTIcaxkc1pId03dDTuo6g7GknyBkQUnzEktQ==
Page title: Cocoa Website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<title>Cocoa Website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/owl.css">
<!-- Custom CSS -->
<style>
/* Navbar Styles */
.navbar {
background-color: #a4c639;
color: white;
font-family: 'Poppins', sans-serif;
padding: 20px;
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: auto;
z-index: 1000;
width: 300px;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.navbar.active {
transform: translateX(0);
}
.navbar-brand {
margin-bottom: 20px;
margin-top: 20px;
padding-left: 30px;
display: block;
}
.logo-img {
width: 120px;
height: auto;
/* Maintain aspect ratio */
}
.navbar-links {
list-style: none;
margin-top: 0px;
padding-left: 50px;
padding-top: 0;
padding-bottom: 50px;
}
.navbar-links li {
margin-bottom: 10px;
}
.navbar-links a {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}
.navbar-links a:hover {
color: #099999;
}
/* Menu Icon */
.menu-icon {
position: fixed;
top: 70px;
right: 20px;
color: #a4c639;
background-color: #FFFFFF;
padding: 3px 7px;
font-size: 24px;
cursor: pointer;
z-index: 1001;
}
.menu-icon.active {
color: #099999;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
.navbar {
width: 100%;
height: 100%;
padding: 10px;
padding-top: 70px;
/* Adjust for menu-icon placement */
}
.navbar-brand {
text-align: center;
padding-left: 60px;
margin-bottom: 40px;
}
.navbar-links {
padding-left: 50px;
text-align: center;
}
.navbar-links li {
margin-bottom: 20px;
}
.menu-icon {
top: 15px;
right: 20px;
}
}
</style>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- Header -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12">
<ul class="left-info">
<li><a href="#"><i class="fa fa-envelope"></i>support@azvertex.io</a></li>
<li><a href="#"><i class="fa fa-phone"></i>+63 928 312 1592</a></li>
</ul>
</div>
<div class="col-md-4">
<ul c
2600:9000:2104:b800:18:b250:b8c0:93a1 1 2600:9000:2104:a800:18:b250:b8c0:93a1 1 2600:9000:2104:2e00:18:b250:b8c0:93a1 1 2600:9000:2104:1000:18:b250:b8c0:93a1 1 2600:9000:2104:e800:18:b250:b8c0:93a1 1 65.9.86.97 1 2600:9000:2104:de00:18:b250:b8c0:93a1 1 2600:9000:2104:6800:18:b250:b8c0:93a1 1 65.9.86.20 1 65.9.86.99 1 65.9.86.106 1 2600:9000:2104:d600:18:b250:b8c0:93a1 1