{"id":46,"date":"2024-08-12T17:13:00","date_gmt":"2024-08-12T17:13:00","guid":{"rendered":"https:\/\/aavenpharmaceutical.com\/?page_id=46"},"modified":"2026-04-01T09:59:45","modified_gmt":"2026-04-01T09:59:45","slug":"aboutus","status":"publish","type":"page","link":"https:\/\/aavenpharmaceutical.com\/index.php\/aboutus\/","title":{"rendered":"About US"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"2321\" src=\"https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2026\/04\/who-logo-4-scaled.png\" alt=\"\" class=\"wp-image-969\" style=\"width:838px;height:auto\" srcset=\"https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2026\/04\/who-logo-4-scaled.png 2560w, https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2026\/04\/who-logo-4-300x272.png 300w, https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2026\/04\/who-logo-4-1024x928.png 1024w, https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2026\/04\/who-logo-4-768x696.png 768w, https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2026\/04\/who-logo-4-1536x1393.png 1536w, https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2026\/04\/who-logo-4-2048x1857.png 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-superb-addons-animated-heading superbaddons-animated-heading-block superbaddons-animated-heading-effect2\" id=\"block-b8dd23fa-a20d-4596-a90e-80110de0c8bc\" data-animation=\"effect2\" data-animation-speed=\"60\" data-animation-loop=\"true\">\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-dark-color has-text-color has-link-color wp-elements-bed611fdb2cb95f3d69c5667ef8cb2b8\">APPROVED<\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-superb-addons-animated-heading superbaddons-animated-heading-block superbaddons-animated-heading-effect16\" id=\"block-b610c79a-e686-4b8a-8642-ed1ba782f2e1\" data-animation=\"effect16\" data-animation-speed=\"60\" data-animation-loop=\"false\">\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>DIRECTOR<\/strong><\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kamlesh Patel M.Pharm<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif; \/* Clear and modern font *\/\n            text-align: center;\n            margin: 0;\n            padding: 0;\n            background-color: #f4f4f4; \/* Light background color for contrast *\/\n        }\n\n        h1, h2 {\n            margin: 0; \/* Remove margin between the headings and image *\/\n            padding: 0; \/* Remove padding between the headings and image *\/\n            font-family: Arial, sans-serif; \/* Ensure consistent font style *\/\n            opacity: 0; \/* Initially hide text for animation *\/\n            transform: translateY(20px); \/* Initially move text down *\/\n            animation: slideUp 1s ease-out forwards; \/* Slide-up animation *\/\n        }\n\n        h1 {\n            font-size: 2.5em; \/* Larger size for the name *\/\n            font-weight: bold;\n            color: #000; \/* Dark black color *\/\n            animation-delay: 0.5s; \/* Delay before the name appears *\/\n        }\n\n        h2 {\n            font-size: 1.5em; \/* Slightly smaller size for the degree *\/\n            font-weight: normal;\n            color: #333; \/* Dark gray for contrast *\/\n            animation-delay: 1s; \/* Delay before the qualification appears *\/\n        }\n\n        \/* Image styles *\/\n        img {\n            max-width: 90%; \/* Make image 90% of the page width *\/\n            height: auto;\n            border-radius: 10px; \/* Optional: adds rounded corners to the image *\/\n            display: block;\n            margin: 0 auto; \/* Center the image *\/\n            opacity: 0; \/* Initially hide image for animation *\/\n            animation: zoomIn 1.5s ease-out forwards; \/* Default animation: Zoom In *\/\n        }\n\n        .container {\n            max-width: 800px; \/* Increase container size to accommodate larger image *\/\n            margin: 0 auto;\n        }\n\n        \/* Image Animations *\/\n        @keyframes zoomIn {\n            0% {\n                transform: scale(0.5); \/* Start at 50% size *\/\n                opacity: 0;\n            }\n            100% {\n                transform: scale(1); \/* End at normal size *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes bounceIn {\n            0% {\n                transform: scale(0.5) translateY(-30px); \/* Start smaller and above *\/\n                opacity: 0;\n            }\n            50% {\n                transform: scale(1.05) translateY(10px); \/* Slightly overshoot its final position *\/\n            }\n            100% {\n                transform: scale(1) translateY(0); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes rotateIn {\n            0% {\n                transform: rotate(-180deg); \/* Start fully rotated *\/\n                opacity: 0;\n            }\n            100% {\n                transform: rotate(0deg); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        \/* Text Animations *\/\n        @keyframes slideUp {\n            0% {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeIn {\n            0% {\n                opacity: 0;\n            }\n            100% {\n                opacity: 1;\n            }\n        }\n\n        @keyframes slideLeft {\n            0% {\n                opacity: 0;\n                transform: translateX(-20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes slideRight {\n            0% {\n                opacity: 0;\n                transform: translateX(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes zoomText {\n            0% {\n                opacity: 0;\n                transform: scale(0.8);\n            }\n            100% {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n\n        \/* Image Animation - Choose one of the following *\/\n        \/* Uncomment for preferred image animation *\/\n\n        \/* Zoom In Effect *\/\n        \/* img {\n            animation: zoomIn 1.5s ease-out forwards;\n        } *\/\n\n        \/* Bounce In Effect *\/\n        \/* img {\n            animation: bounceIn 1s ease-out forwards;\n        } *\/\n\n        \/* Rotate In Effect *\/\n        \/* img {\n            animation: rotateIn 1s ease-out forwards;\n        } *\/\n\n        \/* Text Animation - Choose one of the following *\/\n\n        \/* Fade In Effect for Name *\/\n        h1 {\n            animation: fadeIn 1s ease-out forwards;\n            animation-delay: 0.5s;\n        }\n\n        \/* Slide From Left (Name) *\/\n        \/* h1 {\n            animation: slideLeft 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n        \/* Slide From Right (Qualification) *\/\n        h2 {\n            animation: slideRight 1s ease-out forwards;\n            animation-delay: 1s;\n        }\n\n        \/* Zoom In Effect for Name *\/\n        \/* h1 {\n            animation: zoomText 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <img decoding=\"async\" src=\"https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2024\/11\/0Y6A0177-3.jpg\" alt=\"Kamlesh Patel\">\n        <h2><strong>Kamlesh Patel<\/strong><\/h2>\n        <h2><strong>M.Pharm<\/strong><\/h2>\n    <\/div>\n<\/body>\n<\/html>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kamlesh Patel M.Pharm<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif; \/* Clear and modern font *\/\n            text-align: center;\n            margin: 0;\n            padding: 0;\n            background-color: #f4f4f4; \/* Light background color for contrast *\/\n        }\n\n        h1, h2 {\n            margin: 0; \/* Remove margin between the headings and image *\/\n            padding: 0; \/* Remove padding between the headings and image *\/\n            font-family: Arial, sans-serif; \/* Ensure consistent font style *\/\n            opacity: 0; \/* Initially hide text for animation *\/\n            transform: translateY(20px); \/* Initially move text down *\/\n            animation: slideUp 1s ease-out forwards; \/* Slide-up animation *\/\n        }\n\n        h1 {\n            font-size: 2.5em; \/* Larger size for the name *\/\n            font-weight: bold;\n            color: #000; \/* Dark black color *\/\n            animation-delay: 0.5s; \/* Delay before the name appears *\/\n        }\n\n        h2 {\n            font-size: 1.5em; \/* Slightly smaller size for the degree *\/\n            font-weight: normal;\n            color: #333; \/* Dark gray for contrast *\/\n            animation-delay: 1s; \/* Delay before the qualification appears *\/\n        }\n\n        \/* Image styles *\/\n        img {\n            max-width: 90%; \/* Make image 90% of the page width *\/\n            height: auto;\n            border-radius: 10px; \/* Optional: adds rounded corners to the image *\/\n            display: block;\n            margin: 0 auto; \/* Center the image *\/\n            opacity: 0; \/* Initially hide image for animation *\/\n            animation: zoomIn 1.5s ease-out forwards; \/* Default animation: Zoom In *\/\n        }\n\n        .container {\n            max-width: 800px; \/* Increase container size to accommodate larger image *\/\n            margin: 0 auto;\n        }\n\n        \/* Image Animations *\/\n        @keyframes zoomIn {\n            0% {\n                transform: scale(0.5); \/* Start at 50% size *\/\n                opacity: 0;\n            }\n            100% {\n                transform: scale(1); \/* End at normal size *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes bounceIn {\n            0% {\n                transform: scale(0.5) translateY(-30px); \/* Start smaller and above *\/\n                opacity: 0;\n            }\n            50% {\n                transform: scale(1.05) translateY(10px); \/* Slightly overshoot its final position *\/\n            }\n            100% {\n                transform: scale(1) translateY(0); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes rotateIn {\n            0% {\n                transform: rotate(-180deg); \/* Start fully rotated *\/\n                opacity: 0;\n            }\n            100% {\n                transform: rotate(0deg); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        \/* Text Animations *\/\n        @keyframes slideUp {\n            0% {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeIn {\n            0% {\n                opacity: 0;\n            }\n            100% {\n                opacity: 1;\n            }\n        }\n\n        @keyframes slideLeft {\n            0% {\n                opacity: 0;\n                transform: translateX(-20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes slideRight {\n            0% {\n                opacity: 0;\n                transform: translateX(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes zoomText {\n            0% {\n                opacity: 0;\n                transform: scale(0.8);\n            }\n            100% {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n\n        \/* Image Animation - Choose one of the following *\/\n        \/* Uncomment for preferred image animation *\/\n\n        \/* Zoom In Effect *\/\n        \/* img {\n            animation: zoomIn 1.5s ease-out forwards;\n        } *\/\n\n        \/* Bounce In Effect *\/\n        \/* img {\n            animation: bounceIn 1s ease-out forwards;\n        } *\/\n\n        \/* Rotate In Effect *\/\n        \/* img {\n            animation: rotateIn 1s ease-out forwards;\n        } *\/\n\n        \/* Text Animation - Choose one of the following *\/\n\n        \/* Fade In Effect for Name *\/\n        h1 {\n            animation: fadeIn 1s ease-out forwards;\n            animation-delay: 0.5s;\n        }\n\n        \/* Slide From Left (Name) *\/\n        \/* h1 {\n            animation: slideLeft 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n        \/* Slide From Right (Qualification) *\/\n        h2 {\n            animation: slideRight 1s ease-out forwards;\n            animation-delay: 1s;\n        }\n\n        \/* Zoom In Effect for Name *\/\n        \/* h1 {\n            animation: zoomText 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <img decoding=\"async\" src=\"https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2024\/11\/0Y6A0174-3.jpg\" alt=\"Kamlesh Patel\">\n        <h2><strong>Kirit Patel<\/strong><\/h2>\n        <h2><strong>B.Pharm<\/strong><\/h2>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kamlesh Patel M.Pharm<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif; \/* Clear and modern font *\/\n            text-align: center;\n            margin: 0;\n            padding: 0;\n            background-color: #f4f4f4; \/* Light background color for contrast *\/\n        }\n\n        h1, h2 {\n            margin: 0; \/* Remove margin between the headings and image *\/\n            padding: 0; \/* Remove padding between the headings and image *\/\n            font-family: Arial, sans-serif; \/* Ensure consistent font style *\/\n            opacity: 0; \/* Initially hide text for animation *\/\n            transform: translateY(20px); \/* Initially move text down *\/\n            animation: slideUp 1s ease-out forwards; \/* Slide-up animation *\/\n        }\n\n        h1 {\n            font-size: 2.5em; \/* Larger size for the name *\/\n            font-weight: bold;\n            color: #000; \/* Dark black color *\/\n            animation-delay: 0.5s; \/* Delay before the name appears *\/\n        }\n\n        h2 {\n            font-size: 1.5em; \/* Slightly smaller size for the degree *\/\n            font-weight: normal;\n            color: #333; \/* Dark gray for contrast *\/\n            animation-delay: 1s; \/* Delay before the qualification appears *\/\n        }\n\n        \/* Image styles *\/\n        img {\n            max-width: 90%; \/* Make image 90% of the page width *\/\n            height: auto;\n            border-radius: 10px; \/* Optional: adds rounded corners to the image *\/\n            display: block;\n            margin: 0 auto; \/* Center the image *\/\n            opacity: 0; \/* Initially hide image for animation *\/\n            animation: zoomIn 1.5s ease-out forwards; \/* Default animation: Zoom In *\/\n        }\n\n        .container {\n            max-width: 800px; \/* Increase container size to accommodate larger image *\/\n            margin: 0 auto;\n        }\n\n        \/* Image Animations *\/\n        @keyframes zoomIn {\n            0% {\n                transform: scale(0.5); \/* Start at 50% size *\/\n                opacity: 0;\n            }\n            100% {\n                transform: scale(1); \/* End at normal size *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes bounceIn {\n            0% {\n                transform: scale(0.5) translateY(-30px); \/* Start smaller and above *\/\n                opacity: 0;\n            }\n            50% {\n                transform: scale(1.05) translateY(10px); \/* Slightly overshoot its final position *\/\n            }\n            100% {\n                transform: scale(1) translateY(0); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes rotateIn {\n            0% {\n                transform: rotate(-180deg); \/* Start fully rotated *\/\n                opacity: 0;\n            }\n            100% {\n                transform: rotate(0deg); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        \/* Text Animations *\/\n        @keyframes slideUp {\n            0% {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeIn {\n            0% {\n                opacity: 0;\n            }\n            100% {\n                opacity: 1;\n            }\n        }\n\n        @keyframes slideLeft {\n            0% {\n                opacity: 0;\n                transform: translateX(-20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes slideRight {\n            0% {\n                opacity: 0;\n                transform: translateX(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes zoomText {\n            0% {\n                opacity: 0;\n                transform: scale(0.8);\n            }\n            100% {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n\n        \/* Image Animation - Choose one of the following *\/\n        \/* Uncomment for preferred image animation *\/\n\n        \/* Zoom In Effect *\/\n        \/* img {\n            animation: zoomIn 1.5s ease-out forwards;\n        } *\/\n\n        \/* Bounce In Effect *\/\n        \/* img {\n            animation: bounceIn 1s ease-out forwards;\n        } *\/\n\n        \/* Rotate In Effect *\/\n        \/* img {\n            animation: rotateIn 1s ease-out forwards;\n        } *\/\n\n        \/* Text Animation - Choose one of the following *\/\n\n        \/* Fade In Effect for Name *\/\n        h1 {\n            animation: fadeIn 1s ease-out forwards;\n            animation-delay: 0.5s;\n        }\n\n        \/* Slide From Left (Name) *\/\n        \/* h1 {\n            animation: slideLeft 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n        \/* Slide From Right (Qualification) *\/\n        h2 {\n            animation: slideRight 1s ease-out forwards;\n            animation-delay: 1s;\n        }\n\n        \/* Zoom In Effect for Name *\/\n        \/* h1 {\n            animation: zoomText 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <img decoding=\"async\" src=\"https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2026\/01\/dc2c7fe8-48ea-48b5-968d-d35d74eeebe1.jpg\" alt=\"Mukesh Patel\">\n        <h2><strong>Mukesh Patel<\/strong><\/h2>\n        <h2><strong>M.Pharm<\/strong><\/h2>\n    <\/div>\n<\/body>\n<\/html>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kamlesh Patel M.Pharm<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif; \/* Clear and modern font *\/\n            text-align: center;\n            margin: 0;\n            padding: 0;\n            background-color: #f4f4f4; \/* Light background color for contrast *\/\n        }\n\n        h1, h2 {\n            margin: 0; \/* Remove margin between the headings and image *\/\n            padding: 0; \/* Remove padding between the headings and image *\/\n            font-family: Arial, sans-serif; \/* Ensure consistent font style *\/\n            opacity: 0; \/* Initially hide text for animation *\/\n            transform: translateY(20px); \/* Initially move text down *\/\n            animation: slideUp 1s ease-out forwards; \/* Slide-up animation *\/\n        }\n\n        h1 {\n            font-size: 2.5em; \/* Larger size for the name *\/\n            font-weight: bold;\n            color: #000; \/* Dark black color *\/\n            animation-delay: 0.5s; \/* Delay before the name appears *\/\n        }\n\n        h2 {\n            font-size: 1.5em; \/* Slightly smaller size for the degree *\/\n            font-weight: normal;\n            color: #333; \/* Dark gray for contrast *\/\n            animation-delay: 1s; \/* Delay before the qualification appears *\/\n        }\n\n        \/* Image styles *\/\n        img {\n            max-width: 90%; \/* Make image 90% of the page width *\/\n            height: auto;\n            border-radius: 10px; \/* Optional: adds rounded corners to the image *\/\n            display: block;\n            margin: 0 auto; \/* Center the image *\/\n            opacity: 0; \/* Initially hide image for animation *\/\n            animation: zoomIn 1.5s ease-out forwards; \/* Default animation: Zoom In *\/\n        }\n\n        .container {\n            max-width: 800px; \/* Increase container size to accommodate larger image *\/\n            margin: 0 auto;\n        }\n\n        \/* Image Animations *\/\n        @keyframes zoomIn {\n            0% {\n                transform: scale(0.5); \/* Start at 50% size *\/\n                opacity: 0;\n            }\n            100% {\n                transform: scale(1); \/* End at normal size *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes bounceIn {\n            0% {\n                transform: scale(0.5) translateY(-30px); \/* Start smaller and above *\/\n                opacity: 0;\n            }\n            50% {\n                transform: scale(1.05) translateY(10px); \/* Slightly overshoot its final position *\/\n            }\n            100% {\n                transform: scale(1) translateY(0); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes rotateIn {\n            0% {\n                transform: rotate(-180deg); \/* Start fully rotated *\/\n                opacity: 0;\n            }\n            100% {\n                transform: rotate(0deg); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        \/* Text Animations *\/\n        @keyframes slideUp {\n            0% {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeIn {\n            0% {\n                opacity: 0;\n            }\n            100% {\n                opacity: 1;\n            }\n        }\n\n        @keyframes slideLeft {\n            0% {\n                opacity: 0;\n                transform: translateX(-20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes slideRight {\n            0% {\n                opacity: 0;\n                transform: translateX(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes zoomText {\n            0% {\n                opacity: 0;\n                transform: scale(0.8);\n            }\n            100% {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n\n        \/* Image Animation - Choose one of the following *\/\n        \/* Uncomment for preferred image animation *\/\n\n        \/* Zoom In Effect *\/\n        \/* img {\n            animation: zoomIn 1.5s ease-out forwards;\n        } *\/\n\n        \/* Bounce In Effect *\/\n        \/* img {\n            animation: bounceIn 1s ease-out forwards;\n        } *\/\n\n        \/* Rotate In Effect *\/\n        \/* img {\n            animation: rotateIn 1s ease-out forwards;\n        } *\/\n\n        \/* Text Animation - Choose one of the following *\/\n\n        \/* Fade In Effect for Name *\/\n        h1 {\n            animation: fadeIn 1s ease-out forwards;\n            animation-delay: 0.5s;\n        }\n\n        \/* Slide From Left (Name) *\/\n        \/* h1 {\n            animation: slideLeft 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n        \/* Slide From Right (Qualification) *\/\n        h2 {\n            animation: slideRight 1s ease-out forwards;\n            animation-delay: 1s;\n        }\n\n        \/* Zoom In Effect for Name *\/\n        \/* h1 {\n            animation: zoomText 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <img decoding=\"async\" src=\"https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2024\/11\/IMG-20241106-WA0015-2.jpg\" alt=\"Kamlesh Patel\">\n        <h2><strong>Chetan Patel<\/strong><\/h2>\n        <h2><strong>B.Pharm<\/strong><\/h2>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div class=\"container\">\n        <img decoding=\"async\" src=\"https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2026\/04\/Media.jpeg\" alt=\"Sanjay Patel\">\n        <h2><strong>Sanjay Patel<\/strong><\/h2>\n        <h2><strong>M.Sc\/M.Tech<\/strong><\/h2>\n    <\/div>\n<\/div>\n<\/div>\n\n\n\n<meta charset=\"UTF-8\">\n\n\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\n<title>Sanjay Patel M.Sc\/M.Tech<\/title>\n\n\n\n<style>\n        body {\n            font-family: Arial, sans-serif; \/* Clear and modern font *\/\n            text-align: center;\n            margin: 0;\n            padding: 0;\n            background-color: #f4f4f4; \/* Light background color for contrast *\/\n        }\n\n        h1, h2 {\n            margin: 0; \/* Remove margin between the headings and image *\/\n            padding: 0; \/* Remove padding between the headings and image *\/\n            font-family: Arial, sans-serif; \/* Ensure consistent font style *\/\n            opacity: 0; \/* Initially hide text for animation *\/\n            transform: translateY(20px); \/* Initially move text down *\/\n            animation: slideUp 1s ease-out forwards; \/* Slide-up animation *\/\n        }\n\n        h1 {\n            font-size: 2.5em; \/* Larger size for the name *\/\n            font-weight: bold;\n            color: #000; \/* Dark black color *\/\n            animation-delay: 0.5s; \/* Delay before the name appears *\/\n        }\n\n        h2 {\n            font-size: 1.5em; \/* Slightly smaller size for the degree *\/\n            font-weight: normal;\n            color: #333; \/* Dark gray for contrast *\/\n            animation-delay: 1s; \/* Delay before the qualification appears *\/\n        }\n\n        \/* Image styles *\/\n        img {\n            max-width: 90%; \/* Make image 90% of the page width *\/\n            height: auto;\n            border-radius: 10px; \/* Optional: adds rounded corners to the image *\/\n            display: block;\n            margin: 0 auto; \/* Center the image *\/\n            opacity: 0; \/* Initially hide image for animation *\/\n            animation: zoomIn 1.5s ease-out forwards; \/* Default animation: Zoom In *\/\n        }\n\n        .container {\n            max-width: 800px; \/* Increase container size to accommodate larger image *\/\n            margin: 0 auto;\n        }\n\n        \/* Image Animations *\/\n        @keyframes zoomIn {\n            0% {\n                transform: scale(0.5); \/* Start at 50% size *\/\n                opacity: 0;\n            }\n            100% {\n                transform: scale(1); \/* End at normal size *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes bounceIn {\n            0% {\n                transform: scale(0.5) translateY(-30px); \/* Start smaller and above *\/\n                opacity: 0;\n            }\n            50% {\n                transform: scale(1.05) translateY(10px); \/* Slightly overshoot its final position *\/\n            }\n            100% {\n                transform: scale(1) translateY(0); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        @keyframes rotateIn {\n            0% {\n                transform: rotate(-180deg); \/* Start fully rotated *\/\n                opacity: 0;\n            }\n            100% {\n                transform: rotate(0deg); \/* Final normal position *\/\n                opacity: 1;\n            }\n        }\n\n        \/* Text Animations *\/\n        @keyframes slideUp {\n            0% {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeIn {\n            0% {\n                opacity: 0;\n            }\n            100% {\n                opacity: 1;\n            }\n        }\n\n        @keyframes slideLeft {\n            0% {\n                opacity: 0;\n                transform: translateX(-20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes slideRight {\n            0% {\n                opacity: 0;\n                transform: translateX(20px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes zoomText {\n            0% {\n                opacity: 0;\n                transform: scale(0.8);\n            }\n            100% {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n\n        \/* Image Animation - Choose one of the following *\/\n        \/* Uncomment for preferred image animation *\/\n\n        \/* Zoom In Effect *\/\n        \/* img {\n            animation: zoomIn 1.5s ease-out forwards;\n        } *\/\n\n        \/* Bounce In Effect *\/\n        \/* img {\n            animation: bounceIn 1s ease-out forwards;\n        } *\/\n\n        \/* Rotate In Effect *\/\n        \/* img {\n            animation: rotateIn 1s ease-out forwards;\n        } *\/\n\n        \/* Text Animation - Choose one of the following *\/\n\n        \/* Fade In Effect for Name *\/\n        h1 {\n            animation: fadeIn 1s ease-out forwards;\n            animation-delay: 0.5s;\n        }\n\n        \/* Slide From Left (Name) *\/\n        \/* h1 {\n            animation: slideLeft 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n        \/* Slide From Right (Qualification) *\/\n        h2 {\n            animation: slideRight 1s ease-out forwards;\n            animation-delay: 1s;\n        }\n\n        \/* Zoom In Effect for Name *\/\n        \/* h1 {\n            animation: zoomText 1s ease-out forwards;\n            animation-delay: 0.5s;\n        } *\/\n\n    <\/style>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<style>\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: \"Segoe UI\", Roboto, Arial, sans-serif;\n        background: #f2f4f7;\n        padding: 20px;\n    }\n\n    .profile-card {\n        max-width: 700px;\n        margin: 0 auto;\n        background: #ffffff;\n        border-radius: 12px;\n        padding: 32px 24px;\n        text-align: center;\n        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);\n    }\n\n    .title {\n        font-size: 1.6rem;\n        font-weight: 700;\n        color: #1e73be;\n        letter-spacing: 0.5px;\n        margin-bottom: 6px;\n    }\n\n    .divider {\n        width: 60px;\n        height: 3px;\n        background: #1e73be;\n        margin: 10px auto 18px;\n        border-radius: 2px;\n    }\n\n    .name {\n        font-size: 2.1rem;\n        font-weight: 700;\n        color: #111;\n        margin-bottom: 6px;\n    }\n\n    .role {\n        font-size: 1.25rem;\n        color: #444;\n        margin-bottom: 10px;\n    }\n\n    .desc {\n        font-size: 1rem;\n        color: #666;\n        line-height: 1.5;\n    }\n<\/style>\n<\/head>\n\n<body>\n\n<div class=\"profile-card\">\n    <div class=\"title\">Marketing partner<\/div>\n    <div class=\"divider\"><\/div>\n    <h2><strong>Mr. Vinay Vaishnav<\/strong><\/h2>\n    <div class=\"role\">+256 727869800<\/div>\n    <div class=\"role\">+256 747242901<\/div>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<div class=\"wp-block-superb-addons-animated-heading superbaddons-animated-heading-block superbaddons-animated-heading-effect16\" id=\"block-e3395104-db86-48ce-8b55-4756ffc62ded\" data-animation=\"effect16\" data-animation-speed=\"80\" data-animation-loop=\"false\">\n<h2 class=\"wp-block-heading\"><strong>Vision<\/strong><\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2024\/08\/Vision-image-6.webp\" alt=\"\" class=\"wp-image-242\" style=\"aspect-ratio:1;object-fit:cover\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size: 20px; color: black;\"><b>\n    &bull; Our vision is to be a globally recognized, technology-driven healthcare organization that provides high-quality, cost-effective pharmaceutical products.<br>\n    &bull; We are committed to enhancing the health of individuals, society, and the nation by delivering &#8216;Quality Beyond Compliance.&#8217;<br>\n    &bull; Through innovation, competence, and a strong export focus, we aim to become a leading pharmaceutical company both domestically and internationally, making essential medicines accessible to all.\n<\/b><\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-superb-addons-animated-heading superbaddons-animated-heading-block superbaddons-animated-heading-effect9\" id=\"block-abd64a6b-7ec1-498f-a957-0c470314a09d\" data-animation=\"effect9\" data-animation-speed=\"85\" data-animation-loop=\"false\">\n<h2 class=\"wp-block-heading\"><strong>Mission<\/strong><\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/aavenpharmaceutical.com\/wp-content\/uploads\/2024\/08\/Mission-2.webp\" alt=\"\" class=\"wp-image-326\" style=\"aspect-ratio:1;object-fit:cover;width:475px;height:auto\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p style=\"font-size: 19px; color: black;\"><b>\n    &bull; Our mission is to enhance global health by discovering, developing, and marketing innovative and high-quality pharmaceuticals.<br>\n    &bull; We are dedicated to achieving total customer satisfaction through advanced technology and world-class research.<br>\n    &bull; As an ethical and transparent organization, we aim to offer value-added products that prevent, diagnose, and treat diseases effectively.<br>\n    &bull; We are committed to making quality medicines affordable and accessible, driven by our core values of dedication, discipline, and social responsibility.\n<\/b><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Kamlesh Patel M.Pharm Kamlesh Patel M.Pharm Kamlesh Patel M.Pharm Kirit Patel B.Pharm Kamlesh Patel M.Pharm Mukesh Patel M.Pharm Kamlesh Patel M.Pharm Chetan Patel B.Pharm Sanjay Patel M.Sc\/M.Tech Sanjay Patel M.Sc\/M.Tech Marketing partner Mr. Vinay Vaishnav +256 727869800 +256 747242901 &bull; Our vision is to be a globally recognized, technology-driven healthcare organization that provides high-quality, cost-effective [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-46","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages\/46","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/comments?post=46"}],"version-history":[{"count":164,"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages\/46\/revisions"}],"predecessor-version":[{"id":977,"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages\/46\/revisions\/977"}],"wp:attachment":[{"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/media?parent=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}