/*
Theme Name: Delaware
Theme URI: http://steelthemes.com/delaware
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Consulting, Business, Finance, Accounting WordPress Theme
Version: 1.2.5
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: delaware
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
	3.1 - Common Elements
	3.2 - WordPress Elements
	3.3 - Theme's Elements
4.0 - Header
5.0 - Navigations
6.0 - Content
	6.1 - Posts and pages
	5.2 - Comments
7.0 - Widgets
8.0 - Footer
9.0 - Media Queries
10.0 - Blocks
11.0 - Default
--------------------------------------------------------------*/
@keyframes animate-stripes {
	0% {
	  background-position: 0 0;
	  transform: translateX(-100%);
	}
	100% {
	  background-position: 60px 0;
	  transform: translateX(0);
	}
  }
  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  /**********************************
			  Bootstrap
  **********************************/
  .col-xs-1-5,
  .col-sm-1-5,
  .col-md-1-5,
  .col-lg-1-5,
  .col-xs-2-5,
  .col-sm-2-5,
  .col-md-2-5,
  .col-lg-2-5,
  .col-xs-3-5,
  .col-sm-3-5,
  .col-md-3-5,
  .col-lg-3-5,
  .col-xs-4-5,
  .col-sm-4-5,
  .col-md-4-5,
  .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
  }
  .col-xs-1-5 {
	width: 20%;
	float: left;
  }
  .col-xs-2-5 {
	width: 40%;
	float: left;
  }
  .col-xs-3-5 {
	width: 60%;
	float: left;
  }
  .col-xs-4-5 {
	width: 80%;
	float: left;
  }
  @media (min-width: 768px) {
	.col-sm-1-5 {
	  width: 20%;
	  float: left;
	}
	.col-sm-2-5 {
	  width: 40%;
	  float: left;
	}
	.col-sm-3-5 {
	  width: 60%;
	  float: left;
	}
	.col-sm-4-5 {
	  width: 80%;
	  float: left;
	}
  }
  @media (min-width: 992px) {
	.col-md-1-5 {
	  width: 20%;
	  float: left;
	}
	.col-md-2-5 {
	  width: 40%;
	  float: left;
	}
	.col-md-3-5 {
	  width: 60%;
	  float: left;
	}
	.col-md-4-5 {
	  width: 80%;
	  float: left;
	}
  }
  @media (min-width: 1200px) {
	.col-lg-1-5 {
	  width: 20%;
	  float: left;
	}
	.col-lg-2-5 {
	  width: 40%;
	  float: left;
	}
	.col-lg-3-5 {
	  width: 60%;
	  float: left;
	}
	.col-lg-4-5 {
	  width: 80%;
	  float: left;
	}
  }
  /**********************************
				 Flex
  **********************************/
  .row-flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
  }
  .col-flex-lg-1,
  .col-flex-lg-10,
  .col-flex-lg-11,
  .col-flex-lg-12,
  .col-flex-lg-2,
  .col-flex-lg-3,
  .col-flex-lg-4,
  .col-flex-lg-5,
  .col-flex-lg-6,
  .col-flex-lg-7,
  .col-flex-lg-8,
  .col-flex-lg-9,
  .col-flex-md-1,
  .col-flex-md-10,
  .col-flex-md-11,
  .col-flex-md-12,
  .col-flex-md-2,
  .col-flex-md-3,
  .col-flex-md-4,
  .col-flex-md-5,
  .col-flex-md-6,
  .col-flex-md-7,
  .col-flex-md-8,
  .col-flex-md-9,
  .col-flex-sm-1,
  .col-flex-sm-10,
  .col-flex-sm-11,
  .col-flex-sm-12,
  .col-flex-sm-2,
  .col-flex-sm-3,
  .col-flex-sm-4,
  .col-flex-sm-5,
  .col-flex-sm-6,
  .col-flex-sm-7,
  .col-flex-sm-8,
  .col-flex-sm-9,
  .col-flex-xs-1,
  .col-flex-xs-10,
  .col-flex-xs-11,
  .col-flex-xs-12,
  .col-flex-xs-2,
  .col-flex-xs-3,
  .col-flex-xs-4,
  .col-flex-xs-5,
  .col-flex-xs-6,
  .col-flex-xs-7,
  .col-flex-xs-8,
  .col-flex-xs-9,
  .col-flex-xs-1-5,
  .col-flex-sm-1-5,
  .col-flex-md-1-5,
  .col-flex-lg-1-5,
  .col-flex-xs-2-5,
  .col-flex-sm-2-5,
  .col-flex-md-2-5,
  .col-flex-lg-2-5,
  .col-flex-xs-3-5,
  .col-flex-sm-3-5,
  .col-flex-md-3-5,
  .col-flex-lg-3-5,
  .col-flex-xs-4-5,
  .col-flex-sm-4-5,
  .col-flex-md-4-5,
  .col-flex-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
  }
  .col-flex-xs-12 {
	flex: 0 0 100%;
	max-width: 12 / 12 * 100%;
  }
  .col-flex-xs-11 {
	flex: 0 0 91.66666667%;
	max-width: 11 / 12 * 100%;
  }
  .col-flex-xs-10 {
	flex: 0 0 83.33333333%;
	max-width: 10 / 12 * 100%;
  }
  .col-flex-xs-9 {
	flex: 0 0 75%;
	max-width: 9 / 12 * 100%;
  }
  .col-flex-xs-8 {
	flex: 0 0 66.66666667%;
	max-width: 8 / 12 * 100%;
  }
  .col-flex-xs-7 {
	flex: 0 0 58.33333333%;
	max-width: 7 / 12 * 100%;
  }
  .col-flex-xs-6 {
	flex: 0 0 50%;
	max-width: 6 / 12 * 100%;
  }
  .col-flex-xs-5 {
	flex: 0 0 41.66666667%;
	max-width: 5 / 12 * 100%;
  }
  .col-flex-xs-4 {
	flex: 0 0 33.33333333%;
	max-width: 4 / 12 * 100%;
  }
  .col-flex-xs-3 {
	flex: 0 0 25%;
	max-width: 3 / 12 * 100%;
  }
  .col-flex-xs-2 {
	flex: 0 0 16.66666667%;
	max-width: 2 / 12 * 100%;
  }
  .col-flex-xs-1 {
	flex: 0 0 8.33333333%;
	max-width: 1 / 12 * 100%;
  }
  .col-flex-xs-4-5 {
	flex: 0 0 80%;
	max-width: 4 / 5 * 100%;
  }
  .col-flex-xs-3-5 {
	flex: 0 0 60%;
	max-width: 3 / 5 * 100%;
  }
  .col-flex-xs-2-5 {
	flex: 0 0 40%;
	max-width: 2 / 5 * 100%;
  }
  .col-flex-xs-1-5 {
	flex: 0 0 20%;
	max-width: 1 / 5 * 100%;
  }
  @media (min-width: 768px) {
	.col-flex-sm-12 {
	  flex: 0 0 100%;
	  max-width: 12 / 12 * 100%;
	}
	.col-flex-sm-11 {
	  flex: 0 0 91.66666667%;
	  max-width: 11 / 12 * 100%;
	}
	.col-flex-sm-10 {
	  flex: 0 0 83.33333333%;
	  max-width: 10 / 12 * 100%;
	}
	.col-flex-sm-9 {
	  flex: 0 0 75%;
	  max-width: 9 / 12 * 100%;
	}
	.col-flex-sm-8 {
	  flex: 0 0 66.66666667%;
	  max-width: 8 / 12 * 100%;
	}
	.col-flex-sm-7 {
	  flex: 0 0 58.33333333%;
	  max-width: 7 / 12 * 100%;
	}
	.col-flex-sm-6 {
	  flex: 0 0 50%;
	  max-width: 6 / 12 * 100%;
	}
	.col-flex-sm-5 {
	  flex: 0 0 41.66666667%;
	  max-width: 5 / 12 * 100%;
	}
	.col-flex-sm-4 {
	  flex: 0 0 33.33333333%;
	  max-width: 4 / 12 * 100%;
	}
	.col-flex-sm-3 {
	  flex: 0 0 25%;
	  max-width: 3 / 12 * 100%;
	}
	.col-flex-sm-2 {
	  flex: 0 0 16.66666667%;
	  max-width: 2 / 12 * 100%;
	}
	.col-flex-sm-1 {
	  flex: 0 0 8.33333333%;
	  max-width: 1 / 12 * 100%;
	}
	.col-flex-sm-4-5 {
	  flex: 0 0 80%;
	  max-width: 4 / 5 * 100%;
	}
	.col-flex-sm-3-5 {
	  flex: 0 0 60%;
	  max-width: 3 / 5 * 100%;
	}
	.col-flex-sm-2-5 {
	  flex: 0 0 40%;
	  max-width: 2 / 5 * 100%;
	}
	.col-flex-sm-1-5 {
	  flex: 0 0 20%;
	  max-width: 1 / 5 * 100%;
	}
  }
  @media (min-width: 992px) {
	.col-flex-md-12 {
	  flex: 0 0 100%;
	  max-width: 12 / 12 * 100%;
	}
	.col-flex-md-11 {
	  flex: 0 0 91.66666667%;
	  max-width: 11 / 12 * 100%;
	}
	.col-flex-md-10 {
	  flex: 0 0 83.33333333%;
	  max-width: 10 / 12 * 100%;
	}
	.col-flex-md-9 {
	  flex: 0 0 75%;
	  max-width: 9 / 12 * 100%;
	}
	.col-flex-md-8 {
	  flex: 0 0 66.66666667%;
	  max-width: 8 / 12 * 100%;
	}
	.col-flex-md-7 {
	  flex: 0 0 58.33333333%;
	  max-width: 7 / 12 * 100%;
	}
	.col-flex-md-6 {
	  flex: 0 0 50%;
	  max-width: 6 / 12 * 100%;
	}
	.col-flex-md-5 {
	  flex: 0 0 41.66666667%;
	  max-width: 5 / 12 * 100%;
	}
	.col-flex-md-4 {
	  flex: 0 0 33.33333333%;
	  max-width: 4 / 12 * 100%;
	}
	.col-flex-md-3 {
	  flex: 0 0 25%;
	  max-width: 3 / 12 * 100%;
	}
	.col-flex-md-2 {
	  flex: 0 0 16.66666667%;
	  max-width: 2 / 12 * 100%;
	}
	.col-flex-md-1 {
	  flex: 0 0 8.33333333%;
	  max-width: 1 / 12 * 100%;
	}
	.col-flex-md-4-5 {
	  flex: 0 0 80%;
	  max-width: 4 / 5 * 100%;
	}
	.col-flex-md-3-5 {
	  flex: 0 0 60%;
	  max-width: 3 / 5 * 100%;
	}
	.col-flex-md-2-5 {
	  flex: 0 0 40%;
	  max-width: 2 / 5 * 100%;
	}
	.col-flex-md-1-5 {
	  flex: 0 0 20%;
	  max-width: 1 / 5 * 100%;
	}
  }
  @media (min-width: 1200px) {
	.col-flex-lg-12 {
	  flex: 0 0 100%;
	  max-width: 12 / 12 * 100%;
	}
	.col-flex-lg-11 {
	  flex: 0 0 91.66666667%;
	  max-width: 11 / 12 * 100%;
	}
	.col-flex-lg-10 {
	  flex: 0 0 83.33333333%;
	  max-width: 10 / 12 * 100%;
	}
	.col-flex-lg-9 {
	  flex: 0 0 75%;
	  max-width: 9 / 12 * 100%;
	}
	.col-flex-lg-8 {
	  flex: 0 0 66.66666667%;
	  max-width: 8 / 12 * 100%;
	}
	.col-flex-lg-7 {
	  flex: 0 0 58.33333333%;
	  max-width: 7 / 12 * 100%;
	}
	.col-flex-lg-6 {
	  flex: 0 0 50%;
	  max-width: 6 / 12 * 100%;
	}
	.col-flex-lg-5 {
	  flex: 0 0 41.66666667%;
	  max-width: 5 / 12 * 100%;
	}
	.col-flex-lg-4 {
	  flex: 0 0 33.33333333%;
	  max-width: 4 / 12 * 100%;
	}
	.col-flex-lg-3 {
	  flex: 0 0 25%;
	  max-width: 3 / 12 * 100%;
	}
	.col-flex-lg-2 {
	  flex: 0 0 16.66666667%;
	  max-width: 2 / 12 * 100%;
	}
	.col-flex-lg-1 {
	  flex: 0 0 8.33333333%;
	  max-width: 1 / 12 * 100%;
	}
	.col-flex-lg-4-5 {
	  flex: 0 0 80%;
	  max-width: 4 / 5 * 100%;
	}
	.col-flex-lg-3-5 {
	  flex: 0 0 60%;
	  max-width: 3 / 5 * 100%;
	}
	.col-flex-lg-2-5 {
	  flex: 0 0 40%;
	  max-width: 2 / 5 * 100%;
	}
	.col-flex-lg-1-5 {
	  flex: 0 0 20%;
	  max-width: 1 / 5 * 100%;
	}
  }
  /*--------------------------------------------------------------
  1.0 - Normalize
  --------------------------------------------------------------*/
  * {
	box-sizing: border-box;
  }
  html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
  }
  body {
	margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
	display: block;
  }
  audio,
  canvas,
  progress,
  video {
	display: inline-block;
	vertical-align: baseline;
  }
  audio:not([controls]) {
	display: none;
	height: 0;
  }
  [hidden],
  template {
	display: none;
  }
  a {
	background: transparent;
  }
  a:active,
  a:hover {
	outline: 0;
  }
  abbr[title] {
	border-bottom: 1px dotted;
  }
  b,
  strong {
	font-weight: bold;
  }
  dfn {
	font-style: italic;
  }
  h1 {
	font-size: 2em;
	margin: 0.67em 0;
  }
  mark {
	background: #ff0;
	color: #000;
  }
  small {
	font-size: 80%;
  }
  sub,
  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
  }
  sup {
	top: -0.5em;
  }
  sub {
	bottom: -0.25em;
  }
  img {
	border: 0;
  }
  svg:not(:root) {
	overflow: hidden;
  }
  figure {
	margin: 1em 40px;
  }
  hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
  }
  pre {
	overflow: auto;
	color: #666;
  }
  code,
  kbd,
  pre,
  samp {
	font-family: monospace, monospace;
	font-size: 14px;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
	color: inherit;
	font: inherit;
	margin: 0;
  }
  button {
	overflow: visible;
  }
  button,
  select {
	text-transform: none;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	border: none;
	color: #333;
  }
  button[disabled],
  html input[disabled] {
	cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
	border: 0;
	padding: 0;
  }
  input {
	line-height: normal;
  }
  input[type="checkbox"],
  input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
	height: auto;
  }
  input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
  }
  fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
  }
  legend {
	border: 0;
	padding: 0;
  }
  textarea {
	overflow: auto;
  }
  optgroup {
	font-weight: bold;
  }
  table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
  }
  caption,
  td,
  th {
	padding: 0;
	font-weight: normal;
	text-align: left;
  }
  table,
  th,
  td {
	border: 1px solid #d1d1d1;
  }
  th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
  }
  td {
	border-width: 0 1px 1px 0;
  }
  th,
  td {
	padding: 0.4375em;
  }
  dl,
  dd {
	margin: 0 0 1.75em;
  }
  ul,
  ol {
	padding-left: 20px;
  }
  ul {
	list-style-type: square;
  }
  li {
	margin-bottom: 7px;
  }
  p {
	margin-bottom: 1.7em;
	margin-top: 0;
  }
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  select {
	transition: border 0.5s;
	border: 2px solid #f7faff;
	padding: 0 20px;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
	outline: none;
	border-color: #e6efff;
  }
  ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9b9ea8;
	font-weight: normal;
  }
  ::-moz-placeholder {
	/* Firefox 19+ */
	color: #9b9ea8;
	font-weight: normal;
  }
  :-ms-input-placeholder {
	/* IE 10+ */
	color: #9b9ea8;
	font-weight: normal;
  }
  :-moz-placeholder {
	/* Firefox 18- */
	color: #9b9ea8;
	font-weight: normal;
  }
  textarea {
	line-height: 1.4;
  }
  /*--------------------------------------------------------------
  2.0 - Typography
  --------------------------------------------------------------*/
  body {
	color: #9b9ea8;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	line-height: 1.6;
	background: #fff;
	word-wrap: break-word;
	overflow-x: hidden;
  }
  a {
	transition: 0.5s;
	color: #222222;
	text-decoration: none;
	outline: none;
  }
  a:hover,
  a:focus {
	text-decoration: none;
	outline: none;
	color: #f39000;
  }
  a img {
	border: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height: 1.2;
	color: #222222;
  }
  h1 {
	font-size: 36px;
  }
  h2 {
	font-size: 30px;
  }
  h3 {
	font-size: 24px;
  }
  h4 {
	font-size: 18px;
  }
  h5 {
	font-size: 16px;
  }
  h6 {
	font-size: 12px;
  }
  /*--------------------------------------------------------------
  3.0 - Elements
  --------------------------------------------------------------*/
  /**
   * 3.1 - Common Elements
   */
  .site-content .vc_col-has-fill > .vc_column-inner,
  .site-content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
  .site-content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
  .site-content .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
  .site-content .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
  .site-content .vc_row-has-fill > .vc_column_container > .vc_column-inner,
  .site-content .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
  .site-content .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
  .site-content .vc_section.vc_section-has-fill,
  .site-content .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
  .site-content .vc_section.vc_section-has-fill + .vc_section {
	padding-top: 0;
  }
  .vc_section {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
  }
  .vc_row {
	background-position: center;
  }
  .vc_row.vc_row-fluid {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
  }
  .vc_row.vc_inner {
	margin-left: -15px;
	margin-right: -15px;
  }
  .vc_row > .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
  }
  .vc_row.overlay-enable {
	position: relative;
  }
  .vc_row .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
  }
  .vc_row.parallax {
	background-attachment: fixed;
	background-position: 50% 50%;
  }
  .vc_row .wpb_content_element {
	margin-bottom: 0;
  }
  .vc_row.vc_row-flex > .container-fluid {
	width: 100%;
  }
  .vc_row.vc_row-flex > .container > .row,
  .vc_row.vc_row-flex > .container-fluid > .row {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .vc_row.vc_row-flex > .container > .row > .vc_column_container > .vc_column-inner,
  .vc_row.vc_row-flex > .container-fluid > .row > .vc_column_container > .vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .vc_row.vc_row-flex > .container > .row:after,
  .vc_row.vc_row-flex > .container-fluid > .row:after,
  .vc_row.vc_row-flex > .container > .row:before,
  .vc_row.vc_row-flex > .container-fluid > .row:before {
	display: none;
  }
  .vc_row.vc_row-o-columns-top > .container > .row,
  .vc_row.vc_row-o-columns-top > .container-fluid > .row {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
  }
  .vc_row.vc_row-o-columns-middle > .container > .row,
  .vc_row.vc_row-o-columns-middle > .container-fluid > .row {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
  }
  .vc_row.vc_row-o-columns-bottom > .container > .row,
  .vc_row.vc_row-o-columns-bottom > .container-fluid > .row {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
  }
  .vc_row.vc_row-o-equal-height > .container > .row .vc_column_container,
  .vc_row.vc_row-o-equal-height > .container-fluid > .row .vc_column_container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: flex;
  }
  .vc_row.vc_row-o-content-top > .container > .row > .vc_column_container > .vc_column-inner,
  .vc_row.vc_row-o-content-top > .container-fluid > .row > .vc_column_container > .vc_column-inner {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  }
  .vc_row.vc_row-o-content-middle > .container > .row > .vc_column_container > .vc_column-inner,
  .vc_row.vc_row-o-content-middle > .container-fluid > .row > .vc_column_container > .vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .vc_row.vc_row-o-content-bottom > .container > .row > .vc_column_container > .vc_column-inner,
  .vc_row.vc_row-o-content-bottom > .container-fluid > .row > .vc_column_container > .vc_column-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  }
  div.wpb_content_element {
	margin-bottom: 0;
  }
  img {
	max-width: 100%;
	height: auto;
  }
  .svg-icon svg {
	vertical-align: -0.125em;
	width: 1em;
	height: 1em;
	fill: currentcolor;
	display: inline-block;
  }
  blockquote {
	padding: 55px 80px 35px;
	color: #000;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 75px;
	margin-bottom: 35px;
	background-color: #f6f6f6;
	border-left: 0;
	text-align: center;
	position: relative;
  }
  blockquote:before {
	content: '\f10d';
	font-family: FontAweSome;
	font-size: 21px;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f39000;
  }
  blockquote p {
	margin-bottom: 10px;
  }
  blockquote cite {
	display: block;
	font-style: normal;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	margin-top: 30px;
	padding: 0;
  }
  blockquote cite:before {
	font-size: 30px;
	color: #999;
	position: absolute;
	top: -5px;
	left: 0;
  }
  .clearfix {
	zoom: 1;
  }
  .clearfix:before,
  .clearfix:after {
	content: "";
	display: table;
  }
  .clearfix:after {
	clear: both;
  }
  @-webkit-keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @-moz-keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  .tabs .tabs-nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
  }
  .tabs .tabs-nav li {
	float: left;
  }
  .tabs .tabs-nav a {
	display: block;
  }
  .tabs .tabs-panel {
	clear: both;
	display: none;
  }
  .tabs .tabs-panel.active {
	animation: fadeIn 1 1s ease;
	display: block;
  }
  .main-color {
	color: #f39000;
  }
  .text-dark {
	color: #000;
  }
  .text-light {
	color: #fff;
  }
  .border-display .dl-button {
	border: 2px solid #e1e8f4;
  }
  .border-display .dl-button a {
	margin: -2px;
  }
  /*
  ** End style call to action
  */
  .dl-text-box .box-title,
  .dl-text-box .sub-title {
	margin-top: 0;
  }
  .dl-text-box .box-title {
	font-weight: 700;
	margin-bottom: 25px;
  }
  .dl-text-box .sub-title {
	font-size: 20px;
	line-height: 1.4;
	max-width: 700px;
	margin: auto;
	display: block;
	margin-bottom: 16px;
  }
  .dl-text-box.show-underline .box-title span {
	line-height: 0.7;
	display: inline-block;
	border-bottom: 4px solid #f39000;
  }
  .dl-text-box.show-border {
	border: 2px solid #f7faff;
	padding: 52px 40px 26px;
  }
  .core-values {
	margin-top: 33px;
  }
  .core-values .value-item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 2px solid #f7faff;
  }
  .core-values .value-item:last-child {
	border-right: 0;
  }
  .delaware-section-title .title {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
  }
  .delaware-section-title .title .underline {
	line-height: 0.7;
	display: inline-block;
	border-bottom: 4px solid #f39000;
  }
  .delaware-section-title .delaware-button {
	padding-left: 15px;
	padding-right: 15px;
  }
  .delaware-section-title .delaware-button .btn {
	border: 1px solid #e1ecfe;
	color: #f39000;
	font-size: 33px;
	float: right;
	line-height: 34px;
	padding: 5px 15px;
	border-radius: 0;
	font-weight: 500;
  }
  .delaware-section-title .delaware-button .btn p {
	width: 100%;
	margin: 0;
	font-weight: 500;
  }
  .delaware-section-title .delaware-button .btn span {
	font-size: 18px;
	line-height: 20px;
	color: #b8bac1;
	display: block;
	font-weight: 400;
	transition: 0.5s;
  }
  .delaware-section-title .delaware-button .btn:hover {
	background-color: #f39000;
	color: #fff;
  }
  .delaware-section-title .delaware-button .btn:hover span {
	color: #fff;
  }
  .delaware_title-type-2 .desc {
	margin-bottom: 33px;
  }
  .delaware_title-type-2 .desc p {
	max-width: 620px;
	float: none;
	margin: 0 auto;
  }
  .delaware_title-type-3 .delaware-button .btn {
	min-width: inherit;
	max-width: 100%;
  }
  .delaware_title-type-4 .title {
	color: #FFF;
	margin-bottom: 0;
  }
  .delaware_title-type-4 .title p {
	max-width: 500px;
	margin: 0 auto;
  }
  .delaware_title-type-6 .title {
	padding-bottom: 15px;
  }
  .delaware_title-type-6 .title .underline {
	text-decoration: none;
  }
  .delaware_title-type-6 .title:after {
	content: '';
	width: 85px;
	float: none;
	height: 1px;
	background-color: #f39000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
  }
  .delaware_title-type-6 .desc p {
	max-width: 620px;
	float: none;
	margin: 0 auto;
	margin-top: 15px;
  }
  .delaware_title-type-7 .title {
	margin-bottom: 35px;
	padding-bottom: 15px;
  }
  .delaware_title-type-7 .title .underline {
	text-decoration: none;
  }
  .delaware_title-type-7 .title:after {
	content: '';
	width: 85px;
	float: left;
	height: 1px;
	background-color: #f39000;
	bottom: 0;
	position: absolute;
	left: 15px;
  }
  .delaware_title-type-7 .desc ul {
	padding-left: 0;
  }
  .delaware_title-type-7 .desc ul li {
	list-style: none;
	line-height: 35px;
	margin-bottom: 0;
  }
  .delaware_title-type-7 .desc ul li:before {
	float: left;
	content: '\f054';
	font-family: FontAwesome;
	color: #f39000;
	font-size: 11px;
	line-height: 35px;
	padding-right: 10px;
  }
  .delaware_title-type-7 .delaware-button .btn {
	border: none;
	color: #fff;
	background-color: #f39000;
	font-size: 16px;
	float: left;
	padding: 5px 20px;
	border-radius: 20px;
	text-transform: uppercase;
  }
  .delaware_title-type-7 .delaware-button .btn p {
	width: 100%;
	margin: 0;
  }
  .delaware_title-type-7 .delaware-button .btn span {
	font-size: 18px;
	color: #b8bac1;
	width: 100%;
  }
  .delaware_title-type-7 .delaware-button .btn:hover {
	background-color: #1997D2;
  }
  .delaware_title-type-8 .title .underline {
	text-decoration: none;
  }
  .delaware_title-type-8 .underline:after {
	content: '';
	width: 60px;
	float: left;
	height: 2px;
	background-color: #f39000;
	bottom: -5px;
	position: absolute;
	left: 0;
  }
  .delaware_title-type-8 .desc ul {
	padding-left: 0;
  }
  .delaware_title-type-8 .desc ul li {
	list-style: none;
	line-height: 35px;
	margin-bottom: 0;
  }
  .delaware_title-type-8 .desc ul li:before {
	float: left;
	content: '\f054';
	font-family: FontAwesome;
	color: #f39000;
	font-size: 11px;
	line-height: 35px;
	padding-right: 10px;
  }
  .delaware_title-type-8 .delaware-button .btn {
	border: none;
	color: #fff;
	background-color: #f39000;
	font-size: 16px;
	float: left;
	padding: 5px 20px;
	border-radius: 20px;
	text-transform: uppercase;
  }
  .delaware_title-type-8 .delaware-button .btn p {
	width: 100%;
	margin: 0;
  }
  .delaware_title-type-8 .delaware-button .btn span {
	font-size: 18px;
	color: #b8bac1;
	width: 100%;
  }
  .delaware_title-type-8 .delaware-button .btn:hover {
	background-color: #1997D2;
  }
  .delaware-image-box .icon-content .svg-icon {
	font-size: 50px;
  }
  .delaware-image-box-1 .icon-content,
  .delaware-image-box-3 .icon-content {
	float: none;
	position: absolute;
	width: 85%;
	height: 80%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: 0.5s;
	align-items: center;
	justify-content: center;
	z-index: 99;
  }
  .delaware-image-box-1 .icon-content span,
  .delaware-image-box-3 .icon-content span {
	font-size: 45px;
	color: #f39000;
	width: 100%;
	float: left;
	text-align: center;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 0.9s;
  }
  .delaware-image-box-1 .icon-content .overlay-border,
  .delaware-image-box-3 .icon-content .overlay-border {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	transition: color 0.3s;
  }
  .delaware-image-box-1 .icon-content .overlay-border::before,
  .delaware-image-box-3 .icon-content .overlay-border::before,
  .delaware-image-box-1 .icon-content .overlay-border::after,
  .delaware-image-box-3 .icon-content .overlay-border::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
  }
  .delaware-image-box-1 .icon-content .overlay-border::before,
  .delaware-image-box-3 .icon-content .overlay-border::before,
  .delaware-image-box-1 .icon-content .overlay-border::after,
  .delaware-image-box-3 .icon-content .overlay-border::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
  }
  .delaware-image-box-1 .icon-content .overlay-border::before,
  .delaware-image-box-3 .icon-content .overlay-border::before,
  .delaware-image-box-1 .icon-content .overlay-border::after,
  .delaware-image-box-3 .icon-content .overlay-border::after {
	border: 3px solid transparent;
	width: 0;
	height: 0;
  }
  .delaware-image-box-1 .icon-content .overlay-border::before,
  .delaware-image-box-3 .icon-content .overlay-border::before {
	top: 0;
	left: 0;
  }
  .delaware-image-box-1 .icon-content .overlay-border::after,
  .delaware-image-box-3 .icon-content .overlay-border::after {
	bottom: 0;
	right: 0;
  }
  .delaware-image-box-1 .emtry-header:after,
  .delaware-image-box-3 .emtry-header:after {
	content: '';
	float: left;
	position: absolute;
	background: linear-gradient(#1997D2, #1997D2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
  }
  .delaware-image-box-1 .emtry-header {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .delaware-image-box-1 .emtry-header .emtry-thumbnail {
	float: left;
	width: 100%;
	overflow: hidden;
  }
  .delaware-image-box-1 .emtry-header .emtry-thumbnail img {
	transition: 0.7s;
  }
  .delaware-image-box-1 .emtry-content {
	float: left;
	width: 100%;
	border: 2px solid #f7faff;
  }
  .delaware-image-box-1 .emtry-content .emtry-title {
	padding: 25px 30px 10px 30px;
	float: left;
	width: 100%;
  }
  .delaware-image-box-1 .emtry-content .emtry-title .title {
	margin: 0;
  }
  .delaware-image-box-1 .emtry-content .descreption {
	padding: 0 30px 17px 30px;
	width: 100%;
	float: left;
  }
  .delaware-image-box-1 .emtry-content .readmore {
	padding: 0 30px 23px 30px;
	width: 100%;
	float: left;
  }
  .delaware-image-box-1 .emtry-content .readmore span {
	display: inline-block;
	padding-left: 6px;
  }
  .delaware-image-box-1 .emtry-content .icon-content {
	float: left;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	opacity: 1;
  }
  .delaware-image-box-1 .emtry-content .icon-content span {
	font-size: 60px;
	color: #e9f3fe;
	opacity: 1;
	bottom: 0;
	right: 15px;
	position: absolute;
	text-align: right;
  }
  .delaware-image-box-1:hover .emtry-header .icon-content {
	opacity: 1;
  }
  .delaware-image-box-1:hover .emtry-header .icon-content .overlay-border {
	color: #f39000;
  }
  .delaware-image-box-1:hover .emtry-header .icon-content .overlay-border::before,
  .delaware-image-box-1:hover .emtry-header .icon-content .overlay-border::after {
	width: 100%;
	height: 100%;
  }
  .delaware-image-box-1:hover .emtry-header .icon-content .overlay-border::before {
	border-top-color: #f39000;
	border-right-color: #f39000;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  .delaware-image-box-1:hover .emtry-header .icon-content .overlay-border::after {
	border-bottom-color: #f39000;
	border-left-color: #f39000;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  .delaware-image-box-1:hover .emtry-header .icon-content span {
	opacity: 1;
  }
  .delaware-image-box-1:hover .emtry-header .emtry-thumbnail img {
	transform: scale(1.1);
  }
  .delaware-image-box-1:hover .emtry-header::after {
	opacity: 1;
  }
  .delaware-image-box-1:hover .emtry-content {
	background-color: #f7faff;
  }
  .delaware-image-box-1:hover .emtry-content .readmore {
	color: #f39000;
  }
  .delaware-image-box-1:hover .emtry-content .icon-content {
	display: none;
  }
  @media (max-width: 768px) {
	.delaware-image-box-1 {
	  margin-top: 15px;
	}
  }
  .delaware-image-box-1 .descreption p,
  .delaware-image-box-2 .descreption p {
	margin-bottom: 0;
  }
  .delaware-image-box-2 .emtry-header {
	float: left;
	width: 40%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .delaware-image-box-2 .emtry-header .emtry-thumbnail {
	float: left;
	width: 100%;
	overflow: hidden;
  }
  .delaware-image-box-2 .emtry-header .emtry-thumbnail img {
	transition: 0.7s;
  }
  .delaware-image-box-2 .emtry-header .icon-content {
	float: none;
	position: absolute;
	opacity: 0;
	align-items: center;
	justify-content: center;
	width: 85%;
	height: 80%;
	z-index: 999;
	transition: 0.5s;
  }
  .delaware-image-box-2 .emtry-header .icon-content span {
	font-size: 45px;
	color: #f39000;
	width: 100%;
	float: left;
	text-align: center;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 0.9s;
  }
  .delaware-image-box-2 .emtry-header .icon-content .overlay-border {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	transition: color 0.3s;
  }
  .delaware-image-box-2 .emtry-header .icon-content .overlay-border::before,
  .delaware-image-box-2 .emtry-header .icon-content .overlay-border::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
  }
  .delaware-image-box-2 .emtry-header .icon-content .overlay-border::before,
  .delaware-image-box-2 .emtry-header .icon-content .overlay-border::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
  }
  .delaware-image-box-2 .emtry-header .icon-content .overlay-border::before,
  .delaware-image-box-2 .emtry-header .icon-content .overlay-border::after {
	border: 3px solid transparent;
	width: 0;
	height: 0;
  }
  .delaware-image-box-2 .emtry-header .icon-content .overlay-border::before {
	top: 0;
	left: 0;
  }
  .delaware-image-box-2 .emtry-header .icon-content .overlay-border::after {
	bottom: 0;
	right: 0;
  }
  .delaware-image-box-2 .emtry-header:after {
	content: '';
	float: left;
	position: absolute;
	background: linear-gradient(#EE8D09, #EE8D09);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.5s;
  }
  .delaware-image-box-2 .emtry-content {
	float: left;
	width: 60%;
	border: 2px solid #f7faff;
  }
  .delaware-image-box-2 .emtry-content .emtry-title {
	padding: 30px 20px 7px;
	float: left;
	width: 100%;
	line-height: 1.3em;
  }
  .delaware-image-box-2 .emtry-content .emtry-title .title {
	margin: 0;
  }
  .delaware-image-box-2 .emtry-content .descreption {
	padding: 0 20px 17px 20px;
	width: 100%;
	float: left;
	line-height: 25px;
  }
  .delaware-image-box-2 .emtry-content .readmore {
	padding: 0 20px 25px 20px;
	width: 100%;
	float: left;
  }
  .delaware-image-box-2 .emtry-content .readmore span {
	display: inline-block;
	padding-left: 6px;
  }
  .delaware-image-box-2 .emtry-content .icon-content {
	float: left;
	position: absolute;
	bottom: 0;
	right: 25px;
	z-index: 99;
  }
  .delaware-image-box-2 .emtry-content .icon-content span {
	font-size: 50px;
	color: #e9f3fe;
  }
  .delaware-image-box-2:hover .emtry-header .icon-content {
	opacity: 1;
  }
  .delaware-image-box-2:hover .emtry-header .icon-content .overlay-border {
	color: #f39000;
  }
  .delaware-image-box-2:hover .emtry-header .icon-content .overlay-border::before,
  .delaware-image-box-2:hover .emtry-header .icon-content .overlay-border::after {
	width: 100%;
	height: 100%;
  }
  .delaware-image-box-2:hover .emtry-header .icon-content .overlay-border::before {
	border-top-color: #f39000;
	border-right-color: #f39000;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  .delaware-image-box-2:hover .emtry-header .icon-content .overlay-border::after {
	border-bottom-color: #f39000;
	border-left-color: #f39000;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  .delaware-image-box-2:hover .emtry-header .icon-content span {
	opacity: 1;
  }
  .delaware-image-box-2:hover .emtry-header .emtry-thumbnail img {
	transform: scale(1.1);
  }
  .delaware-image-box-2:hover .emtry-header:after {
	opacity: 1;
  }
  .delaware-image-box-2:hover .emtry-content {
	background-color: #f7faff;
  }
  .delaware-image-box-2:hover .emtry-content .readmore {
	color: #f39000;
  }
  .delaware-image-box-2:hover .emtry-content .icon-content {
	display: none;
  }
  @media (max-width: 768px) {
	.delaware-image-box-2 {
	  margin-top: 15px;
	}
  }
  .delaware-image-box-3 .emtry-header {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.25s;
  }
  .delaware-image-box-3 .emtry-header .emtry-thumbnail {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
  }
  .delaware-image-box-3 .emtry-header .emtry-thumbnail img {
	transition: 0.7s;
  }
  .delaware-image-box-3 .emtry-header .icon-content .title-2 {
	position: absolute;
	bottom: 0;
	color: #fff;
	margin: 0;
	transition: bottom 0.7s;
  }
  .delaware-image-box-3 .emtry-content {
	float: left;
	width: 100%;
	border: 2px solid #f7faff;
	text-align: center;
	position: relative;
	overflow: hidden;
  }
  .delaware-image-box-3 .emtry-content .emtry-title {
	padding: 20px 30px 0 30px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;
	transition: margin-top 0.7s;
  }
  .delaware-image-box-3 .emtry-content .emtry-title .title {
	margin: 0;
  }
  .delaware-image-box-3 .emtry-content .descreption {
	padding: 15px;
	width: 100%;
	float: left;
  }
  .delaware-image-box-3 .emtry-content .descreption p {
	margin-bottom: 0;
  }
  .delaware-image-box-3 .emtry-content .readmore {
	float: left;
	width: 100%;
	padding-bottom: 33px;
	transition: 0.5s;
  }
  .delaware-image-box-3 .emtry-content .readmore .svg-icon {
	display: inline-block;
	padding-left: 8px;
  }
  .delaware-image-box-3 .emtry-content .icon-content {
	float: left;
	position: absolute;
	right: 0;
	top: -45px;
	width: 100%;
	opacity: 1;
	text-align: center;
	z-index: inherit;
	display: none;
  }
  .delaware-image-box-3 .emtry-content .icon-content span {
	font-size: 45px;
	color: #e9f3fe;
	opacity: 1;
  }
  .delaware-image-box-3:hover .emtry-header .icon-content {
	opacity: 1;
  }
  .delaware-image-box-3:hover .emtry-header .icon-content span {
	opacity: 1;
  }
  .delaware-image-box-3:hover .emtry-header .icon-content .overlay-border {
	color: #f39000;
  }
  .delaware-image-box-3:hover .emtry-header .icon-content .overlay-border::before,
  .delaware-image-box-3:hover .emtry-header .icon-content .overlay-border::after {
	width: 100%;
	height: 100%;
  }
  .delaware-image-box-3:hover .emtry-header .icon-content .overlay-border::before {
	border-top-color: #f39000;
	border-right-color: #f39000;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  .delaware-image-box-3:hover .emtry-header .icon-content .overlay-border::after {
	border-bottom-color: #f39000;
	border-left-color: #f39000;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  .delaware-image-box-3:hover .emtry-header .emtry-thumbnail {
	overflow: hidden;
  }
  .delaware-image-box-3:hover .emtry-header .emtry-thumbnail img {
	transform: scale(1.1);
  }
  .delaware-image-box-3:hover .emtry-header:after {
	opacity: 1;
  }
  .delaware-image-box-3:hover .emtry-content {
	background-color: #f7faff;
  }
  .delaware-image-box-3:hover .emtry-content .readmore {
	color: #f39000;
  }
  .delaware-image-box-3:hover .emtry-content .icon-content {
	display: none;
  }
  .delaware-image-box-4 .emtry-header {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .delaware-image-box-4 .emtry-header .emtry-thumbnail {
	float: left;
	width: 100%;
	overflow: hidden;
  }
  .delaware-image-box-4 .emtry-header .emtry-thumbnail img {
	transition: 0.7s;
  }
  .delaware-image-box-4 .emtry-header .icon-content {
	float: none;
	position: absolute;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .delaware-image-box-4 .emtry-header .icon-content span {
	font-size: 45px;
	color: #f39000;
  }
  .delaware-image-box-4 .emtry-content {
	float: left;
	width: 100%;
	border: 2px solid #f7faff;
	text-align: left;
	position: relative;
	overflow: hidden;
  }
  .delaware-image-box-4 .emtry-content .emtry-title {
	padding: 25px 25px 0 25px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
  }
  .delaware-image-box-4 .emtry-content .emtry-title .title {
	margin: 0;
  }
  .delaware-image-box-4 .emtry-content .descreption {
	padding: 15px 25px 30px 25px;
	width: 100%;
	float: left;
  }
  .delaware-image-box-4 .emtry-content .readmore {
	display: none;
  }
  .delaware-image-box-4 .emtry-content .icon-content {
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: center;
  }
  .delaware-image-box-4 .emtry-content .icon-content span {
	font-size: 45px;
	color: #e9f3fe;
  }
  .delaware-image-box-4:hover .emtry-header .icon-content {
	display: flex;
  }
  .delaware-image-box-4:hover .emtry-header .emtry-thumbnail {
	overflow: hidden;
  }
  .delaware-image-box-4:hover .emtry-header .emtry-thumbnail img {
	transform: scale(1.1);
  }
  .delaware-image-box-4:hover .emtry-content .icon-content {
	display: none;
  }
  .delaware-image-box-4:hover .emtry-content:hover {
	box-shadow: 0 0 28px 2px #f5f5f5;
  }
  .delaware-image-box-5 {
	max-width: 670px;
	display: flex;
  }
  .delaware-image-box-5 .emtry-header {
	float: left;
	width: 50%;
  }
  .delaware-image-box-5 .emtry-content {
	float: left;
	width: 50%;
	padding: 25px 30px;
  }
  .delaware-image-box-5 .emtry-content .emtry-title {
	display: block;
  }
  .delaware-image-box-5 .emtry-content .emtry-title .title {
	margin: 0;
	font-size: 18px;
  }
  .delaware-image-box-5 .emtry-content .descreption {
	line-height: 25px;
	margin-top: 20px;
  }
  .delaware-image-box-5 .emtry-content .descreption p {
	margin-bottom: 0;
  }
  .delaware-image-box-5 .readmore {
	display: none;
  }
  .delaware-image-grid .row-flex {
	align-items: center;
  }
  .delaware-image-grid .images {
	display: flex;
	align-content: center;
	justify-content: center;
  }
  .delaware-image-grid .images img {
	float: left;
  }
  .delaware-image-grid .image-item {
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .delaware-image-grid.effect-enable .image-item:hover img {
	opacity: 1;
  }
  .delaware-wrap-item .delaware-portfolio-grid-wrapter {
	margin-bottom: 30px;
  }
  .delaware-wrap-item .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-thumbnail {
	overflow: hidden;
	display: block;
  }
  .delaware-wrap-item .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-thumbnail img {
	transition: 0.7s;
  }
  .delaware-wrap-item .delaware-portfolio-grid-wrapter .emtry-wrapter .hover {
	padding: 30px;
  }
  .delaware-wrap-item .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-title {
	color: #ffffff;
	font-size: 18px;
  }
  .delaware-wrap-item .delaware-portfolio-grid-wrapter.no-thumb {
	overflow: hidden;
  }
  .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-wrapter {
	position: relative;
	overflow: hidden;
  }
  .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-wrapter .hover {
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: 0.5s;
  }
  .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-category .category {
	color: #f39000;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin: 0;
  }
  .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-category .category:before {
	content: '';
	height: 1px;
	width: 30px;
	left: 0;
	background-color: #f39000;
	margin-right: 10px;
	float: left;
  }
  .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-content {
	display: none;
  }
  .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-thumbnail:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(#00ade9, #00ade9);
	left: 0;
	opacity: 0;
	transition: 0.5s;
  }
  .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .hover {
	opacity: 1;
  }
  .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .emtry-thumbnail img {
	transform: scale(1.1);
  }
  .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .emtry-thumbnail:after {
	opacity: 1;
  }
  .delaware-wrap-item-type-2 .button-group .button {
	text-transform: uppercase;
	padding: 20px;
	background: none;
	border: none;
	box-shadow: none;
	cursor: pointer;
	position: relative;
	display: inline-block;
	transition: 0.5s;
  }
  .delaware-wrap-item-type-2 .button-group .button:after {
	content: '';
	width: 20px;
	height: 3px;
	background-color: #f39000;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity: 0;
	transition: 0.5s;
  }
  .delaware-wrap-item-type-2 .button-group .button:hover,
  .delaware-wrap-item-type-2 .button-group .button.active {
	color: #f39000;
  }
  .delaware-wrap-item-type-2 .button-group .button:hover:after,
  .delaware-wrap-item-type-2 .button-group .button.active:after {
	opacity: 1;
  }
  .delaware-wrap-item-type-2 .button-group.light .button {
	color: #fff;
  }
  .delaware-wrap-item-type-2 .grid {
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter {
	float: left;
	width: 20%;
	margin: 0;
  }
  @media (max-width: 768px) {
	.delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter {
	  width: 50%;
	  padding: 0;
	}
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-wrapter {
	position: relative;
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-wrapter .hover {
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: 0.5s;
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-category .category {
	color: #f39000;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin: 0;
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-category .category:before {
	content: '';
	height: 1px;
	width: 30px;
	left: 0;
	background-color: #f39000;
	margin-right: 10px;
	float: left;
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-title {
	float: left;
	width: 100%;
	color: #f39000;
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-content {
	display: none;
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-thumbnail:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(23, 29, 60, 0.9), rgba(17, 28, 85, 0.9));
	left: 0;
	opacity: 0;
	transition: 0.5s;
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .hover {
	opacity: 1;
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .emtry-thumbnail img {
	transform: scale(1.1);
  }
  .delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .emtry-thumbnail:after {
	opacity: 1;
  }
  .delaware-icon-box {
	box-shadow: rgba(1, 1, 1, 0.08) 0 0 50px 0;
  }
  .delaware-icon-box .emtry-header .icon-content .svg-icon {
	font-size: 50px;
	color: #a8b7ce;
  }
  .delaware-icon-box .emtry-content {
	position: relative;
	overflow: hidden;
  }
  .delaware-icon-box .emtry-content .emtry-title {
	float: left;
	width: 100%;
	opacity: 1;
	transition: 0.5s;
	margin-top: 0;
	margin-bottom: 17px;
  }
  .delaware-icon-box .emtry-content .descreption {
	float: left;
	width: 100%;
	transition: 0.5s;
  }
  .delaware-icon-box .emtry-content .readmore {
	float: left;
	width: 100%;
	transition: 0.5s;
	padding-bottom: 15px;
	padding: 0;
  }
  .delaware-icon-box-1 {
	position: relative;
	padding: 35px 35px 24px;
	background-color: #fff;
  }
  .delaware-icon-box-1 .emtry-header {
	float: left;
	width: 100%;
	margin-bottom: 9px;
  }
  .delaware-icon-box-1 .emtry-content {
	float: left;
	width: 100%;
  }
  .delaware-icon-box-1 .emtry-content .descreption {
	transition: 0.5s;
  }
  .delaware-icon-box-1 .emtry-content .descreption p {
	margin-bottom: 0;
  }
  .delaware-icon-box-1 .emtry-content .title {
	margin-top: 8px;
  }
  .delaware-icon-box-1 .emtry-content .emtry-title {
	margin-bottom: 19px;
  }
  .delaware-icon-box-1 .readmore {
	opacity: 0;
	transform: translateY(100px);
  }
  .delaware-icon-box-1 .readmore .svg-icon {
	float: right;
  }
  .delaware-icon-box-1:hover .emtry-header .icon-content .svg-icon {
	color: #f39000;
  }
  .delaware-icon-box-1:hover .emtry-content .readmore {
	color: #f39000;
	opacity: 1;
	transform: translateY(-16px);
  }
  .delaware-icon-box-1:hover .emtry-content .icon-content {
	display: none;
  }
  .delaware-icon-box-1:hover .emtry-content .emtry-title {
	transform: translateY(-30px);
	opacity: 0;
  }
  .delaware-icon-box-1:hover .emtry-content .descreption {
	transform: translateY(-35px);
  }
  .delaware-icon-box-1:hover:before {
	content: '';
	position: absolute;
	border: 2px solid #f2f7fe;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
  }
  .delaware-icon-box-2 {
	padding: 40px 35px;
  }
  .delaware-icon-box-2 .emtry-header {
	text-align: center;
	float: left;
	width: 100%;
  }
  .delaware-icon-box-2 .emtry-content {
	text-align: center;
	float: left;
	width: 100%;
  }
  .delaware-icon-box-2 .emtry-content .readmore {
	opacity: 0;
	margin-top: 10px;
	transition: 0.5s;
	display: inline-block;
  }
  .delaware-icon-box-2 .emtry-content .readmore .svg-icon {
	padding-left: 8px;
  }
  .delaware-icon-box-2 .descreption {
	transition: 0.5s;
  }
  .delaware-icon-box-2:hover .emtry-header .icon-content .svg-icon {
	color: #f39000 !important;
  }
  .delaware-icon-box-2:hover .emtry-header .icon-content .svg-icon svg {
	color: #f39000 !important;
  }
  .delaware-icon-box-2:hover .emtry-content .readmore {
	color: #f39000;
	opacity: 1;
	transform: translateY(-30px);
  }
  .delaware-icon-box-2.hover-hide-title {
	min-height: 220px;
  }
  .hover-hide-title .emtry-title {
	transition: margin-top 0.5s;
  }
  .hover-hide-title:hover .emtry-content .emtry-title {
	transform: translateY(-30px);
  }
  .hover-hide-title:hover .descreption {
	transform: translateY(-40px);
  }
  .delaware-icon-box-3 {
	padding-top: 25px;
  }
  .delaware-icon-box-3 .emtry-header {
	float: left;
	padding-right: 15px;
  }
  .delaware-icon-box-3 .emtry-header .icon-content .svg-icon {
	font-size: 50px;
  }
  .delaware-icon-box-3 .emtry-header .icon-content .svg-icon svg {
	top: 0;
	float: left;
  }
  .delaware-icon-box-3 .emtry-content {
	line-height: 27px;
	padding: 0 15px;
  }
  .delaware-icon-box-3 .emtry-content .descreption {
	margin-bottom: 15px;
  }
  .delaware-icon-box-3 .emtry-content .descreption p {
	margin-bottom: 0;
  }
  .delaware-icon-box-3.show-border-bottom .emtry-content {
	border-bottom: 1px solid #142476;
  }
  .delaware-icon-box-4 {
	border-radius: 10px;
	padding: 30px 35px;
	transition: 0.5s;
  }
  .delaware-icon-box-4:hover {
	background-color: #f39000 !important;
	color: #fff;
  }
  .delaware-icon-box-4 .emtry-header {
	float: left;
	width: 100%;
	margin-bottom: 25px;
  }
  .delaware-icon-box-4 .emtry-header .icon-content .svg-icon svg {
	top: 0;
	float: left;
  }
  .delaware-icon-box-4 .emtry-header .icon-content .svg-icon:last-child {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 100px !important;
	opacity: 0.03;
  }
  .delaware-icon-box-4 .emtry-content {
	float: left;
	width: 100%;
  }
  .delaware-icon-box-4 .emtry-content .emtry-title {
	font-size: 20px;
  }
  .delaware-icon-box-4 .emtry-content .emtry-title .title {
	margin: 20px 0;
  }
  .delaware-icon-box-4 .descreption p {
	margin-bottom: 10px;
  }
  .delaware-icon-box-5 {
	box-shadow: none;
	padding: 30px 0;
	display: flex;
  }
  .delaware-icon-box-5 .emtry-header .icon-content {
	float: left;
	width: 70px;
	height: 70px;
	background-color: #1997D2;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 18px;
  }
  .delaware-icon-box-5 .emtry-header .icon-content .svg-icon {
	font-size: 45px;
	color: #fff;
  }
  .delaware-icon-box-5 .emtry-header .icon-content .svg-icon svg {
	top: 0;
	float: left;
  }
  .delaware-icon-box-5 .emtry-content {
	line-height: 27px;
  }
  .delaware-icon-box-5 .emtry-content .emtry-title {
	margin-bottom: 11px;
  }
  .delaware-icon-box-5 .emtry-content .emtry-title .title {
	margin-bottom: 5px;
  }
  .delaware-icon-box-5 .emtry-content .descreption {
	line-height: 25px;
  }
  .delaware-icon-box-6 {
	width: 300px;
	height: 300px;
	border-radius: 300px;
	text-align: center;
	padding-top: 55px;
  }
  .delaware-icon-box-6 .emtry-header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
  }
  .delaware-icon-box-6 .emtry-content {
	float: left;
	width: 100%;
  }
  .delaware-icon-box-6 .emtry-content .emtry-title .title {
	margin: 20px 0;
  }
  .delaware-icon-box-6:after {
	content: '';
	float: left;
	position: absolute;
	width: 100px;
	height: 30px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAXCAYAAAC4VUe5AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAImYaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxOC0wNy0wNlQxNjoyNjoyNSswNzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTgtMDctMDZUMTY6MjY6MjUrMDc6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE4LTA3LTA2VDE2OjI2OjI1KzA3OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpmMmQwMjlkZC03YmNhLWQwNDUtYjlmZi0yZjBhMjQ0NWEwNjE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDphMjhiYTlkMC04MGZlLTExZTgtYjQyMS1iNDhiNjFkZTI3MWM8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo0MmFkMDkxYy1mODAyLWVlNDctYWVlZS0yNDhhYjExMjU0YWU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NDJhZDA5MWMtZjgwMi1lZTQ3LWFlZWUtMjQ4YWIxMTI1NGFlPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE4LTA3LTA2VDE2OjI2OjI1KzA3OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmYyZDAyOWRkLTdiY2EtZDA0NS1iOWZmLTJmMGEyNDQ1YTA2MTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxOC0wNy0wNlQxNjoyNjoyNSswNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAgICAgICAgICA8cmRmOmxpPjAwMTYwQTdBNDRCOTY2OUFGMEZGNDA0OTc0MjM1MUMwPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MDA3MUQ0MTk5REE1NzFCRUNBQzM4OTMwNzk0QTMzMjA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4wMTQ3RjhGMzYzOTVGMEU0MzQ1MkIyQTgzN0QyNDBBRjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjAzMDhGN0NDRTIyOTMxNUIwMkJBM0U0Q0JCM0Y5MzQwPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MDZCNTU2NDI5MzhFRDUzMzlFRjNBNjdGNUI2NjcyQTM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4wNkQ5NTg3RTZFRkQ2RTQxMUJDMTVDRTQwQkVGRDdFNzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjA3MDQ2OUQ0OTAxOTBGREEzODhDQ0VFMjFFRTkyNUJDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MDlEQTNBMzI4OEQ3QjQxMTA3MzhDNUExREIxNEQzRDA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4wQTk4MjNBRDM4NTI2NjE3RTIxQTlCQkUzRTlENzA5MzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjBCNzczQjUxNEMyQUE4MEZGMTZGRUY1MzExOEIwMERDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MEM5OTJBQUY4RUMxRjc2RjJBQzUzNjc4NjZFMjZGQjc8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4wRTNEREM0MTlENDhGODYzOTFEOTAwRjZCNjFGQzZBQjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjBFOTgxN0Y1MjgxMkI5QUUyRUY1REFENkMzMzAxNTczPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MEU5ODY1RTA5QzY5NDUyMTY2REJEN0Q2RjA0N0YwQkU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4xMEM4NDFGNUMwNzZDNzQyNEVERjk5RTEyMTE2NUIyODwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjExOTA3NTZGOTQwMzc2OUE0RkVFRENCRTI3QkNFREYxPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MTU0NThBQUY1QUU5NEY0NTg4RjVDRDJFRTU0Rjk2NUE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4xNjc5RTVCQTk0QUI0RjEzOEE5NTEyNDQ3M0RDMzBDMTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjE4MzRGNUMyRTUwRUIxNjBGQjEyRjc4MDk0OTA2NzRFPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MUFFMEU1NTNCNEYxMTNBODJENzRFRkRFNjc0OTIyNEQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4xQjI3NzU3MTQ1ODQ2RjJCMDE0QTBFNTZBNjA4QkUwOTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjFDMThGRUU5M0FDNTgyODMyMEVCQkVFOUVCRjA5NDgwPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MUM2NjVCQzIyMzVCQjJERTZDN0E3MjY4ODY3NDA4RDc8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4xQzdEMkE4ODlCRUREMjcxMDgwMzEwN0MzQkFBMkQwNzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjFDQjQyRTI4RTVFMzY1RkYwQTBCNjkwQUYxRkM2ODNGPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MUVCRkNDRDQ4QkM2OTNBQ0I2RkU4MDdFNjBDM0E1RjQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4yMEJENzA2RUUzRDA5OTZBMkVCNDQwQzY2MTlDNUNCQTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjI0OEMxNkFCNDkxRTNBQjdENTJCRTA1MjhBMEVCRjg4PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MjRBRDU2NUVDN0JENUI0MTE1MkI4NjI3NzAwOEZGMjk8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4yNERERENBQkU4N0M4MDIyNzREOEIyQUE4Qzg5RTc4MDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjI0RTQzMEMzREUyQjEyMTQ2OEY2RkRGMTZFOTI1ODlBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MjUwRjJEN0M2REI1NzFBM0MwQzE2QkUzMDJEOTc0NUU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4yOTNCOTc2QUEzQTQ0MDM0MkQ3Q0MzQjNCOTIxOEU5OTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjJBQzg1RTIxRDNENDMwMTQ0Q0MxRjZENDc4MjUzRENCPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MkI2OTZDNTkyQjUxODg1QjQ4QzkxRjI0MjlBOTNDQTk8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4yQkUzRjM5OUJCQTE2RUI3MzM3MjA5QUU1N0Y1M0M2QzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjJEOTc0RkE0RUY5RUUzM0UyMjcxQjYxNERGMkNDOTk4PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MkRBMTg0QUQwREQ1QkE4MTc5OTZDNjdCMjJDNTE3REQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4yRTg2MzlGN0E0RUNBMzBGRUYxRDdDN0QwM0M2RTcxNTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjMwRTA2QTZCMTY0OUI4QjJGQjk2NDM3M0NBMTI3NkJGPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MzI3NzY2M0VBOEFDRjNCMkY5QUZDNjBCNjVCREUyNEY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4zM0JFOTg0MDBFM0EzM0Y3Q0RCQkE0MDhENUNDNzI1MTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjM0MEIzNjRGQUVCOUM1RDIyMkI0MjI2N0VCM0RGRjUxPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MzY3MEIyMjJBNERCODNCMjMwRTg0OTlDOEVCOTU2OEU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4zNjcxRTRCRDcxN0Y4ODMyRUIzOTU1NjlBMjYwNDREMDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjM3MUI1NTMxMzk0MDM1QjdGNTdCQzZEOTI0RDExQTg5PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+MzhBQzJDRUZDOTY4MTE1NTgxRTRFNENEOTQ5QkQ0RjI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4zQkY5QzRFOUI2QjE0NjZBQkM0MUEyM0EzOENEQ0I5RDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjNDMUMwRjhDRjhEMzFDQzRDMEIyMUQyOUNFNDE2MUIyPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+M0MzM0E1N0ZFOTJERjhENzM3REQ0NDA0QUU3MEI3MUQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT4zRTQzQjc2RjBENjhERDYxRDRENkNFOUUxQjZEMTMyQTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjNGMkMxQzgwQkJCNkZDNzMwREE1RTBEMUYyQUQ2NUVEPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+M0ZENTVDQTk4NjgyRTFDNDIxMDAwOEQwQjIwQTQ4Q0Y8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT40MTMzNjU4ODk0NTZCRENBNDAwNTMyNzhDNjg3QzNFNDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjQyODQyMDg2NEFEQ0NDM0U0NDcyRDA4OTIyNzUzQTBCPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NDM2ODBGNDQ4RDczMTVCRkJGNUM0OEY0OEU0RDZEMDQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT40NUQ5OEVFNjYzNDZDN0EyQTE4OUIyODdDMzNDMEE1MDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjRCMEJDRDI1QTQ5M0QwQzlDNEM4RDMyNzk2MjAwQkM3PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NEI1QTY0RjA5RTE1RTQxMEQ0QTU2OUVDMzBCMTFBM0Y8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT40QzAyMDY0RUIzM0QzMTI3MTRDMjAxNTQxQkY1M0VBNTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjRDNDJCNzg1ODczRUY2Q0E5NENBQkVFNDJDQTk4REU1PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NERCNzRFMjdGOTQyMUQ2QTMxNzdFRDM0M0E5Qzc3M0E8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT40RjZENjRBODk0NDExRDY3RTFCRDlGQkM1ODJCQkZCODwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjUwN0M1NjcyNTgyOUIyMzREOTJCOUU5MDRCN0JDQURFPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NTA4MzEyMTUyQkVCODA4MjYzMTI0MkU3RDNDMjMxMEU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT41MjczRTUzOTBFQ0JCMTYyODFDRkQzRDEyREQ0OUIyMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjU0ODhEOEQzMDNCMDE3MzM2MzZDMjBBREEzOTM2QjVDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NTZGMzQ2QTU2QzI5MTQwN0JENUVCMUM1MzcyRjQzN0U8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT41QTM4OEUzREE2RDgzQUREQzVERDI3MzY5NkM2RDgyRDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjVCQkY4QzE4MDgzODNFNEYxMENBRURCRjc5MDU5QjBBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NUM3OTBGNTdCODU3QUNCNTdERjE0ODE0QzAwMkNCNDY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT41RDRCM0FGQkYyNkM3NTkxMzExNUNDQTQ5MjYyNTIzRDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjVFNTFENThCODVBOTIyODA0NEQxRDBFREI5MkEyQThDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NjEzOUY3RkI0M0JGQ0IwRDhDMjFERDA0MzUzMTEwOUE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT42M0I0NDcyOUUzNTEyRUMxNEMzQjc2RUI3NjczNEM4NzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjY1OTNGMUMwNzJBNDZBMEY0M0MwREFGRkRDMENCMDRCPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NjcwNkM4NjEzM0UyNjI1RkZBMTIzRTkxODJERDczQkQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT42NzRGQUExNkJCNDQ3RUE2MTU3QjVFMTVBNDk3N0ZERDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjY3RDZDOTM3RjNDMDY0MTE5ODkyMTYyNzM2RjRDNDNCPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NkI0RkRCODY0QkZCQzFDQjMwMTU1QjQwQTJGMTk5QUY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT42QjczNjY1NTUzQ0Q3QzEwNUQ2RkExNUJCRDRDRTU1NjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjZCREU5QzFBRjI3ODgyODlDMEREMjFFMDIyOThBODlEPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NkJGQUU5MUVCMTAwQjY4ODE5QjZFQTgxMkExOEQ0Mjg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT42QzU4NjU2MkQ5MzhFREY4OTlBNEVFQ0Y0ODI0NjdEODwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjZDOUM2NUNFOTk3QUFGRUUwREEwNUQzNzFEQTIyNkZFPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NkQ1NThFREIxOUQyRDY4QUEzMERFQzRCOURCNDFDRTI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT42RDVGNzZBMEQxMENBMUEwRDM1OTI4RENGRTI5RTBDNzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjZFMzg0ODMwQUI2Q0NFNDdDMDVCM0E3OTU2QUI1RkM4PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NkY3MUM5RjlBMjg5NjI2N0MyQjMxRjQ5RENGRkQ5REY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT43MTFCMDhERTczMjJEM0ZDRjFBQUQ2NUFDRkM2MDVCQjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjc1MDI1RTBBMDUzMjhGNjg2OEVBREYyMjJBQkI4OTlBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+NzZFRUFGNkY2OTc0OEZEMUJDQjMzQ0EyNTI5ODk2OTc8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT43NzA5OUE3MTIzMEFCRDgxRENBNTVDQzA3RTg2MTVCQTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjc4NEVEMDYxM0Q0RTdDMDUyOTY5MDI3QUU0ODkxQkZGPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+Nzk5NTMxRDFBNTAwQjA4QUM4NTNDMjAyNkVDMkZFQTA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT43QkVBNkJGNTY4RENFNkYxOTlGRkE5NkIyRjhCMTBDNzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjdDNDEwRTlCNjBCRDBGQTNCMTdBMTZENkQwQzNBNzM2PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+N0M2QTRFNTE4RDM4NUVDMzc1MDRCRjZFMTUyNzU5MDM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT43REU5Q0U2QTg0NjhERjJENjNBMjM0QUM0M0IxQkUzMjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjdFMjA4QkYxQkNFQTZGRTQzMkJDOUNDMTc3RkQyMzAxPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+N0U5OTY0OTQwN0M0MzU5RTIyQzQwMkZCNzNBQzRFMzM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT44MjRFRUVCRjk3QkM5QzkzNDMwNTcyRjU3QTMxMjYyNTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjgyOTU5NjVGODlCQUY1NEFENEMwQkJCNzVDM0Q1NDE5PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+ODJDMjBFREI5Njk1MDQ4QTg4MUZGQjMxQ0UxNEVGNTM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT44MzIxNDFCNUExRkMwQjNCNEQzMDI1RjI4ODQ2REEyQTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjg0NDdDNTQ2MkEyNzJFQjlDQzQ4RjZEOEJFQTQ3MzUwPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+ODQ4MUUyMUFENTgyQjk2NDJDRDAxNjM5RDUxNkIxQkE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT44NENCQUQxRDVGOEE5REMwMzM0NjFBNjgyRTJGQ0ZGRTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjg0RUJEMUJDMDJDMzJGNzUwMUIxNTBCMzkyRDQ5Qjk4PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+ODVBNjJEQjRGNEI1MjgyMUMzNjQ3QTdCNEQ1MkZFNzQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT44NjY5MjlGMjlGMDlERkU3NTA1N0JBRTM2RjBFQzVEMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjg3MTU0M0QzRjc5RTc3QjUxNkE1MDlBNzFDNDBFMjk5PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+ODgzRDQ1RjkwMTYyRjE4RUY0ODcxMTU0OUVEQjIwQzI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT44OUU2MEMwQTc4MzkzMUMwRkRGNDY5RTFCRURBQUQ1NzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjhBMEFFRDczRjdFQzhGNDlBNTk3QjREQzc4RTg1MzdDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+OEEzMTNDMzc4OENEQzhDQjhCM0QzMTY2NEFDOTFFRTI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT44QkIzNjJEQzE5MTIwNjZENTEyNzQzNjBBNTJDNEFERDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjhDNTc0MzY0OENGNzFFMkY2RkMxN0FFNThENjQ1ODc4PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+OEM3NEJBRDgwNDZBMkQ2ODI5MUQ1ODE3NDMyQTg1QTE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT44RUI3QjIzRTEzRDMwN0JDMEM5OTIxNjE2RDk1MkQ3NjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjkxMjY3OTFBRjQ0REQ2MDVGNTg4RjlBRjQ0RENFRThEPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+OTIzMUNEQzE4MUMxNTVGN0Y0RDU0MUU3MUU1NjM1ODk8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT45NEZEMDI5Q0MyOEIyQjY5NTRGODUwMzFFNzA2MTA5NTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjk1NzAxQzEwNTRCNjJBMUYzRkUzMTM5REE2Rjg2NkQzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+OTc5OTI4OThCRDEwNUIwNTkwQUM2N0VDNzc2QjdEMjU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT45RDA4NjFBRTc0OEZGQTczNDg2Nzg1NzM2RjQzNDA2NTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjlEREI1NjkyNEI0OUUxRUMxNTJENDBFRTc1MDU0QUM5PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+OUVGODFFNUJGM0Q1MURGMkZFQkM0RjhERThGQ0Q3RTQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT45RjJCODFDNTZBNzgxN0I0RjY3QzZFOEY0QUVBM0M2MTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkEwODZDMDE3MTAxMURCMkY0NjEyNTJFNzJCMTg3RUEyPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QTEzQkFFMEREQzkyRjA0NjZDRjE4NEFBMTY4QjQ4QUY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5BMTk1OUU0RkIyRDJBRjUzRTUyODVCNDU5MDQ0RTAwQzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkE0MTNCODBEQjlCNjZGNDBFMjAwMzkzMUUzRDA5MEUyPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QTQ2NTQzODA5Mjk2OEM1RkE2MzlCQjEwQ0U1NjNGNUU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5BNUM5REQ1NDQ5NDI0MDE4M0FEMzUxRkMzMkQ4NDU0OTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkE2NjE1OEM4MkVFMDVCMUZFQTVBODhFQ0MzNkQ2MUZCPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QTgxMjZGNjVDMDIyNkFBN0FGNTYyRTExOEQ5NjU1M0Q8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5BODNFMUQyMDg3RjYyRkU5RkU1RDMzRDY5RkNFQjhGRjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkE4RjAzQTY0ODJEN0ZEQTlBNjI2QUJDQzlGMThBNkFBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QTk0NzkwNjRDNjNERjFCRDkxMEE0QUZCNTQ5QkRCODI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5BOUYxODJDNUNDMzExNzE3OTk3ODRGRTEyNzU3NzVCQjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkFCM0FDMEE2NkU0MjU4RTQ4MEJENDUwNDFFRTAzQ0RDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QUJGMTdBNjY3QjE5NkNBMzY0NTdEMDYxMjkzMEU1MDY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5BRjNDRTBGRjA1M0VCQkVGMEUxRjc3N0UwN0EyODU4MTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkIwRjIwMEM0NEIyMkEwRjBCQjVFQkUwMDJBN0FEQjY0PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QjFBMDc4NzUyQ0ZDRUIwREMzODEyRDZEOUI5NUMyNDM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5CMzM4ODc1OEU2Mjc2RTNBRUQ2RUVERjcxQURBRUY5MTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkIzQ0RDN0E5NjI3QUQ2NDk4RUE1RkZFOUI4QjhGQTRDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QjQ1N0M4NUU2MTE3QkQ4Q0E1OTgzMjNCMEFFRTFERkY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5CNENBM0Q4QzI5REE4QkVGQzY5NUE1QUJFQUMzMUQyOTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkI2MDg3MzY4QzNFMzczNkNFN0MzQjM1QjI2MzMzREUwPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QjYwOUQxRDJBRDFDN0FGOTNGMEY2MTlCNkEwNzhFRDE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5COTA2RDRDQTNBNzQ5MENBODEzNDM1OTg4MjhERUI5MDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkI5OTBFMEZGQzJEOEJBNUY5RjRGNDE3RDE2MURFMUJGPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QkUwQTUwMURCNUZCNDc0MTlFOTIwOUJGOUM3ODY1Qzc8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5CRUVGNDE0NjkxOUMxQjM4MUIwNDJERDFDQ0Y4RUMxNjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkJGRkVBQkYzNDY1RjM3RUY0NzA4NkJCQjMwN0JDMDEwPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QzBENjg4RjREQTE4MjVCQzJEODE2NzE5OTBGODJCQjY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5DMjMzNEQzQkZGOTU2ODNGRDMwODQzQTQ5RTc0NkY3RjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkMyREI4MzlDNzdERjNENEMwOEU5NkI3NkNDMEJDMTNDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+QzM1RDBBODQ0MTExQ0U0NzYyMDBGRkZENzMxMzQ4NDE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5DNTYxQzZBNjg2QjQwNDcwQzZDM0Q3RDVFRTc4MUJFNDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkM1OTA0RkQzMTZCQjVDRDg2Q0UyOThFQUZBQ0UzQ0U2PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+Qzc3MEY0MTAxQ0NFQkVGODlBRTREMjQzOTI1NjAyNzU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5DNzkwRDk1NkM1MjJFMkEwODNGNEUxQkJFOTc1RTExOTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkM5MTlDM0NENjFFNEQ1Nzk5QThCRTcwMUY3Q0YwQTJCPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+Q0E3RUJFMTkwMzI1MEMyOTcyRjNBQUMzRkJEQzZCQjI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5DQzY2MjgxQTZBRkFCNUZBRjc0NEQ0RUM5Qjk2RjUwRTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkNFRTc2REZGRDQzMkEyREVFRjFCQTYxNTU2RjcyQ0FBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+RDBDNDY5MTlFMDg3MTY5REI2OTEwRTI2MkIwOTEyRTM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5EODk3NzI5MTQ2NTk4MEUzMDA4ODE1NzA0OEI4MzVDQTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkRCMzNFMDZCNkEzRjhFRUIwQzU0RTIyMDMzRDk2MjUxPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+RENDOUVFNzk2RjFCOEU3QkYxQjQ1NEE5RkVDM0I2OEE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5EQ0UxRTU1NTVGQkQ1QzQ2NDcyQjcwOEUxNTMyREFBMDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkREM0E4RTdFQzlDQ0E1RUUzNkIzMDBDRjBGMzQzOTYwPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+RERFNjY3MjkxQjg1RTNEMDhFMDYwMDY4MDQ3MTNEQUM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5EREZBODY1NkZFMDRFNTJEM0FDNDJCQjhGMDA2QTUxMDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkRGNjhBQkZDMjQzMTA1NTY1MzlFRkNCODUzRUJGNjg0PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+RTBDRDg2NDhCODI1MzE1OEY0MTdCQjdGRTk3RDI1MjM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5FMjY0RTEzRENEOUE5MzdEM0Q4NkMzMEZGN0FEREI2QTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkU2RDUyNUU3MEZGNkU0MTI3NDNEQjQ0RjEyMTkzQUUxPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+RTdCRUU5RjVFQjNBRUIwQ0E3QkYwNzc1OEI0OTY0NEY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5FODNFN0NEOTMyMDFDQTlDNURBMENFN0QwQjYyNDdFMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkVDMTgyQTk2N0FEODI2NTA4MzlFMDU4MDQwRDcwMTNGPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+RUZFMUQ5QkQ3NTZDQ0JGODE1ODRGMDVGMEIzNDcwQzA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5GMTU5RjU5NEM0MjQ4OUQ0NDMxRkFGRDBBQkUzNERCOTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkY0NjNBNjExM0RENDBBRUJEMzVGQTQwQzJBRERBQ0Y5PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+RjQ2N0EyQjEyQzAzMkZEODk1OEEwQTg3QTA5NTkxQUM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5GNjNEOTY1NjM2OTQ5MEIxOUY5NDQ5MEZBOTZDRURFODwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkY3MUUzODU1N0NFNTU5OTc3RDdDREY3MDhDNzFGMTY0PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+Rjg1QTkwREEyQjkyNDAyRjExNzM1NkY2RDI4OEExQ0I8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5GOTAzOEM0OTJDREUyNUYzRjk4MEM0RDNEMzc1QzlGOTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkZCMjJDQzQzMTExNjM4RUQ0QzYzQTkzMEQyOTc0MEU1PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+RkI5RUIwQkQxNkU4NUU1NDZDMDU1MkM2NjQ2Njk0REE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MGI4YjhlYzItNmZhOC0xMTc3LTg2ZGEtODI2YWEwZDUwYmE4PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjFiNzM3MWY2LTY5YWItMTE3YS04YTU1LTg5M2E4NDBkODFhNTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDozMmMzYzk4ZS05MzAwLTExNzgtODZmZi05NjcxOGFmOGVjMTg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NGU0NWMxNmEtMjU5MC0xMWRlLWFjNDgtOWYxNTk5NDFmMDkyPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjU4OWEyYmFkLTA1MGEtMTE3OS1hYjRhLWI4YzZmZDNlODg2NzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1OGZlZWY5Ny1kZDliLTExZDgtOTc1NS1mM2NmZWRhZjA3YWI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NjkyMmU3NjQtNGNjNS0xMTc5LWE2MTEtZGE1YzAxZDRhYWIyPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZjNjAxZTMwLTFlN2EtMTFlNS1iOTIyLWM2NzBiZjE0OTg1ZDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3NzYwNmRkNy1hYmI3LTExNzgtODU2Ny1mMzE4MGNhZmYwMjA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6OTFmZmEwYzQtZmIwZS0xMTc5LWI2M2QtZmQxZDhkMjUyMzQ2PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjliMGMxMWU3LWI2NmItMTFlNC1iMTBjLWFkYWU1YzYzNzQ1MzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDphZjRjNjJjZi02ZjcwLTExZDgtYWY5Ni1kYzc5YzNiNzZiZDY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YWY3MzJkZTItMWQyNy0xMTdiLTg0YTAtYjdkM2VlZjZkNDdhPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmIyMjFiZDg2LWE0NTYtMTE3OC04MmM0LWM4YzkzOTBkMjVlNTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYTYyNjYzOC01ODlhLTExZTYtOTNjMC1jZjAzM2NhNzA2YzM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6Y2NiYmJlNDQtOTJlZC0xMTdiLTkyYzMtOGI1MTIwN2ExNjE4PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmNlZmU0OGU1LTc4NTYtMTE3Yi1iNDQ0LWEwYjA4NTJmNThkZjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMGI5MDFkMC02NWQ3LTExZGMtODk3ZS04MWMxYTQzM2VlOTg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWNiMzc5MWYtNzdhOS0xMTdiLTljNGMtY2RlOWY3YjY4ODJkPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmYyNGU3YTZiLWE5MzUtMTE3Yi1hNzY3LTkxYjIxMTY3NTVjNzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmZGIwY2M5Yi1mZWY0LTExNzctOWQ2Ni1mM2YwNTU2ZTE2OWU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT51dWlkOjA5OEE3N0I5NTY5RkRGMTE5RDkyQzhBMzI2OEY0NzQ2PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+dXVpZDoxQjE4MDI5OUJFNTJFNDExQjYzRkJEMzNEMkMyNDUyMjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnV1aWQ6MUYxQjMzQTBDRkY4RTIxMUJGMkI5NEE4NzQ5Q0Q5Q0E8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT51dWlkOjIxOEZEOTg5RDBGOEUyMTFCRjJCOTRBODc0OUNEOUNBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+dXVpZDoyRjREOTFCM0U4RUNFNDExQUU3MUYxNTlBOTk0MUE4RTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnV1aWQ6NDM3M0JFMzRBMjQ5RTIxMTk4M0RFRjEyMzYxRjJERUY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT51dWlkOjVDMUU1NDE2RDBGOEUyMTFCRjJCOTRBODc0OUNEOUNBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+dXVpZDo2NzZERUFCM0NGRjhFMjExQkYyQjk0QTg3NDlDRDlDQTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnV1aWQ6ODM5N0JFOTE4RjQ5RTIxMTk4M0RFRjEyMzYxRjJERUY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT51dWlkOkE4OEQ3RDgyQ0ZGOEUyMTFCRjJCOTRBODc0OUNEOUNBPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+dXVpZDpCMTVGMTVDNENGRjhFMjExQkYyQjk0QTg3NDlDRDlDQTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnV1aWQ6QjJCQkU3NDdBRDBCRTExMTg0MDZEOTNEODZGMThCRTA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT51dWlkOkM2MjNEMUFDNTE1RkUzMTE5MTE5OUQ3QUU5OTYyNkIxPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+dXVpZDpDOThEODgwNUQ1MUJFNTExQUIyNkNDMzA3NDkzRkI2RjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnV1aWQ6RDYwQzRDRDlDRUY4RTIxMUJGMkI5NEE4NzQ5Q0Q5Q0E8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT51dWlkOkVGQTI2QUY0RTBBN0UyMTE4NThDRENFOEQ3NzFGNDQyPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+dXVpZDpGOEI4QzhEODE4RTNFNjExOEI2MkJDMUZFNzZBNENDMTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMTgwODNEQ0RGQkFGQTUzNEI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQjg2NzRENDM2NTc5PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDowRkM0MUM2QTA4QUUxMUU2QUZCMUQ1MkNFRTA4QjgzNDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6MTk0YjAzMjctYWY0ZC00MmIyLTkwOWMtYmZhMmYwYTYxNDFkPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDoxQjlFM0JCMDdBMUMxMUU3QUQ0NUNEQTU2OTkwODUwRTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6MjY4N0JDOTE4OUZDMTFFNjg4QkJBQjlDQ0M2Mjk5NzU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjI4ZDRmOWEzLTIzY2EtMTM0My04NDcxLTIyNzAyMjI2MDU2MDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6MkJGQjRBNzQ1NDkzMTFFNTgzMDU4MjJCNjM5ODUyNjc8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjJFOThBNDEzRTlGNTExRTVCQjY0ODU2QUNBNjM0MDc3PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDozMDQxODVBN0FBRjMxMUU2QkQ5RUI0QTZDNUY3QjdDMTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6MzFFQzVEM0U3QkRCMTFFNTlERDNGMzY5ODE1REY2MDQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjNBQkRBNEZENjJBNjExRTZBNjVCOUMzRENDMzY5RDBFPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo0MDJjMTllZC0zN2RkLTRlY2YtYTkwMC04MGJmNzNhYTkzYzQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjQ1NzYzQzk5QUFGMzExRTY4NTUzODhFRjI5RTQzMEFEPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo0NzQwNkM3QUJCMjQxMUU2QjcxQTk2QTQ5RjU1MEU3RjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NTI1QTkwNzAxNDdCMTFFODkzN0ZGQTg3MDdEODQ3QzQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjU0MUI3NTc4MDMxMTExRTdCQ0FDRTE2RDc3RjJDNjE5PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo1ODhENEE4MDA5MjM2ODExODA4M0QzQzk3ODNFMUZFRDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NjNhYjQzYmUtNDdhYi00NjE5LTg1Y2MtYWE1NTE2MzIxZmFlPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo2NjBFQzAzNzg4QjkxMUU3OUI4OUUzMTU1MTI1M0NENTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NjdFNDhCNUVCNjJGMTFFN0I4QkNDMUFCMjVGNUUwOUQ8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjY4OTI3Mjc4QUIwMDExRTY4QUY0OTc3MDM0OTVDQUYzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo3MDcxOEMwMTIwMjA2ODExODA4M0Q5MTIyRTg3NTEwQjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NzA4Q0REMENEMEU3MTFFNEFFOEVCNTQ4RjE1M0E2MzM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjcxRUUwNzdDRkZEODExRTVCNjMyRjcxMkVDQTdDNzY4PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo3NDVFOEJEMDFDRDgxMUU3QkEyQkY3RjdBNjAxOTNGMjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6N0Q2MzVBN0U2Mjg3MTFFNjhENjZFOTNCNjU5RDY3MUM8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjdFMTQ1MjYzNzFCNTExRTc5RTU5RURDQzNDNTM2OTQzPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo3RTc1MzU4REFCMTBFMzExQjQ5NkUyNTdEQ0I0ODJBMjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6N2Y1ZjI2OTEtOTVkMi00NjA1LWI2MGUtN2QzNzM1MDA0ZWJmPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo4MUY4QTRDNkJFOTYxMUU0QUM3RURGQzg2NUUwQjU5MzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6ODZCREI5RUE3RTI5MTFFNjhCODFEQzlBMkEwQzAzN0Y8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjhENjdFRDNDNjVDODExRTVBMkYyQ0YyMzE1NzhEOUVEPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo4RTU5NUE5OTYyODcxMUU2QjUzMEU0ODY5NDdCODQzMjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6OTExZjZhNmMtMGU2Mi01NjRhLWI4ZjQtM2ZjMzNiMDhiNmM2PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDo5MTQ0QzM1MjBFNkExMUU0ODJCM0ZEMTk2NEIxQkUyMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6OTc2MkM4RDU5MUVCMTFFNDkxQzQ5RDNCNjJGQUVEQTI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOjlkNWI0NGJkLTgzYWEtNDNiZi04MmNhLWYzMzY2OTMwMGMxMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6QTNFMjMwRTMwNTlBMTFFODlDQThGRjlBOENDMkFFOTc8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOkE0MkE2M0JCMDcyNDExRTdBQ0UwQjRDNTY3M0U4Q0ZEPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpBNTJGRjJDOTE5RDgxMUU3ODBDNkNBQTAxODkwMjQ0MjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6QTUzOUJDNEQ5MDc3MTFFNkJCRUU5RDQwNzc2REM3NDU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOkFCOThCQzk0QjdGQzExRTdBMUQzQkEyMjE3ODg1NEE0PC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpBQ0RCMDA3QTA3MjA2ODExODA4M0RDREZCQUZBNTM0QjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6QkU5MUIxNjU3MkI2MTFFNUE1NzJFNDk4RkZENTQ5QkU8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOkMwQkIxMjA2MEY4MkU2MTE5MzE1Qjk4OUFCNDQyQTJCPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpDQzJCOTUwODYyODcxMUU2OUM4N0ZDNDA1Nzg5OEVCNDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6RDRFMTFCMTE4NkVFRTQxMUJGM0Q5QzA5NThFNjI4ODg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOkRDNEMxOURERDI2RjExRTY4QzUyQzBCODc1Q0NGODFEPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpFMjE4Q0YxQzhCQ0IxMUU2OUFGREREQTVCN0I0M0UwMDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6RTkyRTdGQ0M1Njc2MTFFNkFDQ0JEOEY1NEY2ODVFMzE8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOkVBMjY2OEY1RjM1RjExRTZBNzcwQTE0NUM4MEEyN0JDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpFRkVFQTk0MjZBMDIxMUU2ODUzMUJDMDYzOEM4NDREMzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6RjBGRDI1NTYwOEFEMTFFNkExRjBGMTVBREIxNTA3M0I8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOkY5NURCNjZENjVCQjExRTVBMkYyQ0YyMzE1NzhEOUVEPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpGOTVEQjY3MTY1QkIxMUU1QTJGMkNGMjMxNTc4RDlFRDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6RjlDMDM2RTgxQ0Q3MTFFNzlGQjg4QTcwRTVCMjdFQkY8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOkZGNTZFRThEREUwMjExRTZCNzUyQjMyOTRDQkRFNzZDPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDpiNDBmMjk0My00M2U0LTViNDgtYmM0Ni1mMDM0OTM5MGRmOGI8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT54bXAuZGlkOmRkMzRiNThjLWMyOGEtZDU0NC04ZDRlLTk0MTY5YzY0MjYwMjwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6ZTBlZDZkYzUtMjJmMi00OGRmLWJhYzUtY2QyNGFkZjc1MjE1PC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkJhZz4KICAgICAgICAgPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjk2MDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+OTYwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjYxPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjIzPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4zPpYjAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAOPSURBVHja5Nh5iJVlFMfxz0yDIWal6VhC2WKE4NB2jVaX+aOyrhktYHADI/zHsKL6o9QgiLLAFsFCWij0ZiIuyVzBQirNyvRiZJaUUBlp0QbuSzbTP78LgyR5U0udAw+89/K+z/t+z3nO75znaZjVtnoUOlBxDFqpWKj7mUb0x3No0EWsEb9jIMZ3Jeg2TMMUPNgVoJuwG/cn4lOxDS8d75Gu2bNYhhdwM7p3BejtmICfMReL0Xy8Q8PnuBN7MALzMOR4h4Z38Xiur8ECPILBxwpUuVI9r1yp9q0HGqZjYa77Y1ycceMxANwd72NFuVIdWg/0TpRwD/YF+CO8nM5tLE49SrlvTUX6HovKlWrxYKFr4C+mht+NHngMX+G1KP34/H802UX4BbfhHbSVK9UZ5Uq1/8FA12wyHsYgTMIXuV6LJ7Ey5W4sTj8KoM/B9lKxsCXfNBw3YG65Um05WOi9eBrXpz9/FSMz4dWYg0swA+tS51vR83+CbsDGbEZ2lYqFZYl6M94qV6oXNNYx2ToMSw2fis/QgifizZa0sq14Hivy8mm47EinQblS7VauVIehdwLReSe2CpdGn15pqnPubxPh+WldZyev78IGPJNxAm7C6KyKe5MOy9GOzViP99L2HipwK8ZgdalYGH6A2wbHIY82zGpb/W/f1RMT8VC6uFVR+fmBqlkzLsa5ub4uv3fhR3wZ4Tklz3+c+XalSeqGXknF9szZI4I1Amfja8wrFQsfHMApzWm8lmPMoUDX7PJATE5N/y7CthA/HOCZfjgr3d7eCOBVGJDRlJWwJs4alg1RB07L6lgXdZ5ZKha+CVxv3IKfsLhULHTk/zdwJS4sFQtbDwd0zc5MC3tfIroBv+ETvJ7l3f4Pc/TFGXHKidgaYdqXAX9kn7AJOxLp1tTnAVnC23BHqVhYU65UJ0Z3RpaKhSVwOKFr1ieHEi1pcIYGdimWYEuW7vo4Zkcdcw9J5AcFcFQivzPN05wI7VI8kDR4GxNLxcKUzvvpw22/ZqzErJS10Tgft+OK3FfrmjZF5Xfnnr3J8R6J8pbk+8CIUSP+DOiiAK4tFQufdmpD+0VAx+FNPLX/IcKRtN35qKWdamg/XJs8HZhIbQ9M3yzPXoHenNK4JwI3O2K3Kc7Y8TcHgw3hmpSeYUItt/8r6P2tIyIzMwNOTu7KwUWf9PUnBXpjne9ox4fpE6bvDwx/DQCyBg9nfKeWDgAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 85px;
	margin-left: 20px;
  }
  @media (max-width: 768px) {
	.delaware-icon-box-6:after {
	  transform: scaleX(-1) rotate(90deg);
	  margin-top: 70%;
	}
  }
  .circle-last:after {
	display: none;
  }
  .delaware-icon-box-7 {
	box-shadow: none;
	border: 2px solid #f7faff;
	padding: 23px 30px 30px;
  }
  .delaware-icon-box-7 .emtry-header {
	float: left;
	height: 290px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .delaware-icon-box-7 .emtry-header .icon-content .svg-icon {
	font-size: 130px;
	color: #a8b7ce;
  }
  .delaware-icon-box-7 .icon-content {
	padding: 69px 0 17px;
  }
  .delaware-icon-box-7 .emtry-content {
	position: static;
	float: left;
	width: 100%;
  }
  .delaware-icon-box-7 .emtry-content .emtry-title {
	position: absolute;
	top: 40px;
	left: 30px;
	font-weight: 600;
  }
  .delaware-icon-box-7 .emtry-content .readmore {
	margin-bottom: 0;
  }
  .delaware-icon-box-7 .emtry-content .readmore .svg-icon {
	margin-left: 10px;
  }
  .delaware-icon-box-7 .emtry-content .readmore:hover {
	color: #f39000;
  }
  .delaware-icon-box-7 .emtry-content .descreption {
	margin-bottom: 16px;
  }
  .delaware-icon-box-7 .emtry-content .descreption p {
	margin-bottom: 0;
  }
  .delaware_portfolio_info ul,
  .dl-portfolio-meta ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
  }
  .delaware_portfolio_info ul li,
  .dl-portfolio-meta ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
  }
  .delaware_portfolio_info ul li p,
  .dl-portfolio-meta ul li p {
	color: #222;
	font-family: 'Poppins', sans-serif;
	float: left;
	margin: 0;
  }
  .delaware_portfolio_info ul li span,
  .dl-portfolio-meta ul li span {
	float: left;
	color: #9b9ea8;
	padding-left: 10px;
  }
  .delaware_portfolio_info ul li a,
  .dl-portfolio-meta ul li a {
	float: left;
	color: #9b9ea8;
	padding-left: 10px;
  }
  .delaware_portfolio_info ul .rating span,
  .dl-portfolio-meta ul .rating span {
	margin-top: 3px;
  }
  .delaware_portfolio_info ul .rating span i,
  .dl-portfolio-meta ul .rating span i {
	float: left;
	color: #f39000;
	margin-left: 3px;
  }
  .dl-portfolio-meta {
	padding-left: 20px;
  }
  .no-box-shadow {
	box-shadow: none;
  }
  .delaware-counter {
	padding: 0;
  }
  .delaware-counter .counter-value {
	padding: 0;
	font-weight: 300;
  }
  .delaware-counter .counter-value .counter-number,
  .delaware-counter .counter-value .unit {
	font-size: 80px;
	line-height: 1;
  }
  .delaware-counter .counter-value .counter-number {
	min-width: 120px;
  }
  .delaware-counter .counter-value .after {
	font-size: 36px;
	color: #f39000;
  }
  .delaware-counter .counter-content {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
  }
  .delaware-counter.text-dark .counter-content {
	color: #9b9ea8;
  }
  .delaware-counter.style-2 .counter-content {
	font-size: 16px;
  }
  .delaware-counter.style-2 .counter-number,
  .delaware-counter.style-2 .unit {
	font-size: 60px;
  }
  .delaware-video-banner {
	position: relative;
  }
  .delaware-video-banner .mf-video-content {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
  }
  .delaware-video-banner .mf-video-content .video-play {
	float: left;
	font-size: 80px;
	color: #1997D2;
	width: 80px;
	height: 80px;
	transition: 0.7s;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAwNDA0QUU4ODRBQjExRTg4Njg4OUI1RjJERTc0NTY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAwNDA0QUU5ODRBQjExRTg4Njg4OUI1RjJERTc0NTY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDA0MDRBRTY4NEFCMTFFODg2ODg5QjVGMkRFNzQ1NjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDA0MDRBRTc4NEFCMTFFODg2ODg5QjVGMkRFNzQ1NjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Ab/aSAAAJVUlEQVR42uyde3DMVxTHjw2SsEmQIEg1IRTxSihDMWMibc1Qr5qOwVQfVBv6h9GHDjVKURUaFG2NSepR1CPKjKrqI1PSxjuoUUGqghCPSCSWJb3HnuXXX87d7Ca7+7u7ema+w2w2uff32XvPOff+7u9sjfpRw8FACxVqIRRFaiYUTq8HCgUJWYXKhG4J3Ra6IZQvdJ50RuimURdQ08vtIZROQh1J0UI1nOhjCMlunTX/LxfKE8ohHRGy+BNABBQvlCjUjUaVu/9+DGkQjdJsod1ChwiwTwJEUM8JvSDUyIujHNvtQ7os9J3QTgLr/tHhAR9YW2iA0DDyZSoY+sjNQtuE7qgMED/1MUINXfgd9G31hOoKmenfWjQ77DPESrpLwaSE/sWAUuxCW1eE0oQyVQOIU/QtoS5OvBfhRBLkcAos1TEMGFcJToGTI+yg0Oc0xQ0H2FdovFCdShw9Amsu1NiJyFtVKyeI5wioowBSKrRc6OfqNBgQHBpXHV+XLDSKRpUMHOZ3CRQlzR6EZ2/PTPlkU6F7DqY49rkHzZ5D9F6vAQwTmiHU3cF7GlLa0pxge9tqk6toRv6yVPK+FpSbZlclf6wKQJyCc2hEydII7FAbg8BxIKMoWF2nYKS3CBqN2QTbYwCfIHiyvK4JjcowUM9CqP+lFMW5n/cSOuDK0tAVgAhnFkVOvZmE8A+1w78J6loA+UYclYVMkAmmAZAtgVxlgDiiZtP05aZINwLsK1aPpm0BEzwwm+hKuWKlPtHk5HJvmgQQ+rueQg3A96w+9T1IMtumOcguXAKICfJTDuCZwXfN7AAiXvOb1QWISXKSZNr2qCR59hWrQ9fCZQxJxKBKABvRCoP7nW60ZvUXq0vXxPEY72g3yRHAZMkIa0dO2N+sHl0bN0KTXQXYh5ZfnHONBv+1aEmwTCAmTgEMpC0p2QrD360T5YN6G8PtHHEABwC/nxcH3r+HYoThNXaQrO0HVAYQR9lQyS83gcfHGtFGhN6G6VMeExO2Q5ktojh39Wz6lJGw4espEN+ppeoQ20DFrbcQfVpn0oEaJAkcbkuWe3ZvC/36xsO6tPdhzKgkCA4OVBWgmdbNehusBasFGC9Z67ZyZ68sd+7afEJEGCyYMxZS570BrWObqQoxVjK9EziAiZI3h3iyhy8O7gWrvpoMLw3royLAEEkSnagHGEiZuN6ivNHLVmIE4mhMmT0WwhuEqAaRY/C0PZiYNNM3iAnnkd7qJfrCV0Ynwfr0KdDnmfYqAYxk0jdk1VkLsIskeJi83duEzrGwasU7MGniEAgNUWKvwiRJ4bpoAXZk3tDYMMdjDoap746AZakToGP7GBUgciw62gGGMeEaw3S40b3un9QVVovR+PLIfmAy1TCyKxFMTojMwkySUI2evJYKH31Uswj4dNZrsOyzCdAyxrDFUE1JNhKLAGMkWzvqLE5rBsDwIb1hvVjBDOzf3ahucExiTJJsW7lcAq1FdCR8ufhtmDltNDSo7/Uucg02NUkcpLK7zYGBtSB53EARqSdD14RW3myaY9IYAXJ31IJAcevRrS2sXfneA5hmc7A3muSYNDBJhmYg+IBFhIc+mM5fLJoIHeKiPT74uWmNALm7UQHgQ4bpDibfo0ckejLd4ZgEIsBgSdj2KWse1VCspV+HSROGejKVqTCtEaAV/rdqUS1j/KDV10bhufNXIGXRZliz/idPNcENtNsygPd8CeCOXfthbsoGOHo8z5PNcCdYLQiJO7lp8YVIXHj1JqQu3Qrpa3+EkpIyTzfHndQqRoDcYUJ8KCVUZXhZ2Sdg+serYf/BU95qkntQ5zoCLGB+cEtVcBbLXViR/j0sXJIB164Xe7NpjsklBHiBG5oqwjuTdwlmzF4D23b8YUTzHJMLCPAs84MbKoGzWu/Blm17Yd7CjXD67EWjusExyUOAuRLaSqQy5/MLIWXxZlj1zW64f7/csM9QMgJPIaAiIfxYtbuV2FM8hB1pJDxMTz5Z8C3kHDtreMCHigfS0fUV2UfYEah446TAKIDFIiVJXZoBK9J2ws3iUhW8CBdoc7TrO3w24nndG3BU4iklr96ZO3g4Fz6auxYy9xxTxQXfJxZ6O6AFeJjynCDdvL8E/I61262szALrNmbC7Pnr4Oo1pZKAS8wy7jYxewgQX9gn1Fvvw70B8FRuPixYsgXWb8oEBe0889o+e2KtjbK7GYCXKfp47AbExozfYH7qJvgrN19FeMXAP1O8W7sb89D90Jv1h2kwzYl3V49q1bQ1eaWwCOakbHgw6nD6KmpcineZWFUAiGE6Q2gcE67x7o1bzghikMAjbriiOJRzWuXldolklbZVm9Lon1jHILKSmbJ4xLc7PF62nwKIfkq/qt1YMDHRZRPzx65IQrm/2mUGHhCb/+zKcDnedgKmt+PweGz/4zUelQyi7foXOYDo0dOY15H8sccAIMLjdmfTgdlUla0yMrWRRpcTnfNjeHhtXD6FRSl+5X7B0TIN66pwC9FjoNh2l5vshmSGlRILcBUgOtLlkrWhy8UZFLdbdE33mZ8tl2wmVAoQDYvS7GJex+pAWSAvJeJLVkrXwlU82gWVFOZxZqdlmdBJSVDJAieLMyicLGcBf8PopGQGugwQn4yZKckDMVrtBVs9Fl+z69R3LuJepGuutA6Xs1U7LJSZY30B/dH5exS58EiwrzyInUeRlctrsZDZVLDtQoO7ANqH+wFa0ukhlmt2bnDZp+rpLiuBOwN8YTKE9qEklak2QDS8Cb8HbM9IhDlYgAeDeseEL9Iskrmbf4Q+kCzh3AbQHrUw0W4H/IPZVuosdhRrsxhdP+sWjbpcB0vRE2CrE+NyflvV6m3oXH8B27nh1g5A/01O2mwAyBICk1NJzorr2xRJMPEYQHtCfYAccoIDQDcJZBH5RoTu6QKMCO5PatPRyERwGZIE2ilzx41zzKNwZzQZ+Eof2gsrgEd1/fDpH3eWAC0k/+VzJUC15q4itLXpww0g+PYCtFZ4VL5OiSK07j66gR37XWgg2IpXOHNErhg8f5gJ3cgWsNWUVroMstYwlXkWvF+IW78hgtB+qGqQMBLgwzbAs6XguTW6X5SC1waQgyT7lxHYv5DgSTdE5HKK8vYvIvC7LyPQR8xsEtBqBqvoYtkO2ddh2EeVhXzZVXj0dRj5tCwrMipL/1eAAQAgb01UvPjFSgAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-size: cover;
  }
  .delaware-video-banner .mf-video-content .video-play:hover {
	transform: scale(1.1);
  }
  .delaware-video-banner .content-video {
	position: absolute;
	float: left;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px 20px;
  }
  .delaware-video-banner .content-video .telephone {
	height: 55px;
	width: 240px;
	border: 0;
	box-shadow: none;
	font-size: 15px;
	padding: 0;
	text-align: center;
	line-height: 55px;
	border-radius: 0;
	font-weight: 500;
  }
  .delaware-video-banner .content-video .telephone span {
	color: #368ef9;
	line-height: 55px;
	margin-right: 10px;
  }
  .delaware-about .title {
	position: relative;
	text-transform: none;
  }
  .delaware-about .title:after {
	width: 85px;
	float: left;
	height: 2px;
	background-color: #f39000;
	bottom: -5px;
	position: absolute;
	left: 0;
  }
  .delaware-about .delaware-button,
  .delaware-about .about-image {
	float: left;
  }
  .delaware-about p {
	margin-bottom: 0;
  }
  @media (max-width: 768px) {
	.delaware-about-type-1 {
	  margin: 20px 0;
	}
  }
  .delaware-about-type-1 .delaware-button {
	margin-top: 35px;
	max-width: 50%;
	min-width: 200px;
	padding-left: 0;
	padding-right: 0;
  }
  .delaware-about-type-1 .delaware-button a.bt-1 {
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
	border-radius: 30px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	min-width: 170px;
	float: left;
	text-transform: uppercase;
  }
  .delaware-about-type-1 .delaware-button a.bt-1:hover {
	color: #222;
	border-color: #e1e8f4;
	background-color: #f7faff;
  }
  .delaware-about-type-1 .delaware-button a.bt-2 {
	color: #fff;
	background: none;
	border: 2px solid #fff;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	min-width: 170px;
	float: left;
	text-transform: uppercase;
  }
  .delaware-about-type-1 .delaware-button a.bt-2:hover {
	color: #fff;
	border-color: #fff;
	background: none;
  }
  .delaware-about-type-1 .about-image {
	margin-top: 35px;
	max-width: 50%;
	min-width: 200px;
  }
  @media (max-width: 768px) {
	.delaware-about-type-1 .about-image {
	  min-width: auto;
	}
  }
  .delaware-about-type-1 .desc {
	font-size: 18px;
  }
  .delaware-about-type-2 {
	display: flex;
  }
  @media (max-width: 768px) {
	.delaware-about-type-2 {
	  margin: 20px 0;
	}
  }
  .delaware-about-type-2 .col-left {
	float: left;
	width: 59.8%;
	position: relative;
	overflow: hidden;
  }
  @media (max-width: 768px) {
	.delaware-about-type-2 .col-left {
	  width: 100%;
	}
  }
  .delaware-about-type-2 .col-left .about-image {
	position: relative;
  }
  .delaware-about-type-2 .col-left .delaware-button {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
  }
  .delaware-about-type-2 .col-left .delaware-button .btn {
	font-size: 15px;
	color: #FFF;
	float: left;
	width: 100%;
	border: none;
	padding: 16px;
	background-color: #f39000;
	border-radius: 0;
	overflow: hidden;
  }
  .delaware-about-type-2 .col-left .delaware-button .btn:before {
	content: '';
	position: absolute;
	left: -100%;
	float: left;
	width: 100%;
	height: 100%;
	top: 0;
	transition: 0.7s;
	background-color: #123b6d;
	z-index: 9;
  }
  .delaware-about-type-2 .col-left .delaware-button .btn .svg-icon {
	float: left;
	font-size: 30px;
	width: auto;
	color: #fff;
	z-index: 99;
	position: relative;
  }
  .delaware-about-type-2 .col-left .delaware-button .btn p {
	float: left;
	width: auto;
	margin-left: 10px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	z-index: 99;
	position: relative;
  }
  .delaware-about-type-2 .col-left .delaware-button .btn:hover:before {
	left: 0;
  }
  .delaware-about-type-2 .col-right {
	float: left;
	width: 40.2%;
	padding: 36px 21px 30px 30px;
	background-color: rgba(247, 250, 255, 0.6);
	box-shadow: 4px 5px 10px -3px rgba(1, 1, 1, 0.1);
  }
  @media (max-width: 768px) {
	.delaware-about-type-2 .col-right {
	  width: 100%;
	}
  }
  .delaware-about-type-2 .col-right .text-left {
	margin-top: 10px;
  }
  .delaware-about-type-2 .col-right .line {
	float: left;
	width: 100%;
	height: 1px;
	background-color: #edf3fc;
	margin: 22px 0 28px;
  }
  .delaware-about-type-2 .col-right p {
	margin-bottom: 0;
  }
  .delaware-about-type-2 .col-right h1,
  .delaware-about-type-2 .col-right h2,
  .delaware-about-type-2 .col-right h3,
  .delaware-about-type-2 .col-right h4,
  .delaware-about-type-2 .col-right h5 {
	margin: 0;
  }
  .delaware-progressbar {
	padding: 0;
  }
  .delaware-progressbar .progress-number {
	float: left;
	color: #222;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
  }
  .delaware-progressbar .progress-bar {
	float: left;
	width: 100%;
	background-color: #e1e8f4;
	height: 5px;
	position: relative;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 10px;
	transition-duration: 3s;
	overflow: hidden;
  }
  .delaware-progressbar .progress-bar .line-progress {
	float: left;
	position: absolute;
	height: 5px;
	left: 0;
	background-image: linear-gradient(135deg, #2785f9 25%, #77b2fb 5%, #77b2fb 30%, #2785f9 50%, #2785f9 75%, #77b2fb 45%, #77b2fb);
	background-size: 10px 10px;
  }
  .delaware-progressbar .progress-bar .animate_progress {
	animation: animate-stripes;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
  }
  .delaware-progressbar .content {
	float: left;
	width: 100%;
  }
  .delaware-progressbar .content h4 {
	margin-bottom: 15px;
  }
  .delaware-tabs {
	padding-top: 35px;
	padding-bottom: 35px;
  }
  .contact-box .emtry-header {
	padding-right: 5px;
  }
  .contact-box .emtry-content {
	max-width: 150px;
	padding: 0;
  }
  .contact-box .emtry-content .emtry-title {
	font-size: 16px;
	margin: 0;
  }
  .contact-box .emtry-content .descreption p {
	margin-bottom: 0;
  }
  .no-padding-inner .vc_column-inner {
	padding: 0 !important;
  }
  .no-padding-inner-left .vc_column-inner {
	padding-left: 0 !important;
  }
  .no-padding-inner-right .vc_column-inner {
	padding-right: 0 !important;
  }
  .delaware-button {
	font-family: 'Poppins', sans-serif;
  }
  .delaware-button .btn {
	padding: 6px 40px;
	border-radius: 55px;
	min-width: 170px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
  }
  .delaware-contact .dellaware-icon-box .emtry-header {
	padding-right: 5px;
  }
  .delaware-contact .dellaware-icon-box .emtry-content {
	max-width: 140px;
  }
  .delaware-contact .dellaware-icon-box .emtry-content .emtry-title .title {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
  }
  @media (max-width: 768px) {
	.delaware-contact .dellaware-icon-box .emtry-content .emtry-title .title {
	  font-size: 14px;
	}
  }
  @media (max-width: 768px) {
	.delaware-contact .dellaware-icon-box .emtry-content {
	  max-width: 135px;
	}
  }
  .dl-accordion.vc_tta-accordion {
	padding-left: 30px;
	padding-right: 30px;
	border: 2px solid #f7faff;
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel-heading {
	border-radius: 0 !important;
	border-width: 0 0 2px 0 !important;
	margin-bottom: 0 !important;
	border-color: #f7faff !important;
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel-title {
	font-weight: 500;
	font-size: 18px;
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel-title a {
	color: #222 !important;
	padding: 22px 50px 22px 0 !important;
	background-color: #fff !important;
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel-title a i {
	font-size: 12px !important;
	position: absolute;
	right: 15px;
	margin-left: 0;
	top: 20px;
	color: #9b9ea8;
	width: 22px;
	height: 22px;
	border: 1px solid #9b9ea8;
	border-radius: 50%;
	text-align: center;
	line-height: 20px !important;
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel-title a span {
	margin-left: 0 !important;
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel-title a:hover i {
	color: #f39000 !important;
	border-color: #f39000 !important;
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel-body {
	background-color: #fff !important;
	padding: 17px 0 !important;
	border: 0 !important;
	border-bottom: 2px solid #f7faff !important;
	margin-bottom: 1px;
	position: relative;
	overflow: visible !important;
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel-body:before {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #f39000;
	position: absolute;
	top: 0;
	left: -30px;
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title a i {
	color: #f39000 !important;
	border-color: #f39000 !important;
	transform: rotate(180deg);
  }
  .dl-accordion.vc_tta-accordion .vc_tta-panel:last-child .vc_tta-panel-heading,
  .dl-accordion.vc_tta-accordion .vc_tta-panel:last-child .vc_tta-panel-body {
	border: 0 !important;
  }
  .overview-attrs .title span {
	text-decoration-color: #f39000 !important;
  }
  .pswp .mf-wrapper {
	width: 100%;
	max-width: 1024px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1045;
  }
  .pswp .mf-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 100%;
  }
  .pswp .mf-video-wrapper iframe,
  .pswp .mf-video-wrapper .wp-video-shortcode {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  .vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0 !important;
  }
  .dl-latest-post .dl-latest-post-header {
	margin-bottom: 55px;
	text-align: center;
  }
  .dl-latest-post .dl-latest-post-header a {
	color: #f39000;
  }
  .dl-latest-post .dl-latest-post-header a:hover {
	color: #f39000;
  }
  .dl-latest-post .dl-latest-post-header .dl-icon-next {
	padding-left: 10px;
  }
  .dl-latest-post.shadow-style .blog-wrapper {
	border: 0;
	box-shadow: 0 2px 21px 0 rgba(1, 1, 1, 0.15);
  }
  .homepage-1-testimonial .desc {
	color: #222222;
  }
  .homepage-1-counter-title .title {
	text-align: center;
	text-transform: none;
  }
  .homepage-1-counter-title .title p {
	max-width: 860px;
	display: inline-block;
  }
  .member-box .member-image {
	position: relative;
	display: inline-block;
  }
  .member-box .member-image::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(2, 17, 90, 0.8);
	opacity: 0;
	transition: 0.5s;
  }
  .member-box .member-image::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: #525b88;
	background: linear-gradient(0deg, #525b88 0%, rgba(255, 255, 255, 0) 100%);
  }
  .member-box .member-image:hover::before,
  .member-box .member-image:hover .team-social {
	opacity: 1;
  }
  .member-box .member-image .team-social {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-left: 0;
	opacity: 0;
	transition: 0.5s;
  }
  .member-box .member-image .team-social li {
	display: inline-block;
	padding: 0 11px;
  }
  .member-box .member-image .team-social li a,
  .member-box .member-image .team-social li i {
	color: #fff;
  }
  .member-box .member-image .team-social li a:hover,
  .member-box .member-image .team-social li i:hover {
	color: #f39000;
  }
  .member-box .member-entry h2 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 5px;
  }
  .member-box .member-entry .member-content {
	margin-top: 15px;
  }
  .dl-contact-form-7 .wpcf7-form input,
  .dl-contact-form-7 .wpcf7-form select,
  .dl-contact-form-7 .wpcf7-form textarea {
	width: 100%;
	margin-bottom: 30px;
	border: 2px solid #eef3fb;
  }
  .dl-contact-form-7 .wpcf7-form .dl-form-1 input,
  .dl-contact-form-7 .wpcf7-form .dl-form-1 select {
	height: 58px;
	background-color: transparent;
  }
  .dl-contact-form-7 .wpcf7-form .dl-form-1 input[type="submit"],
  .dl-contact-form-7 .wpcf7-form .dl-form-1 select[type="submit"] {
	width: 170px;
  }
  .dl-contact-form-7 .wpcf7-form .dl-form-1 input[type="submit"] {
	width: 170px;
	background-color: #f39000;
	border: 0;
	height: 50px;
	color: #fff;
	border-radius: 50px;
  }
  .dl-contact-form-7 .wpcf7-form .dl-form-1 select {
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
  }
  .dl-contact-form-7 .wpcf7-form .dl-form-1 .select-arrow {
	position: relative;
  }
  .dl-contact-form-7 .wpcf7-form .dl-form-1 .select-arrow::before {
	content: '\f107';
	font-family: FontAweSome;
	font-size: 18px;
	position: absolute;
	color: #9b9ea8;
	z-index: 9;
	top: 15px;
	right: 20px;
  }
  .dl-contact-form-7 .wpcf7-form .dl-form-2 input {
	height: 60px;
  }
  .dl-contact-form-7 .wpcf7-form .dl-form-2 input[type="submit"] {
	width: 100%;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	background-color: #f39000;
  }
  .dl-contact-form-7 .wpcf7-form .dl-form-2 textarea {
	height: 150px;
	margin-bottom: 23px;
  }
  /*==================================
	  TIMELINE
  ==================================*/
  .timeline ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  .year-item:first-child .timeline-content .timeline-title {
	top: 0 !important;
  }
  .timeline-item {
	position: relative;
	margin-bottom: 0;
  }
  .timeline-item::after {
	content: '';
	display: table;
	clear: both;
  }
  .timeline-item:hover .timeline-marker::before {
	background-color: #f39000;
  }
  .timeline-item .timeline-content {
	width: 50%;
	float: left;
	padding-right: 115px;
	position: relative;
  }
  .timeline-item .timeline-content::before {
	position: absolute;
	top: 7px;
	right: 15px;
	content: '';
	width: 70px;
	height: 2px;
	background: #e1e8f4;
	background: linear-gradient(to right, #fff, #e1e8f4);
  }
  .timeline-item .timeline-content > div {
	border: 2px solid #f7faff;
	padding: 35px 40px;
	padding-bottom: 5px;
	margin-top: -50px;
  }
  .timeline-item .timeline-content > div:hover {
	background-color: #f7faff;
  }
  .timeline-item .timeline-content span {
	font-size: 14px;
	text-transform: uppercase;
	color: #f39000;
  }
  .timeline-item .timeline-content .timeline-title {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 20px;
  }
  .timeline-item:nth-child(odd) .timeline-content {
	float: right;
	padding-left: 115px;
	padding-right: 0;
  }
  .timeline-item:nth-child(odd) .timeline-content::before {
	left: 15px;
	background: linear-gradient(to left, #fff, #e1e8f4);
  }
  .timeline-item.period .timeline-content {
	width: 100%;
	text-align: center;
	height: 135px;
  }
  .timeline-item.period .timeline-content::before {
	display: none;
  }
  .timeline-item.period .timeline-content .timeline-title {
	display: inline-block;
	background-color: #fff;
	z-index: 222;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	border: 2px solid #e1e8f4;
	font-size: 18px;
	padding: 5px 34px;
	font-weight: 600;
  }
  .timeline-item.period .timeline-marker:before {
	display: none;
  }
  .timeline-item .timeline-marker {
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
	display: block;
	top: 0;
	bottom: 0;
	width: 15px;
  }
  .timeline-item .timeline-marker:before {
	background-color: #1997D2;
	border: 3px solid #fff;
	border-radius: 100%;
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 13px;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	box-shadow: 0 0 0 2px #e1e8f4;
	z-index: 99;
  }
  .timeline-item .timeline-marker:after {
	content: "";
	width: 2px;
	background-color: #e1e8f4;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
  }
  /* Office Locations */
  .office-box {
	background-color: #00ade9;
	padding: 40px;
	padding-top: 35px;
	padding-bottom: 12px;
  }
  .office-box ul {
	list-style: none;
	padding-left: 0;
  }
  .office-box ul li {
	margin-bottom: 20px;
  }
  .office-box ul li span {
	display: block;
	color: #fff;
  }
  .title-job-des {
	font-family: 'Poppins', sans-serif !important;
	margin-bottom: 22px;
	margin-top: 0;
  }
  .job-description {
	margin-bottom: 24px !important;
  }
  .job-box-detail {
	background-color: #00ade9;
	padding: 25px 30px 15px;
	margin-bottom: 45px;
  }
  .job-box-detail ul {
	overflow: hidden;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
  }
  .job-box-detail ul li {
	display: block;
	width: 50%;
	float: left;
	margin-bottom: 10px;
  }
  .job-box-detail ul li span {
	color: #f39000;
  }
  .job-box .job-wrapper {
	margin-bottom: 30px;
  }
  .job-box .job-date {
	color: #f39000;
	display: block;
	margin-bottom: 7px;
  }
  .job-box .job-box-item {
	border: 2px solid #f7faff;
	padding: 32px 30px;
	transition: 0.5s;
  }
  .job-box .job-box-item h5 {
	font-size: 18px;
	margin: 0 0 5px;
  }
  .job-box .job-box-item a {
	display: block;
	border-top: 2px solid #f7faff;
	padding-top: 15px;
	margin-top: 72px;
	transition: 0.5s;
  }
  .job-box .job-box-item a .svg-icon {
	margin-left: 5px;
  }
  .job-box .job-box-item:hover {
	box-shadow: 0 0 30px 4px #f7f7f7;
  }
  .job-box .job-box-item:hover a {
	color: #f39000;
  }
  .list-style-job ul {
	list-style: none;
	padding-left: 0;
  }
  .list-style-job ul li {
	margin-bottom: 14px;
	padding-left: 20px;
	position: relative;
  }
  .list-style-job ul li::before {
	content: '\f054';
	font-family: FontAweSome;
	position: absolute;
	top: 2px;
	left: 0;
	color: #f39000;
	font-size: 13px;
  }
  .delaware-link a {
	display: block;
  }
  .map-form .wpcf7-form-control-wrap {
	display: block;
  }
  .map-form input,
  .map-form textarea {
	border: 1px solid #eef3fb;
	width: 100%;
  }
  .map-form input {
	height: 60px;
	margin-bottom: 10px;
  }
  .map-form textarea {
	height: 130px;
	margin-bottom: 13px;
  }
  .map-form h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
  }
  .map-form strong {
	font-weight: 600;
	color: #222222;
	font-family: 'Poppins', sans-serif;
  }
  .map-form input[type="submit"] {
	background-color: #f39000;
	display: inline-block;
	width: 170px;
	color: #fff;
	height: 50px;
	border-radius: 50px;
  }
  .dl-map-shortcode {
	position: relative;
  }
  .dl-map-shortcode .dl-map-form {
	position: absolute;
	top: 50%;
	left: 55%;
	background-color: #fff;
	padding: 25px 60px;
	transform: translateY(-50%);
  }
  .delaware-portfolio-carousel .slick-dots {
	bottom: -75px;
  }
  .delaware-portfolio-carousel .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
  }
  .delaware-portfolio-carousel .slick-dots li button:before {
	border: 2px solid #e9e9e9;
	background-color: transparent !important;
	transition: 0.5s;
	width: 12px;
	height: 12px;
  }
  .delaware-portfolio-carousel .slick-dots li.slick-active button:before,
  .delaware-portfolio-carousel .slick-dots li:hover button:before {
	border-color: #1997D2;
  }
  .delaware-portfolio-carousel .col-sm-5-2 {
	float: left;
	width: 20%;
	padding: 0 15px;
  }
  @media (max-width: 768px) {
	.delaware-portfolio-carousel .col-sm-5-2 {
	  width: 50%;
	  padding: 10px 0 0 10px;
	}
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter {
	position: relative;
	float: left;
	width: 100%;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-thumbnail {
	float: left;
	width: 100%;
	overflow: hidden;
	display: block;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-thumbnail img {
	transition: 0.7s;
	width: 100%;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-thumbnail:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(17, 28, 85, 0), #1997D2);
	left: 0;
	top: 0;
	transition: 0.5s;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .entry-header {
	position: absolute;
	bottom: 0;
	padding: 20px 30px;
	float: left;
	width: 100%;
	transition: 0.5s;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .entry-header .emtry-title {
	margin-bottom: 5px;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .hover {
	position: absolute;
	bottom: 0;
	padding: 30px;
	float: left;
	width: 100%;
	transition: 0.5s;
	opacity: 0;
  }
  @media (max-width: 768px) {
	.delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .hover {
	  padding: 20px;
	}
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-category .category {
	color: #f39000;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-title {
	color: #f39000;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-title a {
	color: #f39000;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-category .category {
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin: 0;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-category .category:before {
	content: '';
	height: 1px;
	width: 30px;
	left: 0;
	background-color: #f39000;
	margin-right: 10px;
	float: left;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-title {
	float: left;
	width: 100%;
	color: #fff;
	margin-top: 6px;
	margin-bottom: 13px;
	position: relative;
	z-index: 99;
	transition: 0.5s;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-title a {
	color: #fff;
  }
  @media (max-width: 768px) {
	.delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-title {
	  margin-bottom: 0;
	}
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-content {
	color: #fff;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .emtry-content p {
	margin-bottom: 0;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .readmore {
	color: #fff;
	display: inline-block;
	margin-top: 17px;
	transition: 0.5s;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .readmore .svg-icon {
	padding-left: 8px;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .hover {
	opacity: 1;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .entry-header {
	opacity: 0;
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .emtry-thumbnail img {
	transform: scale(1.1);
  }
  .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .emtry-thumbnail:after {
	background: linear-gradient(#00ade9, #00ade9 );
  }
  .delaware-portfolio-carousel .slick-track .slick-arrow {
	display: none !important;
  }
  @-webkit-keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @-moz-keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  .tab-block-overview .tab-nav {
	list-style: none;
	text-align: center;
	width: 66.6667%;
	margin: 0 auto 25px;
	display: flex;
	justify-content: center;
	padding-left: 0;
  }
  .tab-block-overview .tab-nav li {
	font-size: 16px;
	color: #fff;
	text-align: center;
	flex-grow: 1;
	padding-top: 20px;
	padding-bottom: 32px;
	cursor: pointer;
	background-color: #1997D2;
	margin-bottom: 15px;
	transition: 0.5s;
  }
  .tab-block-overview .tab-nav li span {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
  }
  .tab-block-overview .tab-nav li span.svg-icon {
	display: block;
	font-size: 60px;
	color: #f39000;
  }
  .tab-block-overview .tab-nav li:hover:not(.active) {
	background-color: #222222;
  }
  .tab-block-overview .tab-nav .active {
	background-color: #f39000;
	color: #fff;
	cursor: none;
  }
  .tab-block-overview .tab-content {
	background-color: #fff;
  }
  .tab-block-overview .tab-content .tab-panel {
	text-align: center;
	width: 83.3333%;
	margin: 0 auto;
	animation: fadeIn 1 1s ease;
  }
  .tab-block-overview .tab-content .tab-panel a {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 45px;
	text-align: center;
	background-color: #f39000;
	border: 0;
	outline: none;
	min-width: 170px;
	display: inline-block;
	margin-top: 25px;
  }
  .tab-block-overview .tab-content .tab-panel a:hover,
  .tab-block-overview .tab-content .tab-panel a:focus,
  .tab-block-overview .tab-content .tab-panel a:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .tab-block-overview .tab-content .tab-panel a:hover,
  .tab-block-overview .tab-content .tab-panel a:focus,
  .tab-block-overview .tab-content .tab-panel a:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .page-template-template-homepage .wpb_revslider_element {
	margin-bottom: 0;
  }
  .ba-empty-space {
	clear: both;
  }
  .ba-empty-space .ba_empty_space_md,
  .ba-empty-space .ba_empty_space_xs {
	display: none;
  }
  .page-template-template-fullwidth .site-content {
	padding: 0;
  }
  .dl-icon-box-2 .box-header {
	position: relative;
	padding: 20px 0;
  }
  .dl-icon-box-2 .svg-icon {
	font-size: 64px;
	color: #f0f0f0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  }
  .dl-icon-box-2 h4 {
	margin: 0;
	position: relative;
  }
  body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background-color: #fff;
	border: 2px solid #f7faff;
	padding: 80px 20px 30px 20px;
  }
  body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tabs-container {
	transform: translateY(50%);
  }
  body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
	color: #222;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	background-color: #fff;
	transition: 0.5s;
  }
  body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a:hover {
	background-color: #1997D2;
	color: #fff;
	border-color: #1997D2;
  }
  body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {
	background-color: #1997D2;
	color: #fff;
	border-color: #1997D2;
  }
  body.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
	border: 2px solid #f7faff;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list {
	display: flex;
	justify-content: space-evenly;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
	padding: 11px 30px;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a:before,
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a:after {
	display: none !important;
  }
  body .vc_chart .vc_chart-legend,
  body .vc_chart .vc_chart-with-legend {
	width: 100%;
	display: block;
  }
  body .vc_chart .vc_chart-legend {
	margin-top: 15px;
	text-align: center;
  }
  body .vc_chart .vc_chart-legend li {
	display: inline-block;
	font-size: 13px;
  }
  body .vc_chart .vc_chart-legend span {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	transform: translateY(-2px);
	margin-right: 10px;
  }
  .primary-color {
	color: #f39000;
  }
  .icon_block img {
	width: 40px;
  }
  .icon-selector {
	display: flex;
  }
  .icon-selector span {
	width: 40px;
	flex: none;
  }
  /*
  *  cta
  */
  .dl-cta {
	position: relative;
	line-height: 27px;
	color: #000;
	/**
	   *	style 1
	  **/
	/* style 2
	  */
  }
  .dl-cta .cta-wrapper {
	display: flex;
	align-items: center;
  }
  .dl-cta .cta-content {
	flex: 1;
  }
  .dl-cta p {
	font-size: 20px;
	line-height: 57px;
	margin: 0;
  }
  .dl-cta.text-light h2,
  .dl-cta p {
	color: #fff;
  }
  .dl-cta.text-dark p {
	color: #9b9ea8;
  }
  .dl-cta .classic h2,
  .dl-cta .classic p {
	margin: 0;
  }
  .dl-cta .classic h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
  }
  .dl-cta .classic p {
	line-height: 25px;
	font-size: 16px;
  }
  .dl-cta .classic .dl-button a {
	padding: 15px 50px;
	color: inherit;
	background: inherit;
  }
  .dl-cta .btn-fix {
	text-align: center;
  }
  .dl-cta .btn-fix h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
  }
  .dl-cta .btn-fix p {
	font-size: 18px;
	padding-bottom: 5px;
	line-height: 32.06px;
	margin: 15px 0;
  }
  .dl-cta .btn-fix .dl-button {
	display: inline-block;
  }
  .dl-cta .btn-fix .dl-button a {
	font-size: 15px;
	width: inherit;
	height: inherit;
	line-height: inherit;
  }
  .border-display .dl-button {
	border: none;
  }
  .border-display .dl-button a {
	border: 2px solid #e1e8f4;
	border-radius: 30px;
  }
  .border-display .classic .dl-button a {
	padding: 13px 50px;
  }
  .border-display .btn-fix .dl-button a {
	padding: 13px 40px;
  }
  /**
  * End style CTA
  */
  /*
  * Style testimonials
  */
  .dl_testi {
	position: relative;
  }
  .dl_testi .svg-icon {
	padding-left: 8px;
  }
  .dl_testi .box-testi {
	padding: 35px 20px;
	border: 2px solid #f7faff;
	transition: all 0.6s;
  }
  .dl_testi .box-testi:before {
	content: "";
	position: absolute;
	height: 35%;
	width: 5px;
	background-color: #f39000;
	left: -10px;
	top: 35%;
	transition: all 0.5s;
	opacity: 0;
  }
  .dl_testi .box-testi:hover {
	border-color: transparent;
	box-shadow: 1px 2px 21px 0 rgba(1, 1, 1, 0.15);
  }
  .dl_testi.text-dark {
	color: #222222;
  }
  .dl_testi.text-dark .box-testi {
	background-color: #ffffff;
  }
  .dl_testi.text-dark p {
	color: #666;
  }
  .dl_testi.text-dark .dl-button a {
	color: #222222;
  }
  .dl_testi.text-light {
	color: #fff;
  }
  .dl_testi.text-light h2 {
	color: #fff;
  }
  .dl_testi.text-light .sub-title {
	color: #f39000;
  }
  .dl_testi.text-light .content {
	color: #abaebe;
  }
  .dl_testi.text-light .dl-button a {
	color: #fff;
  }
  .dl_testi.text-light .box-testi {
	box-shadow: none;
	border-color: rgba(247, 250, 255, 0.1);
  }
  .dl_testi.text-light .box-testi:hover {
	box-shadow: none;
	border-color: rgba(247, 250, 255, 0.1);
  }
  .dl_testi.text-light .box-title .svg-icon svg {
	color: rgba(38, 133, 249, 0.09);
  }
  .dl_testi h2,
  .dl_testi p {
	margin: 0;
	line-height: 28px;
  }
  .dl_testi p {
	font-size: 16px;
  }
  .dl_testi h2 {
	font-size: 24px;
	font-weight: 600;
  }
  .dl_testi .sub-title {
	font-size: 15px;
	margin-bottom: 20px;
  }
  .dl_testi .dl-button a {
	margin-top: 20px;
	display: block;
  }
  .dl_testi .box-title {
	position: relative;
  }
  .dl_testi .box-title .svg-icon {
	position: absolute;
	top: 0;
	right: 0;
  }
  .dl_testi .box-title .svg-icon svg {
	font-size: 55px;
	color: #ebf4fe;
	transition: all 0.5s;
  }
  .dl_testi .btn-testi .dl-button {
	display: inline-block;
	margin-right: 10px;
  }
  .dl_testi:hover.text-light .box-title .svg-icon svg,
  .dl_testi:hover .box-title .svg-icon svg {
	color: #f39000;
  }
  .dl_testi:hover .dl-button a {
	color: #f39000;
  }
  .dl_testi:hover .box-testi {
	border-color: transparent;
	box-shadow: 1px 2px 21px 0 rgba(1, 1, 1, 0.15);
  }
  .dl_testi:hover .box-testi:before {
	left: 0;
	top: 35%;
	transition: all 0.5s;
	opacity: 1;
  }
  .dl_testi .overlay.hidden-bk {
	background-color: transparent;
  }
  /*
  * Style testimonials carousel
  */
  .dl_testi_carousel.slick-slider {
	margin-bottom: 0;
  }
  .dl_testi_carousel .slick-dots {
	bottom: -45px;
  }
  .dl_testi_carousel .dl_testi .svg-icon {
	padding-left: 0;
	z-index: 99;
  }
  .dl_testi_carousel .dl_testi.columns-2 {
	margin: 0 15px;
  }
  .dl_testi_carousel .dl_testi:hover .box-testi {
	border-color: none;
	box-shadow: none;
  }
  .dl_testi_carousel .dl_testi:hover .box-testi:before {
	display: none;
  }
  .dl_testi_carousel .dl_testi:hover .testi-avatar:before {
	opacity: 1;
  }
  .dl_testi_carousel .box-img {
	transition: 0.5s;
	position: relative;
  }
  .dl_testi_carousel .box-img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(23, 29, 60, 0.9);
	opacity: 0;
	transition: 0.5s;
  }
  .dl_testi_carousel .testi-carousel__style-1 .box-testi {
	width: 50%;
	margin: 100px 0;
	text-align: center;
	padding: 50px 40px 100px;
  }
  .dl_testi_carousel .testi-carousel__style-1 .box-testi .dl-button .svg-icon {
	display: none;
  }
  .dl_testi_carousel .testi-carousel__style-1 .dl-icon-quote {
	margin-bottom: 30px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #f39000;
  }
  .dl_testi_carousel .testi-carousel__style-1 .dl-button {
	margin-right: 0;
  }
  .dl_testi_carousel .testi-carousel__style-1 svg {
	color: #f39000;
	display: inline-block;
	font-size: 60px;
	padding: 10px;
  }
  .dl_testi_carousel .testi-carousel__style-1 h2 {
	font-size: 24px;
  }
  .dl_testi_carousel .testi-carousel__style-1 .border {
	display: block;
	width: 85px;
	height: 1px;
	background-color: #f39000;
	margin: 10px auto 15px;
  }
  .dl_testi_carousel .testi-carousel__style-1 .box-testi:before {
	display: none;
  }
  .dl_testi_carousel .testi-carousel__style-1 .btn-testi svg {
	font-size: inherit;
	padding: 0;
  }
  .dl_testi_carousel .testi-carousel__style-2 {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 34px 30px;
  }
  .dl_testi_carousel .testi-carousel__style-2 .box-testi {
	background: none;
	border: none;
	padding: 0 0 0 30px;
  }
  .dl_testi_carousel .testi-carousel__style-2 .box-testi h2 {
	font-size: 18px;
	line-height: 1;
  }
  .dl_testi_carousel .testi-carousel__style-2 .box-testi .svg-icon {
	top: -6px;
  }
  .dl_testi_carousel .testi-carousel__style-2 .box-testi .sub-title {
	margin-bottom: 13px;
  }
  .dl_testi_carousel .testi-carousel__style-2 .testi-avatar {
	width: 140px;
	height: 140px;
	line-height: 140px;
	flex: none;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
  }
  .dl_testi_carousel .testi-carousel__style-2 .testi-avatar:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(21, 29, 69, 0.9);
	opacity: 0;
	transition: all 0.5s;
  }
  .dl_testi_carousel .testi-carousel__style-2 .testi-avatar img {
	display: block;
	height: -webkit-fill-available;
  }
  .dl_testi_carousel .testi-carousel__style-2 .dl-button a {
	margin-top: 13px;
  }
  .dl_testi_carousel.dot-1 .slick-dots {
	bottom: 150px;
	text-indent: -31%;
  }
  .dl_testi_carousel.dot-2 .box-img:hover:before {
	opacity: 1;
  }
  .dl_testi_carousel.fix-2 {
	margin: 0 -15px;
  }
  .stick-testi .slick-dots li button:before {
	border: 2px solid #eaeaea;
	width: 12px;
	height: 12px;
	background-color: transparent;
  }
  .stick-testi .slick-dots li.slick-active button:before,
  .stick-testi .slick-dots li:hover button:before {
	background-color: inherit;
	border: 2px solid #1997D2;
  }
  .stick-testi .slick-arrow {
	display: block;
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	line-height: 47px;
	text-align: center;
	border: 2px solid #e1e8f4;
	cursor: pointer;
	z-index: 999;
	font-size: 27px;
	transition: all 0.5s;
  }
  .stick-testi .slick-arrow:hover {
	border: 2px solid transparent;
	background-color: #1997D2;
	transition: all 0.8s;
  }
  .stick-testi .slick-arrow:hover svg {
	color: #f39000;
	font-weight: bold;
  }
  .stick-testi .slick-arrow:hover span {
	color: #f39000;
  }
  .stick-testi.dot-1 .delaware-left-arrow {
	left: 0;
  }
  .stick-testi.dot-1 .delaware-right-arrow {
	right: 0;
  }
  .stick-testi .delaware-left-arrow {
	left: -150px;
  }
  .stick-testi .delaware-right-arrow {
	right: -150px;
  }
  .stick-testi .slick-disabled {
	cursor: no-drop;
  }
  .stick-testi .slick-disabled:hover {
	background-color: initial;
	border: 2px solid #e1e8f4;
  }
  .stick-testi .slick-disabled:hover span {
	color: #9b9ea8;
  }
  /**
  * Style testimonials carousel 2
  */
  .dl_testi_carousel_2 {
	position: relative;
  }
  .dl_testi_carousel_2 h2.testi-section-title {
	font-size: 36px;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: 700;
  }
  .dl_testi_carousel_2 h2.testi-section-title .underline {
	line-height: 0.7;
	display: inline-block;
	border-bottom: 4px solid #f39000;
  }
  .dl_testi_carousel_2 .box-testi {
	box-shadow: 0 2px 21px 0 rgba(1, 1, 1, 0.08);
  }
  .dl_testi_carousel_2 .desc {
	font-size: 18px;
  }
  .dl_testi_carousel_2 .dl_testi {
	position: initial;
	padding: 15px;
  }
  .dl_testi_carousel_2 .dl_testi:hover .box-title .svg-icon svg {
	color: #a3b3cb;
  }
  .dl_testi_carousel_2 .dl_testi:hover .box-testi:before {
	display: none;
  }
  .dl_testi_carousel_2 .slick-arrow:hover span {
	color: #f39000;
  }
  .dl_testi_carousel_2 .slick-arrow span {
	width: 50px;
	height: 50px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	border: 3px solid #e1e8f4;
	color: #e1e8f4;
	font-size: 25px;
	margin-right: 17px;
	margin-top: 25px;
	transition: 0.5s;
	cursor: pointer;
  }
  .dl_testi_carousel_2 .slick-arrow span:hover {
	background-color: #1997D2;
	border-color: #1997D2;
  }
  .dl-contact-box .row-flex {
	margin-left: 0;
	margin-right: 0;
  }
  .dl-contact-box .delaware-section-title .title {
	color: #222222;
	text-align: left;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
  }
  .dl-contact-box .delaware-section-title .title p {
	max-width: initial;
  }
  .dl-contact-box .sub-title {
	color: #222222;
  }
  .dl-contact-box .des-contact-box {
	font-size: 36px;
	color: #222222;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 23px;
	display: flex;
	align-items: center;
  }
  .dl-contact-box .hightlight {
	color: #f39000;
	font-size: 48px;
	margin-right: 8px;
  }
  .dl-contact-box .address-ct-box {
	list-style: none;
	overflow: hidden;
	padding-left: 0;
  }
  .dl-contact-box .address-ct-box li {
	float: left;
	width: 50%;
	padding-right: 25px;
	border-right: 2px solid #f7faff;
	font-size: 16px;
  }
  .dl-contact-box .address-ct-box li .hot-number,
  .dl-contact-box .address-ct-box li span {
	display: block;
	color: #222222;
	font-weight: 600;
	margin-bottom: 10px;
  }
  .dl-contact-box .address-ct-box li span {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
  }
  .dl-contact-box .address-ct-box li .hot-number {
	color: #9b9ea8;
	margin-top: 5px;
	font-weight: 400;
	margin-bottom: 0;
  }
  .dl-contact-box .address-ct-box li:nth-child(even) {
	border-right: none;
	padding-left: 65px;
  }
  .dl-contact-box .extra-ct-box {
	list-style: none;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 25px;
  }
  .dl-contact-box .extra-ct-box li {
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	margin-bottom: 0;
  }
  .dl-contact-box .extra-ct-box li::after {
	position: absolute;
	top: 3px;
	right: 0;
	content: '';
	width: 2px;
	height: 18px;
	background-color: #c8cace;
  }
  .dl-contact-box .extra-ct-box li span {
	font-weight: 600;
	color: #222222;
	font-family: 'Poppins', sans-serif;
  }
  .dl-contact-box .extra-ct-box li:nth-child(even)::after {
	width: 0;
  }
  .dl-contact-box .contact-box-form {
	display: flex;
	align-items: center;
  }
  .dl-contact-box .form-ct-box {
	padding: 55px 30px 55px 25px;
	border: 1px solid #f7faff;
  }
  .dl-contact-box .form-ct-box .wpcf7-form input[type="text"],
  .dl-contact-box .form-ct-box .wpcf7-form input[type="email"],
  .dl-contact-box .form-ct-box .wpcf7-form input[type="tel"],
  .dl-contact-box .form-ct-box .wpcf7-form select,
  .dl-contact-box .form-ct-box .wpcf7-form textarea {
	border: 2px solid #f7faff;
	padding: 0;
	margin-bottom: 20px;
	padding-left: 0;
	height: 50px;
	text-indent: 18px;
  }
  .dl-contact-box .form-ct-box .wpcf7-form input[type="text"]:focus,
  .dl-contact-box .form-ct-box .wpcf7-form input[type="email"]:focus,
  .dl-contact-box .form-ct-box .wpcf7-form input[type="tel"]:focus,
  .dl-contact-box .form-ct-box .wpcf7-form select:focus,
  .dl-contact-box .form-ct-box .wpcf7-form textarea:focus {
	border-color: #f7faff;
  }
  .dl-contact-box .form-ct-box .wpcf7-form input[type="submit"] {
	margin-top: 14px;
	font-family: 'Poppins', sans-serif;
	width: inherit;
	color: #fff;
	margin-bottom: 0;
  }
  .dl-contact-box .form-ct-box .wpcf7-form textarea {
	padding-top: 13px;
	height: 120px;
  }
  .dl-contact-box .form-ct-box .wpcf7-form select {
	-moz-appearance: none;
	-webkit-appearance: none;
  }
  .dl-contact-box .form-ct-box .wpcf7-form select::-ms-expand {
	display: none;
  }
  .dl-contact-box .form-ct-box .wpcf7-form .wpcf7-form-control-wrap:first-child input,
  .dl-contact-box .form-ct-box .wpcf7-form .wpcf7-form-control-wrap:nth-child(2) input {
	width: 48%;
  }
  .dl-contact-box .form-ct-box .wpcf7-form .wpcf7-form-control-wrap:nth-child(2) input {
	float: right;
  }
  .dl-contact-box .form-ct-box .wpcf7-form p {
	margin-bottom: 0;
  }
  .dl-contact-box .form-ct-box .wpcf7-form .select-arrow {
	position: relative;
  }
  .dl-contact-box .form-ct-box .wpcf7-form .select-arrow::after {
	content: '\f107';
	font-family: FontAweSome;
	font-size: 18px;
	position: absolute;
	font-weight: bold;
	z-index: 9;
	top: 12px;
	right: 20px;
  }
  .dl-contact-box .left-box-ct {
	padding: 55px 40px 52px 40px;
	border: 1px solid #f7faff;
  }
  .dl-contact-box .left-box-ct .delaware-section-title .title {
	margin-bottom: 15px;
  }
  .dl-slider-form {
	background-color: #fff;
	padding: 50px 60px !important;
  }
  .dl-slider-form .mc4wp-form-fields input[type="submit"] {
	color: #fff;
  }
  .dl-slider-form h2 {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
	font-weight: 700 !important;
  }
  .dl-slider-form div {
	margin-bottom: 10px !important;
  }
  .dl-slider-form input[type="text"],
  .dl-slider-form input[type="email"],
  .dl-slider-form input[type="tel"],
  .dl-slider-form textarea {
	border: 1px solid #eef3fb !important;
	height: 60px;
	color: #000;
	font-size: 16px !important;
  }
  .dl-slider-form textarea {
	height: 130px;
  }
  .dl-slider-form input[type="submit"] {
	padding: 0 !important;
	text-align: center !important;
  }
  .delaware-icon-box-carousel {
	text-align: center;
	position: relative;
  }
  .delaware-icon-box-carousel .svg-icon {
	color: #f39000;
	font-size: 80px;
  }
  .delaware-icon-box-carousel .entry-text h3,
  .delaware-icon-box-carousel .description,
  .delaware-icon-box-carousel .readmore {
	transition: all 0.5s;
  }
  .delaware-icon-box-carousel .entry-text {
	padding: 0 5.5px;
  }
  .delaware-icon-box-carousel .entry-text h3 {
	font-size: 18px;
	float: left;
	width: 100%;
	opacity: 1;
	transition: 0.5s;
	margin-top: 0;
	margin-bottom: 20px;
  }
  .delaware-icon-box-carousel .readmore {
	opacity: 0;
	transform: translateY(100px);
	float: left;
	width: 100%;
  }
  .delaware-icon-box-carousel .readmore .svg-icon {
	font-size: initial;
	padding-left: 10px;
  }
  .delaware-icon-box-carousel .box-icon {
	margin: 0 15px;
  }
  .delaware-icon-box-carousel .box-icon:hover .readmore {
	color: #f39000;
	opacity: 1;
	transform: translateY(-21px);
  }
  .delaware-icon-box-carousel .box-icon:hover .entry-text h3 {
	transform: translateY(-30px);
	opacity: 0;
  }
  .delaware-icon-box-carousel .box-icon:hover .description {
	transform: translateY(-35px);
  }
  .delaware-icon-box-carousel .slick-dots {
	position: initial;
	margin-top: 10px;
  }
  .delaware-icon-box-carousel .slick-dots li button:before {
	border: 2px solid #eaeaea;
	width: 12px;
	height: 12px;
	background-color: transparent;
  }
  .delaware-icon-box-carousel .slick-dots li {
	margin: 0 3px;
  }
  .delaware-icon-box-carousel .slick-dots li.slick-active button:before,
  .delaware-icon-box-carousel .slick-dots li:hover button:before {
	background-color: inherit;
	border: 2px solid #1997D2;
  }
  /**
   * 3.2 - WordPress Elements
   */
  .alignnone {
	margin: 0;
  }
  .aligncenter,
  div.aligncenter,
  .aligncenter img {
	display: block;
	margin: 1em auto;
  }
  .alignright {
	float: right;
	margin: 5px 0 20px 20px;
  }
  .alignleft {
	float: left;
	margin: 5px 20px 20px 0;
  }
  .wp-caption {
	background: #fff;
	border: none;
	padding: 0;
	max-width: 100%;
	text-align: center;
  }
  .wp-caption img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
  }
  .wp-caption-text {
	font-size: small;
	margin: 0;
	padding: 5px 0 0;
  }
  .gallery-caption {
	display: block;
  }
  .bypostauthor {
	display: block;
  }
  .tag-sticky-2,
  .sticky {
	display: block;
  }
  .tag-sticky-2 .entry-title:before,
  .sticky .entry-title:before {
	content: "\f08d";
	font-family: FontAwesome;
	margin-right: 10px;
  }
  .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
  }
  .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
  }
  .gallery {
	margin-bottom: 1.5em;
	margin-left: -7px;
	margin-right: -7px;
  }
  .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 7px;
  }
  .gallery-columns-2 .gallery-item {
	max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
	max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
	max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
  }
  .gallery-caption {
	display: block;
  }
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
	display: none;
  }
  .delaware-off-canvas-panel {
	width: 475px;
	background-color: #fff;
	position: fixed;
	right: -475px;
	top: 0;
	bottom: 0;
	overflow: hidden;
	color: #aaa;
	z-index: 100000;
	transition: transform 0.25s ease;
  }
  .delaware-off-canvas-panel.open {
	transform: translate3d(-475px, 0, 0);
  }
  .delaware-off-canvas-panel .widget-panel-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 45px 50px 45px;
	z-index: 10;
  }
  .delaware-off-canvas-panel .widget-panel-header .close-canvas-panel {
	font-size: 40px;
	display: block;
	line-height: 1;
  }
  .delaware-off-canvas-panel .widget-canvas-content {
	height: 100%;
	overflow-y: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 132px;
  }
  .delaware-off-canvas-panel .widget-canvas-content .widget_shopping_cart_content {
	padding-bottom: 297px;
  }
  .delaware-off-canvas-panel .widget-panel-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #fff;
  }
  .delaware-off-canvas-panel .widget-canvas-content::-webkit-scrollbar {
	display: none;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu {
	margin-bottom: 50px;
	padding-left: 0;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu li {
	padding: 10px 0;
	list-style: none;
	margin-bottom: 0;
	position: relative;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu li a {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	color: #999;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu li a .toggle-menu-children {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -10px;
	top: 0;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu li a .toggle-menu-children .menu-arrow,
  .delaware-off-canvas-panel.menu-sidebar ul.menu li a .toggle-menu-children:before {
	width: 15px;
	height: 1px;
	background-color: #222;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu li a .toggle-menu-children:before {
	content: '';
	width: 1px;
	height: 15px;
	transition: 0.5s;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu li a:after {
	display: none;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu li.active > a {
	color: #000;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu li.active > a .toggle-menu-children:before {
	opacity: 0;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu .sub-menu {
	display: none;
	padding-left: 20px;
	margin-top: 10px;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu .sub-menu li a {
	font-size: 14px;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu .sub-menu li:last-child {
	padding-bottom: 0;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu-extra {
	display: block;
	margin-bottom: 50px;
	padding-left: 0;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu-extra li {
	display: block;
	padding: 10px 0;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu-extra .menu-text-item {
	color: #999;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu-extra .search-item-wrapper {
	position: relative;
	opacity: 1;
	transform: none;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu-extra .menu-search-item a {
	display: none;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu-extra .search-form .search-field {
	width: 100%;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu-extra .menu-cart-item .cart-contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu-extra .menu-cart-item .text-cart {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #999;
  }
  .delaware-off-canvas-panel.menu-sidebar ul.menu-extra .menu-cart-item .mini-cart-counter {
	position: static;
	display: inline-block;
  }
  .delaware-off-canvas-layer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9990;
	cursor: pointer;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
  }
  .open-canvas-panel .delaware-off-canvas-layer {
	display: block;
  }
  /*--------------------------------------------------------------
  4.0 - Header
  --------------------------------------------------------------*/
  .site-header .widget {
	margin-bottom: 0;
  }
  .site-header .row-flex {
	align-items: center;
  }
  .site-contact {
	padding: 34px 0;
  }
  .site-contact .widget_search .search-form {
	position: relative;
	border: 0;
  }
  .site-contact .widget_search .search-form:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 50px;
	background-color: #f39000;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
  }
  .site-contact .widget_search .search-form:before {
	color: #fff;
  }
  .site-contact .widget_search .search-form .search-field {
	border: 1px solid #e2eaf6;
	border-radius: 40px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	max-width: 100%;
	padding-right: 60px;
  }
  .site-contact .widget_search .search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 50px;
	border: 0;
	font-size: 0;
	background-color: transparent;
	z-index: 99;
	outline: none;
  }
  .site-contact .delaware-social-links-widget a {
	font-size: 16px;
	color: #abaebe;
	padding: 0 12px;
  }
  .site-contact .delaware-social-links-widget a:first-child {
	padding-left: 0;
  }
  .site-contact .delaware-social-links-widget a:last-child {
	padding-right: 0;
  }
  .site-contact .delaware-social-links-widget a:hover {
	color: #f39000;
  }
  .site-contact .dl-btn-secondary {
	background-color: #f7faff;
  }
  .site-contact .dl-btn-secondary:hover {
	background-color: #f7faff;
  }
  ul.menu-extra {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
  }
  ul.menu-extra li {
	margin-bottom: 0;
	position: relative;
	padding: 0 15px;
	display: flex;
	align-items: center;
  }
  ul.menu-extra li:first-child {
	padding-left: 0;
  }
  ul.menu-extra li:last-child {
	padding-right: 0;
  }
  ul.menu-extra li .icon-cart-contents svg {
	width: 22px;
	height: 22px;
  }
  ul.menu-extra .menu-socials-item a {
	display: inline-block;
	padding: 0 10px;
	color: #848484;
	transition: 0.5s;
  }
  ul.menu-extra .menu-socials-item a:hover {
	color: #f39000;
  }
  ul.menu-extra .menu-socials-item a:first-child {
	padding-left: 0;
  }
  ul.menu-extra .menu-socials-item a:last-child {
	padding-right: 0;
  }
  ul.menu-extra .menu-text-item {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
  }
  ul.menu-extra .menu-text-item i {
	color: #f39000;
	padding-right: 10px;
	font-size: 28px;
  }
  ul.menu-extra .menu-text-item i:before {
	font-size: 28px;
  }
  ul.menu-extra .menu-search-item a {
	color: #848484;
  }
  ul.menu-extra .search-form {
	position: relative;
  }
  ul.menu-extra .search-form:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 50px;
	background-color: #f39000;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
  }
  ul.menu-extra .search-form i {
	position: absolute;
	color: #fff;
	right: 19px;
	top: 11px;
	z-index: 9;
  }
  ul.menu-extra .search-form .search-field {
	border: 1px solid #e2eaf6;
	border-radius: 40px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	max-width: 100%;
	padding-right: 60px;
  }
  ul.menu-extra .search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 50px;
	border: 0;
	font-size: 0;
	background-color: transparent;
	z-index: 99;
	outline: none;
  }
  ul.menu-extra li.menu-cart-item {
	padding-right: 10px;
  }
  ul.menu-extra li.menu-cart-item .cart-contents {
	display: inline-block;
	position: relative;
	min-width: 22px;
	line-height: 1;
  }
  ul.menu-extra li.menu-cart-item .mini-cart-counter {
	position: absolute;
	top: -8px;
	right: -10px;
	font-size: 14px;
	text-align: center;
	height: 20px;
	min-width: 20px;
	line-height: 21px;
	border-radius: 20px;
	background-color: #f39000;
	color: #fff;
	padding: 0 5px;
  }
  .site-extra-text {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -15px;
  }
  .site-extra-text .widget {
	padding-right: 15px;
	padding-left: 15px;
  }
  .site-extra-text .header-contact {
	display: flex;
	align-items: center;
  }
  .site-extra-text .header-contact i,
  .site-extra-text .header-contact span {
	margin-right: 20px;
	color: #f39000;
  }
  .site-extra-text .header-contact i::before,
  .site-extra-text .header-contact span::before {
	font-size: 25px;
  }
  .site-extra-text .header-contact span {
	font-size: 30px;
  }
  .site-extra-text h5 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #222222;
	font-family: 'Rubik', sans-serif;
  }
  .site-logo h1,
  .site-logo h2,
  .site-logo p {
	text-indent: -9999px;
	line-height: 0;
	margin: 0;
  }
  .header-v4 .navbar-icon .navbars-line,
  .header-v6 .navbar-icon .navbars-line,
  .header-v4 .navbar-icon .navbars-line:before,
  .header-v6 .navbar-icon .navbars-line:before,
  .header-v4 .navbar-icon .navbars-line:after,
  .header-v6 .navbar-icon .navbars-line:after {
	background-color: #fff;
  }
  .header-v1 .site-menu {
	background-color: #f7faff;
	border-top: 1px solid #f0f3f7;
	z-index: 999;
  }
  .header-v1 .menu-extra .menu-socials-item a {
	font-size: 14px;
  }
  .header-v1 .menu-extra .search-item-wrapper {
	transition: top 0.3s ease 0s, opacity 0.3s;
	position: absolute;
	top: 80%;
	right: 0;
	opacity: 0;
	transform: scaleX(0);
  }
  .header-v1 .menu-extra .menu-search-item.show-search .search-item-wrapper {
	top: 100%;
	opacity: 1;
	z-index: 99;
	transform: scaleX(1);
  }
  .header-v1 .menu-extra .menu-search-item .search-field {
	background-color: #fff;
  }
  .header-v2 .header-main .row {
	display: flex;
	align-items: center;
  }
  .header-v2 .site-menu {
	display: flex;
	justify-content: flex-end;
  }
  .header-v2 ul.menu-extra {
	padding-left: 20px;
  }
  .header-v3 .site-header {
	position: relative;
	z-index: 999;
  }
  .header-v3 .header-main {
	background-size: cover;
	background-position: center;
  }
  .header-v3 .site-contact .widget_search .search-form:after {
	border: 1px solid #e2eaf6;
	background-color: #f7faff;
  }
  .header-v3 .site-contact .widget_search .search-form:before {
	color: #9b9ea8;
  }
  .header-v4 .site-header .site-contact {
	background-color: #00ade9;
	padding: 43px 0;
  }
  .header-v4 .site-header .site-extra-text h5 {
	color: #fff;
  }
  .header-v5 .site-contact {
	padding: 27px 0;
  }
  .header-v5 .site-logo {
	margin: 0 0 20px;
  }
  .header-v5 .site-header .menu-extra-end,
  .header-v5 .site-header .main-nav {
	float: right;
  }
  .header-v5 .site-header .menu-extra-start {
	float: left;
	position: relative;
	padding-left: 40px;
  }
  .header-v5 .site-header .menu-extra-start:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #848484;
	width: 1px;
	height: 22px;
  }
  .header-v5 .site-header .menu-extra-end {
	padding-left: 15px;
  }
  .header-v5 .site-header ul.menu-extra {
	height: 71px;
  }
  .header-v6 .site-header {
	position: relative;
  }
  .header-v6 .site-logo {
	position: absolute;
	top: 0;
	width: 200px;
	height: 100%;
	z-index: 999;
	background-color: #1997D2;
  }
  .header-v6 .site-logo a.logo {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
  }
  .header-v6 .site-contact {
	background-color: #f7faff;
  }
  .header-v6 .site-contact .site-extra-text {
	padding-left: 250px;
  }
  .header-v6 .site-menu {
	background-color: #fff;
  }
  .header-v6 .site-menu .main-menu {
	padding-left: 250px;
  }
  .header-transparent .site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
  }
  .header-transparent .navbar-icon .navbars-line,
  .header-transparent .navbar-icon .navbars-line:before,
  .header-transparent .navbar-icon .navbars-line:after {
	background-color: #fff;
  }
  .header-transparent .main-nav ul.menu > li > a,
  .header-transparent ul.menu-extra .menu-socials-item a {
	color: #fff;
  }
  .header-transparent ul.menu-extra li .icon-cart-contents svg {
	fill: #fff;
  }
  .header-transparent.header-v5 .site-header .menu-extra-start:before {
	background-color: #fff;
  }
  .header-transparent.admin-bar .site-header {
	top: 35px;
  }
  .header-transparent.admin-bar.show-topbar .site-header {
	top: 85px;
  }
  .header-transparent.show-topbar .site-header {
	top: 50px;
  }
  .header-sticky .site-header.minimized {
	position: fixed;
	right: 0;
	left: 0;
	top: 0 !important;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 #f0f0f0;
	z-index: 999;
	animation-name: fadeInDown;
	animation-duration: 0.25s;
  }
  .header-sticky.header-v6 .minimized .header-main .site-contact,
  .header-sticky.header-v4 .minimized .header-main .site-contact,
  .header-sticky.header-v3 .minimized .header-main .site-contact,
  .header-sticky.header-v1 .minimized .header-main .site-contact {
	display: none;
  }
  .header-sticky.header-v3 .site-header.minimized {
	background-color: transparent;
	box-shadow: none;
  }
  .header-sticky.header-v3 .minimized .site-menu {
	transform: translateY(0);
  }
  .header-sticky.header-transparent .minimized {
	background-color: #222;
	box-shadow: none;
  }
  .header-sticky.admin-bar .site-header.minimized {
	top: 32px !important;
  }
  @keyframes fadeInDown {
	from {
	  opacity: 0;
	  transform: translate3d(0, -100%, 0);
	}
	to {
	  opacity: 1;
	  transform: none;
	}
  }
  /*--------------------------------------------------------------
  5.0 - Navigations
  --------------------------------------------------------------*/
  .main-menu {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
  }
  .main-nav {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	float: left;
  }
  .main-nav li.dl-active-menu {
	height: 3px;
	background-color: #f39000;
	z-index: 1;
	position: absolute;
	top: 49px;
	padding: 0;
	transition: none;
  }
  .main-nav a {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	font-family: 'Poppins', sans-serif;
	color: #222;
  }
  .main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .main-nav ul ul {
	transition: top 0.3s ease 0s, opacity 0.3s;
	position: absolute;
	top: 80%;
	left: 0;
	min-width: 215px;
	padding-left: 0;
	opacity: 0;
	z-index: 99;
	transform: scaleX(0);
	background-color: #fff;
	box-shadow: 1px 2px 21px 0 rgba(1, 1, 1, 0.15);
  }
  .main-nav ul ul:before {
	content: '';
	position: absolute;
	background-color: transparent;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
  }
  .main-nav ul ul ul {
	left: 100%;
	top: 0;
	z-index: 999;
  }
  .main-nav ul ul ul:before {
	content: '';
	position: absolute;
	background-color: transparent;
	top: 0;
	left: -10px;
	width: 10px;
	height: 100%;
  }
  .main-nav li {
	margin: 0;
	position: relative;
  }
  .main-nav li:first-child ul {
	left: 19px;
  }
  .main-nav li:first-child ul ul {
	left: 100%;
  }
  .main-nav li:hover > ul {
	top: 100%;
	opacity: 1;
	z-index: 9999;
	transform: scaleX(1);
  }
  .main-nav li:hover > a {
	color: #f39000;
  }
  .main-nav li li {
	padding: 12px 20px;
	border-bottom: 1px solid #e9f0fc;
	transition: 0.5s;
  }
  .main-nav li li:last-child {
	border-bottom: 0;
  }
  .main-nav li li a {
	font-size: 14px;
	display: block;
  }
  .main-nav li li a:before {
	display: none;
  }
  .main-nav li li:hover {
	background-color: #f7faff;
  }
  .main-nav li li:hover a {
	color: #222;
  }
  .main-nav li li:hover > ul {
	top: 0;
	left: 100%;
  }
  .main-nav .menu {
	padding-left: 0;
	margin-left: -19px;
	zoom: 1;
	position: relative;
  }
  .main-nav .menu li.dl-active-menu {
	z-index: 9;
  }
  .main-nav .menu:after {
	content: '';
	display: table;
	clear: both;
  }
  .main-nav .menu > li.menu-item {
	padding: 23px 19px;
	float: left;
  }
  .main-nav .menu > li.menu-item:hover > a,
  .main-nav .menu > li.menu-item.current-menu-item > a,
  .main-nav .menu > li.menu-item.current_page_item > a,
  .main-nav .menu > li.menu-item.current-menu-ancestor > a,
  .main-nav .menu > li.menu-item.current-menu-parent > a,
  .main-nav .menu > li.menu-item.active > a {
	color: #f39000;
  }
  .header-v1 .main-nav {
	background-color: #f7faff;
  }
  .header-v1 .main-nav a:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 16px;
	top: 50%;
	right: -19px;
	z-index: 99;
	background-color: #e8e8e8;
	transform: translateY(-50%);
  }
  .header-v1 .main-nav li.last-child a:before {
	display: none;
  }
  .header-v2 .main-nav li.dl-active-menu {
	height: 6px;
	top: 0;
  }
  .header-v2 .main-nav a {
	text-transform: capitalize;
  }
  .header-v2 .main-nav .menu > li.menu-item {
	padding: 45px 19px;
  }
  .header-v3 .site-menu {
	background-color: transparent;
	transform: translateY(50%);
  }
  .header-v3 .site-menu .main-menu {
	background-color: #1997D2;
	padding-right: 40px;
  }
  .header-v3 .site-contact {
	padding-bottom: 0;
  }
  .header-v3 .main-nav .menu {
	margin-left: 20px;
  }
  .header-v3 .main-nav .menu > li > a {
	color: #fff;
  }
  .header-v3 .main-nav .menu > li:hover > a,
  .header-v3 .main-nav .menu > li.current-menu-item > a,
  .header-v3 .main-nav .menu > li.current_page_item > a,
  .header-v3 .main-nav .menu > li.current-menu-ancestor > a,
  .header-v3 .main-nav .menu > li.current-menu-parent > a,
  .header-v3 .main-nav .menu > li.active > a {
	color: #fff;
  }
  .header-v3 .main-nav li.dl-active-menu {
	top: 0;
  }
  .header-v4 .site-menu {
	background-color: #fff;
  }
  .header-v4 .main-nav .menu > li > a {
	color: #222222;
  }
  .header-v4 .main-nav .menu > li:hover > a,
  .header-v4 .main-nav .menu > li.current-menu-item > a,
  .header-v4 .main-nav .menu > li.current_page_item > a,
  .header-v4 .main-nav .menu > li.current-menu-ancestor > a,
  .header-v4 .main-nav .menu > li.current-menu-parent > a,
  .header-v4 .main-nav .menu > li.active > a {
	color: #222222;
  }
  .header-v4 .main-nav li.dl-active-menu {
	top: auto;
	bottom: 0;
  }
  .header-v5 ul ul {
	top: calc(80% + 27px);
  }
  .header-v5 ul ul:before {
	top: -57px;
	left: 0;
	height: 57px;
  }
  .header-v5 ul ul ul {
	left: 100%;
	top: 0;
  }
  .header-v5 li:hover > ul {
	top: calc(100% + 27px);
  }
  .header-v5 li li:hover > ul {
	top: 0;
	left: 100%;
  }
  .header-v5 .main-nav a {
	text-transform: capitalize;
  }
  .header-v5 .main-nav li.dl-active-menu {
	display: none;
  }
  .header-v6 .main-nav li.dl-active-menu {
	top: auto;
	bottom: 0;
	height: 5px;
  }
  .header-sticky .is-sticky .site-menu {
	z-index: 9999 !important;
	top: 0 !important;
  }
  .header-sticky.admin-bar .is-sticky .site-menu {
	top: 32px !important;
  }
  .numeric-navigation {
	clear: both;
	display: table;
	margin: 30px auto;
	float: none;
  }
  .nav-mobile {
	position: relative;
  }
  .navbar-icon {
	transition: all 0.4s;
	height: 25px;
	width: 27px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
  }
  .navbar-icon .navbars-line {
	transition: 0.4s;
	display: inline-block;
	width: 27px;
	height: 2px;
	background-color: #222;
	position: absolute;
	top: 50%;
	left: 0;
	cursor: pointer;
  }
  .navbar-icon .navbars-line:before,
  .navbar-icon .navbars-line:after {
	position: absolute;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #222;
  }
  .navbar-icon .navbars-line:before {
	top: -8px;
  }
  .navbar-icon .navbars-line:after {
	bottom: -8px;
  }
  /*--------------------------------------------------------------
  6.0 - Content
  --------------------------------------------------------------*/
  .dl-btn-primary {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 45px;
	text-align: center;
	background-color: #f39000;
	border: 0;
	outline: none;
	min-width: 170px;
	display: inline-block;
  }
  .dl-btn-primary:hover,
  .dl-btn-primary:focus,
  .dl-btn-primary:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .dl-btn-secondary {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 45px;
	text-align: center;
	background-color: #f39000;
	border: 0;
	outline: none;
	min-width: 170px;
	display: inline-block;
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
	line-height: 48px;
  }
  .dl-btn-secondary:hover,
  .dl-btn-secondary:focus,
  .dl-btn-secondary:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .dl-btn-secondary:hover,
  .dl-btn-secondary:focus,
  .dl-btn-secondary:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .dl-btn-secondary:hover,
  .dl-btn-secondary:focus,
  .dl-btn-secondary:active {
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
  }
  .loading-icon {
	display: none;
	vertical-align: middle;
	text-align: center;
	opacity: 0;
	transition: 0.5s;
	min-height: 27px;
  }
  .loading-icon .bubble {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	transform: scaleY(-50%);
  }
  .loading-icon .bubble:nth-child(2n) .dot {
	animation-delay: -0.3s;
  }
  .loading-icon .bubble:nth-child(3n) .dot {
	animation-delay: 0s;
  }
  .loading-icon .dot {
	display: block;
	border-radius: 50%;
	background-color: #1997D2;
	width: 100%;
	height: 100%;
	transform-origin: 50% 50%;
	animation: bubble 1.2s -0.6s infinite ease-out;
	-webkit-animation: bubble 1.2s -0.6s infinite ease-out;
  }
  @keyframes bubble {
	0%,
	100% {
	  transform: scale(0);
	}
	50% {
	  transform: scale(1);
	}
  }
  @-webkit-keyframes bubble {
	0%,
	100% {
	  transform: scale(0);
	}
	50% {
	  transform: scale(1);
	}
  }
  .border-animation-hover {
	color: #f39000;
  }
  .border-animation-hover::before,
  .border-animation-hover::after {
	width: 100%;
	height: 100%;
  }
  .border-animation-hover::before {
	border-top-color: #f39000;
	border-right-color: #f39000;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  .border-animation-hover::after {
	border-bottom-color: #f39000;
	border-left-color: #f39000;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  /**
   * 6.1 Posts and Pages
   */
  .container {
	padding-left: 0;
	padding-right: 0;
  }
  .container .container {
	width: 100%;
  }
  .site-content {
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .post-navigation {
	border-top: 1px solid #f0f3f7;
	padding-top: 40px;
  }
  .post-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .post-navigation .meta-nav {
	display: block;
	color: #9b9ea8;
	margin-bottom: 3px;
  }
  .post-navigation .icon-nav {
	width: 70px;
	flex: none;
	text-align: center;
  }
  .post-navigation .icon-nav i {
	font-size: 18px;
  }
  .post-navigation .text-nav {
	padding: 14px 30px;
  }
  .post-navigation .nav-previous {
	padding-right: 15px;
  }
  .post-navigation .nav-previous .text-nav {
	border-left: 2px solid #f0f3f7;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
	width: 50%;
  }
  .post-navigation .nav-next {
	padding-left: 15px;
	text-align: right;
  }
  .post-navigation .nav-next a {
	justify-content: flex-end;
  }
  .post-navigation .nav-next .text-nav {
	border-right: 2px solid #f0f3f7;
  }
  .post-navigation .nav-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	transition: 0.5s;
	line-height: 1.3;
	word-break: break-word;
  }
  .post-navigation--nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .post-navigation--nav-links .nav a {
	display: flex;
	align-items: center;
	border: 2px solid #f0f3f7;
  }
  .post-navigation--nav-links .nav:hover .nav-title {
	color: #f39000;
  }
  .paging-navigation {
	clear: both;
	text-align: center;
	padding-top: 10px;
  }
  .paging-navigation .page-numbers {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f7faff;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	margin: 0 3px;
	font-family: 'Poppins', sans-serif;
	transition: 0.5s;
  }
  .paging-navigation .page-numbers.next,
  .paging-navigation .page-numbers.prev {
	font-size: 22px;
	color: #9b9ea8;
  }
  .paging-navigation .page-numbers.current,
  .paging-navigation .page-numbers:hover {
	background-color: #1997D2;
	color: #f39000;
  }
  .paging-navigation.blog-nav-ajax .page-numbers,
  .paging-navigation.portfolio-nav-ajax .page-numbers {
	display: none;
  }
  .paging-navigation.blog-nav-ajax .page-numbers.next,
  .paging-navigation.portfolio-nav-ajax .page-numbers.next {
	display: inline-block;
	width: auto;
	font-size: 15px;
	border-radius: 50px;
	background-color: #f39000;
	color: #fff;
	margin: 0;
	padding: 0 42px;
	position: relative;
  }
  .paging-navigation.blog-nav-ajax .page-numbers.next.loading .nav-text,
  .paging-navigation.portfolio-nav-ajax .page-numbers.next.loading .nav-text {
	opacity: 0;
  }
  .paging-navigation.blog-nav-ajax .page-numbers.next.loading .loading-icon,
  .paging-navigation.portfolio-nav-ajax .page-numbers.next.loading .loading-icon {
	opacity: 1;
  }
  .paging-navigation.blog-nav-ajax .loading-icon,
  .paging-navigation.portfolio-nav-ajax .loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
  }
  .paging-navigation.loaded {
	padding: 0;
	margin: 0;
  }
  .page-template-template-homepage .site-content {
	padding-top: 0;
	padding-bottom: 0;
  }
  .post-author {
	margin: 0 0 57px;
  }
  .post-author .box-title {
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: uppercase;
  }
  .post-author .post-author-box {
	padding: 30px 0 25px;
	border-top: 1px solid #f0f3f7;
	border-bottom: 1px solid #f0f3f7;
  }
  .post-author .post-author-avatar {
	float: left;
  }
  .post-author .post-author-info {
	margin-left: 120px;
	color: #9b9ea8;
  }
  .post-author .post-author-info .author-name {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	color: #222222;
  }
  .post-author .post-author-info .post-author-social {
	font-size: 14px;
  }
  .post-author .post-author-info .post-author-social ul {
	list-style: none;
	padding-left: 0;
	margin: 15px 0 0 0;
	display: inline-block;
  }
  .post-author .post-author-info .post-author-social ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
  }
  .post-author .post-author-info .post-author-social ul li a {
	color: #848484;
  }
  .post-author .post-author-info .post-author-social ul li a:hover {
	color: #f39000;
  }
  .entry-title {
	font-size: 30px;
	font-weight: 600;
	margin-top: 0;
  }
  .entry-thumbnail {
	margin-bottom: 25px;
  }
  .entry-meta {
	color: #9b9ea8;
  }
  .entry-meta .meta {
	color: #9b9ea8;
	padding: 0 9px;
  }
  .entry-meta .meta:first-child {
	padding-left: 0;
  }
  .entry-meta .meta:last-child {
	padding-right: 0;
  }
  .entry-meta .meta .svg-icon {
	color: #f39000;
	margin-right: 6px;
  }
  .entry-meta .meta a {
	color: #9b9ea8;
  }
  .entry-meta .meta:hover a {
	color: #f39000;
  }
  .entry-meta .number-comment .svg-icon {
	font-size: 15px;
  }
  .entry-header.author {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
  }
  .entry-header .entry-author {
	flex-grow: 1;
	-webkit-box-flex: 1;
	-webkit-box-align: center;
	align-items: center;
	display: flex;
  }
  .entry-header .entry-author img {
	border-radius: 100%;
	margin-right: 18px;
	width: 60px;
	height: auto;
  }
  .entry-header .entry-author h3 {
	display: inline-block;
	margin: 0;
	color: #9b9ea8;
	font-size: 16px;
	font-weight: normal;
  }
  .entry-header .entry-author h3 a {
	color: #9b9ea8;
  }
  .entry-header .entry-author h3 span {
	display: block;
	font-size: 18px;
	color: #f39000;
	font-weight: 600;
	margin-bottom: 7px;
  }
  .entry-footer {
	padding: 15px 0;
	border-top: 1px solid #f0f3f7;
	border-bottom: 1px solid #f0f3f7;
	clear: both;
  }
  .entry-footer .tag-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
  }
  .entry-footer .tag-list h4 {
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
  }
  .entry-footer .tag-list a {
	padding-left: 5px;
	color: #f39000;
  }
  .page-links {
	margin-bottom: 25px;
	clear: both;
  }
  iframe {
	width: 100%;
  }
  .mejs-audio {
	margin-bottom: 25px;
  }
  .blog-wrapper {
	border: 2px solid #f7faff;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 60px;
	transition: 0.5s;
	background-color: #fff;
  }
  .blog-wrapper:hover .entry-thumbnail img {
	transform: scale(1.05);
  }
  .blog-wrapper:hover .entry-thumbnail .thumb:before,
  .blog-wrapper:hover .entry-thumbnail .svg-icon {
	opacity: 1;
	visibility: visible;
  }
  .blog-wrapper .read-more,
  .blog-wrapper .entry-title,
  .blog-wrapper .entry-meta,
  .blog-wrapper .entry-content,
  .blog-wrapper .entry-footer {
	margin-left: 30px;
	margin-right: 30px;
  }
  .blog-wrapper .entry-meta {
	margin-bottom: 15px;
  }
  .blog-wrapper .entry-content {
	margin-bottom: 20px;
  }
  .blog-wrapper .entry-thumbnail {
	position: relative;
	overflow: hidden;
  }
  .blog-wrapper .entry-thumbnail a {
	display: block;
  }
  .blog-wrapper .entry-thumbnail a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(2, 17, 90, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	z-index: 9;
  }
  .blog-wrapper .entry-thumbnail a .svg-icon {
	content: '\f0c1';
	font-family: FontAweSome;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #f39000;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translate(-50%, -50%);
	z-index: 10;
  }
  .blog-wrapper .entry-thumbnail img {
	transition: 0.5s;
  }
  .blog-wrapper .entry-thumbnail .meta {
	display: block;
	line-height: 1;
	position: absolute;
	top: 18px;
	left: 33px;
	background-color: #f39000;
	padding: 7px 20px;
	border-radius: 30px;
	z-index: 11;
  }
  .blog-wrapper .entry-thumbnail .meta a {
	color: #fff;
  }
  .blog-wrapper .entry-title {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
  }
  .blog-wrapper .entry-footer a {
	color: #f39000;
  }
  .blog-wrapper .read-more {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 45px;
	text-align: center;
	background-color: #f39000;
	border: 0;
	outline: none;
	min-width: 170px;
	display: inline-block;
  }
  .blog-wrapper .read-more:hover,
  .blog-wrapper .read-more:focus,
  .blog-wrapper .read-more:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .blog-wrapper .read-more:hover,
  .blog-wrapper .read-more:focus,
  .blog-wrapper .read-more:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .no-thumb .blog-wrapper {
	padding-top: 30px;
  }
  .blog-masonry .blog-wrapper .entry-title {
	font-size: 22px;
  }
  .blog-classic .blog-wrapper .entry-title {
	font-size: 24px;
  }
  .blog-classic .blog-wrapper .entry-thumbnail .meta {
	left: 40px;
	top: 40px;
  }
  .blog-classic .no-content .entry-content {
	display: none;
  }
  .blog-classic.full-content .blog-wrapper .entry-thumbnail .meta {
	left: 50px;
	top: 50px;
  }
  .search-no-results .site-content .search-form {
	font-size: 16px;
	display: flex;
	position: relative;
	border: 2px solid #f7faff;
  }
  .search-no-results .site-content .search-form:after {
	content: '';
	position: absolute;
	top: 13px;
	right: 50px;
	width: 1px;
	height: 25px;
	background-color: #e1e8f4;
	z-index: 9;
  }
  .search-no-results .site-content .search-form .screen-reader-text {
	display: none;
  }
  .search-no-results .site-content .search-form ::-webkit-input-placeholder {
	color: #9b9ea8;
  }
  .search-no-results .site-content .search-form :-moz-placeholder {
	color: #9b9ea8;
  }
  .search-no-results .site-content .search-form ::-moz-placeholder {
	color: #9b9ea8;
  }
  .search-no-results .site-content .search-form :-ms-input-placeholder {
	color: #9b9ea8;
  }
  .search-no-results .site-content .search-form:before {
	content: '\f002';
	position: absolute;
	top: 50%;
	right: 20px;
	color: #393939;
	font-family: FontAwesome;
	font-size: 14px;
	z-index: 99;
	transform: translateY(-50%);
  }
  .search-no-results .site-content .search-form label {
	width: 100%;
	margin-bottom: 0;
  }
  .search-no-results .site-content .search-form label input {
	width: 100%;
  }
  .search-no-results .site-content .search-form .search-field {
	padding: 15px 20px;
	background-color: transparent;
	font-weight: 400;
	border-width: 0;
  }
  .search-no-results .site-content .search-form .search-submit {
	position: relative;
	width: 50px;
	height: 50px;
	opacity: 0;
	z-index: 999;
  }
  .error404.header-v1 .site-content {
	padding-top: 205px;
  }
  .error404 .site-content {
	padding-top: 130px;
	padding-bottom: 130px;
	position: relative;
  }
  .error404 .error-404 {
	position: relative;
	text-align: center;
	color: #222;
  }
  .error404 .error-404 .page-header {
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 45px;
	border: 0;
	background-color: transparent;
  }
  .error404 .error-404 .page-header p {
	font-weight: 500;
	line-height: 1;
  }
  .error404 .error-404 .page-header p.line-1 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 15px;
  }
  .error404 .error-404 .page-header p.line-2 {
	font-size: 18px;
  }
  .error404 .error-404 h1 {
	color: #222;
	font-size: 200px;
	font-weight: 700;
	margin: 0;
	line-height: 1;
	padding-bottom: 0;
  }
  .error404 .error-404 .search-form {
	font-size: 16px;
	display: flex;
	position: relative;
	border: 2px solid #f7faff;
	max-width: 500px;
	margin: auto;
  }
  .error404 .error-404 .search-form:after {
	content: '';
	position: absolute;
	top: 13px;
	right: 50px;
	width: 1px;
	height: 25px;
	background-color: #e1e8f4;
	z-index: 9;
  }
  .error404 .error-404 .search-form .screen-reader-text {
	display: none;
  }
  .error404 .error-404 .search-form ::-webkit-input-placeholder {
	color: #9b9ea8;
  }
  .error404 .error-404 .search-form :-moz-placeholder {
	color: #9b9ea8;
  }
  .error404 .error-404 .search-form ::-moz-placeholder {
	color: #9b9ea8;
  }
  .error404 .error-404 .search-form :-ms-input-placeholder {
	color: #9b9ea8;
  }
  .error404 .error-404 .search-form:before {
	content: '\f002';
	position: absolute;
	top: 50%;
	right: 20px;
	color: #393939;
	font-family: FontAwesome;
	font-size: 14px;
	z-index: 99;
	transform: translateY(-50%);
  }
  .error404 .error-404 .search-form label {
	width: 100%;
	margin-bottom: 0;
  }
  .error404 .error-404 .search-form label input {
	width: 100%;
  }
  .error404 .error-404 .search-form .search-field {
	padding: 15px 20px;
	background-color: transparent;
	font-weight: 400;
	border-width: 0;
  }
  .error404 .error-404 .search-form .search-submit {
	position: relative;
	width: 50px;
	height: 50px;
	opacity: 0;
	z-index: 999;
  }
  .error404 .error-404 .back-home {
	margin-top: 50px;
  }
  .error404 .error-404 .back-home a {
	color: #222;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
  }
  .blog-classic .entry-thumbnail,
  .single-post .entry-thumbnail {
	margin-bottom: 20px;
  }
  .blog-classic .site-content,
  .single-post .site-content {
	padding-top: 0;
  }
  .blog-classic .site-content .widgets-area,
  .single-post .site-content .widgets-area,
  .blog-classic .site-content .content-area,
  .single-post .site-content .content-area {
	padding-top: 80px;
  }
  .blog-classic.content-sidebar .blog-sidebar,
  .single-post.content-sidebar .blog-sidebar,
  .blog-classic.sidebar-content .blog-sidebar,
  .single-post.sidebar-content .blog-sidebar {
	position: relative;
  }
  .blog-classic.content-sidebar .blog-sidebar:before,
  .single-post.content-sidebar .blog-sidebar:before,
  .blog-classic.sidebar-content .blog-sidebar:before,
  .single-post.sidebar-content .blog-sidebar:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #f7faff;
  }
  .blog-classic.content-sidebar .blog-sidebar,
  .single-post.content-sidebar .blog-sidebar {
	padding-left: 45px;
  }
  .blog-classic.content-sidebar .blog-sidebar:before,
  .single-post.content-sidebar .blog-sidebar:before {
	left: 15px;
  }
  .blog-classic.content-sidebar .content-area,
  .single-post.content-sidebar .content-area {
	padding-right: 15px;
  }
  .blog-classic.sidebar-content .blog-sidebar,
  .single-post.sidebar-content .blog-sidebar {
	padding-right: 45px;
  }
  .blog-classic.sidebar-content .blog-sidebar:before,
  .single-post.sidebar-content .blog-sidebar:before {
	right: 15px;
  }
  .blog-classic.sidebar-content .content-area,
  .single-post.sidebar-content .content-area {
	padding-left: 15px;
  }
  .blog-classic .blog-wrapper {
	margin-bottom: 60px;
  }
  .blog-grid .blog-wrapper,
  .blog-masonry .blog-wrapper {
	padding-bottom: 30px;
	margin-bottom: 30px;
  }
  .blog-grid .blog-wrapper .entry-content,
  .blog-masonry .blog-wrapper .entry-content {
	margin-bottom: 0;
  }
  .single-post .entry-thumbnail {
	margin-bottom: 0;
  }
  .single-post .entry-thumbnail img {
	margin-bottom: 20px;
  }
  .single-post .entry-header {
	margin-bottom: 20px;
  }
  .single-post .entry-header .entry-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
  }
  .single-post .entry-header .entry-meta {
	margin-bottom: 6px;
  }
  .single-post .entry-footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 19px 0 9px;
	margin-top: 50px;
	border-bottom: none;
  }
  .single-post .entry-footer .count-cmt {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
  }
  .single-post .entry-footer .count-cmt:before {
	content: "\f086";
	font-family: FontAwesome;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #f7faff;
	text-align: center;
	color: #f39000;
  }
  .single-post .entry-footer .tag-list {
	justify-content: flex-start;
	margin-bottom: 10px;
  }
  .single-post .post-password-form label {
	font-weight: 400;
  }
  .single-post .post-password-form input[type="submit"] {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	padding: 0 45px;
	text-align: center;
	background-color: #f39000;
	border: 0;
	outline: none;
	min-width: 170px;
	display: inline-block;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	margin-left: -5px;
  }
  .single-post .post-password-form input[type="submit"]:hover,
  .single-post .post-password-form input[type="submit"]:focus,
  .single-post .post-password-form input[type="submit"]:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .single-post .post-password-form input[type="submit"]:hover,
  .single-post .post-password-form input[type="submit"]:focus,
  .single-post .post-password-form input[type="submit"]:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .single-post .mf-single-post-socials-share {
	display: flex;
	align-items: center;
	margin: 0 0 30px;
  }
  .single-post .mf-single-post-socials-share .share-icon {
	color: #f39000;
	display: inline-block;
	padding-right: 10px;
  }
  .single-post .mf-single-post-socials-share h4 {
	margin: 0;
	font-size: 18px;
  }
  .single-post .mf-single-post-socials-share h4 i {
	color: #f39000;
	margin-right: 15px;
  }
  .single-post .mf-single-post-socials-share .social-share {
	margin: 0;
	padding-left: 9px;
  }
  .single-post .mf-single-post-socials-share .social-share li {
	display: inline-block;
	margin-bottom: 0;
  }
  .single-post .mf-single-post-socials-share .social-share li a {
	font-size: 14px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	border: 2px solid #f7faff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-left: 10px;
	color: #848484;
  }
  .single-post .mf-single-post-socials-share .social-share li a:hover {
	color: #3366ff;
  }
  .search-results .dl-blog-wrapper {
	width: 100%;
	float: none;
  }
  .dl-latest-post .entry-content {
	display: none;
  }
  /**
   * 6.2 Comments
   */
  .bypostauthor {
	display: block;
  }
  .comments-area {
	clear: both;
	padding-top: 65px;
  }
  .comments-area .comment-navigation {
	margin: 20px 0 10px;
	clear: both;
  }
  .comments-area .comment-navigation .nav-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .comments-area .comment-navigation .nav-links a {
	color: #848484;
  }
  .comments-area .comment-navigation .nav-links a:hover {
	color: #f39000;
  }
  .comments-area .comment-navigation .nav-links .nav-previous a,
  .comments-area .comment-navigation .nav-links .nav-next a {
	position: relative;
	padding-left: 13px;
  }
  .comments-area .comment-navigation .nav-links .nav-previous a:before,
  .comments-area .comment-navigation .nav-links .nav-next a:before {
	font-family: FontAweSome;
	content: "\f100";
	font-size: 14px;
	position: absolute;
	top: -1px;
	left: 0;
  }
  .comments-area .comment-navigation .nav-links .nav-next a {
	padding-left: 0;
	padding-right: 13px;
  }
  .comments-area .comment-navigation .nav-links .nav-next a:before {
	right: 0;
	left: auto;
	content: "\f101";
  }
  .comment-reply-title,
  .comments-title {
	color: #222;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 15px;
  }
  #cancel-comment-reply-link {
	padding-left: 20px;
  }
  .comment-reply-title {
	margin: 0 0 20px;
  }
  .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .comment-list .children {
	list-style: none;
	padding: 0 0 0 30px;
  }
  .comment-list .children article {
	border: 0;
  }
  .comment-list .children:last-child {
	margin-bottom: 0;
  }
  .comment-list > .comment:first-child article {
	border: none;
  }
  .comment-list .comment-respond {
	clear: both;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 50px;
  }
  .comment,
  .pingback {
	zoom: 1;
	float: left;
	clear: both;
	width: 100%;
  }
  .comment:before,
  .pingback:before,
  .comment:after,
  .pingback:after {
	content: "";
	display: table;
  }
  .comment:after,
  .pingback:after {
	clear: both;
  }
  .comment article,
  .pingback article {
	padding: 18px 0 23px;
	overflow: hidden;
	border: 0;
  }
  .comment .comment-author,
  .pingback .comment-author {
	padding-right: 15px;
	float: left;
  }
  .comment .comment-reply-link,
  .pingback .comment-reply-link,
  .comment .comment-edit-link,
  .pingback .comment-edit-link {
	font-size: 14px;
	color: #9b9ea8 !important;
  }
  .comment .comment-edit-link,
  .pingback .comment-edit-link {
	float: right;
	margin-right: 20px;
  }
  .comment .comment-meta {
	margin-left: 80px;
	border: 2px solid #f7faff;
	padding: 10px 20px;
  }
  .comment .comment-meta .author-name,
  .comment .comment-meta a {
	color: #222222;
	font-weight: 600;
	font-style: normal;
	font-family: 'Poppins', sans-serif;
  }
  .comment-respond {
	margin-top: 50px;
  }
  .comment-content {
	word-break: break-all;
	padding-top: 8px;
	color: #9b9ea8;
  }
  .comment-content a {
	word-wrap: break-word;
  }
  .comment-awaiting-moderation {
	display: block;
  }
  .comment-form {
	color: #9b9ea8;
  }
  .comment-form label {
	font-weight: 400;
  }
  .comment-form textarea {
	width: 100%;
	height: 100px;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
	width: 50%;
	float: left;
  }
  .comment-form .comment-form-author input,
  .comment-form .comment-form-email input {
	width: 100%;
  }
  .comment-form .comment-form-author {
	padding-right: 15px;
  }
  .comment-form .comment-form-email {
	padding-left: 15px;
  }
  .comment-form .comment-form-url {
	clear: both;
  }
  .comment-form .comment-form-url input {
	width: 100%;
  }
  .comment-form .comment-form-cookies-consent input {
	margin-right: 5px;
  }
  .comment-form .form-submit {
	margin-top: 35px;
	margin-bottom: 0;
  }
  .comment-form .form-submit input {
	border: 0;
	background-color: #f39000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	padding: 0 60px;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
  }
  .pingback .comment-meta {
	margin-left: 0;
  }
  /*--------------------------------------------------------------
  7.0 - Widgets
  --------------------------------------------------------------*/
  .widget {
	margin-bottom: 50px;
  }
  .widget:last-child {
	margin-bottom: 0;
  }
  .widget .widget-title {
	font-size: 20px;
	margin-bottom: 28px;
	margin-top: 0;
	color: #222222;
	padding-bottom: 17px;
	position: relative;
  }
  .widget .widget-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #f39000;
  }
  .widget ul {
	margin: 0;
	padding: 0;
  }
  .widget ul li {
	list-style: none;
	margin-bottom: 0;
  }
  .widget ul li ul {
	padding: 0;
	margin: 7px 0 0 0;
	border: 0;
  }
  .widget ul li ul li:before {
	display: none;
  }
  .widget table,
  .widget select {
	width: 100%;
  }
  .widget select {
	border: 2px solid #f7faff;
	padding: 10px 20px;
	background-color: transparent;
  }
  .widget select option {
	color: #555;
  }
  .widget table {
	text-align: left;
	width: 100%;
  }
  .widget table caption {
	border: 2px solid #f7faff;
	border-bottom-width: 0;
	text-align: center;
  }
  .widget table tr {
	border: 1px solid #9b9ea8;
	border-bottom-width: 0;
	padding: 3px 0;
  }
  .widget table tr td,
  .widget table tr th {
	padding: 0 5px;
	border: 2px solid #f7faff;
  }
  .widget_calendar {
	line-height: 26px;
  }
  .widget_calendar table th,
  .widget_calendar table td {
	text-align: center;
  }
  .widget_calendar a {
	color: #9b9ea8;
  }
  .widget_search {
	margin-bottom: 48px;
  }
  .widget_search .search-form {
	font-size: 16px;
	display: flex;
	position: relative;
	border: 2px solid #f7faff;
  }
  .widget_search .search-form:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 50px;
	width: 1px;
	height: 30px;
	background-color: #e1e8f4;
	z-index: 9;
  }
  .widget_search .search-form .screen-reader-text {
	display: none;
  }
  .widget_search .search-form ::-webkit-input-placeholder {
	color: #9b9ea8;
  }
  .widget_search .search-form :-moz-placeholder {
	color: #9b9ea8;
  }
  .widget_search .search-form ::-moz-placeholder {
	color: #9b9ea8;
  }
  .widget_search .search-form :-ms-input-placeholder {
	color: #9b9ea8;
  }
  .widget_search .search-form:before {
	content: '\f002';
	position: absolute;
	top: 50%;
	right: 20px;
	color: #393939;
	font-family: FontAwesome;
	font-size: 14px;
	z-index: 99;
	transform: translateY(-50%);
  }
  .widget_search .search-form label {
	width: 100%;
	margin-bottom: 0;
  }
  .widget_search .search-form label input {
	width: 100%;
  }
  .widget_search .search-form .search-field {
	padding: 0 20px;
	height: 60px;
	background-color: transparent;
	font-weight: 400;
	border-width: 0;
  }
  .widget_search .search-form .search-submit {
	position: relative;
	width: 50px;
	height: 50px;
	opacity: 0;
	z-index: 999;
  }
  .widget_categories li,
  .widget_recent_comments li,
  .widget_rss li,
  .widget_pages li,
  .widget_archive li,
  .widget_nav_menu li,
  .widget_recent_entries li,
  .widget_meta li,
  .widget_dl-custom-menu li {
	padding: 8px 0;
  }
  .widget_categories .children,
  .widget_recent_comments .children,
  .widget_rss .children,
  .widget_pages .children,
  .widget_archive .children,
  .widget_nav_menu .children,
  .widget_recent_entries .children,
  .widget_meta .children,
  .widget_dl-custom-menu .children {
	margin-top: 8px;
	margin-left: 10px;
  }
  .widget_categories .children li:last-child,
  .widget_recent_comments .children li:last-child,
  .widget_rss .children li:last-child,
  .widget_pages .children li:last-child,
  .widget_archive .children li:last-child,
  .widget_nav_menu .children li:last-child,
  .widget_recent_entries .children li:last-child,
  .widget_meta .children li:last-child,
  .widget_dl-custom-menu .children li:last-child {
	padding-bottom: 0;
  }
  .widget_categories li,
  .widget_archive li,
  .widget_pages li,
  .widget_meta li,
  .widget_nav_menu li,
  .widget_dl-custom-menu li {
	padding-left: 0;
	position: relative;
  }
  .widget_categories li > a,
  .widget_archive li > a,
  .widget_pages li > a,
  .widget_meta li > a,
  .widget_nav_menu li > a,
  .widget_dl-custom-menu li > a {
	color: #9b9ea8;
  }
  .widget_categories li > a:hover,
  .widget_archive li > a:hover,
  .widget_pages li > a:hover,
  .widget_meta li > a:hover,
  .widget_nav_menu li > a:hover,
  .widget_dl-custom-menu li > a:hover {
	color: #f39000;
  }
  .widget_categories li .children li,
  .widget_archive li .children li,
  .widget_pages li .children li,
  .widget_meta li .children li,
  .widget_nav_menu li .children li,
  .widget_dl-custom-menu li .children li,
  .widget_categories li .sub-menu li,
  .widget_archive li .sub-menu li,
  .widget_pages li .sub-menu li,
  .widget_meta li .sub-menu li,
  .widget_nav_menu li .sub-menu li,
  .widget_dl-custom-menu li .sub-menu li {
	padding-left: 10px;
  }
  .widget_categories li .children li:last-child,
  .widget_archive li .children li:last-child,
  .widget_pages li .children li:last-child,
  .widget_meta li .children li:last-child,
  .widget_nav_menu li .children li:last-child,
  .widget_dl-custom-menu li .children li:last-child,
  .widget_categories li .sub-menu li:last-child,
  .widget_archive li .sub-menu li:last-child,
  .widget_pages li .sub-menu li:last-child,
  .widget_meta li .sub-menu li:last-child,
  .widget_nav_menu li .sub-menu li:last-child,
  .widget_dl-custom-menu li .sub-menu li:last-child {
	padding-bottom: 0;
  }
  .widget_categories li .children li a:before,
  .widget_archive li .children li a:before,
  .widget_pages li .children li a:before,
  .widget_meta li .children li a:before,
  .widget_nav_menu li .children li a:before,
  .widget_dl-custom-menu li .children li a:before,
  .widget_categories li .sub-menu li a:before,
  .widget_archive li .sub-menu li a:before,
  .widget_pages li .sub-menu li a:before,
  .widget_meta li .sub-menu li a:before,
  .widget_nav_menu li .sub-menu li a:before,
  .widget_dl-custom-menu li .sub-menu li a:before {
	display: none;
  }
  .widget_archive ul,
  .widget_categories ul {
	padding: 0;
	border: none;
  }
  .widget_archive ul li,
  .widget_categories ul li {
	padding: 8px 0;
  }
  .widget_archive ul li:first-child,
  .widget_categories ul li:first-child {
	padding-top: 0;
  }
  .widget_archive ul li:last-child,
  .widget_categories ul li:last-child {
	padding-bottom: 0;
  }
  .widget_archive ul li:before,
  .widget_categories ul li:before {
	display: none;
  }
  .widget_categories {
	margin-bottom: 40px;
  }
  .widget_categories .widget-title {
	margin-bottom: 24px;
  }
  .widget_archive {
	position: relative;
	margin-bottom: 47px;
  }
  .widget_archive select {
	height: 60px;
  }
  .widget_recent_comments ul,
  .widget_recent_entries ul,
  .widget_rss ul {
	padding: 0;
  }
  .widget_recent_comments ul li,
  .widget_recent_entries ul li,
  .widget_rss ul li {
	padding: 10px 0;
	transition: 0.5s;
  }
  .widget_recent_comments ul li:last-child,
  .widget_recent_entries ul li:last-child,
  .widget_rss ul li:last-child {
	border-bottom: 0;
  }
  .widget_recent_comments ul li a,
  .widget_recent_entries ul li a,
  .widget_rss ul li a {
	color: #222222;
	font-weight: 500;
  }
  .widget_dl-custom-menu .custom-menu-area {
	zoom: 1;
  }
  .widget_dl-custom-menu .custom-menu-area:before,
  .widget_dl-custom-menu .custom-menu-area:after {
	content: "";
	display: table;
  }
  .widget_dl-custom-menu .custom-menu-area:after {
	clear: both;
  }
  .widget_dl-custom-menu .custom-menu-area .custom-menu {
	width: 50%;
	float: left;
  }
  .widget_dl-custom-menu .custom-menu-area .custom-menu li {
	padding: 0 0 11px 0;
  }
  .widget_dl-custom-menu .custom-menu-area .custom-menu-1 {
	padding-right: 15px;
  }
  .widget_dl-custom-menu .custom-menu-area .custom-menu-2 {
	padding-left: 20px;
	padding-bottom: 0;
	margin-bottom: 9px;
  }
  .widget_dl-custom-menu .custom-menu-area.disable-menu-2 .custom-menu {
	width: 100%;
  }
  .widget_dl-custom-menu .custom-menu-area.show-icon li {
	padding-left: 20px;
  }
  .widget_dl-custom-menu .custom-menu-area.show-icon li:after {
	content: '\f101';
	position: absolute;
	font-family: FontAweSome;
	top: -4px;
	left: 0;
	opacity: 0.2;
	z-index: 99;
	font-size: 20px;
  }
  .widget_tag_cloud {
	margin-bottom: 34px;
  }
  .widget_tag_cloud .widget-title {
	margin-bottom: 30px;
  }
  .widget_tag_cloud a {
	margin: 0 5px 9px 0;
	display: inline-block;
	font-weight: 400;
	color: #848484;
	font-size: 16px !important;
	border: 1px solid #f7faff;
	padding: 9px 14px 8px;
	line-height: 1;
	border-radius: 17px;
	transition: all 0.7s;
  }
  .widget_tag_cloud a:hover {
	color: #fff;
	background-color: #f39000;
	border-color: #f39000;
	text-decoration: none;
  }
  .tabs-widget .tabs-nav li {
	width: 33%;
	border-bottom: none;
	padding-bottom: 0;
  }
  .tabs-widget .tabs-nav li:last-child {
	width: 34%;
  }
  .tabs-widget .tabs-nav li:before {
	display: none;
  }
  .tabs-widget .tabs-nav li a {
	background-color: #555;
	border: 1px solid #9b9ea8;
	color: #646464;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
  }
  .tabs-widget .tabs-nav li a.active {
	color: #fff;
	text-decoration: none;
	border-color: transparent;
  }
  .tabs-widget .tabs-nav li a:hover {
	text-decoration: none;
  }
  .tabs-widget .tabs-panel {
	margin-top: -1px;
	padding: 15px 0 20px;
  }
  .tabs-widget .tab-comments .comment {
	border-bottom: solid 1px #9b9ea8;
	padding: 10px 0;
	overflow: hidden;
  }
  .tabs-widget .tab-comments .comment-summary {
	font-style: italic;
	margin-bottom: 5px;
  }
  .recent-posts-widget {
	margin-bottom: 37px;
  }
  .recent-posts-widget .widget-title {
	margin-bottom: 25px;
  }
  .recent-posts-widget .box-recent-post .recent-post:last-child {
	margin-bottom: 30px;
  }
  .recent-posts-widget .more-post {
	display: flex;
	align-items: center;
  }
  .recent-posts-widget .more-post svg {
	width: 20px;
	height: 20px;
	margin-left: 10px;
  }
  .recent-posts-widget .post-date i {
	display: none;
  }
  .recent-posts-widget .recent-post .entry-meta,
  .recent-posts-widget .popular-post .entry-meta {
	margin-bottom: 9px;
  }
  .recent-post,
  .popular-post {
	margin-bottom: 40px;
	overflow: hidden;
	display: flex;
  }
  .recent-post .widget-thumb,
  .popular-post .widget-thumb {
	float: left;
	max-width: 100px;
	margin-right: 20px;
  }
  .recent-post .btn-recent a,
  .popular-post .btn-recent a,
  .recent-post .entry-meta,
  .popular-post .entry-meta {
	color: #9b9ea8;
  }
  .recent-post .entry-meta,
  .popular-post .entry-meta {
	font-size: 14px;
	line-height: 24px;
  }
  .recent-post .entry-meta .meta:after,
  .popular-post .entry-meta .meta:after {
	padding: 0 0 0 5px;
  }
  .recent-post .post-text,
  .popular-post .post-text {
	width: 63%;
  }
  .recent-post .post-text .post-title,
  .popular-post .post-text .post-title {
	display: block;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 3px;
  }
  .recent-post .post-text a:hover,
  .popular-post .post-text a:hover {
	color: #f39000;
  }
  .recent-post.no-thumbnail .post-text,
  .popular-post.no-thumbnail .post-text {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
  }
  .widget-recent-comments li {
	padding: 20px 0;
	color: #9b9ea8;
  }
  .widget-recent-comments li a,
  .widget-recent-comments li p {
	color: #555;
  }
  .delaware-social-links-widget .widget-desc {
	margin-right: 30px;
	margin-bottom: 10px;
  }
  .delaware-social-links-widget a {
	display: inline-block;
	padding: 0 7px;
	color: #fff;
	font-size: 14px;
  }
  .delaware-social-links-widget a:hover {
	color: #eedc18;
  }
  .delaware-social-links-widget a:first-child {
	padding-left: 0;
  }
  .delaware-social-links-widget a:last-child {
	padding-right: 0;
  }
  .widget_recent_entries ul li {
	padding: 5px 0;
  }
  .widget_recent_entries ul li a {
	color: #222222;
	font-weight: 500;
  }
  .delaware-newsletter-widget .widget-title {
	margin-bottom: 23px;
  }
  .delaware-newsletter-widget .mc4wp-form {
	margin-top: 13px;
  }
  .delaware-newsletter-widget .mc4wp-form-fields:after,
  .delaware-newsletter-widget .mc4wp-form-fields span {
	display: none;
  }
  .delaware-newsletter-widget .mc4wp-form-fields input[type="email"] {
	height: 60px;
  }
  .delaware-newsletter-widget .mc4wp-form-fields input[type="submit"] {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #f39000;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	width: 70px;
	right: 0;
	border-left: 1px solid #e1e8f4;
  }
  .delaware-languages-widget .list-dropdown {
	position: relative;
	display: inline-block;
  }
  .delaware-languages-widget .list-dropdown .current {
	cursor: pointer;
	text-transform: uppercase;
	color: #9b9ea8;
  }
  .delaware-languages-widget .list-dropdown img {
	margin-right: 10px;
  }
  .delaware-languages-widget .list-dropdown i {
	margin-left: 10px;
	transform: translateY(-1px);
  }
  .delaware-languages-widget .list-dropdown ul {
	transition: all 0.3s;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	min-width: 130px;
	white-space: nowrap;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(26px);
	transform-origin: 0 0;
	background-color: #fff;
	box-shadow: 1px 2px 21px 0 rgba(1, 1, 1, 0.15);
	text-align: left;
	z-index: -1;
  }
  .delaware-languages-widget .list-dropdown ul:before {
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	background-color: transparent;
	left: 0;
	top: -20px;
	z-index: 99;
  }
  .delaware-languages-widget .list-dropdown ul li {
	border-bottom: 1px solid #e9f0fc;
	padding: 9px 10px 7px;
	cursor: pointer;
	line-height: 1;
	transition: 0.3s;
	display: block;
  }
  .delaware-languages-widget .list-dropdown ul li a {
	display: block;
	color: #000;
  }
  .delaware-languages-widget .list-dropdown ul li:hover {
	background-color: #f7faff;
  }
  .delaware-languages-widget .list-dropdown:hover ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(16px);
	z-index: 99;
  }
  .dl-portfolio-widget .portfolio-widget-wrapper {
	margin-left: -5px;
	margin-right: -5px;
  }
  .dl-portfolio-widget .portfolio-widget-item {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
  }
  .topbar {
	background-color: #1997D2;
	color: #abaebe;
  }
  .topbar .row-flex {
	align-items: stretch;
	min-height: 55px;
  }
  .topbar .topbar-widgets {
	flex-grow: 1;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
  }
  .topbar .topbar-left .delaware-office-location-widget .office-switcher {
	float: left;
	margin-right: 20px;
	margin-left: 0;
  }
  .topbar .topbar-right {
	justify-content: flex-end;
  }
  .topbar .widget {
	margin: 10px 0;
	padding: 0 15px;
  }
  .topbar .widget .widget-title {
	color: #abaebe;
  }
  .topbar .widget ul {
	margin: 0;
	padding: 0;
	border: 0;
  }
  .topbar .topbar-widgets .widget {
	margin-bottom: 10px;
  }
  .topbar .topbar-widgets .widget.widget_nav_menu {
	margin-bottom: 0;
  }
  .topbar .widget_search .search-form {
	position: relative;
	border: 1px solid #142476;
	max-width: 200px;
  }
  .topbar .widget_search .search-form:before {
	color: #9b9ea8;
	font-size: 16px;
	right: 15px;
  }
  .topbar .widget_search .search-form:after {
	display: none;
  }
  .topbar .widget_search .search-form .search-field {
	height: 37px;
	line-height: 37px;
	padding-left: 15px;
	padding-right: 45px;
  }
  .topbar .widget_search .search-form .search-submit {
	width: 37px;
	height: 37px;
  }
  .topbar .delaware-social-links-widget a {
	color: #abaebe;
	padding: 0 10px;
  }
  .topbar .delaware-social-links-widget a:first-child {
	padding-left: 0;
  }
  .topbar .delaware-social-links-widget a:last-child {
	padding-right: 0;
  }
  .topbar .delaware-social-links-widget a:hover {
	color: #f39000;
  }
  .topbar .widget_recent_comments ul li a,
  .topbar .widget_recent_entries ul li a,
  .topbar .widget_rss ul li a {
	color: #abaebe;
  }
  .topbar .widget_categories,
  .topbar .widget_archive,
  .topbar .widget_pages,
  .topbar .widget_meta,
  .topbar .widget_nav_menu,
  .topbar .widget_dl-custom-menu {
	margin: 0;
  }
  .topbar .widget_categories ul li,
  .topbar .widget_archive ul li,
  .topbar .widget_pages ul li,
  .topbar .widget_meta ul li,
  .topbar .widget_nav_menu ul li,
  .topbar .widget_dl-custom-menu ul li {
	padding: 15px 18px;
	border-right: 1px solid #142476;
	display: inline-block;
  }
  .topbar .widget_categories ul li a,
  .topbar .widget_archive ul li a,
  .topbar .widget_pages ul li a,
  .topbar .widget_meta ul li a,
  .topbar .widget_nav_menu ul li a,
  .topbar .widget_dl-custom-menu ul li a {
	color: #abaebe;
  }
  .topbar .widget_categories ul li:first-child,
  .topbar .widget_archive ul li:first-child,
  .topbar .widget_pages ul li:first-child,
  .topbar .widget_meta ul li:first-child,
  .topbar .widget_nav_menu ul li:first-child,
  .topbar .widget_dl-custom-menu ul li:first-child {
	padding-left: 0;
  }
  .topbar .widget_categories li:before,
  .topbar .widget_archive li:before,
  .topbar .widget_pages li:before,
  .topbar .widget_meta li:before,
  .topbar .widget_nav_menu li:before,
  .topbar .widget_dl-custom-menu li:before {
	display: none;
  }
  .topbar.topbar-mobile .topbar-widgets {
	padding-left: 0;
	padding-right: 0;
  }
  .header-v3 .topbar {
	background-color: #f7faff;
  }
  .header-v3 .topbar .widget_search .search-form {
	border-color: #e2eaf6;
  }
  .header-v3 .topbar .widget_categories ul li,
  .header-v3 .topbar .widget_archive ul li,
  .header-v3 .topbar .widget_pages ul li,
  .header-v3 .topbar .widget_meta ul li,
  .header-v3 .topbar .widget_nav_menu ul li,
  .header-v3 .topbar .widget_dl-custom-menu ul li {
	border-right: 0;
  }
  .header-v3 .topbar .widget_categories ul li:last-child,
  .header-v3 .topbar .widget_archive ul li:last-child,
  .header-v3 .topbar .widget_pages ul li:last-child,
  .header-v3 .topbar .widget_meta ul li:last-child,
  .header-v3 .topbar .widget_nav_menu ul li:last-child,
  .header-v3 .topbar .widget_dl-custom-menu ul li:last-child {
	padding-right: 0;
  }
  .delaware-office-location-widget .svg-icon {
	padding-right: 10px;
	color: #f39000;
	font-size: 20px;
  }
  .delaware-office-location-widget .office-location {
	display: flex;
	align-items: center;
  }
  .delaware-office-location-widget .current-office {
	color: #abaebe;
	padding-right: 15px;
	padding-left: 5px;
	position: relative;
  }
  .delaware-office-location-widget .current-office:after {
	content: '\f078';
	font-family: FontAweSome;
	position: absolute;
	top: 45%;
	right: 0;
	transform: translateY(-50%);
	font-size: 10px;
	z-index: 99;
  }
  .delaware-office-location-widget .office-switcher {
	position: relative;
	float: right;
	margin-left: 20px;
  }
  .delaware-office-location-widget .office-switcher > i {
	display: none;
  }
  .delaware-office-location-widget .office-switcher > a {
	display: inline-block;
  }
  .delaware-office-location-widget .office-switcher i {
	text-align: right;
	font-size: 10px;
  }
  .delaware-office-location-widget .office-switcher ul {
	transform: scaleX(0);
	transition: top 0.3s ease 0s, opacity 0.3s;
	position: absolute;
	color: #222;
	min-width: 100%;
	left: 0;
	top: calc(100% + 18px);
	text-align: left;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 1px 2px 21px 0 rgba(1, 1, 1, 0.15);
	font-size: 14px;
  }
  .delaware-office-location-widget .office-switcher ul li {
	border-bottom: 1px solid #e9f0fc;
	transition: 0.5s;
	padding: 9px 10px 7px;
	cursor: pointer;
	line-height: 1;
  }
  .delaware-office-location-widget .office-switcher ul li:last-child {
	border-bottom: 0;
  }
  .delaware-office-location-widget .office-switcher ul li:hover {
	background-color: #f7faff;
  }
  .delaware-office-location-widget .office-switcher.show-office ul {
	transform: scaleX(1);
	top: calc(100% + 5px);
  }
  .delaware-office-location-widget .topbar-office {
	display: none;
	margin-left: -8px;
	margin-right: -8px;
  }
  .delaware-office-location-widget .topbar-office a {
	color: #abaebe;
  }
  .delaware-office-location-widget .topbar-office.active {
	display: inline-block;
  }
  .delaware-office-location-widget .topbar-office li {
	display: inline-block;
	padding: 0 8px;
	position: relative;
	line-height: 1;
  }
  .delaware-office-location-widget .topbar-office li i {
	color: #f39000;
	padding-right: 10px;
	font-size: 18px;
  }
  .delaware-office-location-widget .topbar-office li i:before {
	font-size: 18px;
  }
  .page-header {
	margin: 0;
	border-bottom: 0;
	padding-bottom: 0;
	background-color: rgba(0, 0, 0, 0.08);
  }
  .page-header .page-header-content {
	padding: 50px 0;
	position: relative;
  }
  .page-header .row-flex {
	justify-content: space-between;
	align-items: center;
  }
  .page-header h1 {
	margin: 20px 0;
	color: #1997D2;
	word-break: break-word;
	padding-left: 15px;
	padding-right: 15px;
  }
  .page-header.hide-title h1 {
	line-height: 0;
	text-indent: -9999px;
  }
  .page-header .breadcrumbs {
	padding: 10px 15px;
	color: #000;
  }
  .page-header .breadcrumbs a {
	color: #000;
  }
  .page-header .breadcrumbs a.home {
	font-weight: 500;
  }
  .page-header .featured-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
  }
  .page-header .featured-image span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }
  .page-header.parallax .featured-image {
	background-attachment: fixed;
  }
  .page-header.text-light h1,
  .page-header.text-light .breadcrumbs,
  .page-header.text-light .breadcrumbs a {
	color: #fff;
  }
  .header-v3 .page-header .page-header-content {
	padding-top: 85px;
  }
  .no-padding {
	padding: 0;
  }
  .no-border {
	border: none;
  }
  .service-wrapper {
	margin-bottom: 40px;
  }
  .service-wrapper .entry-header {
	position: relative;
	overflow: hidden;
  }
  .service-wrapper .entry-header .entry-thumbnail {
	margin: 0;
  }
  .service-wrapper .entry-header .entry-thumbnail img {
	transition: 0.5s;
  }
  .service-wrapper .icon-link {
	font-size: 30px;
	position: absolute;
	background: linear-gradient(#00ade9, #00ade9);
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #bfb325;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	opacity: 0;
	transition: 0.5s;
  }
  .service-wrapper .entry-title {
	font-size: 18px;
  }
  .service-wrapper .entry-thumbnail {
	margin-bottom: 0;
	display: block;
  }
  .service-wrapper .entry-content {
	border: 2px solid #f7faff;
	padding: 10px 35px 30px;
	transition: 0.5s;
  }
  .service-wrapper .entry-content .descr {
	color: #9b9ea8;
	line-height: 25px;
	margin-top: 17px;
  }
  .service-wrapper .entry-content .read-more {
	text-align: center;
	margin-top: 15px;
  }
  .service-wrapper .entry-content .read-more a {
	color: #f39000;
	line-height: 27px;
  }
  .service-wrapper .entry-content .read-more .svg-icon {
	padding-left: 8px;
  }
  .service-wrapper:hover .entry-thumbnail img {
	transform: scale(1.06);
  }
  .service-wrapper:hover .icon-link {
	opacity: 1;
  }
  .service-wrapper:hover .entry-content {
	background-color: #f7faff;
  }
  .post-type-archive-service .content-single-service .no-border {
	border-right: none;
  }
  .post-type-archive-service .content-single-service .no-padding-right {
	padding-right: 0;
  }
  .post-type-archive-service .content-single-service .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  }
  .service-sidebar .widget {
	border: 4px solid #e1e8f4;
	padding: 25px;
	float: left;
	width: 100%;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.24);
  }
  .service-sidebar .widget .widget-title {
	font-size: 18px;
	text-transform: inherit;
  }
  .service-sidebar .widget .menu {
	padding: 0;
	margin: -14px 0 0 0;
	border: 0;
  }
  .service-sidebar .widget .menu li {
	border: none;
	padding: 0;
	border-bottom: 4px solid #e1e8f4;
  }
  .service-sidebar .widget .menu li a {
	padding: 14px 0;
	color: #9b9ea8;
	text-transform: capitalize;
	display: block;
	transition: 0.5s;
  }
  .service-sidebar .widget .menu li:before {
	display: none;
  }
  .service-sidebar .widget .menu li:after {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	left: -10px;
	top: 15px;
	color: #f39000;
	opacity: 0;
	transition: 0.5s;
  }
  .service-sidebar .widget .menu li:last-child {
	border-bottom: none;
  }
  .service-sidebar .widget .menu li.current-menu-item a,
  .service-sidebar .widget .menu li:hover a,
  .service-sidebar .widget .menu li.current-menu-item:after,
  .service-sidebar .widget .menu li:hover:after {
	color: #f39000;
  }
  .service-sidebar .widget .menu li.current-menu-item a,
  .service-sidebar .widget .menu li:hover a {
	padding-left: 20px;
  }
  .service-sidebar .widget .menu li.current-menu-item:after,
  .service-sidebar .widget .menu li:hover:after {
	opacity: 1;
	left: 0;
  }
  .service-sidebar .widget.widget_media_image {
	padding: 0;
	border: 0;
  }
  .service-sidebar .widget.widget_categories,
  .service-sidebar .widget.widget_archive,
  .service-sidebar .widget.widget_pages,
  .service-sidebar .widget.widget_meta,
  .service-sidebar .widget.widget_nav_menu,
  .service-sidebar .widget.widget_dl-custom-menu {
	padding-bottom: 0;
  }
  .service-sidebar .broucher {
	float: left;
	margin-top: 25px;
  }
  .service-sidebar .broucher .light {
	float: left;
	width: 100%;
	padding: 15px;
	background-color: #f7faff;
	color: #222;
	margin: 10px 0;
  }
  .service-sidebar .broucher .light i {
	color: #f39000;
	margin-right: 10px;
  }
  .service-sidebar .broucher .dark {
	float: left;
	width: 100%;
	padding: 15px;
	background-color: #1997D2;
	color: #fff;
	margin-bottom: 25px;
  }
  .service-sidebar .broucher .dark i {
	color: #f39000;
	margin-right: 10px;
  }
  .service-sidebar .banner {
	float: left;
  }
  .service-sidebar .banner h3 {
	font-size: 24px;
	color: #fff;
  }
  .service-sidebar .banner .line {
	float: left;
	width: 100%;
	height: 2px;
	background-color: #3f4169;
	margin: 20px 0;
  }
  .categories-filter {
	color: #9b9ea8;
	text-transform: uppercase;
	margin-bottom: 40px;
  }
  .categories-filter .button {
	display: inline-block;
	padding: 0 12px 6px;
	cursor: pointer;
	position: relative;
	transition: 0.5s;
  }
  .categories-filter .button:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 20px;
	height: 3px;
	background-color: #f39000;
	opacity: 0;
	transition: 0.5s;
  }
  .categories-filter .button:hover,
  .categories-filter .button.active {
	color: #f39000;
  }
  .categories-filter .button:hover:after,
  .categories-filter .button.active:after {
	opacity: 1;
  }
  .portfolio-wrapper {
	margin-bottom: 30px;
  }
  .portfolio-wrapper .entry-header {
	position: relative;
	overflow: hidden;
  }
  .portfolio-wrapper .entry-thumbnail {
	position: relative;
	display: block;
	margin-bottom: 0;
  }
  .portfolio-wrapper .entry-thumbnail:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(#00ade9, #00ade9);
	opacity: 0;
	transition: 0.5s;
	z-index: 99;
  }
  .portfolio-wrapper .entry-thumbnail img {
	transition: 0.5s;
  }
  .portfolio-wrapper .entry-summary {
	padding: 30px;
  }
  .portfolio-wrapper .entry-summary p {
	margin-bottom: 10px;
  }
  .portfolio-wrapper .read-more {
	padding-top: 7px;
  }
  .portfolio-wrapper .read-more .svg-icon {
	padding-left: 8px;
  }
  .portfolio-wrapper .descr {
	text-align: left;
  }
  .portfolio-wrapper .category {
	color: #9b9ea8;
	display: block;
	position: relative;
	padding-left: 40px;
  }
  .portfolio-wrapper .category:before {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 11px;
	background-color: #f39000;
  }
  .portfolio-wrapper .entry-title {
	font-size: 18px;
	text-align: left;
  }
  .portfolio-wrapper .entry-title:hover a {
	color: #222;
  }
  .portfolio-wrapper .portfolio-inner {
	border: 2px solid #f7faff;
	transition: 0.5s;
  }
  .portfolio-wrapper .portfolio-inner:hover {
	background-color: #f7faff;
  }
  .portfolio-wrapper .portfolio-inner:hover .entry-thumbnail:before {
	opacity: 1;
  }
  .portfolio-wrapper .portfolio-inner:hover .entry-thumbnail img {
	transform: scale(1.06);
  }
  .portfolio-wrapper.columns-2 .entry-header,
  .portfolio-wrapper.masonry .entry-header {
	margin-bottom: 22px;
  }
  .portfolio-wrapper.columns-2 .entry-content,
  .portfolio-wrapper.masonry .entry-content {
	padding-bottom: 0;
  }
  .portfolio-wrapper.columns-2 .entry-summary,
  .portfolio-wrapper.masonry .entry-summary {
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 100;
	color: #fff;
  }
  .portfolio-wrapper.columns-2 .entry-summary a,
  .portfolio-wrapper.masonry .entry-summary a {
	color: #fff;
  }
  .portfolio-wrapper.columns-2 .read-more,
  .portfolio-wrapper.masonry .read-more {
	transform: translateY(20px);
	transition-duration: 0.35s;
	transition-delay: 0.2s;
	opacity: 0;
  }
  .portfolio-wrapper.columns-2 .descr,
  .portfolio-wrapper.masonry .descr {
	transform: translateY(20px);
	transition-duration: 0.35s;
	opacity: 0;
  }
  .portfolio-wrapper.columns-2 .portfolio-inner,
  .portfolio-wrapper.masonry .portfolio-inner {
	padding: 30px;
  }
  .portfolio-wrapper.columns-2 .portfolio-inner:hover .read-more,
  .portfolio-wrapper.masonry .portfolio-inner:hover .read-more,
  .portfolio-wrapper.columns-2 .portfolio-inner:hover .descr,
  .portfolio-wrapper.masonry .portfolio-inner:hover .descr {
	transform: translateY(0);
	opacity: 1;
  }
  .portfolio-wrapper.columns-2 {
	margin-bottom: 55px;
  }
  .portfolio-wrapper.columns-2 .portfolio-inner {
	border: 0;
	background-color: transparent;
	padding: 0;
  }
  .portfolio-wrapper.columns-2 .portfolio-inner:hover .btn-plus {
	opacity: 1;
  }
  .portfolio-wrapper.columns-2 .portfolio-inner:hover .entry-title a {
	color: #f39000;
  }
  .portfolio-wrapper.columns-2 .entry-title {
	margin-top: 9px;
	margin-bottom: 0;
  }
  .portfolio-wrapper.columns-2 .entry-summary {
	display: none;
  }
  .portfolio-wrapper.columns-2 .btn-plus {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	opacity: 0;
	z-index: 999;
  }
  .portfolio-wrapper.columns-2 .btn-plus svg {
	fill: #fff;
  }
  .portfolio-wrapper.columns-3 .entry-title {
	margin-bottom: 0;
  }
  .portfolio-wrapper.columns-3 .entry-title a {
	color: #fff;
  }
  .portfolio-wrapper.columns-3 .entry-title:hover a {
	color: #fff;
  }
  .portfolio-wrapper.columns-3 .entry-content {
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 100;
	padding: 25px 30px;
  }
  .portfolio-wrapper.columns-3 .entry-thumbnail:after {
	content: "";
	display: block;
	background: linear-gradient(to top, #1997D2 0%, rgba(17, 28, 85, 0) 58%, rgba(17, 28, 85, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }
  .portfolio-wrapper.columns-3 .category {
	color: #fff;
  }
  .portfolio-wrapper.columns-3 .category:before {
	background-color: #f39000;
  }
  .portfolio-wrapper.columns-3 .read-more a {
	color: #222222;
  }
  .portfolio-wrapper.columns-3 .portfolio-inner:hover .category {
	color: #f39000;
  }
  .delaware-related-portfolio .related-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 700;
  }
  /**
   * 7.1 Woocommerce
   */
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 45px;
	text-align: center;
	background-color: #f39000;
	border: 0;
	outline: none;
	min-width: 170px;
	display: inline-block;
  }
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus,
  .woocommerce #respond input#submit:focus,
  .woocommerce a.button:active,
  .woocommerce button.button:active,
  .woocommerce input.button:active,
  .woocommerce #respond input#submit:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus,
  .woocommerce #respond input#submit:focus,
  .woocommerce a.button:active,
  .woocommerce button.button:active,
  .woocommerce input.button:active,
  .woocommerce #respond input#submit:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit:hover {
	color: #fff;
  }
  .woocommerce a.button:disabled,
  .woocommerce button.button:disabled,
  .woocommerce input.button:disabled,
  .woocommerce #respond input#submit:disabled,
  .woocommerce a.button:disabled[disabled],
  .woocommerce button.button:disabled[disabled],
  .woocommerce input.button:disabled[disabled],
  .woocommerce #respond input#submit:disabled[disabled],
  .woocommerce a.button .disabled,
  .woocommerce button.button .disabled,
  .woocommerce input.button .disabled,
  .woocommerce #respond input#submit .disabled {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 45px;
	text-align: center;
	background-color: #f39000;
	border: 0;
	outline: none;
	min-width: 170px;
	display: inline-block;
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
	line-height: 48px;
  }
  .woocommerce a.button:disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce input.button:disabled:hover,
  .woocommerce #respond input#submit:disabled:hover,
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button .disabled:hover,
  .woocommerce button.button .disabled:hover,
  .woocommerce input.button .disabled:hover,
  .woocommerce #respond input#submit .disabled:hover,
  .woocommerce a.button:disabled:focus,
  .woocommerce button.button:disabled:focus,
  .woocommerce input.button:disabled:focus,
  .woocommerce #respond input#submit:disabled:focus,
  .woocommerce a.button:disabled[disabled]:focus,
  .woocommerce button.button:disabled[disabled]:focus,
  .woocommerce input.button:disabled[disabled]:focus,
  .woocommerce #respond input#submit:disabled[disabled]:focus,
  .woocommerce a.button .disabled:focus,
  .woocommerce button.button .disabled:focus,
  .woocommerce input.button .disabled:focus,
  .woocommerce #respond input#submit .disabled:focus,
  .woocommerce a.button:disabled:active,
  .woocommerce button.button:disabled:active,
  .woocommerce input.button:disabled:active,
  .woocommerce #respond input#submit:disabled:active,
  .woocommerce a.button:disabled[disabled]:active,
  .woocommerce button.button:disabled[disabled]:active,
  .woocommerce input.button:disabled[disabled]:active,
  .woocommerce #respond input#submit:disabled[disabled]:active,
  .woocommerce a.button .disabled:active,
  .woocommerce button.button .disabled:active,
  .woocommerce input.button .disabled:active,
  .woocommerce #respond input#submit .disabled:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce a.button:disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce input.button:disabled:hover,
  .woocommerce #respond input#submit:disabled:hover,
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button .disabled:hover,
  .woocommerce button.button .disabled:hover,
  .woocommerce input.button .disabled:hover,
  .woocommerce #respond input#submit .disabled:hover,
  .woocommerce a.button:disabled:focus,
  .woocommerce button.button:disabled:focus,
  .woocommerce input.button:disabled:focus,
  .woocommerce #respond input#submit:disabled:focus,
  .woocommerce a.button:disabled[disabled]:focus,
  .woocommerce button.button:disabled[disabled]:focus,
  .woocommerce input.button:disabled[disabled]:focus,
  .woocommerce #respond input#submit:disabled[disabled]:focus,
  .woocommerce a.button .disabled:focus,
  .woocommerce button.button .disabled:focus,
  .woocommerce input.button .disabled:focus,
  .woocommerce #respond input#submit .disabled:focus,
  .woocommerce a.button:disabled:active,
  .woocommerce button.button:disabled:active,
  .woocommerce input.button:disabled:active,
  .woocommerce #respond input#submit:disabled:active,
  .woocommerce a.button:disabled[disabled]:active,
  .woocommerce button.button:disabled[disabled]:active,
  .woocommerce input.button:disabled[disabled]:active,
  .woocommerce #respond input#submit:disabled[disabled]:active,
  .woocommerce a.button .disabled:active,
  .woocommerce button.button .disabled:active,
  .woocommerce input.button .disabled:active,
  .woocommerce #respond input#submit .disabled:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce a.button:disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce input.button:disabled:hover,
  .woocommerce #respond input#submit:disabled:hover,
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button .disabled:hover,
  .woocommerce button.button .disabled:hover,
  .woocommerce input.button .disabled:hover,
  .woocommerce #respond input#submit .disabled:hover,
  .woocommerce a.button:disabled:focus,
  .woocommerce button.button:disabled:focus,
  .woocommerce input.button:disabled:focus,
  .woocommerce #respond input#submit:disabled:focus,
  .woocommerce a.button:disabled[disabled]:focus,
  .woocommerce button.button:disabled[disabled]:focus,
  .woocommerce input.button:disabled[disabled]:focus,
  .woocommerce #respond input#submit:disabled[disabled]:focus,
  .woocommerce a.button .disabled:focus,
  .woocommerce button.button .disabled:focus,
  .woocommerce input.button .disabled:focus,
  .woocommerce #respond input#submit .disabled:focus,
  .woocommerce a.button:disabled:active,
  .woocommerce button.button:disabled:active,
  .woocommerce input.button:disabled:active,
  .woocommerce #respond input#submit:disabled:active,
  .woocommerce a.button:disabled[disabled]:active,
  .woocommerce button.button:disabled[disabled]:active,
  .woocommerce input.button:disabled[disabled]:active,
  .woocommerce #respond input#submit:disabled[disabled]:active,
  .woocommerce a.button .disabled:active,
  .woocommerce button.button .disabled:active,
  .woocommerce input.button .disabled:active,
  .woocommerce #respond input#submit .disabled:active {
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
  }
  .woocommerce a.button:disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce input.button:disabled:hover,
  .woocommerce #respond input#submit:disabled:hover,
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button .disabled:hover,
  .woocommerce button.button .disabled:hover,
  .woocommerce input.button .disabled:hover,
  .woocommerce #respond input#submit .disabled:hover,
  .woocommerce a.button:disabled:focus,
  .woocommerce button.button:disabled:focus,
  .woocommerce input.button:disabled:focus,
  .woocommerce #respond input#submit:disabled:focus,
  .woocommerce a.button:disabled[disabled]:focus,
  .woocommerce button.button:disabled[disabled]:focus,
  .woocommerce input.button:disabled[disabled]:focus,
  .woocommerce #respond input#submit:disabled[disabled]:focus,
  .woocommerce a.button .disabled:focus,
  .woocommerce button.button .disabled:focus,
  .woocommerce input.button .disabled:focus,
  .woocommerce #respond input#submit .disabled:focus,
  .woocommerce a.button:disabled:active,
  .woocommerce button.button:disabled:active,
  .woocommerce input.button:disabled:active,
  .woocommerce #respond input#submit:disabled:active,
  .woocommerce a.button:disabled[disabled]:active,
  .woocommerce button.button:disabled[disabled]:active,
  .woocommerce input.button:disabled[disabled]:active,
  .woocommerce #respond input#submit:disabled[disabled]:active,
  .woocommerce a.button .disabled:active,
  .woocommerce button.button .disabled:active,
  .woocommerce input.button .disabled:active,
  .woocommerce #respond input#submit .disabled:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce a.button:disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce input.button:disabled:hover,
  .woocommerce #respond input#submit:disabled:hover,
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button .disabled:hover,
  .woocommerce button.button .disabled:hover,
  .woocommerce input.button .disabled:hover,
  .woocommerce #respond input#submit .disabled:hover,
  .woocommerce a.button:disabled:focus,
  .woocommerce button.button:disabled:focus,
  .woocommerce input.button:disabled:focus,
  .woocommerce #respond input#submit:disabled:focus,
  .woocommerce a.button:disabled[disabled]:focus,
  .woocommerce button.button:disabled[disabled]:focus,
  .woocommerce input.button:disabled[disabled]:focus,
  .woocommerce #respond input#submit:disabled[disabled]:focus,
  .woocommerce a.button .disabled:focus,
  .woocommerce button.button .disabled:focus,
  .woocommerce input.button .disabled:focus,
  .woocommerce #respond input#submit .disabled:focus,
  .woocommerce a.button:disabled:active,
  .woocommerce button.button:disabled:active,
  .woocommerce input.button:disabled:active,
  .woocommerce #respond input#submit:disabled:active,
  .woocommerce a.button:disabled[disabled]:active,
  .woocommerce button.button:disabled[disabled]:active,
  .woocommerce input.button:disabled[disabled]:active,
  .woocommerce #respond input#submit:disabled[disabled]:active,
  .woocommerce a.button .disabled:active,
  .woocommerce button.button .disabled:active,
  .woocommerce input.button .disabled:active,
  .woocommerce #respond input#submit .disabled:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce a.button:disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce input.button:disabled:hover,
  .woocommerce #respond input#submit:disabled:hover,
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button .disabled:hover,
  .woocommerce button.button .disabled:hover,
  .woocommerce input.button .disabled:hover,
  .woocommerce #respond input#submit .disabled:hover,
  .woocommerce a.button:disabled:focus,
  .woocommerce button.button:disabled:focus,
  .woocommerce input.button:disabled:focus,
  .woocommerce #respond input#submit:disabled:focus,
  .woocommerce a.button:disabled[disabled]:focus,
  .woocommerce button.button:disabled[disabled]:focus,
  .woocommerce input.button:disabled[disabled]:focus,
  .woocommerce #respond input#submit:disabled[disabled]:focus,
  .woocommerce a.button .disabled:focus,
  .woocommerce button.button .disabled:focus,
  .woocommerce input.button .disabled:focus,
  .woocommerce #respond input#submit .disabled:focus,
  .woocommerce a.button:disabled:active,
  .woocommerce button.button:disabled:active,
  .woocommerce input.button:disabled:active,
  .woocommerce #respond input#submit:disabled:active,
  .woocommerce a.button:disabled[disabled]:active,
  .woocommerce button.button:disabled[disabled]:active,
  .woocommerce input.button:disabled[disabled]:active,
  .woocommerce #respond input#submit:disabled[disabled]:active,
  .woocommerce a.button .disabled:active,
  .woocommerce button.button .disabled:active,
  .woocommerce input.button .disabled:active,
  .woocommerce #respond input#submit .disabled:active {
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
  }
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce #respond input#submit.alt {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 45px;
	text-align: center;
	background-color: #f39000;
	border: 0;
	outline: none;
	min-width: 170px;
	display: inline-block;
  }
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce button.button.alt:focus,
  .woocommerce input.button.alt:focus,
  .woocommerce #respond input#submit.alt:focus,
  .woocommerce a.button.alt:active,
  .woocommerce button.button.alt:active,
  .woocommerce input.button.alt:active,
  .woocommerce #respond input#submit.alt:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce button.button.alt:focus,
  .woocommerce input.button.alt:focus,
  .woocommerce #respond input#submit.alt:focus,
  .woocommerce a.button.alt:active,
  .woocommerce button.button.alt:active,
  .woocommerce input.button.alt:active,
  .woocommerce #respond input#submit.alt:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce ::-webkit-input-placeholder {
	color: #9b9ea8;
  }
  .woocommerce :-moz-placeholder {
	color: #9b9ea8;
  }
  .woocommerce ::-moz-placeholder {
	color: #9b9ea8;
  }
  .woocommerce :-ms-input-placeholder {
	color: #9b9ea8;
  }
  .woocommerce .select2-selection {
	height: 50px;
	border: 1px solid #e1e8f4;
	padding: 0.65em 0;
  }
  .woocommerce .select2-selection .select2-selection__arrow {
	top: 12px;
  }
  .woocommerce .woocommerce-result-count {
	color: #f39000;
	margin: 0 0 4.375em;
  }
  .woocommerce .woocommerce-ordering {
	position: relative;
  }
  .woocommerce .woocommerce-ordering select {
	border: 2px solid #f7faff;
	color: #9b9ea8;
	-webkit-appearance: none;
	cursor: pointer;
	height: 38px;
	line-height: 36px;
	padding: 0 15px;
  }
  .woocommerce .woocommerce-ordering:before {
	content: '\f107';
	position: absolute;
	right: 30px;
	top: 6px;
	font-family: FontAwesome;
	font-size: 1.125em;
  }
  .woocommerce ul.products {
	margin-left: -15px;
	margin-right: -15px;
  }
  .woocommerce ul.products li.product {
	margin: 0 0 30px 0;
  }
  .woocommerce ul.products li.product.first {
	clear: left;
  }
  .woocommerce ul.products li.product .dl-product-thumbnail img {
	margin-bottom: 0;
  }
  .woocommerce ul.products li.product .product-info {
	margin-bottom: 15px;
  }
  .woocommerce ul.products li.product h4 {
	font-size: 16px;
  }
  .woocommerce ul.products li.product .star-rating {
	font-size: 12px;
  }
  .woocommerce ul.products li.product .price {
	color: #9b9ea8;
	font-size: 16px;
  }
  .woocommerce ul.products li.product .price ins {
	font-weight: 400;
	color: #9b9ea8;
	text-decoration: none;
  }
  .woocommerce ul.products li.product .price del {
	font-size: 14px;
	padding-right: 5px;
  }
  .woocommerce ul.products li.product a.button {
	min-width: 100%;
	font-size: 15px;
	color: #222;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	background-color: #f7faff;
	padding: 0 20px;
	border-radius: 0;
	transition: 0.5s;
	text-align: center;
	font-weight: 500;
	margin: 0;
	font-family: 'Poppins', sans-serif;
  }
  .woocommerce ul.products li.product a.button:hover {
	color: #fff;
	background-color: #f39000;
  }
  .woocommerce ul.products li.product a.button.loading:after {
	top: 0;
  }
  .woocommerce ul.products li.product a.added_to_cart {
	display: none;
  }
  .woocommerce .star-rating {
	margin: 1.25em 0 1.25em 1.875em;
	color: #f39000;
	letter-spacing: 3px;
	width: 6.3em;
	font-size: 14px;
  }
  .woocommerce .star-rating::before {
	color: #f39000;
  }
  .woocommerce .product_meta > span {
	display: block;
  }
  .woocommerce .remove-mobile {
	display: none;
  }
  .woocommerce nav.woocommerce-pagination ul {
	border: none;
  }
  .woocommerce nav.woocommerce-pagination ul li {
	border: none;
	margin: 0 5px;
  }
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
	font-size: 1.125em;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #222;
	width: 50px;
	height: 50px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f7faff;
	line-height: 1.8;
  }
  .woocommerce nav.woocommerce-pagination ul li span.current,
  .woocommerce nav.woocommerce-pagination ul li a:hover,
  .woocommerce nav.woocommerce-pagination ul li a:focus {
	background-color: #1997D2;
	color: #f39000;
  }
  .woocommerce nav.woocommerce-pagination ul li .prev,
  .woocommerce nav.woocommerce-pagination ul li .next {
	font-weight: 600;
	color: #9b9ea8;
  }
  .woocommerce nav.woocommerce-pagination ul li .prev i,
  .woocommerce nav.woocommerce-pagination ul li .next i {
	font-size: 1.5em;
  }
  .woocommerce div.product div.product div.images,
  .woocommerce #content div.product div.images {
	width: 44.44%;
	padding-right: 15px;
	float: left;
  }
  .woocommerce div.product div.product div.summary,
  .woocommerce #content div.product div.summary {
	width: 55.56%;
	padding-left: 15px;
	float: left;
  }
  .woocommerce div.product .product_title {
	font-size: 24px;
	margin: 0 0 10px 0;
  }
  .woocommerce div.product span.price,
  .woocommerce div.product p.price {
	color: #9b9ea8;
	font-size: 22px;
	margin-bottom: 8px;
  }
  .woocommerce div.product span.price ins,
  .woocommerce div.product p.price ins {
	font-weight: 400;
	color: #9b9ea8;
	text-decoration: none;
  }
  .woocommerce div.product span.price del,
  .woocommerce div.product p.price del {
	font-size: 18px;
	padding-right: 5px;
  }
  .woocommerce div.product .woocommerce-product-details__short-description p {
	margin: 0 0 1.625em 0;
  }
  .woocommerce div.product form.cart div.quantity {
	margin: 0 22px 0 0;
  }
  .woocommerce div.product .woocommerce-tabs {
	padding-top: 25px;
	clear: both;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #e1e8f4;
	background-color: #f7faff;
	border-radius: 0;
	margin: 0 5px 0 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #f39000;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #e1e8f4;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid #e1e8f4;
	border-top: none;
	padding: 2.5em 1.875em;
	border-radius: 0;
  }
  .woocommerce div.product .woocommerce-tabs .panel h2 {
	font-weight: 500;
	font-size: 1.25em;
	margin: 0 0 1.25em 0;
  }
  .woocommerce div.product .upsells.products,
  .woocommerce div.product .related.products {
	padding-top: 25px;
  }
  .woocommerce div.product .upsells.products h2,
  .woocommerce div.product .related.products h2 {
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 0;
  }
  .woocommerce .quantity {
	transition: 0.5s;
	padding: 0 40px 0 15px;
	border: 2px solid #e1e8f4;
	position: relative;
	background-color: #f7faff;
  }
  .woocommerce .quantity .increase,
  .woocommerce .quantity .decrease {
	color: #9b9ea8;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 0;
	height: 50%;
	width: 25px;
	text-align: center;
	border-left: 2px solid #e1e8f4;
	transition: 0.5s;
  }
  .woocommerce .quantity .increase:hover,
  .woocommerce .quantity .decrease:hover {
	color: #f39000;
  }
  .woocommerce .quantity .increase {
	top: 0;
	line-height: 25px;
  }
  .woocommerce .quantity .decrease {
	bottom: 0;
	line-height: 40px;
  }
  .woocommerce .quantity .decrease i {
	position: relative;
	bottom: 5px;
  }
  .woocommerce .quantity .qty {
	-moz-appearance: textfield;
	border-width: 0;
	width: 30px;
	height: 48px;
	text-align: left;
	background-color: transparent;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: #222;
  }
  .woocommerce .quantity .qty::-webkit-outer-spin-button,
  .woocommerce .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
  }
  .woocommerce .quantity .qty:focus {
	outline: none;
  }
  .woocommerce .woocommerce-product-rating .star-rating {
	margin: 0;
  }
  .woocommerce .woocommerce-product-rating .woocommerce-review-link {
	display: none;
  }
  .woocommerce #reviews #comments ol.commentlist {
	padding: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li {
	margin: 1.25em 0;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 60px;
	border: none;
	padding: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 80px;
	border: 1px solid #e1e8f4;
	border-radius: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 1em;
	font-family: 'Poppins', sans-serif;
	color: #222;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
	font-weight: 500;
  }
  .woocommerce #reviews #comment {
	height: 115px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .woocommerce #respond p {
	margin-bottom: 15px;
  }
  .woocommerce #respond label {
	width: 100%;
  }
  .woocommerce .comment-form-rating .stars a {
	color: #f39000;
  }
  .woocommerce .comment-form-rating .stars a:hover {
	color: #f39000;
  }
  .woocommerce table.shop_table {
	border: 0;
	border-radius: 0;
  }
  .woocommerce table.shop_table tr {
	padding: 0;
  }
  .woocommerce table.shop_table thead {
	background-color: #1997D2;
  }
  .woocommerce table.shop_table thead tr th {
	color: #fff;
	padding: 1em 1.875em;
  }
  .woocommerce table.shop_table tr th,
  .woocommerce table.shop_table tr td {
	text-align: left;
	padding: 30px;
	border: none;
	border-bottom: 1px solid #e1e8f4;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
  }
  .woocommerce table.shop_table td img,
  .woocommerce table.shop_table td a img {
	width: 70px;
	margin-right: 20px;
	max-width: inherit;
  }
  .woocommerce table.shop_table td.product-name {
	color: #222;
  }
  .woocommerce table.shop_table td.product-name a {
	font-size: 1em;
	color: #222;
  }
  .woocommerce table.shop_table td.product-price,
  .woocommerce table.shop_table td.product-subtotal {
	font-size: 20px;
	font-weight: 400;
  }
  .woocommerce table.shop_table td.product-subtotal,
  .woocommerce table.shop_table td.product-total {
	color: #f39000;
  }
  .woocommerce table.shop_table tfoot {
	color: #222;
	font-weight: 600;
  }
  .woocommerce table.shop_table .quantity {
	width: max-content;
  }
  .woocommerce table.shop_table a.remove {
	color: #cacaca !important;
	font-size: 34px;
	font-weight: 300;
  }
  .woocommerce table.shop_table a.remove i:before {
	font-size: 34px;
  }
  .woocommerce table.shop_table a.remove:hover {
	color: #f39000 !important;
	background: none;
  }
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
	padding: 1.25em 2em;
	background-color: #f7faff;
	color: #222;
	border-top: 0;
	border-left: 3px solid #1997D2;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
  }
  .woocommerce .woocommerce-message:before,
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before {
	display: none;
  }
  .woocommerce .woocommerce-message a,
  .woocommerce .woocommerce-error a,
  .woocommerce .woocommerce-info a {
	color: #f39000;
  }
  .woocommerce .woocommerce-message a.button,
  .woocommerce .woocommerce-error a.button,
  .woocommerce .woocommerce-info a.button {
	color: #fff;
  }
  .woocommerce form.login .form-row-wide label,
  .woocommerce form.register .form-row-wide label {
	display: none;
  }
  .woocommerce form.login .form-row,
  .woocommerce form.register .form-row {
	margin: 1.5em 0;
  }
  .woocommerce form.login .woocommerce-form__label,
  .woocommerce form.register .woocommerce-form__label {
	float: right;
	margin: 0.5em 0 0 0;
  }
  .woocommerce form.login .woocommerce-form__label input,
  .woocommerce form.register .woocommerce-form__label input {
	height: auto;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #1997D2;
	top: -0.4em;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #1997D2;
  }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 0.125em;
  }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #f7faff;
  }
  .woocommerce .widget_price_filter .price_slider {
	margin-bottom: 2.2em;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button {
	min-width: auto;
	font-size: 16px;
	color: #222;
	text-transform: uppercase;
	height: 35px;
	line-height: 32px;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
	padding: 0 20px;
	border-radius: 0;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button:hover,
  .woocommerce .widget_price_filter .price_slider_amount .button:focus,
  .woocommerce .widget_price_filter .price_slider_amount .button:active {
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
  }
  .woocommerce ul.cart_list,
  .woocommerce ul.product_list_widget {
	border: none;
	padding: 0;
  }
  .woocommerce ul.cart_list li,
  .woocommerce ul.product_list_widget li {
	margin-bottom: 25px;
  }
  .woocommerce ul.cart_list li a,
  .woocommerce ul.product_list_widget li a {
	font-family: #f39000;
	font-weight: 500;
	margin: 0 0 0.3em 0;
  }
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img {
	float: left;
	margin: 0 20px 0 0;
	width: 70px;
  }
  .woocommerce ul.cart_list li .star-rating,
  .woocommerce ul.product_list_widget li .star-rating {
	margin: 0.65em 0 0 90px;
	font-size: 12px;
  }
  .woocommerce ul.cart_list li > span,
  .woocommerce ul.product_list_widget li > span {
	display: block;
	margin-left: 90px;
  }
  .woocommerce .shop-sidebar .widget {
	margin-bottom: 40px;
  }
  .woocommerce .shop-sidebar .widget ul {
	border: 0;
  }
  .woocommerce .shop-sidebar .widget .widget-title {
	font-weight: 500;
	text-transform: capitalize;
  }
  .woocommerce .widget_product_search .woocommerce-product-search {
	font-size: 16px;
	position: relative;
	display: flex;
  }
  .woocommerce .widget_product_search .woocommerce-product-search:before {
	content: '\f002';
	position: absolute;
	top: 50%;
	right: 17px;
	color: #fff;
	font-family: FontAwesome;
	font-size: 14px;
	z-index: 99;
	transform: translateY(-50%);
  }
  .woocommerce .widget_product_search .woocommerce-product-search:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #1997D2;
	z-index: 9;
  }
  .woocommerce .widget_product_search .woocommerce-product-search .screen-reader-text {
	display: none;
  }
  .woocommerce .widget_product_search .woocommerce-product-search ::-webkit-input-placeholder {
	color: #9b9ea8;
  }
  .woocommerce .widget_product_search .woocommerce-product-search :-moz-placeholder {
	color: #9b9ea8;
  }
  .woocommerce .widget_product_search .woocommerce-product-search ::-moz-placeholder {
	color: #9b9ea8;
  }
  .woocommerce .widget_product_search .woocommerce-product-search :-ms-input-placeholder {
	color: #9b9ea8;
  }
  .woocommerce .widget_product_search .search-field {
	flex-grow: 1;
	background-color: transparent;
	outline: 0;
	height: 50px;
	line-height: 51px;
	padding: 0 10px;
	border: 2px solid #f7faff;
  }
  .woocommerce .widget_product_search button[type="submit"] {
	width: 50px;
	height: 50px;
	background-color: transparent;
	position: relative;
	border: none;
	text-indent: -9999px;
	z-index: 10;
  }
  .woocommerce .widget_product_categories .product-categories {
	margin: 0;
	padding: 0;
  }
  .woocommerce .widget_product_categories .product-categories li {
	list-style-type: none;
	border-bottom: 1px solid #f7faff;
	padding: 15px 0 15px 25px;
	background: url("img/icon/list-normal.png") left center no-repeat;
  }
  .woocommerce .widget_product_categories .product-categories li :last-child {
	padding: 0;
  }
  .woocommerce .widget_product_categories .product-categories li a {
	font-family: 'Poppins', sans-serif;
	color: #9b9ea8;
  }
  .woocommerce .widget_product_categories .product-categories li :hover {
	color: #f39000;
	background: none;
  }
  .woocommerce .widget_product_categories .product-categories :hover {
	background: url("img/icon/list-active.png") left center no-repeat;
  }
  .woocommerce .widget_product_categories .product-categories :hover a {
	color: #f39000;
  }
  .woocommerce .widget_product_categories .product-categories .current-cat {
	background: url("img/icon/list-active.png") left center no-repeat;
  }
  .woocommerce .widget_product_categories .product-categories .current-cat a {
	color: #f39000;
  }
  .woocommerce .widget_product_tag_cloud a {
	padding: 3px 14px;
	line-height: 1;
	margin: 0 0 4px 0;
	display: inline-block;
	font-size: 16px !important;
	font-weight: 400;
	color: #9b9ea8;
	background-color: transparent;
	border: 2px solid #f7faff;
	border-radius: 0;
  }
  .woocommerce .widget_product_tag_cloud a:hover {
	background-color: #1997D2;
	border-color: #1997D2;
	color: #f39000;
  }
  .woocommerce .box-wra {
	border: none;
	border-right: 1px solid #f7faff;
  }
  .woocommerce form .form-row {
	margin-bottom: 18px;
  }
  .woocommerce form .form-row label {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 7px;
  }
  .woocommerce form .form-row textarea {
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
	width: 50%;
	float: left;
  }
  .woocommerce form .form-row-first {
	padding-right: 15px;
  }
  .woocommerce form .form-row-last {
	padding-left: 15px;
  }
  .woocommerce-cart .entry-footer,
  .woocommerce-checkout .entry-footer,
  .woocommerce-account .entry-footer {
	clear: both;
	padding: 0;
	margin: 0;
	border: 0;
  }
  .woocommerce-cart .woocommerce-cart-form {
	margin-bottom: 60px;
  }
  .woocommerce-cart td.actions {
	border: 0;
	padding-left: 0;
	padding-right: 0;
  }
  .woocommerce-cart td.actions .coupon {
	float: left;
  }
  .woocommerce-cart td.actions .update-cart {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 45px;
	text-align: center;
	background-color: #f39000;
	border: 0;
	outline: none;
	min-width: 170px;
	display: inline-block;
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
	line-height: 48px;
	float: right;
  }
  .woocommerce-cart td.actions .update-cart:hover,
  .woocommerce-cart td.actions .update-cart:focus,
  .woocommerce-cart td.actions .update-cart:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce-cart td.actions .update-cart:hover,
  .woocommerce-cart td.actions .update-cart:focus,
  .woocommerce-cart td.actions .update-cart:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce-cart td.actions .update-cart:hover,
  .woocommerce-cart td.actions .update-cart:focus,
  .woocommerce-cart td.actions .update-cart:active {
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
  }
  .woocommerce-cart td.actions .update-cart:hover,
  .woocommerce-cart td.actions .update-cart:focus,
  .woocommerce-cart td.actions .update-cart:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce-cart td.actions .update-cart:hover,
  .woocommerce-cart td.actions .update-cart:focus,
  .woocommerce-cart td.actions .update-cart:active {
	color: #fff;
	background-color: #f39000;
	border: 0;
	outline: none;
  }
  .woocommerce-cart td.actions .update-cart:hover,
  .woocommerce-cart td.actions .update-cart:focus,
  .woocommerce-cart td.actions .update-cart:active {
	color: #222;
	background-color: #f7faff;
	border: 2px solid #e1e8f4;
  }
  .woocommerce-cart .cart-collaterals {
	width: 60%;
  }
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
	font-size: 24px;
	margin: 0 0 1em 0;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th,
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
	padding: 12px 20px !important;
	border: 1px solid #e1e8f4 !important;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
	color: #222;
	font-weight: 500;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td strong {
	font-weight: 400 !important;
  }
  .woocommerce-cart .wc-proceed-to-checkout {
	display: inline-block;
  }
  .woocommerce-checkout form.checkout h3#ship-to-different-address input {
	right: 0;
	top: 7px;
	margin: 0;
	padding: 0;
	outline: 0;
  }
  .woocommerce-checkout form.checkout h3#ship-to-different-address label {
	font-weight: 700;
	margin: 0;
	display: block;
	padding-right: 30px;
  }
  .woocommerce-checkout form.checkout .col2-set {
	zoom: 1;
  }
  .woocommerce-checkout form.checkout .col2-set:before,
  .woocommerce-checkout form.checkout .col2-set:after {
	content: "";
	display: table;
  }
  .woocommerce-checkout form.checkout .col2-set:after {
	clear: both;
  }
  .woocommerce-checkout form.checkout .col2-set h3 {
	font-weight: 700;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 17px;
  }
  .woocommerce-checkout form.checkout .col-1,
  .woocommerce-checkout form.checkout .col-2 {
	width: 50%;
	float: left;
  }
  .woocommerce-checkout form.checkout .col-1 {
	padding-right: 15px;
  }
  .woocommerce-checkout form.checkout .col-2 {
	padding-left: 15px;
  }
  .woocommerce-checkout form.checkout .create-account label {
	display: block;
	position: relative;
	padding-left: 30px;
	color: #f39000;
	margin-top: 30px;
  }
  .woocommerce-checkout form.checkout .create-account label input {
	position: absolute;
	left: 0;
	top: 1px;
	margin: 0;
  }
  .woocommerce-checkout #order_review_heading {
	display: none;
  }
  .woocommerce-checkout #order_review {
	zoom: 1;
	padding-top: 60px;
  }
  .woocommerce-checkout #order_review:before,
  .woocommerce-checkout #order_review:after {
	content: "";
	display: table;
  }
  .woocommerce-checkout #order_review:after {
	clear: both;
  }
  .woocommerce-checkout #order_review table.shop_table,
  .woocommerce-checkout #order_review .woocommerce-checkout-payment {
	width: 50%;
	float: left;
  }
  .woocommerce-checkout #order_review table.shop_table {
	padding-right: 15px;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-payment {
	padding-left: 15px;
  }
  .woocommerce-checkout #payment {
	background-color: transparent;
	border-radius: 0;
  }
  .woocommerce-checkout #payment .payment_methods,
  .woocommerce-checkout #payment .place-order {
	background-color: #fff;
  }
  .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none;
  }
  .woocommerce-checkout #payment ul.payment_methods label {
	font-family: 'Poppins', sans-serif;
	color: #222;
	font-weight: 600;
  }
  .woocommerce-account .col2-set {
	zoom: 1;
  }
  .woocommerce-account .col2-set:before,
  .woocommerce-account .col2-set:after {
	content: "";
	display: table;
  }
  .woocommerce-account .col2-set:after {
	clear: both;
  }
  .woocommerce-account .col2-set h2 {
	font-weight: 700;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
  }
  .woocommerce-account .col-1,
  .woocommerce-account .col-2 {
	width: 50%;
	float: left;
  }
  .woocommerce-account .col-1 {
	padding-right: 15px;
  }
  .woocommerce-account .col-2 {
	padding-left: 15px;
  }
  .woocommerce-account form.login,
  .woocommerce-account form.register {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 40px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
	position: relative;
	text-transform: uppercase;
	padding: 0 15px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-size: 14px;
	color: #555;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a,
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #f39000;
  }
  .woocommerce-account .woocommerce-Address h3 {
	margin-top: 0;
	margin-bottom: 20px;
  }
  .woocommerce-account fieldset {
	margin-bottom: 30px;
  }
  .woocommerce-account fieldset legend {
	text-align: center;
  }
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: 2px solid #f2f2f2;
	margin-right: 20px;
	padding: 0 20px;
  }
  .woocommerce .select2-selection {
	transition: border 0.5s;
	border: 2px solid #f7faff;
	padding: 0 20px;
	border-radius: 0;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	outline: none;
  }
  .woocommerce .select2-selection:focus {
	outline: none;
	border-color: #e6efff;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
	padding: 0;
  }
  .sidebar-content .content-area {
	float: right;
  }
  .sidebar-content .box-wra {
	border: none;
	border-left: 1px solid #f7faff;
  }
  .full-content .box-wra {
	border: none;
  }
  .woocommerce div.product form.cart .variations td.label {
	color: #333;
	font-size: 14px;
	vertical-align: initial;
  }
  .woocommerce table.shop_attributes td {
	padding: 0.4375em;
  }
  /*--------------------------------------------------------------
  8.0 - Footer
  --------------------------------------------------------------*/
  .site-footer .footer-wrapper {
	background-color: #00ade9;
	background-size: cover;
  }
  .site-footer .footer-copyright {
	color: #fff;
  }
  .site-footer .footer-info {
	padding-top: 30px;
	padding-bottom: 30px;
  }
  .site-footer .footer-info .row-flex {
	justify-content: space-between;
	align-items: center;
  }
  .site-footer .footer-info ul {
	margin-bottom: 0;
	margin-left: -17px;
	margin-right: -17px;
  }
  .site-footer .footer-info ul li {
	display: inline-block;
	padding: 0 17px;
	position: relative;
	margin-bottom: 0;
  }
  .site-footer .footer-info ul li:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 12px;
	top: 7px;
	right: 0;
	background-color: #000 ! important;
  }
  .site-footer .footer-info ul li:last-child:before {
	display: none;
  }
  .site-footer .footer-info ul li a {
	color: #000;
  }
  .site-footer .delaware-newsletter-widget .mc4wp-form-fields input[type="submit"] {
	font-size: 0;
	border: none;
  }
  .site-footer .delaware-newsletter-widget .mc4wp-form-fields:after,
  .site-footer .delaware-newsletter-widget .mc4wp-form-fields span {
	display: block;
  }
  .site-footer .recent-posts-widget .entry-meta {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
  }
  .site-footer .recent-posts-widget .entry-meta .meta {
	margin-right: 10px;
  }
  .site-footer .recent-posts-widget .entry-meta .meta:after {
	display: none;
  }
  .site-footer .recent-posts-widget .entry-meta .meta:last-child {
	margin-right: 0;
  }
  .site-footer .recent-posts-widget .entry-meta a.category-post:hover {
	color: #fff;
  }
  .site-footer .recent-posts-widget .post-date {
	font-size: 16px;
  }
  .site-footer .recent-posts-widget .post-date i {
	display: initial;
  }
  .site-footer .recent-posts-widget .more-post a {
	color: #fff;
  }
  .site-footer .recent-posts-widget .more-post svg {
	fill: #fff;
  }
  .footer-newsletter {
	background-color: #00ade9;
	padding: 50px 0;
  }
  .footer-newsletter .message-newsletter .newsletter-icon {
	font-size: 46px;
	color: #f39000;
	float: left;
	transform: translateY(-10px);
  }
  .footer-newsletter .message-newsletter .message {
	padding-left: 75px;
	position: relative;
  }
  .footer-newsletter .mc4wp-form-fields input[type="email"] {
	border-color: #142476;
  }
  .footer-newsletter .newsletter-style-2 .mc4wp-form-fields input[type="email"] {
	border-color: #2b397d;
  }
  .mc4wp-form-fields input[type=submit],
  .wpcf7-form input[type=submit] {
	color: #fff;
  }
  .footer-widgets {
	padding: 80px 0 50px;
	color: #abaebe;
  }
  .footer-widgets .footer-widget-contact h5 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 3px;
  }
  .footer-widgets .footer-widget-contact span {
	color: #f39000;
	font-size: 30px;
	display: inline-block;
	padding-right: 20px;
  }
  .footer-widgets .footer-widget-contact .detail {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
  }
  .footer-widgets .footer-widget-contact .detail div {
	flex-grow: 1;
  }
  .footer-widgets .footer-widget-contact .detail:last-child {
	margin-bottom: 0;
  }
  .footer-widgets.widget-title-style .footer-sidebar .widget-title {
	border-bottom: 1px solid #30396a;
	padding-bottom: 15px;
	margin-bottom: 45px;
  }
  .footer-widgets .footer-sidebar ul {
	border: 0;
	padding: 0;
  }
  .footer-widgets .footer-sidebar ul.menu {
	margin-top: -5px;
  }
  .footer-widgets .footer-sidebar ul a {
	color: #abaebe;
  }
  .footer-widgets .footer-sidebar ul a:hover {
	color: #fff;
  }
  .footer-widgets .footer-sidebar .widget.widget_media_image {
	margin-bottom: 34px;
  }
  .footer-widgets .footer-sidebar .widget:last-child {
	margin-bottom: 0;
  }
  .footer-widgets .footer-sidebar .logo-footer {
	margin-bottom: 28px;
	display: block;
  }
  .footer-widgets .footer-sidebar .widget-title {
	color: #fff;
	font-size: 20px;
	margin: 17px 0 30px;
	padding-bottom: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
  }
  .footer-widgets .footer-sidebar .widget-title a {
	color: #fff;
  }
  .footer-widgets .footer-sidebar .widget-title:after {
	display: none;
  }
  .footer-widgets .footer-sidebar article {
	color: #fff;
	padding: 0 0 17px;
	margin-bottom: 30px;
	border: 0;
	border-bottom: 1px solid #142476;
  }
  .footer-widgets .footer-sidebar article:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
  }
  .footer-widgets .footer-sidebar article a {
	color: #abaebe;
  }
  .footer-widgets .footer-sidebar article .category-post {
	color: #fff;
	padding: 0 18px;
	display: table;
	height: 30px;
	line-height: 30px;
	background-color: #f39000;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  }
  .footer-widgets .footer-sidebar article .post-title {
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 8px;
  }
  .footer-widgets .footer-sidebar article .post-text .post-date {
	color: #fff;
  }
  .footer-widgets .footer-sidebar article:hover {
	background-color: transparent;
  }
  .footer-widgets .footer-sidebar figure.gallery-item {
	max-width: 30%;
	margin: 4px;
  }
  .footer-widgets .footer-sidebar .wpcf7-form {
	position: relative;
  }
  .footer-widgets .footer-sidebar .wpcf7-form input[type="text"],
  .footer-widgets .footer-sidebar .wpcf7-form input[type="email"],
  .footer-widgets .footer-sidebar .wpcf7-form select,
  .footer-widgets .footer-sidebar .wpcf7-form textarea {
	background-color: transparent;
	border: 1px solid #142476;
	font-weight: normal;
	width: 100%;
  }
  .footer-widgets .footer-sidebar .footer-contact {
	display: flex;
	align-items: center;
  }
  .footer-widgets .footer-sidebar .footer-contact h5 {
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	margin: 0;
  }
  .footer-widgets .footer-sidebar .footer-contact i {
	margin-right: 20px;
	color: #f39000;
  }
  .footer-widgets .footer-sidebar .footer-contact i:before {
	font-size: 25px;
  }
  .footer-widgets .footer-sidebar textarea {
	height: 150px;
  }
  .footer-widgets .footer-sidebar .delaware-newsletter-widget {
	margin-bottom: 25px;
  }
  .footer-widgets .footer-sidebar .widget_dl-custom-menu .widget-title {
	margin-bottom: 40px;
  }
  .footer-widgets .mc4wp-form-fields input[type="email"] {
	border-color: #142476;
  }
  .footer-widgets .newsletter-style-2 .mc4wp-form-fields input[type="email"] {
	border-color: #2b397d;
  }
  .footer-widgets .widget_search .search-form,
  .footer-widgets .widget select,
  .footer-widgets .widget table tr td,
  .footer-widgets .widget table tr th,
  .footer-widgets .widget table caption {
	border-color: #142476;
  }
  .footer-widgets .widget_search .search-form:before {
	color: #fff;
  }
  .footer-widgets .widget_search .search-form:after {
	background-color: #142476;
  }
  .footer-widgets .widget_categories li,
  .footer-widgets .widget_archive li,
  .footer-widgets .widget_pages li,
  .footer-widgets .widget_meta li,
  .footer-widgets .widget_nav_menu li,
  .footer-widgets .widget_dl-custom-menu li {
	position: relative;
	padding-left: 0;
  }
  .footer-widgets .widget_categories li:before,
  .footer-widgets .widget_archive li:before,
  .footer-widgets .widget_pages li:before,
  .footer-widgets .widget_meta li:before,
  .footer-widgets .widget_nav_menu li:before,
  .footer-widgets .widget_dl-custom-menu li:before {
	display: none;
  }
  .footer-widgets .widget_recent_comments ul li,
  .footer-widgets .widget_recent_entries ul li,
  .footer-widgets .widget_rss ul li {
	padding: 15px 0;
	border: 0;
	background-color: transparent;
  }
  .footer-widgets .widget_text {
	letter-spacing: -0.1px;
	margin-bottom: 19px;
  }
  .footer-widgets.text-dark {
	background-color: #fff;
  }
  .footer-widgets.text-dark .footer-sidebar .widget-title {
	color: #222;
  }
  .footer-widgets.text-dark .footer-sidebar .widget-title a {
	color: #222;
  }
  .footer-widgets.text-dark .footer-sidebar article {
	border-color: #eef3fb;
  }
  .footer-widgets.text-dark .footer-sidebar ul a:hover {
	color: #abaebe;
  }
  .footer-widgets.text-dark .delaware-social-links-widget a {
	color: #abaebe;
  }
  .footer-widgets.text-dark .footer-widget-contact h5 {
	color: #222;
  }
  .footer-widgets.text-dark .mc4wp-form-fields input[type="email"] {
	border-color: #eef3fb;
  }
  .footer-widgets .recent-posts-widget .recent-post {
	display: block;
  }
  .footer-widgets .recent-posts-widget .recent-post .widget-thumb {
	max-width: 270px;
	padding-bottom: 10px;
  }
  .footer-widgets .recent-posts-widget .recent-post .post-by {
	display: none;
  }
  .footer-widgets .recent-posts-widget .post-text {
	display: inline-block;
	width: 100%;
  }
  .backtotop {
	display: inline-block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	line-height: 41px;
	text-align: center;
	border: 2px solid #e1e8f4;
	color: #9b9ea8;
	font-size: 15px;
	background-color: #f7faff;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 999;
  }
  .backtotop.show-scroll {
	opacity: 1;
  }
  .header-v2 .footer-sidebar .delaware-social-links-widget .widget-desc {
	display: inline-block;
  }
  .wpcf7-form textarea {
	padding: 10px 20px;
  }
  .wpcf7-form input[type="submit"] {
	outline: none;
	border: 0;
  }
  .wpcf7-form input[type="submit"]:focus {
	outline: none;
  }
  .wpcf7-form .footer-form .form-field {
	margin-bottom: 10px;
  }
  .mc4wp-form-fields {
	position: relative;
  }
  .mc4wp-form-fields input[type="email"] {
	height: 58px;
	line-height: 59px;
	width: 100%;
	border: 2px solid #f7faff;
	padding-right: 58px;
	background-color: transparent;
  }
  .mc4wp-form-fields input[type="submit"] {
	font-size: 0;
	outline: none;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	background-color: transparent;
	z-index: 999;
	border: 0;
  }
  .mc4wp-form-fields input[type="submit"]:focus {
	outline: none;
  }
  .mc4wp-form-fields:after {
	content: '';
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	background-color: #eedc18;
  }
  .mc4wp-form-fields span {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #1997D2;
	z-index: 9;
  }
  .mc4wp-form-fields span svg {
	display: none;
  }
  .mc4wp-form-fields span:before {
	content: '\f003';
	font-family: FontAweSome;
  }
  .newsletter-style-2 .mc4wp-form-fields input[type="email"] {
	height: 50px;
	line-height: 51px;
	border-radius: 50px;
	border-color: #f7faff;
	padding-left: 30px;
  }
  .newsletter-style-2 .mc4wp-form-fields:after {
	display: none;
	background-color: transparent;
  }
  .newsletter-style-2 .mc4wp-form-fields span {
	color: #f39000;
  }
  .newsletter-style-2 .mc4wp-form-fields span:before {
	display: none;
  }
  .newsletter-style-2 .mc4wp-form-fields span svg {
	display: block;
  }
  /*--------------------------------------------------------------
  9.0 - Media Queries
  --------------------------------------------------------------*/
  @media (max-width: 1920px) and (min-width: 1200px) {
	.clear-left-lg {
	  clear: left;
	}
  }
  @media (max-width: 1200px) {
	.ba-empty-space .ba_empty_space_md {
	  display: block;
	}
	.ba-empty-space .ba_empty_space_lg,
	.ba-empty-space .ba_empty_space_xs {
	  display: none;
	}
  }
  @media (max-width: 1199px) {
	.clear-left {
	  clear: left;
	}
	.site-contact {
	  padding: 25px 0;
	}
	.header-v2 .header-main {
	  padding: 25px 0;
	}
	.header-v3 .site-contact {
	  padding: 25px 0;
	}
	.header-v6 .logo-wrapper {
	  background-color: rgba(2, 17, 90, 0.9);
	  padding: 25px 0;
	}
	.header-v6 .site-logo {
	  position: static;
	  width: inherit;
	  height: inherit;
	  background-color: transparent;
	}
	.header-v6 .site-logo a.logo {
	  text-align: left;
	  display: block;
	}
	.footer-widgets {
	  padding-bottom: 20px;
	  padding-top: 40px;
	}
	.footer-widgets .footer-sidebar {
	  margin-bottom: 60px;
	}
	body .delaware-section-title .desc br {
	  display: none;
	}
	body .delaware-image-box-2 {
	  display: flex;
	}
	body .delaware-image-box-2 .emtry-header,
	body .delaware-image-box-2 .emtry-content {
	  width: initial;
	  float: none;
	}
	body .delaware-image-box-2 .emtry-content {
	  flex: 1;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	}
	body .delaware-image-box-2 .emtry-content .descreption {
	  display: none;
	}
	body .delaware-image-box-1,
	body .delaware-image-box-3 {
	  text-align: center;
	}
	body .delaware-image-box-1 .emtry-content,
	body .delaware-image-box-3 .emtry-content {
	  border: 0;
	}
	body .delaware-image-box-1 .emtry-content .icon-content,
	body .delaware-image-box-3 .emtry-content .icon-content {
	  display: none;
	}
	body .delaware-about-type-2 .about-image {
	  float: none;
	  text-align: center;
	}
	body .delaware-about-type-2 .col-left,
	body .delaware-about-type-2 .col-right {
	  width: 100%;
	}
	body .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .hover {
	  display: none;
	}
	body .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter .emtry-wrapter .entry-header {
	  padding: 10px 20px;
	}
	body .delaware-portfolio-carousel .slick-track .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .entry-header {
	  opacity: 1;
	}
	body .dl-cta .classic p {
	  margin-top: 20px;
	}
	body .dl-cta .classic p br {
	  display: none;
	}
	body .stick-testi .slick-arrow {
	  display: none !important;
	}
	body .delaware-icon-box-2 {
	  padding: 10px 30px;
	}
	body .dl-contact-box .extra-ct-box {
	  margin-top: 20px;
	  flex-direction: column;
	}
	body .dl-contact-box .extra-ct-box li:after {
	  display: none;
	}
	body .dl-contact-box .address-ct-box li {
	  width: 100%;
	  float: none;
	  padding-left: 0;
	  padding-right: 0;
	  border: 0;
	  margin-bottom: 20px;
	}
	body .dl-contact-box .address-ct-box li:nth-child(even) {
	  padding-left: 0;
	}
	body .dl-map-shortcode .dl-map-form {
	  position: static;
	  transform: none;
	  text-align: center;
	}
  }
  @media (max-width: 1024px) {
	.container {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.container .container {
	  padding-right: 0;
	  padding-left: 0;
	}
	.portfolio-wrapper.columns-2 .entry-summary,
	.portfolio-wrapper.masonry .entry-summary {
	  display: none;
	}
	.dl_testi_carousel.dot-1 .slick-dots {
	  bottom: 30px;
	  text-indent: 0;
	}
	.stick-testi .slick-dots li button:before {
	  border: 2px solid #ab9d9d;
	}
	.delaware-icon-box .descreption p {
	  margin: 0;
	}
  }
  @media (max-width: 991px) {
	.primary-sidebar {
	  margin-top: 60px;
	}
	.footer-copyright .footer-info {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
	.footer-copyright .footer-info .row-flex {
	  justify-content: center;
	  text-align: center;
	}
	.footer-copyright .footer-info .row-flex > div {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
	.footer-copyright .footer-info .menu-bottom {
	  text-align: center;
	}
	body .delaware_title-type-3 .title {
	  width: 100%;
	}
	body .delaware_title-type-3 .desc {
	  width: 75%;
	  padding-left: 15px !important;
	  padding-right: 15px !important;
	}
	body .delaware_title-type-3 .delaware-button {
	  width: 25%;
	}
	body .delaware-wrap-item .delaware-portfolio-grid-wrapter .emtry-wrapter .hover {
	  padding: 10px 0;
	}
	body .delaware-wrap-item .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-title {
	  color: #222;
	}
	body .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-wrapter .hover {
	  position: static;
	  opacity: 1;
	}
	body .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-thumbnail:after {
	  display: none;
	}
	body .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter:hover .emtry-wrapter .emtry-thumbnail img {
	  transform: scale(1);
	}
	body .timeline-item .timeline-content {
	  padding-right: 80px;
	}
	body .timeline-item .timeline-content::before {
	  width: 40px;
	}
	body .timeline-item:nth-child(odd) .timeline-content {
	  padding-left: 80px;
	  padding-right: 0;
	}
	body .delaware-icon-box-6:after {
	  display: none;
	}
	.single-post.content-sidebar .widgets-area,
	.single-post.sidebar-content .widgets-area,
	.single-post.content-sidebar .content-area,
	.single-post.sidebar-content .content-area {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.single-post.content-sidebar .widgets-area:before,
	.single-post.sidebar-content .widgets-area:before,
	.single-post.content-sidebar .content-area:before,
	.single-post.sidebar-content .content-area:before {
	  display: none;
	}
	.single-post.content-sidebar .widgets-area,
	.single-post.sidebar-content .widgets-area {
	  padding-top: 35px;
	}
	.dl-contact-box .des-contact-box {
	  line-height: 1.3;
	}
	.dl-contact-box .contact-box-content {
	  margin-bottom: 25px;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
	  width: 100%;
	  padding: 0;
	  text-align: left;
	}
	.post-navigation .nav-previous {
	  margin-bottom: 20px;
	}
  }
  @media (max-width: 768px) {
	.ba-empty-space .ba_empty_space_md,
	.ba-empty-space .ba_empty_space_lg {
	  display: none;
	}
	.ba-empty-space .ba_empty_space_xs {
	  display: block;
	}
	.delaware-office-location-widget .topbar-office li {
	  display: block;
	  padding: 5px 12px;
	}
	.footer-newsletter .message-newsletter {
	  margin-bottom: 20px;
	}
	.backtotop {
	  bottom: 15px;
	  right: 15px;
	  width: 35px;
	  height: 35px;
	  line-height: 30px;
	}
	body .delaware-section-title .delaware-button {
	  margin-top: 30px;
	}
	body .delaware-section-title .delaware-button .btn {
	  float: left;
	}
	body .delaware-image-box-2 .emtry-content .descreption {
	  display: block;
	}
	body .delaware_title-type-3 .desc {
	  width: 100%;
	}
	body .delaware_title-type-3 .delaware-button {
	  width: 100%;
	}
	body .delaware-wrap-item .delaware-portfolio-grid-wrapter {
	  float: left;
	  width: 50%;
	}
	body .delaware-wrap-item .delaware-portfolio-grid-wrapter:nth-child( 2n+1 ) {
	  clear: left;
	}
	body .dl-cta .cta-wrapper {
	  display: block;
	  text-align: center;
	}
	body .dl-cta .cta-content {
	  margin-bottom: 30px;
	}
	body .dl-cta .dl-button {
	  text-align: center;
	}
	body .member-box .member-image::before {
	  display: none;
	}
	body .member-box .member-image .team-social {
	  opacity: 1;
	  top: auto;
	  bottom: 0;
	  transform: translate(0);
	  z-index: 999;
	  left: 0;
	  right: 0;
	  text-align: center;
	  margin-bottom: 0;
	}
	body .dl_testi_carousel .style-1 .box-testi {
	  width: 80%;
	}
	body .tab-block-overview .tab-nav,
	body .tab-block-overview .tab-content .tab-panel {
	  width: 100%;
	}
	body .timeline-box .timeline {
	  padding-bottom: 40px;
	}
	body .timeline-item .timeline-marker {
	  left: 0;
	  margin-left: 0;
	}
	body .timeline-item .timeline-marker:after {
	  bottom: -36px;
	}
	body .timeline-item .timeline-content {
	  width: 100%;
	  float: none;
	  padding-left: 80px;
	  padding-right: 0;
	}
	body .timeline-item .timeline-content > div {
	  margin-top: 30px;
	}
	body .timeline-item .timeline-content:before {
	  left: 15px;
	}
	body .timeline-item:nth-child(odd) .timeline-content::before {
	  background: linear-gradient(to right, #fff, #e1e8f4);
	  top: 40px;
	}
	body .timeline-item:nth-child(odd) .timeline-marker:before {
	  top: 34px;
	}
	body .timeline-item.period .timeline-content .timeline-title {
	  left: 0;
	  transform: translate(0, -50%);
	}
	.shop-toolbar {
	  text-align: center;
	}
	.shop-toolbar p.woocommerce-result-count {
	  margin-bottom: 15px;
	}
	.shop-toolbar .toolbar-col-right {
	  text-align: center;
	}
	.shop-toolbar .toolbar-col-right .woocommerce-ordering {
	  max-width: 250px;
	  margin: auto;
	  margin-bottom: 25px;
	}
	.shop-toolbar .toolbar-col-right .woocommerce-ordering select {
	  width: 100%;
	}
	.woocommerce ul.products li.product:nth-child(5),
	.woocommerce ul.products li.product:nth-child(3) {
	  clear: left;
	}
	.woocommerce ul.products li.product.first {
	  clear: initial;
	}
	.footer-widgets .footer-sidebar {
	  margin-bottom: 30px;
	}
	.delaware-counter {
	  text-align: center;
	}
	.member-box {
	  max-width: 400px;
	  margin: auto;
	  margin-bottom: 35px;
	}
	.delaware-image-box-5 {
	  margin: 25px 0 ;
	}
	.woocommerce .remove-mobile {
	  display: block;
	}
	.woocommerce table .product-name a {
	  display: block;
	}
	.woocommerce table .product-remove {
	  display: none;
	}
	.woocommerce table .remove-mobile {
	  margin-top: 15px;
	  color: #ff0000 ! important;
	}
	.woocommerce .cart input.button,
	.woocommerce-cart td.actions .update-cart {
	  float: left;
	  margin-top: 25px;
	  padding: 0 41px;
	}
	.header-v5 .site-logo {
	  margin: 0 0 10px;
	}
  }
  @media (max-width: 600px) {
	.topbar .widget_categories ul li,
	.topbar .widget_archive ul li,
	.topbar .widget_pages ul li,
	.topbar .widget_meta ul li,
	.topbar .widget_nav_menu ul li,
	.topbar .widget_dl-custom-menu ul li {
	  padding: 10px 5px;
	}
	.topbar .widget_categories ul li:last-child,
	.topbar .widget_archive ul li:last-child,
	.topbar .widget_pages ul li:last-child,
	.topbar .widget_meta ul li:last-child,
	.topbar .widget_nav_menu ul li:last-child,
	.topbar .widget_dl-custom-menu ul li:last-child {
	  border: 0;
	}
	.page-header .page-header-area {
	  flex-direction: column;
	}
	.post-type-archive-portfolio .portfolio-wrapper {
	  width: 100%;
	}
	.delaware-off-canvas-panel {
	  width: 350px;
	  right: -350px;
	}
	.delaware-off-canvas-panel.open {
	  transform: translate3d(-350px, 0, 0);
	}
	.delaware-off-canvas-panel .widget-canvas-content {
	  padding-left: 30px;
	  padding-right: 30px;
	  padding-top: 100px;
	}
	.delaware-off-canvas-panel .widget-panel-header {
	  padding: 30px;
	}
	.delaware-off-canvas-panel.menu-sidebar ul.menu li a {
	  font-size: 30px;
	}
	.delaware-off-canvas-panel.menu-sidebar ul.menu .sub-menu li a {
	  font-size: 20px;
	}
	.blog-masonry .blog-wrapper .entry-title {
	  font-size: 18px;
	}
	.dl-blog-wrapper {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.blog-masonry .dl-blog-wrapper {
	  width: 100%;
	}
	.portfolio-wrapper.columns-3 {
	  width: 100%;
	}
	.service-wrapper {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.comment-list .children {
	  padding-left: 0;
	}
	.comment .comment-author {
	  float: none;
	  margin-bottom: 20px;
	}
	.comment .comment-meta {
	  margin-left: 0;
	}
	body .dl_testi_carousel_2 div[class*="col-"] {
	  width: 100%;
	}
	body .delaware-video-banner .content-video .telephone {
	  width: 100%;
	  display: block;
	}
	h2.vc_custom_heading,
	.delaware-section-title .title {
	  font-size: 30px ! important;
	}
	.delaware-counter .counter-value .counter-number,
	.delaware-counter .counter-value .unit {
	  font-size: 28px;
	}
	.comments-area .comment-navigation .nav-links {
	  display: block;
	}
  }
  @media (max-width: 480px) {
	.delaware-off-canvas-panel {
	  width: 280px;
	  right: -280px;
	}
	.delaware-off-canvas-panel.open {
	  transform: translate3d(-280px, 0, 0);
	}
	.delaware-off-canvas-panel .widget-canvas-content {
	  padding-left: 20px;
	  padding-right: 20px;
	  padding-top: 80px;
	}
	.delaware-off-canvas-panel .widget-panel-header {
	  padding: 20px;
	}
	.delaware-off-canvas-panel.menu-sidebar ul.menu li a {
	  font-size: 24px;
	}
	.delaware-off-canvas-panel.menu-sidebar ul.menu .sub-menu li a {
	  font-size: 18px;
	}
	.post-author .post-author-avatar {
	  float: none;
	  margin-bottom: 30px;
	}
	.post-author .post-author-info {
	  margin-left: 0;
	}
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email,
	.woocommerce #review_form #respond .comment-form-author,
	.woocommerce #review_form #respond .comment-form-email,
	.woocommerce-checkout form.checkout .form-row-first,
	.woocommerce-checkout form.checkout .form-row-last,
	.woocommerce-checkout form.checkout .validate-phone,
	.woocommerce-checkout form.checkout .validate-email {
	  width: 100%;
	  float: none;
	  padding: 0;
	}
	.woocommerce-billing-fields {
	  margin-bottom: 35px;
	}
	.woocommerce-checkout form.checkout .col-1,
	.woocommerce-checkout form.checkout .col-2,
	.woocommerce-checkout #order_review table.shop_table,
	.woocommerce-checkout #order_review .woocommerce-checkout-payment {
	  width: 100%;
	  padding: 0;
	}
	.dl-portfolio-widget .portfolio-widget-wrapper {
	  flex: 0 0 80%;
	  max-width: 80%;
	}
	body .delaware-wrap-item .delaware-portfolio-grid-wrapter {
	  width: 100%;
	  text-align: center;
	}
	body .delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-category .category {
	  justify-content: center;
	}
	body .job-box .job-wrapper {
	  width: 100%;
	}
	body .dl-map-shortcode .dl-map-form {
	  padding: 25px 15px;
	}
	body .dl-map-shortcode .dl-map-form span {
	  display: block;
	}
	body .delaware-image-box-5 {
	  flex-direction: column;
	}
	body .delaware-image-box-5 .emtry-content,
	body .delaware-image-box-5 .emtry-header {
	  width: 100%;
	  float: none;
	}
	.dl_testi_carousel .box-testi {
	  width: 100%;
	}
	.dl_testi_carousel .testi-carousel__style-1 .box-testi {
	  width: 100%;
	  padding: 40px;
	}
	.dl_testi_carousel .testi-carousel__style-2 {
	  display: block;
	}
	.dl_testi_carousel .testi-carousel__style-2 .testi-avatar {
	  margin: 0 auto 30px;
	}
	.dl_testi_carousel .testi-carousel__style-2 .box-testi {
	  padding: 0;
	}
	.delaware-about-type-2 {
	  display: block;
	}
	.delaware-about-type-2 .col-left .delaware-button {
	  margin-top: 0;
	}
	.woocommerce table .product-price {
	  display: none;
	}
	.woocommerce table.shop_table thead tr th {
	  padding: 1em 10px;
	}
	.woocommerce table.shop_table tr th,
	.woocommerce table.shop_table tr td {
	  padding: 25px 10px;
	}
	.woocommerce .quantity {
	  padding: 0 20px 0 15px;
	}
	.single-post .entry-header {
	  display: block;
	}
	.single-post .entry-header .entry-author {
	  margin-bottom: 20px;
	}
	.dl-contact-box .form-ct-box .wpcf7-form .wpcf7-form-control-wrap:first-child input,
	.dl-contact-box .form-ct-box .wpcf7-form .wpcf7-form-control-wrap:nth-child(2) input {
	  width: 100%;
	}
	.dl-contact-box .des-contact-box {
	  display: block;
	}
	.dl-contact-box .left-box-ct,
	.dl-contact-box .form-ct-box {
	  padding: 20px;
	}
	.header-transparent.admin-bar .site-header,
	.header-transparent.admin-bar.show-topbar .site-header {
	  top: 45px;
	}
	.header-transparent.show-topbar .site-header {
	  top: 10px;
	}
  }
  @media (max-width: 320px) {
	.woocommerce ul.products li.product {
	  text-align: center;
	}
	.woocommerce ul.products li.product .star-rating {
	  margin: auto;
	  margin-bottom: 10px;
	}
	.woocommerce ul.products li.product a.button {
	  font-size: 12px;
	}
	.woocommerce ul.products li.product:nth-child(5) {
	  clear: left;
	}
	.delaware-icon-box-6 {
	  max-width: 300px;
	  width: auto;
	}
  }
  /*--------------------------------------------------------------
  10.0 - Blocks
  --------------------------------------------------------------*/
  .has-small-font-size {
	font-size: 13px;
  }
  hr.wp-block-separator {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
  }
  ul.wp-block-categories {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
  }
  ul.wp-block-categories ul {
	list-style: none;
  }
  ul.wp-block-categories li {
	padding: 5px 0;
	margin-bottom: 0;
  }
  ul.wp-block-categories li:last-child {
	padding-bottom: 0;
  }
  ul.wp-block-categories li a {
	color: #000;
  }
  ul.wp-block-categories li a:hover {
	color: #f39000;
  }
  .wp-block-categories select {
	padding: 10px;
	border: 1px solid #d9d9d9;
  }
  .wp-block-archives {
	list-style: none;
	padding-left: 0;
  }
  .wp-block-archives li {
	padding: 3px 0;
	margin-bottom: 0;
  }
  .wp-block-archives li:last-child {
	padding-bottom: 0;
  }
  ul.wp-block-latest-posts {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
  }
  ul.wp-block-latest-posts ul {
	list-style: none;
  }
  ul.wp-block-latest-posts li {
	padding: 5px 0;
	margin-bottom: 0;
  }
  ul.wp-block-latest-posts li:last-child {
	padding-bottom: 0;
  }
  ul.wp-block-latest-posts li a {
	color: #000;
  }
  ul.wp-block-latest-posts li a:hover {
	color: #f39000;
  }
  .wp-block-latest-posts.is-grid li {
	margin: 0;
  }
  .wp-block-pullquote {
	text-align: initial;
	padding: 1em 0;
  }
  .wp-block-pullquote blockquote {
	padding: 55px 35px 35px;
  }
  .wp-block-pullquote.aligncenter cite {
	margin-top: 15px;
  }
  .wp-block-pullquote.alignleft {
	padding-left: 0;
  }
  .wp-block-pullquote.alignleft blockquote {
	text-align: left;
	padding-left: 35px;
	padding-right: 15px;
  }
  .wp-block-pullquote.alignright {
	padding-left: 0;
  }
  .wp-block-pullquote.alignright blockquote {
	text-align: right;
	padding-right: 35px;
	padding-left: 15px;
  }
  figure.is-resized {
	margin: 0;
  }
  .aligncenter {
	text-align: center;
  }
  img.alignright {
	clear: both;
  }
  .wp-block-cover-image.has-background-dim::before,
  .wp-block-cover.has-background-dim::before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
  }
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 0;
	padding: 55px 80px 45px;
  }
  .wp-block-quote.is-large cite,
  .wp-block-quote.is-style-large cite {
	text-align: inherit;
  }
  @media only screen and (min-width: 960px) {
	body.full-content .site-content .entry-content > *.alignfull {
	  width: -webkit-fill-available;
	  max-width: 1000%;
	  margin-right: calc(50% - 50vw + 8px);
	  margin-left: calc(50% - 50vw + 8px);
	}
	body.full-content .site-content .entry-content > *.alignwide {
	  width: -webkit-fill-available;
	  max-width: 1000%;
	  margin-right: calc(25% - 25vw);
	  margin-left: calc(25% - 25vw);
	}
  }
  /*--------------------------------------------------------------
  11.0 - Default
  --------------------------------------------------------------*/
  @media only screen and (min-width: 768px) {
	.entry-content > .wp-block-button,
	.entry-content > .wp-block-button {
	  max-width: calc(8 * (100vw / 12) - 28px);
	}
  }
  @media only screen and (min-width: 1168px) {
	.entry-content > .wp-block-button,
	.entry-content > .wp-block-button {
	  max-width: calc(6 * (100vw / 12) - 28px);
	}
  }
  .entry-content > .wp-block-button.alignwide,
  .entry-content > .wp-block-button.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
  }
  @media only screen and (min-width: 768px) {
	.entry-content > .wp-block-button.alignwide,
	.entry-content > .wp-block-button.alignwide {
	  width: 100%;
	  max-width: 100%;
	}
  }
  .entry-content > .wp-block-button.alignfull,
  .entry-content > .wp-block-button.alignfull {
	position: relative;
	left: -1rem;
	width: calc(100% + (2 * 1rem));
	max-width: calc(100% + (2 * 1rem));
	clear: both;
  }
  @media only screen and (min-width: 768px) {
	.entry-content > .wp-block-button.alignfull,
	.entry-content > .wp-block-button.alignfull {
	  margin-top: calc(2 * 1rem);
	  margin-bottom: calc(2 * 1rem);
	  left: calc(-12.5% - 75px);
	  width: calc(125% + 150px);
	  max-width: calc(125% + 150px);
	}
  }
  .entry-content > .wp-block-button.alignleft,
  .entry-summary > .wp-block-button.alignleft {
	float: left;
	max-width: calc(5 * (100vw / 12));
	margin-top: 0;
	margin-left: 0;
	margin-right: 1rem;
  }
  @media only screen and (min-width: 768px) {
	.entry-content > .wp-block-button.alignleft,
	.entry-summary > .wp-block-button.alignleft {
	  max-width: calc(4 * (100vw / 12));
	  margin-right: calc(2 * 1rem);
	}
  }
  .entry-content > .wp-block-button.alignright,
  .entry-summary > .wp-block-button.alignright {
	float: right;
	max-width: calc(5 * (100vw / 12));
	margin-top: 0;
	margin-right: 0;
	margin-left: 1rem;
  }
  @media only screen and (min-width: 768px) {
	.entry-content > .wp-block-button.alignright,
	.entry-summary > .wp-block-button.alignright {
	  max-width: calc(4 * (100vw / 12));
	  margin-right: 0;
	  margin-left: calc(2 * 1rem);
	}
  }
  .entry-content > .wp-block-button.aligncenter,
  .entry-summary > .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
  }
  @media only screen and (min-width: 768px) {
	.entry-content > .wp-block-button.aligncenter,
	.entry-content > .wp-block-button.aligncenter {
	  max-width: calc(8 * (100vw / 12) - 28px);
	}
  }
  @media only screen and (min-width: 1168px) {
	.entry-content > .wp-block-button.aligncenter,
	.entry-content > .wp-block-button.aligncenter {
	  max-width: calc(6 * (100vw / 12) - 28px);
	}
  }
  @media only screen and (min-width: 768px) {
	.entry-content > .wp-block-button.aligncenter,
	.entry-content > .wp-block-button.aligncenter {
	  margin-left: 0;
	  margin-right: 0;
	}
  }
  .entry-content .entry-content,
  .entry-content .entry-summary,
  .entry-content .entry,
  .entry-summary .entry-content,
  .entry-summary .entry-summary,
  .entry-summary {
	margin: inherit;
	max-width: inherit;
	padding: inherit;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .entry-content,
	.entry-content .entry-summary,
	.entry-content .entry,
	.entry-summary .entry-content,
	.entry-summary .entry-summary,
	.entry-summary {
	  margin: inherit;
	  max-width: inherit;
	  padding: inherit;
	}
  }
  .entry-content p.has-background {
	padding: 20px 30px;
  }
  .entry-content .wp-block-audio {
	width: 100%;
  }
  .entry-content .wp-block-audio audio {
	width: 100%;
  }
  .entry-content .wp-block-audio.alignleft audio,
  .entry-content .wp-block-audio.alignright audio {
	max-width: 198px;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-audio.alignleft audio,
	.entry-content .wp-block-audio.alignright audio {
	  max-width: 384px;
	}
  }
  @media only screen and (min-width: 1379px) {
	.entry-content .wp-block-audio.alignleft audio,
	.entry-content .wp-block-audio.alignright audio {
	  max-width: 385.44px;
	}
  }
  .entry-content .wp-block-video video {
	width: 100%;
  }
  .entry-content .wp-block-button {
	margin: 32px 0;
  }
  .entry-content .wp-block-button .wp-block-button__link {
	transition: background 150ms ease-in-out;
	border: none;
	line-height: 1.2;
	box-sizing: border-box;
	font-weight: bold;
	text-decoration: none;
	outline: none;
  }
  .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: #0073aa;
  }
  .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: white;
  }
  .entry-content .wp-block-button .wp-block-button__link:hover {
	color: white;
	background: #111;
	cursor: pointer;
  }
  .entry-content .wp-block-button .wp-block-button__link:focus {
	color: white;
	background: #111;
	outline: thin dotted;
	outline-offset: -4px;
  }
  .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 5px;
  }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
	transition: all 150ms ease-in-out;
	border-width: 2px;
	border-style: solid;
  }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
	background: transparent;
  }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
	color: #0073aa;
	border-color: currentColor;
  }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: white;
	border-color: #111;
  }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
	color: #111;
  }
  .entry-content .wp-block-archives,
  .entry-content .wp-block-categories,
  .entry-content .wp-block-latest-posts {
	padding: 0;
	list-style: none;
  }
  .entry-content .wp-block-archives li,
  .entry-content .wp-block-categories li,
  .entry-content .wp-block-latest-posts li {
	color: #767676;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 0.75rem;
  }
  .entry-content .wp-block-archives li.menu-item-has-children,
  .entry-content .wp-block-archives li:last-child,
  .entry-content .wp-block-categories li.menu-item-has-children,
  .entry-content .wp-block-categories li:last-child,
  .entry-content .wp-block-latest-posts li.menu-item-has-children,
  .entry-content .wp-block-latest-posts li:last-child {
	padding-bottom: 0;
  }
  .entry-content .wp-block-archives li a,
  .entry-content .wp-block-categories li a,
  .entry-content .wp-block-latest-posts li a {
	text-decoration: none;
  }
  .entry-content .wp-block-archives.aligncenter,
  .entry-content .wp-block-categories.aligncenter {
	text-align: center;
  }
  .entry-content .wp-block-categories ul {
	padding-top: 0.75rem;
  }
  .entry-content .wp-block-categories li ul {
	list-style: none;
	padding-left: 0;
  }
  .entry-content .wp-block-categories ul {
	counter-reset: submenu;
  }
  .entry-content .wp-block-categories ul > li > a::before {
	font-weight: normal;
	content: "– " counters(submenu, "– ", none);
	counter-increment: submenu;
  }
  .entry-content .wp-block-latest-posts.is-grid li {
	border-top: 2px solid #ccc;
	padding-top: 1rem;
	margin-bottom: 2rem;
  }
  .entry-content .wp-block-latest-posts.is-grid li a:after {
	content: '';
  }
  .entry-content .wp-block-latest-posts.is-grid li:last-child {
	margin-bottom: auto;
  }
  .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
	content: '';
  }
  .entry-content .wp-block-preformatted {
	font-size: 0.71111em;
	line-height: 1.8;
	padding: 1rem;
  }
  .entry-content .wp-block-verse {
	font-size: 22px;
	line-height: 1.8;
  }
  .entry-content .has-drop-cap:not(:focus):first-letter {
	line-height: 1;
	font-weight: bold;
	margin: 0 0.25em 0 0;
  }
  .entry-content .wp-block-pullquote {
	border-color: transparent;
	border-width: 2px;
	padding: 1rem;
  }
  .entry-content .wp-block-pullquote blockquote {
	color: #111;
	border: none;
	margin-top: calc(4 * 1rem);
	margin-bottom: calc(4.33 * 1rem);
	margin-right: 0;
	padding-left: 0;
  }
  .entry-content .wp-block-pullquote p {
	font-size: 1.6875em;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
  }
  .entry-content .wp-block-pullquote p em {
	font-style: normal;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-pullquote p {
	  font-size: 2.25em;
	}
  }
  .entry-content .wp-block-pullquote cite {
	display: inline-block;
	line-height: 1.6;
	text-transform: none;
	color: #767676;
  }
  .entry-content .wp-block-pullquote.alignleft,
  .entry-content .wp-block-pullquote.alignright {
	width: 100%;
	padding: 0;
  }
  .entry-content .wp-block-pullquote.alignleft blockquote,
  .entry-content .wp-block-pullquote.alignright blockquote {
	margin: 1rem 0;
	padding: 0;
	text-align: left;
	max-width: 100%;
  }
  .entry-content .wp-block-pullquote.alignleft blockquote p:first-child,
  .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
	margin-top: 0;
  }
  .entry-content .wp-block-pullquote.is-style-solid-color {
	background-color: #0073aa;
	padding-left: 0;
	padding-right: 0;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-pullquote.is-style-solid-color {
	  padding-left: 10%;
	  padding-right: 10%;
	}
  }
  .entry-content .wp-block-pullquote.is-style-solid-color p {
	font-size: 1.6875em;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-pullquote.is-style-solid-color p {
	  font-size: 2.25em;
	}
  }
  .entry-content .wp-block-pullquote.is-style-solid-color a {
	color: #fff;
  }
  .entry-content .wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
  }
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	color: #fff;
	padding-left: 0;
	margin-left: 1rem;
	margin-right: 1rem;
  }
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
	color: inherit;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	  margin-left: 0;
	  margin-right: 0;
	}
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-pullquote.is-style-solid-color.alignright,
	.entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
	  padding: 1rem calc(2 * 1rem);
	}
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
	  padding-left: calc(10% + 58px + (2 * 1rem));
	  padding-right: calc(10% + 58px + (2 * 1rem));
	}
  }
  .entry-content .wp-block-quote:not(.is-large),
  .entry-content .wp-block-quote:not(.is-style-large) {
	border-width: 2px;
	border-color: #0073aa;
	padding-top: 0;
	padding-bottom: 0;
  }
  .entry-content .wp-block-quote:before,
  .entry-content .has-text-color:before {
	top: 0;
  }
  .entry-content .wp-block-quote p {
	font-size: 1em;
	font-style: normal;
	line-height: 1.8;
  }
  .entry-content .wp-block-quote cite {
	font-size: calc(1rem / (1.25 * 1.125));
  }
  .entry-content .wp-block-quote.is-large,
  .entry-content .wp-block-quote.is-style-large {
	margin: 1rem 0;
	padding: 0;
	border-left: none;
  }
  .entry-content .wp-block-quote.is-large p,
  .entry-content .wp-block-quote.is-style-large p {
	font-size: 1.6875em;
	line-height: 1.4;
	font-style: italic;
  }
  .entry-content .wp-block-quote.is-large cite,
  .entry-content .wp-block-quote.is-large footer,
  .entry-content .wp-block-quote.is-style-large cite,
  .entry-content .wp-block-quote.is-style-large footer {
	font-size: calc(1rem / (1.25 * 1.125));
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-quote.is-large,
	.entry-content .wp-block-quote.is-style-large {
	  margin: 1rem 0;
	  padding: 1rem 0;
	}
	.entry-content .wp-block-quote.is-large p,
	.entry-content .wp-block-quote.is-style-large p {
	  font-size: 1.6875em;
	}
  }
  .entry-content .wp-block-image {
	max-width: 100%;
  }
  .entry-content .wp-block-image figure {
	margin-top: 0;
	margin-bottom: 0;
  }
  .entry-content .wp-block-image img {
	display: block;
  }
  .entry-content figure.alignleft,
  .entry-content figure.alignright {
	margin-top: 0;
	margin-bottom: 0;
  }
  .entry-content .wp-block-cover {
	margin-top: 32px;
	margin-bottom: 32px;
  }
  .entry-content .wp-block-cover.alignleft,
  .entry-content .wp-block-cover.alignright {
	margin-top: 0;
  }
  .entry-content .wp-block-cover-image,
  .entry-content .wp-block-cover {
	position: relative;
	min-height: 430px;
	padding: 1rem;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-cover-image,
	.entry-content .wp-block-cover {
	  padding: 1rem 10%;
	}
  }
  .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry-content .wp-block-cover-image h2,
  .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry-content .wp-block-cover .wp-block-cover-text,
  .entry-content .wp-block-cover h2 {
	font-weight: bold;
	line-height: 1.25;
	padding: 0;
	color: #fff;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-cover-image .wp-block-cover-image-text,
	.entry-content .wp-block-cover-image .wp-block-cover-text,
	.entry-content .wp-block-cover-image h2,
	.entry-content .wp-block-cover .wp-block-cover-image-text,
	.entry-content .wp-block-cover .wp-block-cover-text,
	.entry-content .wp-block-cover h2 {
	  font-size: 2.25em;
	  max-width: 100%;
	}
  }
  .entry-content .wp-block-cover-image.alignleft,
  .entry-content .wp-block-cover-image.alignright,
  .entry-content .wp-block-cover.alignleft,
  .entry-content .wp-block-cover.alignright {
	width: 100%;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-cover-image.alignleft,
	.entry-content .wp-block-cover-image.alignright,
	.entry-content .wp-block-cover.alignleft,
	.entry-content .wp-block-cover.alignright {
	  padding: 1rem calc(2 * 1rem);
	}
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
	.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
	.entry-content .wp-block-cover-image.alignfull h2,
	.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
	.entry-content .wp-block-cover.alignfull .wp-block-cover-text,
	.entry-content .wp-block-cover.alignfull h2 {
	  max-width: calc(8 * (100vw / 12) - 28px);
	}
  }
  @media only screen and (min-width: 1168px) {
	.entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
	.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
	.entry-content .wp-block-cover-image.alignfull h2,
	.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
	.entry-content .wp-block-cover.alignfull .wp-block-cover-text,
	.entry-content .wp-block-cover.alignfull h2 {
	  max-width: calc(6 * (100vw / 12) - 28px);
	}
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-cover-image.alignfull,
	.entry-content .wp-block-cover.alignfull {
	  padding-left: calc(10% + 58px + (2 * 1rem));
	  padding-right: calc(10% + 58px + (2 * 1rem));
	}
	.entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
	.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
	.entry-content .wp-block-cover-image.alignfull h2,
	.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
	.entry-content .wp-block-cover.alignfull .wp-block-cover-text,
	.entry-content .wp-block-cover.alignfull h2 {
	  padding: 0;
	}
  }
  .content-sidebar .entry-content .wp-block-gallery.columns-7 figcaption,
  .sidebar-content .entry-content .wp-block-gallery.columns-7 figcaption,
  .content-sidebar .entry-content .wp-block-gallery.columns-8 figcaption,
  .sidebar-content .entry-content .wp-block-gallery.columns-8 figcaption {
	display: none;
  }
  .entry-content .wp-block-gallery {
	list-style-type: none;
	padding-left: 0;
  }
  .entry-content .wp-block-gallery.alignleft,
  .entry-content .wp-block-gallery.alignright {
	display: flex;
  }
  .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
  .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
	margin-bottom: 16px;
  }
  .entry-content .wp-block-gallery figcaption a {
	color: #fff;
  }
  .entry-content .wp-block-audio figcaption,
  .entry-content .wp-block-video figcaption,
  .entry-content .wp-block-image figcaption,
  .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
  .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
	font-size: inherit;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
  }
  .entry-content .wp-block-separator,
  .entry-content hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	max-width: 2.25em;
	text-align: left;
  }
  .entry-content .wp-block-separator.is-style-wide,
  .entry-content hr.is-style-wide {
	max-width: 100%;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-separator.is-style-wide,
	.entry-content hr.is-style-wide {
	  max-width: calc(8 * (100vw / 12) - 28px);
	}
  }
  @media only screen and (min-width: 1168px) {
	.entry-content .wp-block-separator.is-style-wide,
	.entry-content hr.is-style-wide {
	  max-width: calc(6 * (100vw / 12) - 28px);
	}
  }
  .entry-content .wp-block-separator.is-style-dots,
  .entry-content hr.is-style-dots {
	max-width: 100%;
	background-color: inherit;
	border: inherit;
	height: inherit;
	text-align: center;
  }
  @media only screen and (min-width: 768px) {
	.entry-content .wp-block-separator.is-style-dots,
	.entry-content hr.is-style-dots {
	  max-width: calc(8 * (100vw / 12) - 28px);
	}
  }
  @media only screen and (min-width: 1168px) {
	.entry-content .wp-block-separator.is-style-dots,
	.entry-content hr.is-style-dots {
	  max-width: calc(6 * (100vw / 12) - 28px);
	}
  }
  .entry-content .wp-block-separator.is-style-dots:before,
  .entry-content hr.is-style-dots:before {
	color: #767676;
	font-size: 1.6875em;
	letter-spacing: 0.88889em;
	padding-left: 0.88889em;
  }
  .entry-content .wp-block-separator + h1:before,
  .entry-content .wp-block-separator + h2:before,
  .entry-content hr + h1:before,
  .entry-content hr + h2:before {
	display: none;
  }
  .entry-content .wp-block-embed-twitter {
	word-break: break-word;
  }
  