{"code":"<!DOCTYPE html>\r\n<html lang=\"en\" xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\">\r\n<head>\r\n    <meta charset=\"utf-8\"> <!-- utf-8 works for most cases -->\r\n    <meta name=\"viewport\" content=\"width=device-width\"> <!-- Forcing initial-scale shouldn't be necessary -->\r\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <!-- Use the latest (edge) version of IE rendering engine -->\r\n    <meta name=\"x-apple-disable-message-reformatting\">  <!-- Disable auto-scale in iOS 10 Mail entirely -->\r\n    <title><\/title> <!-- The title tag shows in email notifications, like Android 4.4. -->\r\n\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito+Sans:200,300,400,600,700,800,900\" rel=\"stylesheet\">\r\n\r\n    <!-- CSS Reset : BEGIN -->\r\n    <style>\r\n\r\n        \/* What it does: Remove spaces around the email design added by some email clients. *\/\r\n        \/* Beware: It can remove the padding \/ margin and add a background color to the compose a reply window. *\/\r\n        html,\r\nbody {\r\n    margin: 0 auto !important;\r\n    padding: 0 !important;\r\n    height: 100% !important;\r\n    width: 100% !important;\r\n    background: #f1f1f1;\r\n}\r\n\r\n\/* What it does: Stops email clients resizing small text. *\/\r\n* {\r\n    -ms-text-size-adjust: 100%;\r\n    -webkit-text-size-adjust: 100%;\r\n}\r\n\r\n\/* What it does: Centers email on Android 4.4 *\/\r\ndiv[style*=\"margin: 16px 0\"] {\r\n    margin: 0 !important;\r\n}\r\n\r\n\/* What it does: Stops Outlook from adding extra spacing to tables. *\/\r\ntable,\r\ntd {\r\n    mso-table-lspace: 0pt !important;\r\n    mso-table-rspace: 0pt !important;\r\n}\r\n\r\n\/* What it does: Fixes webkit padding issue. *\/\r\ntable {\r\n    border-spacing: 0 !important;\r\n    border-collapse: collapse !important;\r\n    table-layout: fixed !important;\r\n    margin: 0 auto !important;\r\n}\r\n\r\n\/* What it does: Uses a better rendering method when resizing . in IE. *\/\r\nimg {\r\n    -ms-interpolation-mode:bicubic;\r\n}\r\n\r\n\/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. *\/\r\na {\r\n    text-decoration: none;\r\n}\r\n\r\n\/* What it does: A work-around for email clients meddling in triggered links. *\/\r\n*[x-apple-data-detectors],  \/* iOS *\/\r\n.unstyle-auto-detected-links *,\r\n.aBn {\r\n    border-bottom: 0 !important;\r\n    cursor: default !important;\r\n    color: inherit !important;\r\n    text-decoration: none !important;\r\n    font-size: inherit !important;\r\n    font-family: inherit !important;\r\n    font-weight: inherit !important;\r\n    line-height: inherit !important;\r\n}\r\n\r\n\/* What it does: Prevents Gmail from displaying a download button on large, non-linked .. *\/\r\n.a6S {\r\n    display: none !important;\r\n    opacity: 0.01 !important;\r\n}\r\n\r\n\/* What it does: Prevents Gmail from changing the text color in conversation threads. *\/\r\n.im {\r\n    color: inherit !important;\r\n}\r\n\r\n\/* If the above doesn't work, add a .g-img class to any image in question. *\/\r\nimg.g-img + div {\r\n    display: none !important;\r\n}\r\n\r\n\/* What it does: Removes right gutter in Gmail iOS app: https:\/\/github.com\/TedGoas\/Cerberus\/issues\/89  *\/\r\n\/* Create one of these media queries for each additional viewport size you'd like to fix *\/\r\n\r\n\/* iPhone 4, 4S, 5, 5S, 5C, and 5SE *\/\r\n@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {\r\n    u ~ div .email-container {\r\n        min-width: 320px !important;\r\n    }\r\n}\r\n\/* iPhone 6, 6S, 7, 8, and X *\/\r\n@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {\r\n    u ~ div .email-container {\r\n        min-width: 375px !important;\r\n    }\r\n}\r\n\/* iPhone 6+, 7+, and 8+ *\/\r\n@media only screen and (min-device-width: 414px) {\r\n    u ~ div .email-container {\r\n        min-width: 414px !important;\r\n    }\r\n}\r\n\r\n\r\n    <\/style>\r\n\r\n    <!-- CSS Reset : END -->\r\n\r\n    <!-- Progressive Enhancements : BEGIN -->\r\n    <style>\r\n\r\n\t    .primary{\r\n\tbackground: #f5564e;\r\n}\r\n.bg_white{\r\n\tbackground: #ffffff;\r\n}\r\n.bg_light{\r\n\tbackground: #fafafa;\r\n}\r\n.bg_black{\r\n\tbackground: #000000;\r\n}\r\n.bg_dark{\r\n\tbackground: rgba(0,0,0,.8);\r\n}\r\n.email-section{\r\n\tpadding:2.5em;\r\n}\r\n\r\n\/*BUTTON*\/\r\n.btn{\r\n\tpadding: 5px 15px;\r\n\tdisplay: inline-block;\r\n}\r\n.btn.btn-primary{\r\n\tborder-radius: 5px;\r\n\tbackground: #f5564e;\r\n\tcolor: #ffffff;\r\n}\r\n.btn.btn-white{\r\n\tborder-radius: 5px;\r\n\tbackground: #ffffff;\r\n\tcolor: #000000;\r\n}\r\n.btn.btn-white-outline{\r\n\tborder-radius: 5px;\r\n\tbackground: transparent;\r\n\tborder: 1px solid #fff;\r\n\tcolor: #fff;\r\n}\r\n\r\nh1,h2,h3,h4,h5,h6{\r\n\tfont-family: 'Nunito Sans', sans-serif;\r\n\tcolor: #000000;\r\n\tmargin-top: 0;\r\n}\r\n\r\nbody{\r\n\tfont-family: 'Nunito Sans', sans-serif;\r\n\tfont-weight: 400;\r\n\tfont-size: 15px;\r\n\tline-height: 1.8;\r\n\tcolor: rgba(0,0,0,.4);\r\n}\r\n\r\na{\r\n\tcolor: #f5564e;\r\n}\r\n\r\ntable{\r\n}\r\n\/*LOGO*\/\r\n\r\n.logo h1{\r\n\tmargin: 0;\r\n}\r\n.logo h1 a{\r\n\tcolor: #000;\r\n\tfont-size: 20px;\r\n\tfont-weight: 700;\r\n\ttext-transform: uppercase;\r\n\tfont-family: 'Nunito Sans', sans-serif;\r\n}\r\n\r\n.navigation{\r\n\tpadding: 0;\r\n}\r\n.navigation li{\r\n\tlist-style: none;\r\n\tdisplay: inline-block;;\r\n\tmargin-left: 5px;\r\n\tfont-size: 12px;\r\n\tfont-weight: 700;\r\n\ttext-transform: uppercase;\r\n}\r\n.navigation li a{\r\n\tcolor: rgba(0,0,0,.6);\r\n}\r\n\r\n\/*HERO*\/\r\n.hero{\r\n\tposition: relative;\r\n\tz-index: 0;\r\n}\r\n.hero .overlay{\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\tright: 0;\r\n\tbottom: 0;\r\n\tcontent: '';\r\n\twidth: 100%;\r\n\tbackground: #000000;\r\n\tz-index: -1;\r\n\topacity: .3;\r\n}\r\n.hero .icon{\r\n}\r\n.hero .icon a{\r\n\tdisplay: block;\r\n\twidth: 60px;\r\n\tmargin: 0 auto;\r\n}\r\n.hero .text{\r\n\tcolor: rgba(255,255,255,.8);\r\n\tpadding: 0 4em;\r\n}\r\n.hero .text h2{\r\n\tcolor: #ffffff;\r\n\tfont-size: 40px;\r\n\tmargin-bottom: 0;\r\n\tline-height: 1.2;\r\n\tfont-weight: 900;\r\n}\r\n\r\n\r\n\/*HEADING SECTION*\/\r\n.heading-section{\r\n}\r\n.heading-section h2{\r\n\tcolor: #000000;\r\n\tfont-size: 24px;\r\n\tmargin-top: 0;\r\n\tline-height: 1.4;\r\n\tfont-weight: 700;\r\n}\r\n.heading-section .subheading{\r\n\tmargin-bottom: 20px !important;\r\n\tdisplay: inline-block;\r\n\tfont-size: 13px;\r\n\ttext-transform: uppercase;\r\n\tletter-spacing: 2px;\r\n\tcolor: rgba(0,0,0,.4);\r\n\tposition: relative;\r\n}\r\n.heading-section .subheading::after{\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\tright: 0;\r\n\tbottom: -10px;\r\n\tcontent: '';\r\n\twidth: 100%;\r\n\theight: 2px;\r\n\tbackground: #f5564e;\r\n\tmargin: 0 auto;\r\n}\r\n\r\n.heading-section-white{\r\n\tcolor: rgba(255,255,255,.8);\r\n}\r\n.heading-section-white h2{\r\n\tfont-family: \r\n\tline-height: 1;\r\n\tpadding-bottom: 0;\r\n}\r\n.heading-section-white h2{\r\n\tcolor: #ffffff;\r\n}\r\n.heading-section-white .subheading{\r\n\tmargin-bottom: 0;\r\n\tdisplay: inline-block;\r\n\tfont-size: 13px;\r\n\ttext-transform: uppercase;\r\n\tletter-spacing: 2px;\r\n\tcolor: rgba(255,255,255,.4);\r\n}\r\n\r\n\r\n.icon{\r\n\ttext-align: center;\r\n}\r\n.icon img{\r\n}\r\n\r\n\r\n\/*SERVICES*\/\r\n.services{\r\n\tbackground: rgba(0,0,0,.03);\r\n}\r\n.text-services{\r\n\tpadding: 10px 10px 0; \r\n\ttext-align: center;\r\n}\r\n.text-services h3{\r\n\tfont-size: 16px;\r\n\tfont-weight: 600;\r\n}\r\n\r\n.services-list{\r\n\tpadding: 0;\r\n\tmargin: 0 0 10px 0;\r\n\twidth: 100%;\r\n\tfloat: left;\r\n}\r\n\r\n.services-list .text{\r\n\twidth: 100%;\r\n\tfloat: right;\r\n}\r\n.services-list h3{\r\n\tmargin-top: 0;\r\n\tmargin-bottom: 0;\r\n\tfont-size: 18px;\r\n}\r\n.services-list p{\r\n\tmargin: 0;\r\n}\r\n\r\n\r\n\/*DESTINATION*\/\r\n.text-tour{\r\n\tpadding-top: 10px;\r\n}\r\n.text-tour h3{\r\n\tmargin-bottom: 0;\r\n}\r\n.text-tour h3 a{\r\n\tcolor: #000;\r\n}\r\n\r\n\/*BLOG*\/\r\n.text-services .meta{\r\n\ttext-transform: uppercase;\r\n\tfont-size: 14px;\r\n}\r\n\r\n\/*TESTIMONY*\/\r\n.text-testimony .name{\r\n\tmargin: 0;\r\n}\r\n.text-testimony .position{\r\n\tcolor: rgba(0,0,0,.3);\r\n\r\n}\r\n\r\n\r\n\/*COUNTER*\/\r\n.counter{\r\n\twidth: 100%;\r\n\tposition: relative;\r\n\tz-index: 0;\r\n}\r\n.counter .overlay{\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\tright: 0;\r\n\tbottom: 0;\r\n\tcontent: '';\r\n\twidth: 100%;\r\n\tbackground: #000000;\r\n\tz-index: -1;\r\n\topacity: .3;\r\n}\r\n.counter-text{\r\n\ttext-align: center;\r\n}\r\n.counter-text .num{\r\n\tdisplay: block;\r\n\tcolor: #ffffff;\r\n\tfont-size: 34px;\r\n\tfont-weight: 700;\r\n}\r\n.counter-text .name{\r\n\tdisplay: block;\r\n\tcolor: rgba(255,255,255,.9);\r\n\tfont-size: 13px;\r\n}\r\n\r\n\r\nul.social{\r\n\tpadding: 0;\r\n}\r\nul.social li{\r\n\tdisplay: inline-block;\r\n}\r\n\r\n\/*FOOTER*\/\r\n\r\n.footer{\r\n\tcolor: rgba(255,255,255,.5);\r\n\r\n}\r\n.footer .heading{\r\n\tcolor: #ffffff;\r\n\tfont-size: 20px;\r\n}\r\n.footer ul{\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n}\r\n.footer ul li{\r\n\tlist-style: none;\r\n\tmargin-bottom: 10px;\r\n}\r\n.footer ul li a{\r\n\tcolor: rgba(255,255,255,1);\r\n}\r\n\r\n\r\n@media screen and (max-width: 500px) {\r\n\r\n\t.icon{\r\n\t\ttext-align: left;\r\n\t}\r\n\r\n\t.text-services{\r\n\t\tpadding-left: 0;\r\n\t\tpadding-right: 20px;\r\n\t\ttext-align: left;\r\n\t}\r\n\r\n}\r\n\r\n\r\n    <\/style>\r\n\r\n\r\n<\/head>\r\n\r\n<body width=\"100%\" style=\"margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #222222;\">\r\n\t<center style=\"width: 100%; background-color: #f1f1f1;\">\r\n    <div style=\"display: none; font-size: 1px;max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;\">\r\n      &zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;\r\n    <\/div>\r\n    <div style=\"max-width: 600px; margin: 0 auto;\" class=\"email-container\">\r\n    \t<!-- BEGIN BODY -->\r\n      <table align=\"center\" role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\" style=\"margin: auto;\">\r\n      \t<tr>\r\n          <td valign=\"top\" class=\"bg_white\" style=\"padding: 1em 2.5em;\">\r\n          \t<table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n          \t\t<tr>\r\n          \t\t\t<td width=\"40%\" class=\"logo\" style=\"text-align: left;\">\r\n\t\t\t            <h1><a href=\"#\">Travel<\/a><\/h1>\r\n\t\t\t          <\/td>\r\n\t\t\t          <td width=\"60%\" class=\"logo\" style=\"text-align: right;\">\r\n\t\t\t            <ul class=\"navigation\">\r\n\t\t\t            \t<li><a href=\"#\">Home<\/a><\/li>\r\n\t\t\t            \t<li><a href=\"#\">About<\/a><\/li>\r\n\t\t\t            \t<li><a href=\"#\">Works<\/a><\/li>\r\n\t\t\t            \t<li><a href=\"#\">Blog<\/a><\/li>\r\n\t\t\t            \t<li><a href=\"#\">Contact<\/a><\/li>\r\n\t\t\t            <\/ul>\r\n\t\t\t          <\/td>\r\n          \t\t<\/tr>\r\n          \t<\/table>\r\n          <\/td>\r\n\t      <\/tr><!-- end tr -->\r\n\t\t\t\t<tr>\r\n          <td valign=\"middle\" class=\"hero bg_white\" style=\"background-image: url(.\/bg_1.jpg); background-size: cover; height: 400px;\">\r\n          \t<div class=\"overlay\"><\/div>\r\n            <table>\r\n            \t<tr>\r\n            \t\t<td>\r\n            \t\t\t<div class=\"text\" style=\"text-align: center;\">\r\n            \t\t\t\t<h2>Be a Traveler not a Tourist<\/h2>\r\n            \t\t\t<\/div>\r\n            \t\t<\/td>\r\n            \t<\/tr>\r\n            <\/table>\r\n          <\/td>\r\n\t      <\/tr><!-- end tr -->\r\n\t      <tr>\r\n\t        <td class=\"bg_dark email-section\" style=\"text-align:center;\">\r\n\t        \t<div class=\"heading-section heading-section-white\">\r\n\t          \t<h2>Welcome To Travel Agency<\/h2>\r\n\t          \t<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.<\/p>\r\n\t        \t<\/div>\r\n\t        <\/td>\r\n\t      <\/tr><!-- end: tr -->\r\n\t      <tr>\r\n\t\t      <td class=\"bg_white\">\r\n\t\t        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n\t\t        \t<tr>\r\n\t\t\t\t\t      <td class=\"bg_white\">\r\n\t\t\t\t\t        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n\t\t\t\t\t          <tr>\r\n\t\t\t\t\t            <td class=\"bg_white email-section\">\r\n\t\t\t\t\t            \t<div class=\"heading-section\" style=\"text-align: center; padding: 0 30px;\">\r\n\t\t\t\t\t              \t<h2>Best Destination<\/h2>\r\n\t\t\t\t\t              \t<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.<\/p>\r\n\t\t\t\t\t            \t<\/div>\r\n\t\t\t\t\t            \t<table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n\t\t\t\t\t            \t\t<tr>\r\n\t\t\t                      <td valign=\"top\" width=\"50%\">\r\n\t\t\t                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n\t\t\t                          <tr>\r\n\t\t\t                            <td style=\"padding-top: 20px; padding-right: 10px;\">\r\n\t\t\t                              <a href=\"#\"><img src=\".\/destination-1.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\"><\/a>\r\n\t\t\t                              <div class=\"text-tour\" style=\"text-align: center;\">\r\n\t\t\t                              \t<h3><a href=\"#\">Gurtnellen, Swetzerland<\/a><\/h3>\r\n\t\t\t                              \t<span class=\"price\">10 days tour<\/span>\r\n\t\t\t                              <\/div>\r\n\t\t\t                            <\/td>\r\n\t\t\t                          <\/tr>\r\n\t\t\t                          <tr>\r\n\t\t\t                            <td style=\"padding-top: 20px; padding-right: 10px;\">\r\n\t\t\t                              <a href=\"#\"><img src=\".\/destination-2.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\"><\/a>\r\n\t\t\t                              <div class=\"text-tour\" style=\"text-align: center;\">\r\n\t\t\t                              \t<h3><a href=\"#\">Gurtnellen, Swetzerland<\/a><\/h3>\r\n\t\t\t                              \t<span class=\"price\">10 days tour<\/span>\r\n\t\t\t                              <\/div>\r\n\t\t\t                            <\/td>\r\n\t\t\t                          <\/tr>\r\n\t\t\t                          <tr>\r\n\t\t\t                            <td style=\"padding-top: 20px; padding-right: 10px;\">\r\n\t\t\t                              <a href=\"#\"><img src=\".\/destination-3.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\"><\/a>\r\n\t\t\t                              <div class=\"text-tour\" style=\"text-align: center;\">\r\n\t\t\t                              \t<h3><a href=\"#\">Gurtnellen, Swetzerland<\/a><\/h3>\r\n\t\t\t                              \t<span class=\"price\">10 days tour<\/span>\r\n\t\t\t                              <\/div>\r\n\t\t\t                            <\/td>\r\n\t\t\t                          <\/tr>\r\n\t\t\t                          <tr>\r\n\t\t\t                            <td style=\"padding-top: 20px; padding-right: 10px;\">\r\n\t\t\t                              <a href=\"#\"><img src=\".\/destination-4.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\"><\/a>\r\n\t\t\t                              <div class=\"text-tour\" style=\"text-align: center;\">\r\n\t\t\t                              \t<h3><a href=\"#\">Gurtnellen, Swetzerland<\/a><\/h3>\r\n\t\t\t                              \t<span class=\"price\">10 days tour<\/span>\r\n\t\t\t                              <\/div>\r\n\t\t\t                            <\/td>\r\n\t\t\t                          <\/tr>\r\n\t\t\t                        <\/table>\r\n\t\t\t                      <\/td>\r\n\r\n\r\n\r\n\t\t\t                      <td valign=\"top\" width=\"50%\">\r\n\t\t\t                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n\t\t\t                          <tr>\r\n\t\t\t                            <td style=\"padding-top: 20px; padding-left: 10px;\">\r\n\t\t\t                              <a href=\"#\"><img src=\".\/destination-5.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\"><\/a>\r\n\t\t\t                              <div class=\"text-tour\" style=\"text-align: center;\">\r\n\t\t\t                              \t<h3><a href=\"#\">Gurtnellen, Swetzerland<\/a><\/h3>\r\n\t\t\t                              \t<span class=\"price\">10 days tour<\/span>\r\n\t\t\t                              <\/div>\r\n\t\t\t                            <\/td>\r\n\t\t\t                          <\/tr>\r\n\t\t\t                          <tr>\r\n\t\t\t                            <td style=\"padding-top: 20px; padding-left: 10px;\">\r\n\t\t\t                              <a href=\"#\"><img src=\".\/destination-6.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\"><\/a>\r\n\t\t\t                              <div class=\"text-tour\" style=\"text-align: center;\">\r\n\t\t\t                              \t<h3><a href=\"#\">Gurtnellen, Swetzerland<\/a><\/h3>\r\n\t\t\t                              \t<span class=\"price\">10 days tour<\/span>\r\n\t\t\t                              <\/div>\r\n\t\t\t                            <\/td>\r\n\t\t\t                          <\/tr>\r\n\t\t\t                          <tr>\r\n\t\t\t                            <td style=\"padding-top: 20px; padding-left: 10px;\">\r\n\t\t\t                              <a href=\"#\"><img src=\".\/destination-7.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\"><\/a>\r\n\t\t\t                              <div class=\"text-tour\" style=\"text-align: center;\">\r\n\t\t\t                              \t<h3><a href=\"#\">Gurtnellen, Swetzerland<\/a><\/h3>\r\n\t\t\t                              \t<span class=\"price\">10 days tour<\/span>\r\n\t\t\t                              <\/div>\r\n\t\t\t                            <\/td>\r\n\t\t\t                          <\/tr>\r\n\t\t\t                          <tr>\r\n\t\t\t                            <td style=\"padding-top: 20px; padding-left: 10px;\">\r\n\t\t\t                              <a href=\"#\"><img src=\".\/destination-8.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\"><\/a>\r\n\t\t\t                              <div class=\"text-tour\" style=\"text-align: center;\">\r\n\t\t\t                              \t<h3><a href=\"#\">Gurtnellen, Swetzerland<\/a><\/h3>\r\n\t\t\t                              \t<span class=\"price\">10 days tour<\/span>\r\n\t\t\t                              <\/div>\r\n\t\t\t                            <\/td>\r\n\t\t\t                          <\/tr>\r\n\t\t\t                        <\/table>\r\n\t\t\t                      <\/td>\r\n\t\t\t                    <\/tr>\r\n\t\t\t\t\t            \t<\/table>\r\n\t\t\t\t\t            <\/td>\r\n\t\t\t\t\t          <\/tr><!-- end: tr -->\r\n\r\n\t\t\t\t\t        <\/table>\r\n\r\n\t\t\t\t\t      <\/td>\r\n\t\t\t\t\t    <\/tr><!-- end:tr -->\r\n\t\t          <tr>\r\n\t\t\t          <td valign=\"middle\" class=\"counter\" style=\"background-image: url(.\/bg_1.jpg); background-size: cover; padding: 4em 0;\">\r\n\t\t\t          \t<div class=\"overlay\"><\/div>\r\n\t\t\t            <table>\r\n\t\t\t            \t<tr>\r\n\t\t\t            \t\t<td valign=\"middle\" width=\"33.333%\">\r\n                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                          <tr>\r\n                            <td class=\"counter-text\">\r\n                            \t<span class=\"num\">200<\/span>\r\n                            \t<span class=\"name\">Amazing Deals<\/span>\r\n                            <\/td>\r\n                          <\/tr>\r\n                        <\/table>\r\n                      <\/td>\r\n                      <td valign=\"middle\" width=\"33.333%\">\r\n                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                          <tr>\r\n                            <td class=\"counter-text\">\r\n                            \t<span class=\"num\">1200<\/span>\r\n                            \t<span class=\"name\">Sold Tours<\/span>\r\n                            <\/td>\r\n                          <\/tr>\r\n                        <\/table>\r\n                      <\/td>\r\n                      <td valign=\"middle\" width=\"33.333%\">\r\n                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                          <tr>\r\n                            <td class=\"counter-text\">\r\n                            \t<span class=\"num\">1000<\/span>\r\n                            \t<span class=\"name\">Happy Traveler<\/span>\r\n                            <\/td>\r\n                          <\/tr>\r\n                        <\/table>\r\n                      <\/td>\r\n\t\t\t            \t<\/tr>\r\n\t\t\t            <\/table>\r\n\t\t\t          <\/td>\r\n\t\t\t\t      <\/tr><!-- end tr -->\r\n\t\t\t\t      <tr>\r\n\t\t            <td class=\"bg_white email-section\">\r\n\t\t            \t<div class=\"heading-section\" style=\"text-align: center; padding: 0 30px;\">\r\n\t\t              \t<h2>Our Blog<\/h2>\r\n\t\t              \t<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.<\/p>\r\n\t\t            \t<\/div>\r\n\t\t            \t<table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n\t\t            \t\t<tr>\r\n                      <td valign=\"top\" width=\"50%\" style=\"padding-top: 20px;\">\r\n                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"10\" border=\"0\" width=\"100%\">\r\n                          <tr>\r\n                            <td>\r\n                              <img src=\".\/blog-1.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\">\r\n                            <\/td>\r\n                          <\/tr>\r\n                          <tr>\r\n                            <td class=\"text-services\" style=\"text-align: left;\">\r\n                            \t<p class=\"meta\"><span>Posted on Feb 18, 2019<\/span> <span>Food<\/span><\/p>\r\n                            \t<h3>Business Key to Success<\/h3>\r\n                             \t<p>Far far away, behind the word mountains, far from the countries<\/p>\r\n                             \t<p><a href=\"#\" class=\"btn btn-primary\">Read more<\/a><\/p>\r\n                            <\/td>\r\n                          <\/tr>\r\n                        <\/table>\r\n                      <\/td>\r\n                      <td valign=\"top\" width=\"50%\" style=\"padding-top: 20px;\">\r\n                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"10\" border=\"0\" width=\"100%\">\r\n                          <tr>\r\n                            <td>\r\n                              <img src=\".\/blog-2.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\">\r\n                            <\/td>\r\n                          <\/tr>\r\n                          <tr>\r\n                            <td class=\"text-services\" style=\"text-align: left;\">\r\n                            \t<p class=\"meta\"><span>Posted on Feb 18, 2019<\/span> <span>Food<\/span><\/p>\r\n                            \t<h3>Web Design Technique<\/h3>\r\n                              <p>Far far away, behind the word mountains, far from the countries<\/p>\r\n                              <p><a href=\"#\" class=\"btn btn-primary\">Read more<\/a><\/p>\r\n                            <\/td>\r\n                          <\/tr>\r\n                        <\/table>\r\n                      <\/td>\r\n                    <\/tr>\r\n\t\t            \t<\/table>\r\n\t\t            <\/td>\r\n\t\t          <\/tr><!-- end: tr -->\r\n\t\t          <tr>\r\n\t\t            <td class=\"bg_light email-section\">\r\n\t\t            \t<div class=\"heading-section\" style=\"text-align: center; padding: 0 30px;\">\r\n\t\t              \t<h2>Happy Tourist<\/h2>\r\n\t\t              \t<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.<\/p>\r\n\t\t            \t<\/div>\r\n\t\t            \t<table role=\"presentation\" border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\r\n\t\t            \t\t<tr>\r\n                      <td valign=\"top\" width=\"50%\" style=\"padding-top: 20px;\">\r\n                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                          <tr>\r\n                            <td>\r\n                              <img src=\".\/person_1.jpg\" alt=\"\" style=\"width: 100px; max-width: 600px; height: auto; margin-bottom: 20px; display: block; border-radius: 50%;\">\r\n                            <\/td>\r\n                          <\/tr>\r\n                          <tr>\r\n                            <td class=\"text-testimony\" style=\"\">\r\n                            \t<h3 class=\"name\">Ronald Tuff<\/h3>\r\n                            \t<span class=\"position\">Businessman<\/span>\r\n                             \t<p>Far far away, behind the word mountains, far from the countries<\/p>\r\n                            <\/td>\r\n                          <\/tr>\r\n                        <\/table>\r\n                      <\/td>\r\n                      <td valign=\"top\" width=\"50%\" style=\"padding-top: 20px;\">\r\n                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                          <tr>\r\n                            <td>\r\n                              <img src=\".\/person_2.jpg\" alt=\"\" style=\"width: 100px; max-width: 600px; height: auto; margin-bottom: 20px; display: block; border-radius: 50%;\">\r\n                            <\/td>\r\n                          <\/tr>\r\n                          <tr>\r\n                            <td class=\"text-testimony\" style=\"\">\r\n                            \t<h3 class=\"name\">Willam Clarson<\/h3>\r\n                            \t<span class=\"position\">Businessman<\/span>\r\n                              <p>Far far away, behind the word mountains, far from the countries<\/p>\r\n                            <\/td>\r\n                          <\/tr>\r\n                        <\/table>\r\n                      <\/td>\r\n                    <\/tr>\r\n\t\t            \t<\/table>\r\n\t\t            <\/td>\r\n\t\t          <\/tr><!-- end: tr -->\r\n\t\t          <tr>\r\n\t\t            <td class=\"bg_white email-section\" style=\"width: 100%;\">\r\n\t\t            \t<table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n\t\t            \t\t<tr>\r\n\t\t            \t\t\t<td valign=\"middle\" width=\"50%\">\r\n                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                          <tr>\r\n                            <td>\r\n                              <img src=\".\/bg_2.jpg\" alt=\"\" style=\"width: 100%; max-width: 600px; height: auto; margin: auto; display: block;\">\r\n                            <\/td>\r\n                          <\/tr>\r\n                        <\/table>\r\n                      <\/td>\r\n                      <td valign=\"middle\" width=\"50%\">\r\n                        <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                          <tr>\r\n                            <td class=\"text-services\" style=\"text-align: left; padding-left:25px;\">\r\n                            \t<div class=\"heading-section\">\r\n\t\t\t\t\t\t\t\t              \t<h2>Things to know before traveling<\/h2>\r\n\t\t\t\t\t\t\t\t            \t<\/div>\r\n\t\t\t\t\t\t\t\t            \t<div class=\"services-list\">\r\n\t\t\t\t\t\t\t\t            \t\t<div class=\"text\">\r\n\t\t\t\t\t\t\t\t            \t\t\t<h3>1. Pack up your things<\/h3>\r\n\t\t\t\t\t\t\t\t            \t\t\t<p>A small river named Duden flows by their place and supplies<\/p>\r\n\t\t\t\t\t\t\t\t            \t\t<\/div>\r\n\t\t\t\t\t\t\t\t            \t<\/div>\r\n\t\t\t\t\t\t\t\t            \t<div class=\"services-list\">\r\n\t\t\t\t\t\t\t\t            \t\t<div class=\"text\">\r\n\t\t\t\t\t\t\t\t            \t\t\t<h3>2. Search for Destination<\/h3>\r\n\t\t\t\t\t\t\t\t            \t\t\t<p>A small river named Duden flows by their place and supplies<\/p>\r\n\t\t\t\t\t\t\t\t            \t\t<\/div>\r\n\t\t\t\t\t\t\t\t            \t<\/div>\r\n\t\t\t\t\t\t\t\t            \t<div class=\"services-list\">\r\n\t\t\t\t\t\t\t\t            \t\t<div class=\"text\">\r\n\t\t\t\t\t\t\t\t            \t\t\t<h3>3. Be Responsible<\/h3>\r\n\t\t\t\t\t\t\t\t            \t\t\t<p>A small river named Duden flows by their place and supplies<\/p>\r\n\t\t\t\t\t\t\t\t            \t\t<\/div>\r\n\t\t\t\t\t\t\t\t            \t<\/div>\r\n                            <\/td>\r\n                          <\/tr>\r\n                        <\/table>\r\n                      <\/td>\r\n                    <\/tr>\r\n\t\t            \t<\/table>\r\n\t\t            <\/td>\r\n\t\t          <\/tr><!-- end: tr -->\r\n\t\t        <\/table>\r\n\r\n\t\t      <\/td>\r\n\t\t    <\/tr><!-- end:tr -->\r\n      <!-- 1 Column Text + Button : END -->\r\n      <\/table>\r\n      <table align=\"center\" role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\" style=\"margin: auto;\">\r\n      \t<tr>\r\n          <td valign=\"middle\" class=\"bg_black footer email-section\">\r\n            <table>\r\n            \t<tr>\r\n                <td valign=\"top\" width=\"60%\" style=\"padding-top: 20px;\">\r\n                  <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                    <tr>\r\n                      <td style=\"text-align: left; padding-right: 10px;\">\r\n                      \t<h3 class=\"heading\">About<\/h3>\r\n                      \t<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.<\/p>\r\n                      \t<ul class=\"social\">\r\n                      \t\t<li><img src=\".\/002-play-button.png\" alt=\"\" style=\"width: 30px; max-width: 600px; height: auto; display: block;\"><\/li>\r\n                      \t\t<li><img src=\".\/002-play-button.png\" alt=\"\" style=\"width: 30px; max-width: 600px; height: auto; display: block;\"><\/li>\r\n                      \t\t<li><img src=\".\/002-play-button.png\" alt=\"\" style=\"width: 30px; max-width: 600px; height: auto; display: block;\"><\/li>\r\n                      \t<\/ul>\r\n                      <\/td>\r\n                    <\/tr>\r\n                  <\/table>\r\n                <\/td>\r\n                <td valign=\"top\" width=\"40%\" style=\"padding-top: 20px;\">\r\n                  <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                    <tr>\r\n                      <td style=\"text-align: left; padding-left: 5px; padding-right: 5px;\">\r\n                      \t<h3 class=\"heading\">Contact Info<\/h3>\r\n                      \t<ul>\r\n\t\t\t\t\t                <li><span class=\"text\">203 Fake St. Mountain View, San Francisco, California, USA<\/span><\/li>\r\n\t\t\t\t\t                <li><span class=\"text\">+2 392 3929 210<\/span><\/a><\/li>\r\n\t\t\t\t\t              <\/ul>\r\n                      <\/td>\r\n                    <\/tr>\r\n                  <\/table>\r\n                <\/td>\r\n              <\/tr>\r\n            <\/table>\r\n          <\/td>\r\n        <\/tr><!-- end: tr -->\r\n        <tr>\r\n        \t<td valign=\"middle\" class=\"bg_black footer email-section\">\r\n        \t\t<table>\r\n            \t<tr>\r\n                <td valign=\"top\" width=\"33.333%\">\r\n                  <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                    <tr>\r\n                      <td style=\"text-align: left; padding-right: 10px;\">\r\n                      \t<p>&copy; 2018 Travel. All Rights Reserved<\/p>\r\n                      <\/td>\r\n                    <\/tr>\r\n                  <\/table>\r\n                <\/td>\r\n                <td valign=\"top\" width=\"33.333%\">\r\n                  <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n                    <tr>\r\n                      <td style=\"text-align: right; padding-left: 5px; padding-right: 5px;\">\r\n                      \t<p><a href=\"#\" style=\"color: rgba(255,255,255,.4);\">Unsubcribe<\/a><\/p>\r\n                      <\/td>\r\n                    <\/tr>\r\n                  <\/table>\r\n                <\/td>\r\n              <\/tr>\r\n            <\/table>\r\n        \t<\/td>\r\n        <\/tr>\r\n      <\/table>\r\n\r\n    <\/div>\r\n  <\/center>\r\n<\/body>\r\n<\/html>"}