{"id":71,"date":"2018-04-28T10:36:33","date_gmt":"2018-04-28T10:36:33","guid":{"rendered":"http:\/\/223.31.210.28\/audit\/apaviation\/?page_id=71"},"modified":"2024-07-15T07:49:17","modified_gmt":"2024-07-15T07:49:17","slug":"contact-us-2","status":"publish","type":"page","link":"https:\/\/civilaviation.arunachal.gov.in\/?page_id=71","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Civil Aviation Department<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.7.0\/css\/font-awesome.min.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OwlCarousel2\/2.3.4\/assets\/owl.carousel.min.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OwlCarousel2\/2.3.4\/assets\/owl.theme.default.min.css\">\n    <link href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.4\/css\/all.min.css\" rel=\"stylesheet\">\n    <link href=\"style.css\" rel=\"stylesheet\">\n\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            overflow-x: hidden;\n            background-color: #f5f5f5;\n        }\n\n        .header img {\n            max-height: 80px;\n        }\n\n        .carousel-item img {\n            height: 477px;\n            object-fit: cover;\n        }\n\n        .container .row .col-md-4 .bg-secondary {\n            height: 150px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.2em;\n            width: 100%;\n        }\n\n        .card {\n            width: 180px;\n            height: 250px;\n            margin: auto;\n        }\n\n        .card img {\n            width: 100px;\n            height: 100px;\n            object-fit: cover;\n            margin: auto;\n        }\n\n        .card-title,\n        .card-text {\n            text-align: center;\n        }\n\n        .marquee-container {\n            background-color: orange;\n            padding: 1rem;\n            display: flex;\n            font-size: large;\n            font-weight: 600;\n            align-items: center;\n            justify-content: center;\n            height: 40px;\n            color: white;\n        }\n\n        .container-fluid {\n            overflow-x: hidden;\n        }\n\n        .slider_wrapper {\n            width: 100%;\n            overflow: hidden;\n            margin: auto;\n        }\n\n        .social-marquee {\n            background-color: lightblue;\n            padding: 1rem;\n            margin: 20px 0;\n            height: 200px;\n            overflow: hidden;\n        }\n\n        .social-marquee a {\n            color: darkblue;\n            text-decoration: none;\n            font-size: 18px;\n            font-weight: bold;\n            display: block;\n            text-align: center;\n            padding: 10px;\n        }\n\n        .social-marquee a:hover {\n            text-decoration: underline;\n        }\n\n        .social-header {\n            background-color: darkblue;\n            color: white;\n            text-align: center;\n            padding: 0.5rem 0;\n            font-size: 1.2em;\n            margin-bottom: 0.5rem;\n        }\n\n        .footer {\n            position: relative;\n            bottom: 0;\n            width: 100%;\n            background-color: #3b4566;\n            color: white;\n            padding: 15px 0;\n            z-index: 100;\n        }\n\n        .footer a {\n            color: #e6e7ec;\n            text-decoration: none;\n        }\n\n        .footer a:hover {\n            text-decoration: underline;\n        }\n\n        .footer .footer-section {\n            margin-bottom: 20px;\n        }\n\n        .footer .footer-section h5 {\n            margin-bottom: 10px;\n            color: #FF0000;\n        }\n\n        .footer .social-media a {\n            color: white;\n            font-size: 24px;\n            margin-right: 15px;\n        }\n\n        .footer .social-media a:hover {\n            color: #00ADEF;\n        }\n\n        .footer .last-updated,\n        .footer .total-visitors {\n            margin-bottom: 10px;\n        }\n\n        @keyframes scroll {\n            0% {\n                transform: translateX(0%);\n            }\n\n            100% {\n                transform: translateX(-100%);\n            }\n        }\n\n        .slider_active {\n            display: flex;\n            animation: scroll 20s linear infinite;\n            padding-bottom: 20px;\n        }\n\n        .slider_active:hover {\n            animation-play-state: paused;\n        }\n\n        .contact-container {\n            max-width: 1200px;\n            margin: 50px auto;\n            background-color: #ffffff;\n            border-radius: 8px;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n            padding: 20px;\n            overflow: hidden;\n        }\n\n        .contact-header {\n            text-align: center;\n            padding: 20px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n\n        .contact-header h2 {\n            font-size: 28px;\n            margin: 0;\n        }\n\n        .contact-details {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            padding: 20px;\n        }\n\n        .contact-info,\n        .map {\n            width: 100%;\n            max-width: 48%;\n            margin-bottom: 20px;\n        }\n\n        .contact-info p {\n            margin: 10px 0;\n            line-height: 1.6;\n        }\n\n        .map iframe {\n            width: 100%;\n            height: 330px;\n            border: 0;\n        }\n\n        .key-contacts {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            margin-top: 20px;\n        }\n\n        .contact-card {\n            flex: 0 0 48%;\n            background-color: #f9f9f9;\n            padding: 15px;\n            border-radius: 8px;\n            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);\n            margin-bottom: 20px;\n        }\n\n        .contact-card h4 {\n            margin-top: 0;\n        }\n\n        @media (max-width: 768px) {\n            .contact-info,\n            .map {\n                max-width: 100%;\n            }\n\n            .contact-card {\n                flex: 0 0 100%;\n                margin-bottom: 10px;\n            }\n        }\n    <\/style>\n\n<\/head>\n\n<body>\n\n    <!-- Team Section -->\n    <div class=\"contact-container\">\n        <div class=\"contact-header\">\n            <h2>Contact Us<\/h2>\n        <\/div>\n        <div class=\"contact-details\">\n            <div class=\"contact-info\">\n                <h1>Directorate of Civil Aviation<\/h1><br>\n                <p><h3>Address:<\/h3>\n                    Government of Arunachal Pradesh<br>\n                    Naharlagun Helipad, District- Papum Pare<br>\n                    PIN-791110.\n                <\/p>\n                <p><strong>Phone:<\/strong><br>\n                    0360-2245508\n                <\/p>\n                <p><strong>Fax:<\/strong><br>\n                    0360-2245508 \/ 2243262<br>\n                <p><strong>Email:<\/strong><br>\n                    dcanlg12[at]gmail[dot]com<\/p>\n            <\/div>\n            <div class=\"map\">\n                <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3551.4229240060367!2d93.69362577490192!3d27.111486051521137!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3744008f1303b803%3A0x1f2daf50cbf46edc!2sNaharlagun%20Helipad!5e0!3m2!1sen!2sin!4v1721027131063!5m2!1sen!2sin\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n            <\/div>\n        <\/div>\n        <div class=\"key-contacts\">\n            <div class=\"contact-card\">\n                <h4>Director Civil Aviation<\/h4>\n                <p>Shri Starlie Jamoh<\/p>\n                <p>Email: dcanlg12[at]gmail[dot]com<\/p>\n                <p>Phone- 8730889381<\/p>\n            <\/div>\n\n            <div class=\"contact-card\">\n                <h4>Deputy Director Civil Aviation<\/h4>\n                <p>Smti. Jumyir Ronya Kato<\/p>\n                <p>Email: dcanlg12[at]gmail[dot]com<\/p>\n                <p>Phone- 7628989405<\/p>    \n            <\/div>\n\n            <div class=\"contact-card\">\n                <h4>Asst. Director Civil Aviation (Operation)<\/h4>\n                <p>Smti. Ritu Tawe<\/p>\n                <p>Email: dcanlg12[at]gmail[dot]com<\/p>\n                <p>Phone- 9436044021<\/p>    \n            <\/div>\n\n            <div class=\"contact-card\">\n                <h4>Asst. Director Civil Aviation (Technical)<\/h4>\n                <p>Shri Priyam Borthakur<\/p>\n                <p>Email: dcanlg12[at]gmail[dot]com<\/p>\n                <p>Phone- 7005843659<\/p>    \n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/body>\n\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Civil Aviation Department Contact Us Directorate of Civil Aviation Address: Government of Arunachal Pradesh Naharlagun Helipad, District- Papum Pare PIN-791110. Phone: 0360-2245508 Fax: 0360-2245508 \/ 2243262 Email: dcanlg12[at]gmail[dot]com Director Civil Aviation Shri Starlie Jamoh Email: dcanlg12[at]gmail[dot]com Phone- 8730889381 Deputy Director Civil Aviation Smti. Jumyir Ronya Kato Email: dcanlg12[at]gmail[dot]com Phone- 7628989405 Asst. Director Civil Aviation (Operation)&#8230;<\/p>\n","protected":false},"author":1,"featured_media":719,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page_full.php","meta":{"footnotes":""},"class_list":["post-71","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/civilaviation.arunachal.gov.in\/index.php?rest_route=\/wp\/v2\/pages\/71","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/civilaviation.arunachal.gov.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/civilaviation.arunachal.gov.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/civilaviation.arunachal.gov.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/civilaviation.arunachal.gov.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=71"}],"version-history":[{"count":67,"href":"https:\/\/civilaviation.arunachal.gov.in\/index.php?rest_route=\/wp\/v2\/pages\/71\/revisions"}],"predecessor-version":[{"id":1152,"href":"https:\/\/civilaviation.arunachal.gov.in\/index.php?rest_route=\/wp\/v2\/pages\/71\/revisions\/1152"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/civilaviation.arunachal.gov.in\/index.php?rest_route=\/wp\/v2\/media\/719"}],"wp:attachment":[{"href":"https:\/\/civilaviation.arunachal.gov.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=71"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}