/*=============================
STYLE.CSS FILE 
01. default CSS
=============================*/
/* @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&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;
  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: 'Helvetica', sans-serif;
  color: #000;
  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-size: 1rem;
  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;
  font-size: 14px;
  font-weight: 400;
}

*::-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;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #191B1E;
  font-size: 14px;
  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;
}

/*=============================
    - Bootstrap Custom
=============================*/
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

/*=============================
    - 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: #b12131;
  border-color: #b12131;
}

.btn-primary:hover {
  color: #fff;
  background-color: #343562;
  border-color: #343562;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #343562;
  border-color: #343562;
  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>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #343562;
  border-color: #343562;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.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: #343562;
  border-color: #343562;
}

.btn-secondary {
  color: #fff;
  background-color: #343562;
  border-color: #343562;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #343562;
  border-color: #343562;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #343562;
  border-color: #343562;
  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>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #343562;
  border-color: #343562;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.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: #343562;
  border-color: #343562;
}

.text-end {
  text-align: right !important;
}

.btn-success {
  color: #fff;
  background-color: #34A853;
  border-color: #34A853;
}

.btn-success:hover {
  color: #fff;
  background-color: #2B9948;
  border-color: #2B9948;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #2B9948;
  border-color: #2B9948;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2B9948;
  border-color: #2B9948;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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: #8EB5EA;
  border-color: #8EB5EA;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #8EB5EA;
  border-color: #8EB5EA;
}

.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: #fff;
  background-color: #8EB5EA;
  border-color: #8EB5EA;
}

.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>.btn {
  padding: 0.5rem 3rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.text-primary {
  color: #b12131 !important;
}

.text-secondary {
  color: #343562 !important;
}

.text-success {
  color: #34A853 !important;
}

.text-info {
  color: #8EB5EA !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: #343562;
}

/*=============================
02. Header
=============================*/
.menu__area {
  padding: 6px 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;
  margin-top: 12px;
  padding: 6px 10px;
  width: 50px;
  text-align: center;
  color: #313262;
  border: 0px !important;
  margin-top: 22px !important;
}

@media (max-width: 767.98px) {
  .menu__area .mobile__nav__toggler {
    margin-top: 12px;
  }
}

@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: 280px;
  max-width: 17vw !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.65rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #3D3C6F;
  padding: 30px 15px;
  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: 18px 0;
  visibility: hidden;
  min-width: 230px;
  margin: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  border: 1px 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: 0px 30px 70px 0px 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: 8px 10px 8px 25px;
  font-weight: 500;
  line-height: 1.6;
  color: #191B1E;
  text-transform: capitalize;
  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>a {
  padding-left: 35px;
  color: #343562;
}

.navbar__wrap ul li .sub-menu li.active>a {
  padding-left: 35px;
  color: #343562;
}

.navbar__wrap ul li:hover>.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>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>ul {
  display: none;
}

.mobile__menu .menu__outer ul li>ul>li>ul {
  display: none;
}

.mobile__menu .menu__outer ul li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #3D3C6F;
  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>a:before {
  height: 100%;
}

.mobile__menu .menu__outer ul li>ul>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: #3D3C6F;
  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 {
  background: #b12131;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile__menu .menu__outer ul li.active>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: #3D3C6F;
  -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: #312620;
  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: 8vh 0;
}

@media (max-width: 1199.98px) {
  #topsection {
    padding: 120px 0 0;
  }
}

@media (max-width: 991.98px) {
  #topsection {
    padding: 120px 0 0px;
  }
}

@media (max-width: 1500px) {
  .topsection__content {
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .topsection__content {
    margin-top: 0;
  }
}

.topsection__content .title {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-transform: inherit;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #272D4E;
  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 {
  display: inline-block;
  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;
  display: block;
  width: 160px;
  height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  background: #343562;
  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: #1B2126;
  padding: 90px 0 0px;
}

@media (max-width: 767.98px) {
  .footer {
    padding: 310px 0 20px;
  }
}

.footer__widget {
  margin-bottom: 50px;
  margin-bottom: 30px;
}

.footer__widget .fw-title {
  margin-bottom: 23px;
  color: #6F6FAD;
  font: 1rem Helvetica, sans-serif;
  text-transform: capitalize;
  margin-bottom: 0.9rem;
}

.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: 220px;
}

.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: #343562;
}

.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: 17px;
  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 #BBBDC1;
}

/*=============================
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: #343562;
}

.active-dark-mode .mobile__menu .menu__outer ul li {
  border-color: #313B58;
}

.active-dark-mode .mobile__menu .menu__outer ul li>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: #343562;
}

.active-dark-mode .mobile__menu .menu__outer ul li>ul>li:first-child {
  border-color: #313B58;
}

.active-dark-mode .mobile__menu .menu__outer ul li.active>a {
  color: #343562;
}

.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: #343562;
}

.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: #343562;
  }
}

.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: #343562;
  background: #343562;
}

.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: #343562;
}

.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: #343562;
}

.active-dark-mode .blog::after {
  background: #222B45;
}

.active-dark-mode .blog__post__item:hover .blog__post__content .title a {
  color: #343562;
}

.active-dark-mode .blog__post__tags a {
  background: #343562;
  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(#343562, #343562), linear-gradient(#343562, #343562);
}

.active-dark-mode .blog__post__content .read__more {
  color: #9099AB;
}

.active-dark-mode .blog__post__content .read__more:hover {
  color: #343562;
}

.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;
  font-size: 55px; }

h2 {
  font-weight: bold;
  font-size: 48px; }

h3 {
  font-size: 36px; }
.font-weight-normal{
  font-weight: 400;
}

h5 a{
    color: #7171ad;
}
.list{
  margin: 15px 0 15px;
}
.list li{
  position: relative;
  padding-left: 30px;
}

.text-end {
    text-align: right !important;
}
.list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.form-label {
  margin-bottom: .2rem;
}
label {
  color: #828282;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  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 .75rem;
  padding-right: 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  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{
  padding: .6rem 1.75rem;
}
.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, 168, 83, 0.38);
  -moz-box-shadow: 0px 3px 1px 0px rgba(52, 168, 83, 0.38);
  box-shadow: 0px 3px 1px 0px rgba(52, 168, 83, 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;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.text-blued{
  color: #3D3C6F;
}
.text-blue{
  color: #0B5ECF;
}
.text-yellow{
  color: #FFD964;
}
.menu__area .mobile__nav__toggler {
  color: #313262;
  border:0px !important;
}
.nav-link {
  color: #3D3C6F;
}
.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 !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #b12131;
  background-color: #ffffff;
  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: #ffffff;
  border-color: transparent transparent #b12131 !important;
  border-bottom: 2px solid !important;
}
.tab-content{
  padding: 20px;
}

@media (min-width: 992px) { 
    .acc-parent { 
        -moz-column-count: 3;
        column-count: 2;
        }
    .acc-item { padding-top: 10px; }
}


.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: #000000;
}
.accordion-button:focus {
  box-shadow:none !important;
}
.accordion-button::after{
  filter: invert(26%) sepia(73%) saturate(2113%) hue-rotate(202deg) brightness(92%) contrast(99%);
}
.accordion-body {
  padding: 1rem 1.25rem;
  color: #0B5ECF;
}
/*== pages ==*/
.page-title {
  position: relative;
  font-size:40px;
  color:#212222;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom:50px;
}
.page-title::before{
  content: '';
  position: absolute;
  left:0px;
  bottom: -20px;
  border-bottom: 8px solid #8EB5EA;
  width:200px;
}
.page-title::after {
  content: '';
  position: absolute;
  left:0px;
  bottom: -30px;
  border-bottom: 3px solid #8EB5EA;
  width:130px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 2rem;
  list-style: none;
}
.breadcrumb-item{
  font-size: 13px;
  text-transform: uppercase;
}
.breadcrumb-item a{
  color: #0B5ECF;
  text-transform: uppercase;
}
.breadcrumb-item.active {
  color: #495059;
}
.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: 0px;
  position: absolute;
  border: 0;
  background: none;
  z-index:6;
}

.section{
  position: relative;
  padding: 10vh 0 10vh;
}
.section .title{
  position: relative;
  font-size: 3vw;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-mobile{
  display:none;
}
.bg-gray{
  background-color: #F0F0F0;
}
.bg-grayd{
  color: #ffffff;
  background-color: #1B2126;
}
.bg-grayd .title{
  color: #ffffff;
}
.bg-grayd h2, .bg-grayd h3, .bg-grayd h4, .bg-grayd h5, .bg-grayd h6{
  color: #ffffff;
}
.bg-blue{
  background-color: #29AAF3;
}
.bg-blue .title{
  color: #ffffff;
}
.bg-blued{
  background-color: #0B5ECF;
}
.bg-blued .title{
  color: #ffffff;
}
.bg-yellow{
  background-color: #D6AC2C;
}
.bg-yellow .title{
  color: #ffffff;
}
.bg-purple{
  background-color: #3D3C6F;
}
.bg-purple .title{
  color: #ffffff;
}
.bg-darkgolden{
  background-color: #88753C;
}
.bg-darkgolden .title{
  color: #ffffff;
}
.bg-etongreen{
  background-color: #15B28D;
}
.bg-etongreen .title{
  color: #ffffff;
}
.card {
  position: relative;
  background-color: #ffffff;
  border-color: #EBEBEC;
  border-radius: .25rem;
  margin-bottom: 30px;
}
#topsection{
  position: relative;
  width: 100%;
  height: initial;
  padding: 8vh 0 8vh;
  -webkit-transition: .4s;
  transition: .4s;
}
.topsection__content .title{
  font-size: 3vw;
  line-height: 1.2;
  font-weight: 700;
  color: #272D4E;
  margin-bottom: 0.5rem;
}
.topsection__content .jobscount-text{
  font-size: 1.5vh;
  font-weight: 100;
  color: #ffffff;
}
#topsection .job-banner img{
  text-align: center;
  border: 0px !important;
  padding: 0px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%) !important;
  margin-bottom: 20px;
}
.topsection__content a.newjt{
  color: #B6D1F8;
  font-size: 1.5vh;
  margin-left: 2px;
  text-decoration: underline;
}
.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: 4px 8px;
  border-radius: 4px;
  border: none;
}
.top-searchform .form-control{
  font-size: 1em;
  color: #1E202C;
  border: 0px;
  margin-left:0px !important;
}
.top-searchform .form-control:focus {
  border:0px !important;
  box-shadow:none !important;
}
.top-searchform .form-control::placeholder{
  color: #1B2126 !important;
  font-size: 1em !important;
}
.top-searchform .form-control::-webkit-input-placeholder, .top-searchform .form-control:-ms-input-placeholder {
  color: #1B2126 !important;
  font-size: 1em !important;
}
.searchform-link {
  text-align: left;
  padding-right: 20px;
  margin-top: 1vh;
}
.searchform-link a {
  position: relative;
  text-decoration: none !important;
  padding: initial;
  font-size: 1.5vh;
  color: #ffffff;
}
.searchform-link a::after {
  content: "|";
  position: initial;
  right: initial;
  top: initial;
  color: #7574BC;
  padding: 0px 20px;
}
.searchform-link a:last-child::after{
  display: none !important;
}
.searchform-link a:hover{
  text-decoration: none !important;
}
.top-searchform .btn:focus {
  box-shadow:none !important;
}
.top-searchform #btn-search {
  padding: 5px 10px;
  left: 0px;
  position: relative;
  border: 0;
  background: none;
  z-index: 2;
  font-size: 24px;
  color:#1E202C !important;
}
.top-searchform #btn-search:hover {
  color:#1E202C !important;
}
.applyjobs-slider{
  position: relative;
  padding:15px 30px;
}
.applyjobs-slider .ajobsitem{
  display:block;
  margin: 10px 15px;
  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:0px;
    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: 0px;
}
.featuredjobs-card{
  border: 0px;
  -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:18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.featuredjobs-card .joblocation{
  font-size:13px;
  color: #b12131;
  line-height: 1.2;
  margin-bottom: 0px;
}
.featuredjobs-card .joblocation small{
  color: #afb9c6;
}
.featuredjobs-card .jobdesignation{
  color: #212222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.featuredjobs-card .jobposted{
  font-size:13px;
  line-height: 1.2;
  margin-bottom: 0px;
}
#homewanttostand{
  padding-bottom:0px;
}
#homewanttostand .wanttostand-content{
  max-width: 65%;
}
#homewanttostand .wanttostand-content h2{
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 2rem;
}
#homewanttostand .wanttostand-content h3{
  font-size: 2.5vw;
  font-weight: 400;
}
#homewanttostand .wanttostand-content .free-text{
  color: #b12131;
  font-size: 2.2vw;
  padding: 4px 15px;
  border-radius: 5px;
  border: 2px solid #b12131;
}
#popularcities-news::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width:100%;
  height:60%;
  background: #F0F0F0;
  z-index: -1;
}
.popularcities-jobs{
  color:#ffffff;
  padding: 7vh 0 9vh;
}
.popularcities-jobs .title{
  font-size: 3vw;
  line-height: 1.3;
  color:#3D3C6F;
  font-weight: 700;
}
.popularcities-jobs .popularcities-content{
  max-width: 85%;
}
.popularcities-jobs .pcities-list{
  margin-bottom: 20px;
}
.pcities-list a, .pcities-list a:hover{
  color:#3D3C6F;
}
.allhighered-news-list{
  position: relative;
  padding-top: 1rem;
  padding: 3rem;
}
.allhighered-news-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height:20%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
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:#3D3C6F;
  font-weight: 700;
}
.ahenews-card{
  position: relative;
  background-color: #3D3C6F;
  border-color: #3D3C6F;
  border-radius: 1rem;
  margin-bottom: 15px;
}
.ahenews-card .newstitle{
  font-size: 16px;
  color: #ffffff;
  padding-right: 70px;
}
.ahenews-card .newstext{
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 0px;
}
.ahenews-card .newstext a{
  color: #ffffff;
}
.ahenews-card .newssocial{
  position: absolute;
  top: 0px;
  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: 0vh 0 6vh;
  }

  /* Footer */
  .footer {
    background: #1B2126;
    padding:90px 0 0px;
  }
  .footer__widget {
    margin-bottom: 30px;
  }
  .footer__widget .fw-title {
    color: #6F6FAD;
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 23px;
  }
  .footer__logo{
    text-align: center;
    margin-bottom: 30px;
  }
  .footer__list li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
  }
  #bottombanner{
    position: relative;
    padding: 30vh 0 30vh;
    background-color: #ffffff;
    border:0px solid #EBEBEC;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/buttom-image.jpg);
  }
  .copyright__wrap a{
    color: #6F6FAD;
  }
  .copyright__wrap a:hover{
    color:#ffffff;
  }
  .copyright-links a{
    padding-right:20px;
    color: #6F6FAD;
  }
  .copyright-links a:hover{
    color:#ffffff;
  }
  .footer__social__list li:not(:last-child) {
    margin-right: 5px;
  }
  .footer__social__list li a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
  }
  .footer__social__list li a i {
    background-color: transparent !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 4px;
    line-height: 22px;
    text-align: center;
  }
  .footer__social__list li a:hover  i {
    background-color:#6F6FAD !important;
    color: #ffffff;
  }
  .footer__social__list li a:hover {
    color: #6F6FAD;
  }
 
  .footerb__left{
    font-size: 14px;
    color: #ffffff;
  }
  .footerb__left .copyright__text{
    color: #ffffff;
  }
  /* Inner Pages */

  .right__sidebar .widget{
    display: block;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
    border:1px solid #8EB5EA;
    margin-bottom: 20px;
  }
  .right__sidebar .widget .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.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: 0px;
  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;
}

/*-- Diversity Resources --*/


/*-- Faculty All Higher --*/
#facultyjobsaccordion .accordion-button{
  display: block;
  padding-right: 4rem;
}
#facultyjobsaccordion .accordion-button::after{
  position: absolute;
  right: 20px;
  bottom: 30%;
}
.accordion-button::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='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-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: 12px;
  font-weight: 600;
  background-color: #DCEBFF;
  padding: 4px 10px;
  border-radius: 0.75rem;
  box-shadow: 0px 1px 1px 0px rgba(105, 201, 255, 0.33);
  margin-left: 5px;
}

.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: 260px;
}

.searchcat-job .searchcat-list li a, .listItem li a{
  font-size: 16px;
  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;
}

@media (min-width: 992px) {
    .gridCol3 {
    -moz-column-count: 3;
    column-count: 3;
}
}

/*-- News and Resources --*/
.card__content {
  position: absolute;
  /* other styles (left, top, right, and padding) */
  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: 0px;
  padding: 15px 30px;
  color: #ffffff;
}
.news-resources-card .news-resources-content h3{
  font-weight:bold;
  margin-bottom: .8rem;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
}
.news-resources-card .news-resources-content p{
  font-size: 16px;
  color: #ffffff;
  margin-bottom:0rem;
}

/*-- College Profile --*/
.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: #ffffff;
}
.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: 0px;
  left: 0px;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+50&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: 0px;
  bottom: -20px;
  border-bottom: 8px solid #8EB5EA;
  width: 230px;
}
#employers-banner .title::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -30px;
  border-bottom: 3px solid #8EB5EA;
  width: 140px;
}
.jobs-pack{
  position: relative;
  background-color: #ffffff;
  border-color: #EBEBEC;
  border-radius: .25rem;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
}
.jobs-pack .card-body{
  padding:30px;
}
.jobs-pack .jobs-pack-content{
  min-height: 320px;
}
.jobs-pack .pack-name{
  color: #8D9298;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1em;
}
.jobs-pack .pack-title{
  font-size: 24px;
  text-transform: uppercase;
  color: #1B2430;
}
.jobs-pack .pack-sub-title{
  font-size: 13px;
  color: #8D9298;
}
.jobs-pack .jobs-pack-list{
  margin-bottom: 20px;
}
.jobs-pack .jobs-pack-list {
  margin: 15px 0 15px;
}
.jobs-pack .jobs-pack-list li {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.jobs-pack .jobs-pack-list li::before {
  content: "";
  background-image: url('../img/arrow-sub-right.svg');
  background-size: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  left:0px;
  top: 3px;
  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: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  left:0px;
  top: 3px;
  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: 160px;
  border: 1px solid #B6D1F8 !important;
  border-radius:0rem !important;
  margin-bottom: 20px;
}
.job-blocks .card .card-body{
  padding: 1.5rem 1.6rem;
  padding-right: 3rem;
  padding-bottom: 1.4rem;
}
.job-blocks .card p {
  color: #BBBDC1;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
}
.job-blocks .card p:last-child {
  margin-bottom: 0;
}
.job-blocks .card.first-colum {
  background: #F1F7FF;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
}
.card.first-colum::after {
  content: "\f005";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 20px;
  top: 15px;
  color: #b2243b;
}
.job-blocks .card.last-colum {
  position: relative;
  background-color: #8EB5EA;
  border-color: #8EB5EA;
  text-align: center;
}
.job-blocks .card.last-colum .card-body{
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-blocks .card.last-colum p {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
}
.job-blocks .card.last-colum a{
  color: #fff;
}
.job-blocks .card.last-colum::before {
  content: "\f063";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  transform: rotate(50deg);
}
.job-blocks .card.first-colum p {
  color: #272D4E;
}
.job-blocks .card .lb-text{
  color: #B22435 !important;
  font-weight: 800;
  font-size: 30px;
}
.job-blocks .card .text-blue{
  color: #46467F !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: #000000 !important;
}
.moreproduct-card{
  border-radius: 0;
  border-color:#B6D1F8;
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
}
.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:30px;
  color:#8EB5EA;
}
.moreproduct-card .moreproduct-content{
  min-height: 200px;
}

/*-- Search List --*/
.searchjobs-card{
  border: 0px;
  -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: 0px;
}
.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: 0px;
}
.jobs-sorting {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.jobs-sorting>li {
  display: inline-block;
  position: relative;
  text-align: left;
}
.jobs-sorting>li label {
    text-transform: uppercase;
    text-align: left;
    color: #000000;
    font-size: 12px;
}
.jobs-sorting>li .form-select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  padding-right: 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  color: #3D3C6F;
  background-color: #ffffff;
  border: 2px solid #94A2B3;
}
.pagination-pn{
  display: inline-block;
}
.pagination-pn .pagination{
  padding: 4px;
  border-radius: .25rem;
  border: 2px solid #94A2B3;
}
.pagination-pn label {
  display: block;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  font-size: 12px;
}
.pagination-pn .pagination .page-item{
  margin-left: 2px;
}
.pagination-pn .pagination .page-item:first-child{
  margin-left:0px;
}
.pagination-pn .pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  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: 4px;
  border-radius: .25rem;
  border: 2px solid #94A2B3;
}
.pagination-page label {
  display: block;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  font-size: 12px;
}
.pagination-page .pagination .page-item{
  margin-left: 2px;
}
.pagination-page .pagination .page-item:first-child{
  margin-left:0px;
}
.pagination-page .pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  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: #ffffff;
  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: #000000;
  background-color: #e7f1ff;
  border-color: #e7f1ff;
}


/*-- Jobs detail --*/
.search-switch{
  position: absolute;
  top: 100px;
  left: 1px;
  z-index: 999;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.search-switch .searchs-text{
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
}
.search-switch .searchs-text #switchkon{
    color: #0B5ECF;
}
.search-switch .switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 70px;
}
.search-switch .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.search-switch .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #DCEBFF;
  background-color: #cccccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.search-switch .switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0px;
  top: 0px;
  background-color: #DCEBFF;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.1);
}
.search-switch .switch input:checked + .slider {
  background-color: #B6D1F8;
}
.search-switch .switch input:focus + .slider {
  background-color: #B6D1F8;
}
.search-switch .switch input:checked + .slider:before {
  -webkit-transform: translateY(46px);
  -ms-transform: translateY(46px);
  transform: translateY(46px);
}
.search-switch .switch .slider.round {
  border-radius: 34px;
}
.search-switch .switch .slider.round:before {
  border-radius: 50%;
}

.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;
  height: 120px;
}
.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:#000000;
  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: 14px;
  color:#DADADA;
  margin-bottom: 10px;
}
.jobd-info .jobd-info-meta a{
  color:#8EB5EA !important;
  text-decoration: underline !important;
}
/*-- Join Now --*/

#joinnow-banner{
  width: 100%;
  height: 100vh;
  background: url(../img/topbanner03.jpg) top center;
  background-size: cover;
  position: relative;
}
#joinnow-banner .container{
  position: relative;
  height: 100%;
  z-index: 2;
}
#joinnow-banner .container .test-quote{
  position: absolute;
  max-width: 400px;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 2;
}
.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-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -30px;
  top: -10px;
  font-size: 20px;
  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 15px;
}
.joinnowlist-arrowd li {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #3D3C6F;
  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:10px;
  border-radius: .25rem;
  background-color: #BBBDC1;
}
#login-tab{
  padding:5px;
  border-radius: .55rem !important;
  background-color: #dadada;
  border:1px solid #bbbdc1;
}
#login-tab .nav-item{
  margin: 5px;
}
#login-tab .nav-link{
  font-size:16px;
  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: #ffffff;
  background-color: #46467F;
  border-radius: .55rem !important;
  border:0px !important;
}
#login-tab .nav-link:focus, #login-tab .nav-link:hover {
  color: #ffffff;
  background-color: #46467F;
  border-radius: .55rem !important;
  border:0px !important;
  isolation: isolate;
}
.login-form .form-control{
  border: 0px !important;
  padding: 1rem 1.5rem !important;
  border-radius: .55rem !important;
}
.login-form .pass-icon{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #979797;
  padding: 1.2rem 1.2rem;
  background-color: transparent !important;
  border-color:transparent !important;
}
.login-form .forgot-link{
  font-size: 14px;
  color: #B0B0B0;
}
.login-form .forgot-link:hover{
  color: #b12131;
}
.login-form .contine-txt{
  font-size: 18px;
  text-align: center;
  color: #B5B5B5;
}
.login-form .btn{
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 1rem 1.5rem !important;
  border-radius: .55rem !important;
}
.login-form .btn i {
  font-size: 16px;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 5px;
  font-weight: normal;
  margin-right: 5px;
}
.login-form .btn-facebk{
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  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: 18px;
  font-weight: bold;
  color: #757575;
  text-transform: capitalize;
  padding: .85rem 1.5rem !important;
  border-radius: .55rem !important;
  background-color:#ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.login-form .btn-google i {
  background: #fff;
  color: #d54c3f;
}

/*-- Signup Pages --*/

.signup-section.half{
  overflow: hidden;
}
.signup-section.half, .signup-section.half .container > .row {
  min-height: 700px;
}
.signup-section.half .bg {
  width: 40%;
}
.signup-section.half .contents{
  padding-top:60px;
  padding-bottom:30px;
  width: 60%;
}
.signup-section.half .bg {
  background-size: cover;
  background-position: center;
}
.signup-section.half .bg {
  background-size: cover;
  background-position: center;
}
.signup-form .slogo{
  height: 70px;
}
.signup-form .signup-title{
  font-size: 24px;
  color: #3D3C6F;
  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: 18px;
  font-weight: bold;
  text-transform: capitalize;
  padding: .6rem 1.5rem !important;
  margin:10px;
  margin-bottom: 15px;
  border-radius: .55rem !important;
  border: 1px 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 {
  font-size: 16px;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 5px;
  font-weight: normal;
  margin-right: 5px;
}
.signup-form .btn-linkedin{
  color: #ffffff;
  background-color:#1877F2;
  border-color: #1877F2 !important;
}
.signup-form .btn-linkedin i {
  background: #fff;
  color: #1877f2;
}
.signup-form .btn-google{
  color: #757575;
  background-color:#ffffff;
  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 30px;
  text-align: center;
}

/*-- Advertising Pages --*/

.light-header .navbar__wrap ul li a {
  color: #ffffff;
}
.sticky-menu .navbar__wrap ul li a {
  color: #3D3C6F;
}
#advertising-banner{
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
  width: 100%;
  height: 100vh;
  background-position: top center;
  background-size: cover;
  background-color: #000000;
}
#advertising-banner::before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+50&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: #ffffff;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
#advertising-banner .subtitle{
  font-size: 2.5vw;
  line-height: 1;
  color: #ffffff;
  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: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #D2CFAE 33%, #95925B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-g2{
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #a1b3d4 33%, #3b5a93 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-g3{
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #bac9e4 33%, #395c9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-g4{
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #c9be93 33%, #806e26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-g5{
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 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: #ffffff;
  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: #ffffff;
  text-transform: uppercase;
}
.breadcrumb-light{
  position: absolute;
  left: 15px;
  bottom: -15px;
  margin-bottom: 0px;
}
.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: #29AAF3;
}
.breadcrumb-light .breadcrumb-item a{
  color: #ffffff;
}
.breadcrumb-light .breadcrumb-item.active {
  color: #ffffff;
}
.advertising-solution-banner{
  background-image: url(../img/banner/adbanner01.jpg);
}
.image-branding-banner{
  background-image: url(../img/banner/adbanner02.jpg);
}
.hiring-diversity-banner{
  background-position: bottom center !important;
  background-image: url(../img/banner/adbanner03.jpg);
}
.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 15px;
}
.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: 0px;
  padding: 15px 30px;
  color: #ffffff;
}
.jobagent-email-card .jobagent-email-content h3{
  font-weight:bold;
  margin-bottom: .8rem;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.jobagent-email-card .jobagent-email-content p{
  font-size: 16px;
  color: #ffffff;
  margin-bottom:0rem;
}
.advertising-counter .counter{
  font-size: 3.5vw;
  line-height: 1;
  color: #ffffff;
}
.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{
  font-size:5vw;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
.advertising-counter .counter-text{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
/* 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 0px;
  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: 0px;
}
.perc-edu p.perc-txt::before {
  content: '';
  background-color: #B6D1F8;
  height: 40px;
  position: absolute;
  left: -10px;
  bottom: 0px;
  width: 8px;
  border-radius: 30px;
}
.year-txt {
  font-size: 22px;
  font-weight: 800;
}
.job-seek h5 {font-size: 22px;font-weight: 600;margin-bottom: 0rem;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 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 15px;
  width: 120px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  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: #666666;
  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: 140px 0 0;
}
.post_title {
  position: relative;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom:90px;
}
.post_title::before {
  content: '';
  position: absolute;
  bottom: -20px;
  border-bottom: 8px solid #8EB5EA;
  width: 230px;
  left: calc(43% - 5px);
}
.post_title::after {
  content: '';
  position: absolute;
  bottom: -30px;
  border-bottom: 3px solid #8EB5EA;
  width: 140px;
  left: calc(46% - 5px);
}
#heading {
	text-transform: uppercase;
	color: #673AB7;
	font-weight: normal;
}
.question-bar{
  text-align: center;
  font-size: 32px;
}
.question-bar .quest{
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #979797;
}
.question-bar a.mail{
  color: #0B5ECF;
}
.question-bar a.mail:hover{
  text-decoration: underline;
}
.question-bar{
  text-align: center;
  font-size: 32px;
}

/*Post Process*/
#post-process{
  position: relative;
  margin-top: 20px;
}
/*#post-process fieldset:not(:first-of-type) {
  display: none;
}*/
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  position: relative;
}
#progressbar::after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index:1;
}
#progressbar .active {
  color: #000000;
}
#progressbar li {
  list-style-type: none;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 20px;
  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: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 24px;
  color: #DADADA;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  text-align: center;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
}
#progressbar li.active:before{
  color:#000000;
}
#progressbar li.active:after {
  background: #34A853;
}
.border-bluel{
  border-bottom:2px solid #B6D1F8;
}
.personal-info .personal-title, .employers_form h4.card-title{
  font-size: 22px;
  color: #46467F;
  letter-spacing: 1px;
  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: 14px;
  line-height: 1.6;
}
.second-txt p:last-child{
  margin-bottom: 0px;
}
.general-info .generalinfo-title{
  font-size: 22px;
  color: #46467F;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.firstjob-txt{
  background-color: #faf4bb;
  padding: 15px 20px;
  box-shadow: 1px 5px 5px #ffa910b8;
}
.firstjob-txt p{
  font-size: 14px;
  line-height: 1.8;
}
.selct-categ .selctcateg-title{
  font-size: 24px;
  color: #46467F;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cart-box .cartbox-title{
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-box .cartbox-title i{
  font-size: 24px;
  margin-right: 5px;
}
.cart-box .cartbox-list{
  position: relative;
  padding:20px 30px 0px;
  border: 2px solid #000000;
  border-bottom:0px !important;
  margin-bottom: 20px;
}
.cart-box .cartbox-list::after {
  content: '';
  background: url(../img/arrows-icon.svg);
  background-position:top left;
  background-repeat: repeat-x;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: 3;
  bottom: -8px;
}
.cart-box .cartbox-list .table{
  margin-bottom: 60px;
}
.cart-box .total-price{
  font-size: 30px;
  font-weight: 400;
  color: #DADADA;
  margin-bottom: 60px;
}
.cart-box .price{
  color: #000000;
  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: 20px;
}
.card-more-exposure .infoo {
  display: block;
  min-height: 250px;
  font-size: 14px;
  box-shadow: 1px 5px 5px #aec6e6;
  padding: 30px 20px;
  margin-bottom:5px;
}

.card-more-exposure .infoo h5{
  color:#0B5ECF;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.card-more-exposure .infoo p{
  font-size: 14px;
}
.card-more-exposure .infoo p:last-child{
  margin-bottom: 0px;
}
.card-more-exposure .exposure-action{
  padding: 20px 0px;
}
.card-more-exposure .exposure-action .action-price{
  background: #ffefbe;
  text-transform: uppercase;
  padding: 10px 14px;
  font-size: 16px;
  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-family: 'Font Awesome 5 Pro';
  font-size: 20px;
}
.confirm-order .confirmo-title {
  font-size: 22px;
  color: #46467F;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.confirm-order .order-detal-info li{
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
  padding: 5px 15px;
  margin-bottom: 15px;
  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;
}
/*-- Job Packs Page  */
.order-info .orderi-title {
    font-size: 22px;
    color: #46467F;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.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: 8px 10px;
    font-size: 14px;
}
.badge-danger{
        background: #b21b2d;
}
table .btn{
    padding: 0.25rem 0.5rem;
}
table .btn-outline-primary{
        color: #8eb5ea;
    border-color: #8eb5ea;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: initial;
    color: initial;
    background-color: #fafafa !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: initial !important;
    text-transform: uppercase;
    font-size: 14px;
}
 
 .dataTables_paginate > span{
         padding: 4px;
    border-radius: 0.25rem;
    border: 2px solid #94A2B3;
        display: inline-block;
            margin: 10px;
            font-size: 16px;
 }
 .dataTables_wrapper .dataTables_paginate .paginate_button.current{
     color: #000000;
    background: #e7f1ff !important;
    border: none;
 }
 
 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: initial !important;
    border: 1px solid #3d3c6f;
    color: #000000 !important;
 }

 .dataTables_info{
     font-size: 14px;
    text-transform: uppercase;
    color: #b4b4b4 !important;
 }

 .sideNav li{
    padding: 20px 0px;
    border-bottom: 1px solid #ececec;
 }
  .sideNav li:last-child{
      border: none;
  }

 .sideNav li a{
     padding: 5px 0px;
    display: block;
    font-size: 14px;
    text-align:center;
        color: #3d3c6f;
 }
 .fa-solid, .fas{
     display: block;
     text-align: center;
    color: #b21b2d;
 }
 .sideNav li a:hover{
     color: #b21b2d;
 }

.container {
    max-width: 1990px; }
    /* Large desktop :1920px. */
    @media (min-width: 1920px) {   
      #advertising-banner{height: 950px}
      #joinnow-banner{height: 950px}
    }
    @media (max-width: 1800px) {
      .container {
        max-width: 1530px; 
      }
    }
    @media (max-width: 1500px) {
      .container {
        max-width: 1320px; } }
    @media (max-width: 1199.98px) {
      .container {
        max-width: 960px; } }
    @media (max-width: 991.98px) {
      .container {
        max-width: 720px; }
        .section .title{
          font-size: 5vw; }
        #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;
      }
        
        }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .container {
        max-width: 540px; }
   
        .topsection__content .jobscount-text {
          margin-bottom: 2rem;
        }
        .topsection__content a.newjt{
          display: inline-block;
          font-size: 16px;
          margin-left: 0px;
          margin-top: 5px;
        }
        #joinnow-banner{
          height: 60vh;
        }
        #advertising-banner{
          height: 60vh;
        }
        #homewanttostand .wanttostand-content {
          max-width: 100%;
          text-align: center;
        }
        .allhighered-news-list{
          position: relative;
          padding-top: 1rem;
          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: 0px;
}
          /* end new */


        #advertising-banner{
          position: relative;
          padding-top: 100px;
          padding-bottom: 30px;
          width: 100%;
          height: 70vh;
        }
     
        .topsection__content .jobscount-text {
          margin-bottom: 2rem;
        }
        .topsection__content a.newjt{
          display: inline-block;
          margin-left: 0px;
          margin-top: 5px;
        }
        #bottombanner{
          background-attachment: initial;
          padding: 15vh 0 15vh;
        }
        #joinnow-banner{
          height: 60vh;
        }
        #advertising-banner{
          height: 60vh;
        }
        #homewanttostand{
          padding-bottom:60px;
        }
        #homewanttostand .wanttostand-content {
          max-width: 100%;
          text-align: center;
        }
        .allhighered-news-list{
          padding-top: 1rem;
          padding-bottom: 1rem;
          padding: 0rem;
        }
        .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;
}

@media (min-width: 992px) {
     .acc-parent { -moz-column-count: 3;column-count: 2;}
     .acc-item { padding-top: 10px; }
     }


   /* new css */
      
      .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: white;
        }
        .city{
            background: #4177ff;
            color: white;
        }
        
        a.list-group-item{
            padding: .5rem 1.25rem;
        }
/* end new css */



     .wd_container{
        padding: 0 12%;
     }
     .topsection__content .title{
         font-size: 2.5vw;
     }

     /*#topsection{
         height: initial;
         padding: 8vh 0 8vh;
     }*/
     #topsection .inner-container{
        position: relative;
        top: initial;
        transform: initial;
        width: initial;
     }
     
    .topsection__content {
    margin-top: 7vh !important;
    }
    
    .searchform-link {
    text-align: left;
    padding-right: 20px;
    margin-top: 1vh;
    }
    
    .searchform-link a {
     font-weight: 100;
    text-decoration: none !important;
    padding: initial;
    font-size: 1.5vh;
    }
    
    .searchform-link a:hover{
        text-decoration: underline !important;
    }
    
    
    .searchform-link a::after {
    content: "|";
     position: initial; 
     right: initial; 
     top: initial; 
    padding: 0px 20px;
    }
    
    .topsection__content .jobscount-text {
    font-size: 1.5vh;
    font-weight: 100;
   
    }
    
    .topsection__content a.newjt {
    color: #B6D1F8;
    font-size: 1.5vh;
    margin-left: 2px;
    text-decoration: underline;
}

#searchf-input::placeholder   { 
  color: #979797 !important;
  opacity: 1;
  font-weight:100;
  font-size: 1.4vh !important;
  font-style: oblique;
}
 
#searchf-input::-ms-input-placeholder { 
  color: #979797 !important;
  opacity: 1;
  font-weight:100;
  font-size: 1.4vh !important;
  font-style: oblique;
}

#searchf-input::-ms-input-placeholder {
  color: #979797 !important;
  opacity: 1;
  font-weight:100;
  font-size: 1.4vh !important;
  font-style: oblique;
} 

.top-searchform .input-group {
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    border: none;
}
        #search_result{
             position: absolute;
    width: 100%;
    z-index: 999;   
        }
.cart-box {
    padding-bottom: 25px;
    padding-top: 30px !important;
}

fieldset {
    position: relative !important;
}



input.fw-normal {background-color: transparent !important;border: 0px !important;padding-left: 0px !important;font-family: 'Helvetica', sans-serif;color: #000000;margin-top: 0px;font-style: normal;/* font-weight: bold !important; */text-transform: unset;font-size: 22px !important;padding-top: 0px !important;padding-bottom: 0px !important;padding-right: 0px !important;}

.jbqty{
    width:50px;padding:1px;
}

.cartbox-list input {
    border: 0px !important;
    font-size: 16px;
}

.cartbox-list 
 td.checkbox-offset.text-right {
    padding-right: 0px !important;
    text-align: end;
}

.cartbox-list input[type="checkbox"] {
    display: none;
    color: #000 !important;
}

.cartbox-list label {
    color: #000 !important;
    font-size: 16px;
}
.cart-box .total-new span.price {
    padding-top: 0px !important;
}

.cart-box .total-new span.price input#total {
    font-size: 30px;
    background-color: transparent !important;
    font-weight: bold !important;
    color: #000000;
    padding: 0px 5px !important;
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    width: 110px;
}
.total-new span.price {
    border: 0px !important;
 
}

span.ch-cat-text {

    display: inline-block;
    text-overflow: ellipsis;
    width: 265px;
    overflow: hidden;
    white-space: nowrap;
}

h5.jobtitle {
    line-height: 1.4;
    margin-bottom: 10px !important;
}

.card.searchjobs-card {
    padding: 15px 0px !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: white;
        }
        .city{
            background: #4177ff;
            color: white;
        }
        
        a.list-group-item{
            padding: .5rem 1.25rem;
        }


/* end new css */



     .wd_container{
        padding: 0 12%;
     }
     .topsection__content .title{
         font-size: 2.5vw;
     }
  #topsection{
         height: initial;
         padding: 8vh 0 8vh;
     }
     #topsection .inner-container{
        position: relative;
        top: initial;
        transform: initial;
        width: initial;
     }
     
    .topsection__content {
    margin-top: 7vh !important;
    }
    
    .searchform-link {
    text-align: left;
    padding-right: 20px;
    margin-top: 1vh;
    }
    
    .searchform-link a {
     font-weight: 100;
    text-decoration: none !important;
    padding: initial;
    font-size: 1.5vh;
    }
    
    .searchform-link a:hover{
        text-decoration: underline !important;
    }
    
    
    .searchform-link a::after {
    content: "|";
     position: initial; 
     right: initial; 
     top: initial; 
    padding: 0px 20px;
    }
    
    .topsection__content .jobscount-text {
    font-size: 1.5vh;
    font-weight: 100;
   
    }
    
    .topsection__content a.newjt {
    color: #B6D1F8;
    font-size: 1.5vh;
    margin-left: 2px;
    text-decoration: underline;
}

#searchf-input::placeholder   { 
  color: #979797 !important;
  opacity: 1;
  font-weight:100;
  font-size: 1.4vh !important;
  font-style: oblique;
}
 
#searchf-input::-ms-input-placeholder { 
  color: #979797 !important;
  opacity: 1;
  font-weight:100;
  font-size: 1.4vh !important;
  font-style: oblique;
}

#searchf-input::-ms-input-placeholder {
  color: #979797 !important;
  opacity: 1;
  font-weight:100;
  font-size: 1.4vh !important;
  font-style: oblique;
} 

.top-searchform .input-group {
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    border: none;
}

     
        .tooltip .tooltip-inner{
         
            background: #1b2126;
            padding: 3px 2px;
            border: 1px solid white;
            font-size: 14px;
        }
        
        .tooltip-arrow{
            display:none !important;
        }
        
        #search_result{
             position: absolute;
    width: 100%;
    z-index: 999;   
        }

/* end new css*/


span.redarea {
    color: #b12131;
}
	a.moreforsameisnt {
    color: #34a853 !important;
    text-decoration: underline;
    display: block;
    margin-top: 25px;
    margin-bottom: 29px;
    margin-left: 20px;
}
.jobs-detail .jobd-header .jobd-header-cimg img {
    height: unset !important;
}

.jobd-header-info {
    padding-top: 1vw !important;
    text-align: center;
    padding-bottom: 2vw !important;
}

a.moreforsameisnt {
    margin-left: 0px !important;
    text-align: center;
}

.jobd-header-info {

    background-color: #fff !important;
}

h2.jobd-ctitle {
    font-size: 3vw !important;
}
.jobd-ctitle {text-transform: capitalize !important;}

.jobd-header-info a.btn.btn-success.btn-apply {width: fit-content;margin: auto;margin-top: 10px;}

a.moreforsameisnt:hover {
    color: #0b5ecf !important;
}

.jobd-info h4 {
    margin-bottom: 0px !important;
}

ul.sub-menu.dropright {
    /* position: relative !important; */
    left: 71% !important;
    top: 0px !important;
}
span.ch-cat-text {

    display: inline-block;
    text-overflow: ellipsis;
    width: 265px;
    overflow: hidden;
    white-space: nowrap;
}
.agree-text .form-switch {
    margin-top: 5px !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 !important;
}

#search_result {
    z-index: 9999999 !important;
}

.menu__nav .logo img {max-width: 17vw !important;}



 @media (max-width: 575.98px) {

          /* new */


.menu__nav .logo img {
    max-width: 36vw !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: 0px;
}
body .topsection__content{
    margin-top:0px !important;
}


.search-switch {
    top: 12vh !important;
    transform: scale(.7);
    left: 1vh;
}


.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 !important;
}

.jobd-header-info a.btn.btn-success.btn-apply {
    font-size: 2.6vw !important;
    padding: 0.6rem 2rem !important;
    margin-bottom: 17px;
}

h2.jobd-ctitle {
    font-size: 26px !important;
    padding-top: 20px;
}
.jobd-info h4 {
    font-size: 16px;
}

          /* end new */





    }

    .pe-3 {
    padding-right: 1rem !important;
}

.text-end {
    text-align: right;
}
.card.searchjobs-card {
    padding: 15px 0px !important;
}
.card.featuredjobs-card {
    padding: 15px 0px !important;
}
.pe-3 {
    padding-right: 1rem !important;
}

.text-end {
    text-align: right;
}
.breadcrumb {
    background-color: transparent !important;
}

.sticky-header {
    background-color: #fff !important;
    position: sticky;
    top: 0;
    z-index: 9999 !important;
    padding-top: 30px !important;
}




.menu__area .mobile__nav__toggler {
    margin-top: 22px !important;
}


.jobd-header-info a.btn.btn-success.btn-apply {
    font-size: 1.3vw !important;
    padding: 0.6rem 2rem;
}

.mobile__menu {
    z-index: 99999 !important;
}

.mobile__menu .menu__outer ul li > ul > li > ul {
    left: 0 !important;
}
 ul.sub-menu.dropright {
        /* position: relative !important; */
        left: 71% !important;
        top: 0px !important;
    }
.top-searchform #btn-search {
    padding-top: 9px;
}
.pagination-pn .pagination .page-item:hover a {
    background-color: #d7e5f9 !important;
}

/* Responsive.css */

/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {}

/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
.custom-container {
    max-width: 960px;
}
.header-action > ul li.header-btn {
	display: none;
}
.header-shop-cart .minicart {
	right: 0;
}

}

/* Large devices (desktops, 992px and up) */
@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;
}

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
.custom-container {
    max-width: 100%;
}
.transparent-header {
	top: 0;
}

}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.custom-container {
    max-width: 540px;
}

}

/* my css SYED */
.twitter-typeahead,.tt-menu{
    width: 100%;
}
.form-control.form-control-lg.tt-input{
    outline: none;
}
.tt-menu { 
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 1rem;
    overflow-y: auto;
    max-height: 350px;
}
.tt-selectable,.tt-header  {
    padding: 0.5rem 1.25rem;
    color: #212529;
}
.tt-header>b>.fa-solid {
    color: #212529;
    display: initial;
}
.tt-selectable>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: 21vw !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;
}
.tooltip .tooltip-inner{
background: #1b2126;
padding: 3px 2px;
border: 1px solid white;
font-size: 14px;
}
.tooltip-arrow{
display:none !important;
}
#map{
  width:35vw;
  height:17vw;
  margin-top:10%;
}
.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;
}
.usStates{
position: absolute;
z-index: 9;
right: -30px;
top: 30px;
}
#map_our_outer_div {
  margin-left:60px;
}
@media (max-width: 992px) {
  .usStates{
    right: 0px;
  }
  #map_our_outer_div {
    margin-left:0px;
  }
}
.usStates li{
text-align: left;
font-size: .5vw;
font-weight: lighter;
}
.usStates div{
  font-size: 15px;
  }
.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-container {
height:100%;
width:100%;
}
.map-container{
height: 300px;
}
.jvmap-smart{
width: 100%; 
height: 100%;  
}
/* Map tooltop on the side */
#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;
}
.text-center{
  text-align:center;
  font-weight: 300;
  font-size: 2rem;
}
.map-container:after, .clearfix{
  display: block;
  content: '';
  clear: both;
}
#map_our_outer_div {
  position: fixed;
  left: -5000px;
}
@media only screen and (min-width: 576px) {
  .map-container{
      height: 350px;
  }
  #map_our_outer_div {
    position: initial;
    left: initial;
  }
}
@media only screen and (min-width: 768px) {
  .map-container{
      height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .map-container{
      height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .map-container{
      height: 600px;
  }
}
/* country drop fix 17th AUG 2022 */
span.heafstxt {
  font-size: .6vw !important;
  padding-right: 1vw;
  font-family: 'Helvetica', sans-serif !important;
  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: 30px;
  border: none;
  color: #8EB5EA;
  width: 12vw !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.6vw;
}
@media (max-width: 992px) {
  #country_selector {
    width: 15vw !important;
  }
  .country-select.inside input, .country-select.inside input[type=text] {
    font-size: 1vw;
  }
}