{"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-08-20T15:07:50","modified_gmt":"2026-08-20T15:07:50","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\" 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-1\">APPROVED<\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-superb-addons-animated-heading superbaddons-animated-heading-block superbaddons-animated-heading-effect16\" 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-f56f613f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\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\n\n    <div class=\"container\">\n        <h2><strong>Kamlesh Patel<\/strong><\/h2>\n        <h2><strong>M.Pharm<\/strong><\/h2>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\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\n\n    <div class=\"container\">\n        <h2><strong>Kirit Patel<\/strong><\/h2>\n        <h2><strong>B.Pharm<\/strong><\/h2>\n    <\/div>\n\n\n\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\n\n    <div class=\"container\">\n        <h2><strong>Mukesh Patel<\/strong><\/h2>\n        <h2><strong>M.Pharm<\/strong><\/h2>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\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\n\n    <div class=\"container\">\n        <h2><strong>Chetan Patel<\/strong><\/h2>\n        <h2><strong>B.Pharm<\/strong><\/h2>\n    <\/div>\n\n\n\n<div class=\"container\">\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<div class=\"wp-block-superb-addons-animated-heading superbaddons-animated-heading-block superbaddons-animated-heading-effect16\" 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-f56f613f 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\" 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-f56f613f 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 class=\"wp-block-paragraph\"><\/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 &bull; Our vision is to be a globally recognized, technology-driven healthcare organization that provides high-quality, cost-effective pharmaceutical products. &bull; We are committed to enhancing the [&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":166,"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages\/46\/revisions"}],"predecessor-version":[{"id":982,"href":"https:\/\/aavenpharmaceutical.com\/index.php\/wp-json\/wp\/v2\/pages\/46\/revisions\/982"}],"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}]}}