/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

*{
  font-family: 'Noto Serif TC', serif;
}

body {
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
  line-height: 1.65;
  color: #2d2f38;
}

a {
  /*color: #4B74FE;*/
  color: #1abc9c;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  /*color: #3463FF;*/
  color: #1abc9c ;
  text-decoration: underline;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.3;
}

.text-xs {
  font-size: 12px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-md {
  font-size: 16px !important;
}

.text-lg {
  font-size: 18px !important;
}

.text-xl {
  font-size: 21px !important;
}

/* Color Systems */
.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-primary {
  background-color: #1abc9c !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #167bfc !important;
}

.bg-accent {
  background-color: #F52E91 !important;
}

a.bg-accent:hover, a.bg-accent:focus {
  background-color: #f41684 !important;
}

.bg-secondary {
  background-color: #6D728B !important;
}

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #62667d !important;
}

.bg-success {
  background-color: #06CC89 !important;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #05b378 !important;
}

.bg-info {
  background-color: #0EA1E6 !important;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #0d90ce !important;
}

.bg-warning {
  background-color: #F68718 !important;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #eb7a09 !important;
}

.bg-danger {
  background-color: #FF4457 !important;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #ff2b40 !important;
}

.bg-grey {
  background-color: #AFB7C1 !important;
}

a.bg-grey:hover, a.bg-grey:focus {
  background-color: #a1aab6 !important;
}

.bg-dark {
  background-color: #33374B !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #292c3c !important;
}

.bg-light {
  background-color: #F2F4FE !important;
}

a.bg-light:hover, a.bg-light:focus {
  background-color: #dae0fc !important;
}

.fg-black {
  color: #000 !important;
}

.fg-white {
  color: #1abc9c !important;
}

.fg-primary {
  color: #1abc9c !important;
}

a.fg-primary:hover, a.fg-primary:focus {
  color: #167bfc !important;
}

.fg-accent {
  color: #F52E91 !important;
}

a.fg-accent:hover, a.fg-accent:focus {
  color: #f41684 !important;
}

.fg-secondary {
  color: #6D728B !important;
}

a.fg-secondary:hover, a.fg-secondary:focus {
  color: #62667d !important;
}

.fg-success {
  color: #06CC89 !important;
}

a.fg-success:hover, a.fg-success:focus {
  color: #05b378 !important;
}

.fg-info {
  color: #0EA1E6 !important;
}

a.fg-info:hover, a.fg-info:focus {
  color: #0d90ce !important;
}

.fg-warning {
  color: #F68718 !important;
}

a.fg-warning:hover, a.fg-warning:focus {
  color: #eb7a09 !important;
}

.fg-danger {
  color: #FF4457 !important;
}

a.fg-danger:hover, a.fg-danger:focus {
  color: #ff2b40 !important;
}

.fg-grey {
  color: #AFB7C1 !important;
}

a.fg-grey:hover, a.fg-grey:focus {
  color: #a1aab6 !important;
}

.fg-dark {
  color: #33374B !important;
}

a.fg-dark:hover, a.fg-dark:focus {
  color: #292c3c !important;
}

.fg-light {
  color: #F2F4FE !important;
}

a.fg-light:hover, a.fg-light:focus {
  color: #dae0fc !important;
}

.border-primary {
  border-color: #1abc9c !important;
}

.border-accent {
  border-color: #F52E91 !important;
}

.border-secondary {
  border-color: #6D728B !important;
}

.border-success {
  border-color: #06CC89 !important;
}

.border-info {
  border-color: #0EA1E6 !important;
}

.border-warning {
  border-color: #F68718 !important;
}

.border-danger {
  border-color: #FF4457 !important;
}

.border-grey {
  border-color: #AFB7C1 !important;
}

.border-dark {
  border-color: #33374B !important;
}

.border-light {
  border-color: #F2F4FE !important;
}

/* Social Media Colors */
.bg-facebook {
  background-color: #3B5999 !important;
}

.btn.bg-facebook:hover, .btn.bg-facebook:focus {
  background-color: #1abc9c !important;
}

.bg-twitter {
  background-color: #1DA1F2 !important;
}

.btn.bg-twitter:hover, .btn.bg-twitter:focus {
  background-color: #0d95e8 !important;
}

.bg-google-plus {
  background-color: #DB4437 !important;
}

.btn.bg-google-plus:hover, .btn.bg-google-plus:focus {
  background-color: #d33426 !important;
}

.bg-youtube {
  background-color: #CD201F !important;
}

.btn.bg-youtube:hover, .btn.bg-youtube:focus {
  background-color: #b71d1c !important;
}

.bg-dribbble {
  background-color: #EA4C89 !important;
}

.btn.bg-dribbble:hover, .btn.bg-dribbble:focus {
  background-color: #e7357a !important;
}

.bg-pinterest {
  background-color: #BD081C !important;
}

.btn.bg-pinterest:hover, .btn.bg-pinterest:focus {
  background-color: #a50718 !important;
}

.bg-slack {
  background-color: #3AAF85 !important;
}

.btn.bg-slack:hover, .btn.bg-slack:focus {
  background-color: #349c76 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
}

.btn.bg-linkedin:hover, .btn.bg-linkedin:focus {
  background-color: #1abc9c !important;
}

.btn {
  padding: 10px 28px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-primary:hover {
  color: #fff;
  background-color: #14836d !important;
  border-color: #14836d !important;
  -webkit-box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
          box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #14836d;
  border-color: #14836d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #19a68a;
  border-color: #19a68a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-accent {
  color: #fff;
  background-color: #F52E91;
  border-color: #F52E91;
}

.btn-accent:hover {
  color: #fff;
  background-color: #f41684;
  border-color: #f10c7e;
  -webkit-box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
          box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
}

.btn-accent:focus, .btn-accent.focus {
  color: #fff;
  background-color: #f6469e;
  border-color: #f63a97;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-accent:disabled, .btn-accent.disabled {
  color: #fff;
  background-color: #F52E91;
  border-color: #F52E91;
}

.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #f10c7e;
  border-color: #e50b77;
}

.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary {
  color: #fff;
  background-color: #6D728B;
  border-color: #6D728B;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #62667d;
  border-color: #5c6076;
  -webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
          box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #7a7f97;
  border-color: #737891;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6D728B;
  border-color: #6D728B;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5c6076;
  border-color: #575b6e;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: #06CC89;
  border-color: #06CC89;
}

.btn-success:hover {
  color: #fff;
  background-color: #05b378;
  border-color: #05a770;
  -webkit-box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
          box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
}

.btn-success:focus, .btn-success.focus {
  color: #33374B;
  background-color: #07e59a;
  border-color: #06d891;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #06CC89;
  border-color: #06CC89;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #05a770;
  border-color: #059a68;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info {
  color: #fff;
  background-color: #0EA1E6;
  border-color: #0EA1E6;
}

.btn-info:hover {
  color: #fff;
  background-color: #0d90ce;
  border-color: #0c88c2;
  -webkit-box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
          box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1cadf1;
  border-color: #10a9f0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #0EA1E6;
  border-color: #0EA1E6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0c88c2;
  border-color: #0b7fb6;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning {
  color: #33374B;
  background-color: #F68718;
  border-color: #F68718;
}

.btn-warning:hover {
  color: #fff;
  background-color: #eb7a09;
  border-color: #df7409;
  -webkit-box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
          box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
}

.btn-warning:focus, .btn-warning.focus {
  color: #33374B;
  background-color: #f79431;
  border-color: #f68d24;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #33374B;
  background-color: #F68718;
  border-color: #F68718;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #df7409;
  border-color: #d36e08;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #FF4457;
  border-color: #FF4457;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff2b40;
  border-color: #ff1e35;
  -webkit-box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
          box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff5e6e;
  border-color: #ff5162;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #FF4457;
  border-color: #FF4457;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1e35;
  border-color: #ff1129;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-grey {
  color: #33374B;
  background-color: #AFB7C1;
  border-color: #AFB7C1;
}

.btn-grey:hover {
  color: #33374B;
  background-color: #a1aab6;
  border-color: #99a4b0;
  -webkit-box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
          box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
}

.btn-grey:focus, .btn-grey.focus {
  color: #33374B;
  background-color: #bdc4cc;
  border-color: #b6bdc7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-grey:disabled, .btn-grey.disabled {
  color: #33374B;
  background-color: #AFB7C1;
  border-color: #AFB7C1;
}

.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  color: #33374B;
  background-color: #99a4b0;
  border-color: #929dab;
}

.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark {
  color: #fff;
  background-color: #33374B;
  border-color: #33374B;
}

.btn-dark:hover {
  color: #fff;
  background-color: #292c3c;
  border-color: #242634;
  -webkit-box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
          box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #3d425a;
  border-color: #383d53;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #33374B;
  border-color: #33374B;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #242634;
  border-color: #1e212d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-light {
  color: #33374B;
  background-color: #F2F4FE;
  border-color: #F2F4FE;
}

.btn-light:hover {
  color: #33374B;
  background-color: #dae0fc;
  border-color: #ced6fb;
  -webkit-box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
          box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
}

.btn-light:focus, .btn-light.focus {
  color: #33374B;
  background-color: white;
  border-color: #fefeff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-light:disabled, .btn-light.disabled {
  color: #33374B;
  background-color: #F2F4FE;
  border-color: #F2F4FE;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #33374B;
  background-color: #ced6fb;
  border-color: #c3ccfa;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary {
  color: #1abc9c;
  background-color: transparent;
  border-color: #1abc9c;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
  -webkit-box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
          box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #1abc9c;
  background-color: transparent;
  border-color: #1abc9c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-accent {
  color: #F52E91;
  background-color: transparent;
  border-color: #F52E91;
}

.btn-outline-accent:hover {
  color: #fff;
  background-color: #F52E91;
  border-color: #F52E91;
  -webkit-box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
          box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
}

.btn-outline-accent:focus, .btn-outline-accent.focus {
  color: #F52E91;
  background-color: transparent;
  border-color: #F52E91;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-accent:disabled, .btn-outline-accent.disabled {
  color: #fff;
  background-color: #F52E91;
  border-color: #F52E91;
}

.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #f41684;
  border-color: #f10c7e;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary {
  color: #6D728B;
  background-color: transparent;
  border-color: #6D728B;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6D728B;
  border-color: #6D728B;
  -webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
          box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #6D728B;
  background-color: transparent;
  border-color: #6D728B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #fff;
  background-color: #6D728B;
  border-color: #6D728B;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #62667d;
  border-color: #5c6076;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success {
  color: #06CC89;
  background-color: transparent;
  border-color: #06CC89;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #06CC89;
  border-color: #06CC89;
  -webkit-box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
          box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #06CC89;
  background-color: transparent;
  border-color: #06CC89;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #fff;
  background-color: #06CC89;
  border-color: #06CC89;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #05b378;
  border-color: #05a770;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info {
  color: #0EA1E6;
  background-color: transparent;
  border-color: #0EA1E6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #0EA1E6;
  border-color: #0EA1E6;
  -webkit-box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
          box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
}

.btn-outline-info:focus, .btn-outline-info.focus {
  color: #0EA1E6;
  background-color: transparent;
  border-color: #0EA1E6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #fff;
  background-color: #0EA1E6;
  border-color: #0EA1E6;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #0d90ce;
  border-color: #0c88c2;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning {
  color: #F68718;
  background-color: transparent;
  border-color: #F68718;
}

.btn-outline-warning:hover {
  color: #33374B;
  background-color: #F68718;
  border-color: #F68718;
  -webkit-box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
          box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #F68718;
  background-color: transparent;
  border-color: #F68718;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #33374B;
  background-color: #F68718;
  border-color: #F68718;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #eb7a09;
  border-color: #df7409;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger {
  color: #FF4457;
  background-color: transparent;
  border-color: #FF4457;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #FF4457;
  border-color: #FF4457;
  -webkit-box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
          box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #FF4457;
  background-color: transparent;
  border-color: #FF4457;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #fff;
  background-color: #FF4457;
  border-color: #FF4457;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2b40;
  border-color: #ff1e35;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-grey {
  color: #AFB7C1;
  background-color: transparent;
  border-color: #AFB7C1;
}

.btn-outline-grey:hover {
  color: #33374B;
  background-color: #AFB7C1;
  border-color: #AFB7C1;
  -webkit-box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
          box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
}

.btn-outline-grey:focus, .btn-outline-grey.focus {
  color: #AFB7C1;
  background-color: transparent;
  border-color: #AFB7C1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-grey:disabled, .btn-outline-grey.disabled {
  color: #33374B;
  background-color: #AFB7C1;
  border-color: #AFB7C1;
}

.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
  color: #33374B;
  background-color: #a1aab6;
  border-color: #99a4b0;
}

.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-dark {
  color: #33374B;
  background-color: transparent;
  border-color: #33374B;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #33374B;
  border-color: #33374B;
  -webkit-box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
          box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #33374B;
  background-color: transparent;
  border-color: #33374B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #fff;
  background-color: #33374B;
  border-color: #33374B;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #292c3c;
  border-color: #242634;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light {
  color: #F2F4FE;
  background-color: transparent;
  border-color: #F2F4FE;
}

.btn-outline-light:hover {
  color: #33374B;
  background-color: #F2F4FE;
  border-color: #F2F4FE;
  -webkit-box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
          box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
}

.btn-outline-light:focus, .btn-outline-light.focus {
  color: #F2F4FE;
  background-color: transparent;
  border-color: #F2F4FE;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #33374B;
  background-color: #F2F4FE;
  border-color: #F2F4FE;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #33374B;
  background-color: #dae0fc;
  border-color: #ced6fb;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.breadcrumb {
  background-color: #F2F4FE;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\2022";
  padding-right: 1rem;
}

.breadcrumb .breadcrumb-item.active {
  color: #a1aab6;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #a1aab6;
}

.breadcrumb-dark .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-dark .breadcrumb-item.active {
  color: #1abc9c;
}

.navbar {
  min-height: 70px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.navbar-float {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
          box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
  z-index: 1070;
}

.navbar.sticky {
  z-index: 1080;
}

.navbar.sticky.fixed ~ * {
  margin-top: 70px;
}

.navbar.sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: navTransition .5s ease;
          animation: navTransition .5s ease;
  -webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
          box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
  z-index: 1080;
}

@-webkit-keyframes navTransition {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes navTransition {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.navbar-brand {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-nav {
  margin-top: 10px;
  border-top: 1px solid #e4e7ee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navbar-nav .nav-link {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.navbar-nav .btn {
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(109, 114, 139, 0.75);
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover > a, .navbar-light .navbar-nav .nav-link:hover > span, .navbar-light .navbar-nav a.nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
  color: #1abc9c;
  text-decoration: underline;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #1abc9c;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-control {
  padding: 8px 15px;
  height: calc(1.5em + 1.375rem + 2px);
  border-color: #dee1e6;
  background-color: #f2f4fe;
  border: unset;
}

.form-control:focus{
  background-color: #f2f4fe;
}

.custom-select {
  height: calc(1.5em + 1.375rem + 2px);
}

.page-link {
  margin-left: 5px;
  min-width: 40px;
  color: #a1aab6;
  border: 1px solid #dee1e6;
  text-align: center;
  border-radius: 4px;
}

.page-link:hover {
  color: #6D728B;
  background-color: #F2F4FE;
  border-color: #dee1e6;
}

.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1abc9c;
  border-color: #0974fb;
}

.page-item.disabled .page-link {
  color: #6D728B;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.img-place {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.img-place img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.bg-img {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img > * {
  position: relative;
  z-index: 10;
}

.bg-img-parallax {
  background-attachment: fixed;
}

.bg-img-overlay-dark {
  position: relative;
}

.bg-img-overlay-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #33374B;
}

.bg-img-size-contain {
  background-size: contain;
}

.bg-img-size-100 {
  background-size: 100% 100%;
}

.avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avatar-img {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-img img {
  width: 100%;
  height: 100%;
}

.divider {
  position: relative;
  display: block;
  margin: 12px 0 24px 0;
  max-width: 250px;
  height: 2px;
  background-color: #cbd9ff;
  border-radius: 20px;
  border: none;
}

.divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 40px;
  height: 2px;
  background-color: #1abc9c;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background: rgba(175, 183, 193, 0.7);*/
  background-color: rgb(26 188 156);
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1100;
}

.back-to-top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -4px auto;
  width: 12px;
  height: 12px;
  /*border-top: 2px solid #555;*/
  /*border-right: 2px solid #555;*/
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.back-to-top:hover {
  /*background: #1abc9c;*/
  background-color: #14836d;
}

.back-to-top:hover::after {
  border-color: #fff;
}

.top-bar {
  display: block;
  height: auto;
  border-bottom: 1px solid #f0f1f6;
  font-size: 14px;
  padding: 3px 0;
}

.top-bar .container,
.top-bar .row {
  height: 100%;
}

.top-bar a {
  color: #6D728B;
}

.top-bar a:hover {
  color: #1abc9c;
  text-decoration: none;
}

.social-mini-button a {
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}

.social-mini-button a:not(:last-child) {
  border-right: 1px solid #dfe1eb;
}

.page-banner {
  position: relative;
  height: 340px;
  background-color: #6D728B;
}

.page-banner .container {
  position: relative;
  z-index: 10;
}

.page-banner.home-banner {
  height: auto;
  max-height: 500px;
}

.page-banner.overlay-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 114, 139, 0.75);
  z-index: 1;
}

@media (min-width: 768px) {
  /*.page-banner.home-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: unset;
  }*/
}

.slider-wrapper {
  position: relative;
  height: 100%;
  max-height: 500px;
}

.hero-carousel {
  height: 100%;
}

.owl-carousel .owl-stage-outer {
  height: 100%;
  max-height: 500px;
}

.hero-carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 55, 75, 0.5);
}

.hero-carousel-item img {
  width: 100%;
  height: auto;
}

.hero-carousel .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.hero-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.hero-carousel .owl-nav .owl-prev,
.hero-carousel .owl-nav .owl-next {
  -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
      transform: scale(0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hero-carousel:hover .owl-nav .owl-prev,
.hero-carousel:hover .owl-nav .owl-next {
  -webkit-transform: scale(1);
          -ms-transform: scale(1);
      transform: scale(1);
}

.hero-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.hero-carousel .img-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 16px;
  width: auto;
  max-width: 900px;
  height: 100%;
  text-align: center;
  color: #fff;
  margin-top: 10%;
}

.hero-carousel h1 {
  font-weight: 300;
}

.hero-carousel .subhead {
  color: #fff;
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero-carousel h1 {
    font-size: 56px;
  }
  .hero-carousel .subhead {
    font-size: 20px;
  }
}

.page-section {
  position: relative;
  display: block;
  padding: 60px 0;
}

.page-section p {
  color: #6D728B;
}

.subhead {
  display: block;
  text-transform: capitalize;
  color: #AFB7C1;
  font-weight: 500;
  margin-bottom: 8px;
}

.title-section {
  display: block;
  max-width: 450px;
  /*color: #2d2f38;*/
  color: #1abc9c;
  font-weight: 600;
  margin-bottom: 32px;
}

.text-center .title-section {
  margin-left: auto;
  margin-right: auto;
}

.about-img {
  position: relative;
  margin: 15px auto;
  width: auto;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
          box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
}

.about-img img {
  width: 100%;
}

.team-carousel {
  display: block;
  width: 100%;
}

.team-wrap {
  position: relative;
  margin: 0 auto;
  width: auto;
  max-width: 280px;
}

.team-profile {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 6px;
  background-color: #AFB7C1;
  overflow: hidden;
}

.team-content {
  display: block;
  padding: 20px;
  background-color: #fff;
  color: #33374B;
}

.team-content .social-button {
  margin-top: 24px;
}

.team-content .social-button a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  background-color: #F2F4FE;
  color: #6D728B;
  border-radius: 4px;
  -webkit-transition: background .2s ease, color .3s ease;
  -o-transition: background .2s ease, color .3s ease;
  transition: background .2s ease, color .3s ease;
}

.team-content .social-button a:hover {
  background-color: #1abc9c;
  color: #fff;
  text-decoration: none;
}

.portfolio {
  display: block;
  background-color: #F2F4FE;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.portfolio:hover {
  -webkit-box-shadow: 0 3px 12px rgba(109, 114, 139, 0.2);
          box-shadow: 0 3px 12px rgba(109, 114, 139, 0.2);
}

.portfolio img {
  width: auto;
  max-width: 100%;
}

.card-testimonial {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #F2F4FE;
  color: #6D728B;
  border-radius: 8px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.card-testimonial:hover {
  background-color: #fff;
}

.card-testimonial .content {
  margin-bottom: 24px;
}

.card-testimonial .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-testimonial .avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

.card-testimonial .avatar img {
  width: 100%;
  height: 100%;
}

.card-testimonial .author-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #33374B;
}

.card-testimonial .author-info {
  font-size: 11px;
  color: #a1aab6;
}

.card-blog {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 32px 20px 70px 20px;
  max-width: 260px;
  min-height: 290px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
          box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
}

.card-blog .header {
  margin-bottom: 16px;
}

.card-blog .avatar {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #d0d4e4;
  overflow: hidden;
}

.card-blog .avatar img {
  width: 100%;
  height: 100%;
}

.card-blog .entry-footer {
  display: inline-block;
  vertical-align: top;
}

.card-blog .post-author {
  font-weight: 500;
  color: #6D728B;
}

.card-blog .post-date {
  font-size: 13px;
  color: #b2b6c5;
}

.card-blog .post-title {
  margin-bottom: 8px;
  font-size: 18px;
}

.card-blog .post-title a {
  font-weight: 500;
  color: #2d2f38;
}

.card-blog .post-excerpt {
  font-size: 14px;
  color: #AFB7C1;
}

.card-blog .footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.card-blog-row *:first-child .card-blog {
  background-color: #1abc9c;
}

.card-blog-row *:first-child .card-blog .post-author,
.card-blog-row *:first-child .card-blog .post-title a,
.card-blog-row *:first-child .card-blog .footer a {
  color: #fff;
}

.card-blog-row *:first-child .card-blog .post-date {
  color: rgba(255, 255, 255, 0.6);
}

.blog-single-wrap {
  position: relative;
  display: block;
  padding: 16px 0;
}

.blog-single-wrap .post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(109, 114, 139, 0.3);
          box-shadow: 0 4px 24px rgba(109, 114, 139, 0.3);
  overflow: hidden;
}

.blog-single-wrap .post-thumbnail img {
  width: auto;
  max-width: 100%;
}

.blog-single-wrap .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 24px;
}

.blog-single-wrap .post-meta a {
  color: #6D728B;
}

.blog-single-wrap .post-meta a:hover {
  color: #167bfc;
  text-decoration: none;
}

.blog-single-wrap .post-meta .gap {
  padding-left: 8px;
  padding-right: 8px;
}

.blog-single-wrap .post-tags {
  display: block;
  padding: 16px 0;
}

.blog-single-wrap .post-tags a {
  display: inline-block;
  padding: 4px 12px;
  background-color: #F2F4FE;
  color: #99a4b0;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.blog-single-wrap .post-tags a:hover {
  text-decoration: none;
  background-color: #1abc9c;
  color: #fff;
}

.widget {
  padding: 16px 0;
}

.widget-box {
  position: relative;
  display: block;
  padding: 24px;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ebeefd;
  -webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.1);
          box-shadow: 0 4px 12px rgba(109, 114, 139, 0.1);
}

.widget-box::after {
  display: block;
  clear: both;
  content: "";
}

.widget-title {
  font-weight: 600;
  color: #6D728B;
}

.search-form .form-group {
  position: relative;
}

.search-form .btn {
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 6px 12px;
  background-color: #1abc9c;
  color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.search-form .btn:hover {
  background-color: #167bfc;
}

.categories {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.categories li {
  display: block;
  float: left;
  margin-bottom: 12px;
  width: 50%;
}

.categories li a {
  display: inline-block;
  width: 90%;
  padding: 6px 12px;
  background-color: #eef5ff;
  color: #1abc9c;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.categories li a:hover {
  text-decoration: none;
  background-color: #1abc9c;
  color: #fff;
}

.categories li a span {
  float: right;
  margin-left: 8px;
  padding: 3px 6px;
  background-color: #1abc9c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 40px;
}

.categories li a:hover span {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}

.blog-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dae0fc;
}

.blog-item .post-thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: 100px;
  height: 80px;
  background-color: #AFB7C1;
  overflow: hidden;
}

.blog-item .post-thumb img {
  width: auto;
  height: 100%;
}

.blog-item .post-title a {
  color: #6D728B;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.blog-item .post-title a:hover {
  color: #1abc9c;
  text-decoration: none;
}

.blog-item .meta a {
  margin-right: 6px;
  font-size: 12px;
  color: #62667d;
}

.blog-item .meta a:hover {
  text-decoration: none;
}

.tagcloud {
  position: relative;
  display: block;
}

.tag-cloud-link {
  display: inline-block;
  padding: 4px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 1px solid #dae0fc;
  border-radius: 40px;
  font-size: 14px;
  color: #6D728B;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.tag-cloud-link:hover,
.tag-cloud-link:focus {
  text-decoration: none;
  background-color: #F2F4FE;
  color: #1abc9c;
  border-color: #1abc9c;
}

.filterable-btn, .subfilterable-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 24px;
}

.filterable-btn .btn, .subfilterable-btn .btn{
  margin: 4px;
  padding: 8px 16px;
  font-size: 14px;
  background-color: #F2F4FE;
  color: #898da2;
}

.filterable-btn .btn.active, .subfilterable-btn .btn.active{
  background-color: #1abc9c;
  color: #fff;
}

.subfilterable-btn{
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media(min-width: 768px){
  .grid-item {
    padding: 16px;
    width: 33.333%;
  }
}

@media(max-width: 768px){
  .grid-item {
    padding: 16px;
    width: 100%;
  }
}

.form-contact .form-control {
  background-color: #F2F4FE;
  border-color: transparent;
}

.form-contact .form-control:focus {
  background-color: transparent;
  border-color: #1abc9c;
  -webkit-box-shadow: 0 0 0 1px #1abc9c;
          box-shadow: 0 0 0 1px #1abc9c;
}

.maps-container {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background-color: #F2F4FE;
  overflow: hidden;
  margin-bottom:5vh;
}

#google-maps {
  width: 100%;
  height: 100%;
}

.page-footer {
  position: relative;
  display: block;
  background-color: #fff;
  color: black;
}

.page-footer h5 {
  margin-bottom: 24px;
}

.page-footer p {
  color: black;
}

.footer-menu {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu.footer-menu-classic a {
  color: #757b84;
}

.footer-menu a:hover {
  color: #1abc9c;
}

.sosmed-button a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  outline: none !important;
}

/* Custom Plugin */
.owl-nav {
  display: block;
  margin: auto;
  text-align: center;
}

@media (min-width: 751px){

  .mai-chevron-forward, .mai-chevron-back{
    font-size: 32px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #1abc9c !important;
    color: #fff;
    width: 70px;
    height: 70px;
  }
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.owl-carousel .owl-dots {
  display: block;
  margin: 16px auto;
  text-align: center;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  margin: 0 4px;
  width: 36px;
  height: 4px;
  background-color: #696969 !important;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.owl-carousel button.owl-dot:focus {
  outline: none;
}

.owl-carousel button.owl-dot.active {
  background-color: #1abc9c !important;
}

body{
  overflow-x: hidden;
}

.footer-btm-link{
  color: #a8a8a8;
}

.footer-btm-link:hover{
  color: #1abc9c;
}

.nav-link .imgHover{
  position: relative;
  display: none;
}

.nav-link:hover .imgHover{
  display: block;
}

.nav-link:hover .imgOriginal{
  display: none;
}

.nav-link:hover .dropdown-content.d-none-992{
  display: block;
}

.dropdown-content a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: rgba(109, 114, 139, 0.75);
  font-size: clamp(13px, 1.6vw, 14px) !important;
  padding: 0.4rem 0;
}

.dropdown-icon{
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5rem;
  width: 20%;
}

.dropdown-text{
  padding-left: 0.5rem;
  width: 80%;
}

.dropdown-content a:hover, .dropdown-content a:focus{
  /*width: 100%;
  color: #fff;
  background-color: #1abc9c;
  text-decoration: none;*/
  width: 100%;
  background-color: #d7d7d747;
  text-decoration: none;
  border-left: 4px solid #1abc9c;
}

.cate .imgHover{
  display: none;
}

.cate:hover .imgHover{
  display: block;
}

.cate:hover .imgOriginal{
  display: none;
}

.scale:hover{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: transform 0.10s ease-in-out;
  -moz-transition:transform 0.10s ease-in-out;
  -ms-transition:transform 0.10s ease-in-out;
}

.carousel-cell:hover .imgNews{
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

/*.news_detail{
  display: none;
  position: absolute;
  border-color: white;
  background-color: white;
  color: #1abc9c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 28px;
  border-radius: 5px;
}*/

.news_detail{
  display: none;
  position: absolute;
  color: #fff !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.news_title{
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  letter-spacing: 5px;
  line-height: 1.5;
  font-size: clamp(15px, 2vw, 25px);
  vertical-align: middle;
  height: 100%;
  width: 92%;
}

.portfolio:hover .news_detail{
  display: block;
  text-decoration: none;
}

/*.news_detail:hover{
  color: white;
  border-color: #1abc9c;
  background-color: #1abc9c;
  text-decoration: none;
}*/

html{
  background-image: -o-linear-gradient(left, #ECE9E6, #FFFFFF);
  background-image: -webkit-gradient(linear, left top, right top, from(#ECE9E6), to(#FFFFFF));
  background-image: linear-gradient(to right, #ECE9E6, #FFFFFF);
}

.breadcrumb_link{
  color: white !important;
}

::-moz-selection {
  background: #1abc9c; /* WebKit/Blink Browsers */
  color:white; /* WebKit/Blink Browsers */
}

::selection {
  background: #1abc9c; /* WebKit/Blink Browsers */
  color:white; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #1abc9c; /* Gecko Browsers */
  color:white; /* WebKit/Blink Browsers */
}

p{
  font-size: clamp(17px, 2vw, 19px);
}

.copyright-text{
  font-size: clamp(12px, 2vw, 14px) !important;
  color: #a8a8a8 !important;
  text-align: center;
}

.page-footer h5{
  font-size: clamp(16px, 2vw, 19px) !important;
}

.footer-text{
  font-size: clamp(15px, 1.8vw, 16px) !important;
}

h3{
  font-size: clamp(24px, 2vw, 26px) !important;
}

h2{
  font-size: clamp(26px, 3vw, 28px) !important;
}

footer li a{
  font-size: clamp(14px, 1.8vw, 15px) !important;
}

.nav-item a{
  font-size: clamp(16px, 1.8vw, 17px);
}

.carousel, .carousel-cell{ -webkit-box-sizing: border-box; box-sizing: border-box; }

.carousel {
  background: transparent;
}

.carousel-cell {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
  width: 60%;
  margin-right: 10px;
  background: transparent;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
  background: transparent;
  -webkit-filter: brightness(1.0) !important;
          filter: brightness(1.0) !important;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.header_title{
  font-size: clamp(30px, 3vw, 35px) !important;
  /*background-color: rgba(255, 255, 255, 0.45);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);*/
  padding: 3% 2%;
}

.loader_bg{
    position: fixed;
    z-index: 999999;
    background-image: -o-linear-gradient(left, #ECE9E6, #FFFFFF);
    background-image: -webkit-gradient(linear, left top, right top, from(#ECE9E6), to(#FFFFFF));
    background-image: linear-gradient(to right, #ECE9E6, #FFFFFF);
    width: 100%;
    height: 100%;
}
.loader{
    border: 0 soild transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.loader:before, .loader:after{
    content: '';
    border: 1em solid #1abc9c;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 2s linear infinite;
            animation: loader 2s linear infinite;
    opacity: 0;
}
.loader:before{
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
@-webkit-keyframes loader{
    0%{
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
    }
}
@keyframes loader{
    0%{
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
    }
}

.current_page_arrow{
  color:white !important;
  font-weight: bold;
}

.current_page_text{
  color:#40f2d0 !important;
}

.grid-item:hover{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.grid-item:hover img{
  -webkit-box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
  box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
}

.activities_title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 3%;
  font-size: clamp(13px, 1vw, 17px) !important;
}

@media (max-width: 750px){
  .mai-chevron-forward, .mai-chevron-back{
    font-size: 20px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #1abc9c !important;
    color: #fff;
    width: 40px;
    height: 40px;
  }
}

.donate_btn{
  width: 100%;
}

.form-group{
  padding-left: 22px;
}

.form_checkbox{
  width: 31%;
}

.btn:hover{
  color: white;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

@media (max-width: 768px){
  .form_checkbox{
    width: 40%;
  }
  .header-language{
    font-size: clamp(10px, 1.7vw, 11px) !important;
  }
  /*.img-link-container{
    width: 100%;
  }
  .img-link-content{
    width: 5.8%;
  }*/
  .page-laptop{
    display: none;
  }
  /*.dropdown-content{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    left: -5%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-clip-path:polygon(15% 0, 22% 9%, 100% 9%, 100% 100%, 0 100%, 0 10%, 8% 10%);
            clip-path:polygon(15% 0, 22% 9%, 100% 9%, 100% 100%, 0 100%, 0 10%, 8% 10%);
    min-width: initial !important;
  }*/
}

@media (min-width: 768px){
  .header-language{
    font-size: clamp(11px, 1.7vw, 12px) !important;
  }
  .page-mobile{
    display: none;
  }
}

.none{
  display: none;
}

.none-important{
  display: none !important;
}

.border-right-dfe1eb{
  border-right: 1px solid #dfe1eb;
}

.header-language-line{
  color: #dfe1eb;
}

.margin-bottom-50rem{
  margin-bottom: 0.5rem !important;
}

.margin-bottom-25rem{
  margin-bottom: 0.25rem !important;
}

.display-inline-block{
  display: inline-block;
}

.footer-icon-container a.footer-social-icon{
  /*padding: 10px 13px;*/
  /*border-radius: 50%;
  background-color: #1abc9c;
  color: #fff;
  border: 1px solid #1abc9c;
  transition: 0.3s;*/

  border-radius: 50%;
  background-color: #1abc9c;
  color: #fff;
  border: 1px solid #1abc9c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: 45px;
  font-size: 1.2rem;
}

.footer-icon-container a.footer-social-icon:hover{
  background-color: #fff;
  color: #1abc9c;
  text-decoration: none;
}

.font-color-1abc9c{
  color: #1abc9c;
}

.width-15{
  width: 15px;
}

.height-15_5{
  height: 15.5px;
}

.font-weight-bolder{
  font-weight: bolder;
}

.vertical-align-baseline{
  vertical-align: baseline;
}

footer tr{
  /*font-size: clamp(14px, 1.8vw, 15px) !important;*/
  font-size: clamp(14px, 1.8vw, 15px);
}

.margin-right-2_5{
  margin-right: 2.5px;
}

.grid-item{
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cursor-pointer{
  cursor: pointer;
}

.login-page{
  height: auto;
  width: 100vw;
  background-color: #1abc9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding: 24px 0;
}

.full-container-width{
  width: 100% !important;
}

.img-link-container{
  width: 5.8%;
}
.img-link-content{
  width: 100%;
}

.checkbox-btn-clicked{
  background-color: #1abc9c !important;
  color: #fff !important;
}

.cancel-border-bottom{
  border-bottom: none !important;
}

.cancel-margin-top{
  margin-top: 0;
}

.cancel-padding-left{
  padding-left: 0;
}

.cancel-padding-right{
  padding-right: 0;
}

.readonly-text{
  font-style: italic;
  font-weight: 600;
}

.font-style-italic{
  font-style: italic;
}

.color-red{
  color: red;
}

.back-color-F2F4FE{
}

.border-color-F2F4FE{
  border-color: #F2F4FE;
}

.donation-container{
  background-color: #F2F4FE;
  padding: 10rem 0;
  /*min-height: 60rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.donation-detail-form{
  /*min-height: 40rem;*/
  width: 60rem;
  max-width: 85vw;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 3rem 2rem;
}

.donation-history-title{
  padding: 0.5rem;
  font-size: larger;
}

.donation-detail-contain{
  margin-top: 1.5rem;
}

.donation-part1 span{
  display: block;
}

.display-grid-donation{
  padding-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}

.donation-contain-left{
  /*padding-right: 0.5rem;*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 29% 1% 70%;
  grid-template-columns: 29% 1% 70%;
  grid-row-gap: 1rem;
  /*paddidng-left: 0px;*/
}

.donation-contain-right{
  /*padding-left: 0.5rem;*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 29% 1% 70%;
  grid-template-columns: 29% 1% 70%;
  grid-row-gap: 1rem;
  /*padding-right: 0px;*/
}

.flex-align-item-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.padding-left-0_5rem{
  padding-left: 0.5rem;
}

@media(min-width: 1025px){
  .padding-donation-left{
    padding:0.5rem 0.5rem 0.5rem 0;
  }
  .padding-donation-right{
    padding:0.5rem 0 0.5rem 0.5rem;
  }
}

@media(max-width: 1024px){
  .padding-donation-left{
    padding:0.5rem 0;
  }
  .padding-donation-right{
    padding:0.5rem 0;
  }
}

.donatebtn{
  padding: 8px 28px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
}

input[type=file]{
  cursor: pointer;
}

.table-donation-history th{
  text-align: center;
  padding: 1rem 0;
}

.table-donation-history td{
  text-align: center;
  padding: 0.8rem;
}

.table-donation-history tr{
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

@media(max-width: 768px){
  .table-donation-history{
    width: 100%;
    border-collapse: collapse;
    font-size: 1.7vw;
  }
  .donation-detail-title{
    padding: 0.5rem;
    background-color: #d6d6d7;
    font-size: 2.5vw;
  }
}

@media(min-width: 769px){
  .table-donation-history{
    width: 100%;
    border-collapse: collapse;
  }
  .donation-detail-title{
    padding: 0.5rem;
    background-color: #d6d6d7;
    font-size: larger;
  }
}

.table-donation-history tr:nth-child(even){
  background-color: #f5f5f5;
}

.donation-history-link{
  color: #1abc9c;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.donation-history-link:hover{
  color: #14836d;
  text-decoration: none;
}

.filter_donate_status{
  float: right;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: smaller;
  border-radius: 5px;
  padding: 0.3rem;
}

.top-center-up-down{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination, .page_pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li, .page_pagination>li{display:inline}.pagination>li>a,.pagination>li>span, .page_pagination>li>a, .page_pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span, .page_pagination>li:first-child>a,.page_pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span,.page_pagination>li:last-child>a,.page_pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover,.page_pagination>li>a:focus,.page_pagination>li>a:hover,.page_pagination>li>span:focus,.page_pagination>li>span:hover{color:#ff404b;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover,.page_pagination>.current_pagination>a,.page_pagination>.current_pagination>a:focus,.page_pagination>.current_pagination>a:hover,.page_pagination>.current_pagination>span,.page_pagination>.current_pagination>span:focus,.page_pagination>.current_pagination>span:hover{z-index:2;color:#fff;cursor:default;background-color:#ed1c24;border-color:#e60c14}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover,.page_pagination>.disabled>a,.page_pagination>.disabled>a:focus,.page_pagination>.disabled>a:hover,.page_pagination>.disabled>span,.page_pagination>.disabled>span:focus,.page_pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}

@media(min-width: 992px){
  .grid-child-footer-about-right{
    padding-left: 1rem;
  }
  .footer-logo{
    width: 100%;
  }
  .footer-contact-table{
    width: 100%;
  }
  .footer-contact-table tr{
    display: inline-block;
    width: 100%;
  }
  .footer-contact-table tr:not(:last-child) {
    padding-bottom: 12px;
  }
}

@media(min-width: 768px){
  .grid-footer-about{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 12% 88%;
    grid-template-columns: 12% 88%;
  }
}

@media(max-width: 768px){
  .grid-footer-about-child{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 12% 88%;
    grid-template-columns: 12% 88%;
  }
}

.quick-link li{
  width: 32%;
  display: inline-block;
}
.nav-fixed{
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #fff;
}

@media(max-width: 992px){
  .footer-logo{
    width: 100%;
    max-width: 80px;
    max-height: 80px;
  }
}

.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  opacity: 1;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
          box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slider .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 50px;
  opacity: 0.7;
  font-size: 30px !important;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #1abc9c !important;
}
.slider .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 50px;
  opacity: 0.7;
  font-size: 30px !important;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #1abc9c !important;
}

.slider .owl-nav button{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .owl-nav .owl-prev:hover{
  opacity: 1;
}

.slider .owl-nav .owl-next:hover{
  opacity: 1;
}

.owl-dots {
  text-align: center;
}
.slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.slider .owl-dots{
  margin: 0 auto;
}

.news-title{
  padding: 15px 15px 40px;
  font-size: 20px;
  color: #1abc9c;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
}

.news-link:hover{
  text-decoration: none;
}

.slider-card:hover .news-title{
  color: #168771;
}

.slider-card:hover .news-img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.news-date{
  font-size: 15px;
  font-weight: 400;
  color: #1abc9c;
}

.overflow-hidden{
  overflow: hidden;
}

@media(max-width: 768px){
  .p-bottom-1-768{
    padding-bottom: 1rem;
  }
}
/**/
.cate1 img{
  width:8.2%;
  height:11%;
  position:absolute;
  top:50%;
  right:10.6%;
  min-width:5vw;
  min-height:2.2vh;
}

.cate2 img{
  width:8%;
  height:11%;
  position:absolute;
  top:50%;
  left:11.2%;
  min-width:5vw;
  min-height:2.2vh;
}

.navbar{
  padding: 0 1rem;
}

/*@media(max-width: 992px){
  .d-none-992{
    display: none !important;
  }
}

@media(min-width: 992px){
  .d-none-over-992{
    display: none !important;
  }
}*/

@media(min-width: 768px){
  .about-zushi-img{
    float:right;
    padding: 15px;
    max-width: 100%;
  }
  .d-none-over-768{
    display: none !important;
  }
}

@media(max-width: 768px){
  .about-zushi-img{
    padding: 15px;
    max-width: 100%;
  }
}

.nav-item > .nav-link > span > i{
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-text-font{
  width: 100%;
  text-align: center;
  padding: 0 0.8rem;
}

.dropdown-content .dropdown-link:first-child .dropdown-text, .dropdown-content .dropdown-link:first-child .dropdown-icon {
  margin-top: 0.2rem;
}

.dropdown-content a:hover .dropdown-text {
  padding: 0 0.8rem 0 5px;
}

.dropdown-content a:hover i {
  padding-left: 1px;
}

.dropdown-content a:hover .dropdown-text-font {
  padding: 0 0.8rem 0 8.8px;
}

.form-select-box{
  position: relative;
}

.form-select-box select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #f2f4fe;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 42%;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #6d757f transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #6d757f transparent;
  top: 30%;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #6d757f;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 15px;
  height: calc(1.5em + 1.375rem);
  border-left: 4px solid #f2f4fe;
  width: 100%;
  font-weight: 400;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  position: relative;
}

/*style items (options):*/
.select-items {
  position: relative;
  background-color: #f2f4fe;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0.25rem;
  width: 100%;
  margin: auto;
  -webkit-box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
          box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
  margin-bottom: 1rem;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .select-items .same-as-selected {
  background-color: #d7d7d747;
  border-left: 4px solid #1abc9c;
  padding-left: 15px;
}

.select-selected{
  margin-bottom: 1rem;
}

.director-page .title-section:after{
  display: block;
  content: "";
  height: 2px;
  width: 300px;
  background-color: #1abc9c;
  margin: 10px auto 0;
}

.flex-wrap-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media(min-width: 992px){
  .d-none-over-992{
    display: none !important;
  }
  .nav-link:hover > span > i{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .dropdown-content{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    left: 50%;
    margin-top: 0.25rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
    /*padding-top: 0.5rem;*/
    -webkit-clip-path: polygon(49.94543% 0%, 49.146605% 0.56499168%, 47.908524% 1.8619327%, 46.53612% 3.2937721%, 45.334324% 4.2634587%, 44.449473% 4.6785326%, 43.75% 4.8902239%, 43.123985% 4.967017%, 42.459505% 4.9773959%, 32.434877% 4.9773959%, 22.41025% 4.9773959%, 12.385622% 4.9773959%, 2.3609941% 4.9773959%, 1.7494639% 5.0755373%, 0.9648305% 5.3952797%, 0.28803037% 5.9746007%, 0% 6.8514776%, 0% 29.608196%, 0% 52.364914%, 0% 75.121632%, 0% 97.87835%, 0.17916238% 98.658483%, 0.67451585% 99.313006%, 1.4228599% 99.763343%, 2.3609941% 99.930917%, 25.989505% 99.930917%, 49.618015% 99.930917%, 73.246526% 99.930917%, 96.875036% 99.930917%, 97.979739% 99.839309%, 98.960507% 99.515581%, 99.662509% 98.886379%, 99.930917% 97.87835%, 99.930917% 75.233185%, 99.930917% 52.588019%, 99.930917% 29.942854%, 99.930917% 7.2976888%, 99.75287% 6.3432143%, 99.283323% 5.6113835%, 98.619164% 5.1426321%, 97.857283% 4.9773959%, 87.768866% 4.9773959%, 77.680448% 4.9773959%, 67.592031% 4.9773959%, 57.503614% 4.9773959%, 56.936197% 4.9640164%, 56.17412% 4.8766449%, 55.305914% 4.6444314%, 54.420113% 4.1965263%, 53.323874% 3.214925%, 51.989005% 1.8085795%, 50.75102% 0.54707587%);
            clip-path: polygon(49.94543% 0%, 49.146605% 0.56499168%, 47.908524% 1.8619327%, 46.53612% 3.2937721%, 45.334324% 4.2634587%, 44.449473% 4.6785326%, 43.75% 4.8902239%, 43.123985% 4.967017%, 42.459505% 4.9773959%, 32.434877% 4.9773959%, 22.41025% 4.9773959%, 12.385622% 4.9773959%, 2.3609941% 4.9773959%, 1.7494639% 5.0755373%, 0.9648305% 5.3952797%, 0.28803037% 5.9746007%, 0% 6.8514776%, 0% 29.608196%, 0% 52.364914%, 0% 75.121632%, 0% 97.87835%, 0.17916238% 98.658483%, 0.67451585% 99.313006%, 1.4228599% 99.763343%, 2.3609941% 99.930917%, 25.989505% 99.930917%, 49.618015% 99.930917%, 73.246526% 99.930917%, 96.875036% 99.930917%, 97.979739% 99.839309%, 98.960507% 99.515581%, 99.662509% 98.886379%, 99.930917% 97.87835%, 99.930917% 75.233185%, 99.930917% 52.588019%, 99.930917% 29.942854%, 99.930917% 7.2976888%, 99.75287% 6.3432143%, 99.283323% 5.6113835%, 98.619164% 5.1426321%, 97.857283% 4.9773959%, 87.768866% 4.9773959%, 77.680448% 4.9773959%, 67.592031% 4.9773959%, 57.503614% 4.9773959%, 56.936197% 4.9640164%, 56.17412% 4.8766449%, 55.305914% 4.6444314%, 54.420113% 4.1965263%, 53.323874% 3.214925%, 51.989005% 1.8085795%, 50.75102% 0.54707587%);
  }
}

@media(max-width: 992px){
  .d-none-992{
    display: none !important;
  }
  .dropdown-content{
    display: none;
    position: relative;
    background-color: #f1f1f1;
    min-width: 100px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 9999;
    left: 0;
    margin-top: 0.25rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .dropdown-text-font{
    text-align: left;
  }
}

.transform-rotate-deg180{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.d-block{
  display: block;
}

.nav-link > span > span{
  padding-right: 0.5rem;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  max-height: 500px;
}

.footer-logo-container{
  /*display: block;*/
  display: inline-block;
  width: 100px;
  /*margin: auto;*/
}

.footer-icon-container a:not(:last-child){
  margin-right: 5px;
}

.footer-icon-container a.footer-social-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-icon-container2 > .footer-social-icon{
  cursor: pointer;
  color: #757b84;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-icon-container2 > .footer-social-icon:hover{
  color: #1abc9c;
}

.footer-icon-container2 > .footer-social-icon:not(:last-child){
  margin-right: 10px;
}

.footer-branch-email, .footer-branch-location, .footer-branch-phone{
  margin-top: 0.2rem;
  display: none;
}

.footer-branch-email > a, .footer-branch-location > a, .footer-branch-phone > a{
  background-color: #d7d7d747;
  padding: 0.2rem 0.5rem;
  display: block;
  color: #1abc9c;
}

.footer-menu-branch-social{
  display: inline-block;
  margin-left: 20px;
}

.footer-menu-branch-information tr{
  display: block;
}

.footer-menu-branch-information tr:not(:last-child){
  padding-bottom: 12px;
}

.footer-menu-branch-information tr td:first-child {
  min-width: 30px;
}

.footer-menu-branch-information tr td {
  font-size: 16px;
}


.footer-menu-branch-information tr td > a {
  /*color: #000;*/
  color: #6D728B;
}

@media(max-width: 992px){
  .footer-menu-branch-social{
    margin-left: 10px;
  }
  .footer-menu-fast-link{
    width: 100%;
  }
}

@media(max-width: 992px) and (min-width: 480px){
  .footer-menu-fast-link tr{
    width: 33%;
    display: inline-block;
  }
}

@media(max-width: 480px){
  .footer-menu-fast-link tr{
    width: 45%;
    display: inline-block;
  }
}

.news-slider .owl-carousel .owl-stage-outer{
  max-height: unset;
  position: relative;
  overflow: unset;
  -webkit-transform: translate3d(0, 0, 0);
}

.of_unset{
    overflow: unset !important;
}
/*
.news-slider .owl-carousel .owl-stage-outer .owl-stage{
  transition: all 0.5s ease 0s !important;
}*/
/*.news-slider .owl-carousel .owl-stage-outer .active{
  opacity: 1 !important;
}

.news-slider .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0.01 ;
}*/

.news-slider .owl-carousel{
  max-height: unset;
  overflow: hidden; !important;
  /*transform: translate(34%, 0px);*/
}

.nav-link:hover .dropdown-content.dropdown-content-icon {
  display: block;
}

.select-option{
  list-style: none;
  padding-left: unset;
}

.selected-option-item {
  color: #6d757f;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 15px;
  height: calc(1.5em + 1.375rem);
  border-left: 4px solid #f2f4fe;
  width: 100%;
  font-weight: 400;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  position: relative;
  background-color: #f2f4fe;
}

.select-option-item {
  color: #6d757f;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  font-weight: 400;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  position: relative;
  background-color: #f2f4fe;
  margin-top: 20px;
  display: none;
}

.select-option-item li{
  border-left: 4px solid #f2f4fe;
  padding: 8px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.25rem;
  cursor: pointer;
}

.select-option-item li:hover{
  background-color: #d7d7d747;
  border-left: 4px solid #1abc9c;
}

.select-option-item li.active-select-option-item{
  background-color: #d7d7d747;
  border-left: 4px solid #1abc9c;
}

.selected-option-item > li > i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.transform-rotate-deg180-center{
  -webkit-transform: rotate(180deg) translate(0, 50%) !important;
      -ms-transform: rotate(180deg) translate(0, 50%) !important;
          transform: rotate(180deg) translate(0, 50%) !important;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.show{
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
@-webkit-keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@media(min-width: 992px){
  .quick-link-container{
    padding-left: 5rem;
  }
}

.branch-link-container{
  /*padding-left: 6rem;*/
}

.branch-link-container .footer-menu tr{
  /*width: 50%;*/
}

.footer-branch-logo{
  width: 100px !important;
}

.branch-link-container .footer-menu tr td:first-child{
  padding-right: 1.5rem;
}

.page-footer h5:after{
  position: relative;
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}

.swiper {
  width: 100%;
  /*max-height: 625px;*/
  /*height: max-content;*/
  height: 225px;
  min-height: max-content;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 0px !important;
  right: auto !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: 30px !important;
  right: auto !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 1rem !important;
  font-weight: bold;
}

.swiper-button-next, .swiper-button-prev{
  color: #1abc9c !important;
  top: 90% !important;
  width: 20px !important;
  height: 20px !important;
}

.footer-icon-container2 i{
  width: 24px;
}

.header-background-container{
  position: relative;
  height: 500px;
  width: 100%;
}

.header-background-image{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-image: url(../img/temple-bg2.jpeg);
}

.subtitle-section{
  color: #6D728B;
  font-weight: 600;
  font-size: 21px;
}

.policy-container{  
  list-style-type: decimal;
  padding-left: 25px;
  line-height: 1.5;
}

.subpolicy-container{
  list-style-type: none;
  padding-left: unset;
  line-height: 2;
  margin-bottom: 15px;
}

.subpolicy-container > *{
  color: #6D728B;
  font-size: clamp(17px, 2vw, 19px);
}

label {
  color: #6D728B;
  font-weight: 500;
}

.policy-agreement-text{
  font-size: 17px;
  letter-spacing: 1px;
  padding-left: 15px;
  margin-bottom: unset;
}

.d-flex-a-center{
  display: flex;
  align-items: center;
}

.w_100{
  width: 100%;
}

.w_80{
  width: 80%;
}

.pad_left_2rem{
  padding-left: 2rem;
}

.pad_top_0px{
  padding-top: 0px !important;
}

.mar_bot_0{
  margin-bottom: 0px !important;
}



/*responsive start*/
@media(max-width: 990px){
  .slider-card{
    margin: 50px 70px 90px;
  }
}

@media(max-width: 450px){
  .slider-card{
    margin: 50px 35px 90px;
  }


/*  .header-background-container{
    position: relative;
    height: 50vh;
    width: 100%;
  }*/
}

@media(max-width: 767px){
  .slider-card{
    margin: 50px 50px 90px;
  }
}


.top-logo-wd{
  width: 10vw !important;
  display: block !important;
}

@media(max-width: 500px){
  .top-logo-wd{
    width: 12vw !important;
    display: block !important;
  }
}

@media(min-width: 501px) and (max-width: 768px){
  .top-logo-wd{
    width: 10vw !important;
    display: block !important;
  }
}

@media(min-width: 769px) and (max-width: 1200px){
  .top-logo-wd{
    width: 8vw !important;
    display: block !important;
  }
}

@media(min-width: 1201px) and (max-width: 1799px){
  .top-logo-wd{
    width: 7vw !important;
    display: block !important;
  }
}

@media(min-width: 1800px){
  .top-logo-wd{
    width: 6vw !important;
    display: block !important;
  }
}

/*
@media(max-width: 576px){
  .header-background-container{
    position: relative;
    height: 45vh;
    width: 100%;
  }
}


@media(min-width: 577px) and (max-width: 768px){
  .header-background-container{
    position: relative;
    height: 65vh;
    width: 100%;
  }
}

@media(min-width: 769px) and (max-width: 992px){
  .header-background-container{
    position: relative;
    height: 75vh;
    width: 100%;
  }
}

@media(min-width: 993px) and (max-width: 1400px){
  .header-background-container{
    position: relative;
    height: 90vh;
    width: 100%;
  }
}

@media(min-width: 1401px) and (max-width: 1800px){
  .header-background-container{
    position: relative;
    height: 100vh;
    width: 100%;
  }
}

@media(min-width: 1801px){
  .header-background-container{
    position: relative;
    height: 110vh;
    width: 100%;
  }
}*/

