/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container:before, .container:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.row:after {
  clear: both;
}

@media screen and (max-width: 1400px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.cell {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px;
}

@media screen and (max-width: 1400px) {
  .cell {
    padding: 0 10px;
  }
}

.cell.parent {
  padding: 0;
}

body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #535353;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #535353;
  font-weight: 900;
  line-height: 1.2;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

@media (max-width: 1300px) {
  h2 {
    font-size: 26px;
  }
}

@media (max-width: 960px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  h3 {
    font-size: 22px;
  }
}

@media (max-width: 960px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  h6 {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  h6 {
    font-size: 16px;
  }
}

p, span, label, li {
  color: #535353;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin: 15px 0;
  font-weight: 400;
  color: #535353;
  line-height: 1.5;
}

p p, p a, p span, p label, p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}

p b, p strong {
  font-weight: bold;
}

p i, p em {
  font-style: italic;
}

p a {
  text-decoration: underline;
  color: #535353;
}

p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}

a:hover {
  text-decoration: underline;
}

a span {
  color: inherit;
  font-weight: inherit;
}

img, span, label, a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  padding-left: 30px;
}

blockquote:before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  background-color: #0F63B7;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote p {
  font-size: 20px;
  line-height: 1.4;
  font-style: normal;
  color: #535353;
  margin: 30px 0;
  z-index: 1;
}

@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  border: none;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #E8E8E8;
  background: white;
  color: #535353;
  width: 100%;
  line-height: 1;
  padding: 15px 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 5px;
}

input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #5188c0;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="month"]:disabled,
textarea:disabled,
select:disabled {
  background: #e8e8e8;
}

.select-overlay {
  position: relative;
}

.select-overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 17px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 1360px;
  border-radius: 5px;
}

button[type="submit"],
input[type="submit"] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #0F63B7;
  font-weight: 500;
  letter-spacing: 0;
  padding: 16px 28px;
  border-radius: 5px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-top: 20px;
  margin-bottom: 0;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background-color: #0b4a88;
  color: white;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
}

button[type="submit"].button-white,
input[type="submit"].button-white {
  background-color: white;
  color: #0F63B7;
}

button[type="submit"].button-white:hover,
input[type="submit"].button-white:hover {
  background-color: #5188c0;
  color: white;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 130px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  background: white;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.09);
  background: white;
  line-height: normal;
  cursor: pointer;
  margin-top: 2px;
  color: #0F63B7;
  outline: 0;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]:checked:before {
  content: "";
  background-color: #0F63B7;
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 4px;
}

input[type="radio"]:checked:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #0F63B7;
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #CCCCCC;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #CCCCCC;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #CCCCCC;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #0F63B7;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background: #6aa9d5;
  background: -webkit-gradient(linear, left top, right top, from(#6aa9d5), to(#ad94d4));
  background: linear-gradient(90deg, #6aa9d5 0%, #ad94d4 100%);
  color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #0F63B7;
  /* Red */
  background: #0F63B7;
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: #0F63B7;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #0F63B7;
  color: white;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #0F63B7;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border-radius: 30px;
}

.button1, .button-white {
  color: white;
  display: inline-block;
  padding: 16px 28px;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #0F63B7;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
}

.button1:hover, .button-white:hover {
  text-decoration: none;
  background-color: #0b4a88;
  color: white;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
}

.button-white {
  background-color: white;
  color: #0F63B7;
}

.button-white:hover {
  background-color: #5188c0;
  color: white;
}

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #fff;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #535353;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
								  not supported by any browser */
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1550px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.the-content img {
  max-height: 100%;
  height: auto;
}

.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}

.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 30px;
  font-weight: 500;
}

@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}

.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}

.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}

.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}

.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #535353;
  font-weight: 400;
}

@media (max-width: 1300px) {
  .the-content p,
  .the-content span,
  .the-content label,
  .the-content li {
    font-size: 16px;
    line-height: 1.6;
  }
}

.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 700;
}

.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: inherit;
}

.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f2d4), to(#f7f2d4));
  background: linear-gradient(0deg, #f7f2d4 0%, #f7f2d4 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: background-size 0.2s;
  transition: background-size 0.2s;
  color: #111111;
}

.the-content li a:hover,
.the-content p a:hover {
  background-size: 2px 40px;
}

.the-content blockquote {
  border: none !important;
  position: relative;
  padding-left: 30px;
}

.the-content blockquote:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #0F63B7;
  position: absolute;
  left: 0;
  top: 0;
}

.the-content blockquote p {
  font-size: 24px;
  line-height: 1.4;
  font-style: normal;
  color: #535353;
  font-weight: 500;
  margin: 25px 0;
  z-index: 1;
}

@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

.the-content ul,
.the-content ol {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  clear: both;
  display: block;
}

@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}

.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}

.the-content li {
  margin: 2px 0;
  display: block;
  position: relative;
}

.the-content li strong {
  font-weight: bold;
}

.the-content li em {
  font-style: italic;
}

.the-content iframe {
  width: 100%;
  height: 553px;
}

@media (max-width: 1400px) {
  .the-content iframe {
    height: 400px;
  }
}

@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}

.the-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .the-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .the-content h1 {
    font-size: 30px;
  }
}

.the-content h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

@media (max-width: 1300px) {
  .the-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  .the-content h2 {
    font-size: 24px;
  }
}

.the-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .the-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 960px) {
  .the-content h3 {
    font-size: 20px;
  }
}

.the-content h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  .the-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .the-content h4 {
    font-size: 18px;
  }
}

.the-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  .the-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .the-content h5 {
    font-size: 17px;
  }
}

.the-content h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  .the-content h6 {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .the-content h6 {
    font-size: 16px;
  }
}

.the-content ul {
  margin: 0;
  list-style-type: none;
}

.the-content ul li:before {
  content: "";
  display: block;
  background-image: url("images/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 100%;
  left: 0;
  width: 21px;
  height: 21px;
  top: 1px;
}

@media (max-width: 640px) {
  .the-content ul li:before {
    top: 0;
  }
}

.the-content ul li {
  margin: 15px 0;
  padding-left: 30px;
}

@media (max-width: 640px) {
  .the-content ul li {
    padding-left: 36px;
  }
}

.the-content ol li {
  color: #535353;
  counter-increment: my-counter;
  padding-left: 25px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .the-content ol li {
    padding-left: 18px;
  }
}

.the-content ol li:before {
  content: counter(my-counter) ".";
  color: #0F63B7;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.blue-gradient {
  background: #0f63b7;
  background: linear-gradient(135deg, #0f63b7 0%, #004488 100%);
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.blue-bck {
  background-color: #535353;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  -webkit-box-shadow: 2px 2px 17px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 17px 3px rgba(0, 0, 0, 0.08);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-box {
  background-color: #f8f8f8;
}

.grey-box2 {
  background-color: #D0D1CE;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #0F63B7;
}

.blue-box {
  background-color: #0F63B7;
}

.white-box {
  background-color: white;
}

.shadow-left {
  -webkit-box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}

.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.mc4wp-form-fields {
  position: relative;
}

.mc4wp-form-fields:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  background-image: url("images/svg/mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 17px;
  top: 18px;
  background-size: 100%;
  z-index: 1;
}

.mc4wp-form-fields input[type="email"] {
  padding-left: 48px;
}

.padd_sec {
  padding-bottom: 70px;
}

@media (max-width: 1300px) {
  .padd_sec {
    padding-bottom: 50px;
  }
}

@media (max-width: 960px) {
  .padd_sec {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .padd_sec {
    padding-bottom: 0;
  }
}

.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF;
  z-index: 2;
}

@media (max-width: 1400px) {
  .header-flex {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .logo-header {
    width: 120px;
  }
}

.footer-contact {
  position: relative;
}

.footer-contact .container {
  z-index: 1;
}

.waves-left {
  position: absolute;
  top: 0;
  left: 0;
}

.waves-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-flex {
  padding: 90px 0;
}

@media (max-width: 960px) {
  .footer-flex {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .footer-flex {
    padding: 50px 0;
    display: block;
  }
}

@media (max-width: 640px) {
  .footer-flex h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.footer-left {
  width: 66.6666%;
  padding-right: 10px;
}

@media (max-width: 1240px) {
  .footer-left {
    padding-right: 50px;
  }
}

@media (max-width: 960px) {
  .footer-left {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .footer-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.footer-right {
  width: 33.3333%;
  padding-left: 10px;
}

@media (max-width: 960px) {
  .footer-right {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .footer-right {
    width: 100%;
    padding-left: 0;
  }
}

.contact-box {
  max-width: 820px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 960px) {
  .form-row {
    margin: 0;
  }
}

.form-row span {
  display: block;
}

.form-row label {
  position: relative;
}

.form-box50 {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 960px) {
  .form-box50 {
    width: 100%;
    padding: 0;
  }
}

.form-box100 {
  width: 100%;
  padding: 0 15px;
}

@media (max-width: 960px) {
  .form-box100 {
    padding: 0;
  }
}

.label-form {
  font-weight: 500;
  margin-bottom: 10px;
}

.label-checkbox {
  position: relative;
  padding-left: 35px;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

.label-checkbox input {
  position: absolute;
  left: 0;
  top: 1px;
  margin: 0;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #ffffff;
}

.footer-bottom p {
  color: white;
}

.footer-white-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
  background-color: white;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
}

.contact-list {
  text-align: center;
}

.contact-list li {
  padding: 15px 0;
  border-top: 1px dashed #02498F;
}

.contact-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.contact-list li:last-child {
  padding-bottom: 0;
}

.contact-list a, .contact-list p {
  text-transform: uppercase;
  color: #464646;
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 480px) {
  .contact-list a, .contact-list p {
    font-size: 16px;
  }
}

.contact-list a:hover {
  text-decoration: none;
  color: #0F63B7;
}

.contact-icon {
  display: block;
  margin-bottom: 5px;
}

.white-txt a.button-white {
  color: #0F63B7;
}

.white-txt a.button-white:hover {
  background-color: #5188c0;
  color: white;
}

.hero-blue {
  position: relative;
}

.hero-text {
  text-align: center;
  padding: 260px 0 190px;
  position: relative;
  z-index: 1;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1650px) {
  .hero-text {
    padding: 180px 0 100px;
  }
}

@media (max-width: 480px) {
  .hero-text {
    padding-bottom: 70px;
  }
}

.hero-text h1 {
  margin-bottom: 50px;
}

@media (max-width: 1300px) {
  .hero-text h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 24px;
  }
}

.hero-waves {
  position: absolute;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  bottom: 0;
  height: 95%;
}

.hero-logo {
  text-align: center;
  margin-bottom: 55px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1650px) {
  .hero-logo {
    margin-bottom: 40px;
  }
}

@media (max-width: 1300px) {
  .hero-logo {
    width: 200px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .hero-logo {
    width: 140px;
    margin-bottom: 15px;
  }
}

.hero-logo img {
  display: block;
  width: 100%;
}

.services-section {
  padding: 90px 0;
  background-color: #F5F5F5;
}

@media (max-width: 960px) {
  .services-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding: 50px 0;
  }
}

.services-section .tac {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .services-section .tac {
    margin-bottom: 20px;
  }
}

.service-item {
  padding: 8px;
  width: 25%;
}

@media (max-width: 1110px) {
  .service-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .service-item {
    width: 100%;
  }
}

.service-box {
  background-color: white;
  padding: 60px 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.08);
  position: relative;
  top: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  height: 100%;
}

.service-box:hover {
  top: -10px;
}

.service-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 640px) {
  .service-top {
    display: block;
    text-align: center;
  }
}

.service-icon {
  position: relative;
  width: 90px;
}

.service-icon:before {
  content: '';
  display: block;
  position: absolute;
  top: -17px;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #0F63B7;
  opacity: 0.2;
  border-radius: 12px;
}

@media (max-width: 640px) {
  .service-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.service-title {
  margin-bottom: 5px;
  padding-left: 5px;
  width: calc(100% - 90px);
}

@media (max-width: 640px) {
  .service-title {
    width: 100%;
    padding-left: 0;
  }
}

.service-bottom {
  margin-top: 20px;
}

.service-bottom p {
  margin: 0;
}

@media (max-width: 640px) {
  .service-bottom p {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */