@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: 'lora';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: 'lora';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #F5F5F5;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #FF88C2;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: 'lora', SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --blue: #7832e2;
  --indigo: #502c6c;
  --purple: #ad6edd;
  --pink: #ff0266;
  --red: #ea2f65;
  --orange: #fbb500;
  --yellow: #ffde03;
  --green: #03a87c;
  --teal: #09ebaf;
  --cyan: #35bdff;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --light-blue: #e8f3ec;
  --primary: #03a87c;
  --secondary: #7832e2;
  --success: #03a87c;
  --info: #09ebaf;
  --warning: #ffde03;
  --danger: #ea2f65;
  --light: #f8f9fa;
  --dark: #212529;
  --white: #fff;
  --purple: #ad6edd;
  --salmon: #ff977a;
  --cyan: #35bdff;
  --gray: #ced4da;
  --indigo: #502c6c;
  --orange: #fbb500;
  --lightblue: #e8f3ec;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'lora', "Source Sans Pro", "Segoe UI", "Helvetica Neue", "Arial";
  --font-family-monospace: 'lora', SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@-ms-viewport {
  width: device-width;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 85%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

code {
  font-size: 87.5%;
  color: #ff0266;
  word-break: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.col,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-12,
.col-md,
.col-lg-2,
.col-lg-6,
.col-lg-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.order-0 {
  order: 0;
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.5rem + 2px);
  padding: 0.45rem 1.2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2ffbc5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 168, 124, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.collapse:not(.show) {
  display: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.8rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.68rem;
  padding-bottom: 0.68rem;
  margin-right: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
  white-space: nowrap;
}

@media (min-width:768px) {
  #twocolumns {
    margin-bottom: 40px;
  }
}

#twocolumns {
  margin-bottom: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: end;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.15rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width:991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.border {
  border: 1px solid #e8f3ec !important;
}

.border-top {
  border-top: 1px solid #e8f3ec !important;
}

.border-0 {
  border: 0 !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pr-6 {
  padding-right: 5rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

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

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  padding-top: 69.75px;
}

.sticky-top {
  top: 69.75px;
}

.navbar-brand {
  font-family: 'lora';
}


.tofront {
  position: relative;
  z-index: 1;
}

a,
a:hover {
  transition: all .2s;
}

.z-index-1 {
  z-index: 1;
}

@media (min-width:1200px) {
  .h-xl-300 {
    height: 300px;
  }
}

.navbar {
  transition: all .08s;
  font-weight: 400;
}

.navbar .highlight .nav-link {
  color: #03a87c !important;
  border: 1px solid #03a87c;
  padding: 0.3rem 1rem;
  border-radius: 3px;
  font-size: .93rem;
}

.navbar .highlight .nav-link:hover {
  background: #03a87c;
  color: #fff !important;
}

.navbar-brand {
  display: inline-block;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
  font-weight: 600;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.bg-light {
  fill: #f8f9fa !important;
}

.bg-white {
  fill: #fff !important;
}

ol.list-featured {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0;
}

ol.list-featured li {
  counter-increment: my-awesome-counter;
  display: flex;
  font-size: 0.8rem;
}

ol.list-featured li:before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.5rem;
  font-family: 'lora';
  line-height: 1;
}

@media (min-width:768px) {
  .loginarea {
    z-index: 1111;
  }
}

article {
  font-family: 'lora';
  font-size: 20px;
  line-height: 1.7;
}

article p,
article pre,
article figure,
article img,
article blockquote,
article iframed,
article embed {
  margin-bottom: 2rem;
}

article blockquote {
  padding-left: 40px;
  margin-left: 0px;
  font-style: italic;
  position: relative;
}

article blockquote:before {
  content: "“";
  font-family: 'lora';
  font-size: 8rem;
  margin: -1rem 2rem 0 -3.9rem;
  position: absolute;
  opacity: 1;
  float: left;
  line-height: 1;
}

article:first-letter {
  float: left;
  font-size: 5em;
  line-height: 1;
  margin: 0 .2em 0 0;
  vertical-align: top;
}

@media (max-width:1199.98px) {
  .display-4 {
    font-size: 35px;
  }
}

@media (max-width:991.98px) {
  .display-4 {
    font-size: 25px;
  }
}

@media (min-width:992px) {
  .a2a_svg {
    height: 40px !important;
    line-height: 40px !important;
    width: 40px !important;
  }
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-end {
  justify-content: flex-end !important;
}

code {
  font-size: 14px;
  display: inline-block;
  line-height: 1.5;
}

.single_widget {
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #ffffff;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #f9f9ff;
}

.search_widget .stylish-input-group .form-control,
.top-section-area .stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #eee;
  background-color: #f9f9ff;
}

.input-group-addon,
.input-group .form-control {
  display: flex;
  align-items: center;
}

.form-control+.input-group-addon:not(:first-child) {
  border-left: 0;
}

.search_widget .input-group-addon,
.top-section-area .input-group-addon {
  border-color: #eee;
}

.input-group-addon {
  padding: 0 15px;
}

.input-group-addon {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon img {
  width: 20px;
  height: 20px;
}

@media (min-width:768px) {
  .posts-blocks {
    margin: 0 -15px 26px;
  }
}

.posts-blocks {
  margin: 0 -15px;
  font-family: empty;
}

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

@media (min-width:640px) {
  .posts-blocks .post-block {
    display: inline-block !important;
    vertical-align: top;
    width: 48%;
    max-width: none;
    margin: 0 0 31px;
  }
}

.posts-blocks .post-block {
  max-width: 350px;
  margin: 0 auto 31px;
  font-family: 'lora';
}

.post-block {
  padding: 0 17px 0 13px;
  position: relative;
  font-size: 12px;
  line-height: 2.17;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.post-block .post-holder {
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 11px rgba(0, 0, 0, .06);
  overflow: hidden;
  padding: 0 26px 62px;
  position: relative;
}

.post-block .img-holder,
.post-block .video-holder {
  overflow: hidden;
  margin: 0 -27px 0;
  text-align: center;
}

.post-block img {
}

.comment-count img,
.share-count img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.post-block time a {
  display: block;
  padding: 8px 23px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.post-block time a:hover {
  background-color: #000000;
  text-decoration: none;
}

.post-block time a,
.post-block time a:before,
.post-block .ico-play,
.post-block img,
.blocks-slider .slide {
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.post-block time {
  font: 700 12px / 1.1 "biko", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 0 26px -26px;
  word-spacing: 3px;
}

.post-block h2 {
  color: #2a2d34;
  margin: 0 0 11px;
  font-size: 18px;
}

h2 {
  line-height: 1.5;
}

.post-block p {
  margin: 0 0 15px;
  color: #999999;
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.read-more {
  color: #FF88C2;
}

.read-more:hover {
  color: #000000;
}

.post-block footer {
  background: #2a2d34;
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}

.post-block footer .text {
  font-family: 'lora';
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  float: left;
  max-width: 49%;
  letter-spacing: -1px;
  padding: 12px 8px 11px 20px;
}

.post-block footer .text+.text {
  position: relative;
}

.post-block footer .icon {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[class^="ico-"],
[class*=" ico-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comment-count {
  border-right: 1px solid #ffffff;
  box-sizing: border-box;
}

@media (min-width:640px) {

  .navigation,
  .pagination {
    text-align: left;
  }
}

.navigation,
.pagination {
  text-align: center;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

@media (min-width:640px) {

  .navigation .page-numbers.prev,
  .navigation .page-numbers.next,
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next {
    max-width: 50%;
    width: auto;
  }
}

.navigation .page-numbers.prev,
.navigation .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  width: 100%;
  max-width: none;
}

@media (max-width:767px) {

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {}
}

@media (max-width:767px) {

  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }
}

.navigation .page-numbers,
.pagination .page-numbers {
  font: 700 12px / 23px "biko", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 14px;
  background: #fff;
  margin: 0 3px 10px 0;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #bababa;
  text-transform: uppercase;
  min-width: 39px;
  height: 33px;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: .4em;
  text-decoration: none;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
}

.navigation .current,
.navigation .current.page-numbers,
.pagination .current,
.pagination .current.page-numbers {
  background: #2a2d34;
  color: #fff;
}

@media (max-width:767px) {

  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }
}

.navigation .page-numbers,
.pagination .page-numbers {
  font: 700 12px / 23px "biko", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 14px;
  background: #fff;
  margin: 0 3px 10px 0;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #bababa;
  text-transform: uppercase;
  min-width: 39px;
  height: 33px;
}

.nav-links .iconActive {
  color: #ffffff;
  background-color: #FF88C2;
}

.widget.recent-posts-widget .tab-head {
  margin: -29px 0 39px;
  position: relative;
  overflow: hidden;
  font-family: empty;
}

.widget {
  background-color: #ffffff;
}

.widget.recent-posts-widget .tab-head h3 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
}

@media (min-width:640px) {
  .widget h3 {
    font-size: 20px;
  }
}

.widget h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #2a2d34;
  margin: 0 0 3px;
  text-transform: capitalize;
}

.tab-content ul {
  padding: 0 20px 20px 20px !important;
  list-style-type: none;
}

.tab-content ul li {
  padding: 5px 0;
}

.widget_categories ul {
  list-style-type: none !important;
  padding-left: 0;
}

.widget_categories ul li {
  padding: 5px 0;
}

.tab-head .active {
  padding: 20px 40px;
  color: #ffffff;
  display: block;
}

.descr h4 {
  font-size: 14px;
}

#footer.version-ii:before {
  background: #22252b;
}

#footer:before {
  z-index: -1;
  background: #2a2d34;
  display: block;
}

#footer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.footer {
  background-color: black;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.footer.version-ii:before {}

.footer:before {
  z-index: -1;
  display: block;
}

.footer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  /* left: -9999px;
  right: -9999px; */
}

.footer div,
.footer a {
  margin: 10px 5px 15px 20px;
}

.social-networks {
  list-style-type: none !important;
  display: flex;
  align-items: center;
}

.social-networks li img {
  width: 20px;
  height: 20px;
}

.fontColor {
  color: #FF88C2;
}

.backgroundColor {
  background-color: #FF88C2 !important;
}

.comments,
.comment-respond,
.recent-posts {
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 11px rgba(0, 0, 0, .06);
  margin-bottom: 40px;
}

.comments .header,
.comment-respond .header,
.recent-posts .header {
  overflow: hidden;
  margin: 0 0 28px;
  padding: 32px 29px 0;
  color: #a6a6a6;
  font: 13px / 2 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width:768px) {

  .comments h2,
  .comments h3,
  .comment-respond h2,
  .comment-respond h3,
  .recent-posts h2,
  .recent-posts h3 {
    font-size: 20px;
    font-weight: 600;
  }
}

.comments h2,
.comments h3,
.comment-respond h2,
.comment-respond h3,
.recent-posts h2,
.recent-posts h3 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.2;
  color: #2a2d34;
  font-weight: 600;
}

.comment-form {
  overflow: hidden;
  padding: 0 29px 38px;
}

@media (min-width:640px) {
  .comment-form .wrap {
    width: calc(100% + 14px);
    display: flex;
  }
}

.comment-form .wrap {
  font-family: empty;
}

@media (min-width:768px) {

  .comment-form input[type="text"],
  .comment-form input[type="search"],
  .comment-form input[type="password"],
  .comment-form input[type="email"],
  .comment-form input[type="tel"],
  .comment-form input[type="url"],
  .comment-form textarea {
    height: 58px;
    padding: 17px 23px;
  }
}

.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="password"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="url"],
.comment-form textarea {
  box-sizing: border-box;
  margin: 0 0 15px;
  font: 12px / 1.2 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 38px;
  color: #b7b7b7;
  outline: none;
  display: block;
  border: 0;
  background: #f5f5f5;
  padding: 10px 15px;
}

@media (min-width:768px) {
  .comment-form textarea {
    height: 154px;
  }
}

@media (min-width:768px) {

  .comment-form input[type="text"],
  .comment-form input[type="search"],
  .comment-form input[type="password"],
  .comment-form input[type="email"],
  .comment-form input[type="tel"],
  .comment-form input[type="url"],
  .comment-form textarea {
    height: 58px;
    padding: 17px 23px;
  }
}

.form-submit {
  padding: 10px 30px;
  min-width: 130px;
  max-width: 200px;
  text-align: center;
  color: #ffffff;
}

.comment-form textarea {
  padding: 22px;
  resize: none;
  min-height: 154px;
  height: 154px;
}

@media (min-width:768px) {
  .comment-form .wrap>* {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 14px);
    margin: 0 14px 0 0;
  }
}

.hidden {
  display: none !important;
}

.comment-form .comment-form-comment {
  margin: 0 0 8px;
  overflow: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  border-color: -moz-linear-gradient(45deg, #62bdfc 0%, #8490ff 100%);
  background-image: -moz-linear-gradient(45deg, #62bdfc 0%, #8490ff 100%);
  background-image: -webkit-linear-gradient(45deg, #62bdfc 0%, #8490ff 100%);
  background-image: -ms-linear-gradient(45deg, #62bdfc 0%, #8490ff 100%);
}

/* pagenation */
.post-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.post-pagination li {
  position: relative;
  display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.post-pagination li a.current {
  background: #FF88C2;
  color: #fff;
}

.post-pagination li:hover a {
  background: #FF88C2;
  color: #fff;
}

nav[aria-label="breadcrumb"] {
  margin-bottom: 20px;
}

nav ol.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ol.breadcrumb li {
  display: inline;
  word-break: break-all;
}

@media (max-width:768px) {
  .navbar-brand {
    padding: 0;
    font-size: 20px;
  }

  .navbar {
    padding: 0.2rem 1rem;
  }

  .post-pagination {
    display: block;
  }

  .post-pagination li {
    margin-top: 10px;
  }
}