Help
RSS
API
Feed
Maltego
Contact
Domain > solvix-chem.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-11
132.148.180.197
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Wed, 11 Feb 2026 20:46:32 GMTServer: ApacheLocation: https://solvix-chem.com/Content-Length: 272Content-Type: text/html; charsetiso-8859-1 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://solvix-chem.com/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Wed, 11 Feb 2026 20:46:33 GMTServer: ApacheUpgrade: h2,h2cConnection: UpgradeLast-Modified: Mon, 21 Apr 2025 20:52:24 GMTETag: 4f002f2-bf77-633500b945e86Accept-Ranges: bytesVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Solvix-Chem | Oilfield Chemicals Supplier/title> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css relstylesheet> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css relstylesheet> style typetext/css> :root { --primary: #004D7A; --secondary: #FF7E00; --accent: #00A19A; --light: #F8F9FA; --dark: #212529; --gray: #6c757d;}* { box-sizing: border-box; margin: 0; padding: 0;}html, body { overflow-x: hidden; width: 100%;}body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; color: var(--dark); scroll-behavior: smooth; position: relative;}.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}.navbar { transition: all 0.3s ease; padding: 1rem 0;}.navbar-scrolled { background-color: rgba(0, 77, 122, 0.95) !important; backdrop-filter: blur(10px); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); padding: 0.75rem 0;}.btn-primary { background-color: var(--primary); border-color: var(--primary); border-radius: 30px; padding: 0.5rem 1.5rem; transition: all 0.3s ease;}.btn-primary:hover { background-color: #003b5c; border-color: #003b5c; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);}.btn-secondary { background-color: var(--secondary); border-color: var(--secondary); border-radius: 30px; padding: 0.5rem 1.5rem; transition: all 0.3s ease;}.btn-secondary:hover { background-color: #e67200; border-color: #e67200; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);}.text-primary { color: var(--primary) !important;}.text-secondary { color: var(--secondary) !important;}.text-accent { color: var(--accent) !important;}.bg-accent { background-color: var(--accent);}.hero-section { background: linear-gradient(rgba(0, 32, 63, 0.8), rgba(0, 77, 122, 0.8)), url(/api/placeholder/1920/1080) center/cover no-repeat; color: white; padding: 180px 0 100px; margin-top: -76px; position: relative; overflow: hidden;}.hero-section::after { content: ; position: absolute; bottom: -50px; left: 0; width: 100%; height: 100px; background: var(--light); clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);}.section-title { position: relative; display: inline-block; margin-bottom: 30px; font-weight: 700;}.section-title::after { content: ; position: absolute; width: 50%; height: 3px; background: var(--secondary); bottom: -10px; left: 25%;}.about-img-container { position: relative; z-index: 1; overflow: hidden; border-radius: 10px;}.about-img-container::before { content: ; position: absolute; right: -20px; bottom: -20px; width: 50%; height: 50%; border: 5px solid var(--secondary); z-index: -1; border-radius: 10px;}/* Enhanced Product Card Styling */.product-card { border: none; border-radius: 15px; overflow: hidden; transition: all 0.4s ease; background-color: white; height: 100%; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); margin-bottom: 20px;}.product-card:hover { transform: translateY(-12px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}.product-card .product-icon { height: 180px; display: flex; align-items: center; justify-content: center; background: linear-gradient(45deg, rgba(0, 77, 122, 0.9), rgba(0, 161, 154, 0.9)); color: white; font-size: 60px;}.product-card:hover .product-icon { background: linear-gradient(45deg, rgba(255, 126, 0, 0.9), rgba(255, 190, 0, 0.9));}.product-card .card-body { padding: 25px 20px;}.product-card h4 { font-weight: 600; color: var(--primary); margin-bottom: 15px; position: relative; padding-bottom: 10px;}.product-card h4:after { content: ; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background-color: var(--secondary);}.product-card p { color: #6c757d; line-height: 1.6; margin-bottom: 20px; font-size: 0.95rem;}.service-card { border: none; border-radius: 15px; overflow: hidden; transition: all 0.3s ease; background-color: var(--light); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); margin-bottom: 20px;}.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}.service-card .card-icon { width: 70px; height: 70px; background-color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 28px; box-shadow: 0 5px 15px rgba(0, 77, 122, 0.3);}.service-card:hover .card-icon { background-color: var(--secondary); transform: rotateY(180deg); transition: transform 0.5s ease;}.stats-section { background: linear-gradient(rgba(0, 77, 122, 0.9), rgba(0, 77, 122, 0.9)), url(/api/placeholder/1920/1080) center/cover fixed no-repeat; color: white; position: relative; padding: 60px 0;}.counter-box { text-align: center; padding: 20px 10px;}.counter-value { font-size: 40px; font-weight: 700; margin-bottom: 10px; color: var(--secondary);}.facility-box { background-color: white; border-radius: 15px; padding: 25px; margin-bottom: 25px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; border-top: 4px solid transparent;}.facility-box:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); border-top: 4px solid var(--accent);}.facility-icon { font-size: 34px; color: var(--accent); margin-bottom: 15px; transition: all 0.3s ease;}.facility-box:hover .facility-icon { transform: scale(1.2); color: var(--secondary);}.client-box { display: flex; justify-content: center; align-items: center; height: 150px; background-color: white; border-radius: 15px; margin-bottom: 25px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); padding: 15px; transition: all 0.3s ease;}.client-box:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}.client-box img { max-width: 80%; max-height: 80%; filter: grayscale(100%); transition: all 0.3s ease;}.client-box:hover img { filter: grayscale(0%);}.client-location { text-align: center; color: var(--gray); font-size: 14px;}.contact-info-item { display: flex; margin-bottom: 25px;}.contact-icon { width: 55px; height: 55px; background-color: var(--light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; color: var(--primary); font-size: 20px; flex-shrink: 0; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);}.contact-info-item:hover .contact-icon { background-color: var(--primary); color: white; transform: rotateY(180deg);}.contact-form .form-control { height: 50px; border: 1px solid #e1e1e1; border-radius: 30px; padding: 0 20px; margin-bottom: 20px; transition: all 0.3s ease; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);}.contact-form .form-control:focus { border-color: var(--primary); box-shadow: 0 5px 15px rgba(0, 77, 122, 0.1);}.contact-form textarea.form-control { height: 140px; padding: 15px 20px; border-radius: 20px;}footer { background-color: var(--dark); color: rgba(255, 255, 255, 0.7); position: relative; padding-top: 60px; padding-bottom: 30px;}footer::before { content: ; position: absolute; top: -40px; left: 0; width: 100%; height: 40px; background: var(--dark); clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);}.social-icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background-color: rgba(255, 255, 255, 0.1); color: white; margin-right: 10px; transition: all 0.3s ease;}.social-icon:hover { background-color: var(--secondary); transform: translateY(-5px);}.teal-bar { height: 8px; background: linear-gradient(to right, var(--accent), var(--primary));}.wave-divider { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; line-height: 0;}.wave-divider svg { position: relative; display: block; width: calc(100% + 1.3px); height: 50px;}.wave-divider .shape-fill { fill: var(--light);}/* Modern touch - animated gradient background */.gradient-bg { background: linear-gradient(-45deg, #004D7A, #007D9A, #00A19A, #FF7E00); background-size: 400% 400%; animation: gradient 15s ease infinite;}@keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }}/* Optimized sections padding */#products, #about, #facilities, #clients, #contact { padding: 60px 0;}.py-5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important;}/* Media queries */@media (max-width: 991.98px) { .hero-section { padding: 140px 0 70px; } .about-img-container::before { display: none; } .section-padding { padding: 50px 0; }}@media (max-width: 767.98px) { .hero-section { padding: 120px 0 50px; } .section-title { margin-bottom: 25px; } .counter-value { font-size: 34px; } .section-padding { padding: 40px 0; } .container { padding-right: 10px; padding-left: 10px; }}/* Fix for horizontal scrolling */.row { margin-right: 0; margin-left: 0;}section, div { max-width: 100%;}img { max-width: 8%; height: auto;}/* Updated Client Box Styling */.client-box { display: flex; justify-content: center; align-items: center; height: 150px; background-color: white; border-radius: 15px; margin-bottom: 0; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); padding: 15px; transition: all 0.3s ease; position: relative; overflow: hidden;}.client-box:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}.client-logo { max-width: 80%; max-height: 80%; filter: grayscale(100%); transition: all 0.3s ease; object-fit: contain;}.client-box:hover .client-logo { filter: grayscale(0%); transform: scale(1.05);}.client-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0, 77, 122, 0.8), transparent); overflow: hidden; width: 100%; height: 0; transition: 0.3s ease; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 10px;}.client-box:hover .client-overlay { height: 40%;}.client-name { color: white; font-weight: 600; font-size: 1rem; margin: 0; opacity: 0; transform: translateY(10px); transition: all 0.3s ease;}.client-box:hover .client-name { opacity: 1; transform: translateY(0);}/* Responsive adjustments */@media (max-width: 992px) { .client-box { height: 130px; }}@media (max-width: 768px) { .client-box { height: 120px; }}@media (max-width: 576px) { .client-box { height: 110px; }}/* HSE Section Styling */.hse-principles { background-color: #f8f9fa; border-radius: 15px; padding: 25px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);}.hse-icon { font-size: 20px; color: var(--secondary); flex-shrink: 0; margin-top: 3px;}.hse-item { transition: all 0.3s ease; padding: 8px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.hse-item:last-child { border-bottom: none;}.hse-item:hover { transform: translateX(5px);}/* Delivery Time Section Styling */.delivery-card { background-color: white; border-radius: 15px; overflow: hidden; transition: all 0.4s ease; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);}.delivery-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}.delivery-icon { height: 90px; width: 90px; background-color: rgba(255, 126, 0, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; transition: all 0.3s ease;}.delivery-card:hover .delivery-icon { background-color: rgba(255, 126, 0, 0.2); transform: scale(1.1);}.delivery-map, .delivery-cta { background-color: white; border-radius: 15px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); transition: all 0.3s ease;}.delivery-map:hover, .delivery-cta:hover { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); transform: translateY(-5px);}.delivery-stats { padding: 15px; background-color: #f8f9fa; border-radius: 10px;}.stat-icon { width: 45px; height: 45px; background-color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease;}.stat-item:hover .stat-icon { background-color: var(--secondary); color: white; transform: rotateY(180deg);}.delivery-cta { background: linear-gradient(45deg, rgba(0, 77, 122, 0.03), rgba(0, 161, 154, 0.03)); border-left: 4px solid var(--primary);} /style>/head>body> !-- Top Teal Bar --> div classteal-bar>/div> !-- Navigation --> !-- Navigation -->nav idmainNav classnavbar navbar-expand-lg navbar-dark fixed-top> div classcontainer> a classnavbar-brand fw-bold href#> img srcsolvix-chem.png altSolvix-Chem Logo height40 classme-2> span classtext-white>SOLVIX/span> span classtext-secondary>CHEM/span> /a> button classnavbar-toggler typebutton data-bs-togglecollapse data-bs-target#navbarNav aria-controlsnavbarNav aria-expandedfalse aria-labelToggle navigation> span classnavbar-toggler-icon>/span> /button> div classcollapse navbar-collapse idnavbarNav> ul classnavbar-nav ms-auto> li classnav-item> a classnav-link href#home>Home/a> /li> li classnav-item> a classnav-link href#about>About Us/a> /li> li classnav-item> a classnav-link href#products>Products/a> /li> li classnav-item> a classnav-link href#facilities>Facilities/a> /li> li classnav-item> a classnav-link href#clients>Clients/a> /li> li classnav-item> a classnav-link href#contact>Contact/a> /li> /ul> a href#contact classbtn btn-secondary ms-3 d-none d-lg-block>Get a Quote/a> /div> /div>/nav> !-- Hero Section --> section idhome classhero-section> div classcontainer> div classrow align-items-center> div classcol-lg-6> h1 classdisplay-4 fw-bold mb-4>Advanced Oilfield Chemicals Supplier/h1> p classlead mb-4>Delivering innovative chemical solutions for the oil industry with unparalleled expertise and cutting-edge technology./p> div classd-flex flex-wrap gap-2> a href#products classbtn btn-secondary btn-lg>Our Products/a> a href#contact classbtn btn-outline-light btn-lg>Contact Us/a> /div> /div> div classcol-lg-6 d-none d-lg-block> img srcOilfieldChemicals.jpg altOilfield Chemicals classimg-fluid rounded shadow> /div> /div> /div> /section> !-- Certificates Section -->section idcertificates classpy-5 bg-light> div classcontainer py-5> div classrow justify-content-center mb-5> div classcol-lg-8 text-center> h2 classsection-title>Our Certifications/h2> p classmb-0>Our commitment to quality and environmental standards is validated through internationally recognized ISO certifications./p> /div> /div> div classrow justify-content-center> div classcol-lg-4 col-md-6 mb-4> div classproduct-card h-100> div classcard-body text-center p-4> div classmb-4> img srciso9001.png altISO 9001:2015 Certificate classimg-fluid stylemax-width: 100%; height: auto;> /div> h4 classmb-3>ISO 9001:2015/h4> p>Quality Management System certification ensuring consistent quality in products and services meeting customer requirements./p> /div> /div> /div> div classcol-lg-4 col-md-6 mb-4> div classproduct-card h-100> div classcard-body text-center p-4> div classmb-4> img srciso14001.png altISO 14001:2015 Certificate classimg-fluid stylemax-width: 100%; height: auto;> /div> h4 classmb-3>ISO 14001:2015/h4> p>Environmental Management System certification demonstrating our commitment to minimizing environmental impact./p> /div> /div> /div> /div> /div>/section> !-- About Section --> section idabout classpy-5> div classcontainer py-5> div classrow> div classcol-lg-6 mb-4 mb-lg-0> div classabout-img-container> img srcabout.jpg altAbout Solvix-Chem classimg-fluid rounded shadow> /div> /div> div classcol-lg-6> h2 classsection-title>About Solvix-Chem/h2> p classmb-4>Solvix-Chem is a leading provider of specialized chemical solutions for the oil industry. With decades of experience and a team of highly skilled experts, we deliver innovative products and services that address the complex challenges faced by our clients./p> p classmb-4>Our commitment to quality, safety, and environmental responsibility sets us apart in the industry. We continuously invest in research and development to stay at the forefront of technological advancements./p> div classrow mt-4> div classcol-md-6 mb-3> div classd-flex align-items-center> div classflex-shrink-0 me-3> i classfas fa-flask fs-2 text-secondary>/i> /div> div> h5 classmb-1>Advanced Formulations/h5> p classmb-0 text-muted>Cutting-edge chemical solutions/p> /div> /div> /div> div classcol-md-6 mb-3> div classd-flex align-items-center> div classflex-shrink-0 me-3> i classfas fa-microscope fs-2 text-secondary>/i> /div> div> h5 classmb-1>Expert Analysis/h5> p classmb-0 text-muted>Comprehensive testing services/p> /div> /div> /div> div classcol-md-6 mb-3> div classd-flex align-items-center> div classflex-shrink-0 me-3> i classfas fa-industry fs-2 text-secondary>/i> /div> div> h5 classmb-1>Custom Solutions/h5> p classmb-0 text-muted>Tailored to your specific needs/p> /div> /div> /div> div classcol-md-6 mb-3> div classd-flex align-items-center> div classflex-shrink-0 me-3> i classfas fa-leaf fs-2 text-secondary>/i> /div> div> h5 classmb-1>Eco-Friendly/h5> p classmb-0 text-muted>Sustainable chemical processes/p> /div> /div> /div> /div> /div> /div> /div> /section> !-- Products Section --> section idproducts classpy-5 bg-light> div classcontainer py-5> div classrow text-center justify-content-center mb-5> div classcol-lg-8> h2 classsection-title>We Provide/h2> p classmb-0>We provide high quality specialty oilfield chemicals designed to solve specific problems faced by the industry in many parts of the world./p> /div> /div> div classrow> div classcol-lg-4 col-md-6 mb-4> div classproduct-card h-100> div classproduct-icon> i classfas fa-oil-well>/i> /div> div classcard-body> h4 classmb-3 text-center>Drilling Chemicals/h4> p>Having decades of oilfield experience, Solvix-Chem is providing industry competitive technology and specialized chemical products. We are highly committed to design and deliver high performance value adding drilling additives and systems for oil and gas./p> div classtext-center mt-3> a href# classbtn btn-sm btn-outline-primary>Read More/a> /div> /div> /div> /div> div classcol-lg-4 col-md-6 mb-4> div classproduct-card h-100> div classproduct-icon> i classfas fa-flask-vial>/i> /div> div classcard-body> h4 classmb-3 text-center>Production Chemicals/h4> p>In addition to proprietary drilling, cements, and completion fluid additives, Solvix-Chem also known for stimulation and production chemicals. Our highly rated products help customers improve new wells and recover old ones./p> div classtext-center mt-3> a href# classbtn btn-sm btn-outline-primary>Read More/a> /div> /div> /div> /div> div classcol-lg-4 col-md-6 mb-4> div classproduct-card h-100> div classproduct-icon> i classfas fa-industry>/i> /div> div classcard-body> h4 classmb-3 text-center>Refinery Chemicals/h4> p>Leading edge chemical solutions and services address challenging oil and gas production problems, and provide flow assurance, an extended equipment life cycle, cost savings and production optimization./p> div classtext-center mt-3> a href# classbtn btn-sm btn-outline-primary>Read More/a> /div> /div> /div> /div> /div> /div> /section> !-- Passion Banner Section --> section classpy-5 gradient-bg> div classcontainer py-4> div classrow justify-content-center align-items-center> div classcol-lg-8 text-center text-white> h2 classmb-3>High Quality Specialty Oilfield Chemicals is our Passion/h2> p classmb-4>Designed to solve specific problems faced by the industry in many parts of the world./p> a href#contact classbtn btn-light>Contact Us/a> /div> /div> /div> /section> !-- Facilities Section --> section idfacilities classpy-5> div classcontainer py-5> div classrow justify-content-center mb-5> div classcol-lg-6 text-center> h2 classsection-title>Our Facilities/h2> p classmb-0>We develop, manufacture, package and distribute a vast majority of our products at our state-of-the-art manufacturing facility in Dammam Second Industrial City, Eastern Province, Saudi Arabia./p> /div> /div> div classrow mb-5> div classcol-lg-6 mb-4> img srcManufacturingFacility.jpeg altManufacturing Facility classimg-fluid rounded shadow> /div> div classcol-lg-6> h3 classmb-4>Liquid Materials/h3> p>Our Liquid manufacturing production line is capable of manufacturing 1800 Drums per Day./p> p>We manufacture products through a controlled reaction process fully customized and tuned locally./p> p>We have a high shear mixing capabilities for manufacturing suspensions and emulsified products./p> p>Customized Packaging in pails, drums, IBCs along with the capability to fill ISO Tanks./p> /div> /div> div classrow> div classcol-lg-3 col-md-6 mb-4> div classfacility-box> div classfacility-icon> i classfas fa-industry>/i> /div> h4>Manufacturing Capabilities/h4> p>Spread over an Area of 150,000 square Feet with state-of-the-art equipment./p> /div> /div> div classcol-lg-3 col-md-6 mb-4> div classfacility-box> div classfacility-icon> i classfas fa-flask>/i> /div> h4>R&D Lab/h4> p>We have a fully equipped R&D Lab to develop innovative solutions for industry challenges./p> /div> /div> div classcol-lg-3 col-md-6 mb-4> div classfacility-box> div classfacility-icon> i classfas fa-vial>/i> /div> h4>Mud Lab/h4> p>We have a fully equipped Mud Lab for testing and quality assurance of our products./p> /div> /div> div classcol-lg-3 col-md-6 mb-4> div classfacility-box> div classfacility-icon> i classfas fa-warehouse>/i> /div> h4>Warehousing Capabilities/h4> p>Solvix-Chem has an adequate warehousing capacity for stock and distribution of oilfield chemicals./p> /div> /div> /div> /div> /section> !-- Statistics Section --> section classstats-section py-5> div classcontainer py-5> div classrow> div classcol-md-3 col-6 mb-4 mb-md-0> div classcounter-box> div classcounter-value>10+/div> h5 classtext-white>Years Experience/h5> /div> /div> div classcol-md-3 col-6 mb-4 mb-md-0> div classcounter-box> div classcounter-value>500+/div> h5 classtext-white>Drums Per Day/h5> /div> /div> div classcol-md-3 col-6> div classcounter-box> div classcounter-value>20+/div> h5 classtext-white>Happy Clients/h5> /div> /div> div classcol-md-3 col-6> div classcounter-box> div classcounter-value>30+/div> h5 classtext-white>Countries Served/h5> /div> /div> /div> /div> div classwave-divider> svg data-nameLayer 1 xmlnshttp://www.w3.org/2000/svg viewBox0 0 1200 120 preserveAspectRationone> path dM321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z classshape-fill>/path> /svg> /div> /section> !-- HSE Section -->section idhse classpy-5> div classcontainer py-5> div classrow align-items-center> div classcol-lg-6 mb-4 mb-lg-0> img srchse.jpeg altHealth Safety Environment classimg-fluid rounded shadow> /div> div classcol-lg-6> h2 classsection-title>HSE Commitment/h2> p classmb-4>At Solvix-Chem, we prioritize the health and safety of our employees, customers, and the environment. Our comprehensive HSE management system ensures that all operations are conducted safely and responsibly./p> div classhse-principles mt-4> div classhse-item d-flex mb-3> div classhse-icon me-3> i classfas fa-check-circle text-secondary>/i> /div> div> p classmb-0>Lead visibly and provide the necessary resources to ensure compliance with HSE policies./p> /div> /div> div classhse-item d-flex mb-3> div classhse-icon me-3> i classfas fa-check-circle text-secondary>/i> /div> div> p classmb-0>Take responsibility for your own safety and the safety of those around you./p> /div> /div> div classhse-item d-flex mb-3> div classhse-icon me-3> i classfas fa-check-circle text-secondary>/i> /div> div> p classmb-0>Safety is our top priority. Stop work immediately if you encounter an unsafe situation./p> /div> /div> div classhse-item d-flex mb-3> div classhse-icon me-3> i classfas fa-check-circle text-secondary>/i> /div> div> p classmb-0>Line managers are accountable for ensuring a safe work environment./p> /div> /div> div classhse-item d-flex mb-3> div classhse-icon me-3> i classfas fa-check-circle text-secondary>/i> /div> div> p classmb-0>Regularly monitor and evaluate HSE performance to identify areas for improvement and take necessary corrective actions./p> /div> /div> div classhse-item d-flex mb-3> div classhse-icon me-3> i classfas fa-check-circle text-secondary>/i> /div> div> p classmb-0>It is mandatory to report all incidents and communicate the learnings from them./p> /div> /div> div classhse-item d-flex> div classhse-icon me-3> i classfas fa-check-circle text-secondary>/i> /div> div> p classmb-0>Safety is a requirement for all job roles and supplier contracts./p> /div> /div> /div> div classmt-4> a href#contact classbtn btn-secondary>Contact Our HSE Team/a> /div> /div> /div> /div>/section>!-- Delivery Time Section -->section iddelivery classpy-5 bg-light> div classcontainer py-5> div classrow justify-content-center mb-5> div classcol-lg-8 text-center> h2 classsection-title>Reliable Delivery Solutions/h2> p classmb-0>We understand that timely delivery is critical in the oil and gas industry. Our robust supply chain and logistics capabilities ensure your chemical solutions arrive when and where you need them./p> /div> /div> div classrow> div classcol-lg-4 col-md-6 mb-4> div classdelivery-card h-100> div classcard-body text-center p-4> div classdelivery-icon mb-4> i classfas fa-shipping-fast fa-3x text-secondary>/i> /div> h4 classmb-3>Fast Turnaround/h4> p>We offer rapid response times for standard and emergency orders, with same-day shipping available for critical supplies./p> /div> /div> /div> div classcol-lg-4 col-md-6 mb-4> div classdelivery-card h-100> div classcard-body text-center p-4> div classdelivery-icon mb-4> i classfas fa-globe-americas fa-3x text-secondary>/i> /div> h4 classmb-3>Global Reach/h4> p>Our established distribution network spans over 30 countries, ensuring your chemical supplies reach even the most remote oilfield locations./p> /div> /div> /div> div classcol-lg-4 col-md-6 mb-4> div classdelivery-card h-100> div classcard-body text-center p-4> div classdelivery-icon mb-4> i classfas fa-warehouse fa-3x text-secondary>/i> /div> h4 classmb-3>Strategic Inventory/h4> p>We maintain strategic inventory reserves at key locations worldwide to minimize delivery times and ensure continuous supply./p> /div> /div> /div> /div> div classrow mt-4> div classcol-lg-6 mb-4 mb-lg-0> div classdelivery-map h-100> div classcard-body p-4> h4 classmb-4 text-center>Our Delivery Capabilities/h4> div classdelivery-stats> div classstat-item d-flex align-items-center mb-3> div classstat-icon me-3> i classfas fa-clock text-secondary>/i> /div> div> h5 classmb-0>24-48 Hours/h5> p classtext-muted mb-0>Standard delivery within Middle East/p> /div> /div> div classstat-item d-flex align-items-center mb-3> div classstat-icon me-3> i classfas fa-calendar-check text-secondary>/i> /div> div> h5 classmb-0>3-5 Business Days/h5> p classtext-muted mb-0>Standard international delivery/p> /div> /div> div classstat-item d-flex align-items-center mb-3> div classstat-icon me-3> i classfas fa-truck-loading text-secondary>/i> /div> div> h5 classmb-0>Bulk Orders/h5> p classtext-muted mb-0>Customized delivery schedules/p> /div> /div> div classstat-item d-flex align-items-center> div classstat-icon me-3> i classfas fa-exclamation-triangle text-secondary>/i> /div> div> h5 classmb-0>Emergency Response/h5> p classtext-muted mb-0>Same-day dispatch for critical needs/p> /div> /div> /div> /div> /div> /div> div classcol-lg-6> div classdelivery-cta h-100 d-flex flex-column justify-content-center> div classcard-body p-4 text-center> h4 classmb-4>Need Custom Delivery Solutions?/h4> p classmb-4>Our logistics team can develop tailored delivery plans for your specific operational requirements. We offer dedicated inventory management and just-in-time delivery options to optimize your supply chain./p> a href#contact classbtn btn-primary>Request Custom Delivery/a> /div> /div> /div> /div> /div>/section> !-- Clients Section -->section idclients classpy-5> div classcontainer py-5> div classrow text-center justify-content-center mb-5> div classcol-lg-8> h2 classsection-title>Our Trusted Clients/h2> p classmb-0>We are proud to partner with leading oil and gas companies worldwide, delivering exceptional value through our innovative chemical solutions and expert service./p> /div> /div> div classrow justify-content-center> div classcol-lg-3 col-md-4 col-sm-6 mb-4> div classclient-box h-100> img srcclient_1.jpeg altTAQA classclient-logo> div classclient-overlay> p classclient-name>TAQA/p> /div> /div> /div> div classcol-lg-3 col-md-4 col-sm-6 mb-4> div classclient-box h-100> img srcCrescentpetroleum.png altCrescent Petroleum classclient-logo> div classclient-overlay> p classclient-name>Crescent Petroleum/p> /div> /div> /div> div classcol-lg-3 col-md-4 col-sm-6 mb-4> div classclient-box h-100> img srcDNO.png altDNO classclient-logo> div classclient-overlay> p classclient-name>DNO/p> /div> /div> /div> div classcol-lg-3 col-md-4 col-sm-6 mb-4> div classclient-box h-100> img srcexonmobil.png altExxonMobil classclient-logo> div classclient-overlay> p classclient-name>ExxonMobil/p> /div> /div> /div> div classcol-lg-3 col-md-4 col-sm-6 mb-4> div classclient-box h-100> img srchuntoil.jpeg altHunt Oil classclient-logo> div classclient-overlay> p classclient-name>Hunt Oil/p> /div> /div> /div> div classcol-lg-3 col-md-4 col-sm-6 mb-4> div classclient-box h-100> img srcgenelenergy.jpeg altGenel Energy classclient-logo> div classclient-overlay> p classclient-name>Genel Energy/p> /div> /div> /div> div classcol-lg-3 col-md-4 col-sm-6 mb-4> div classclient-box h-100> img srcRosneft.png altRosneft classclient-logo> div classclient-overlay> p classclient-name>Rosneft/p> /div> /div> /div> /div> /div>/section> !-- Contact Section --> section idcontact classpy-5> div classcontainer py-5> div classrow justify-content-center mb-5> div classcol-lg-6 text-center> h2 classsection-title>Contact Us/h2> p>Get in touch with our team to discuss your industrial chemistry needs and how we can help you achieve your goals./p> /div> /div> div classrow> div classcol-lg-5 mb-5 mb-lg-0> div classcontact-info-item> div classcontact-icon> i classfas fa-map-marker-alt>/i> /div> div> h5>Our Location/h5> p classmb-0>UK Branch :- Vincent Drive, Edgbaston Birmingham Research Park B15 2SQ Birmingham United Kingdom /p> p classmb-0>Iraq Branch :- 1st Floor, Divan Hotel Erbil, Iraq /p> /div> /div> div classcontact-info-item> div classcontact-icon> i classfas fa-phone-alt>/i> /div> div> h5>Call Us/h5> p classmb-0> UK Branch : +44 7366740571 /p> p classmb-0> Iraq Branch : +964 7505807676 /p> /div> /div> div classcontact-info-item> div classcontact-icon> i classfas fa-envelope>/i> /div> div> h5>Email Us/h5> p classmb-0>info@solvix-chem.com/p> /div> /div> div classcontact-info-item> div classcontact-icon> i classfas fa-clock>/i> /div> div> h5>Working Hours/h5> p classmb-0>Sunday - Thursday: 8:00 AM - 5:00 PM/p> /div> /div> /div> /div> /div> /section> !-- Footer --> footer classpt-5> div classcontainer pt-3 pb-4> div classrow> div classcol-lg-4 mb-4 mb-lg-0> h4 classtext-white mb-4>Solvix-Chem/h4> p>Leading provider of specialized chemical solutions for the oil industry with innovative products and services that address complex challenges./p> div classd-flex mt-4> a href# classbtn btn-outline-light btn-sm me-2>i classfab fa-facebook-f>/i>/a> a href# classbtn btn-outline-light btn-sm me-2>i classfab fa-twitter>/i>/a> a href# classbtn btn-outline-light btn-sm me-2>i classfab fa-linkedin-in>/i>/a> a href# classbtn btn-outline-light btn-sm>i classfab fa-instagram>/i>/a> /div> /div> div classcol-lg-2 col-md-6 mb-4 mb-md-0> h5 classtext-white mb-4>Quick Links/h5> ul classlist-unstyled> li classmb-2>a href#home classtext-white-50>Home/a>/li> li classmb-2>a href#about classtext-white-50>About Us/a>/li> li classmb-2>a href#products classtext-white-50>Products/a>/li>
Subdomains
Date
Domain
IP
cpanel.solvix-chem.com
2026-02-11
132.148.180.197
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]