@font-face {
  font-family: "circular-std";
  src: url("../fonts/CircularStd-Black.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "circular-std";
  src: url("../fonts/CircularStd-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "circular-std";
  src: url("../fonts/CircularStd-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "circular-std";
  src: url("../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, label,
.select2-container, button,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  font-family: "circular-std";
}

.bg-darkblue {
  background-color: #00334d !important;
}

ul.pagination {
  justify-content: center;
}
ul.pagination .page-item .page-link {
  color: #0077b3;
  margin-left: 0;
}
ul.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #0077b3;
  border-color: #0077b3;
}

.h-80 {
  height: 80px;
}

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

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

.ml-10 {
  margin-left: 10px;
}

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

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

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

.gap-2 {
  gap: 0.5rem !important;
}

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

.badge-info {
  background-color: #e5f6ff;
}

.btn.btn-auto {
  min-width: auto !important;
  padding: 8px 15px !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.bg-primary {
  background-color: #0077b3 !important;
}

.bg-info {
  background-color: #e5f6ff !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.btn-outline-primary {
  color: #0077b3;
  border-color: #0077b3 !important;
  padding: 8px 25px !important;
  min-width: 80px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #0077b3 !important;
  background-color: #FFFFFF !important;
  border-color: #0077b3;
}
@media screen and (max-width: 575px) {
  .btn-outline-primary {
    padding: 7px 10px !important;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0077b3;
  border-color: #0077b3;
  padding: 8px 25px !important;
  min-width: 80px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #005d88 !important;
  border-color: #005176;
  color: #fff !important;
}
@media screen and (max-width: 575px) {
  .btn-primary {
    padding: 7px 10px !important;
  }
}

.btn-danger {
  padding: 8px 25px !important;
}
@media screen and (max-width: 575px) {
  .btn-danger {
    padding: 7px 10px !important;
  }
}

.btn-info, .btn-info.disabled, .btn-info:disabled, .btn-outline-info:hover, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #0077b3;
  background-color: #e5f6ff;
  border-color: #e5f6ff;
  padding: 8px 25px !important;
  min-width: 80px;
}
.btn-info:hover, .btn-info:focus, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-outline-info:hover:hover, .btn-outline-info:hover:focus, .btn-outline-info:not(:disabled):not(.disabled).active:hover, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:hover, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:hover, .show > .btn-outline-info.dropdown-toggle:focus {
  background-color: #e5f6ff !important;
  border-color: #e5f6ff;
  color: #0077b3 !important;
}

input[type=file]::file-selector-button {
  margin-right: 10px;
  border: none;
  background: #e5f6ff;
  padding: 0 15px;
  border-radius: 5px;
  color: #0077b3;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #e5f6ff;
}

ul.ui-autocomplete {
  max-height: 214px;
  overflow: auto;
  z-index: 1060;
  padding-bottom: 10px;
  overflow-x: hidden;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  font-size: 14px;
  padding: 6px;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #e5f6ff;
  border-color: #e5f6ff;
  color: #005d88;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.search-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.search-list-wrapper span:last-child {
  font-style: italic;
}
@media screen and (max-width: 575px) {
  ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.search-list-wrapper span:last-child {
    font-size: 12px;
  }
}

.TM-modal.modal .modal-dialog.modal-xl .modal-content {
  padding: 40px 35px 0;
}
.TM-modal.modal .modal-dialog.modal-xl .modal-content .modal-body {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-xl .modal-content .modal-footer {
  padding: 20px 0;
}
@media screen and (min-width: 1921px) {
  .TM-modal.modal .modal-dialog.modal-xl {
    max-width: 81.875vw;
    margin: 0 auto;
  }
}
.TM-modal.modal .modal-dialog.modal-lg {
  max-width: 820px;
}
.TM-modal.modal .modal-dialog.modal-lg .modal-content {
  padding: 40px 35px 0;
}
.TM-modal.modal .modal-dialog.modal-lg .modal-content .modal-body {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-lg .modal-content .modal-footer {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-md {
  max-width: 581px;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content {
  padding: 40px 35px 0;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-body {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-footer {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-sm {
  max-width: 400px;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content {
  padding: 60px 35px;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-header {
  justify-content: center;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-header h5 {
  color: #053144;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-body .content {
  padding: 20px 0;
  color: #000000;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-body .button-wrapper {
  display: flex;
  justify-content: center;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-body .button-wrapper button:first-child {
  margin-right: 10px;
}
.TM-modal.modal .modal-dialog .modal-header.bg-primary {
  color: #ffffff;
  padding: 10px 30px;
}
.TM-modal.modal .modal-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
.TM-modal.modal .modal-dialog .modal-header button.fa-times-circle {
  font-size: 24px;
  color: #fff;
  padding: 0;
}
.TM-modal.modal .modal-dialog .modal-header .btn-close {
  height: 18px;
  width: 18px;
  font-size: 16px;
  background: #E5F6FF;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 3px;
  position: absolute;
  right: 35px;
  top: 40px;
  margin: 0;
}
.TM-modal.modal .modal-dialog .modal-header .header-content-wrapper {
  display: block;
  width: 100%;
}
.TM-modal.modal .modal-dialog .modal-header .header-content-wrapper .modal-title {
  font-size: 26px !important;
  line-height: 44px;
  margin: 0;
  font-weight: 500;
}
.TM-modal.modal .modal-dialog .modal-content {
  border-bottom: 5px solid #2973A6;
  border-radius: 10px;
  border-left: 1px solid #C1E8FD;
  border-right: 1px solid #C1E8FD;
  border-top: 1px solid #C1E8FD;
}
.TM-modal.modal .modal-dialog .modal-content .modal-header {
  justify-content: flex-start;
  padding: 0;
}
.TM-modal.modal .modal-dialog .modal-content .modal-header .btn-close {
  height: 18px;
  width: 18px;
  font-size: 16px;
  background: #E5F6FF;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 3px;
  position: absolute;
  right: 35px;
  top: 40px;
  margin: 0;
}
.TM-modal.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  max-width: none !important;
  color: #212529;
}
.TM-modal.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.TM-modal.modal .modal-dialog .modal-content .modal-body .btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

section.hero-section.hero-bg {
  padding: 50px 30px;
}
@media screen and (min-width: 992px) {
  section.hero-section.hero-bg {
    background: url("../../images/common/home/homepage-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 75px 50px;
  }
}
section.hero-section.hero-bg .content-wrapper {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  section.hero-section.hero-bg .content-wrapper {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  section.hero-section.hero-bg .content-wrapper {
    width: 85%;
    margin: 0 auto;
  }
}
section.hero-section.hero-bg .content-wrapper h1 {
  color: #00334D;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
section.hero-section.hero-bg .content-wrapper h1 span {
  color: #0077B3;
}
@media screen and (max-width: 991px) {
  section.hero-section.hero-bg .content-wrapper h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  section.hero-section.hero-bg .content-wrapper h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  section.hero-section.hero-bg .content-wrapper h1 {
    font-size: 2.5rem;
  }
}
section.hero-section.hero-bg .content-wrapper h2 {
  color: #00334D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  section.hero-section.hero-bg .content-wrapper h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  section.hero-section.hero-bg .content-wrapper h2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1400px) {
  section.hero-section.hero-bg .content-wrapper h2 {
    font-size: 2.2rem;
  }
}
section.hero-section.hero-bg .content-wrapper p {
  color: #00334D;
  font-size: 24px;
  margin: 2.2rem 0;
}
@media screen and (max-width: 1199px) {
  section.hero-section.hero-bg .content-wrapper p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.hero-section.hero-bg .content-wrapper p {
    font-size: 18px;
  }
}
section.hero-section.hero-bg .content-wrapper .button-wrapper a:last-child {
  margin-left: 10px;
}
section.hero-section.hero-bg span.steps-header {
  background: #0077b3;
  color: #fff;
  border-radius: 15px;
  padding: 5px 15px;
  position: relative;
  top: 14px;
}
section.hero-section.hero-bg .steps-wrapper {
  list-style-type: none;
  margin: 0 auto;
  padding: 30px 20px 20px;
  border-radius: 5px;
  border: 1px solid #C1E8FD;
}
@media screen and (min-width: 1200px) {
  section.hero-section.hero-bg .steps-wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  section.hero-section.hero-bg .steps-wrapper {
    width: 75%;
  }
}
section.hero-section.hero-bg .steps-wrapper .easy-steps {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  section.hero-section.hero-bg .steps-wrapper .easy-steps {
    margin: 5px;
  }
}
section.hero-section.hero-bg .steps-wrapper .easy-steps .number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0077b3;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero-section.hero-bg .steps-wrapper .easy-steps h6 {
  margin: 0;
  padding-left: 5px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  section.hero-section.hero-bg .steps-wrapper .easy-steps h6 {
    margin-left: 5px;
  }
}

section.tm-video,
section.next-job {
  padding: 80px 30px;
}
@media screen and (max-width: 991px) {
  section.tm-video,
section.next-job {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 991px) {
  section.tm-video .row.column-reverse,
section.next-job .row.column-reverse {
    flex-direction: column-reverse;
  }
}
section.tm-video h2,
section.next-job h2 {
  color: #00111A;
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  section.tm-video h2,
section.next-job h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  section.tm-video h2,
section.next-job h2 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  section.tm-video h2,
section.next-job h2 {
    font-size: 2.5rem;
  }
}
section.tm-video h2 span,
section.next-job h2 span {
  color: #0077b3;
}
section.tm-video .content-wrapper,
section.next-job .content-wrapper {
  display: flex;
}
@media screen and (max-width: 991px) {
  section.tm-video .content-wrapper,
section.next-job .content-wrapper {
    margin-top: 30px;
    text-align: center;
  }
}
section.tm-video .content-wrapper .content,
section.next-job .content-wrapper .content {
  margin: auto 50px;
  font-family: "circular-std" !important;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  section.tm-video .content-wrapper .content,
section.next-job .content-wrapper .content {
    width: 65%;
  }
}
section.tm-video .play-button,
section.next-job .play-button {
  position: relative;
  top: 0;
  left: 0;
}
section.tm-video .play-button svg,
section.next-job .play-button svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  section.tm-video .play-button svg,
section.next-job .play-button svg {
    width: 60px;
  }
}
section.tm-video .play-button img,
section.next-job .play-button img {
  position: relative;
  top: 0;
  left: 0;
}

section.next-job {
  padding: 80px 30px;
}
@media screen and (max-width: 991px) {
  section.next-job {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 991px) {
  section.next-job .row.column-reverse {
    flex-direction: column-reverse;
  }
}
section.next-job .main-head h2 {
  margin-bottom: 50px;
}
section.next-job h2 {
  color: #00111A;
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  section.next-job h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  section.next-job h2 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  section.next-job h2 {
    font-size: 2.5rem;
  }
}
section.next-job h2 span {
  color: #0077b3;
}

.landingpage-section-3-footer {
  font-size: 16px;
  color: #dddddd;
}
@media screen and (min-width: 1200px) {
  .landingpage-section-3-footer {
    padding: 0 50px 0 50px;
  }
}
.landingpage-section-3-footer span[data-server-error] {
  color: #ff8e80 !important;
  position: absolute;
  top: 70px;
}
.landingpage-section-3-footer .copy-right {
  line-height: 45px;
  font-weight: 300;
}
.landingpage-section-3-footer hr {
  margin: 60px 0 45px;
  border-top: 1px solid #ffffff1a;
}
.landingpage-section-3-footer .footer-icon {
  margin-right: 15px;
  max-width: 40px;
  max-height: 40px;
}
.landingpage-section-3-footer .footer-icon img {
  width: 100%;
  height: 100%;
}
.landingpage-section-3-footer section {
  height: 248px;
  z-index: -2;
  width: 1328px;
  border-radius: 20px;
  position: relative;
  top: -124px;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .landingpage-section-3-footer section {
    width: 100%;
  }
}
.landingpage-section-3-footer section.h-136 {
  height: 136px;
}
.landingpage-section-3-footer section h4 {
  font-size: 36px;
  color: white;
  padding-left: 50px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer section h4 {
    padding-left: 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer section .col-sm-8.px-5 {
    padding-left: 0 !important;
  }
}
.landingpage-section-3-footer section .subscribe-panel {
  display: flex !important;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  height: 100%;
  width: 100%;
}
.landingpage-section-3-footer section .subscribe-panel .input-group {
  padding-right: 50px;
}
.landingpage-section-3-footer section .subscribe-panel button {
  height: 62px;
  width: 168px;
  border-radius: 3px;
  margin-left: -10px;
}
.landingpage-section-3-footer .footer-links {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.landingpage-section-3-footer .footer-links .link-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .landingpage-section-3-footer .footer-links .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.landingpage-section-3-footer .footer-links .find-jobs .summary li, .landingpage-section-3-footer .footer-links .discover .summary li {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media screen and (min-width: 576px) {
  .landingpage-section-3-footer .footer-links .hide-mob {
    display: block;
  }
  .landingpage-section-3-footer .footer-links .show-mob {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .show-mob {
    display: block;
  }
  .landingpage-section-3-footer .footer-links .hide-mob {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .heading.hide-head {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .landingpage-section-3-footer .footer-links .heading h5 {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
  }
}
.landingpage-section-3-footer .footer-links .summary ul {
  list-style-type: none;
  padding: 0;
}
.landingpage-section-3-footer .footer-links .summary ul li {
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .summary ul li {
    padding: 7px 0;
  }
}
.landingpage-section-3-footer .footer-links .summary ul li a {
  font-weight: 450;
  font-size: 16px;
  color: #DDDDDD;
}
.landingpage-section-3-footer .footer {
  display: flex;
  justify-content: space-between !important;
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer .footer {
    display: block;
    text-align: center;
  }
}
.landingpage-section-3-footer .footer .social-icons {
  display: flex;
  align-items: center !important;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer .footer #siteseal {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .landingpage-section-3-footer {
    font-size: 16px !important;
    padding: 30px 5px !important;
  }
  .landingpage-section-3-footer .footer-links .heading h5 {
    font-size: 24px !important;
  }
  .landingpage-section-3-footer .footer-links .summary p {
    font-size: 14px;
    line-height: 30px;
  }
  .landingpage-section-3-footer .footer-links .summary ul {
    list-style-type: none;
    padding: 0;
  }
  .landingpage-section-3-footer .footer-links .summary ul li a {
    font-weight: 450;
    font-size: 14px;
    color: #DDDDDD;
  }
  .landingpage-section-3-footer .copy-right {
    line-height: 42px !important;
  }
  .landingpage-section-3-footer hr {
    margin: 30px 0 35px !important;
  }
  .landingpage-section-3-footer section h4 {
    font-size: 32px;
  }
  .landingpage-section-3-footer section button {
    height: 58px;
    width: 168px;
  }
}
