@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  color: #2d2f38;
}

a {
  color: #4B74FE;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #3463FF;
  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: #2F89FC !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: #fff !important;
}

.fg-primary {
  color: #2F89FC !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: #2F89FC !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: #344e87 !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: #00669c !important;
}

.btn {
  padding: 10px 28px;
  -webkit-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: #2F89FC;
  border-color: #2F89FC;
}

.btn-primary:hover {
  color: #fff;
  background-color: #167bfc;
  border-color: #0974fb;
  -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: #4897fc;
  border-color: #3c90fc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #2F89FC;
  border-color: #2F89FC;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0974fb;
  border-color: #046df4;
}

.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: #2F89FC;
  background-color: transparent;
  border-color: #2F89FC;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2F89FC;
  border-color: #2F89FC;
  -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: #2F89FC;
  background-color: transparent;
  border-color: #2F89FC;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #fff;
  background-color: #2F89FC;
  border-color: #2F89FC;
}

.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: #167bfc;
  border-color: #0974fb;
}

.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: rgba(255, 255, 255, 0.8);
}

.navbar {
  min-height: 70px;
}

.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;
  transition: all .2s ease;
}

.navbar-nav .btn {
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(109, 114, 139, 0.75);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #6D728B;
}

.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: #2F89FC;
}

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

.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: #2F89FC;
  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: #2F89FC;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(175, 183, 193, 0.7);
  visibility: hidden;
  cursor: pointer;
  -webkit-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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.back-to-top:hover {
  background: #2F89FC;
}

.back-to-top:hover::after {
  border-color: #fff;
}

.top-bar {
  display: block;
  height: 35px;
  border-bottom: 1px solid #f0f1f6;
  font-size: 14px;
}

.top-bar .container,
.top-bar .row {
  height: 100%;
}

.top-bar a {
  color: #FFF;
}

.top-bar a:hover {
  color: #2F89FC;
  text-decoration: none;
}

.social-mini-button a {
  padding-left: 12px;
  padding-right: 12px;
}

.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: 540px;
    max-height: unset;
  }
}

.slider-wrapper {
  position: relative;
  height: 100%;
}

.hero-carousel {
  height: 100%;
}

.owl-carousel .owl-stage-outer {
  height: 100%;
}

.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;
  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);
          transform: scale(0.5);
  -webkit-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);
          transform: scale(1);
}

.hero-carousel .owl-dots {
  position: absolute;
  /*bottom: -1px;*/
  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: 30px 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: 800px;
  color: #2d2f38;
  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);
  -webkit-transform: skewX(-3deg) rotateX(20deg);
          transform: skewX(-3deg) rotateX(20deg);
}

.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 0px;
  background-color: #fff;
  color: #33374B;
}

.team-content .social-button {
  margin-top: 8px;
}

.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;
  transition: background .2s ease, color .3s ease;
}

.team-content .social-button a:hover {
  background-color: #2F89FC;
  color: #fff;
  text-decoration: none;
}

.portfolio {
  display: block;
  background-color: #F2F4FE;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin: 10px;
}

.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: 100%;
  height: 190px;
  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;
  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: #2F89FC;
}

.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;
  transition: all .2s ease;
}

.blog-single-wrap .post-tags a:hover {
  text-decoration: none;
  background-color: #2F89FC;
  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: #2F89FC;
  color: #fff;
  -webkit-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 9px;
  background-color: #eef5ff;
  color: #2F89FC;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 11px;
}

.categories li a:hover {
  text-decoration: none;
  background-color: #2F89FC;
  color: #fff;
}

.categories li a span {
  float: right;
  margin-left: 8px;
  padding: 3px 6px;
  background-color: #2F89FC;
  color: #fff;
  font-size: 8px;
  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;
  transition: all .2s ease;
}

.blog-item .post-title a:hover {
  color: #2F89FC;
  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;
  transition: all .2s ease;
}

.tag-cloud-link:hover,
.tag-cloud-link:focus {
  text-decoration: none;
  background-color: #F2F4FE;
  color: #2F89FC;
  border-color: #2F89FC;
}

.filterable-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 24px;
}

.filterable-btn .btn {
  margin: 4px;
  padding: 8px 16px;
  font-size: 14px;
  background-color: #F2F4FE;
  color: #898da2;
}

.filterable-btn .btn.active {
  background-color: #2F89FC;
  color: #fff;
}

.grid-item {
  padding: 16px;
  width: 33.33333%;
}

.form-contact .form-control {
  background-color: #F2F4FE;
  border-color: transparent;
}

.form-contact .form-control:focus {
  background-color: transparent;
  border-color: #94c2fd;
  -webkit-box-shadow: 0 0 0 1px #94c2fd;
          box-shadow: 0 0 0 1px #94c2fd;
}

.maps-container {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background-color: #F2F4FE;
  overflow: hidden;
}

#google-maps {
  width: 100%;
  height: 100%;
}

.page-footer {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #1F3F48;
  color: #fff;
}

.page-footer hr {
  border-color: #464B61;
}

.page-footer h5 {
  margin-bottom: 24px;
}

.page-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-menu {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a {
  color: #AFB7C1;
}

.footer-menu a:hover {
  color: #fff;
}

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

.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;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #2F89FC;
  color: #fff;
}

.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: #c6ccd3;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.owl-carousel button.owl-dot:focus {
  outline: none;
}

.owl-carousel button.owl-dot.active {
  background-color: #2F89FC;
}
@media (max-width: 768px) {
  .portfolio img {
    width: 100%;
    height: 100px;
  }
  .widget-responsive {
    margin-top: 0px !important;
  }
  .owl-dots {
    bottom: -1px !important;
  }
}
/*# sourceMappingURL=theme.css.map */
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif !important;
}
/*section {
  padding: 120px 0 0  
}*/
.box {
  position: ;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  /*background: #000;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
  transition: .5s;
  margin-bottom: 35px;
}
.box:hover {
  /*transform: translateY(-30px);
  background: #000;
  box-shadow: 0 50px 50x rgba(0,0,0,.5);*/
}
.box.imgbox {
  position: relative;
}
.box .imgbox img {
  transition: .5s;
}
.box:hover .imgbox img {
  /*opacity: .5;
  transform: translateY(-40px);*/
  transform: scale(1.2);
  cursor: pointer;
}
.box .content {
  position: absolute;
  bottom: 35px;
  left: 15px;
  padding: 6px;
  box-sizing: border-box;
  /*transition: .5s;
  opacity: 0;*/
  background-color: #00000082;
  width: 92%;
  border-radius: 0px 0px 10px 10px;
}
.box:hover .content {
  /*opacity: 1;
  bottom: 0;*/
}
.box .content h3 {
  font-size: 20px !important;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
.box .content h5 {
  font-size: 15px !important;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
.box .content p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.box .content .btnD {
  border: none;
  background: #ff0000;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 700;
  transition: .5s;
}
.box .content .btnD:hover {
  /*background: #ff3232;*/
}
.price-size {
  font-size: 20px !important;
}
.owl-dots {
  margin-top: -13px !important;
  bottom: 80px;
}
.widget-responsive {
  margin-top: -150px;
  position: relative;
  z-index: 1024;
}
.tab-menu {
  display: flex;
  justify-content: center;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto 20px auto;
  width: 100%;
}
.tab-btn {
  padding: 10px 16px;
  border: 1px solid #1e90ff;
  background: #fff;
  color: #1e90ff;
  cursor: pointer;
  border-radius: 6px;
}
.tab-btn.active {
  background: #1e90ff;
  color: #fff;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.tab-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.container-custom {
  max-width: 1300px;
  margin: auto;
}
.card-list {
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;*/
}

.tour-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform .3s ease;
  width: 100%;
  height: 490px;
  margin-bottom: 30px;
}

.tour-card:hover {
  transform: translateY(-6px);
}

.tour-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.tour-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* jumlah baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-body {
  padding: 16px;
}

.location {
  color: #777;
  font-size: 14px;
}

.rating {
  color: #f5b301;
  margin: 6px 0;
}

.badges {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.badges span {
  background: #0d6efd;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

h3 {
  font-size: 16px;
  margin: 10px 0;
}

.desc {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 14px;
}

.footer strong {
  color: #000;
}

.custom-tour {
  max-width: 1200px;
  margin: auto;
}

.custom-tour-wrapper {
  display: flex;
  background: #0aa0e6;
  border-radius: 20px;
  overflow: hidden;
  min-height: 380px;
}

/* Image */
.custom-tour-image {
  width: 45%;
}

.custom-tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.custom-tour-content {
  width: 55%;
  padding: 50px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-tour-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.custom-tour-content p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* Button */
.btn-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: #ffffff;
  color: #0aa0e6;
}

.testimonial-section {
  background: #eef0f3;
  padding: 40px;
  border-radius: 12px;
}

.testimonial-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  overflow: hidden;
}

.testimonial-info {
  width: 35%;
}

.testimonial-info .label {
  color: #1e90ff;
  font-size: 12px;
  letter-spacing: 1px;
}

.testimonial-info h2 {
  margin: 10px 0;
  font-size: 28px;
}

.testimonial-info p {
  color: #666;
  font-size: 14px;
}

.testimonial-slider {
  width: 65%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.testimonial-card {
  background: #fff;
  min-width: 300px;
  margin-right: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.stars {
  color: #f5b301;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 14px;
  color: #555;
}

.testimonial-card strong {
  display: block;
  margin-top: 15px;
}

.testimonial-card span {
  font-size: 12px;
  color: #999;
}

.container-choose {
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

/* IMAGE */
.image-box {
  position: relative;
  width: 45%;
}

.image-box img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

/* Blue frame */
.image-frame {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #1ea7fd;
  border-radius: 20px;
  z-index: 1;
}

/* CONTENT */
.content-box {
  width: 55%;
}

.label {
  color: #1ea7fd;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.content-box h2 {
  font-size: 32px;
  margin: 10px 0 20px;
}

.intro {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* FEATURES */
.feature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.icon {
  width: 44px;
  height: 44px;
  background: #1ea7fd;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.feature h4 {
  margin: 0;
  font-size: 16px;
}

.feature p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.team {
  text-align: center;
  padding: 80px 20px;
  margin: 0 auto;
}

.team-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #1da1f2;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 60px;
}

.team-members {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.member {
  text-align: center;
}

.member img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 16px;
}

.member h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.member p {
  font-size: 14px;
  color: #555;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 320px;
  margin: 30px auto 30px auto;
  border-radius: 16px;
  overflow: hidden;
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470");
  background-size: cover;
  background-position: center;
}

/* Overlay gelap */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.hero-text {
  max-width: 600px;
}

.hero-text h1 {
  font-size: 36px;
  margin-bottom: 16px;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

/* Button */
.hero-action .btn {
  background: #0d6efd;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.hero-action .btn:hover {
  background: #0b5ed7;
}

/* Description */
.description {
  color: #555;
  margin-bottom: 24px;
}

/* Vehicle Info */
.vehicle-info {
  margin-bottom: 30px;
}

.vehicle-info h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.vehicle-info p {
  margin-bottom: 4px;
}

/* Section Title */
.section-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}

/* Table */
.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

thead {
  background: #0596e6;
  color: #fff;
}

th, td {
  padding: 12px 16px;
  border: 1px solid #ccc;
  text-align: left;
}

th {
  font-weight: 600;
}

tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* Responsive */
@media (max-width: 600px) {
  .section-title {
    font-size: 20px;
  }

  th, td {
    padding: 10px;
  }
}

/* Info Section */
.info-section h3 {
  font-size: 22px;
  margin: 20px 0 10px;
}

.list {
  list-style: none;
  margin-bottom: 20px;
}

.list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #555;
}

.includes i {
  color: #0095ff;
  margin-right: 10px;
}

.excludes i {
  color: #0095ff;
  margin-right: 10px;
}

.note {
  display: flex;
  align-items: center;
  color: #666;
}

.note i {
  color: #0095ff;
  margin-right: 8px;
}

/* Cards */
.card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.payment-card .card-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.payment-card i {
  color: #0095ff;
  margin-right: 10px;
  font-size: 18px;
}

/* Button */
.btn-book {
  display: inline-block;
  margin-top: 16px;
  background: #0095ff;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn-book i {
  margin-left: 6px;
}

/* Trusted Card */
.trusted-card {
  text-align: center;
}

.badge-icon {
  font-size: 40px;
  color: #0095ff;
  margin-bottom: 14px;
}

.trusted-card h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.feature {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0095ff;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}

.feature i {
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 600px) {
  .trusted-card h2 {
    font-size: 18px;
  }
}

.contact-section {
    background: #ffffff;
}

.contact-box {
    border: 2px solid #1e90ff;
    border-radius: 12px;
    padding: 25px 15px;
    height: 100%;
    transition: 0.3s;
}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #1e90ff;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 26px;
}

.contact-box h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-box p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

.social-icon a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 2px solid #1e90ff;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: #1e90ff;
    margin: 0 5px;
    transition: 0.3s;
    text-decoration: none;
}

.social-icon a:hover {
    background: #1e90ff;
    color: #fff;
}

.faq-label {
    color: #1e90ff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.faq-title {
    font-weight: 700;
    margin: 10px 0 15px;
}

.faq-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.faq-item {
    border: 2px solid #1e90ff;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: #fff;
    border: none;
    padding: 16px 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question i {
    font-size: 18px;
    transition: 0.3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fff;
}

.faq-answer p {
    padding: 0 20px 20px;
    margin: 0;
    color: #555;
    font-size: 14px;
}

/* ACTIVE */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.tour-container {
    background-color: #e9e9e9;
    padding: 40px 60px;
    max-width: 1000px;
    margin: 40px auto;
    border-radius: 6px;
}

.price {
    font-size: 22px;
    font-weight: bold;
}

.price span {
    color: #000;
}

h1 {
    margin-top: 20px;
    margin-bottom: 25px;
}

.badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.badge {
    background-color: #1e88c9;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: default;
    transition: 0.3s ease;
}

.badge:hover {
    background-color: #156fa1;
}

.vehicle-section h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.vehicle-section h3 {
    margin-bottom: 5px;
}

.vehicle-section p {
    margin: 4px 0;
    color: #555;
}

.description {
    margin-top: 25px;
}

.description p {
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.container-detail {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background-color: #e9e9e9;
    border-radius: 8px;
}

/* Headings */
h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

/* List Styling */
.list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555;
}

.list i {
    margin-right: 10px;
    font-size: 14px;
}

/* Icon Colors */
.include i {
    color: #1e88c9;
}

.exclude i {
    color: #1e88c9;
}

.bring i {
    color: #1e88c9;
}

/* Card Styling */
.card {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-top: 30px;
}

.card p {
    margin: 10px 0;
    color: #444;
    font-size: 15px;
}

.card i {
    color: #1e88c9;
    margin-right: 8px;
}

/* Button */
.btn-primary {
    margin-top: 15px;
    padding: 12px 22px;
    border: none;
    background: linear-gradient(135deg, #1e88c9, #1294d8);
    color: white;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #156fa1, #0f7bb5);
}

/* Center Card */
.center {
    text-align: center;
}

.big-icon {
    font-size: 45px;
    color: #1e88c9;
    margin-bottom: 15px;
}

/* Feature Buttons */
.feature-btn {
    background: linear-gradient(135deg, #1e88c9, #1294d8);
    color: white;
    padding: 14px;
    border-radius: 8px;
    margin: 12px auto;
    max-width: 500px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Responsive */
@media(max-width: 768px) {
    .container-detail {
        padding: 25px;
    }

    .feature-btn {
        font-size: 14px;
        padding: 12px;
    }
}

.container-det {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.price {
  font-size: 22px;
  margin-bottom: 10px;
}

.price span {
  font-weight: bold;
}

h1 {
  margin-top: 0;
  font-size: 28px;
}

.badges {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0 30px 0;
}

.badge {
  background-color: #1e88e5;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: default;
  transition: 0.3s;
}

.badge:hover {
  background-color: #1565c0;
}

h2 {
  margin-top: 20px;
  font-size: 22px;
}

h3 {
  margin-bottom: 5px;
}

.description p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.container-side {
  max-width: 500px;
  margin: auto;
}

h2 {
  margin: 25px 0 15px;
  font-size: 22px;
}

.list {
  list-style: none;
  margin-bottom: 15px;
}

.list li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  color: #555;
  font-size: 15px;
}

/* ICON STYLES */
.itinerary li::before {
  content: "•";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #1e88e5;
}

.includes li::before {
  content: "•";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #1e88e5;
}

.excludes li::before {
  content: "•";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #e53935;
}

.pickup-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* CARD STYLE */
.card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  margin-bottom: 25px;
}

.card-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #333;
}

.card-item i {
  margin-right: 10px;
  color: #1e88e5;
}

.btn {
  margin-top: 10px;
  background: #1e88e5;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.btn:hover {
  background: #1565c0;
}

/* TRUST SECTION */
.trust {
  text-align: center;
}

.badge-icon {
  font-size: 35px;
  color: #1e88e5;
  margin-bottom: 10px;
}

.trust h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.trust-item {
  background: #1e88e5;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 14px;
}

.trust-item i {
  margin-right: 8px;
}

.limit-text {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* jumlah baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
}