@charset "UTF-8";

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #40637a;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #40637a;
  --bs-secondary: #2c3e50;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 26, 188, 156;
  --bs-secondary-rgb: 44, 62, 80;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Lato", -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";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.top-social {
  width: 15%;
  text-align: center;
}
.top-social a {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.2s ease-out;
}
.top-social a:hover {
  color: #fff;
  transform: scale(1.1);
  transition: 0.2s ease-in;
}
a.navbar-brand:hover img {
  opacity: .7;
}




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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

@font-face {
	font-family: 'Tahoma';
	src: url('../fonts/tahoma.eot');
	src: local('☺'), url('../fonts/tahoma.woff') format('woff'), url('../fonts/tahoma.ttf') format('truetype'), url('../fonts/tahoma.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  src: local('Arial Regular'), url('../fonts/arial/ARIAL.woff') format('woff');
}
@font-face {
  font-family: Arial;
  font-style: bold;
  font-weight: bold;
  src: local('Arial Bold'), url('../fonts/arial/ARIALBD.woff') format('woff');
}
@font-face {
  font-family: verdana;
  src: url('../fonts/verdana/verdana-webfont.woff2') format('woff2'),
       url('../fonts/verdana/verdana-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 0.125rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Tahoma';
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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


.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}


.nav-item.dropdown svg {
  font-size: 13px;
  position: relative;
  left: 8px;
  bottom: 1px;
  transition: transform .3s ease-out;
}
.nav-item.dropdown.show svg {
  transform: rotate(180deg);
}


.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
  outline: none;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: none;
  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;
  z-index: 1000;
  display: none;
  top: 34px;
  left: 15px;
  min-width: fit-content;
  letter-spacing: 0.03em;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #54b5de;
  border-radius: 0;
  border: none;
}
ul.navbar-nav li:last-child.nav-item.dropdown .dropdown-menu {
  right: 0;
  left: unset;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: #40637a;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #40637a;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #40637a;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.125rem;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -0.125rem;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #40637a;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #15967d;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}


.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease-in;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0.125rem solid transparent;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9em;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.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.55);
}
.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.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.55);
}
.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 .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}


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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}



.btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}

#mainNav {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #40637a;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
.navbar-shrink .navbar-brand img {
  width: 120px;
  transition: 0.2s ease-in;
}
#mainNav .navbar-brand {
  color: #fff;
  width: 140px;
}
#mainNav .navbar-nav {
  margin-top: 1rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
  font-size: 16px;
  letter-spacing: .03em;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #40637a;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #40637a;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #40637a;
  }

  #mainNav.navbar-shrink {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}


.footer {
  padding-bottom: 4rem;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
.copyrights {
  font-size: 11px;
  color: #696a6d;
  margin-top: 12px;
}
.copyrights a {
  color: #54b5de;
  padding-left: 3px;
  text-decoration: none;
}
.footer-start {
  border-top: 1px solid grey;
  padding-bottom: 10px;
  margin: 15px 0;
}
.cst-btn {
  color: #fff;
  background-color: #54b5de;
  max-width: 260px;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 7px 6px;
  text-decoration: none;
  outline: none;
}
.cst-btn:hover, .cst-btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #40637a;
  box-shadow: inset 0 2px 1px rgb(255 255 255 / 40%), inset 0 0 0 1px rgb(0 0 0 / 20%), inset 0 0 0 100px rgb(0 0 0 / 10%);
}
.no-border {
  border: none;
  border-radius: 0px;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a {
  color: #54b5de;
  font-size: 33px;
  margin-right: 16px;
  text-decoration: none;
}
.footer-social a:hover {
  opacity: .7;
}
.home-layout {
    max-width: 98%;
    margin: 0 auto;
}
.top-btn-active svg {
  padding-left: 6px;
}
.top-btn-active {
  display: none;
  background-color: transparent;
  border-color: #696a6d;
  color: #54b5de;
  position: fixed;
  right: 40px;
  bottom: 40px;
  padding: 15px;
  z-index: 999;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
  min-width: 50px;
  height: 50px;
  border: 1px solid #696a6d;
  border-radius: 10px;
  text-decoration: none;
}
.top-btn-active:hover, .top-btn-active:focus {
  text-decoration: none;
  background-color: #40637a;
  border-color: #54b5de;
  color: #54b5de!important;
}


/* Custom Style */

.content-wrapper {
  position: relative;
  width: 100%;
  /*height: 1200px;*/
}
.cst-bg-images {
  z-index: -1;
  height: 100%;
  opacity: 0.3;
}
.cst-bg-images img {
  position: fixed;
  width: 100%;
  opacity: 0%;
  transition-delay: 5s;
  transition: opacity 2s;
}
.overlay-content {
  /*position: absolute;
  top: 70px;*/
  width: 100%;
  padding-top: 80px;
}
.size-18 {
  font-size: 18px;
}
p, span {
  color: #696a6d;
}
a, a:hover {
  color: #54b5de;
  text-decoration: none;
}
.font-md {
  font-weight: 600;
}
.heading-4 {
  font-size: 36px;
  font-weight: 700;
  font-family: Arial;
  color: rgb(64, 99, 122);
}

.item-box {
  margin: 10px 0px 40px;
}
.item-box h4 {
  font-family: Arial;
  color: #696a6d;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  font-style: italic;
  text-align: center;
}

/* slider */

.cst-slider div {
  text-align: center;
  outline: none;
}
.cst-slider div h3 {
  font-size: 16px;
  color: #FFF;
  margin: 0;
  line-height: 50px;
  display: inline-block;
}
.cst-slider-des {
  background-color: rgba(64,99,122,.9);
  width: 100%;
  max-width: 280px;
  padding: 40px 40px;
  position: absolute;
  top: 10px;
  right: 10%;
}
.cst-slider-des p {
  font-size: 20px;
  color: #fff;
  font-family: Arial;
  line-height: 1.15;
}
.cst-slider-des h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  font-family: Arial;
  margin-bottom: 12px;
}
.cst-carousel .slick-slide,
.people-carousel .slick-slide { margin: 0 10px;  }  
.cst-carousel .slick-list,
.people-carousel .slick-list { margin: 0 -10px;  }
.people-carousel .slider-arrow {
  color: #fff;
  font-size: 36px;
}
.people-carousel .slick-arrow{
  opacity: 0;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
.people-carousel:hover .slick-arrow {
  opacity: 1;
}
.slick-dots {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    bottom: 32px;
}
.slick-dots li {
    padding: 0 5px;
}
.slick-dots li button {
    text-indent: -9999px;
    border: 0;
    background: #54b5de;
    border-radius: 50px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    padding: 0;
    opacity: .2;
}
.slick-dots li.slick-active button {
    opacity: 1;
}


/* Inner page style */

.inner-content-wrapper {
  padding-top: 75px;
  padding-bottom: 35px;
}
.top-cta {
  color: rgb(64, 99, 122);
  font-size: 17px;
}
.top-cta a {
  text-decoration: none;
  color: #54b5de;
}
.page-title h2 {
  font-size: 48px;
  font-family: Arial;
  font-weight: 400;
  color: #40637a;
  line-height: 1;
  margin-bottom: 4px;
}
.inner-nav {
  padding: 8px 0;
}
.page-title h4 {
  color: #40637a;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.inner-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
}
.inner-nav ul li {
  font-family: Arial;
  border-right: 2px solid #ababab;
  line-height: 15px;
  padding: 0 12px;
}
.inner-nav ul li:last-child {
  border: 0;
}
.item-box-header {
  background: url(../img/bg-img.jpg) no-repeat;
  padding: 12px 0;
  background-size: cover;
}
.item-box-header h2 {
  margin-bottom: 0;
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
}



.slider__block {
  position: relative;
}
.slider__text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 30px;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(105,106,109,0.5) !important;
}
.slick-current .slider__text {
  animation-name: move;
  animation-duration: 1s;
  animation-timing-function: linear;
  /* animation-fill-mode: both;  */
}

/* ANIMATION */
@keyframes move {
  0% {
    transform: translateY(200px);
  }
  100% {
    transform: translateY(0px);
  }
}

.slider-arrow.slider-prev {
  right: 19px;
}

.slider-arrow.slider-next {
  left: 20px;
}
.slider-arrow {
  position: absolute;
  top: 38%;
  z-index: 12;
  color: rgba(105,90,109,0.8);
  padding: 8px;
  cursor: pointer;
}

.accordion>.card {
  border: 0;
}
.accordion>.card>.card-header {
  padding: 20px 20px;
  background-color: #ffffff;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(105,106,109,0.04) !important;
}
.accordion>.card>.card-header h5 {
  color: rgba(64,99,122,1) !important;
  font-family: Verdana !important;
  font-size: 16px;
  font-weight: bold;
}
.accordion>.card>.card-header h5 svg {
  float: right;
}
.accordion .card .card-body {
  color: rgba(105,106,109,1);
  border-bottom-color: rgba(105,90,109,0.8);
  border-bottom-width: 0;
  border-bottom-style: solid;
  background-color: rgba(105,106,109,0.04);
  font-size: 16px;
  font-family: Verdana;
}
.accordion>.card>.card-header a[aria-expanded="true"] svg {
  transform: rotate(180deg);
  transition: 0.2s ease-in;
}
.accordion>.card.card-style-2>.card-header {
  background-color: rgba(84,181,222,0.1);
  color: rgba(84,181,222,1);
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(84,181,222,0.4);
  border-bottom: 1px solid rgba(84,181,222,0.4) !important;
  margin: 6px 0;
  padding: 16px 20px;
}
.card.card-style-2 {
  border-radius: 0;
}
.accordion>.card.card-style-2>.card-header h5 {
  color: rgba(84,181,222,1) !important;
}
.accordion>.card.card-style-2>.card-header h5 svg {
  background-color: rgba(84,181,222,0.5);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 8px;
  color: #fff;
  font-size: 12px;
  transition: 0.2s ease-in;
}
.accordion .card.card-style-2 .card-body,
.accordion.accordian-style-2 .card .card-body {
  background-color: #ffffff;
}
.accordion.accordian-style-2>.card>.card-header {
  color: rgba(255,255,255,1);
  font-family: Verdana;
  font-weight: bold;
  background-color: rgba(64,99,122,1);
  margin: 2px 0;
  transition: 0.2s ease-in;
}
.accordion.accordian-style-2>.card:first-child>.card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion.accordian-style-2>.card:last-child>.card-header {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.accordion.accordian-style-2>.card>.card-header h5 {
  color: #fff !important;
}

.from-page {
  max-width: 720px;
  margin: 0 auto;
}
.from-page h3 {
  color: rgba(64,99,122,1);
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
  direction: ltr;
  margin: 20px 0;
}
.from-page label {
  color: rgba(105,106,109,1) !important;
  font-size: 16px;
  font-weight: 300;
  font-family: Arial;
  margin-bottom: 0px;
}
.from-page input.form-control {
  background: 0;
  border: 1px solid rgba(105,106,109,1);
  color: rgba(105,106,109,1) !important;
  border-radius: 0;
  margin: 3px 0;
  height: 40px;
  padding: 0 10px;
  font-family: Arial;
  font-size: 14px;
}
.from-page textarea.form-control {
  background: 0;
  font-family: Arial;
  border: 1px solid rgba(105,106,109,1);
  color: rgba(105,106,109,1) !important;
  border-radius: 0;
  height: 80px;
  padding: 10px;
  min-height: 50px;
  font-size: 14px;
}
.from-page form .form-group {
  margin: 10px 0 0;
}
.from-page input.form-control:focus,
.from-page textarea.form-control:focus {
  box-shadow: none;
  border-width: 2px;
  border-radius: 4px !important;
}
.from-page  button.cst-btn {
  margin: 22px 0;
}

::-webkit-input-placeholder { /* Edge */
  color: #c3c3c3 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c3c3c3 !important;
}

::placeholder {
  color: #c3c3c3 !important;
}

.text-desciption h2 {
  font-size: 24px;
  color: #40637a;
  font-family: Arial;
  font-weight: 700;
  direction: ltr;
  font-style: normal;
  text-decoration: none;
}
.text-desciption p {
  font-family: Arial;
  color: #696a6d;
  padding: 10px 0;
  margin-bottom: 0;
}
.text-desciption h4 {
  font-family: Arial;
  color: #696a6d;
  font-size: 16px;
  font-weight: 700;
}
ul li {
  padding: 2px 0;
}
.font-24 {
  font-size: 24px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-color {
  font-family: Arial;
  color: #696a6d;
}
.max-80 {
  max-width: 80%;
  margin: 0 auto;
}
.max-90 {
  max-width: 90%;
  margin: 0 auto;
}
.max-96 {
  max-width: 96%;
  margin: 0 auto;
}
.max-700 {
  max-width: 700px;
  margin: 0 auto;
}
.highlight-text a {
  font-size: 12px;
}
.highlight-text {
  background: rgba(84,181,222,0.2);
}
.img-animate img:hover {
  transform: scale(1.04);
  transition: 0.2s ease-in;
}
.img-animate img {
  transition: 0.2s ease-out;
}

/* Popup style */
.modal-content.dark-style {
  background: rgba(84,181,222,1);
  border-radius: 10px;
}
.modal-open {
  overflow: hidden;
  background-color: rgba(84, 181, 222, 0.7);
}
.modal-content.dark-style button.close {
  background-color: rgba(255,255,255,.4);
  width: 28px;
  height: 28px;
  border-radius: 50px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 32px;
  text-align: center;
  color: #000;
  content: '\e901';
  font-weight: 700;
  font-family: Font Awesome Free;
}
.modal-content.dark-style h2 {
  font-size: 40px;
  font-weight: 400;
  font-family: Arial;
  color: #fff;
}
.modal-content.dark-style p {
  font-size: 16px;
  color: #fff;
}
form.popup-form {
  max-width: 308px;
  margin: 0 auto;
}
.popup-form label {
  font-family: Arial;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.popup-form input.form-control {
  border-radius: 0;
  outline: none;
  height: 40px;
  font-family: Arial;
}
.popup-form button.cst-btn {
  background: rgba(64,99,122,0.7);
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: Arial;
  width: 100%;
  max-width: 100%;
}

/* light popup */

.modal-dialog.md-popup {
  max-width: 650px;
}
.modal-dialog.lg-popup {
  max-width: 1000px;
}

.light-style {
  border-radius: 10px;
}
.light-style button.close {
  font-size: 36px;
  font-weight: 400;
  top: -10px;
  right: -5px;
  position: relative;
}
.light-style .modal-body h2 {
  color: #40637a;
  font-size: 36px;
  font-family: Verdana;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(105,106,109,0.5);
  margin-bottom: 0;
}
.team-img img {
  border-radius: 50%;
  margin-bottom: 8px;
}
.popup-body h4, .north-sales h4 {
  font-size: 24px;
  color: #40637a;
  font-family: Arial;
  font-weight: 400;
}
.popup-body h1, .north-sales h1 {
  font-size: 24px;
  color: #40637a;
  font-family: Arial;
  font-weight: 400;
}
.north-first {
  max-width: 700px;
  margin: 0 auto;
}
.north-sales {
  text-align: center;
  padding: 0 40px;
}
.modal-body {
  overflow: auto;
  max-height: calc(100vh - 90px);
}
.modal-scroll {
  margin: 20px;
}



/* Dropdown */

.dropdown-menu.open {
  display: block;
}.dropdown-menu {
  transition: transform .3s ease-in-out,opacity .6s ease-out,max-height .3s ease-in-out;
}
.navbar-mob {
    padding: 13px 9px;
    z-index: 7;
    width: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: 0;
    justify-content: space-between;
    align-items: stretch;
    outline: 0;
    transition: color .3s ease-in,background-color .3s ease-in;
    border-radius: 0;
}
.dashes {
  display: block;
  height: 0;
  width: 100%;
  border: 1px solid currentColor;
  transition: transform .3s ease-out,opacity .4s ease-out;
  transform-origin: center;
}
.navbar-mob.open .dashes:first-child {
  transform: translateY(6px) rotate(45deg);
}
.navbar-mob.open .dashes:not(:first-child):not(:last-child) {
  opacity: 0;
}
.navbar-mob.open .dashes:last-child {
  transform: translateY(-6px) rotate(-45deg);
}


/* custom media queris */


@media (min-width: 992px) and (max-width: 1199px) {
  .team-img img {
    width: 100%;
  }
.top-social {
  width: 80px;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  font-size: 14px;
  padding-right: 0.4rem;
  padding-left: 0.4em;
}
#mainNav .navbar-nav {
  margin-left: 5px !important;
}
.nav-item.dropdown svg {
  font-size: 12px;
  left: 3px;
}
.cst-slider-des p {
  font-size: 18px;
}
.cst-slider-des {
  max-width: 320px;
}


}

@media (max-width: 991px) {
  .cst-bg-images img {
    height: 100%;
  }
  .top-social {
    display: none;
  }
  .heading-4 {
    font-size: 30px;
  }
  #mainNav .navbar-nav {
    height: 260px;
    overflow: auto;
  }
  #mainNav .navbar-nav li.nav-item a.nav-link {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }
  .navbar-nav .dropdown-menu {
    background-color: transparent;
    padding: 4px 20px;
  }
  .navbar-nav .dropdown-item {
    padding: 6px 10px;
    font-size: 16px;
  }
  .mob-col-reverse {
      flex-direction: column-reverse;
  }
  .home-layout {
    max-width: 100%;
  }
  .home-left {
    max-width: 380px;
    margin: 0 auto;
  }
  .page-title h2 {
    font-size: 40px;
  }
  .page-title h4 {
    font-size: 20px;
  }
  .inner-nav ul li {
    padding: 4px 12px;
  }
  .item-box-header h2 {
    font-size: 22px;
  }
  
  }
 
@media (min-width: 768px) and (max-width: 991px) {

.cst-slider-des {
  max-width: 345px;
  padding: 35px 40px;
}
img.footer-brand {
  width: 90%;
}
.copyrights {
  font-size: 14px;
}
.footer {
  padding-bottom: 0rem;
}
.team-img img {
  width: 100%;
}


}

@media (max-width: 767px) {
  
  .cst-slider-des {
    margin: 0 auto;
    position: unset;
    max-width: 320px;
    padding: 30px 30px;
  }
  .cst-slider-des p {
    font-size: 18px;
  }
  .footer-brand {
    width: 100%;
  }
  .copyrights {
    font-size: 16px;
  }
  .top-btn-active {
    right: 20px;
    bottom: 30px;
    padding: 14px;
    font-size: 15px;
    line-height: 11px;
    min-width: 46px;
    height: 46px;
  }
  footer a.cst-btn {
    max-width: 100%;
  }
  .item-box-header h2 {
    font-size: 20px;
  }
  .light-style .modal-body h2 {
    font-size: 28px;
  }
  .popup-body h4, .north-sales h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .team-img img {
    width: 100%;
  }
  
  }














