
/*!

    FONTS-CDN

*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');
/*!

    BOOTSTRAP

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

*:hover {transition: all 0.5s ease;}

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: 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; }

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

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

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #837B77;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1470px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

    .d-flex{display: flex;}
    .flex-wrap{flex-wrap: wrap}
    .aligner-center{align-items: center;display: flex;flex-wrap: wrap;}
    .gap-3{gap: 1rem;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

.col-xs-1 {
  width: 4.16667%; }

.col-xs-2 {
  width: 8.33333%; }

.col-xs-3 {
  width: 12.5%; }

.col-xs-4 {
  width: 16.66667%; }

.col-xs-5 {
  width: 20.83333%; }

.col-xs-6 {
  width: 25%; }

.col-xs-7 {
  width: 29.16667%; }

.col-xs-8 {
  width: 33.33333%; }

.col-xs-9 {
  width: 37.5%; }

.col-xs-10 {
  width: 41.66667%; }

.col-xs-11 {
  width: 45.83333%; }

.col-xs-12 {
  width: 50%; }

.col-xs-13 {
  width: 54.16667%; }

.col-xs-14 {
  width: 58.33333%; }

.col-xs-15 {
  width: 62.5%; }

.col-xs-16 {
  width: 66.66667%; }

.col-xs-17 {
  width: 70.83333%; }

.col-xs-18 {
  width: 75%; }

.col-xs-19 {
  width: 79.16667%; }

.col-xs-20 {
  width: 83.33333%; }

.col-xs-21 {
  width: 87.5%; }

.col-xs-22 {
  width: 91.66667%; }

.col-xs-23 {
  width: 95.83333%; }

.col-xs-24 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 4.16667%; }

.col-xs-pull-2 {
  right: 8.33333%; }

.col-xs-pull-3 {
  right: 12.5%; }

.col-xs-pull-4 {
  right: 16.66667%; }

.col-xs-pull-5 {
  right: 20.83333%; }

.col-xs-pull-6 {
  right: 25%; }

.col-xs-pull-7 {
  right: 29.16667%; }

.col-xs-pull-8 {
  right: 33.33333%; }

.col-xs-pull-9 {
  right: 37.5%; }

.col-xs-pull-10 {
  right: 41.66667%; }

.col-xs-pull-11 {
  right: 45.83333%; }

.col-xs-pull-12 {
  right: 50%; }

.col-xs-pull-13 {
  right: 54.16667%; }

.col-xs-pull-14 {
  right: 58.33333%; }

.col-xs-pull-15 {
  right: 62.5%; }

.col-xs-pull-16 {
  right: 66.66667%; }

.col-xs-pull-17 {
  right: 70.83333%; }

.col-xs-pull-18 {
  right: 75%; }

.col-xs-pull-19 {
  right: 79.16667%; }

.col-xs-pull-20 {
  right: 83.33333%; }

.col-xs-pull-21 {
  right: 87.5%; }

.col-xs-pull-22 {
  right: 91.66667%; }

.col-xs-pull-23 {
  right: 95.83333%; }

.col-xs-pull-24 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 4.16667%; }

.col-xs-push-2 {
  left: 8.33333%; }

.col-xs-push-3 {
  left: 12.5%; }

.col-xs-push-4 {
  left: 16.66667%; }

.col-xs-push-5 {
  left: 20.83333%; }

.col-xs-push-6 {
  left: 25%; }

.col-xs-push-7 {
  left: 29.16667%; }

.col-xs-push-8 {
  left: 33.33333%; }

.col-xs-push-9 {
  left: 37.5%; }

.col-xs-push-10 {
  left: 41.66667%; }

.col-xs-push-11 {
  left: 45.83333%; }

.col-xs-push-12 {
  left: 50%; }

.col-xs-push-13 {
  left: 54.16667%; }

.col-xs-push-14 {
  left: 58.33333%; }

.col-xs-push-15 {
  left: 62.5%; }

.col-xs-push-16 {
  left: 66.66667%; }

.col-xs-push-17 {
  left: 70.83333%; }

.col-xs-push-18 {
  left: 75%; }

.col-xs-push-19 {
  left: 79.16667%; }

.col-xs-push-20 {
  left: 83.33333%; }

.col-xs-push-21 {
  left: 87.5%; }

.col-xs-push-22 {
  left: 91.66667%; }

.col-xs-push-23 {
  left: 95.83333%; }

.col-xs-push-24 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 4.16667%; }

.col-xs-offset-2 {
  margin-left: 8.33333%; }

.col-xs-offset-3 {
  margin-left: 12.5%; }

.col-xs-offset-4 {
  margin-left: 16.66667%; }

.col-xs-offset-5 {
  margin-left: 20.83333%; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-7 {
  margin-left: 29.16667%; }

.col-xs-offset-8 {
  margin-left: 33.33333%; }

.col-xs-offset-9 {
  margin-left: 37.5%; }

.col-xs-offset-10 {
  margin-left: 41.66667%; }

.col-xs-offset-11 {
  margin-left: 45.83333%; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-13 {
  margin-left: 54.16667%; }

.col-xs-offset-14 {
  margin-left: 58.33333%; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-16 {
  margin-left: 66.66667%; }

.col-xs-offset-17 {
  margin-left: 70.83333%; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-19 {
  margin-left: 79.16667%; }

.col-xs-offset-20 {
  margin-left: 83.33333%; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-22 {
  margin-left: 91.66667%; }

.col-xs-offset-23 {
  margin-left: 95.83333%; }

.col-xs-offset-24 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }
  .col-sm-1 {
    width: 4.16667%; }
  .col-sm-2 {
    width: 8.33333%; }
  .col-sm-3 {
    width: 12.5%; }
  .col-sm-4 {
    width: 16.66667%; }
  .col-sm-5 {
    width: 20.83333%; }
  .col-sm-6 {
    width: 25%; }
  .col-sm-7 {
    width: 29.16667%; }
  .col-sm-8 {
    width: 33.33333%; }
  .col-sm-9 {
    width: 37.5%; }
  .col-sm-10 {
    width: 41.66667%; }
  .col-sm-11 {
    width: 45.83333%; }
  .col-sm-12 {
    width: 50%; }
  .col-sm-13 {
    width: 54.16667%; }
  .col-sm-14 {
    width: 58.33333%; }
  .col-sm-15 {
    width: 62.5%; }
  .col-sm-16 {
    width: 66.66667%; }
  .col-sm-17 {
    width: 70.83333%; }
  .col-sm-18 {
    width: 75%; }
  .col-sm-19 {
    width: 79.16667%; }
  .col-sm-20 {
    width: 83.33333%; }
  .col-sm-21 {
    width: 87.5%; }
  .col-sm-22 {
    width: 91.66667%; }
  .col-sm-23 {
    width: 95.83333%; }
  .col-sm-24 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 4.16667%; }
  .col-sm-pull-2 {
    right: 8.33333%; }
  .col-sm-pull-3 {
    right: 12.5%; }
  .col-sm-pull-4 {
    right: 16.66667%; }
  .col-sm-pull-5 {
    right: 20.83333%; }
  .col-sm-pull-6 {
    right: 25%; }
  .col-sm-pull-7 {
    right: 29.16667%; }
  .col-sm-pull-8 {
    right: 33.33333%; }
  .col-sm-pull-9 {
    right: 37.5%; }
  .col-sm-pull-10 {
    right: 41.66667%; }
  .col-sm-pull-11 {
    right: 45.83333%; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-pull-13 {
    right: 54.16667%; }
  .col-sm-pull-14 {
    right: 58.33333%; }
  .col-sm-pull-15 {
    right: 62.5%; }
  .col-sm-pull-16 {
    right: 66.66667%; }
  .col-sm-pull-17 {
    right: 70.83333%; }
  .col-sm-pull-18 {
    right: 75%; }
  .col-sm-pull-19 {
    right: 79.16667%; }
  .col-sm-pull-20 {
    right: 83.33333%; }
  .col-sm-pull-21 {
    right: 87.5%; }
  .col-sm-pull-22 {
    right: 91.66667%; }
  .col-sm-pull-23 {
    right: 95.83333%; }
  .col-sm-pull-24 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 4.16667%; }
  .col-sm-push-2 {
    left: 8.33333%; }
  .col-sm-push-3 {
    left: 12.5%; }
  .col-sm-push-4 {
    left: 16.66667%; }
  .col-sm-push-5 {
    left: 20.83333%; }
  .col-sm-push-6 {
    left: 25%; }
  .col-sm-push-7 {
    left: 29.16667%; }
  .col-sm-push-8 {
    left: 33.33333%; }
  .col-sm-push-9 {
    left: 37.5%; }
  .col-sm-push-10 {
    left: 41.66667%; }
  .col-sm-push-11 {
    left: 45.83333%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-push-13 {
    left: 54.16667%; }
  .col-sm-push-14 {
    left: 58.33333%; }
  .col-sm-push-15 {
    left: 62.5%; }
  .col-sm-push-16 {
    left: 66.66667%; }
  .col-sm-push-17 {
    left: 70.83333%; }
  .col-sm-push-18 {
    left: 75%; }
  .col-sm-push-19 {
    left: 79.16667%; }
  .col-sm-push-20 {
    left: 83.33333%; }
  .col-sm-push-21 {
    left: 87.5%; }
  .col-sm-push-22 {
    left: 91.66667%; }
  .col-sm-push-23 {
    left: 95.83333%; }
  .col-sm-push-24 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 4.16667%; }
  .col-sm-offset-2 {
    margin-left: 8.33333%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-4 {
    margin-left: 16.66667%; }
  .col-sm-offset-5 {
    margin-left: 20.83333%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-7 {
    margin-left: 29.16667%; }
  .col-sm-offset-8 {
    margin-left: 33.33333%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-10 {
    margin-left: 41.66667%; }
  .col-sm-offset-11 {
    margin-left: 45.83333%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-13 {
    margin-left: 54.16667%; }
  .col-sm-offset-14 {
    margin-left: 58.33333%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-16 {
    margin-left: 66.66667%; }
  .col-sm-offset-17 {
    margin-left: 70.83333%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-19 {
    margin-left: 79.16667%; }
  .col-sm-offset-20 {
    margin-left: 83.33333%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-22 {
    margin-left: 91.66667%; }
  .col-sm-offset-23 {
    margin-left: 95.83333%; }
  .col-sm-offset-24 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }
  .col-md-1 {
    width: 4.16667%; }
  .col-md-2 {
    width: 8.33333%; }
  .col-md-3 {
    width: 12.5%; }
  .col-md-4 {
    width: 16.66667%; }
  .col-md-5 {
    width: 20.83333%; }
  .col-md-6 {
    width: 25%; }
  .col-md-7 {
    width: 29.16667%; }
  .col-md-8 {
    width: 33.33333%; }
  .col-md-9 {
    width: 37.5%; }
  .col-md-10 {
    width: 41.66667%; }
  .col-md-11 {
    width: 45.83333%; }
  .col-md-12 {
    width: 50%; }
  .col-md-13 {
    width: 54.16667%; }
  .col-md-14 {
    width: 58.33333%; }
  .col-md-15 {
    width: 62.5%; }
  .col-md-16 {
    width: 66.66667%; }
  .col-md-17 {
    width: 70.83333%; }
  .col-md-18 {
    width: 75%; }
  .col-md-19 {
    width: 79.16667%; }
  .col-md-20 {
    width: 83.33333%; }
  .col-md-21 {
    width: 87.5%; }
  .col-md-22 {
    width: 91.66667%; }
  .col-md-23 {
    width: 95.83333%; }
  .col-md-24 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 4.16667%; }
  .col-md-pull-2 {
    right: 8.33333%; }
  .col-md-pull-3 {
    right: 12.5%; }
  .col-md-pull-4 {
    right: 16.66667%; }
  .col-md-pull-5 {
    right: 20.83333%; }
  .col-md-pull-6 {
    right: 25%; }
  .col-md-pull-7 {
    right: 29.16667%; }
  .col-md-pull-8 {
    right: 33.33333%; }
  .col-md-pull-9 {
    right: 37.5%; }
  .col-md-pull-10 {
    right: 41.66667%; }
  .col-md-pull-11 {
    right: 45.83333%; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-pull-13 {
    right: 54.16667%; }
  .col-md-pull-14 {
    right: 58.33333%; }
  .col-md-pull-15 {
    right: 62.5%; }
  .col-md-pull-16 {
    right: 66.66667%; }
  .col-md-pull-17 {
    right: 70.83333%; }
  .col-md-pull-18 {
    right: 75%; }
  .col-md-pull-19 {
    right: 79.16667%; }
  .col-md-pull-20 {
    right: 83.33333%; }
  .col-md-pull-21 {
    right: 87.5%; }
  .col-md-pull-22 {
    right: 91.66667%; }
  .col-md-pull-23 {
    right: 95.83333%; }
  .col-md-pull-24 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 4.16667%; }
  .col-md-push-2 {
    left: 8.33333%; }
  .col-md-push-3 {
    left: 12.5%; }
  .col-md-push-4 {
    left: 16.66667%; }
  .col-md-push-5 {
    left: 20.83333%; }
  .col-md-push-6 {
    left: 25%; }
  .col-md-push-7 {
    left: 29.16667%; }
  .col-md-push-8 {
    left: 33.33333%; }
  .col-md-push-9 {
    left: 37.5%; }
  .col-md-push-10 {
    left: 41.66667%; }
  .col-md-push-11 {
    left: 45.83333%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-push-13 {
    left: 54.16667%; }
  .col-md-push-14 {
    left: 58.33333%; }
  .col-md-push-15 {
    left: 62.5%; }
  .col-md-push-16 {
    left: 66.66667%; }
  .col-md-push-17 {
    left: 70.83333%; }
  .col-md-push-18 {
    left: 75%; }
  .col-md-push-19 {
    left: 79.16667%; }
  .col-md-push-20 {
    left: 83.33333%; }
  .col-md-push-21 {
    left: 87.5%; }
  .col-md-push-22 {
    left: 91.66667%; }
  .col-md-push-23 {
    left: 95.83333%; }
  .col-md-push-24 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 4.16667%; }
  .col-md-offset-2 {
    margin-left: 8.33333%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-4 {
    margin-left: 16.66667%; }
  .col-md-offset-5 {
    margin-left: 20.83333%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-7 {
    margin-left: 29.16667%; }
  .col-md-offset-8 {
    margin-left: 33.33333%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-10 {
    margin-left: 41.66667%; }
  .col-md-offset-11 {
    margin-left: 45.83333%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-13 {
    margin-left: 54.16667%; }
  .col-md-offset-14 {
    margin-left: 58.33333%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-16 {
    margin-left: 66.66667%; }
  .col-md-offset-17 {
    margin-left: 70.83333%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-19 {
    margin-left: 79.16667%; }
  .col-md-offset-20 {
    margin-left: 83.33333%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-22 {
    margin-left: 91.66667%; }
  .col-md-offset-23 {
    margin-left: 95.83333%; }
  .col-md-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1470px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }
  .col-lg-1 {
    width: 4.16667%; }
  .col-lg-2 {
    width: 8.33333%; }
  .col-lg-3 {
    width: 12.5%; }
  .col-lg-4 {
    width: 16.66667%; }
  .col-lg-5 {
    width: 20.83333%; }
  .col-lg-6 {
    width: 25%; }
  .col-lg-7 {
    width: 29.16667%; }
  .col-lg-8 {
    width: 33.33333%; }
  .col-lg-9 {
    width: 37.5%; }
  .col-lg-10 {
    width: 41.66667%; }
  .col-lg-11 {
    width: 45.83333%; }
  .col-lg-12 {
    width: 50%; }
  .col-lg-13 {
    width: 54.16667%; }
  .col-lg-14 {
    width: 58.33333%; }
  .col-lg-15 {
    width: 62.5%; }
  .col-lg-16 {
    width: 66.66667%; }
  .col-lg-17 {
    width: 70.83333%; }
  .col-lg-18 {
    width: 75%; }
  .col-lg-19 {
    width: 79.16667%; }
  .col-lg-20 {
    width: 83.33333%; }
  .col-lg-21 {
    width: 87.5%; }
  .col-lg-22 {
    width: 91.66667%; }
  .col-lg-23 {
    width: 95.83333%; }
  .col-lg-24 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 4.16667%; }
  .col-lg-pull-2 {
    right: 8.33333%; }
  .col-lg-pull-3 {
    right: 12.5%; }
  .col-lg-pull-4 {
    right: 16.66667%; }
  .col-lg-pull-5 {
    right: 20.83333%; }
  .col-lg-pull-6 {
    right: 25%; }
  .col-lg-pull-7 {
    right: 29.16667%; }
  .col-lg-pull-8 {
    right: 33.33333%; }
  .col-lg-pull-9 {
    right: 37.5%; }
  .col-lg-pull-10 {
    right: 41.66667%; }
  .col-lg-pull-11 {
    right: 45.83333%; }
  .col-lg-pull-12 {
    right: 50%; }
  .col-lg-pull-13 {
    right: 54.16667%; }
  .col-lg-pull-14 {
    right: 58.33333%; }
  .col-lg-pull-15 {
    right: 62.5%; }
  .col-lg-pull-16 {
    right: 66.66667%; }
  .col-lg-pull-17 {
    right: 70.83333%; }
  .col-lg-pull-18 {
    right: 75%; }
  .col-lg-pull-19 {
    right: 79.16667%; }
  .col-lg-pull-20 {
    right: 83.33333%; }
  .col-lg-pull-21 {
    right: 87.5%; }
  .col-lg-pull-22 {
    right: 91.66667%; }
  .col-lg-pull-23 {
    right: 95.83333%; }
  .col-lg-pull-24 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 4.16667%; }
  .col-lg-push-2 {
    left: 8.33333%; }
  .col-lg-push-3 {
    left: 12.5%; }
  .col-lg-push-4 {
    left: 16.66667%; }
  .col-lg-push-5 {
    left: 20.83333%; }
  .col-lg-push-6 {
    left: 25%; }
  .col-lg-push-7 {
    left: 29.16667%; }
  .col-lg-push-8 {
    left: 33.33333%; }
  .col-lg-push-9 {
    left: 37.5%; }
  .col-lg-push-10 {
    left: 41.66667%; }
  .col-lg-push-11 {
    left: 45.83333%; }
  .col-lg-push-12 {
    left: 50%; }
  .col-lg-push-13 {
    left: 54.16667%; }
  .col-lg-push-14 {
    left: 58.33333%; }
  .col-lg-push-15 {
    left: 62.5%; }
  .col-lg-push-16 {
    left: 66.66667%; }
  .col-lg-push-17 {
    left: 70.83333%; }
  .col-lg-push-18 {
    left: 75%; }
  .col-lg-push-19 {
    left: 79.16667%; }
  .col-lg-push-20 {
    left: 83.33333%; }
  .col-lg-push-21 {
    left: 87.5%; }
  .col-lg-push-22 {
    left: 91.66667%; }
  .col-lg-push-23 {
    left: 95.83333%; }
  .col-lg-push-24 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 4.16667%; }
  .col-lg-offset-2 {
    margin-left: 8.33333%; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-offset-4 {
    margin-left: 16.66667%; }
  .col-lg-offset-5 {
    margin-left: 20.83333%; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-7 {
    margin-left: 29.16667%; }
  .col-lg-offset-8 {
    margin-left: 33.33333%; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-offset-10 {
    margin-left: 41.66667%; }
  .col-lg-offset-11 {
    margin-left: 45.83333%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-13 {
    margin-left: 54.16667%; }
  .col-lg-offset-14 {
    margin-left: 58.33333%; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-offset-16 {
    margin-left: 66.66667%; }
  .col-lg-offset-17 {
    margin-left: 70.83333%; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-19 {
    margin-left: 79.16667%; }
  .col-lg-offset-20 {
    margin-left: 83.33333%; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-offset-22 {
    margin-left: 91.66667%; }
  .col-lg-offset-23 {
    margin-left: 95.83333%; }
  .col-lg-offset-24 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1470px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1470px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1470px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1470px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1469px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1470px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!

    FONTS-FILE

*/
/*!

    PROJECT-STYLE

*/
.clear:after,
li:after,
ol:after,
ul:after {
  content: "";
  display: table;
  clear: both; }

.mask {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9990;
  width: 110%;
  height: 120%;
  top: 0;
  left: 0;
  right: 0; }

.short {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-scroll {
  height: 100vh;
  overflow: hidden; }

.img-responsiveX {
  max-width: inherit;
  width: 100%; }

.wf-equalize > * {
  display: table-cell;
  width: 1%; }

.h-equalize {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.v-full {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.v-bottom,
.v-middle,
.v-top {
  font-size: 0; }
  .v-bottom > *,
  .v-middle > *,
  .v-top > * {
    display: inline-block;
    float: none; }

.v-middle > * {
  vertical-align: middle; }

.v-top > * {
  vertical-align: top; }

.v-bottom > * {
  vertical-align: bottom; }

.position-fixed {
  position: fixed !important; }

.position-absolute {
  position: absolute !important; }

.position-relative {
  position: relative !important; }

.position-static {
  position: static !important; }

.hvrL {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0); }
  .hvrL:hover {
    -webkit-box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.15); }

.hvrD {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0); }
  .hvrD:hover {
    -webkit-box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.15); }

.hvrO {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .hvrO:hover {
    filter: alpha(opacity=80);
    opacity: 0.8; }

*[data-before]:before {
  content: attr(data-before); }

*[data-after]:after {
  content: attr(data-after); }

.tab-content .t-content {
  display: none; }
  .tab-content .t-content.active {
    display: block; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

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

.pl-5 {
  padding-left: 5px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

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

.pl-10 {
  padding-left: 10px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

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

.pl-15 {
  padding-left: 15px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

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

.pl-20 {
  padding-left: 20px; }

.mt-25 {
  margin-top: 25px; }

.mr-25 {
  margin-right: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

.pt-25 {
  padding-top: 25px; }

.pr-25 {
  padding-right: 25px; }

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

.pl-25 {
  padding-left: 25px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

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

.pl-30 {
  padding-left: 30px; }

.mt-35 {
  margin-top: 35px; }

.mr-35 {
  margin-right: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.ml-35 {
  margin-left: 35px; }

.pt-35 {
  padding-top: 35px; }

.pr-35 {
  padding-right: 35px; }

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

.pl-35 {
  padding-left: 35px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

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

.pl-40 {
  padding-left: 40px; }

.mt-45 {
  margin-top: 45px; }

.mr-45 {
  margin-right: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.ml-45 {
  margin-left: 45px; }

.pt-45 {
  padding-top: 45px; }

.pr-45 {
  padding-right: 45px; }

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

.pl-45 {
  padding-left: 45px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

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

.pl-50 {
  padding-left: 50px; }

.mt-55 {
  margin-top: 55px; }

.mr-55 {
  margin-right: 55px; }

.mb-55 {
  margin-bottom: 55px; }

.ml-55 {
  margin-left: 55px; }

.pt-55 {
  padding-top: 55px; }

.pr-55 {
  padding-right: 55px; }

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

.pl-55 {
  padding-left: 55px; }

.mt-60 {
  margin-top: 60px; }

.mr-60 {
  margin-right: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

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

.pl-60 {
  padding-left: 60px; }

.mt-65 {
  margin-top: 65px; }

.mr-65 {
  margin-right: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.ml-65 {
  margin-left: 65px; }

.pt-65 {
  padding-top: 65px; }

.pr-65 {
  padding-right: 65px; }

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

.pl-65 {
  padding-left: 65px; }

.mt-70 {
  margin-top: 70px; }

.mr-70 {
  margin-right: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.pt-70 {
  padding-top: 70px; }

.pr-70 {
  padding-right: 70px; }

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

.pl-70 {
  padding-left: 70px; }

.mt-75 {
  margin-top: 75px; }

.mr-75 {
  margin-right: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.ml-75 {
  margin-left: 75px; }

.pt-75 {
  padding-top: 75px; }

.pr-75 {
  padding-right: 75px; }

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

.pl-75 {
  padding-left: 75px; }

.mt-80 {
  margin-top: 80px; }

.mr-80 {
  margin-right: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.pt-80 {
  padding-top: 80px; }

.pr-80 {
  padding-right: 80px; }

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

.pl-80 {
  padding-left: 80px; }

.mt-85 {
  margin-top: 85px; }

.mr-85 {
  margin-right: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.ml-85 {
  margin-left: 85px; }

.pt-85 {
  padding-top: 85px; }

.pr-85 {
  padding-right: 85px; }

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

.pl-85 {
  padding-left: 85px; }

.mt-90 {
  margin-top: 90px; }

.mr-90 {
  margin-right: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.pt-90 {
  padding-top: 90px; }

.pr-90 {
  padding-right: 90px; }

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

.pl-90 {
  padding-left: 90px; }

.mt-95 {
  margin-top: 95px; }

.mr-95 {
  margin-right: 95px; }

.mb-95 {
  margin-bottom: 95px; }

.ml-95 {
  margin-left: 95px; }

.pt-95 {
  padding-top: 95px; }

.pr-95 {
  padding-right: 95px; }

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

.pl-95 {
  padding-left: 95px; }

.mt-100 {
  margin-top: 100px; }

.mr-100 {
  margin-right: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

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

.pl-100 {
  padding-left: 100px; }

button,
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 40px;
  padding: 0 15px; }

textarea {
  padding: 10px 15px;
  height: 80px; }
  textarea.no-size {
    resize: none; }

button,
input[type="submit"] {
  text-align: center; }

label.check-icon input {
  display: none; }
  label.check-icon input ~ i {
    color: #959595;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  label.check-icon input:checked ~ i {
    color: #7C4DFF; }

input.check {
  display: none; }
  input.check[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    height: 20px;
    padding-left: 25px; }
    input.check[type="checkbox"] + label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #959595;
      -moz-box-shadow: inset 0 0 0 1px #959595;
      box-shadow: inset 0 0 0 1px #959595;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  input.check[type="checkbox"]:checked + label:before {
    background-color: #7C4DFF;
    -webkit-box-shadow: inset 0 0 0 1px #7C4DFF;
    -moz-box-shadow: inset 0 0 0 1px #7C4DFF;
    box-shadow: inset 0 0 0 1px #7C4DFF; }
  input.check[type="checkbox"]:checked + label:after {
    content: "";
    width: 11px;
    height: 6px;
    display: block;
    position: absolute;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    left: 4px;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  input.check[type="radio"] + label {
    position: relative;
    display: inline-block;
    height: 20px;
    padding-left: 25px; }
    input.check[type="radio"] + label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #959595;
      -moz-box-shadow: inset 0 0 0 1px #959595;
      box-shadow: inset 0 0 0 1px #959595;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  input.check[type="radio"]:checked + label:before {
    background-color: #7C4DFF;
    -webkit-box-shadow: inset 0 0 0 1px #7C4DFF;
    -moz-box-shadow: inset 0 0 0 1px #7C4DFF;
    box-shadow: inset 0 0 0 1px #7C4DFF; }
  input.check[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff; }

@media (max-width: 991px) {
  table.responsive {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative; }
    table.responsive thead {
      border: 0;
      float: left;
      border-right: 1px solid #d0d0d0; }
      table.responsive thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive thead tr th {
          display: block;
          text-align: right; }
    table.responsive tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive tbody tr {
        display: inline-block;
        vertical-align: top; }
        table.responsive tbody tr td {
          display: block;
          min-height: 1.25em;
          text-align: left; }
  table.blocked-responsive thead {
    display: none; }
  table.blocked-responsive tbody {
    font-size: 0;
    text-align: center; }
    table.blocked-responsive tbody tr {
      font-size: 16px;
      display: inline-block;
      border: solid 1px #e0e0e0;
      margin: 15px;
      min-width: 250px; }
      table.blocked-responsive tbody tr td {
        display: block;
        text-align: center;
        border-bottom: solid 1px #eee; }
        table.blocked-responsive tbody tr td:last-child {
          border: none; }
        table.blocked-responsive tbody tr td:before {
          content: attr(data-th);
          display: block;
          font-weight: bold; } }

*[data-tooltip] {
  position: relative; }
  *[data-tooltip]:hover:after, *[data-tooltip]:hover:before {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1; }
  *[data-tooltip]:hover:before {
    -webkit-transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.5);
    -moz-transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.5);
    -o-transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.5);
    transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.5); }
  *[data-tooltip]:before {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 300ms 0 cubic-bezier(0.25, 0, 0.15, 1.5);
    -moz-transition: all 300ms 0 cubic-bezier(0.25, 0, 0.15, 1.5);
    -o-transition: all 300ms 0 cubic-bezier(0.25, 0, 0.15, 1.5);
    transition: all 300ms 0 cubic-bezier(0.25, 0, 0.15, 1.5); }
  *[data-tooltip]:after {
    visibility: hidden;
    content: attr(data-tooltip);
    line-height: inherit;
    position: absolute;
    z-index: 99;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    width: 250%;
    max-width: 200px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.5);
    -moz-transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.5);
    -o-transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.5);
    transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.5); }

*[data-tooltip-mask] {
  z-index: 999;
  -webkit-box-shadow: inset 0 0 0 500px rgba(48, 48, 48, 0), 0 0 0 5000px rgba(48, 48, 48, 0);
  -moz-box-shadow: inset 0 0 0 500px rgba(48, 48, 48, 0), 0 0 0 5000px rgba(48, 48, 48, 0);
  box-shadow: inset 0 0 0 500px rgba(48, 48, 48, 0), 0 0 0 5000px rgba(48, 48, 48, 0);
  -webkit-transition: all 500ms 100ms;
  -moz-transition: all 500ms 100ms;
  -o-transition: all 500ms 100ms;
  transition: all 500ms 100ms; }
  *[data-tooltip-mask]:hover {
    -webkit-box-shadow: inset 0 0 0 500px rgba(124, 77, 255, 0.7), 0 0 0 5000px rgba(124, 77, 255, 0.7);
    -moz-box-shadow: inset 0 0 0 500px rgba(124, 77, 255, 0.7), 0 0 0 5000px rgba(124, 77, 255, 0.7);
    box-shadow: inset 0 0 0 500px rgba(124, 77, 255, 0.7), 0 0 0 5000px rgba(124, 77, 255, 0.7); }

*[data-tooltip-bottom]:before,
*[data-tooltip]:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #303030 transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px; }

*[data-tooltip-bottom]:hover:before,
*[data-tooltip]:hover:before {
  bottom: -15px; }

*[data-tooltip-bottom]:after,
*[data-tooltip]:after {
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 100%) scale(0.8);
  -moz-transform: translate(-50%, 100%) scale(0.8);
  -ms-transform: translate(-50%, 100%) scale(0.8);
  -o-transform: translate(-50%, 100%) scale(0.8);
  transform: translate(-50%, 100%) scale(0.8); }

*[data-tooltip-bottom]:hover:after,
*[data-tooltip]:hover:after {
  -webkit-transform: translate(-50%, 100%) scale(1);
  -moz-transform: translate(-50%, 100%) scale(1);
  -ms-transform: translate(-50%, 100%) scale(1);
  -o-transform: translate(-50%, 100%) scale(1);
  transform: translate(-50%, 100%) scale(1); }

*[data-tooltip-top]:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #303030 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: inherit;
  top: -25px; }

*[data-tooltip-top]:hover:before {
  bottom: inherit;
  top: -15px; }

*[data-tooltip-top]:hover:after {
  -webkit-transform: translate(-50%, -100%) scale(1);
  -moz-transform: translate(-50%, -100%) scale(1);
  -ms-transform: translate(-50%, -100%) scale(1);
  -o-transform: translate(-50%, -100%) scale(1);
  transform: translate(-50%, -100%) scale(1); }

*[data-tooltip-top]:after {
  left: 50%;
  top: -10px;
  bottom: inherit;
  -webkit-transform: translate(-50%, -100%) scale(0.8);
  -moz-transform: translate(-50%, -100%) scale(0.8);
  -ms-transform: translate(-50%, -100%) scale(0.8);
  -o-transform: translate(-50%, -100%) scale(0.8);
  transform: translate(-50%, -100%) scale(0.8); }

*[data-tooltip-left]:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #303030;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  right: inherit;
  left: -25px; }

*[data-tooltip-left]:hover:before {
  bottom: 0;
  top: 0;
  right: inherit;
  left: -15px; }

*[data-tooltip-left]:hover:after {
  -webkit-transform: translate(-100%, -50%) scale(1);
  -moz-transform: translate(-100%, -50%) scale(1);
  -ms-transform: translate(-100%, -50%) scale(1);
  -o-transform: translate(-100%, -50%) scale(1);
  transform: translate(-100%, -50%) scale(1); }

*[data-tooltip-left]:after {
  left: -10px;
  top: 50%;
  bottom: inherit;
  -webkit-transform: translate(-100%, -50%) scale(0.8);
  -moz-transform: translate(-100%, -50%) scale(0.8);
  -ms-transform: translate(-100%, -50%) scale(0.8);
  -o-transform: translate(-100%, -50%) scale(0.8);
  transform: translate(-100%, -50%) scale(0.8); }

*[data-tooltip-right]:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 15px 12.5px 0;
  border-color: transparent #303030 transparent transparent;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  left: inherit;
  right: -25px; }

*[data-tooltip-right]:hover:before {
  bottom: 0;
  top: 0;
  left: inherit;
  right: -15px; }

*[data-tooltip-right]:hover:after {
  -webkit-transform: translate(100%, -50%) scale(1);
  -moz-transform: translate(100%, -50%) scale(1);
  -ms-transform: translate(100%, -50%) scale(1);
  -o-transform: translate(100%, -50%) scale(1);
  transform: translate(100%, -50%) scale(1); }

*[data-tooltip-right]:after {
  right: -10px;
  top: 50%;
  left: inherit;
  bottom: inherit;
  -webkit-transform: translate(100%, -50%) scale(0.8);
  -moz-transform: translate(100%, -50%) scale(0.8);
  -ms-transform: translate(100%, -50%) scale(0.8);
  -o-transform: translate(100%, -50%) scale(0.8);
  transform: translate(100%, -50%) scale(0.8); }

a {
  color: #7C4DFF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

a:-webkit-any-link {
  text-decoration: none; }

a:-moz-any-link {
  text-decoration: none; }

*:active,
*:focus,
*:visited {
  outline: none; }

a:active,
a:hover,
a:visited {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

li,
ul {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  transform-style: flat !important; }

label {
  cursor: pointer; }

table {
  width: 100%;
  display: table; }
  table thead {
    border-bottom: 1px solid #d0d0d0; }
  table td,
  table th {
    padding: 10px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

body {
  min-width: 320px;
  font-family: 'DM Serif Text', sans-serif;
  font-size: 16px;
  color: #837B77; }

body.desktop::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2); }

body.desktop::-webkit-scrollbar {
  width: 10px; }

body.desktop::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); }

.navbar {
  height: 120px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  line-height: 120px;
  vertical-align: middle;
  position: relative; }
  .navbar .logo {
    display: inline-block; }
    .navbar .logo img {
      width: 100%; max-height: 100px;}
  .navbar .menu {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .navbar .menu ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .navbar .menu ul li {
        display: inline-block; }
        .navbar .menu ul li .active {color: #009247}
        .navbar .menu ul li a {
          color: #837B77;
          font-size: 20px;
          transition: 350ms all ease;
          cursor: pointer; }
          .navbar .menu ul li a:hover {
            color: #009247; }
            .navbar .menu .hassub .submenu {position: absolute;display: block;z-index: 5;background: #fff;width: max-content;padding: 1rem;top: 99%;display: none;}
            .navbar .menu .hassub:hover .submenu {display: block;}
            .navbar .menu .hassub .submenu li {display: block;line-height: 4rem;}
            .navbar .menu .hassub .submenu li a{padding: 1rem;}
    .navbar .menu .donate {
      display: inline-block;
      float: right;
      width: 235px;
      margin-right: -15px;
      font-size: 20px;
      cursor: pointer;
      text-align: center;
      color: #fff;
      background-color: #009247;
      transform: translateY(-2px); }
      .navbar .menu .donate span {
        margin-left: 15px; }
  .navbar .mobile-menu {
    float: right;
    text-align: right; }
    .navbar .mobile-menu .mobile-button {
      font-size: 20px; }
      .navbar .mobile-menu .mobile-button input {
        opacity: 0; }
      .navbar .mobile-menu .mobile-button input[type=checkbox]:checked + label .mobileModal {
        opacity: 1;
        top: 120px;
        pointer-events: initial; }
      .navbar .mobile-menu .mobile-button label {
        transition: 350ms all ease; }
        .navbar .mobile-menu .mobile-button label:hover {
          color: #009247; }
        .navbar .mobile-menu .mobile-button label svg {
          margin-right: 5px; }
        .navbar .mobile-menu .mobile-button label span {
          cursor: pointer; }
      .navbar .mobile-menu .mobile-button .mobileModal {
        pointer-events: none;
        opacity: 0;
        z-index: 10;
        position: absolute;
        top: 150px;
        right: 0;
        width: 300px;
        background-color: #fff;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
        padding: 20px;
        transition: 350ms all ease; }
        .navbar .mobile-menu .mobile-button .mobileModal .mainBackColor {
          border-radius: 3px; }
          .navbar .mobile-menu .mobile-button .mobileModal .mainBackColor a {
            color: #fff !important; }
        .navbar .mobile-menu .mobile-button .mobileModal li {
          font-size: 18px;
          line-height: 24px;
          text-align: left;
          padding: 10px 0; }
          .navbar .mobile-menu .mobile-button .mobileModal li:hover a {
            color: #009247; }
          .navbar .mobile-menu .mobile-button .mobileModal li a {
            padding: 0 5px;
            display: block;
            width: 100%;
            color: #837B77;
            transition: 350ms all ease; }
            .navbar .mobile-menu .mobile-button .mobileModal li a.active {
              color: #009247
            }

.v-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.homeSlider {
  width: 100%;
  position: relative;
  padding: 100px 50px;
  background-color: #F3F2EE;
  position: relative;
  overflow: hidden;
  z-index: 1; }
.homeSlider a{color: #009247;}
.homeSlider::before {
  content: "";
  position: absolute;
  width: 474px;
  height: 437px;
  background: url(../images/loder-slider-bg.png);
  left: -250px;
  top: -50px;
}
  .homeSlider .owl-dots {
    margin-left: 20px;
    text-align: left !important; }
    .homeSlider .owl-dots .owl-dot {
      transition: 350ms all ease; }
      .homeSlider .owl-dots .owl-dot span {
        width: 20px !important;
        height: 20px !important;
        border-radius: 50%;
        transition: 350ms all ease; }
  .homeSlider .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009247;
    padding: 0 10px; }
    .homeSlider .item .content {
      position: relative;
      display: block; }
      .homeSlider .item .content h1 {
        display: block;
        margin: 0 0 21px;
        font-size: 60px;
        font-weight: 400; }
      .homeSlider .item .content p {
        display: block;
        color: #837B77;
        line-height: 32px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 20px; }
    .homeSlider .item img {
      width: auto;
      height: auto;
      float: right; }
    
    
    
    

.boxes .red {
  background-color: #009247; }

.boxes .pink {
  background-color: #FF9BB0; }

.boxes .blue {
  background-color: #2FC3D0; }

.boxes .gray {
  background-color: #837B77; }

.boxes .box {
  height: 238px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .boxes .box img {
    display: block;
    margin-bottom: 26px; }
  .boxes .box h2 {
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: 400; }

.newAndNotification {
  padding: 120px 0; }
  .newAndNotification .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px; }
    .newAndNotification .head h2 {
      margin: 0 0 16px;
      font-size: 50px;
      font-weight: 400;
      color: #009247; }
    .newAndNotification .head h3 {
      font-weight: 400;
      font-size: 18px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #837B77; }
    .newAndNotification .head .showAll a {
      text-align: right;
      float: right;
      font-size: 16px;
      color: #837B77;
      cursor: pointer; }
  .newAndNotification .item {
    margin-bottom: 25px; }
    .newAndNotification .item .image {
      margin-bottom: 18px; }
      .newAndNotification .item .image image {
        width: 350px;
        height: 200px; }
    .newAndNotification .item .text h2 {
      font-weight: 400;
      font-size: 22px;
      color: #009247;
      margin-bottom: 12px; }
    .newAndNotification .item .text p {
      font-size: 15px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #837B77;
      margin-bottom: 5px; }
    .newAndNotification .item .text .readMore {
      font-size: 16px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      cursor: pointer;
      color: #837B77; }
      .newAndNotification .item .text .readMore svg {
        margin-left: 10px; }

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

.pad-120 {
  display: block;
  padding: 120px 0 !important; }

.mainTextColor {
  font-family: 'DM Serif Text', sans-serif;
  color: #009247; }

.blueTextColor {
  color: #2FC3D0; }

.blueBackColor {
  background-color: #2FC3D0; }

.pinkBackColor {
  background-color: #FF9BB0; }

.mainBackColor {
  background-color: #009247; }

.grayTextColor {
  color: #837B77; }

.backRectangleLight {
  background-color: #F2F1F1 !important; }

.guestHome {
  background-color: #2FC3D0;
  padding: 40px 0 85px;
  overflow: hidden; }
  .guestHome .image {
    position: relative; }
    .guestHome .image img {
      position: relative;
      z-index: 10; }
    .guestHome .image .backRectangle {
      position: absolute;
      width: 90%;
      height: 100%;
      bottom: -45px;
      right: 5px;
      z-index: 1;
      background-color: #5BDAE0; }
  .guestHome .text {
    color: #fff;
    display: block;
    margin-left: 30px;
    margin-top: 40px; }
    .guestHome .text h2 {
      margin: 0 0 9px;
      font-size: 50px;
      font-weight: 400; }
    .guestHome .text p {
      font-size: 18px;
      font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
      opacity: 0.7;
      margin-bottom: 15px; }
    .guestHome .text .readMore {
      width: 166px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      cursor: pointer;
      color: #fff;
      background-color: #009247; }
    
      .guestHome .text .readMore:hover {background: #FF345F}
      
      
      .guestHome .text .readMore span {
        font-size: 20px; }
      
     
      
      

.homePromotion {
  padding: 120px 0; }
  .videoPlay {
    content: "";
    position: absolute;
    width: 100px;
    cursor: pointer;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background: #2FC3D0;
    text-align: center;
    line-height: 100px;
    color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
  }
  .videoPlay:hover {
    background: #2ED1DF
  }
  .homePromotion .text h2 {
    margin: 0 0 9px;
    color: #009247;
    font-size: 50px;
    font-weight: 400; }
  .homePromotion .text p {
    font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
    color: #837B77;
    font-size: 18px; }

.homeSocialMedia {
  padding: 50px 30px;
  background-color: #FF9BB0; }
  .homeSocialMedia h2 {
    margin: 0 0 30px;
    font-size: 35px;
    color: #fff;
    font-weight: 400; }
  .homeSocialMedia ul {
    display: block; }
    .homeSocialMedia ul li {
      display: inline-block; }
      .homeSocialMedia ul li a {
        display: block;
        background-color: rgb(255,255,255,0.2);
        width: 60px;
        height: 60px;
        font-size: 28px;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        vertical-align: middle;
        color: #fff;
        margin: 0 10px;
        cursor: pointer; }
        .homeSocialMedia ul li a:hover {
          background: rgb(255,255,255,0.5)
        }

.aboutHead {
  padding: 50px 50px 70px;
  background-color: #F3F2EE;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .aboutHead img {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: -90px; }
  .aboutHead h1 {
    margin: 0 0 13px;
    color: #009247;
    font-size: 60px;
    font-weight: 400; }
  .aboutHead span {
    font-size: 18px;
    font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
    color: #837B77; }
    .aboutHead span a {color: #837B77;}
    .aboutHead span a:last-child {opacity: 0.5}

.aboutImageTextLeft {
  padding: 100px 0;
  overflow: hidden;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  position: relative;
  z-index: 1; }
  .aboutImageTextLeft .image {
    position: relative; }
    .aboutImageTextLeft .image img {
      position: relative;
      z-index: 10; }
    .aboutImageTextLeft .image .backRectangle {
      position: absolute;
      width: 90%;
      height: 100%;
      bottom: -45px;
      right: 10px;
      z-index: 1;
      opacity: 0.1; }
  .aboutImageTextLeft .text {
    position: relative;
    z-index: 10;
    margin-left: 75px; }
    .aboutImageTextLeft .text h2 {
      font-weight: 400;
      font-size: 40px;
      font-family: 'DM Serif Text', sans-serif;
      margin: 0 0 23px; }
    .aboutImageTextLeft .text p {
      font-size: 18px;
      color: #837B77; }
    .aboutImageTextLeft .text .prg {
      display: block;
      margin-bottom: 30px; }
    .aboutImageTextLeft .text ul li {
      font-size: 18px;
      line-height: 50px; }
      .aboutImageTextLeft .text ul li svg {
        color: #2FC3D0;
        margin-right: 15px; }

.aboutManagementTeam {
  padding-bottom: 100px; }
  .aboutManagementTeam h2 {
    font-weight: 400;
    font-size: 40px;
    margin: 0 0 43px;
    color: #837B77; }
  .aboutManagementTeam img {
    display: block;
    margin-bottom: 15px; }
  .aboutManagementTeam .text {
    display: block;
    text-align: center;
    margin-bottom: 40px; }
    .aboutManagementTeam .text .name {
      display: block;
      font-size: 20px;
      line-height: 27px;
      color: #837B77; }
    .aboutManagementTeam .text .sub {
      display: block;
      font-size: 16px;
      line-height: 21px;
      font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
      color: #837B77;
      margin-top: 5px;
      opacity: 0.7; }

.pb-100 {
  padding-bottom: 100px !important; }

.guesthomeImageTextLeft {
  padding: 100px 0 0; }
  .guesthomeImageTextLeft img {margin-bottom: 30px}
  .guesthomeImageTextLeft .title {
    padding: 0 15px;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #009247; }
  .guesthomeImageTextLeft .subtitle {
    padding: 0 15px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px; }
  .konukevi {
    font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  }
  .guesthomeImageTextLeft p {
    color: #837B77;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px; }

.guesthomeImageTextContent {
  padding: 70px 0; }
  .guesthomeImageTextContent .title {
    padding: 0 15px;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #009247; }
  .guesthomeImageTextContent .subtitle {
    padding: 0 15px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px; }
  .guesthomeImageTextContent p {
    color: #837B77;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px; }

.guesthomeText p {
  display: block;
  color: #837B77;
  font-size: 18px;
  line-height: 28px; }

.guesthomeChartImage {
  padding: 70px 0; }

.guesthomePhotos {
  padding-bottom: 100px; }
  .guesthomePhotos h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #837B77;
    font-family: 'DM Serif Text', sans-serif;
    margin: 0 0 43px; }

.newsContent {
  padding: 120px 0; }
  .newsContent .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px; }
    .newsContent .head h2 {
      margin: 0 0 16px;
      font-size: 50px;
      font-weight: 400;
      color: #009247; }
    .newsContent .head h3 {
      font-weight: 400;
      font-size: 18px;
      color: #837B77; }
    .newsContent .head .showAll a {
      text-align: right;
      float: right;
      font-size: 16px;
      color: #837B77;
      cursor: pointer; }
  .newsContent .item {
    margin-bottom: 30px; }
    .newsContent .item .image {
      margin-bottom: 18px; }
      .newsContent .item .image image {
        width: 350px;
        height: 200px; }
    .newsContent .item .text h2 {
      font-weight: 400;
      font-size: 22px;
      color: #009247;
      margin-bottom: 12px; }
    .newsContent .item .text p {
      font-size: 15px;
      color: #837B77;
      font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
      margin-bottom: 5px; }
    .newsContent .item .text .readMore {
      font-size: 16px;
      cursor: pointer;
      font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
      font-weight: bold;
      color: #837B77; }
      .newsContent .item .text .readMore svg {
        margin-left: 10px; }

.financialStatementsContent {
  padding: 100px 0; }
  .financialStatementsContent .box {
    cursor: pointer;
    background-color: #2FC3D0;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transition: 350ms all ease; }
    .financialStatementsContent .box:hover {
      background-color: #30afbc;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }
    .financialStatementsContent .box svg {
      font-size: 80px;
      color: #fff;
      margin-bottom: 60px;
      opacity: 0.5;
      margin-left: 15px; }
    .financialStatementsContent .box span {
      padding: 30px;
      color: #fff;
      font-size: 40px;
      line-height: 53px; }
.banklogo{width: 100;height: 120px;}
.banklogo img{object-fit: contain;width: 100%;height: 100%;vertical-align: middle;}
.contactInfo {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  padding: 100px 0; }
  .contactInfo .card {
    padding: 45px 30px;
    background-color: #0092470c;
    text-align: center;
    min-height: 350px;
    margin-bottom: 30px; }
    .contactInfo .card .icon {
      display: block;
      font-size: 40px;
      margin-bottom: 15px;
      color: #009247; }
    .contactInfo .card .title {
      color: #009247;
      font-size: 30px;
      line-height: 40px;
      font-family: 'DM Serif Text', sans-serif;
      margin: 0 0 20px;
      font-weight: 400;
      display: block; }
    .contactInfo .card p {
      display: block;
      margin-bottom: 5px;
      font-size: 16px;
      color: #837B77;
      line-height: 24px; }
    .contactInfo .card p b {
      font-size: 18px;
    }

.contactMessageform {
  padding: 70px 0;
  background-color: rgba(228, 72, 105, 0.1);
  position: relative; }
  .contactMessageform iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .contactMessageform .card {
    position: relative;
    z-index: 10;
    padding: 30px;
    font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
    .contactMessageform .card h2 {
      font-weight: 400;
      font-size: 40px;
      font-family: 'DM Serif Text', sans-serif;
      line-height: 53px;
      margin: 0 0 16px;
      display: block;
      color: #009247; }
    .contactMessageform .card p {
      font-size: 16px;
      line-height: 24px;
      display: block;
      margin-bottom: 20px;
      color: #837B77; }
    .contactMessageform .card input {
      width: 100%;
      display: block;
      margin-bottom: 25px;
      font-size: 16px;
      line-height: 21px;
      border: none;
      padding: 10px 0;
      border-bottom: 1px solid #e1d7d2;
      transition: 350ms all ease; }
      .contactMessageform .card input:focus {
        border-bottom: 2px solid #009247; }
    .contactMessageform .card textarea {
      line-height: 21px;
      display: block;
      width: 100%;
      margin-bottom: 25px;
      border: none;
      padding: 10px 0;
      border-bottom: 1px solid #e1d7d2;
      transition: 350ms all ease;
      resize: none; }
      .contactMessageform .card textarea:focus {
        border-bottom: 2px solid #009247; }
    .contactMessageform .card .flexrow {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .contactMessageform .card .flexrow button {
        border: none;
        padding: 0 30px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        background-color: #009247; }
      .contactMessageform .card .flexrow a {
        text-align: center;
        padding: 0 20px;
        font-weight: bold;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        background-color: #009247; }

.donationContent {
  padding: 100px 0;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif; }
  .donationContent .row:last-child {
    padding-top: 100px
  }
  .donationContent .row:last-child img {
    margin-bottom: 20px
  }
  .donationContent .card h2 {
    color: #009247;
    font-size: 40px;
    line-height: 53px;
    font-family: 'DM Serif Text', sans-serif;
    margin: 0 0 30px;
    font-weight: 400; }
  .donationContent .card input {
    width: 90%;
    color: #837B77;
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #e1d7d2;
    transition: 350ms all ease; }
    .donationContent .card input:focus {
      border-bottom: 2px solid #009247; }
      .donationContent .card input:focus::placeholder {
        opacity: 1; }
    .donationContent .card input::placeholder {
      color: #837B77;
      opacity: 0.5; }
  .donationContent .card button {
    border: none;
    width: auto;
    padding: 0 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background-color: #009247; }
  .donationContent .card .creditCardDate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 90%; }
    .donationContent .card .creditCardDate span {
      display: inline-block;
      color: #837B77;
      font-size: 18px;
      line-height: 24px; }
    .donationContent .card .creditCardDate .selectbox {
      display: inline-block; }
      .donationContent .card .creditCardDate .selectbox .mounth {
        display: inline-block;
        border: none;
        margin-right: 0px;
        transition: 350ms all ease;
        padding: 0 40px 0 10px;
        background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);
        background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
        background-size:5px 5px,5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        color: #837B77;
        font-size: 16px;
        line-height: 24px; }
        .donationContent .card .creditCardDate .selectbox .mounth:focus {
          border-bottom: 1px solid #009247; }
      .donationContent .card .creditCardDate .selectbox .year {
        display: inline-block;
        border: none;
        text-align: left;
        padding: 0 40px 0 10px;
        background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);
        background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
        background-size:5px 5px,5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        transition: 350ms all ease;
        color: #837B77;
        font-size: 16px;
        line-height: 24px; }
        .donationContent .card .kart-tipi {
          width: 70%;
          display: block;
          border: none;
          text-align: left;
          padding: 0 40px 0 10px;
          background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);
          background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
          background-size:5px 5px,5px 5px, 1px 1.5em;
          background-repeat: no-repeat;
          transition: 350ms all ease;
          color: #837B77;
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 25px;
        }
        .donationContent .card .creditCardDate .selectbox .year:focus {
          border-bottom: 1px solid #009247; }
  .donationContent .card .not {
    display: block;
    margin-bottom: 18px; }
  .donationContent .card .check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px; }
    .donationContent .card .check input {
      width: 20px;
      height: 20px;
      margin-bottom: 0; }
    .donationContent .card .check label {
      margin-left: 15px; }

.footer {
  padding: 30px 0;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  background-color: #009247; }
  .footer .infocard1 img {
    padding-bottom: 30px;
    /* border-bottom: 1px solid rgba(216, 216, 216, 0.7); */
    filter: drop-shadow(-2px -2px 0px #fff) drop-shadow(2px 2px 0px #fff) drop-shadow(2px -2px 0px #fff) drop-shadow(-1px 2px 0px #fff);
    margin-bottom: 0px; max-height: 120px;}
  .footer .infocard1 .mainInfo li {
    font-size: 16px;
    line-height: 40px;
    color: #fff; }
    .footer .infocard1 .mainInfo li svg {
      margin-right: 15px; }
  .footer .infocard2 .title {
    font-size: 25px;
    line-height: 33px;
    margin: 0 0 30px;
    color: #fff;
    font-family: "DM Serif Text";
    font-weight: 400; }
  .footer .infocard2 .left {
    display: inline-block; }
    .footer .infocard2 .left li a {
      font-size: 16px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.7); }
  .footer .infocard2 .right {
    display: inline-block;
    margin-left: 30px; }
    .footer .infocard2 .right li a {
      font-size: 16px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.7); }
  .footer .infocard3 .title {
    font-size: 25px;
    font-family: "DM Serif Text";
    line-height: 33px;
    margin: 0 0 30px;
    color: #fff;
    font-weight: 400; }
  .footer .infocard3 .socialMedia {
    margin-bottom: 27px; }
    .footer .infocard3 .socialMedia li {
      display: inline-block; }
      .footer .infocard3 .socialMedia li a {
        display: block;
        line-height: 50px;
        vertical-align: middle;
        text-align: center;
        margin-right: 10px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: rgb(255,255,255,0.2);
        color: #fff;
        font-size: 20px; }
        .footer .infocard3 .socialMedia li a:hover {
          background-color: rgb(255,255,255,0.5);
        }

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  width: 100%;
  height: 65px;
  background-color: #fff; }
  .copyright .content {
    display: flex;
    align-items: center;
    justify-content: space-between; }

@media (max-width: 1469px) {
  .v-center {
    display: flex;
    align-items: center;
    justify-content: center; }
  .aboutImageTextLeft {
    padding: 100px 0; }
    .aboutImageTextLeft .image .backRectangle {
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: -45px;
      right: -45px;
      z-index: 1;
      opacity: 0.1; }
  .guestHome {
    background-color: #2FC3D0;
    padding: 40px 0 85px;
    overflow: hidden; }
    .guestHome .image {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 50px; }
      .guestHome .image .backRectangle {
        position: absolute;
        width: 90%;
        right: -45px;
        height: 100%;
        z-index: 1; } }

@media (max-width: 991px) {
  .v-center {
    display: block; }
  .aboutImageTextLeft {
    padding: 100px 0; }
    .aboutImageTextLeft .image {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 50px; }
      .aboutImageTextLeft .image .backRectangle {
        position: absolute;
        width: 70%;
        left: 165px;
        height: 100%;
        z-index: 1;
        opacity: 0.1; }
  .guestHome {
    background-color: #2FC3D0;
    padding: 40px 0 85px;
    overflow: hidden; }
    .guestHome .image {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 50px; }
      .guestHome .image .backRectangle {
        position: absolute;
        width: 70%;
        left: 165px;
        height: 100%;
        z-index: 1; }
  .aboutHead h1 {
    font-size: 48px; }
  .boxes .box {
    height: 178px; } }


@media (max-width: 767px) {
  .owl-theme .owl-dots {text-align: center !important}
  .donationContent .card .kart-tipi {width: 100%}
  .donationContent .card .creditCardDate span {font-size: 16px}
  .contactInfo .card {min-height: auto}
  .donationContent .card input {width: 100%}
  .donationContent .card .creditCardDate .selectbox {width: 100%; text-align: right; display: block;}
  .homeSocialMedia {padding:50px 0px;}
  .donationContent .card .creditCardDate {width: 100%}
  .homeSlider .item .content {transform: translateY(0);}
  .homeSlider::before {width: 300px; height: 277px; top: -30px; left: -150px; background-size: cover}
  .v-center {
    display: block; }
  .homeSlider {
    padding: 50px 15px; }
    .homeSlider .item .content {
      display: block; }
      .homeSlider .item .content h1 {
        display: block;
        margin: 0 0 21px;
        font-size: 42px;
        font-weight: 400; }
      .homeSlider .item .content p {
        display: block;
        color: #837B77;
        font-size: 16px;
        margin-bottom: 15px; }
    .homeSlider .item img {
      max-width: 768px !important;
      height: auto;
      float: right; }
  .aboutHead h1 {
    font-size: 38px; }
  .boxes .box {
    height: 158px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .boxes .box h2 {
      display: block;
      margin: 0;
      font-size: 24px;
      font-weight: 400; }
  .newAndNotification {
    padding: 80px 0; }
    .newAndNotification .head {
      display: flex;
      align-items: center;
      padding: 0 10px;
      justify-content: space-between;
      margin-bottom: 44px; }
      .newAndNotification .head h2 {
        margin: 0 0 16px;
        font-size: 28px;
        font-weight: 400;
        color: #009247; }
      .newAndNotification .head h3 {
        font-weight: 400;
        font-size: 16px;
        color: #837B77; }
      .newAndNotification .head .showAll a {
        font-size: 14px; }
    .newAndNotification .item {
      margin-bottom: 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .newAndNotification .item .text h2 {
        font-weight: 400;
        font-size: 18px;
        color: #009247;
        margin-bottom: 12px; }
      .newAndNotification .item .text p {
        font-size: 14px;
        color: #837B77;
        margin-bottom: 5px; }
      .newAndNotification .item .text .readMore {
        font-size: 15px;
        cursor: pointer; }
  .guestHome {
    background-color: #2FC3D0;
    padding: 40px 0; }
    .guestHome .image {
      position: relative; }
      .guestHome .image img {
        width: auto;
        height: auto;
        position: relative;
        z-index: 10; }
      .guestHome .image .backRectangle {
        width: 90%;
        height: 100%;
        z-index: 1;
        position: absolute;
        left: 50px;
        bottom: -25px;
        background-color: #5BDAE0; }
    .guestHome .text {
      position: relative;
      z-index: 10;
      color: #fff;
      display: block;
      margin-left: 10px;
      margin-top: 40px; }
      .guestHome .text h2 {
        margin: 0 0 9px;
        font-size: 42px;
        font-weight: 400; }
      .guestHome .text p {
        font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
        font-size: 16px;
        opacity: 0.7;
        margin-bottom: 15px; }
      .guestHome .text .readMore {
        width: 140px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        cursor: pointer;
        background-color: #009247; }
        .guestHome .text .readMore span {
          font-size: 18px; }
  .pad-120 {
    display: block;
    padding: 80px 0 !important; }
  .homePromotion {
    padding: 80px 0; }
    .homePromotion .text h2 {
      text-align: center;
      margin: 0 0 9px;
      color: #009247;
      font-size: 42px;
      font-weight: 400; }
    .homePromotion .text p {
      text-align: center;
      color: #837B77;
      font-size: 16px;
      display: block;
      margin-bottom: 30px; }
  .aboutImageTextLeft {
    padding: 60px 0 0;
    overflow: hidden; }
    .aboutImageTextLeft .image {
      position: relative; }
      .aboutImageTextLeft .image img {
        position: relative;
        width: auto;
        height: auto;
        z-index: 10; }
      .aboutImageTextLeft .image .backRectangle {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -25px;
        right: -25px;
        z-index: 1;
        opacity: 0.1; }
    .aboutImageTextLeft .text {
      margin: 30px 0 0; }
      .aboutImageTextLeft .text h2 {
        text-align: left;
        font-weight: 400;
        font-size: 40px;
        margin: 0 0 23px; }
      .aboutImageTextLeft .text p {
        font-size: 18px;
        color: #837B77; }
      .aboutImageTextLeft .text .prg {
        display: block;
        margin-bottom: 30px; }
      .aboutImageTextLeft .text ul {
        margin: 0 0 30px 20px; }
        .aboutImageTextLeft .text ul li {
          list-style: initial;
          font-size: 16px;
          line-height: 32px; }
  .aboutManagementTeam {
    overflow: hidden;
    padding-bottom: 60px;
    text-align: center;
    margin: 0 auto; }
    .aboutManagementTeam h2 {
      font-weight: 400;
      font-size: 38px;
      margin: 0 0 43px;
      color: #837B77; }
    .aboutManagementTeam img {
      text-align: center;
      margin: 0 auto;
      display: block;
      margin-bottom: 15px; }
    .aboutManagementTeam .text {
      display: block;
      text-align: center;
      margin-bottom: 40px; }
      .aboutManagementTeam .text .name {
        display: block;
        font-size: 20px;
        line-height: 27px;
        color: #837B77; }
      .aboutManagementTeam .text .sub {
        display: block;
        font-size: 16px;
        line-height: 21px;
        color: #837B77;
        opacity: 0.7; }
  .guesthomeImageTextLeft {
    padding: 60px 0 0; }
    .guesthomeImageTextLeft .title {
      padding: 0 15px;
      font-weight: 400;
      font-size: 30px;
      line-height: 42px;
      color: #009247; }
    .guesthomeImageTextLeft .subtitle {
      padding: 0 15px;
      display: block;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      margin-bottom: 40px; }
    .guesthomeImageTextLeft img {
      display: block;
      margin-bottom: 25px; }
    .guesthomeImageTextLeft p {
      color: #837B77;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 35px; }
  .guesthomeImageTextContent {
    padding: 60px 0; }
    .guesthomeImageTextContent .title {
      padding: 0 15px;
      font-weight: 400;
      font-size: 32px;
      line-height: 42px;
      color: #009247; }
    .guesthomeImageTextContent .subtitle {
      padding: 0 15px;
      display: block;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      margin-bottom: 40px; }
    .guesthomeImageTextContent img {
      display: block;
      margin-bottom: 25px; }
    .guesthomeImageTextContent p {
      color: #837B77;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 35px; }
  .guesthomeText {
    text-align: center;
    margin: 0 auto;
    padding: 0 10px; }
    .guesthomeText p {
      text-align: left;
      display: block;
      color: #837B77;
      font-size: 16px;
      line-height: 24px; }
  .guesthomePhotos {
    padding-bottom: 60px;
    text-align: center;
    margin: 0 auto; }
    .guesthomePhotos img {
      width: auto;
      height: auto;
      margin-bottom: 20px; }
    .guesthomePhotos h2 {
      font-weight: 400;
      font-size: 40px;
      line-height: 53px;
      color: #837B77;
      margin: 0 0 43px; }
  .newsContent {
    padding: 80px 0; }
    .newsContent .item {
      margin-bottom: 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .newsContent .item .text h2 {
        font-weight: 400;
        font-size: 18px;
        color: #009247;
        margin-bottom: 12px; }
      .newsContent .item .text p {
        font-size: 14px;
        color: #837B77;
        margin-bottom: 5px; }
      .newsContent .item .text .readMore {
        font-size: 15px;
        font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
        font-weight: bold;
        cursor: pointer; }
  .financialStatementsContent {
    padding: 60px 0; }
    .financialStatementsContent .box {
      margin-bottom: 30px; }
  .contactInfo {
    padding: 80px 0; }
    .contactInfo .card .icon {
      display: block;
      font-size: 40px;
      margin-bottom: 15px;
      color: #2FC3D0; }
    .contactInfo .card .title {
      color: #2FC3D0;
      font-size: 30px;
      line-height: 40px;
      font-family: 'DM Serif Text', sans-serif;
      margin: 0 0 20px;
      font-weight: 400;
      display: block; }
    .contactInfo .card p {
      display: block;
      margin-bottom: 5px;
      font-size: 18px;
      color: #837B77;
      line-height: 24px; } }




 
.listtickv ul li::before {
    content: '✓';
    color: #2FC3D0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



.pager {width: 100%; margin-top: 30px; display: block; padding: 0px; text-align: center; list-style: none}
.pager li {list-style: none; display: inline-block; margin-right: 10px; padding: 0px}
.pager li a {width: 55px; height: 55px; display: block; line-height:55px; text-align: center; font-size: 16px; background: #F3F4F6; color: #009247;}
.pager li a:hover {background: #DDDEE4}
.pager li.active a {background: #009247; color: #fff}
.pager li:last-child {margin-right: 0px}