<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=============================
STYLE.CSS FILE 
01. default CSS
=============================*/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
    url('../fonts/Helvetica-Light.woff') format('woff'),
    url('../fonts/Helvetica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
    url('../fonts/Helvetica-BoldOblique.woff') format('woff'),
    url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.woff2') format('woff2'),
    url('../fonts/Helvetica.woff') format('woff'),
    url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
    url('../fonts/Helvetica-Bold.woff') format('woff'),
    url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
    url('../fonts/Helvetica-Oblique.woff') format('woff'),
    url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  font-style: normal;
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #b12131;
  outline: medium none;
  text-decoration: none
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #b12131;
  text-decoration: none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #263d81;
  margin-top: 0;
  font-style: normal;
  font-weight: bold;
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

p {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.9rem
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0
}

label {
  color: #828282;
  cursor: pointer;
}

*::-moz-selection {
  background: #b12131;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #b12131;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #b12131;
  color: #fff;
  text-shadow: none;
}

/*=============================
    - Input Placeholder
=============================*/
*::-moz-placeholder {
  color: #191B1E;
  opacity: 1;
}

*::placeholder {
  color: #191B1E;
  opacity: 1;
}

/*=============================
    - Common Classes
=============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    - Background color
=============================*/
.grey-bg {
  background: #F7F7F7;
}

.white-bg {
  background: #fff;
}

.black-bg {
  background: #191B1E;
}

.theme-bg {
  background: #b12131;
}

/*=============================
    - color
=============================*/
.white-color {
  color: #fff;
}

.black-color {
  color: #191B1E;
}

.theme-color {
  color: #b12131;
}

/*=============================
    - Button Style
=============================*/
.btn {
  user-select: none;
  -moz-user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: break-spaces;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: .6rem 1.75rem
}

.btn:hover {
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
}

.btn-primary:hover {
  color: #263d81;
  background-color: #fff;
  border-color: #263d81;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
  box-shadow: 0 0 0 0.25rem rgb(52 53 98 / 50%);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show&gt;.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(52 53 98 / 50%);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
}

.btn-secondary {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show&gt;.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show&gt;.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
}

.text-end {
  text-align: right !important;
}

.btn-success {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
}

.btn-success:hover {
  color: #263d81;
  border-color: #263d81;
  background: #fff;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show&gt;.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #263d81;
  border-color: #263d81;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show&gt;.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
  color: #fff;
  background-color: #34A853;
  border-color: #34A853;
}

.btn-info {
  color: #fff;
  background-color: #8EB5EA;
  border-color: #8EB5EA;
}

.btn-info:hover {
  color: #fff;
  background-color: #729CD5;
  border-color: #729CD5;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #fff;
  background-color: #8EB5EA;
  border-color: #8EB5EA;
  box-shadow: 0 0 0 0.25rem rgb(142 181 234 / 50%);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show&gt;.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #8EB5EA;
  border-color: #8EB5EA;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show&gt;.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(142 181 234 / 50%);
}

.btn-info:disabled,
.btn-info.disabled {
  color: #fff;
  background-color: #8EB5EA;
  border-color: #8EB5EA;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show&gt;.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show&gt;.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show&gt;.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show&gt;.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show&gt;.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show&gt;.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show&gt;.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show&gt;.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #b12131;
  border-color: #b12131;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #b12131;
  border-color: #b12131;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #b12131;
  border-color: #b12131;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #b12131;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #34A853;
  border-color: #34A853;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #34A853;
  border-color: #34A853;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #34A853;
  border-color: #34A853;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #34A853;
  background-color: transparent;
}

.btn-outline-info {
  color: #263d81;
  border-color: #263d81;
}

.btn-outline-info:hover {
  color: #ae0002;
  background-color: #ae0002;
  border-color: #ae0002;
  background: #fff;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgb(142 181 234 / 50%);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #ae0002;
  background-color: #ae0002;
  border-color: #ae0002;
  background: #fff;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgb(142 181 234 / 50%);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #8EB5EA;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #b12131;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg&gt;.btn {
  padding: 0.5rem 3rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm&gt;.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.text-primary {
  color: #b12131 !important;
}

.text-secondary {
  color: #263d81 !important;
}

.text-success {
  color: #34A853 !important;
}

.text-info {
  color: #ae0002 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

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

.text-dark {
  color: #212529 !important;
}

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

/*=============================
    - scrollUp
=============================*/
.scroll-top {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #b12131;
  transition: 1s ease;
  border: none;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .scroll-top {
    right: 15px;
  }
}

.scroll-top.open {
  bottom: 60px;
  opacity: 1;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: #263d81;
}

/*=============================
02. Header
=============================*/
.menu__area {
  padding: 0.5rem 3%;
  box-shadow: 0 5px 10px #d7ded34d;
}

@media (max-width: 1500px) {
  .menu__area {
    padding: 6px 3%;
    ;
  }
}

@media (max-width: 1399.98px) {
  .menu__area {
    padding: 6px 2%;
  }
}

@media (max-width: 1199.98px) {
  .menu__area {
    padding: 6px 2%;
  }
}

.menu__area .mobile__nav__toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  display: none;
  padding: 6px 10px;
  width: 50px;
  text-align: center;
  color: #313262;
  border: 0px !important;
}

@media (max-width: 767.98px) {
  .imgsec-mob, .searchform-link {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .menu__area .mobile__nav__toggler {
    display: block;
  }
}

.menu__area.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  box-shadow: none !important;
  z-index: 99;
}

.menu__area.sticky-menu {
  padding: 0;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

@media (max-width: 1199.98px) {
  .menu__area.sticky-menu {
    padding: 15px 0;
  }
}

.menu__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1199.98px) {
  .menu__nav {
    justify-content: space-between;
  }
}

.menu__nav .logo img {
  max-width: 14rem!important;
}

.menu__nav .logo__white {
  display: none;
}

@media (max-width: 1199.98px) {
  .menu__nav .header__btn {
    margin-right: 10px;
  }
}

.navbar__wrap {
  display: flex;
  flex-grow: 1;
}

.navbar__wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .navbar__wrap ul {
    margin: 0 auto;
  }
}

.navbar__wrap ul li {
  display: block;
  position: relative;
}

.navbar__wrap ul li a {
  font-size: 0.70rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #263D81;
  padding: 1.875rem 0.9375rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.navbar__wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0;
  display: block;
  padding: 1.125rem 0;
  visibility: hidden;
  min-width: 13rem;
  margin: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  border: 0.0625rem solid #f5f5f5;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0rem 1.875rem 4.375rem 0rem rgba(137, 139, 142, 0.15);
  opacity: 0;
  z-index: 9;
}

.navbar__wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}

.navbar__wrap ul li .sub-menu li a {
  padding: 0.5rem 0.625rem 0.5rem 1.5625rem;
  font-weight: 500;
  line-height: 1.6;
  color: #191B1E;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar__wrap ul li .sub-menu li a::after {
  display: none;
}

.navbar__wrap ul li .sub-menu li:hover&gt;a {
  padding-left: 2.1875rem;
  color: #263d81;
}

.navbar__wrap ul li .sub-menu li.active&gt;a {
  padding-left: 2.1875rem;
  color: #263d81;
}

.navbar__wrap ul li:hover&gt;.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.navbar__wrap ul li:hover&gt;a {
  color: #b12131;
}

.navbar__wrap ul li.menu-item-has-children .dropdown__btn {
  display: none;
}

/*=============================
03. Mobile Menu
=============================*/
.mobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 700ms ease-out 0s;
  -moz-transition: all 700ms ease-out 0s;
  -ms-transition: all 700ms ease-out 0s;
  -o-transition: all 700ms ease-out 0s;
  transition: all 700ms ease-out 0s;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  z-index: 99999 !important;
}

.mobile__menu .menu__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 0;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}

.mobile__menu .menu__box .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile__menu .menu__box .nav-logo img {
  max-width: 197px;
}

.mobile__menu .menu__box .nav-logo .logo__white {
  display: none;
}

.mobile__menu .menu__outer ul {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile__menu .menu__outer ul li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile__menu .menu__outer ul li&gt;ul {
  display: none;
}

.mobile__menu .menu__outer ul li&gt;ul&gt;li&gt;ul {
  display: none;
}

.mobile__menu .menu__outer ul li&gt;a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #263D81;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  border: none;
}

.mobile__menu .menu__outer ul li.current&gt;a:before {
  height: 100%;
}

.mobile__menu .menu__outer ul li&gt;ul&gt;li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile__menu .menu__outer ul li ul li a {
  margin-left: 20px;
}

.mobile__menu .menu__outer ul li ul li ul li a {
  margin-left: 40px;
}

.mobile__menu .menu__outer ul li ul li ul li ul li a {
  margin-left: 60px;
}

.mobile__menu .menu__outer ul li.menu-item-has-children .dropdown__btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #263D81;
  background: #efefef;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  z-index: 5;
}

.mobile__menu .menu__outer ul li.menu-item-has-children .dropdown__btn.open {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile__menu .menu__outer ul li.active&gt;a {
  color: #b12131;
}

.mobile__menu .menu__outer ul:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile__menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile__menu .social-links ul li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #263D81;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile__menu .navbar-collapse {
  display: block !important;
}

.mobile__menu .close__btn {
  position: absolute;
  right: 25px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #3D3C6F;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
}

.menu__backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 700ms ease-out 0s;
  -moz-transition: all 700ms ease-out 0s;
  -ms-transition: all 700ms ease-out 0s;
  -o-transition: all 700ms ease-out 0s;
  transition: all 700ms ease-out 0s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu-visible .mobile__menu .menu__box {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile__menu .close__btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu-visible .menu__backdrop {
  opacity: 0.80;
  visibility: visible;
}



/*=============================
03. Banner
=============================*/
#topsection {
  position: relative;
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  height: initial;
  padding: 2rem 0;
}
#topsection.bgImg {
  padding: 8vw 0 12vw;
  background-size: contain;
}
.bnr1 {
  background: #fff url("../img/bnr1.png") top right no-repeat;
  background-size: contain;
}
.bnr2 {
  background: #fff url("../img/bnr2.png") top right no-repeat;
  background-size: contain;
}
.bnr3 {
  background: #fff url("../img/bnr3.png") top right no-repeat;
  background-size: contain;
}

@media (max-width: 1199.98px) {
  #topsection {
    padding: 2rem 0 0;
  }
}

@media (max-width: 991.98px) {
  #topsection {
    padding: 2rem 0 0;
  }
}

@media (max-width: 1500px) {
  .topsection__content {
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .topsection__content {
    margin-top: 0;
  }
}

.topsection__content .title {
  letter-spacing: -0.01em;
  text-transform: inherit;
  line-height: 1.2;
  font-weight: 700;
  color: #263d81 !important;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

@media (max-width: 1500px) {
  .topsection__content .title {
    font-size: 58px;
  }
}

@media (max-width: 1199.98px) {
  .topsection__content .title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .topsection__content .title {
    font-size: 34px;
  }
}

.topsection__content .title span {
  color: #ae0002 !important;
  position: relative;
  z-index: 1;
}

.topsection__content p {
  font-size: 18px;
  line-height: 28px;
  color: #191B1E;
  margin-bottom: 40px;
  width: 90%;
}

@media (max-width: 1500px) {
  .topsection__content p {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .topsection__content p {
    font-size: 17px;
  }
}

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

@media (max-width: 1800px) {
  .topsection__img {
    margin-right: 0;
  }
}

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

.topsection__img img {
  max-width: 100%;
}

@media (max-width: 1500px) {
  .topsection__img img {
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .topsection__img img {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .topsection__img img {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .topsection__img img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .topsection__img img {
    max-width: 100%;
  }
}

#topsection .scroll__down {
  position: absolute;
  right: 0;
  bottom: -2%;
  width: calc(((100% - 1560px) / 2) + 1560px);
  margin-left: auto;
  z-index: 1;
}

@media (max-width: 1800px) {
  #topsection .scroll__down {
    width: calc(((100% - 1500px) / 2) + 1500px);
  }
}

#topsection .scroll__down .scroll__link {
  display: inline-block;
  background: #fff;
  max-width: 180px;
  text-align: center;
  border: 1px solid #F7F7F7;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #CECECE;
  padding: 21px 20px;
  line-height: 1.4;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -50px;
}

#topsection .scroll__down .scroll__link:hover {
  background: #b12131;
  border-color: #b12131;
  color: #fff;
}

.topsection__video {
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 1500px) {
  .topsection__video {
    bottom: -65px;
  }
}

@media (max-width: 1199.98px) {
  .topsection__video {
    bottom: -50px;
  }
}

.topsection__video .popup-video {
  position: relative;
  width: 160px;
  height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  background: #263d81;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 1500px) {
  .topsection__video .popup-video {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 1199.98px) {
  .topsection__video .popup-video {
    width: 100px;
    height: 100px;
  }
}

.topsection__video .popup-video::before,
.topsection__video .popup-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border: 1px solid #e3e3e3;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  animation-delay: 1s;
  z-index: -1;
  animation: pulse-border 1500ms linear infinite;
  -webkit-animation: pulse-border 1500ms linear infinite;
}

.topsection__video .popup-video::after {
  animation-delay: 2s;
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}


/*=============================
13. Footer
=============================*/
.footer {
  background: #263D81;
  padding: 3rem 0 0px;
}

@media (max-width: 767.98px) {
  .footer {
    padding: 0;
  }
}

.footer__widget {
  margin-bottom: 30px;
}

.footer__widget .fw-title {
  color: #8EB5EA;
  font-family: 'Helvetica', sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.footer__widget .fw-title .sub-title {
  color: #898989;
  font: 12px/1 'Helvetica', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer__widget .fw-title .title {
  color: #1B2430;
  font: 18px 'Helvetica', sans-serif;
  text-transform: capitalize;
  margin-bottom: 0;
}

.footer__logo img {
  max-width: 11rem;
}

.footer__widget p {
  margin-bottom: 0;
  color: #495059;
  font-size: 15px;
}

.footer__list {
  margin-right: 40px;
}

.footer__list li {
  padding: 10px 0;
}

.footer__list li a:hover {
  color: #b12131;
}

.footer__widget__text {
  margin-right: 40px;
}

.footer__widget__address .mail {
  color: #495059;
  font-size: 15px;
}

.footer__widget__address .mail:hover {
  color: #263d81;
}

.footer__social__list {
  display: block;
  align-items: center;
  flex-wrap: wrap;
  text-align: right;
}

.footer__social__list li {
  display: inline-block;
}

.footer__social__list li:not(:last-child) {
  margin-right: 5px;
}

.footer__social__list li a {
  display: inline-block;
  font-size: 0.5rem;
  color: #fff;
  line-height: 1;
}

.footer__social__list li a:hover {
  color: #6F6FAD;
}

.copyright__wrap {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #234f8a;
}

/*=============================
15. Dark Mode
=============================*/
body.active-dark-mode {
  background: #151A30;
  color: #9099AB;
}

body.active-dark-mode h1,
body.active-dark-mode h2,
body.active-dark-mode h3,
body.active-dark-mode h4,
body.active-dark-mode h5,
body.active-dark-mode h6 {
  color: #fff;
}

body.active-dark-mode p {
  color: #9099AB;
}

.active-dark-mode {
  background: #151A30;
}

.active-dark-mode .menu__nav .logo .logo__black {
  display: none;
}

.active-dark-mode .menu__nav .logo .logo__white {
  display: inline-block;
}

.active-dark-mode .navbar__wrap ul li a {
  color: #fff;
}

.active-dark-mode .menu__area.sticky-menu {
  background: #222B45;
}

.active-dark-mode .menu__area .mobile__nav__toggler {
  color: #fff;
  border-color: #fff;
}

.active-dark-mode .mobile__menu .menu__box {
  background: #151A30;
}

.active-dark-mode .mobile__menu .menu__box .nav-logo .logo__white {
  display: inline-block;
}

.active-dark-mode .mobile__menu .menu__box .nav-logo .logo__black {
  display: none;
}

.active-dark-mode .mobile__menu .close__btn {
  color: #263d81;
}

.active-dark-mode .mobile__menu .menu__outer ul li {
  border-color: #313B58;
}

.active-dark-mode .mobile__menu .menu__outer ul li&gt;a {
  color: #fff;
}

.active-dark-mode .mobile__menu .menu__outer ul li.menu-item-has-children .dropdown__btn {
  background: #222B45;
  color: #fff;
}

.active-dark-mode .mobile__menu .menu__outer ul li.menu-item-has-children .dropdown__btn.open {
  background: #263d81;
}

.active-dark-mode .mobile__menu .menu__outer ul li&gt;ul&gt;li:first-child {
  border-color: #313B58;
}

.active-dark-mode .mobile__menu .menu__outer ul li.active&gt;a {
  color: #263d81;
}

.active-dark-mode .mobile__menu .menu__outer ul:last-child {
  border-color: #313B58;
}

.active-dark-mode .mobile__menu .social-links ul li a {
  color: #fff;
}

.active-dark-mode .mobile__menu .social-links ul li a:hover {
  color: #263d81;
}

.active-dark-mode .menu__backdrop {
  background: #151A30;
}

.active-dark-mode #topsection::after {
  background: #222B45;
}

.active-dark-mode #topsection .scroll__down .scroll__link {
  background: #151A30;
  border-color: #313B58;
}

.active-dark-mode #topsection .scroll__down .scroll__link:hover {
  background: #b12131;
  border-color: #b12131;
  color: #fff;
}

.active-dark-mode #topsection .topsection__video .popup-video::before,
.active-dark-mode #topsection .topsection__video .popup-video::after {
  border-color: #313a60;
}

.active-dark-mode .switcher__tab .light__mode__title,
.active-dark-mode .switcher__tab .dark__mode__title {
  color: #5B6476;
}

@media (max-width: 991.98px) {
  .active-dark-mode .switcher__tab .mode__switcher {
    background: #263d81;
  }
}

.active-dark-mode .about::before {
  background: #222B45;
}

.active-dark-mode .about .about__icons__wrap li img.light {
  display: none;
}

.active-dark-mode .about .about__icons__wrap li img.dark {
  display: block;
}

.active-dark-mode .about__exp__content p {
  color: #fff;
}

.active-dark-mode .services::before {
  background: #222B45;
}

.active-dark-mode .services__item:hover .border-btn {
  border-color: #b12131;
  color: #fff;
}

.active-dark-mode .services__content {
  background: #222B45;
  border-color: #313B58;
}

.active-dark-mode .services__content .border-btn {
  color: #9099AB;
  border-color: #313B58;
}

.active-dark-mode .services__icon img.light {
  display: none;
}

.active-dark-mode .services__icon img.dark {
  display: block;
}

.active-dark-mode .services__list li {
  color: #fff;
}

.active-dark-mode .services__list li::before {
  background: #fff;
}

.active-dark-mode .services__arrow .slick-arrow {
  border-color: #fff;
  color: #fff;
}

.active-dark-mode .services__arrow .slick-arrow:hover {
  border-color: #263d81;
  background: #263d81;
}

.active-dark-mode .work__process::before {
  background: #222B45;
}

.active-dark-mode .work__process__icon img.light {
  display: none;
}

.active-dark-mode .work__process__icon img.dark {
  display: inline-block;
}

.active-dark-mode .portfolio::before {
  background: #222B45;
}

.active-dark-mode .portfolio__nav li .nav-link {
  color: #fff;
}

.active-dark-mode .portfolio__active .slick-arrow {
  color: #fff;
}

.active-dark-mode .portfolio__active .slick-arrow:hover {
  color: #263d81;
}

.active-dark-mode .partner::before {
  background: #222B45;
}

.active-dark-mode .partner__logo__wrap img.light {
  display: none;
}

.active-dark-mode .partner__logo__wrap img.dark {
  display: block;
}

.active-dark-mode .testimonial::after {
  background: #222B45;
}

.active-dark-mode .testimonial__avatar span {
  color: #fff;
}

.active-dark-mode .testimonial__avatar__img li img {
  border: none;
  box-shadow: none;
}

.active-dark-mode .testimonial__arrow button {
  color: #fff;
}

.active-dark-mode .testimonial__arrow button:hover {
  color: #263d81;
}

.active-dark-mode .blog::after {
  background: #222B45;
}

.active-dark-mode .blog__post__item:hover .blog__post__content .title a {
  color: #263d81;
}

.active-dark-mode .blog__post__tags a {
  background: #263d81;
  color: #fff;
}

.active-dark-mode .blog__post__tags a:hover {
  background: #b12131;
}

.active-dark-mode .blog__post__content {
  background: #222B45;
  border-color: #313B58;
}

.active-dark-mode .blog__post__content .title a {
  background-image: linear-gradient(#263d81, #263d81), linear-gradient(#263d81, #263d81);
}

.active-dark-mode .blog__post__content .read__more {
  color: #9099AB;
}

.active-dark-mode .blog__post__content .read__more:hover {
  color: #263d81;
}

.active-dark-mode .footer {
  background: #151A30;
}

.active-dark-mode .footer__widget .fw-title .sub-title {
  color: #9099AB;
}

.active-dark-mode .copyright__wrap {
  border-color: #313B58;
}

.active-dark-mode .copyright__text p {
  color: #9099AB;
}

/**
STYLE.CSS FILE ENDS
**/

/*=============================
  Custom CSS
=============================*/
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 1rem;
  line-height: 1.3;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  line-height: 1.6;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: 400;
}

h5 a {
  color: #263d81;
}

.list {
  margin: 15px 0;
}

.list li {
  position: relative;
  padding-left: 30px;
}

.list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.form-label {
  margin-bottom: .2rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-circle {
  text-align: center;
  border-radius: 1.5rem;
}

.btn-circle.btn-lg {
  border-radius: 1.5rem;
}

.btn-circle.btn-xl {
  border-radius: 1.5rem;
}

.btn-apply {
  padding: 0.6rem 4rem;
  font-size: 1.5rem;
  border-radius: 0.3rem;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 3px 1px 0px rgba(52, 83, 168, 0.38);
  -moz-box-shadow: 0px 3px 1px 0px rgba(52, 83, 168, 0.38);
  box-shadow: 0px 3px 1px 0px rgba(52, 83, 168, 0.38);
}

.sticky-menu ul li a {
  padding: 30px 25px;
}

.accordion {
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-header .mobile__nav__toggler {
  color: #FFF;
  border: 1px solid #FFF;
}

.btn-post {
  padding: .6rem 2.25rem;
  margin-left: 25px;
}

.menu-item-has-children a::after {
  display: inline-block;
  margin-left: .255em;
  margin-top: .255em;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.text-blued {
  color: #263D81;
}

.text-blue {
  color: #0B5ECF;
}

.text-yellow {
  color: #FFD964;
}

.nav-link {
  color: #263D81;
}

.nav-link:focus,
.nav-link:hover {
  color: #b12131;
}

.nav-tabs {
  border-bottom: 1px solid #C1C7DE;
}

.nav-tabs .nav-link {
  font-weight: bold;
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #b12131;
  background-color: #fff;
  border-color: transparent transparent #b12131 !important;
  border-bottom: 2px solid !important;
  isolation: isolate;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #b12131;
  background-color: #fff;
  border-color: transparent transparent #b12131 !important;
  border-bottom: 2px solid !important;
}

.tab-content {
  padding: 20px;
}

.accordion .accordion-item {
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  border: 1px solid #8EB5EA !important;
  margin-bottom: 20px;
}

.accordion .accordion-item:hover .accordion-button {
  background-color: #e7f1ff !important;
}

.accordion .accordion-item .accordion-button {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  filter: invert(26%) sepia(73%) saturate(2113%) hue-rotate(202deg) brightness(92%) contrast(99%);
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}

.accordion-body {
  padding: 1rem 1.25rem;
  color: #0B5ECF;
}

/*== pages ==*/
.page-title {
  position: relative;
  font-size: 2.5rem;
  color: #263d81;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 2.5rem;
}

.page-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  border-bottom: 0.4rem solid #8EB5EA;
  width: 12rem;
}

.page-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.8rem;
  border-bottom: 0.2rem solid #8EB5EA;
  width: 8.12rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 2rem;
  list-style: none;
  background-color: transparent !important;
}

.breadcrumb-item {
  font-size: 0.8rem;
}

.breadcrumb-item a {
  color: #0B5ECF;
}

.breadcrumb-item.active {
  color: #495059;
  text-transform: capitalize;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #1E202C;
  content: var(--bs-breadcrumb-divider, "Â»");
}

.search2-input {
  position: relative;
}

.search2-control {
  padding: .75rem 2rem;
  border-radius: 0rem !important;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  border: 1px solid #8EB5EA !important;
  margin-bottom: 20px;
}

.search2-input #btn-search {
  font-size: 24px;
  font-weight: bold;
  color: #0B5ECF;
  padding: 13px 20px;
  left: auto;
  right: 0;
  position: absolute;
  border: 0;
  background: none;
  z-index: 6;
}
.modal-dialog.modal-xl {
  max-width: 3000px;
  padding: 2rem;
}
.section {
  position: relative;
  padding: 3rem 0;
}

.section .title {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.fettitle {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.featured-jobs-list&gt;.search_title {
  font-size: 1.5rem;
}

.section-mobile {
  display: none;
}

.bg-gray {
  background-color: #F0F0F0;
}

.bg-grayd {
  color: #fff;
  background-color: #1B2126;
}

.bg-grayd .title {
  color: #fff;
}

.bg-grayd h2,
.bg-grayd h3,
.bg-grayd h4,
.bg-grayd h5,
.bg-grayd h6 {
  color: #fff;
}

.bg-blue {
  background-color: #29AAF3;
}

.bg-blue .title {
  color: #fff;
}

.bg-blued {
  background-color: #0B5ECF;
}

.bg-blued .title {
  color: #fff;
}

.bg-yellow {
  background-color: #D6AC2C;
}

.bg-yellow .title {
  color: #fff;
}

.bg-color {
  background-color: #263D81;
}

.bg-color .title, .bg-color .jobscount-text.text-white, .bg-color .searchform-link a {
  color: #fff!important;
}

.bg-darkgolden {
  background-color: #88753C;
}

.bg-darkgolden .title {
  color: #fff;
}

.bg-etongreen {
  background-color: #15B28D;
}

.bg-etongreen .title {
  color: #fff;
}

.card {
  position: relative;
  background-color: #fff;
  border-color: #EBEBEC;
  border-radius: .25rem;
  margin-bottom: 30px;
}

.topsection__content .jobscount-text {
  color: #263d81 !important;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: 'Helvetica', sans-serif;
}

#topsection .job-banner img {
  text-align: center;
  border: 0px !important;
  padding: 0;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%) !important;
  margin-bottom: 20px;
}

img.hover-effect:hover {
  transform: scale(1.01);
}

.topsearch-tab .nav-link {
  text-align: center;
  text-transform: uppercase;
  padding: .8rem 0rem;
  margin: 0 0.5rem;
  font-size: 15px;
}

.topsearch-tab .nav-link span {
  display: block;
}

.topsearch-tab .nav-link .tsicon {
  display: inline-block;
  margin-bottom: 5px;
}

.topsearch-tab .nav-link:hover .tsicon,
.topsearch-tab .nav-link.active .tsicon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(70%) saturate(4063%) hue-rotate(342deg) brightness(72%) contrast(89%);
}

.tsearchContent {
  padding: 20px 0px;
}

.top-searchform .input-group {
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  border: 0.125rem solid #ccc;
}

.top-searchform .form-control {
  font-size: 0.9rem;
  color: #1E202C;
  border: 0;
  margin-left: 0px !important;
}

.top-searchform .form-control:focus {
  border: 0px !important;
  box-shadow: none !important;
}

.top-searchform .form-control::placeholder {
  color: #ccc !important;
  font-size: 1em !important;
}

.top-searchform .form-control::-webkit-input-placeholder,
.top-searchform .form-control:-ms-input-placeholder {
  color: #ccc !important;
  font-size: 1em !important;
}

.searchform-link {
  text-align: left;
  padding-right: 20px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.searchform-link a {
  position: relative;
  color: #263d81;
  font-weight: 400;
  padding: initial;
  font-size: 0.5rem;
  text-decoration: none;
}

.searchform-link a:hover {
  text-decoration: underline;
}
.searchform-link a::after {
  display:inline-block;
  color: #7574BC;
  content: "|";
  position: initial;
  right: initial;
  top: initial;
  padding: 0px 20px;
}

.searchform-link a:last-child::after {
  display: none !important;
}

.top-searchform .btn:focus {
  box-shadow: none !important;
}

.top-searchform #btn-search {
  padding: 9px 10px 5px;
  left: 0;
  position: relative;
  border: 0;
  background: none;
  z-index: 2;
  font-size: 24px;
  color: #1E202C !important;
}

.top-searchform #btn-search:hover {
  color: #1E202C !important;
}
#applyjobs-section {
  background: #f6f6f6;
  padding: 1rem 0;
}
.applyjobs-slider {
  position: relative;
  padding: 0.5rem 1.875rem;
}

.applyjobs-slider .ajobsitem {
  display: block;
  margin: 2% 3.5%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.minbanners {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); 
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); 
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); 
}

.applyjobs-slider .slick-arrow {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  background: transparent;
  color: #191B1E;
  font-size: 25px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 6;
}

.applyjobs-slider .slick-arrow.slick-next {
  left: auto;
  right: 1rem;
}

.featuredjobs-card {
  border: 0;
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
}

.featuredjobs-card .jobtitle {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.featuredjobs-card .joblocation {
  font-size: 0.78rem;
  color: #b12131;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.featuredjobs-card .joblocation small {
  color: #afb9c6;
}

.featuredjobs-card .jobdesignation {
  color: #212222;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0.1rem;
}

.featuredjobs-card .jobposted {
  font-size: 0.72rem;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

#homewanttostand {
  padding: 2rem 0;
}

#homewanttostand .wanttostand-content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

#homewanttostand .wanttostand-content h3 {
  font-size: 2.5rem;
  font-weight: 400;
}

#homewanttostand .wanttostand-content .free-text {
  color: #b12131;
  font-size: 2.5rem;
  padding: 0.5px 0.9rem;
  border: 2px solid #b12131;
}

#popularcities-news::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 85%;
  background: #F0F0F0;
  z-index: -1;
}
#popularcities-news {
  padding: 0.5rem 0;
}

.popularcities-jobs {
  color: #fff;
  padding: 3rem 0;
}

.popularcities-jobs .title {
  font-size: 2rem;
  line-height: 1.3;
  color: #263D81;
  font-weight: 700;
}

.popularcities-jobs .popularcities-content {
  max-width: 85%;
}

.popularcities-jobs .pcities-list {
  margin-bottom: 1.25rem;
}

.pcities-list a,
.pcities-list a:hover {
  color: #263D81;
}

.pcities-list {
  font-size: 0.9rem;
}

ul.pcities-list li {
  padding-bottom: 0.2rem;
}

.allhighered-news-list {
  position: relative;
  padding: 3rem;
}

.allhighered-news-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 2;
}

.allhighered-news .title {
  font-size: 3vw;
  line-height: 1.3;
  color: #263D81;
  font-weight: 700;
}

.ahenews-card {
  position: relative;
  background-color: #263D81;
  border-color: #263D81;
  border-radius: 1rem;
  margin-bottom: 15px;
}

.ahenews-card .newstitle {
  font-size: 16px;
  color: #fff;
  padding-right: 70px;
}

.ahenews-card .newstext {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}

.ahenews-card .newstext a {
  color: #fff;
}

.ahenews-card .newssocial {
  position: absolute;
  top: 0;
  right: 15px;
}

.ahenews-card .newssocial-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 13px;
}

.ahenews-card .newssocial-list li:not(:last-child) {
  margin-right: 10px;
}

.ahenews-card .newssocial-list li a.twitter {
  color: #197AFF;
}

.ahenews-card .newssocial-list li a.facebook {
  color: #0B5ECF;
}

.ahenews-card .newssocial-list li a.linkedin {
  color: #3688F7;
}

#advertising-bottom {
  padding: 0 0 2rem;
}
#advertising-bottom h3 {
  font-size: 2rem;
}
#advertising-bottom p {
  font-size: 1rem;
}

.footer__logo {
  text-align: center;
  margin-bottom: 1.5rem;
}

.footer__list li a {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1;
}
.footer-top-img {
  max-width: 20rem;
}

#bottombanner {
  position: relative;
  padding: 24vh 0;
  background-color: #ffffff;
  border: 0px solid #EBEBEC;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.copyright__wrap a {
  color: #6F6FAD;
}

.copyright__wrap a:hover {
  color: #fff;
}

.copyright-links a {
  padding-right: 20px;
  color: #fff;
}

.copyright-links a:hover {
  color: #fff;
}

.footer__social__list li a i {
  background-color: transparent !important;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.1rem;
  line-height: 1.4rem;
  text-align: center;
}

.footer__social__list li a:hover i {
  background-color: #6F6FAD !important;
  color: #fff;
}

.footerb__left {
  font-size: 0.8rem;
  color: #fff;
}

.footerb__left .copyright__text {
  color: #fff;
}

/* Inner Pages */
.right__sidebar .widget {
  display: block;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  border: 1px solid #8EB5EA;
  margin-bottom: 20px;
}

.right__sidebar .widget .widget-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.right__sidebar .widget .widget-list li a {
  color: #0B5ECF;
  font-weight: 400;
}

.right__sidebar .widget .widget-list li a .count {
  color: #B6D1F8;
}

.sidebar-banner {
  padding: 30px;
  background-color: #f1f7ff;
}

.sidebar-banner .job-banner {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}

.sidebar-banner .job-banner img {
  border: 0px !important;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%) !important;
}

.widget.widget-banner {
  border: 0px !important;
  box-shadow: none !important;
  max-width: 20rem;
  margin: auto;
}

/*-- Diversity Resources --*/
/*-- Faculty All Higher --*/
#facultyjobsaccordion .accordion-button {
  display: block;
  padding-right: 4rem;
}

#facultyjobsaccordion .accordion-button::after {
  position: absolute;
  right: 20px;
  bottom: 30%;
}

.accordion-no-items::after {
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-button span,
#facultyjobsaccordion .accordion-button span {
  display: inline-block;
  color: #0B5ECF;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #DCEBFF;
  padding: 0.25rem 0.625rem;
  border-radius: 0.75rem;
  box-shadow: 0rem 0.0625rem 0.0625rem 0rem rgba(105, 201, 255, 0.33);
  margin-left: 0.3125rem;
}

.searchcat-job .search-control {
  padding: .35rem 1rem;
  border-radius: 0rem !important;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  border: 1px solid #8EB5EA !important;
  margin-bottom: 20px;
}

.searchcat-job .searchcat-list {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 16.25rem;
}

.searchcat-job .searchcat-list li a,
.listItem li a {
  color: #0B5ECF !important;
}

.searchcat-job .searchcat-list li a .scat-count,
.listItem li a .scat-count {
  color: #B6D1F8 !important;
}

.smp_list {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}

.card__content {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.news-resources-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: #343a40;
  margin-bottom: 20px;
}

.news-resources-card img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.news-resources-card:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.news-resources-card .news-resources-info {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.news-resources-card .news-resources-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 30px;
  color: #fff;
}

.news-resources-card .news-resources-content h3 {
  font-weight: bold;
  margin-bottom: .8rem;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
}

.news-resources-card .news-resources-content p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.collegep-logo {
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  border: 1px solid #8EB5EA !important;
  border-radius: 0rem !important;
  margin-bottom: 20px;
}

.collegep-logo:hover {
  border-color: #b12131 !important;
}

.collegeprofile-cover {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #f1f7ff;
}

.collegeprofile-cover .collegeprofile-cover-img {
  position: absolute;
  top: 50px;
  left: 70px;
  width: 200px;
  height: 200px;
  padding: 10px;
  background-color: #fff;
}

.collegeprofile-cover .collegeprofile-cover-img img {
  width: 180px;
  height: 180px;
}

.collegeprofile-video .cp-video {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#collegeprofileaccordion {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*-- Employers --*/
#employers-banner {
  width: 100%;
  height: 75vh;
  background: url(../img/topbanner02.jpg) top left;
  background-size: cover;
  position: relative;
}

#employers-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+50&amp;1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

#employers-banner .inner-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#employers-banner .title {
  font-size: 3vw;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

#employers-banner .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  border-bottom: 8px solid #8EB5EA;
  width: 230px;
}

#employers-banner .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  border-bottom: 3px solid #8EB5EA;
  width: 140px;
}

.jobs-pack {
  position: relative;
  background-color: #fff;
  border-color: #EBEBEC;
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 9%);
  height: 100%;
}

.jobs-pack .card-body {
  padding: 1.875rem;
}

.jobs-pack .jobs-pack-content {
  min-height: 20rem;
}

.jobs-pack .pack-name {
  color: #8D9298;
  text-transform: uppercase;
}

.jobs-pack .pack-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #1B2430;
}

.jobs-pack .pack-sub-title {
  font-size: 0.8125rem;
  color: #8D9298;
}

.jobs-pack .jobs-pack-list {
  margin: 0.9375rem 0;
}

.jobs-pack .jobs-pack-list li {
  position: relative;
  font-size: 1rem;
  padding-left: 1.875rem;
  margin-bottom: 0.625rem;
}

.jobs-pack .jobs-pack-list li::before {
  content: "";
  background-image: url('../img/arrow-sub-right.svg');
  background-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  left: 0;
  top: 0.1875rem;
  color: #000;
}

.jobs-pack .jobs-pack-list li.everylist {
  font-weight: bold;
}

.jobs-pack .jobs-pack-list li.everylist::before {
  content: "\f067";
  font-family: "Font Awesome 5 pro";
  background-image: none !important;
  background-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  left: 0;
  top: 0.1875rem;
  color: #000;
}

.jobs-pack-pro .pack-title {
  color: #B22435;
}

.jobs-pack-premium .pack-title {
  color: #0B5ECF;
}

.job-blocks .col-lg-3 {
  width: 28.66666667%;
}

.job-blocks .col-lg-6 {
  width: 41.66666667%;
}

.job-blocks .card {
  position: relative;
  min-height: 8rem;
  padding: 0.5rem;
  border: 0;
}

.job-blocks .card .card-body {
  height: max-content;
  border: 1px solid #B6D1F8 !important;
  border-radius: 0rem !important;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
}

.job-blocks .card p {
  color: #BBBDC1;
  font-size: 1.275rem;
  line-height: 1.4em;
  font-weight: 500;
}

.job-blocks .card p:last-child {
  margin-bottom: 0;
}

.first-colum .card-body {
  background: #F1F7FF;
}

.first-colum .card-body::after {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 1.25rem;
  top: 0.9375rem;
  color: #b2243b;
}

.last-colum .card-body {
  position: relative;
  background-color: #8EB5EA;
  border-color: #8EB5EA;
  text-align: center;
}

.last-colum .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.last-colum .card-body p {
  color: #fff;
  font-size: 1.275rem;
  text-transform: uppercase;
  line-height: 1.875rem;
  font-weight: 600;
}

.last-colum .card-body a {
  color: #fff;
}

.last-colum .card-body::before {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  color: #fff;
  transform: rotate(50deg);
}

.first-colum .card-body p {
  color: #272D4E;
}

.job-blocks .card .lb-text {
  color: #B22435 !important;
  font-weight: 800;
  font-size: 1.275rem;
}

.job-blocks .card .text-blue {
  color: #263d81 !important;
}

.job-blocks .card .text-blued {
  color: #272D4E !important;
}

.job-blocks .card .text-yellow {
  color: #FBBC05 !important;
}

.job-blocks .card .text-bluel {
  color: #8EB5EA !important;
}

.job-blocks .card .text-green {
  color: #34A853 !important;
}

.job-blocks .card .text-black {
  color: #000 !important;
}

.moreproduct-card {
  border-radius: 0;
  border-color: #B6D1F8;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  height: 100%;
}

.moreproduct-card .card-body {
  padding: 40px 30px;
}

.moreproduct-card ul li {
  color: #272D4E;
  margin-bottom: 10px;
}

.moreproduct-card ul li a {
  color: #272D4E;
}

.moreproduct-card .morep-title {
  font-size: 1.275rem;
  color: #8EB5EA;
}

.moreproduct-card .moreproduct-content {
  min-height: 200px;
}

/*-- Search List --*/
.searchjobs-card {
  border: 0;
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
}

.searchjobs-card .jobtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.searchjobs-card .joblocation {
  font-size: 13px;
  color: #b12131;
  line-height: 1.2;
  margin-bottom: 0;
}

.searchjobs-card .joblocation small {
  color: #afb9c6;
}

.searchjobs-card .jobdesignation {
  color: #212222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.searchjobs-card .jobposted {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 0;
}

.jobs-sorting {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.jobs-sorting&gt;li {
  display: inline-block;
  position: relative;
  text-align: left;
}

.jobs-sorting&gt;li label {
  text-transform: uppercase;
  text-align: left;
  color: #000;
  font-size: 0.75rem;
}

.jobs-sorting&gt;li .form-select {
  display: block;
  width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  color: #263D81;
  background-color: #fff;
  border: 2px solid #94A2B3;
}

.pagination-pn {
  display: inline-block;
}

.pagination-pn .pagination {
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #979797;
  align-items: center;
  justify-content: center;
}

.pagination-pn label {
  display: block;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  font-size: 0.75rem;
  line-height: 2;
}

.pagination-pn .pagination .page-item {
  margin-left: 0.125rem;
}

.pagination-pn .pagination .page-item:first-child {
  margin-left: 0;
}

.pagination-pn .pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-pn .pagination .page-link {
  position: relative;
  display: block;
  padding: 0rem .75rem;
  color: #1e202c;
  text-decoration: none;
  border-radius: .25rem;
  background-color: #e7f1ff;
  border: 1px solid transparent !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination-pn .pagination .page-link:focus {
  z-index: 3;
  color: #1e202c;
  background-color: #e7f1ff;
  outline: 0;
  box-shadow: none !important;
}

.pagination-page {
  display: inline-block;
}

.pagination-page .pagination {
  padding: 0.25rem;
  border-radius: .25rem;
  border: 1px solid #979797;
}

.pagination-page label {
  display: block;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  font-size: 0.75rem;
  line-height: 2;
}

.pagination-page .pagination .page-item {
  margin-left: 2px;
}

.pagination-page .pagination .page-item:first-child {
  margin-left: 0;
}

.pagination-page .pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-page .pagination .page-link {
  position: relative;
  display: block;
  padding: 0rem .75rem;
  color: #1e202c;
  text-decoration: none;
  border-radius: .25rem;
  background-color: #fff;
  border: 1px solid transparent !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination-page .pagination .page-link:focus {
  z-index: 3;
  color: #1e202c;
  background-color: #e7f1ff;
  outline: 0;
  box-shadow: none !important;
}

.pagination-page .page-item.active .page-link {
  z-index: 3;
  color: #000;
  background-color: #e7f1ff;
  border-color: #e7f1ff;
  cursor: not-allowed;
}
.pagination-page .page-item.active .page-link:hover {
  background-color: #dfdfdf !important;
}
.pagination-page .page-item .page-link:hover {
  background-color: #bee3ff !important;
}
.row.page-wrap {
  margin-bottom: 1rem;
}
#search_sort,#search_per_page{
  cursor: pointer;
}
.jobd-postdate {
  color: #BBBDC1;
  font-weight: bold;
}

.jobd-sharelinks a.share-icon {
  font-size: 24px;
  color: #29AAF3;
  background-color: #DCEBFF;
  border: 2px solid #B6D1F8;
  border-radius: 0.3rem;
  padding: 8px 15px;
}

.jobd-sharelinks a.share-icon:hover {
  background-color: #B6D1F8;
}

.jobd-sharelinks a.hart-icon {
  color: #E85667;
  background-color: #FFE5E6;
  border: 2px solid #FFA0AC;
}

.jobd-sharelinks a.hart-icon:hover {
  background-color: #FFA0AC;
}

.jobs-detail .jobd-header .jobd-header-cimg img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.jobs-detail .jobd-header .jobd-ctitle {
  font-size: 48px;
  text-transform: uppercase;
}

.jobs-detail .jobd-header .jobd-clocation {
  font-size: 22px;
  text-transform: uppercase;
}

.jobs-detail .jobd-header .jobd-cweb a {
  color: #000;
  text-decoration: underline !important;
}

.jobd-info .jobd-title {
  color: #0B5ECF;
  font-size: 30px;
  padding: 6px 20px;
  background-color: #DCEBFF;
  border-radius: 0.3rem;
  box-shadow: 0 2px 6px rgb(182 209 248 / 9%);
  border: 1px solid #B6D1F8 !important;
  margin-bottom: 20px;
}

.jobd-info .jobd-info-meta {
  font-size: 0.875rem;
  color: #4c4c4c;
  margin-bottom: 0.625rem;
}

.jobd-info .jobd-info-meta a {
  color: #448df0 !important;
  text-decoration: underline !important;
}

/*-- Join Now --*/

.test-quote {
  display: block;
  max-width: 400px;
  padding-left: 40px;
}

.test-quote .test-quote-text {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
}

.test-quote .test-quote-text::before {
  content: "\f10d";
  font: 20px "Font Awesome 5 Pro";
  position: absolute;
  left: -30px;
  top: -10px;
  color: #b12131;
}

.test-quote-meta-title {
  display: block;
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
}

.test-quote-meta-subtitle {
  font-size: 13px;
  color: #979797;
}

.organized-card {
  border-radius: 0;
  border-color: #8EB5EA;
  border-bottom: 10px solid #8EB5EA;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
}

.organized-card .card-body {
  padding: 40px 30px;
}

.organized-card .organized-content {
  min-height: 200px;
}

.organized-card .organized-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #8EB5EA;
  margin-bottom: 20px;
}

.organized-card.oc-red {
  border-bottom: 10px solid #D02F44;
}

.organized-card.oc-red .organized-title {
  color: #D02F44;
}

.organized-card.oc-bluedark {
  border-bottom: 10px solid #272D4E;
}

.organized-card.oc-bluedark .organized-title {
  color: #272D4E;
}

.organized-card.oc-green {
  border-bottom: 10px solid #28B859;
}

.organized-card.oc-green .organized-title {
  color: #28B859;
}

.organized-card.oc-blue {
  border-bottom: 10px solid #1877F2;
}

.organized-card.oc-blue .organized-title {
  color: #1877F2;
}

.organized-card.oc-gray {
  border-bottom: 10px solid #94A2B3;
}

.organized-card.oc-gray .organized-title {
  color: #94A2B3;
}

.joinnowlist-arrowd {
  margin: 15px 0;
}

.joinnowlist-arrowd li {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #263D81;
  padding-left: 50px;
  margin-bottom: 30px;
}

.joinnowlist-arrowd li::before {
  content: "";
  background-image: url('../img/arrow-sub-right.svg');
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  position: absolute;
  left: 6px;
  top: 3px;
  color: #000;
}

/*-- Login Page  --*/
#login-section {
  background: url(../img/login-bg.jpg) top center;
  background-size: cover;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

#login-section .container {
  position: relative;
  height: 100%;
  z-index: 2;
}

#login-tab {
  padding: 0.3125rem;
  border-radius: .55rem !important;
  background-color: #dadada;
  border: 0.0625rem solid #bbbdc1;
}

#login-tab .nav-item {
  margin: 0.3125rem;
}

#login-tab .nav-link {
  text-transform: uppercase;
  border: 0px !important;
  border-radius: .55rem !important;
  margin-bottom: 0px !important;
}

#login-tab .nav-item.show .nav-link,
#login-tab .nav-link.active {
  color: #fff;
  background-color: #263d81;
  border-radius: .55rem !important;
  border: 0px !important;
}

#login-tab .nav-link:focus,
#login-tab .nav-link:hover {
  color: #fff;
  background-color: #263d81;
  border-radius: .55rem !important;
  border: 0px !important;
  isolation: isolate;
}

.login-form .form-control {
  border: 0px !important;
  padding: 1rem 1.5rem 1.5rem !important;
  border-radius: .55rem !important;
}

.login-form .pass-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #979797;
  padding: 1.2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  z-index: 8;
}

.login-form .forgot-link {
  font-size: 0.875rem;
  color: #B0B0B0;
}

.login-form .forgot-link:hover {
  color: #b12131;
}

.login-form .contine-txt {
  font-size: 1.125rem;
  text-align: center;
  color: #B5B5B5;
}

.login-form .btn {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 1rem 1.5rem !important;
  border-radius: .55rem !important;
}

.login-form .btn i {
  text-align: center;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  padding: 0.3125rem;
  font-weight: normal;
  margin-right: 0.3125rem;
}

.login-form .btn-facebk {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  padding: .85rem 1.5rem !important;
  border-radius: .55rem !important;
  background-color: #1877F2;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.login-form .btn-facebk i {
  background: #fff;
  color: #1877F2;
}

.login-form .btn-google {
  font-size: 1.125rem;
  font-weight: bold;
  color: #757575;
  text-transform: capitalize;
  padding: .85rem 1.5rem !important;
  border-radius: .55rem !important;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.login-form .btn-google i {
  background: #fff;
  color: #d54c3f;
}

.signup-section.half {
  overflow: hidden;
}

.signup-section.half,
.signup-section.half .container&gt;.row {
  min-height: 700px;
}

.signup-section.half .bg {
  width: 40%;
  background-size: cover;
  background-position: center;
}

.signup-section.half .contents {
  padding-top: 60px;
  padding-bottom: 30px;
  width: 60%;
}

.signup-form .img-fluid {
  max-width: 20rem;
}

.signup-form .signup-title {
  font-size: 1.5rem;
  color: #263D81;
  text-transform: uppercase;
}

.signup-form .form-control {
  border: 1px solid #b1b1b1 !important;
}

.signup-form .social-btn {
  text-align: center;
}

.signup-form .social-btn .btn {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: capitalize;
  padding: .6rem 1.5rem !important;
  margin: 0.625rem;
  border-radius: .55rem !important;
  border: 0.0625rem solid #fafafa;
}

.signup-form .social-btn .btn:hover {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.signup-form .social-btn .btn i {
  text-align: center;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  padding: 0.3125rem;
  font-weight: normal;
  margin-right: 0.3125rem;
}

.signup-form .btn-linkedin {
  color: #fff;
  background-color: #1877F2;
  border-color: #1877F2 !important;
}

.signup-form .btn-linkedin i {
  background: #fff;
  color: #1877f2;
}

.signup-form .btn-google {
  color: #757575;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.signup-form .btn-google i {
  background: #fff;
  color: #d54c3f;
}

.or-seperator {
  color: #A1A1A1;
  margin: 30px 0;
  text-align: center;
}

.light-header .navbar__wrap ul li a {
  color: #fff;
}

.sticky-menu .navbar__wrap ul li a {
  color: #263D81;
}

#advertising-banner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
  width: 100%;
  height: 100vh;
  background: #000 top center;
  background-size: cover;
}

#advertising-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+50&amp;1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

#advertising-banner .container {
  position: relative;
  height: 100%;
  z-index: 2;
}

#advertising-banner .inner-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#advertising-banner .title {
  font-size: 4vw;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

#advertising-banner .subtitle {
  font-size: 2.5vw;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

#advertising-banner .subtitle2 {
  font-size: 1.5vw;
  line-height: 1;
  color: #979797;
  text-transform: uppercase;
  letter-spacing: 20px;
  margin-bottom: .3rem;
}

#advertising-banner .text-yellow {
  color: #FFD964;
}

#advertising-banner .text-bluel {
  color: #B6D1F8;
}

#advertising-banner .text-blue {
  color: #29AAF3;
}

#advertising-banner .text-greenl {
  color: #B6F8BC;
}

#advertising-banner .text-lgolden {
  color: #D7C17F;
}

.text-g1 {
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #D2CFAE 33%, #95925B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-g2 {
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #a1b3d4 33%, #3b5a93 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-g3 {
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #bac9e4 33%, #395c9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-g4 {
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #c9be93 33%, #806e26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-g5 {
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #bfeae0 33%, #34bc9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advertising-banner .title-box {
  display: inline-block;
  max-width: 530px;
  color: #fff;
  padding: 10px;
  margin-top: -13px;
  background-color: rgb(0 0 0 / 70%);
}

#advertising-banner .title-box h4 {
  font-size: 2vw;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb-light {
  position: absolute;
  left: 15px;
  bottom: -15px;
  margin-bottom: 0;
}

.breadcrumb-light .breadcrumb-item+.breadcrumb-item::before {
  color: #29AAF3;
}

.breadcrumb-light .breadcrumb-item a {
  color: #fff;
}

.breadcrumb-light .breadcrumb-item.active {
  color: #fff;
}

.advertising-solution-banner {
  background-image: url(../img/banner/adbanner01.jpg);
}

.image-branding-banner {
  background-image: url(../img/banner/adbanner02.jpg);
}

.hiring-diversity-banner {
  background: url(../img/banner/adbanner03.jpg) bottom center !important;
}

.graduate-enrollment-banner {
  background-image: url(../img/banner/adbanner04.jpg);
}

.confrence-marketing-banner {
  background-image: url(../img/banner/adbanner05.jpg);
}

.marketing-corporation-banner {
  background-image: url(../img/banner/adbanner06.jpg);
}

.website-banner {
  background-image: url(../img/banner/adbanner07.jpg);
}

.jobagent-email-banner {
  background-image: url(../img/banner/adbanner08.jpg);
}

.jobagent-email2-banner {
  background-image: url(../img/banner/adbanner09.jpg);
}

.jobagent-email3-banner {
  background-image: url(../img/banner/adbanner10.jpg);
}

.list-arrowd {
  margin: 15px 0;
}

.list-arrowd li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.list-arrowd li::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 6px;
  top: 3px;
  color: #B6F8BC;
}

.jobagent-email-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: #343a40;
  margin-bottom: 20px;
}

.jobagent-email-card img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.jobagent-email-card:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.jobagent-email-card .jobagent-email-info {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.jobagent-email-card .jobagent-email-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 30px;
  color: #fff;
}

.jobagent-email-card .jobagent-email-content h3 {
  font-weight: bold;
  margin-bottom: .8rem;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}

.jobagent-email-card .jobagent-email-content p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.advertising-counter .counter {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.advertising-counter {
  display: block;
  padding: 30px 40px;
}

.advertising-counter.counter-grad {
  -webkit-box-shadow: 0px 0px 30px 0px #2F78A2;
  box-shadow: 0px 0px 30px 0px #2F78A2;
  background-image: linear-gradient(315deg, hsl(240deg 100% 20%) 0%, hsl(289deg 100% 21%) 11%, hsl(315deg 100% 27%) 22%, hsl(329deg 100% 36%) 33%, hsl(337deg 100% 43%) 44%, hsl(357deg 91% 59%) 56%, hsl(17deg 100% 59%) 67%, hsl(34deg 100% 53%) 78%, hsl(45deg 100% 50%) 89%, hsl(55deg 100% 50%) 100%);
}

.advertising-counter .counter-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

/* Post single page */
/*-- Our Audience Page */
.highest-deg h4 {
  color: #272D4E;
}

.highest-deg h4 span.percent-text {
  font-size: 42px;
  position: relative;
  top: 3px;
  line-height: 23px;
  color: #E85667;
}

.highest-deg h4 span.hold-text {
  color: #C1C7DE;
}

.highest-deg {
  border-left: 4px solid #C4C4C4;
  padding: 0 20px;
}

.degree-sec img {
  height: 80px;
  width: 80px;
  margin: 0 auto 15px;
  display: inherit;
}

.degree-sec p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.sec-01 {
  position: relative;
}

.sec-02 {
  position: relative;
}

.sec-01 p span:before {
  content: '';
  background-color: #C1C7DE;
  position: absolute;
  height: 35px;
  width: 35px;
  z-index: -9999;
  border-radius: 40px;
}

.sec-02 p span:before {
  content: '';
  background-color: #FFD964;
  position: absolute;
  height: 35px;
  width: 35px;
  z-index: -9999;
  border-radius: 40px;
}

.sec-03 {
  position: relative;
}

.sec-03 p span:before {
  content: '';
  background-color: #FFE5E6;
  position: absolute;
  height: 35px;
  width: 35px;
  z-index: -9999;
  border-radius: 40px;
}

.sec-04 {
  position: relative;
}

.sec-04 p span:before {
  content: '';
  background-color: #B6F8BC;
  position: absolute;
  height: 35px;
  width: 35px;
  z-index: -9999;
  border-radius: 40px;
}

.circle-deg img {
  height: 60px;
  margin: 0px auto;
  width: 60px;
  display: table;
}

.circle-deg {
  margin-top: -40px;
}

.circle-txt p {
  text-align: center;
  color: grey;
  font-size: 10px;
}

.highest-edu {
  border-left: 4px solid #C4C4C4;
  padding: 0 20px;
  position: relative;
}

.highest-edu h4 {
  color: #272D4E;
}

.highest-edu h4 span.percent-text {
  font-size: 42px;
  position: relative;
  top: 3px;
  line-height: 23px;
  color: #D02F44;
}

.highest-edu h4 span.hold-text {
  color: #C1C7DE;
}

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

.perc-edu p.perc-txt {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.perc-edu p.perc-txt::before {
  content: '';
  background-color: #B6D1F8;
  height: 40px;
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 8px;
  border-radius: 30px;
}

.year-txt {
  font-size: 22px;
  font-weight: 800;
}

.job-seek h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #272D4E;
}

.job-seek {
  border-left: 4px solid #C4C4C4;
  padding: 0 20px;
  position: relative;
}

.femal-txt span.pr-txt {
  font-size: 40px;
  font-weight: 600;
  margin-right: 15px;
  color: #D02F44;
}

.femal-txt p {
  margin-bottom: 0;
  line-height: 50px;
}

.job-seek img {
  height: 80px;
  width: 140px;
  margin: 20px auto;
}

.femal-txt p span.gndr {
  font-size: 22px;
  font-weight: 600;
  color: #C1C7DE;
}

.career {
  border-left: 4px solid #C4C4C4;
  padding: 0 20px;
  position: relative;
}

.career p {
  font-size: 23px;
  font-weight: 700;
  color: #C1C7DE;
}

p.prcnt-num {
  font-size: 40px;
  font-weight: 600;
  color: #D02F44;
  margin-bottom: 0;
}

.percentage {
  text-align: center;
}

p.pecnt-hdng {
  font-weight: 600;
}

p.num1 {
  border-bottom: 12px solid #B6F8BC;
}

p.num2 {
  border-bottom: 12px solid #FFD964;
}

p.num3 {
  border-bottom: 12px solid #C1C7DE;
}

.service-img img {
  margin: -10px -40px;
  height: 80px;
  width: 100px;
}

.race {
  border-left: 4px solid #C4C4C4;
  padding: 0 20px;
  position: relative;
}

.race span.percent-text {
  font-size: 40px;
  font-weight: 600;
  color: #D02F44;
}

.race span.hold-text {
  color: #C1C7DE;
  font-size: 28px;
}

.txt-sec ul li.one1 {
  background-color: #B6F8BC;
  width: 100%;
}

.txt-sec ul li.one2 {
  background-color: #FFD964;
  width: 100%;
}

.txt-sec ul li.one3 {
  background-color: #8EB5EA;
  width: 100%;
}

.txt-sec ul li.one4 {
  background-color: #FFE5E5;
  width: 100%;
}

.txt-sec ul li.one5 {
  background-color: #CEEDFF;
  width: 100%;
}

.txt-sec ul li.one6 {
  background-color: #D2C7FC;
  width: 100%;
}

.txt-sec ul li.one7 {
  background-color: #F0F0F0;
  width: 100%;
}

.txt-sec ul li {
  margin: 10px 0;
  padding: 0 10px;
}

.imgg {
  position: relative;
}

.image01 {
  background-color: #B6F8BC;
  border-radius: 50%;
  height: 250px;
  padding: 15px;
  display: flex;
  justify-content: center;
  width: 250px;
  text-align: center;
}

.image01 img {
  width: 100px;
}

.image02 {
  background-color: #FFD964;
  border-radius: 130px;
  height: 120px;
  padding: 15px;
  width: 120px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 50px;
  margin: -20px 40px;
  text-align: center;
}

.image02 img {
  width: 60px;
}

.lst-section-audience {
  position: relative;
}

.txt-sec ul li.one4::before {
  content: '';
  background-color: pink;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -50px -120px;
  border-radius: 30px;
}

.txt-sec ul li.one3::before {
  content: '';
  background-color: #b2b2ff;
  height: 55px;
  width: 55px;
  position: absolute;
  margin: 60px -150px;
  border-radius: 30px;
}

.txt-sec ul li.one5::before {
  content: '';
  background-color: #3dbd213b;
  height: 35px;
  width: 35px;
  position: absolute;
  margin: 30px -210px;
  border-radius: 30px;
}

.txt-sec ul li.one6::before {
  content: '';
  background-color: #c5c5c7;
  height: 25px;
  width: 25px;
  position: absolute;
  margin: 50px -250px;
  border-radius: 30px;
}

.txt-sec ul li.one7::before {
  content: '';
  background-color: #c5c5c7;
  height: 18px;
  width: 18px;
  position: absolute;
  margin: -20px -300px;
  border-radius: 30px;
}

.donut {
  --donut-size: 420px;
  --donut-border-width: 14px;
  --donut-spacing: 0;
  --donut-spacing-color: 255, 255, 255;
  --donut-spacing-deg: calc(1deg * var(--donut-spacing));
  border-radius: 50%;
  height: var(--donut-size);
  margin: 40px;
  position: relative;
  width: var(--donut-size);
}

.donut__label {
  left: 50%;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.donut__label__heading {
  font-size: 24px;
  font-weight: 600;
}

.donut__label__sub {
  color: #666;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.donut__slice {
  height: 100%;
  position: absolute;
  width: 100%;
}

.donut__slice::before,
.donut__slice::after {
  border: var(--donut-border-width) solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 100%;
}

.donut__slice::before {
  border-width: calc(var(--donut-border-width) + 1px);
  box-shadow: 0 0 1px 0 rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
}

.donut__slice__first {
  --first-start: 0;
}

.donut__slice__first::before {
  border-top-color: rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
  transform: rotate(calc(360deg * var(--first-start) + 45deg));
}

.donut__slice__first::after {
  border-top-color: #ffd964;
  border-right-color: rgb(194, 238, 194, calc(100 * (var(--first) - 0.25)));
  border-bottom-color: rgba(255, 104, 56, calc(100 * (var(--first) - 0.5)));
  border-left-color: rgba(255, 104, 56, calc(100 * (var(--first) - 0.75)));
  transform: rotate(calc(360deg * var(--first-start) + 45deg + var(--donut-spacing-deg)));
}

.donut__slice__second {
  --second-start: calc(var(--first));
  --second-check: max(calc(var(--second-start) - 0.5), 0);
  -webkit-clip-path: inset(0 calc(50% * (var(--second-check) / var(--second-check))) 0 0);
  clip-path: inset(0 calc(50% * (var(--second-check) / var(--second-check))) 0 0);
}

.donut__slice__second::before {
  border-top-color: rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
  transform: rotate(calc(398deg * var(--second-start) + 309deg));
}

.donut__slice__second::after {
  border-top-color: #b6f8bc;
  border-right-color: rgba(182, 248, 188, calc(100 * (var(--second) - 0.25)));
  border-bottom-color: rgba(182, 248, 188, calc(100 * (var(--second) - 0.5)));
  border-left-color: rgba(182, 248, 188, calc(100 * (var(--second) - 0.75)));
  transform: rotate(calc(360deg * var(--second-start) + 20deg + var(--donut-spacing-deg)));
}

.donut__slice__fourth {
  --fourth-start: calc(var(--first) + var(--second) + var(--third));
  --fourth-check: max(calc(var(--fourth-start) - 0.5), 0);
  -webkit-clip-path: inset(0 calc(50% * (var(--fourth-check) / var(--fourth-check))) 0 0);
  clip-path: inset(0 calc(50% * (var(--fourth-check) / var(--fourth-check))) 0 0);
}

.donut__slice__fourth::before {
  border-top-color: rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
  transform: rotate(calc(360deg * var(--fourth-start) + 45deg));
}

.donut__slice__fourth::after {
  border-top-color: #c1c7de;
  border-right-color: rgba(28, 178, 246, calc(100 * (var(--fourth) - 0.25)));
  border-bottom-color: rgba(28, 178, 246, calc(100 * (var(--fourth) - 0.5)));
  border-left-color: rgba(28, 178, 246, calc(100 * (var(--fourth) - 0.75)));
  transform: rotate(calc(360deg * var(--fourth-start) + 45deg + var(--donut-spacing-deg)));
}

/* Post single page */
#post_section {
  position: relative;
  padding: 3.75rem 0 0;
}

.post_title {
  position: relative;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 5.625rem;
}

.post_title::before {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  border-bottom: 0.5rem solid #8EB5EA;
  width: 14.375rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.post_title::after {
  content: '';
  position: absolute;
  bottom: -1.875rem;
  border-bottom: 0.1875rem solid #8EB5EA;
  width: 8.75rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

#heading {
  text-transform: uppercase;
  color: #673AB7;
  font-weight: normal;
}

.question-bar {
  text-align: center;
  font-size: 2rem;
}

.question-bar .quest {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #979797;
}

.question-bar a.mail {
  color: #0B5ECF;
}

.question-bar a.mail:hover {
  text-decoration: underline;
}

#post-process {
  position: relative;
  margin-top: 20px;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #d3d3d3;
  position: relative;
}

#progressbar::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#progressbar .active {
  color: #000;
}

#progressbar li {
  list-style: none;
  font-size: 1.25rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.3125rem 1.25rem;
  position: relative;
}

#progressbar .position-tab:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f466";
  font-weight: 400;
}

#progressbar .products-tab:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1b2";
  font-weight: 400;
}

#progressbar .contactbilling-tab:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f15b";
  font-weight: 400;
}

#progressbar .confirmation-tab:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1b2";
  font-weight: 400;
}

#progressbar li:before {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  font-size: 1.5rem;
  color: #DADADA;
  border-radius: 50%;
  margin: 0 auto 0.625rem;
  text-align: center;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

#progressbar li.active:before {
  color: #000;
}

#progressbar li.active:after {
  background: #34A853;
}

.border-bluel {
  border-bottom: 2px solid #B6D1F8;
}
.personal-info .personal-title,
.employers_form h4.card-title,
.general-info .generalinfo-title,
.selct-categ .selctcateg-title,
.confirm-order .confirmo-title,
.order-info .orderi-title
{
  font-size: 1.375rem;
  color: #263d81;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.second-txt {
  background: #DCEBFF;
  font-size: 14px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 1px 5px 5px #aec6e6;
}

.second-txt p {
  font-size: 0.875rem;
  line-height: 1.6;
}

.second-txt p:last-child {
  margin-bottom: 0;
}

.firstjob-txt {
  background-color: #faf4bb;
  padding: 15px 20px;
  box-shadow: 1px 5px 5px #ffa910b8;
}

.firstjob-txt p {
  font-size: 0.875rem;
  line-height: 1.8;
}

.cart-box .cartbox-title {
  font-size: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.cart-box .cartbox-title i {
  font-size: 1.5rem;
  margin-right: 0.3125rem;
}

.cart-box .cartbox-list {
  position: relative;
  padding: 20px 30px 0px;
  border: 2px solid #000;
  border-bottom: 0;
  margin-bottom: 20px;
}

.cart-box .cartbox-list::after {
  content: '';
  background: url(../img/arrows-icon.svg) repeat-x top left;
  background-size: 1rem;
  height: 0.625rem;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: -0.5rem;
}

.cart-box .cartbox-list .table {
  margin-bottom: 60px;
}

.cart-box .total-price {
  font-weight: 400;
  color: #DADADA;
  margin-bottom: 60px;
}

.cart-box .price {
  color: #000;
  font-weight: bold;
  padding: 10px 5px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.cart-box .process-btn {
  margin-bottom: -20px;
}

.card-more-exposure {
  margin-bottom: 1.25rem;
}

.card-more-exposure .infoo {
  display: block;
  min-height: 15.625rem;
  font-size: 0.875rem;
  box-shadow: 0.0625rem 0.3125rem 0.3125rem #aec6e6;
  padding: 1.875rem 1.25rem;
  margin-bottom: 0.3125rem;
}

.card-more-exposure .infoo h5 {
  color: #0B5ECF;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.card-more-exposure .infoo p {
  font-size: 0.875rem;
}

.card-more-exposure .infoo p:last-child {
  margin-bottom: 0;
}

.card-more-exposure .exposure-action {
  padding: 0.25rem 0px 1.25rem;
}

.card-more-exposure .exposure-action .action-price {
  background: #ffefbe;
  text-transform: uppercase;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  font-weight: 600;
}

.exposure-action .action-price .cart-price {
  color: #34A853;
}

.action-price .form-switch {
  float: right;
}

.action-price .form-switch .form-check-input {
  width: 3em;
  height: 1.4em;
  margin-top: 0.1em;
  border-radius: 1em;
}

.exposure-action .action-price i.fa-solid.fa-cart-arrow-down {
  font: 20px "Font Awesome 5 Pro";
}

.confirm-order .order-detal-info li {
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
  padding: 0.3125rem 0.9375rem;
  margin-bottom: 0.9375rem;
  width: fit-content;
}

.confirm-order .order-detal-info li::before {
  content: '';
  position: absolute;
  background-color: #f6ea7c;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  z-index: -9;
}

.agree-text {
  padding: .375rem .75rem;
  border-radius: .25rem;
  border: 1px solid #979797;
}

.agree-text .form-switch {
  float: right;
  margin-top: 5px !important;
}

/*-- Job Packs Page  */

.pack-disc {
  position: relative;
}

.pack-disc .row p {
  margin-bottom: 0;
  padding: 8px 8px 0;
}

.pack-disc .row {
  margin-bottom: 5px;
}

.pack-disc .row::after {
  content: '';
  background-color: #DADADA;
  width: 100%;
  height: 1px;
  position: relative;
}

.dataTables_wrapper {
  position: relative;
}

table.dataTable thead th {
  background: #fff8bb96;
  color: #46382a;
}

table.dataTable {
  padding-top: 20px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0.5rem 0.625rem;
  font-size: 0.875rem;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  background: #b21b2d;
}

table .btn {
  padding: 0.25rem 0.5rem;
}

table .btn-outline-primary {
  color: #8eb5ea;
  border-color: #8eb5ea;
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
  --bs-table-accent-bg: initial;
  color: initial;
  background-color: #fafafa !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: initial initial !important;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.dataTables_paginate&gt;span {
  padding: 0.25rem;
  border-radius: 0.25rem;
  /* border: 1px solid #94A2B3; */
  display: inline-block;
  margin: 0.625rem;
  font-size: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #000;
  background: #e7f1ff !important;
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: initial !important;
  border: 1px solid #263D81;
  color: #000 !important;
}

.dataTables_info {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #b4b4b4 !important;
}

.sideNav li {
  padding: 1.25rem 0rem;
  border-bottom: 0.0625rem solid #ececec;
}

.sideNav li:last-child {
  border: none;
}

.sideNav li a {
  padding: 0.3125rem 0rem;
  display: block;
  font-size: 0.875rem;
  text-align: center;
  color: #263D81;
}

.fa-solid,
.fas {
  display: block;
  text-align: center;
  color: #263d81;
}
.fa.fa-calendar.input-group-text {
  height: 100%;
  display: flex;
  font-weight: 400;
  line-height: 1.5;
}
.sideNav li a:hover {
  color: #b21b2d;
}

body {
  min-width: 250px !important;
}

.container {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  max-width: 4000px;
}

@media (max-width:4500px) {
  .container {
    max-width: 3000px
  }
}

@media (max-width:3500px) {
  .container {
    max-width: 2000px
  }
}

@media (max-width:2500px) {
  .container {
    max-width: 1800px
  }
}

@media (max-width:1800px) {
  .container {
    max-width: 1530px
  }
}

@media (min-width:1920px) {
  #advertising-banner {
    height: 950px
  }

  #joinnow-banner {
    height: 950px
  }
}

@media (max-width:1500px) {
  .container {
    max-width: 1320px
  }
}

@media (max-width:1199.98px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:992px) {

  .acc-parent {
    -moz-column-count: 3;
    column-count: 2
  }

  .acc-item {
    padding-top: 10px
  }

}

@media (max-width: 991.98px) {
  .container {
    max-width: 720px
  }

  .section .title {
    font-size: 1.2rem;
  }
  
  .topsection__content .jobscount-text {
    font-size: 0.7rem;
  }

  #homewanttostand .wanttostand-content h2 {
    font-size: 5vw
  }

  #homewanttostand .wanttostand-content h3 {
    font-size: 5vw
  }

  #homewanttostand .wanttostand-content .free-text {
    font-size: 4vw
  }

  #homewanttostand .wanttostand-content {
    max-width: 100%
  }

  .organized-card .organized-content {
    min-height: 100px
  }

  .signup-section.half .contents {
    width: 100%
  }
}

@media (max-width:767.98px) {
  .container {
    max-width: 100%
  }

  .job-blocks .col-lg-6,
  .job-blocks .col-lg-3 {
    width: 100% !important
  }

  .section .title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .topsection__content .jobscount-text {
    font-size: 0.6rem;
  }
  #applyjobs-section {
    background: #f6f6f6;
    padding: 0.2rem 0;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .container {
    max-width: 540px
  }

  .topsection__content a.newjt {
    display: inline-block;
    font-size: 16px;
    margin-left: 0;
    margin-top: 5px
  }

  #advertising-banner {
    height: 60vh
  }

  .allhighered-news-list {
    position: relative;
    padding: 3rem
  }

  .footer__logo {
    text-align: center
  }

  .footerb__left {
    text-align: center
  }

  .footer__social__list {
    text-align: center
  }

  .signup-section.half .contents {
    width: 100%
  }
}

@media (max-width: 575.98px) {

  /* new */
  .imgsec-mob {
    display: none !important
  }

  .pe-3 {
    padding-right: 0px !important
  }

  h5.jobtitle {
    font-size: 3.5vw !important
  }

  .featuredjobs-card .joblocation {
    font-size: 2.9vw
  }

  .featuredjobs-card .jobdesignation {
    font-size: 2.9vw
  }

  .featuredjobs-card .jobposted {
    font-size: 2.9vw
  }

  #homefeatured-Jobs {
    padding-bottom: 0
  }

  #advertising-banner {
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
    width: 100%;
    height: 60vh
  }

  .topsection__content a.newjt {
    display: inline-block;
    margin-top: 5px
  }

  #bottombanner {
    background-attachment: initial;
    padding: 4rem 0
  }

  #homewanttostand .wanttostand-content {
    max-width: 100%;
    text-align: center
  }

  .allhighered-news-list {
    padding: 0
  }

  .footer__logo {
    text-align: center
  }

  .footerb__left {
    text-align: center
  }

  .footer__social__list {
    text-align: center
  }

  .signup-section.half .contents {
    width: 100%
  }
}

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

.list-group {
  border: 1px solid #ccc;
  box-shadow: -1px 27px 43px -33px rgb(0 0 0 / 75%);
  -webkit-box-shadow: -1px 27px 43px -33px rgb(0 0 0 / 75%);
  -moz-box-shadow: -1px 27px 43px -33px rgba(0, 0, 0, 0.75);
}

.list-group-item {
  border: none;
}

.insName,
.city {
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 12px;
  margin: 0 2px;
}

.insName {
  background: #7cb57c;
  color: #fff;
}

.city {
  background: #4177ff;
  color: #fff;
}

a.list-group-item {
  padding: .5rem 1.25rem;
}

.wd_container {
  padding: 0 17% 2.5rem;
}

#topsection .inner-container {
  position: relative;
  top: initial;
  transform: initial;
  width: initial;
}

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

.tooltip .tooltip-inner {
  background: #1b2126;
  padding: 3px 2px;
  border: 1px solid #fff;
  font-size: 14px;
}

.tooltip-arrow {
  display: none !important;
}

#search_result {
  position: absolute;
  width: 100%;
  z-index: 9999999 !important;
}

.cart-box {
  padding-bottom: 25px;
  padding-top: 30px !important;
}

fieldset {
  position: relative !important;
}

input.fw-normal {
  background-color: transparent !important;
  border: 0px !important;
  padding: 0px 0px 0px 0px !important;
  font-family: "Helvetica", "sans-serif" !important;
  color: #000;
  margin-top: 0;
  text-transform: unset;
}

.jbqty {
  width: 4.125rem;
  padding: 0.0625rem;
}

.cartbox-list input {
  border: 0px !important;
}

.cartbox-list td.checkbox-offset.text-right {
  padding-right: 0px !important;
  padding-left: 0px !important;
  text-align: end;
}

.cartbox-list input[type="checkbox"] {
  display: none;
  color: #000 !important;
}

.cartbox-list label {
  color: #000 !important;
}

.cart-box .total-new span.price {
  padding-top: 0px !important;
}

.cart-box .total-new span.price input#total {
  background-color: transparent !important;
  font-weight: bold !important;
  color: #000;
  padding: 0rem 0.3125rem 0.3125rem !important;
  border-top: 0.125rem solid #000;
  border-bottom: 0.125rem solid #000;
  width: 6.875rem;
}

.total-new span.price {
  border: 0px !important;
}

span.ch-cat-text {
  display: inline-block;
  text-overflow: ellipsis;
  width: 16rem;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

h5.jobtitle {
  line-height: 1.4;
  margin-bottom: 10px !important;
}

.card.searchjobs-card {
  padding: 15px 0px 0px !important;
}

.topsection__content a.newjt {
  color: #ae0002;
  font-size: 0.6rem;
  margin-left: 2px;
  text-decoration: underline;
}

.bg-color a.newjt {
  color: #B6D1F8;
}

span.redarea {
  color: #b12131;
}

a.moreforsameisnt {
  color: #34a853 !important;
  text-decoration: underline;
  display: block;
  margin-top: 25px;
  margin-bottom: 29px;
  margin-left: 0px !important;
  text-align: center;
}

.jobd-header-info {
  padding-top: 1vw !important;
  text-align: center;
  padding-bottom: 2vw !important;
  background-color: #fff !important;
}

h2.jobd-ctitle {
  font-size: 2.25rem;
}

.jobd-ctitle {
  text-transform: capitalize !important;
}

.jobd-header-info a.btn.btn-success.btn-apply {
  width: fit-content;
  margin: 10px auto auto;
  font-size: 1.3vw !important;
  padding: 0.6rem 2rem;
}

a.moreforsameisnt:hover {
  color: #0b5ecf !important;
}

.jobd-info h4 {
  margin-bottom: 0px !important;
}

ul.sub-menu.dropright {
  left: 71% !important;
  top: 0px !important;
}

.agree-text label {
  vertical-align: sub !important;
}

a.freeanchor:hover span {
  background-color: #b12131 !important;
  color: #fff !important;
  transition: 0.6s !important;
}

a.freeanchor {
  transition: 0.6s !important;
}

.card.featuredjobs-card {
  padding: 15px 0px 0px !important;
  position: relative;
}

.featured-sj {
  font-size: 0.55rem;
  font-weight: 600;
  position: absolute;
  left: -0.5rem;
  top: 0.3rem;
  background-color: #8EB5EA;
  color: white;
  padding: 0.02rem 0.4rem;
  text-transform: uppercase;
  box-shadow: 0.125rem 0.125rem 0.25rem 0 rgb(0 0 0 / 30%);
  opacity: 0.9;
}

@media (max-width:575.98px) {
  .menu__nav .logo img {
    max-width: 12rem!important;
  }

  .imgsec-mob {
    display: none !important
  }

  .pe-3 {
    padding-right: 0px !important
  }

  h5.jobtitle {
    font-size: 3.5vw !important
  }

  .featuredjobs-card .joblocation {
    font-size: 2.9vw
  }

  .featuredjobs-card .jobdesignation {
    font-size: 2.9vw
  }

  .featuredjobs-card .jobposted {
    font-size: 2.9vw
  }

  #homefeatured-Jobs {
    padding-bottom: 0
  }

  body .topsection__content {
    margin-top: 0px !important
  }

  .jobs-detail .jobd-header .jobd-ctitle {
    font-size: 8vw
  }

  .jobs-detail .jobd-header .jobd-clocation {
    font-size: 4.5vw
  }

  .jobs-detail .jobd-header .jobd-cweb a {
    font-size: 2.9vw
  }

  .jobd-info .jobd-title {
    font-size: 6.5vw
  }

  .btn-apply {
    font-size: 2.6vw !important;
    /* padding: 0.6rem 2rem 2rem !important; */
  }

  .jobd-header-info a.btn.btn-success.btn-apply {
    font-size: 2.6vw !important;
    /* padding: 0.6rem 2rem 2rem !important; */
    margin-bottom: 17px;
  }

  h2.jobd-ctitle {
    font-size: 1rem;
  }

  .jobd-info h4 {
    font-size: 16px
  }
}

.sticky-header {
  background-color: #fff !important;
  position: sticky;
  top: 0;
  z-index: 9999 !important;
}

.mobile__menu .menu__outer ul li&gt;ul&gt;li&gt;ul {
  left: 0 !important;
}

.pagination-pn .pagination .page-item:hover a {
  background-color: #bee3ff !important;
}
.page-item.disabled:hover {
  cursor: not-allowed;
}
.pagination-pn .pagination .page-item.disabled:hover a {
  background-color: #dfdfdf !important;
}
@media (max-width:1199.98px) {
  .custom-container {
    max-width: 960px
  }

  .header-action&gt;ul li.header-btn {
    display: none
  }

  .header-shop-cart .minicart {
    right: 0
  }
}

@media (max-width:991.98px) {
  .custom-container {
    max-width: 720px
  }

  .menu-area {
    padding: 25px 0
  }

  .menu-nav {
    justify-content: space-between
  }

  .header-action {
    margin-right: 40px
  }

  .header-shop-cart .minicart {
    top: 51px
  }

  .menu-outer .navbar-wrap {
    display: block !important
  }

  .menu-area .mobile-nav-toggler {
    display: block
  }
}

@media (max-width:767.98px) {
  .custom-container {
    max-width: 100%
  }

  .transparent-header {
    top: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .custom-container {
    max-width: 540px
  }
}

/* SYED css  */
/* Extra large devices (large desktops, 1500px to 4000px and up and up) &lt;&lt;added by syed */
/* here 1199 means 1199px or greater */
@media (min-width: 1199px) {

  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1500px) {

  html,
  body {
    font-size: 20px;
  }
}

@media (min-width: 1800px) {

  html,
  body {
    font-size: 24px;
  }
}

@media (min-width: 3000px) {

  html,
  body {
    font-size: 35px;
  }
}

@media (min-width: 4000px) {

  html,
  body {
    font-size: 50px;
  }
}

.twitter-typeahead,
.tt-menu {
  width: 100%;
}

.form-control.form-control-lg.tt-input {
  outline: 0;
}

.tt-menu {
  padding: 0.5rem 0;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, .2);
  font-size: 1rem;
  overflow-y: auto;
  max-height: 21.875rem;
}

.tt-selectable,
.tt-header {
  padding: 0.5rem 1.25rem;
  color: #212529;
}

.tt-header&gt;b&gt;.fa-solid {
  color: #212529;
  display: initial;
}

.tt-selectable&gt;a {
  color: #212529;
}

.tt-selectable:focus,
.tt-selectable:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.tt-cursor {
  background-color: #f8f9fa;
}

.tt-highlight {
  background: #fff9c6;
}

.tto-categories {
  background: #d0eaff;
}

.tto-inst {
  background: #ebffd3;
}

.tto-states {
  background: #fff8e1;
}

.tto-countries {
  background: #fff2f1;
}

.tto-keywords {
  background: #ecd0ff;
}

.active_emp_menu {
  background-color: #f6f6f6;
}

ul.stateCol li {
  width: 33.333333%;
  float: left;
}

/* MAP CSS FIXED ON 17th AUG 2022 */
@media all and (min-width: 600px) and (max-width: 992px) {
  .menu__nav .logo img {
    max-width: 14rem!important;
  }

  #map {
    width: 70vw !important;
    height: 30vw !important
  }
}

#map {
  width: 35vw;
  height: 17vw;
  margin-top: 10%;
}

.usStates {
  position: absolute;
  z-index: 9;
  right: -30px;
  top: 30px;
}

.usStates li a {
  color: #8eb5ea;
  border: 1px solid #5f5d9b;
  border-radius: 2px;
  padding: 0.1vw 0.2vw 0vw;
  display: block;
  text-align: center;
  margin: 2px 0px;
}

.usStates li:hover {
  background: #34a853;
}

.usStates li:hover a {
  color: #fff;
  border: 1px solid #34a853;
}

#map g circle {
  display: none;
}

#map .st_brdr {
  border: 1px solid red;
  width: 20px;
  height: 20px;
}

.jvectormap-tip {
  z-index: 9999 !important;
}

@media all and (min-width:600px) and (max-width:992px) {
  #map {
    width: 70vw !important;
    height: 30vw !important
  }
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  display: none;
}

#map_our_outer_div {
  margin-left: 60px;
  position: fixed;
  left: -5000px;
}

@media (max-width:992px) {
  .usStates {
    right: 0
  }

  #map_our_outer_div {
    margin-left: 0
  }
}

.usStates li {
  text-align: left;
  font-size: .5rem;
  font-weight: lighter;
}

.usStates div {
  font-size: 15px;
}

.jvectormap-container {
  height: 100%;
  width: 100%;
}

.jvectormap-region {
  font-size: 0.5rem;
}

.jvmap-smart {
  width: 100%;
  height: 100%;
}

#tts_nha:hover .tt_nha {
  display: block;
}

#tts_mas:hover .tt_mas {
  display: block;
}

#tts_rhi:hover .tt_rhi {
  display: block;
}

#tts_con:hover .tt_con {
  display: block;
}

#tts_nje:hover .tt_nje {
  display: block;
}

#tts_del:hover .tt_del {
  display: block;
}

#tts_mar:hover .tt_mar {
  display: block;
}

#tts_was:hover .tt_was {
  display: block;
}

@media (min-width:576px) {
  #map_our_outer_div {
    position: initial;
    left: initial
  }
  .gridCol3 {
    -moz-column-count: 3;
    column-count: 3
  }
}

@media (min-width:768px) {

}

@media (min-width:992px) {

}

@media (min-width:1200px) {

}

span.heafstxt {
  font-size: 0.5rem;
  padding-right: 0.1rem;
  color: #8EB5EA;
  text-transform: uppercase;
}

.select-area-down {
  float: right;
}

.country-select .selected-flag .arrow {
  border-top-color: #718abe !important;
}

.country-select.inside {
  border: 0.0625rem solid #718abe;
  border-radius: 0.375rem;
}

#country_selector {
  height: 1.8rem;
  border: none;
  color: #8EB5EA;
  width: 12rem !important;
  background-color: transparent !important;
}

.country-select .country-list {
  z-index: 10 !important;
}

.country-select.inside input,
.country-select.inside input[type=text] {
  font-size: 0.5rem;
}

@media (max-width:992px) {
  #country_selector {
    width: 15vw !important
  }

  .country-select.inside input,
  .country-select.inside input[type=text] {
    font-size: 1vw
  }
}
.itmsres {
  list-style: disc;
  list-style-position: outside;
  margin-left: 10px;
  padding-bottom:6px;
}
.fbnr1{
  background-image: url("../img/fbnr1.png");
}
.fbnr2{
  background-image: url("../img/fbnr2.png");
}
.fbnr3{
  background-image: url(../img/fbnr3.png);
  background-position: top;
}
.featured-sj {
  background: #253e80;
  width: 180px;
  padding: 6px 6px 6px 40px;
  border-radius: 85px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  position:absolute;
	margin-top: 30px;
	left: 60%;
}
.featured-sj:before {
  content: "";
  position:absolute;
  margin: -35px -35px -35px -70px;
  width:60px;
  height:60px;
  transform:rotate(25deg);
  background-color: #ffffff; /* to see where it is */
}
.featured-sj:after {
  /* other styles */
  box-shadow: 0 0 0 250px #ffffff;
}
@media screen and (max-width: 1199px) {
  .featured-sj {
    width: 130px;
    padding: 2px 2px 2px 40px;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    margin-top: 20px;
  }
  .featuredjobs-card .jobtitle {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .featured-sj {
    width: 110px;
    padding: 2px 2px 2px 20px;
    font-size: 10px;
    font-weight: 400;
    margin-top: -6px;
    margin-left: 40px;
  }
  .featured-sj:before {
    margin: -10px -35px -45px -20px;
    width: 10px;
    height: 32px;
  }
}</pre></body></html>