{"id":4441,"date":"2020-12-30T08:43:31","date_gmt":"2020-12-30T08:43:31","guid":{"rendered":"https:\/\/ainalkashaaf.ly\/?page_id=4441"},"modified":"2021-01-28T08:42:59","modified_gmt":"2021-01-28T08:42:59","slug":"home","status":"publish","type":"page","link":"https:\/\/ainalkashaaf.ly\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[vc_row][vc_column][vc_column_text]<script type=\"text\/javascript\">\r\n\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\/\/ Disabled specific days:\r\n\t\t\t\t$.datepicker.setDefaults($.datepicker.regional['']);\r\n\t\t\t\tfunction disable_specificdays(date) {\r\n\t\t\t\t\tvar disabledDays = null;\r\n\t\t\t\t\t\tif ( disabledDays != null){\r\n\t\t\t\t\t\t\tvar m = date.getMonth();\r\n\t\t\t\t\t\t\tvar d = date.getDate();\r\n\t\t\t\t\t\t\tvar y = date.getFullYear();\r\n\t\t\t\t\t\t\tvar current_date = (m + 1) + \"\/\" + d + \"\/\" + y ;\r\n\t\t\t\t\t\t\tfor ( var k = 0; k < disabledDays.length; k++ ) {\r\n\t\t\t\t\t\t\t\tif ($.inArray(current_date, disabledDays) != -1 ) {\r\n\t\t\t\t\t\t\t\treturn [0];\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\treturn [1];\r\n\t\t\t\t}\r\n\r\n\t\t\t\tjQuery(\"#dateselect128\").datepicker({\r\n\t\t\t\t\tdateFormat: \"yy\/mm\/dd\",\r\n\t\t\t\t\tshowOtherMonths: true,\r\n\t\t\t\t\tselectOtherMonths: true,\r\n\t\t\t\t\tbeforeShowDay : disable_specificdays,\r\n\t\t\t\t\tminDate: 0,\r\n\t\t\t\t\tfirstDay:\"0\"\r\n\t\t\t\t});\r\n\t\t\t\t$.datepicker.setDefaults($.datepicker.regional['']);\r\n\t\t\t\tjQuery(\"#button_submit128\").on(\"click\",function(){\r\n\t\t\t\t\tvar apt_name  = jQuery(\"#iva_apt_name128\").val();\r\n\t\t\t\t\tvar apt_date  = jQuery(\"#dateselect128\").val();\r\n\t\t\t\t\tvar apt_email = jQuery(\"#iva_apt_email128\").val();\r\n\t\t\t\t\tvar apt_phone = jQuery(\"#iva_apt_phone128\").val();\r\n\t\t\t\t\tvar proceed = true;\r\n\t\t\t\t\tvar redirect = \"false\";\r\n\r\n\t\t\t\t\tfilter = \/^[A-Z0-9._%+-]+@([A-Z0-9-]+\\.)+[A-Z]{2,4}$\/i;\r\n\t\t\t\t\tif( filter.test( apt_email ) ){\r\n\t\t\t\t\t jQuery(\".iva_email128\").removeClass(\"error\");\r\n\t\t\t\t\t  proceed = true;\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t jQuery(\".iva_email128\").addClass(\"error\");\r\n\t\t\t\t\t   proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_name ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_name128\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_name ){\r\n\t\t\t\t\t\tjQuery(\".iva_name128\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( apt_phone ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_phone128\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_phone ){\r\n\t\t\t\t\t\tjQuery(\".iva_phone128\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( apt_date ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_date128\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_date ){\r\n\t\t\t\t\t\tjQuery(\".iva_date128\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( proceed ){\r\n\t\t\t\t\t\tif( redirect == \"false\"){\r\n\t\t\t\t\t\t\tiva_appt_sh_send_mail();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\telse{\r\n\t\t\t\t\t\t\twindow.location = frm_action;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t  return false;\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\t\t\tfunction iva_appt_sh_send_mail(){\r\n\t\t\t\t\t$.ajax({\r\n\t\t\t\t\t\turl: iva_panel.ajaxurl,\r\n\t\t\t\t\t\ttype: \"post\",\r\n\t\t\t\t\t\tdataType: \"html\",\r\n\t\t\t\t\t\tdata: {\r\n\t\t\t\t\t\t\taction   : \"iva_sh_apt_send_mail\",\r\n\t\t\t\t\t\t\tdata\t : jQuery(\"#iva_apptform128\").serialize()\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\tsuccess: function( response ){\r\n\t\t\t\t\t\t\tjQuery(\".iva_sh_apt_msg128\").html(response);\r\n\t\t\t\t\t\t\tif( jQuery( \"#sh_apt_msg\" ).hasClass( \"success\" ) ){\r\n\t\t\t\t\t\t\t\tdocument.iva_apptform.reset();\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t<\/script><div class=\"iva_appt_section\"  style=\"background-color:#222c2e;color:#ffffff;\"><div class=\"iva_appt_inner\"><div class=\"iva_appt_content\"><div class=\"iva_sh_apt_msg128\"><\/div><div class=\"one_third mb0\"><div class=\"fancyheading\"><h1 class=\"fancy-title large\"><span>Suffer from insects?<br \/>\nBook your appointment with us<br><\/span><\/h1><\/div><\/div><div class=\"two_third mb0 last\"><div class=\"iva_apptform_wrap\"><form name=\"iva_apptform\" method=\"post\" action=\"\" id=\"iva_apptform128\"><div class=\"one_half form_col\"><input type=\"text\" name=\"iva_apt_name\" id=\"iva_apt_name128\" value=\"\" placeholder=\"First Name\" class=\"iva_name128\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"iva_apt_email\" value=\"\" placeholder=\"Email\"  id=\"iva_apt_email128\" class=\"iva_email128\"><\/div><div class=\"one_half form_col\"><input type=\"text\" name=\"appointmentdate\" readonly=\"readyonly\" value=\"\" placeholder=\"Date\" id=\"dateselect128\" class=\"iva_date-128\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"phone\" id=\"iva_apt_phone128\" value=\"\" placeholder=\"Phone\" class=\"iva_phone128\"><\/div><div class=\"clear\"><\/div><button id=\"button_submit128\" type=\"button\" class=\"btn yellow true large\"><span>ask for appointment<\/span><\/button><input type=\"hidden\" value =\"\" id=\"iva_frm_action128\"><\/form><\/div><\/div><\/div><\/div><\/div>[\/vc_column_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1609142754110{padding-top: 10px !important;padding-right: 10% !important;padding-bottom: 10px !important;padding-left: 10% !important;}&#8221;][vc_column width=&#8221;1\/3&#8243;][vc_column_text]<div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><i class=\"fa fa-star\"><\/i><\/div><div class=\"sIcn_heading2a\"><h3>Follow-up services<strong> <\/strong><\/h3><div class=\"sIcn_content2a\"> <span style=\"font-size: 14pt;\">A company technician will come to your site in order to provide proper treatment and control of your pest problem.<\/span> <\/div><\/div><\/div><\/div>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text]<div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><a  href=\"#\" ><i class=\"fa fa-archive\"><\/i><\/a><\/div><div class=\"sIcn_heading2a\"><h3>Treated<\/h3><div class=\"sIcn_content2a\"> <span style=\"font-size: 14pt;\">The company technician will make an appropriate number of visits to ensure that the problem is resolved and controlled.<\/span> <\/div><\/div><\/div><\/div>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text]<div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><i class=\"fa fa-search\"><\/i><\/div><div class=\"sIcn_heading2a\"><h3>Field visit<\/h3><div class=\"sIcn_content2a\">\n<p><span style=\"font-size: 14pt;\">Our experts will discuss with you the problem of the pests that you suffer from, arrange a survey if required, and then offer you our quotation and recommendations.<\/span> <\/div><\/div><\/div><\/div>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<div id=\"section84\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#dfe5e7;padding:100px 0 80px 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\"> <div class=\"two_third\" >[vc_single_image image=&#8221;4338&#8243; img_size=&#8221;64&#215;64&#8243; alignment=&#8221;left&#8221;] <span style=\"font-size: 14pt;\"><strong><span style=\"font-size: 18pt;\">Why choose Ain Alkashaaf<\/span>:<\/strong><\/span><\/p>\n<p><span style=\"font-size: 14pt;\">If you are looking for a pest control company that has the appropriate capabilities and qualification to fulfill all your requirements in this field, then Ain Al Kashaf Company is the right and correct choice in terms of providing services and solutions of high quality and credibility, and more than that is the appropriate cost in exchange for our high-value services Ain Al Kashaf Pest Control Company is A company registered in Libya specialized in providing comprehensive and professional solutions to combat and control public health pests:<\/span><\/p>\n<h5><\/h5>\n\n<ul class=\"iva-checklist iva-liststyle1\">\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#157F8F;\"><\/i><\/span>Providing the best services and solutions<\/li>\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#157F8F;\"><\/i><\/span>Fast, efficient and reliable services<\/li>\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#157F8F;\"><\/i><\/span>Clear proposals and recommendations from our experts in this field<\/li>\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#157F8F;\"><\/i><\/span>A technical staff of engineers and technicians is highly trained and qualified<\/li>\n<\/ul>\n<\/div> <div class=\"one_third last\" >[vc_single_image image=&#8221;4135&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; el_id=&#8221;SDADASD&#8221;]<div class=\"demo_space\"  style=\"height:10px\"><\/div><\/div><div class=\"clear\"><\/div> <\/div><\/div> <div id=\"section88\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;background-image:url(https:\/\/ainalkashaaf.ly\/wp-content\/uploads\/2020\/12\/mena_libya_sea_view_banner-min.jpg);background-repeat:repeat;background-position:left top;background-attachment:scroll;padding:80px 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\"> [vc_single_image image=&#8221;4335&#8243; img_size=&#8221;64&#215;64&#8243; alignment=&#8221;center&#8221;] <div class=\"fancyheading center\" ><h2 class=\"fancy-title \"><span  style=\"color:#fff;\">Our happy customers<\/span><\/h2><p><span style=\"color: #ffffff; font-size: 14pt;\"> What our customers say about us <\/span><\/p><\/div> <script>\r\n\t\t\t\tjQuery(document).ready(function($){\r\n\t\t\t\t\tvar swiper = new Swiper(\".swiper-container-71\", {\r\n\t\t\t\t\t\tslidesPerView: 1,\r\n\t\t\t\t\t\tautoplay: false,\r\n\t\t\t\t\t\tloop: true,\r\n\t\t\t\t\t\tspeed: 3000,\r\n\t\t\t\t\t\tpagination: {\r\n\t\t\t\t\t\t\tel: \".swiper-pagination\",\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t<\/script><div class=\"swiper-container swiper-container-71\"><div class=\"swiper-wrapper\"><div class=\"swiper-slide\"><span class=\"tc-details\"><span class=\"tc-client-image\"><img alt='' src='https:\/\/secure.gravatar.com\/avatar\/?s=80&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo avatar-default' height='80' width='80' \/><\/span><\/span><div class=\"tc-content\"><p>I wish Ain Al Kashaf company success and advise everyone to contact this company because it has proven its excellence in combating all types of insects. I am very grateful to them.<\/p><div class=\"tc-client-meta\"><div class=\"client-name\"> - , <\/div><\/div><\/div><\/div><div class=\"swiper-slide\"><span class=\"tc-details\"><span class=\"tc-client-image\"><img alt='' src='https:\/\/secure.gravatar.com\/avatar\/?s=80&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo avatar-default' height='80' width='80' \/><\/span><\/span><div class=\"tc-content\"><p>I thank Ain Al Kashaf Company, their distinguished service and their cooperating team with us, for helping us get rid of all insect pests by using the best insecticides.<\/p><div class=\"tc-client-meta\"><div class=\"client-name\"> - , <\/div><\/div><\/div><\/div><div class=\"swiper-slide\"><span class=\"tc-details\"><span class=\"tc-client-image\"><img alt='' src='https:\/\/secure.gravatar.com\/avatar\/?s=80&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo avatar-default' height='80' width='80' \/><\/span><\/span><div class=\"tc-content\"><p>I was suffering from insects in my home and I tried very hard and contacted many companies for pest control, but I only benefited thanks to the Ain Al Kashaf company, which has the merit in controlling insects in my home, and I thank them very much.<\/p><div class=\"tc-client-meta\"><div class=\"client-name\"> - , <\/div><\/div><\/div><\/div><div class=\"swiper-pagination\"><\/div><\/div><\/div> <\/div><\/div>[\/vc_column_text][\/vc_column][\/vc_row][vc_row disable_element=&#8221;yes&#8221;][vc_column][vc_column_text]<div id=\"section55\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;padding:80px 0;border-color:f6f6f6;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\"> <div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><i class=\"fa fa-star\"><\/i><\/div><div class=\"sIcn_heading2a\"><h3><strong>\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629 <\/strong><\/h3><div class=\"sIcn_content2a\"> \u0633\u064a\u0623\u062a\u064a \u0641\u0646\u064a \u0627\u0644\u0634\u0631\u0643\u0629 \u0625\u0644\u0649 \u0645\u0648\u0642\u0639\u0643\u0645 \u0645\u0646 \u0623\u062c\u0644 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629 \u0648\u0627\u0644\u062a\u062d\u0643\u0645 \u0641\u064a \u00a0\u0645\u0634\u0643\u0644\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0639\u0627\u0646\u0648\u0646 \u0645\u0646\u0647\u0627. <\/div><\/div><\/div><\/div><\/div> <div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><a  href=\"http:\/\/www.aivahthemes.com\/wp\/anona\/pest-control\/\" ><i class=\"fa fa-archive\"><\/i><\/a><\/div><div class=\"sIcn_heading2a\"><h3><strong>\u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 <\/strong><\/h3><div class=\"sIcn_content2a\"> \u0633\u064a\u0642\u0648\u0645 \u0641\u0646\u064a \u0627\u0644\u0634\u0631\u0643\u0629 \u0628\u0639\u062f\u062f \u0645\u0646\u0627\u0633\u0628 \u0645\u0646 \u0627\u0644\u0632\u064a\u0627\u0631\u0627\u062a \u0644\u0644\u0636\u0645\u0627\u0646 \u0648\u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u062d\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0648\u0627\u0644\u0633\u064a\u0637\u0631\u0629 \u0639\u0644\u064a\u0647\u0627. <\/div><\/div><\/div><\/div><\/div> <div class=\"one_third last\" ><div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><i class=\"fa fa-search\"><\/i><\/div><div class=\"sIcn_heading2a\"><h3><strong>\u0627\u0644\u0632\u064a\u0627\u0631\u0629 \u0627\u0644\u0645\u064a\u062f\u0627\u0646\u064a\u0629<\/strong><\/h3><div class=\"sIcn_content2a\"> \u0633\u064a\u062a\u0646\u0627\u0642\u0634 \u062e\u0628\u0631\u0627\u0626\u0646\u0627 \u0645\u0639\u0643\u0645 \u0641\u064a \u0645\u0634\u0643\u0644\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0639\u0627\u0646\u0648\u0646 \u0645\u0646\u0647\u0627\u060c \u0648\u0646\u0631\u062a\u0628 \u0645\u0633\u062d\u0627 \u0625\u0646 \u062a\u0637\u0644\u0628 \u0627\u0644\u0623\u0645\u0631 \u0648\u0645\u0646 \u062b\u0645 \u0646\u0642\u062f\u0645 \u0644\u0643\u0645 \u0639\u0631\u0636 \u0623\u0633\u0639\u0627\u0631\u0646\u0627 \u0648\u0627\u0644\u062a\u0648\u0635\u064a\u0627\u062a.. <\/div><\/div><\/div><\/div><\/div><div class=\"clear\"><\/div> <\/div><\/div>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h3 style=\"text-align: center;\"><span style=\"color: #147e8d; font-size: 18pt;\"><strong>The most common lesions<\/strong><\/span><\/h3>\n<p>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1608985791322{padding-right: 10% !important;padding-left: 10% !important;}&#8221;][vc_column width=&#8221;1\/5&#8243;][vc_single_image image=&#8221;4392&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests5&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fainalkashaaf.ly%2Fen%2Fmost-common-lesions%2F%23Pests5&#8243;][\/vc_column][vc_column width=&#8221;1\/5&#8243; el_id=&#8221;radius_img&#8221;][vc_single_image image=&#8221;4376&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests4&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fainalkashaaf.ly%2Fen%2Fmost-common-lesions%2F%23Pests4&#8243;][\/vc_column][vc_column width=&#8221;1\/5&#8243; el_id=&#8221;radius_img&#8221;][vc_single_image image=&#8221;4374&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests3&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fainalkashaaf.ly%2Fen%2Fmost-common-lesions%2F%23Pests3&#8243;][\/vc_column][vc_column width=&#8221;1\/5&#8243; el_id=&#8221;radius_img&#8221;][vc_single_image image=&#8221;4372&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests2&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fainalkashaaf.ly%2Fen%2Fmost-common-lesions%2F%23Pests4&#8243;][\/vc_column][vc_column width=&#8221;1\/5&#8243; el_id=&#8221;radius_img&#8221;][vc_single_image image=&#8221;4369&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests1&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fainalkashaaf.ly%2Fen%2Fmost-common-lesions%2F%23Pests1&#8243;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1609142754110{padding-top: 10px !important;padding-right: 10% !important;padding-bottom: 10px !important;padding-left: 10% !important;}&#8221;][vc_column width=&#8221;1\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row][vc_row disable_element=&#8221;yes&#8221;][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] The most common lesions [\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1608985791322{padding-right: 10% !important;padding-left: 10% !important;}&#8221;][vc_column width=&#8221;1\/5&#8243;][vc_single_image image=&#8221;4392&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests5&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fainalkashaaf.ly%2Fen%2Fmost-common-lesions%2F%23Pests5&#8243;][\/vc_column][vc_column width=&#8221;1\/5&#8243; el_id=&#8221;radius_img&#8221;][vc_single_image image=&#8221;4376&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests4&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"template_stretched.php","meta":{"footnotes":""},"class_list":["post-4441","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Ain Al Kashaf Company<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ainalkashaaf.ly\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Ain Al Kashaf Company\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1609142754110{padding-top: 10px !important;padding-right: 10% !important;padding-bottom: 10px !important;padding-left: 10% !important;}&#8221;][vc_column width=&#8221;1\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row][vc_row disable_element=&#8221;yes&#8221;][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] The most common lesions [\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1608985791322{padding-right: 10% !important;padding-left: 10% !important;}&#8221;][vc_column width=&#8221;1\/5&#8243;][vc_single_image image=&#8221;4392&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests5&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fainalkashaaf.ly%2Fen%2Fmost-common-lesions%2F%23Pests5&#8243;][\/vc_column][vc_column width=&#8221;1\/5&#8243; el_id=&#8221;radius_img&#8221;][vc_single_image image=&#8221;4376&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests4&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ainalkashaaf.ly\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Ain Al Kashaf Company\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-28T08:42:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ainalkashaaf.ly\\\/en\\\/\",\"url\":\"https:\\\/\\\/ainalkashaaf.ly\\\/en\\\/\",\"name\":\"Home - Ain Al Kashaf Company\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ainalkashaaf.ly\\\/#website\"},\"datePublished\":\"2020-12-30T08:43:31+00:00\",\"dateModified\":\"2021-01-28T08:42:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ainalkashaaf.ly\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ainalkashaaf.ly\\\/en\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ainalkashaaf.ly\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\\\/\\\/ainalkashaaf.ly\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ainalkashaaf.ly\\\/#website\",\"url\":\"https:\\\/\\\/ainalkashaaf.ly\\\/\",\"name\":\"Ain Al Kashaf Company\",\"description\":\"\u062a\u0639\u062f \u0634\u0631\u0643\u0629 \u0639\u064a\u0646 \u0627\u0644\u0643\u0634\u0627\u0641 \u0644\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u0644\u064a\u0628\u064a\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u062d\u064a\u062b \u062a\u0623\u0633\u0633\u062a \u0627\u0644\u0634\u0631\u0643\u0629 \u0645\u0646\u0630 \u0627\u0644\u0634\u0631\u0643\u0629 2016 \u0628\u0637\u0627\u0642\u0645 \u0645\u0646 \u0627\u0644\u0645\u0647\u0646\u062f\u0633\u064a\u0646 \u0648\u0627\u0644\u0645\u0647\u0646\u064a\u064a\u0646 \u0630\u0648\u064a \u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0627\u0644\u0639\u0627\u0644\u064a\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0648\u0642\u062f \u0642\u062f\u0645\u062a \u0634\u0631\u0643\u062a\u0646\u0627 \u062e\u0644\u0627\u0644 \u0647\u0630\u0647 \u0627\u0644\u0641\u062a\u0631\u0629 \u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u0623\u0639\u0645\u0627\u0644 \u0648\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0641\u064a \u0645\u062c\u0627\u0644 \u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0644\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0648\u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0631\u0627\u0626\u062f\u0629 \u0648\u062a\u062e\u062a\u0635 \u0627\u0644\u0634\u0631\u0643\u0629 \u0641\u064a \u0627\u0644\u0645\u0643\u0627\u0641\u062d\u0629 \u0648\u0627\u0644\u062a\u062d\u0643\u0645 \u0641\u064a \u0622\u0641\u0627\u062a \u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0643\u0627\u0644\u0642\u0648\u0627\u0631\u0636\u060c \u0627\u0644\u062d\u0634\u0631\u0627\u062a\u060c \u0628\u0642 \u0627\u0644\u0641\u0631\u0627\u0634 \u0648\u0627\u0644\u0646\u0645\u0644.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ainalkashaaf.ly\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Ain Al Kashaf Company","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ainalkashaaf.ly\/en\/","og_locale":"en_US","og_type":"article","og_title":"Home - Ain Al Kashaf Company","og_description":"[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1609142754110{padding-top: 10px !important;padding-right: 10% !important;padding-bottom: 10px !important;padding-left: 10% !important;}&#8221;][vc_column width=&#8221;1\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row][vc_row disable_element=&#8221;yes&#8221;][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] The most common lesions [\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1608985791322{padding-right: 10% !important;padding-left: 10% !important;}&#8221;][vc_column width=&#8221;1\/5&#8243;][vc_single_image image=&#8221;4392&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests5&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fainalkashaaf.ly%2Fen%2Fmost-common-lesions%2F%23Pests5&#8243;][\/vc_column][vc_column width=&#8221;1\/5&#8243; el_id=&#8221;radius_img&#8221;][vc_single_image image=&#8221;4376&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/ainalkashaaf.ly\/en\/most-common-lesions\/#Pests4&#8243;][vc_btn title=&#8221;Read More&#8221; style=&#8221;custom&#8221; custom_background=&#8221;#147e8e&#8221; custom_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; [&hellip;]","og_url":"https:\/\/ainalkashaaf.ly\/en\/","og_site_name":"Ain Al Kashaf Company","article_modified_time":"2021-01-28T08:42:59+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ainalkashaaf.ly\/en\/","url":"https:\/\/ainalkashaaf.ly\/en\/","name":"Home - Ain Al Kashaf Company","isPartOf":{"@id":"https:\/\/ainalkashaaf.ly\/#website"},"datePublished":"2020-12-30T08:43:31+00:00","dateModified":"2021-01-28T08:42:59+00:00","breadcrumb":{"@id":"https:\/\/ainalkashaaf.ly\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ainalkashaaf.ly\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ainalkashaaf.ly\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/ainalkashaaf.ly\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/ainalkashaaf.ly\/#website","url":"https:\/\/ainalkashaaf.ly\/","name":"Ain Al Kashaf Company","description":"\u062a\u0639\u062f \u0634\u0631\u0643\u0629 \u0639\u064a\u0646 \u0627\u0644\u0643\u0634\u0627\u0641 \u0644\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u0644\u064a\u0628\u064a\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u062d\u064a\u062b \u062a\u0623\u0633\u0633\u062a \u0627\u0644\u0634\u0631\u0643\u0629 \u0645\u0646\u0630 \u0627\u0644\u0634\u0631\u0643\u0629 2016 \u0628\u0637\u0627\u0642\u0645 \u0645\u0646 \u0627\u0644\u0645\u0647\u0646\u062f\u0633\u064a\u0646 \u0648\u0627\u0644\u0645\u0647\u0646\u064a\u064a\u0646 \u0630\u0648\u064a \u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0627\u0644\u0639\u0627\u0644\u064a\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0648\u0642\u062f \u0642\u062f\u0645\u062a \u0634\u0631\u0643\u062a\u0646\u0627 \u062e\u0644\u0627\u0644 \u0647\u0630\u0647 \u0627\u0644\u0641\u062a\u0631\u0629 \u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u0623\u0639\u0645\u0627\u0644 \u0648\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0641\u064a \u0645\u062c\u0627\u0644 \u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0644\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0648\u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0631\u0627\u0626\u062f\u0629 \u0648\u062a\u062e\u062a\u0635 \u0627\u0644\u0634\u0631\u0643\u0629 \u0641\u064a \u0627\u0644\u0645\u0643\u0627\u0641\u062d\u0629 \u0648\u0627\u0644\u062a\u062d\u0643\u0645 \u0641\u064a \u0622\u0641\u0627\u062a \u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0643\u0627\u0644\u0642\u0648\u0627\u0631\u0636\u060c \u0627\u0644\u062d\u0634\u0631\u0627\u062a\u060c \u0628\u0642 \u0627\u0644\u0641\u0631\u0627\u0634 \u0648\u0627\u0644\u0646\u0645\u0644.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ainalkashaaf.ly\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/ainalkashaaf.ly\/en\/wp-json\/wp\/v2\/pages\/4441","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ainalkashaaf.ly\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ainalkashaaf.ly\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ainalkashaaf.ly\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ainalkashaaf.ly\/en\/wp-json\/wp\/v2\/comments?post=4441"}],"version-history":[{"count":13,"href":"https:\/\/ainalkashaaf.ly\/en\/wp-json\/wp\/v2\/pages\/4441\/revisions"}],"predecessor-version":[{"id":4602,"href":"https:\/\/ainalkashaaf.ly\/en\/wp-json\/wp\/v2\/pages\/4441\/revisions\/4602"}],"wp:attachment":[{"href":"https:\/\/ainalkashaaf.ly\/en\/wp-json\/wp\/v2\/media?parent=4441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}