:root {
  --light-blue: #f4f4f4;
  --ocean-blue: #0000ff;
  --dark-blue: #00002d;
  --semidark-blue: #000065;
  --primary-gray: #dfe2e6;
  --secondary-gray: #999999;
  --highlight-color: #dbff55;
  --line-gray: #cccccc;
  --head-white: #fff;
  --bs-gutter-x: 40px;
}
.row {
  --bs-gutter-x: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0px;
  padding: 0px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
main {
	padding: 8% 8% 8% 8%;
}
body {
  font-family: Montserrat, sans-serif !important;
  font-weight: 300;
}
.vacancy-section a {
  color: var(--primary-black);
  text-decoration: none;
  letter-spacing: 0.5px;
}
.vacancy-section a:hover {
  color: var(--primary-black);
}
.vacancy-section p {
  letter-spacing: 0.5px;
}
.vacancy-section ol,
.vacancy-section ul {
  list-style: none;
  max-width: 100% !important;
}
.vacancy-section img {
  max-width: 100%;
  height: auto;
}
.vacancy-section a.nav-link,
.vacancy-section a.nav-link:focus,
.vacancy-section a.nav-link:active {
  outline: none;
  box-shadow: none;
}
.vacancy-section .btn {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 50px;
  border: 1px solid #9b9b9b;
  letter-spacing: 0.5px;
  white-space: nowrap;
  border-radius: 1px;
}
.vacancy-section .btn-primary {
  border-color: #00002d;
}

.vacancy-section .btn:last-child {
  margin-right: 0;
}

.vacancy-section .btn:focus {
  outline: 0;
  box-shadow: none;
}

.vacancy-section .dropdown-menu {
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border: 0;
}

.apply-form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: linear 300ms;
}

.apply-form-block {
  width: 1040px;
  height: 100vh;
  position: absolute;
  top: 0px;
  right: -100%;
  overflow-y: scroll;
  background: rgb(255, 255, 255);
  transition: 300ms linear;
}

.apply-form-block .form-header {
  padding: 150px 160px 60px;
  position: relative;
}

.apply-form-block .form-titile > h3 {
  font-size: 35px;
}
.apply-form-block .form-titile > h3 > span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
.apply-form-block .form-titile > h3:first-of-type {
  margin-bottom: 50px;
}
.apply-form-block .form-content .form-control,
.apply-form-block .form-content .form-select {
  border-radius: .25rem;
}
.apply-form-block .form-content .form-control {
  padding-top: .438rem;
  padding-bottom: .438rem;
}

.apply-form.w-100 .apply-form-block {
  width: 100%;
  min-width: 100%;
}

.apply-form iframe {
  width: 100%;
  height: 3300px;
  border-top: 1px solid var(--vamtam-default-line-color);
  border-bottom: 1px solid var(--vamtam-default-line-color);
}

.apply-form-block .text-end {
  text-align: left !important;
  display: flex;
  align-items: stretch;
  justify-content: end;
}

.apply-form-block .form-close {
  position: absolute;
  top: 40px;
  right: 150px;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: ease 300ms;
}
.apply-form-block .form-close {
  position: absolute;
  top: 40px;
  right: 160px;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--line-gray);
  border-radius: 50%;
  cursor: pointer;
  transition: ease 300ms;
}
.apply-form-block .form-close:hover {
  background: #00002d;
}
.apply-form-block .form-close:hover img {
  filter: invert(1);
}

@media only screen and (min-width: 1200px) {
  .apply-form iframe {
    height: 2400px;
  }
}

.apply-form.frm-actve {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}

.apply-form.frm-actve .apply-form-block {
  right: 0;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}
.ccard-img {
  max-height: 300px;
  overflow: hidden;
}
.ccard-img > a {
  display: block;
  width: 100%;
  height: 100%;
}
.ccard-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ccard-text {
  padding: 20px 15px;
  background-color: var(--primary-gray);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
  z-index: 1;
}

.ccard-title span.recruiter-name {
  font-weight: 800;
}

.ccard-text:hover {
  min-height: 260px;
  margin-top: -40px;
}

.ccard-text:hover p {
  color: var(--highlight-color) !important;
}

.ccard-text:hover a {
  color: var(--highlight-color) !important;
}

.ccard-title {
  max-height: 158px;

}
.ccard-title span {
  color: var(--secondary-gray);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.ccard-title > a,
.ccard-title > p {
  display: block;
  font-size: 20px;
  color: #000;
  line-height: 28px;
}
.contact-person .ccard-title > a,
.contact-person .ccard-title > p {
  color: #999;
}
.ccard-title > a > span,
.ccard-title > p > span {
  display: block;
  color: #000;
}
.contact-person .ccard-text > p {
  font-size: 15px;
  margin-bottom: 0;
}
.contact-person .ccard-text > p > a {
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.contact-person .ccard-text > p > a:hover {
  color: #99ccff;
}
.location-card .ccard-text > p > a:hover {
  color: #0a58ca;
}

.sec-btns {
  margin-top: 70px;
}

.vacancy-section {
  padding-top: 45px;
}

@media screen and (max-width: 1023px) {
  .vacancy-list li .vacancy-location .location {
    flex-direction: column;
  }

  .vacancy-list li .vacancy-location .location p {
    margin-left: 0;
  }
}

.vacancy-list li .vacancy-location .sec-btns {
  text-align: right;
  flex-basis: 20%;
  margin-top: 0px;
  align-self: center;
  display: block;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.vacancy-list li .vacancy-location .sec-btns .btn {
  background-color: #00002d;
  border-color: #00002d;
  color: #fff;
  margin-right: 0;
  padding: 16px 50px;
}
.vacancy-list li .vacancy-location .sec-btns .btn:hover{
  background-color: #f4f4f4;
  border-color: #000;
  color: #000;
}
.vacancy-list li:hover .vacancy-location .location {
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.vacancy-list li:hover .vacancy-location .sec-btns {
  opacity: 1;
  transition: all 0.15s ease-in-out;
  margin-left: auto;
}
.vacancy-list li:hover .vacancy-location {
  display: flex;
  transition: all 0.15s ease-in-out;
}
.vacancy-list li:hover {
  transition: all 0.15s ease-in-out;
}
.vacancy-list > li:hover .vacncy-title > a {
  transition: all 0.3s ease-in-out;
  width: auto;
  color: #00002d !important;
}
/* ============== Hire Section ===================== */
.flexy-sec {
  padding: 90px 0px 120px;
  border-bottom: 1px solid #ccc;
}
.flexy-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-left > p {
  font-size: 30px;
  margin-bottom: 20px;
}
.flex-left > .btn {
  font-size: 20px;
}
.flex-right > p {
  font-size: 250px;
  line-height: 200px;
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 101, 1) 30%,
    rgba(255, 0, 0, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttop {
  position: fixed;
  right: 70px;
  bottom: 80px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line-gray);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: 300ms;
  z-index: 99;
}
@media (hover: hover) {
  .ttop:hover,
  .ttop:focus,
  .case-block + .sec-btns > .btn:hover {
    background-color: #00002d;
    border-color: #00002d;
  }
  .ttop:hover img,
  .case-block + .sec-btns > .btn:hover img {
    filter: brightness(0) invert(1);
  }
}
@media (hover: none) {
  .ttop:active,
  .ttop:focus,
  .case-block + .sec-btns > .btn:active {
    background-color: #00002d;
    border-color: #00002d;
  }
  .ttop:active img,
  .case-block + .sec-btns > .btn:active img {
    filter: brightness(0) invert(1);
  }
}
.ttop.t-hide{
  opacity: 0;
  visibility: hidden;
}
.ttop.vxmblue {
  background-color: #00002d;
  border-color: #00002d;
}
.management-section {
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid var(--line-gray);
  margin-top: -1px;
}
.vacancy-header {
  padding: 80px 0px 100px;
  border-top: 1px solid var(--line-gray);
  border-bottom: 1px solid var(--line-gray);
}
.vacancy-header h1 {
  font-size: 70px;
  margin-left: -5px;
  margin-bottom: 20px;
  color: var(--ocean-blue) !important;
  text-transform: uppercase;
}
.vacancy-header p {
  font-size: 20px;
  width: 645px;
}
.vacancy-header.header-404 {
  border-bottom: none;
  padding-bottom: 0;
}
.career-header {
  height: 530px;
}
.search-jobs {
  padding: 20px 0px 10px 0px;
}

.filter-jobs {
  border-top: 1px solid var(--line-gray);
  padding: 30px 0px 20px 0px;
}

@media screen and (min-width: 768px) {
  .search-jobs {
    padding: 70px 0px 30px 0px;
  }
  .filter-jobs {
    padding: 80px 0px 20px 0px;
  }
}

.page-template-page-jobs_list .search-jobs {
  border-bottom: none;
}
.form-select:focus {
  box-shadow: none;
}
.ceo-block {
  background: #f5f5f5;
}
.ceo-img {
  width: 65%;
  margin: 0 auto;
}
.ceo-text {
  padding: 150px 0px 70px;
}
.ceo-text > p {
  font-size: 30px;
  margin-bottom: 100px;
}
.ceo-info > p {
  font-size: 15px;
  text-transform: uppercase;
}
.ceo-info > p > span {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
}
.career-post-header {
  min-height: 640px;
  height: auto;
  background: linear-gradient(
    34deg,
    rgba(0, 0, 101, 0.4) 30%,
    rgba(255, 0, 0, 0.75) 100%
  );
  background-color: #000065;
}
.career-post-header .header-content {
  background-image: url(../img/career-post-vector.png);
  background-size: cover;
  justify-content: flex-start;
}
.career-post-header .header-text > h1 {
  margin-top: 150px;
  font-size: 60px;
  line-height: 65px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.apply-block,
.book-block {
  padding: 60px 0px;
  text-align: center;
  font-size: 20px;
}
.apply-block .btn,
.book-block .btn {
  background-color: #00002d;
  color: #fff;
  padding: 16px 0;
  margin-bottom: 30px;
  border-radius: 1px;
}
.apply-block .btn:hover,
.book-block .btn:hover {
  background-color: transparent;
  border-color: #9b9b9b;
  color: #000;
}
.apply-block > p,
.book-block > p {
  width: 550px;
  margin: 0 auto;
}
.apply-block.left,
.book-block.left {
  text-align: left;
  padding: 45px 0px;
}
.apply-block.left .btn,
.book-block.left .btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.apply-block.left .align-self-center {
  font-size: 30px;
}
.vacancy-section .dlist > div {
  font-size: 30px;
  padding: 45px 0px;
}
.vacancy-section .dlist {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.vacancy-section hr {
  background-color: var(--line-gray);
  opacity: 1;
  margin: 0;
}
.vacancy-section .contact-person {
  padding-top: 40px;
}
.vacancy-section .position-jobtitle,
.vacancy-section .position-industry,
.vacancy-section .position-location {
  font-weight: 600;
}
.job-dscrptn {
  padding: 120px 0px;
  border-bottom: 1px solid var(--line-gray);
  font-size: 20px;
}
.job-dscrptn h3 {
  font-size: 35px;
}
.job-dscrptn p {
  margin-bottom: 40px;
}
.meet-our-people ul,
.job-dscrptn ul {
  list-style-type: disc;
  padding-left: 20px;
}
.apply-section {
  padding: 60px;
  background: var(--primary-gray);
  border-bottom: 1px solid var(--line-gray);
}
.apply-section a.btn {
  text-decoration: none;
}
.apply-section .btn {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 50px;
  border: 1px solid #9b9b9b;
  letter-spacing: 0.5px;
  white-space: nowrap;
  border-radius: 1px;
}
.rltd-smnrs {
  padding-top: 90px;
}
.rltd-smnrs .calender-header h3 {
  font-size: 35px;
  margin-bottom: 70px;
}
.share-blog {
  font-size: 30px;
  padding: 30px 0px;
  border-top: 1px solid var(--line-gray);
  border-bottom: 1px solid var(--line-gray);
}
.share-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-box a {
    display: block;
    width: 60px;
    margin-top: -12px;
    color: #00002d;
}
.article-block h1,
.article-block h2,
.article-block h3,
.article-block h4,
.article-block h5 {
  margin-bottom: 40px;
}
.article-block h3 {
  font-size: 60px;
  margin-top: 120px;
  margin-bottom: 60px;
}
.article-block p {
  font-size: 20px;
  margin-bottom: 40px;
}
.article-block ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: inherit;
  line-height: inherit;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.article-block a:not(.btn),
.wpcf7 a:not(.btn),
.profile-content p a:not(.btn) {
  color: #00002d;
  text-decoration: underline 0.09em rgba(51, 101, 255, 0);
  text-underline-offset: 0.16em;
  transition: text-decoration-color 200ms;
}
.article-block a:not(.btn):hover,
.article-block a:not(.btn):focus,
.wpcf7 a:not(.btn):hover,
.wpcf7 a:not(.btn):focus,
.profile-content p a:not(.btn):hover,
.profile-content p a:not(.btn):focus {
  text-decoration-color: rgba(51, 101, 255, 1);
}
.audio-player {
  display: flex;
  height: 245px;
  background: #3333ff;
  align-items: center;
  position: relative;
  margin-bottom: 35px;
}
.audio-controls {
  position: relative;
  z-index: 3;
}
.audio-controls > svg {
  width: 130px;
  height: 130px;
  filter: invert(1);
  cursor: pointer;
}
.audio-controls > svg:last-of-type {
  display: none;
}
.audio-duration {
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
}
.audio-controls.toggle-control svg:first-of-type {
  display: none;
}
.audio-controls.toggle-control svg:last-of-type {
  display: block;
}
.prgrss-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  background: var(--dark-blue);
  width: 0%;
  height: 100%;
}
/* =================================================================== 
                Expertises Page
 =================================================================== */
.expertise-section .exp-txt-block {
  padding-top: 90px;
}
.exp-txt-block h3 {
  font-size: 45px;
  margin-bottom: 45px;
}
.exp-txt-block p {
  font-size: 20px;
  margin-bottom: 45px;
}
/* =================================================================== 
                Academy Post Page
 =================================================================== */
.academy-post-header {
  height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
}
.academy-post-header .header-content {
  background: none;
  justify-content: flex-start;
}
.academy-post-header .header-text > h1 {
  margin-top: 120px;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}
.course-detls-list > ul > li {
  padding: 30px 0px 30px;
}
.course-detls-list p {
  font-size: 25px;
}
.course-detls-list h1 {
  font-size: 60px;
}
.social-bar {
  border-top: 1px solid #ccc;
  background: #f2f2f2;
  padding: 80px 0px;
  position: relative;
}

.page-template-page-jobs_list .social-bar,
.page-template-page-job .social-bar,
.single-seminars .social-bar {
  border-top: none;
}

.social-bar-share {
  border-top: none;
  border-bottom: 1px solid #ccc;
}
.social-bar .social__media--list ul {
  display: flex;
}
.search--result__list li {
  border-bottom: 1px solid var(--line-gray);
  transition: background-color 0.3s ease;
}
.search--result__list li:hover {
  background-color: #f1f1f1;
}
.search--result__list a {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  transition: all 0.3s ease;
}
.search--result__list a > span.ltag {
  display: none;
}
.search--result__list li:hover a p {
  color: #00002d;
}
.search--result__list + .pagi {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line-gray);
}
@media screen and (min-width: 992px) {
  .search--result__list a > div {
    flex-basis: 75%;
  }
  .search--result__list a > div > p {
    transition: font-size 0.3s ease;
  }
  .search--result__list li:hover a > div > p {
    font-size: 35px;
  }
  .search--result__list a > span.ltag {
    display: inline-block;
  }
}
.seach__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 90px;
  font-size: 20px;
}
.seach__pagination a.disabled {
  cursor: not-allowed;
  opacity: .4;
}
.seach__pagination a:not(.disabled):hover {
  color: #00002d;
}
.page__number li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 0px 5px;
  transition: 300ms;
}
.page__number li.active,
.page__newer {
color: #00002d;
border-color: #00002d;
}
.social__media--list,
.tags--list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .social__media--list {
    justify-content: center;
  }
  .text-right .social__media--list {
    justify-content: flex-end;
  }
}
.social__media--list p,
.tags--list p {
  font-size: 35px;
  margin-right: 30px;
}
.tags--list a {
  text-transform: lowercase;
}
.tags--list a:hover {
  color: #00002d;
}
.social__media--list ul li,
.tags--list ul li {
  display: inline-block;
}
.social__media--list ul li a{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 80px;
}
.social__media--list ul li a svg {
  width: 80px;
  height: 80px;
}
.cmn-card {
  margin-bottom: 40px;
}
.cmn-card:hover .ccard-text{
  background-color: #00002d;
  color: #fff;
}
.cmn-card:hover .ccard-title > a,
.cmn-card:hover .ccard-title > a > span,
.cmn-card:hover .ccard-title > p,
.cmn-card:hover .ccard-title > p > span {
  color: #fff;
}
.cmn-card:hover .ccard-title > span,
.cmn-card:hover .news-date {
  color: #99ccff;
}

.cmn-card:hover .ccard-img img {
  transform: scale(1);
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .no-scroll {
    padding-right: 0px;
  }
  .container {
    padding: 0px 20px;
  }
  .sec-btns {
    margin-top: 30px;
  }
  .sec-btns .btn {
    margin-bottom: 10px;
  }
  .sec-btns .btn:last-child {
    margin-right: 0;
  }
  .btn {
    margin-right: 0px;
  }
  .mr-20 {
    margin-right: 20px;
  }
  .mobile-top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    position: relative;
  }
  .header-logo {
    width: 50px;
    height: 50px;
    background-image: url(../img/p3_Logo_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header-logo a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .header-right-block {
    display: flex;
    flex-basis: 200px;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
  }
  .white-header .header-right-block,
  .mobile-top-nav.top-nav-toggle .header-right-block,
  .mob-topnav-wrapper.stickyy .header-right-block {
    color: #000;
  }
  .mb-search-icon {
    margin: 0px 20px;
    width: 17px;
    height: 17px;
    background-image: url(../img/seach_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
  }
  .mb-search-icon > img {
    width: 25px;
    height: auto;
    visibility: hidden;
  }
  .mob-searchbar {
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    background: #fff;
    z-index: 1;
    -webkit-transition: 300ms linear;
    transition: 300ms linear;
  }
  .mob-searchbar .form-control {
    border: none;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
  }
  .mob-searchbar .mob-search-close {
    border: none;
    width: 35px;
    height: 40px;
    padding: 0px;
    margin-left: -5px;
    margin-right: 5px;
  }
  .mob-searchbar .mob-search-close:hover {
    background: #fff;
    border-color: #fff;
  }
  .mob-searchbar .mob-search-close > img {
    width: 30px;
    height: auto;
  }
  .mob-searchbar .input-group-text {
    background-color: transparent;
    border: none;
    width: 35px;
    padding: 0px;
    justify-content: flex-end;
  }
  .mob-searchbar .input-group-text > input {
    width: 17px;
    height: auto;
  }
  .lang-dropdown {
    font-size: 16px;
    position: relative;
    padding-right: 15px;
  }
  .lang-dropdown:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    background-image: url(../img/chevron-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
  }
  .lang-dropdown .drpdwn-menu {
    position: absolute;
    top: 40px;
    left: -10px;
    width: 55px;
    background: #fff;
    color: #000;
    padding: 5px 5px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    transition: linear 100ms;
    z-index: 99;
  }
  .lang-dropdown .drpdwn-menu > li {
    padding: 3px 0px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px;
  }
  .lang-dropdown .drpdwn-menu.lang-active {
    top: 25px;
    opacity: 1;
    visibility: visible;
  }
  .lang-dropdown-mobile li {
    text-align: center;
  }
  .lang-dropdown-mobile li a {
    padding: 5px 0;
  }
  .header-menu-btn {
    width: 45px;
    height: 25px;
    background-image: url(../img/hmbg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
  }
  .mb-menu {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 300ms;
    max-height: calc(100vh - 120px);
    overflow-x: auto;
  }
  .ccard-img {
    background: #f8f8f8;
    text-align: center;
  }
  .ccard-img a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .vacancy-details {
    flex-direction: column;
    justify-content: flex-start;
  }
  .vacancy-list > li {
    padding: 30px 0px 30px;
  }
  .vacancy-list li .vacancy-location {
    display: flex;
    position: relative;
    flex-direction: column;
  }
  .vacancy-list li .vacancy-location .location {
    justify-content: flex-start;
  }
  .vacancy-list li .vacancy-location .sec-btns {
    text-align: left;
    flex-basis: auto;
    margin-top: 20px;
    align-self: flex-start;
    display: block;
    opacity: 1;
    position: static;
    transform: none;
    top: 0px;
  }
  .vacancy-details .sec-btns .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
  .vacancy-list li:hover .vacncy-title > a {font-size: 20px;}
  .vacancy-list li:hover .vacancy-location .location {opacity: 1;}
  .vacancy-list li:hover .vacancy-location .sec-btns {margin-left: 0px;}
}

.form-select,
option,
.form-control,
.dropdown-item {
  font-weight: 300;
  border-radius: 1px !important;
}

.dropdown-item {
  color: #343a40;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

@media screen and (min-width: 1024px) {
  .mega-menu .mega-sublist h3,
  .mega-menu .sub-bg-block h3 {
      height: 58px;
  }

  .mega-menu.single-mega-menu .mega-sublist h3 {
      height: 57px;
  }
}
.btn-full {
  font-size: 20px;
  padding: 16px 50px;
  background-color: #00002d;
  border-color: #00002d;
  color: #fff !important;
}
@media (hover: hover) {
  .btn-full:hover {
    background-color: transparent;
    border-color: #9b9b9b;
    color: #000 !important;
  }
}
@media (hover: none) {
  .btn-full:active {
    background-color: transparent;
    border-color: #9b9b9b;
    color: #000 !important;
  }
}
a.anc {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}
.search-jobs .form-control,
.filter-jobs .form-control {
  font-size: 20px;
  line-height: 30px;
  padding: 14px 19px;
}
.search-form > div {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .search-form > div {
    margin-bottom: 40px;
  }
}
.search-jobs #job-search {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.filter-jobs .badge {
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  white-space: normal;
  text-align: left;
}
.search-jobs .apply-block,
.vacancy-header .apply-block {
  padding: 0;
}
.search-jobs .apply-block .btn,
.vacancy-header .apply-block .btn,
.reset-filters .btn {
  font-size: 15px;
/*  text-transform: uppercase; */
  letter-spacing: 0.1em;
  line-height: 30px;
  padding: 14px 19px;
  margin-bottom: 0;
  text-decoration: none;
}
.reset-filters .btn {
  background-color: #00002d;
  color: #fff;
  border-radius: 1px;
}
.reset-filters .btn:hover {
  background-color: transparent;
  border-color: #9b9b9b;
  color: #000;
}
.search-form .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233365ff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.search-form input[type="search"]::-webkit-search-decoration,
.search-form input[type="search"]::-webkit-search-cancel-button,
.search-form input[type="search"]::-webkit-search-results-button,
.search-form input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.sort-jobs {
  position: absolute;
  background-color: var(--primary-gray);
  font-size: 15px;
  line-height: 30px;
  max-width: unset;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 8%;
  padding-right: 8%;
  left: 0;
  right: 0;
}
.sort-jobs .container {
  display: flex;
  justify-content: space-between;
  padding: 0;
  color: var(--ocean-blue);
}
.sort-jobs .sort-branch,
.sort-jobs .sort-fields,
.sort-jobs .sort-location {
  flex-basis: 20%;
}
.sort-jobs .sort-title {
  flex-basis: 60%;
}
.sort-jobs .sort-location {
  text-align: right;
}
.sort-jobs .sort {
  display: inline-block;
  position: relative;
}
.sort-jobs .sort::after {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  width: 35px;
  text-align: right;
  content: "↑↓";
}
.sort-jobs .sort.asc::after {
  content: "↓";
}
.sort-jobs .sort.desc::after {
  content: "↑";
  text-align: left;
}
.search-count {
  align-self: center;
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
}
svg .st0,
svg .st3 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg .st3 {
  stroke-width: 3;
}
svg .flf {
  fill: #fff;
}
a:hover svg path:not(.st0):not(.st3):not(.flf) {
  fill: #00002d;
}
a:hover svg .st0,
a:hover svg .st3 {
  stroke: #00002d;
}

.selectize-control {
  padding: 0;
  display: flex;
}
.selectize-input {
  border: none;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input.full {
  padding-right: 2.25rem;
}
.selectize-dropdown-emptyoptionlabel {
  text-align: inherit;
}
.selectize-control.single .selectize-input:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 0;
  margin-top: -7px;
  background-image: url(../img/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -7px;
  border: 0;
}
.ltag {
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.documents-section h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.download-form > div {
  margin-bottom: 20px;
}
.download-form input {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 30px;
}
.download-form .wpcf7-list-item label {
  line-height: 30px;
}
.download-form .wpcf7-acceptance .wpcf7-list-item label {
  line-height: 20px;
}
.download-form .wpcf7-list-item input {
  vertical-align: bottom;
  padding: 0;
}
.download-form .submit {
  text-align: right;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .download-form .submit {
    flex-direction: column;
  }
  .download-form .submit .btn {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .single-exprtise {
    margin-bottom: 40px;
  }
  .download-form .submit input {
    order: 2;
  }
  .download-form .submit span {
    order: 1;
  }
  .career-post-header {
    min-height: auto;
    height: 640px;
  }
}
.download-form .accept {
  display: flex;
  align-items: center;
}
.download-form .submit .btn {
  margin-right: 0;
}
.download-form .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .ceo-text {
    padding: 20px 0px 35px;
  }
  .ceo-text > p {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .article-block img.aligncenter {
    cursor: zoom-in;
  }
  .download-form > div {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .col-md-6 .ccard-img img,
  .col-md-3 .ccard-img img {
    height: 200px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .expertise-block .single-exprtise {
    width: 40%;
  }
  .col-md-6 .ccard-img img,
  .col-md-3 .ccard-img img {
    height: 260px;
  }
  .ceo-text {
    padding: 80px 0px 40px;
  }
  .ceo-text > p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .job-dscrptn + .apply-section .btn {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .job-dscrptn + .apply-section .btn {
    min-width: 230px;
  }
}
.vacncy-title > a {
  display: block;
  color: var(--ocean-blue) !important;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.15s ease-in-out;
}
.vacancy-list > li {
  border-bottom: 1px solid var(--line-gray);
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    min-width: 60px;
  }
  .vacancy-section {
    padding-top: 80px;
  }
  .vacancy-list > li {
    padding: 45px 0;
  }
  .vacancy-details {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    flex-direction: row;
  }
  .vacancy-details > p {
    flex-basis: 20%;
  }
  .vacncy-title > span {
    font-size: 16px;
  }
  .vacncy-title {
    flex: 0 0 60%;
  }
  .vacancy-location {
    display: flex;
    justify-content: space-between;
    flex-basis: 20%;
  }
  .vacancy-location p {
    margin-left: auto;
  }
  .vacancy-list > li:hover {
    background-color: #f4f4f4;
  }
  .vacancy-list li .vacancy-location {
    display: flex;
    position: relative;
  }
  .vacancy-list li .vacancy-location .location {
    display: flex;
    transition: all 0.15s ease-in-out;
    justify-content: space-between;
    width: 100%;
  }
  .vacancy-list li .vacancy-location .sec-btns {
    margin-top: 0px;
  }
}
