:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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


input[type="time"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

output {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

.img-fluid {
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; } }

@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .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: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }


/* home slider starts */

/* MAIN SLIDER */
.custom-slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

/* SLIDE IMAGE */
.custom-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* ACTIVE */
.custom-slider .slide.active {
  opacity: 1;
}

/* TEXT */
.slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 90%;
}

.slider-content h1 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.35);
}

/* ===========================
   RESPONSIVE
=========================== */

/* MOBILE */
@media (max-width: 575px) {
  .custom-slider { height: 350px; }

  .slider-content h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* TABLET */
@media (min-width: 576px) and (max-width: 767px) {
  .custom-slider { height: 420px; }

  .slider-content h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

/* SMALL LAPTOP */
@media (min-width: 768px) and (max-width: 991px) {
  .custom-slider { height: 480px; }

  .slider-content h1 {
    font-size: 40px;
  }
}

/* home slider ends */


@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

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

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

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

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

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

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

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

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

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; } }

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

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

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

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


.m-0 {
  margin: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

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

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

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

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

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

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

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

.mr-4 {
  margin-right: 1.5rem !important; }

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

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

.mr-5 {
  margin-right: 3rem !important; }

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

.p-0 {
  padding: 0 !important; }


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

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

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


.py-2 {
  padding-top: 0.5rem !important; }

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


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


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


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

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

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


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


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


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

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

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

.pt-5,
.py-5 {
  padding-top: 3rem !important; }


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


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


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

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

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

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }

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

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

  .py-md-5 {
    padding-top: 3rem !important; }

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

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

  .px-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .pl-lg-5 {
    padding-left: 3rem !important; } }

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

.font-weight-bold {
  font-weight: 700 !important; }

.visible {
  visibility: visible !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; } }

body {
  font-family: "Nunito Sans", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: gray; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #1b9ce3; }
  a:hover, a:focus {
    text-decoration: none;
    color: #1b9ce3;
    outline: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: #233e62;
  font-weight: 400; }

/* top starts */
.top {
  height: 140px;
}

  @media(min-width: 300px) and (max-width: 574px){
    .top {
    height: 170px;
    }
  }

  @media(min-width: 575px) and (max-width: 767px){
    .top {
    height: 210px;
    }
  }

  @media(min-width: 768px) and (max-width: 991px){
    .top {
    height: 270px;
  }
}

/* top ends */

/* banner section starts */
.logo-img {
  max-height: 100px;
  object-fit: contain;
  margin-top: -13px;
  margin-left: 120px;
}

.banner-img {
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  margin-left: -60px;
}

/* Responsive Design */
@media (min-width: 300px) and (max-width: 574px) {
  .col-md-3, .col-lg-9 {
      text-align: center !important; /* Center content */
  }

  .logo-img {
    height: 100px;
    margin: 0 auto -40px auto;
    display: block;
  }

  .banner-img {
      width: 100%;
      margin: auto;
      height: 50px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .col-md-3, .col-lg-9 {
      text-align: center !important; /* Center content */
  }

  .logo-img {
      max-height: 130px; /* Larger on mobile */
      margin: 0 auto -60px auto; /* Center with spacing */
      display: block;
  }

  .banner-img {
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
    margin: auto;
  }
}

/* For tablets and medium devices (768px–991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-3, .col-lg-9 {
      text-align: center !important;
  }

  .logo-img {
    max-height: 160px;
    margin-top: 10px;
    margin-left: 335px;
    margin-bottom: -65px;
  }

  .banner-img {
      max-height: 190px;
      width: 100%;
      margin: auto;
  }
}

/* banner section ends */

.ftco-navbar-light {
  background: #0d1128 !important;
  z-index: 3;
  padding: 0; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #233e62 !important;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  .ftco-navbar-light .navbar-brand {
    color: #fff; }
    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
      color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 17px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #fff;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #4f91e7; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7); }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #fff; } }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 14px; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: transparent;
        color: #000000; }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #1b9ce3; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #1b9ce3 !important; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #1b9ce3 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000000; }


.bg-light {
  background: #fafafa !important; }

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


/* home page sidebar starts */

.home-below-section {
    margin-top: -35px !important;
}

.message h2 {
  margin-top: 20px;
  font-size: 30px;
}

.wrap-index .wrap-index-border {
  position: relative;
  padding: 5px;
  border: 1px solid #f7f7f7;
  margin-bottom: 2px;
}

.calendar h3 {
     background-color: #8EC483;
     padding: 15px;
     font-weight: 700;
     font-size: 20px;
     text-align: center;
     color: #ffffff;
  }

.latest-news h3 {
     background-color: #8EC483;
     padding: 15px;
     font-weight: 700;
     font-size: 20px;
     text-align: center;
     color: #ffffff;
  }

.downloads h3 {
     background-color: #8EC483;
     padding: 15px;
     font-weight: 700;
     font-size: 20px;
     text-align: center;
     color: #ffffff;
  }

.links h3 {
     background-color: #8EC483;
     padding: 15px;
     font-weight: 700;
     font-size: 20px;
     text-align: center;
     color: #ffffff;
  }
  .wrap-index h2 {
    font-weight: 700; }
  .wrap-index .img {
    width: 100%;
    height: 300px;
    margin-top: 90px;
    margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .wrap-index {
      margin-bottom: -5px; }
    }

/* home page sidebar ends */

/* Calendar starts */
.cal-flex {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  flex-wrap: nowrap;
}

/* LEFT: compact calendar side */
.calendar-side {
  width: 240px;               /* compact width */
  min-width: 200px;
  background: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

/* header */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  color: #671dc5;
}
.cal-btn {
  background: transparent;
  border: 1px solid #ddd;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.cal-btn:hover { background: #f6f6f6; }

/* month title */
.month-year {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #15438A;
  font-weight: 700;
}

/* compact calendar table */
.calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 13px;
  color: #247fbf;
}
.calendar-table thead th {
  font-weight: 600;
  padding-bottom: 6px;
  color: #B5B5B5;
  font-weight: 700;
}
.calendar-table td {
  padding: 6px;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  color: #000;
  font-weight: 700;
}

/* date with events */
.calendar-table td.has-event {
  background-color: #BADBB3;
  font-weight: 600;
}

/* hover + selected */
.calendar-table td:hover { background: #f2f2f2; }
.calendar-table td.selected {
  border: 2px solid #0d6efd;
  background: #e9f0ff !important;
}

#calendar-table td.empty {
  background-color: transparent;
  pointer-events: none; /* 🔥 prevents hover & click on empty cells */
}

/* RIGHT: events list (wide) */

.event-item i {
    margin-top: 2px;
}

.event-list {
  margin-top: 45px;
  flex: 1; /* take remaining width */
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 12px;
  background: transparent;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.events-title {
  margin: 0 0 8px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
  text-align: center;
  color: #9FC687;
  font-weight: 700;
}
.events-ul { list-style: none; padding: 0; margin: 10px 0 0 0; }
.events-ul li { padding: 5px 8px; font-size: 15px; line-height: 1.2; display: flex; color: #000;}
.events-ul li.muted { color: #777; padding: 6px 0; border-bottom: none; font-size: 12px;}

/* responsive: stack on narrow screens */
@media (min-width: 768px) and (max-width: 1199px) {
  .cal-flex { flex-wrap: wrap; gap: 12px; }
  .calendar-side { width: 100%; }
  .event-list { width: 100%; margin-top: -5px;}
  .events-ul li{font-size: 15px;}
}
@media (min-width: 300px) and (max-width: 767px) {
  .cal-flex { flex-direction: column; }
  .calendar-side { width: 100%; }
  .event-list { width: 100%; margin-top: 5px;}
  .events-ul li{font-size: 15px;}
}
/* Calendar ends */

/* Latest News starts */

/* Marquee container */
.news-marquee-vertical {
  height: 110px; /* adjust as needed */
  overflow: hidden;
  position: relative;
}

/* Scrolling wrapper */
.news-items {
  animation: scrollNews 12s linear infinite;
}

/* Smooth vertical scrolling */
@keyframes scrollNews {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* Pause animation on hover */
.news-marquee-vertical:hover .news-items {
  animation-play-state: paused;
}

/* --- News link styles --- */
.news-links {
  margin: 0;
  padding: 0;
}

.news-links li {
  margin-bottom: 8px;
  line-height: 18px;
}

.news-links a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.3s;
}

.news-links a:hover span {
  color: #21b300;
  text-decoration: underline; /* underline only text */
}

.news-links i {
  margin-right: 8px;
  font-size: 15px;
  color: #15ab49;
}

@media (min-width: 300px) and (max-width: 574px){
  .news-links i {
    margin-top: -20px;
    margin-right: 8px;
    font-size: 15px;
    color: #15ab49;
  }
}

@media (min-width: 575px) and (max-width: 767px){
  .news-links i {
    margin-top: -3px;
    margin-right: 8px;
    font-size: 15px;
    color: #15ab49;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .news-links i {
    margin-top: -19px;
    margin-right: 8px;
    font-size: 15px;
    color: #15ab49;
  }
}

@media (max-width: 992px){
  .news-links i {
    margin-top: -19px;
    margin-right: 8px;
    font-size: 15px;
    color: #15ab49;
  }
}

/* Latest News ends */

/* Downloads starts */

.downloads-marquee-vertical {
  height: 110px; /* adjust height as needed */
  overflow: hidden;
  position: relative;
}

/* Items wrapper for scrolling */
.downloads-items {
  animation: scrollDownloads 10s linear infinite;
}

@keyframes scrollDownloads {
  0%   { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

/* Pause on hover */
.downloads-marquee-vertical:hover .downloads-items {
  animation-play-state: paused;
}


.download-links ul {
  margin: 0;
  padding: 0;
}

.download-links li {
  margin-bottom: 8px;
  line-height: 15px;
}

.download-links a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: color 0.3s;
}

.download-links a:hover {
  color: #21b300; /* darker hover color */
  text-decoration: underline;
}

.download-links i {
  margin-right: 8px;
  color: #0d47a1; /* red PDF icon color */
  font-size: 15px;
}

/* Table base style */
.downloads-table {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  font-size: 15.5px;
  width: 80%;             /* makes table narrower on large screens */
  margin: -65px auto;         /* centers the table horizontally */
}

/* Table heading */
.downloads-table thead th {
  background-color: #87b17e; /* Rotary Blue */
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  vertical-align: middle;
}

/* Table body */
.downloads-table tbody td {
  padding: 10px 15px;
  vertical-align: middle;
}

/* Button style */
.downloads-table .btn-success {
  background-color: #16a085;
  border: none;
  font-weight: 500;
  padding: 4px 10px;
}

.downloads-table .btn-success:hover {
  background-color: #138d75;
}

/* Responsive tweak */
@media (max-width: 992px) {
  .downloads-table {
    width: 100%; /* Full width on smaller devices */
    font-size: 14.5px;
  }
}



/* Downloads ends */

/* Important Links starts */
.important-links ul {
  margin: 8px;
  padding: 0;
}

.important-links li {
  margin-bottom: 8px;
  line-height: 15px;
}

.important-links a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: color 0.3s;
}

.important-links a:hover {
  color: #21b300; /* darker hover color */
  text-decoration: underline;
}

/* Important Links ends */

/* team starts */
.team-entry p {
  width: 100%;
  text-align: justify;
  margin-top: -15px;
  padding: 15px;
  line-height: 1.5;
}

/* Member name centered */
.member-name h3 {
  text-align: center;
}

.member-name h3 a {
  color: #9FC687;
  font-size: 20px;
  display: inline-block;
}

/* Read more centered */
.read-more {
  justify-content: flex-end;
  margin-top: -25px;
  margin-right: 20px;
}

.read-more a {
  color: #9FC687;
}

/* Responsive adjustments only if needed */
@media (max-width: 575px){
  .member-name h3 a { font-size: 18px; }
}

/* team ends */

/* detail starts */
.content-image {
  margin-top: -50px;
  max-width: 70%;
  height: auto;
}

/* Base text styling */
.detail-contents p {
  text-align: justify;
  width: 100%;
  margin: -10px auto;
  line-height: 1.5;
  color: #000000;
  font-size: 16px;
  padding: 0 170px;
}


/* Small Devices (Phones < 576px) */
@media (max-width: 575.98px) {
  .detail-contents p{
    max-width: 100%;
    font-size: 14px;
    padding: 0 10px;
  }

  .content-image {
    margin-top: -65px;
    max-width: 95%;
  }
}

/* Medium Devices (Tablets ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .detail-contents p{
    width: 90%;
    font-size: 15px;
  }
}

/* Large Devices (≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .detail-contents p{
    width: 700px;
  }
}

/* Extra Large Devices (≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .detail-contents p{
    width: 800px;
  }
}

/* Extra Extra Large Devices (≥1200px) */
@media (min-width: 1200px) {
  .detail-contents p{
    width: 100%;
  }
}
/* detail ends */


/* about page starts */

.wrap-about .wrap-about-border {
  position: relative;
  padding: 5px;
  margin-bottom: 2px;
}

.wrap-about h2 {
  margin-top: -80px;
  padding: 15px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.wrap-about p {
  margin-top: 40px;
  padding: 15px;
  font-size: 18px;
  text-align: justify;
  color: #000000;
}

.about-img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  margin-bottom: 20px;
}


  @media (min-width: 300px) and (max-width: 574px) {
    .wrap-about h2 {
      margin: -95px auto;
      padding: 15px;
      font-weight: 700;
      font-size: 18px;
      text-align: center;
      color: #000000;
  }

  .wrap-about p {
    margin-top: -100px;
    margin-bottom: -10px;
    text-align: justify;
  }

  .about-img {
    width: 100%;
    height: 300px;
    margin-bottom: -60px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
    .wrap-about h2 {
      margin: -95px auto;
      padding: 15px;
      font-weight: 700;
      font-size: 18px;
      text-align: center;
      color: #000000;
  }

  .wrap-about p {
    margin-top: -100px;
    margin-bottom: -10px;
    text-align: justify;
  }

  .about-img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrap-about h2 {
      margin: -95px auto;
      padding: 15px;
      font-weight: 700;
      font-size: 18px;
      text-align: center;
      color: #000000;
  }

  .wrap-about p {
    margin-top: -35px;
    margin-right: -25px;
    margin-bottom: -10px;
    text-align: justify;
  }

  .about-img {
    width: 100%;
    height: 160px;
    margin-top: 75px;
    margin-bottom: 20px;
  }
}

/* about page ends */

/* service starts */
.wrap-services {
  margin-top: -120px !important;
  margin-left: 315px !important;
  color: #000000;
}

.wrap-services p{
  margin-top: -10px;
  display: flex;
  color: #000000;
}

.wrap-services i {
  margin: 6px;
  color: #9FC687;
}

@media (min-width: 300px) and (max-width: 574px) {
  .wrap-services {
    margin-top: -170px !important;
    margin-left: -10px !important;
    color: #000000;
  }

  .wrap-services p{
    margin-top: -10px;
    display: flex;
    color: #000000;
  }

}

@media (min-width: 575px) and (max-width: 767px) {
  .wrap-services {
    margin-top: -170px !important;
    margin-left: -10px !important;
    color: #000000;
  }
  .wrap-services p{
    margin-top: -10px;
    display: flex;
    color: #000000;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .wrap-services {
    margin-top: -107px !important;
    margin-left: -30px !important;
    color: #000000;
  }
  .wrap-services p{
    margin-top: -10px;
    display: flex;
    color: #000000;
  }
}

/* service ends */


/* terms starts */
.question-list {
  padding-left: 0; /* remove default padding from list-group */
}

.question-list .list-group-item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  border: none;
  padding: 10px 15px 10px 35px;
  height: auto;
  white-space: normal;
  background-color: #fff;
  display: block;
  text-align: justify;
  width: 100%;
  line-height: 1.5;
}

/* Add bullets using ::before */
.question-list .list-group-item::before {
  content: "\2022";       /* Unicode bullet character */
  color: #2aa39d;         /* bullet color */
  font-size: 22px;
  position: absolute;
  left: 15px;             /* distance from left edge */
  top: 9px;
  transform: translateY(-10%);
}

.question-list .list-group-item:hover {
  background-color: #f8f9fa;
  color: #2aa39d;
}

.question-list .list-group-item.active {
  background-color: #2aa39d;
  color: #fff;
}

.question-list .list-group-item.active::before {
  color: #fff;
}

.wrap-terms-border {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}


.hidden-answer {
    display: none !important;
}


.answer-box {
  background: #2aa39d;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
  margin-left: -20px;
  padding: 20px;
  height: auto;
  transition: all 0.3s ease;
}

.placeholder-text {
  color: #ffffff;
  font-style: italic;
  text-align: center;
  padding: 30px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .terms {
    margin-top: -135px !important;
  }

  .question-list .list-group-item {
    position: relative;
    cursor: pointer;
    transition: all 0.3s
    ease;
    font-size: 18px;
    border: none;
    padding: 10px 10px 0 25px;
    height: auto;
    white-space: normal;
    display: block;
    text-align: justify;
    width: 100%;
    line-height: 1.4;
  }

  /* Add bullets using ::before */
  .question-list .list-group-item::before {
    content: "\2022";
    color: #2aa39d;
    font-size: 25px;
    position: absolute;
    left: 5px;
    top: 6px;
    transform: translateY(-10%);
  }

  .question-list .list-group-item:hover {
    background-color: #f8f9fa;
    color: #2aa39d;
  }

  .question-list .list-group-item.active {
    background-color: #2aa39d;
    color: #fff;
    width: 100%;
    line-height: 1.4;
    padding-left: 20px;
  }

  .question-list .list-group-item.active::before {
    color: #fff;
    left: 2px;
  }

  .answer-box {
    background: #2aa39d;
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 10px;
    height: auto;
    line-height: 1.5;
    text-align: justify;
    width: 100%;
    position: relative;
    left: 20px;
    transition: all 0.3s ease;
  }

    #answerArea p {
        color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .terms {
    margin-top: -25px !important;
  }

  .question-list .list-group-item {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    border: none;
    padding: 10px 10px 0 25px;
    height: auto;
    white-space: normal;
    display: block;
    text-align: justify;
    width: 690px;
    line-height: 1.5;
  }

  /* Add bullets using ::before */
  .question-list .list-group-item::before {
    content: "\2022";
    color: #2aa39d;
    font-size: 25px;
    position: absolute;
    left: 5px;
    top: 6px;
    transform: translateY(-10%);
  }

  .question-list .list-group-item:hover {
    background-color: #f8f9fa;
    color: #2aa39d;
  }

  .question-list .list-group-item.active {
    background-color: #2aa39d;
    color: #fff;
    width: 690px;
    line-height: 1.5;
    padding-left: 25px;
  }

  .question-list .list-group-item.active::before {
    color: #fff;
    left: 2px;
  }

  .answer-box {
    background: #2aa39d;
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 10px;
    height: auto;
    line-height: 1.5;
    text-align: justify;
    width: 690px;
    position: relative;
    left: 20px;
    transition: all 0.3s ease;
  }

    #answerArea p {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
  .wrap-terms-border {
    margin-bottom: 30px;
  }
}

/* Default: hide answer box on mobile/tablet */
@media (max-width: 991.98px) {
  #answerArea {
    display: none; /* hide the right-side answer box */
  }
}

/* Large devices: show answer box */
@media (min-width: 992px) {

    .terms {
        margin-top: -20px !important;
    }

    /* Remove absolute — let Bootstrap control layout */
    #answerArea {
        display: block;
        position: relative;
        width: 100%;
        max-width: none;
        transform: none;
        margin-left: -25px;
    }

    .answer-box {
        background: #2aa39d;
        color: #fff;
        font-size: 18px;
        padding: 20px;
        transition: all 0.3s ease;
        margin-top: 0;
    }

    #answerArea p {
        color: #fff;
    }
}



/* terms ends */




.project {
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  position: relative;
  z-index: 0; }
  .project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #1b9ce3;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767.98px) {
      .project .overlay {
        opacity: .2; } }
  .project .btn-site {
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: white;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0; }
    .project .btn-site span {
      color: #000000;
      font-size: 18px; }
    .project .btn-site:hover {
      background: #1b9ce3; }
  .project .text {
    width: 100%;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .project .text h3 {
      font-size: 28px;
      font-weight: 600; }
      .project .text h3 a {
        color: #fff; }
    .project .text span {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 12px;
      font-weight: 600; }
    @media (max-width: 767.98px) {
      .project .text {
        opacity: 1; }
        .project .text span {
          color: rgba(255, 255, 255, 0.8); } }
  .project:hover .overlay, .project:focus .overlay {
    opacity: .9; }
  .project:hover .text, .project:focus .text {
    opacity: 1; }
  .project:hover .btn-site, .project:focus .btn-site {
    opacity: 1; }

.gallery {
  display: block;
  height: 350px;
  position: relative; }
  .gallery .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    position: relative;
    background: #1b9ce3;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gallery .icon span {
      color: #fff; }
  .gallery:hover .icon, .gallery:focus .icon {
    opacity: 1; }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 275px;
  position: relative;
  display: block; }




.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.about-author .desc h3 {
  font-size: 24px; }

  .ftco-section {
    padding: 3em 0;
    position: relative;
    margin-top: 60px;
}

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0;
}

.ftco-bg-dark {
  background: #3c312e;
 }


/* footer starts */
.ftco-footer {
  background: #000000;
  color: #ddd;
  line-height: 1.6;
}

.ftco-footer p {
  color: #fff;
  font-size: 18px;
}

.ftco-footer a {
  color: #2aa39d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ftco-footer a:hover {
  color: #6a70df;
}

.ftco-footer-social li {
  list-style: none;
  margin: -30px 10px 0 0;
  display: inline-block;
}
  .ftco-footer-social li a {
    color: rgba(255, 255, 255, 0.9) !important;
    height: 45px;
    width: 45px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .ftco-footer-social li a, .icon-twitter:hover {
        color: #6494E6;
      }
      .ftco-footer-social li a, .icon-facebook:hover {
        color: #4C50F8;
      }
      .ftco-footer-social li a .icon-instagram:hover {
        color: #D92468;
      }


/* small Devices (300px–575px) */
      @media (min-width: 300px) and (max-width: 574px) {
        .ftco-footer {
          font-size: 15px;
          text-align: center;
          padding: 1.5em 1em;
        }

        .ftco-footer p {
          color: rgba(255, 255, 255, 0.75);
          font-size: 13px;
        }

        .ftco-footer-social li a{
          height: 30px;
          width: 30px;
          display: block;
          float: left;
          background: rgba(255, 255, 255, 0.05);
          border-radius: 50%;
          position: relative; }
        }

        .footer-text {
          text-align: center;
          margin-bottom: 0.8em;
        }

        .ftco-footer-social {
          justify-content: center;
        }


      /* Medium Devices (576px–991px) */
      @media (min-width: 575px) and (max-width: 991.98px) {
        .ftco-footer {
          font-size: 14px;
          text-align: center;
          padding: 1.5em 1em;
        }

        .ftco-footer-social li a{
          height: 30px;
          width: 30px;
          margin-top: 10px;
          display: block;
          float: left;
          background: rgba(255, 255, 255, 0.05);
          border-radius: 50%;
          position: relative;
        }

        .footer-text {
          text-align: center;
          margin-bottom: 0.8em;
        }

        .ftco-footer-social {
          justify-content: center;
        }
      }

      /* Large Devices (≥992px) */
      @media (min-width: 992px) {
        .ftco-footer {
          font-size: 15px;
          padding: 10px;
        }

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

        .ftco-footer-social {
          justify-content: flex-end;
          padding-top: 32px;
        }
      }
/* footer ends */


.heading-section .subheading {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.9);
  position: relative; }

.heading-section h2 {
  font-size: 34px;
  font-weight: 700; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.7); }

.heading-section.heading-section-white h2 {
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }


.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before {
        color: #000000; }
    .testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #1b9ce3; }

.testimony-wrap {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.8);
  border: 3px solid #d1ebf9;
  padding: 20px; }
  .testimony-wrap .user-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative; }
  .testimony-wrap .text {
    width: calc(100% - 90px);
    position: relative; }
  .testimony-wrap .quote {
    position: absolute;
    top: -45px;
    left: 25px;
    opacity: 1; }
    .testimony-wrap .quote i {
      font-size: 40px;
      color: #1b9ce3; }
  .testimony-wrap .name {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .position {
    font-size: 14px;
    color: #1b9ce3; }

.image-popup {
  /*cursor: -webkit-zoom-in;*/
  /*cursor: -moz-zoom-in;*/
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.video {
  width: 100%;
  position: relative; }

.icon-video {
  width: 80px;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .icon-video span {
    font-size: 30px;
    color: #1b9ce3; }

.ftco-intro {
  position: relative;
  padding: 3em 0;
  z-index: 0; }
  .ftco-intro:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .8;
    background: #233e62;
    background: #1566ad;
    background: -moz-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1566ad), color-stop(100%, #1b9de3));
    background: -webkit-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -o-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -ms-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1566ad), to(#1b9de3));
    background: linear-gradient(to right, #1566ad 0%, #1b9de3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1566ad', endColorstr='#1b9de3', GradientType=1 ); }
  .ftco-intro .btn {
    width: 100%; }
  .ftco-intro h2 {
    line-height: 1.2; }

#section-counter {
  position: relative;
  z-index: 0;
  padding-bottom: 1em; }

.wrapper {
  width: 100%;
  max-width: 1110px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 18px -9px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 18px -9px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 18px -9px rgba(0, 0, 0, 0.14); }

.ftco-counter {
  overflow-x: hidden;
  position: relative;
  margin-top: -50px; }
  @media (max-width: 1199.98px) {
    .ftco-counter {
      background-position: top center !important; } }
  .ftco-counter .img-video {
    width: 100%;
    display: block; }
    @media (max-width: 767.98px) {
      .ftco-counter .img-video {
        height: 300px; } }
  .ftco-counter .icon span {
    font-size: 50px;
    color: #000000;
    line-height: 1; }
  .ftco-counter .block-18 {
    display: block;
    width: 100%; }
  .ftco-counter .text strong.number {
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    display: block;
    position: relative; }
    .ftco-counter .text strong.number:after {
      position: absolute;
      bottom: 5px;
      left: 0;
      content: '';
      width: 35px;
      height: 2px;
      background: #1b9ce3; }
  .ftco-counter .text span {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800; }
  @media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 20px; } }

.ftco-consult {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  @media (max-width: 991.98px) {
    .ftco-consult {
      background-position: top center !important; } }
  .ftco-consult .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #1566ad;
    background: -moz-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1566ad), color-stop(100%, #1b9de3));
    background: -webkit-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -o-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -ms-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1566ad), to(#1b9de3));
    background: linear-gradient(to right, #1566ad 0%, #1b9de3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1566ad', endColorstr='#1b9de3', GradientType=1 ); }





/* monir contact starts */

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

.monir_des h2 {
  margin-top: -15px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: -50px;
}

.contact-align {
  margin: -20px 420px;
}

.cell {
  color: #9FC687;
  font-size: 18px;
  margin-left: 40px;
}

.cell-item {
  line-height: 1.2;
  margin-bottom: 2px;
}


.cell-number-bl {
  font-size: 19px;
  color: #000000;
}
.cell-number-air {
  font-size: 19px;
  margin-left: 81px;
  color: #000000;
}

.email {
  color: #9FC687;
  font-size: 18px;
}

.mail {
  font-size: 19px;
  margin-left: 5px;
  color: #000000;
 }

.address {
  color: #9FC687;
  font-size: 18px;
}

.mail_address {
  font-size: 15px;
  width: 270px;
}

.address_detail {
  font-size: 16px;
  color: #000000;
}

.location_heading {
  color: #0066ff;
  font-size: 20px;
  font-weight: 700;
}

.map iframe {
  width: 600px;
  margin: 20px 260px;
}

/* -------------------------
   MOBILE & TABLET FIX
--------------------------*/

@media (max-width: 991px) {


  /* Parent container centered */
  .contact-align {
    text-align: center !important;
    margin: -60px auto;
  }

  .cell {
    margin-left: -60px;            /* Remove manual left alignment */
    font-size: 16px;
  }

  li.mt-3 {
    text-align: left !important;   /* align the entire li */
  }

  .email {
    position: static !important;
    font-size: 16px;
    margin: 10px 0 0 0 !important;
    text-align: left !important;
    display: inline-block !important; /* important */
  }

  .mail,
  .mail a {
    position: static !important;
    font-size: 16px !important;
    text-align: left !important;
    display: inline-block !important;  /* keep same line */
    margin-left: 3px !important;       /* small space after "Email:" */
  }


  .address {
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 10px 0 0 0 !important; /* remove left shifting */
    text-align: left;
  }

  /* Address details (multiline) */
  .address_detail {
    margin: -5px 0 60px 0 !important;
    padding: 0 !important;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    width: 100%;
  }



  .cell-number-bl,
  .cell-number-air {
    font-size: 16px;
    margin-left: 0;
  }

  .cell-number-air {
    margin-left: -23px;
  }

  .monir_img {
    display: block;
    margin: 0 auto;
    margin-top: -60px;
  }

  .monir_des h2 {
    margin: -15px 0;
    font-size: 16px;
  }

  .map iframe {
    width: 100%;
    height: 260px;
    margin: 20px 0;
  }
}


/* ===========================
   CONTACT FORM — PROFESSIONAL RESPONSIVE
=========================== */

.custom-contact-form {
  background: #ffffff;
  padding: 35px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 20px rgba(0,0,0,0.08);
  width: 100%;
  max-width: 650px;
  margin: auto;
}

/* Input + Textarea */
.custom-contact-form .input-control {
  width: 100%;
  padding: 14px 18px;
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  outline: none;
  transition: .2s;
  background-color: #fff;
}

.custom-contact-form .input-control:focus {
  border-color: #2aa39d;
  box-shadow: 0 0 0 3px rgba(42,163,157,0.25);
}

/* Force textarea correct height on all devices */
.custom-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

/* Submit Button */
.custom-contact-form .submit-btn {
  background: #9FC687;
  color: #fff;
  padding: 14px 25px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: .3s;
}

.custom-contact-form .submit-btn:hover {
  background: #238d87;
}

/* ===========================
   RESPONSIVE FIXES
=========================== */

/* Medium screens (tablets) */
@media (max-width: 992px) {
  .custom-contact-form {
    padding: 30px;
    max-width: 100%;
  }
}

/* Small screens (phones) */
@media (max-width: 767px) {
  .custom-contact-form {
    padding: 22px;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #ddd;
  }

  .custom-contact-form .input-control {
    padding: 12px 15px;
    font-size: 15px;
  }

  .custom-contact-form textarea {
    min-height: 130px;
  }

  .custom-contact-form .submit-btn {
    padding: 12px;
    font-size: 16px;
  }
}

/* Very small phones (iPhone SE, Galaxy Fold) */
@media (max-width: 380px) {
  .custom-contact-form {
    padding: 18px;
  }

  .custom-contact-form .input-control {
    padding: 10px 12px;
    font-size: 14px;
  }

  .custom-contact-form .submit-btn {
    padding: 10px;
    font-size: 15px;
  }
}



/* monir contact ends */


.block-9 h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: -50px;
  margin-bottom: 15px;
  color: #9FC687;
}

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

#map {
  height: 600px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 400; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #1b9ce3; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: gray; }

/* Blog*/


@media (max-width: 991.98px) {
  .sidebar {
    margin-top: 5em; } }

.sidebar-box {
  margin-bottom: 30px;
  padding: 0 25px 25px;
  font-size: 15px;
  width: 100%; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 20px; }

.categories {
  padding: 0; }
  .categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none; }
    .categories li:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .categories li a {
      display: block; }
      .categories li a span {
        position: absolute;
        right: 0;
        top: 0;
        color: #ccc; }
    .categories li.active a {
      color: #000000;
      font-style: italic; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; }
