.mobile-menu {
  position: absolute;
  z-index: 999;
  display: none;
}

.slide-nav-trigger {
  z-index: 999;
  width: 42px;
  height: 42px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.slide-nav-trigger span::before,
.slide-nav-trigger span::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 28px;
  background: var(--white);
  transition: all 200ms ease-in;
}

.slide-nav-trigger span {
  display: block;
  width: 42px;
  height: 2px;
  background: var(--white);
  transition: background 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 200ms ease-in;
}

.slide-nav-trigger span::before,
.slide-nav-trigger span::after {
  content: "";
  transition: background 0.3s, transform 0.3s;
}

.slide-nav-trigger span::before {
  -webkit-transform: rotate(0) translate(0px, 8px);
  transform: rotate(0) translate(0px, 8px);
}

.slide-nav-trigger span::after {
  -webkit-transform: rotate(0) translate(0px, -8px);
  transform: rotate(0) translate(0px, -8px);
}

.slide-nav-open .slide-nav-trigger span {
  background: transparent;
}

.slide-nav-open .slide-nav-trigger span::before,
.slide-nav-open .slide-nav-trigger span::after {
  background: var(--white);
}

.slide-nav-open .slide-nav-trigger span::before {
  -webkit-transform: rotate(-45deg) translate(0px, 0);
  transform: rotate(-45deg) translate(0px, 0);
  top: 0;
  width: 42px;
}

.slide-nav-open .slide-nav-trigger span::after {
  -webkit-transform: rotate(45deg) translate(0, 0px);
  transform: rotate(45deg) translate(0, 0px);
  bottom: 0;
  width: 42px;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.cust-navbar a:hover,
.cust-navbar li.active a {
  color: var(--CerisePink);
  transition: all 200ms ease-in;
}

.slide-nav-open .cust-navbar a,
.slide-nav-open .slide-nav-container-inner .social-links {
  animation: slide-in 0.4s 0.2s backwards;
  transform: translateZ(0);
}

.slide-nav-open .cust-navbar li:first-child a {
  animation-delay: 0.25s;
}

.slide-nav-open .cust-navbar li:nth-of-type(2) a {
  animation-delay: 0.25s;
}

.slide-nav-open .cust-navbar li:nth-of-type(3) a {
  animation-delay: 0.3s;
}

.slide-nav-open .cust-navbar li:nth-of-type(4) a,
.news-block-inner {
  animation-delay: 0.35s;
}

.slide-nav-open .cust-navbar li:nth-of-type(5) a {
  animation-delay: 0.4s;
}

.slide-nav-open .cust-navbar li:nth-of-type(6) a {
  animation-delay: 0.45s;
}

.slide-nav-open .cust-navbar li:nth-of-type(7) a {
  animation-delay: 0.5s;
}

.slide-nav-open .cust-navbar li:last-child a {
  animation-delay: 0.5s;
}

.slide-nav-open .slide-nav-container-inner .social-links {
  animation-delay: 0.5s;
}

.nav-1level-wrap-box {
  width: 100%;
  /* transform: translateY(0); */
}

.page__header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding-top: 83px;
  margin: auto;
  z-index: 5;
}

.page__header .page__header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__header .cust-navbar ul {
  display: flex;
  align-items: center;
}

.page__header .cust-navbar ul a {
  color: var(--white);
  font-size: var(--sm-font-size);
  line-height: var(--sm-line-height);
  letter-spacing: var(--sm-lspacing);
  font-weight: 500;
  position: relative;
  transition: all 200ms ease-in;
}

.page__header .cust-navbar ul a::before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  height: 2px;
  background: var(--white);
  bottom: -5px;
  transition: all 200ms ease-in;
}

.page__header .cust-navbar ul a:hover::before {
  right: 0;
  width: 100%;
}

.page__header .cust-navbar ul a.theme-btn {
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-lspacing);
  font-weight: 600;
  display: inline-block;
}

.page__header .cust-navbar ul a.theme-btn:hover {
  color: var(--dark);
}

.page__header .cust-navbar ul a.theme-btn::before {
  display: none;
}

.page__header .cust-navbar ul li {
  margin-right: 45px;
}

.page__header .cust-navbar ul li:last-child {
  margin-right: 0;
}

.page__header .cust-navbar ul .btn-li {
  margin-right: 20px;
}

.page__header .header-logo {
  width: 219px;
}

.page__header .header-logo img {
  display: block;
  width: 100%;
}

/* banner  */
.banner-sec {
  background: url("../images/bg-full.jpg") no-repeat center;
  background: transparent -o-linear-gradient(255deg, #0626d1 0%, #9900df 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(255deg, #0626d1 0%, #9900df 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  color: var(--white);
  padding-top: 296px;
  padding-bottom: 196px;
  position: relative;
}

.banner-sec::before {
  position: absolute;
  content: "";
  background: url(../images/lines.png) no-repeat center;
  right: 0;
  background-size: 100% 100%;
  width: 71.5%;
  height: 100%;
  /*mix-blend-mode: overlay;*/
  mix-blend-mode: lighten;
top: 0;
opacity: 0.20;
  top: 0;
}

.banner-inner {
  margin: 0;
}

.banner-sec .cust-container-lg {
  position: relative;
  z-index: 5;
}

.banner-inner-box .heading-h1 {
  margin-bottom: 57px;
}

.banner-inner-box .btn-box a {
  margin-right: 25px;
  display: inline-block;
}

.banner-inner-box .btn-box a:last-child {
  margin-right: 0;
}

/* job search */
.keyword-search-sec {
  background: var(--WhiteSmoke);
}

.cust-search-block .form-control {
  background: transparent;
}

.search-box {
  position: relative;
  padding-right: 0;
  display: flex;
  z-index: 5;
}

.search-box .search-ico .search-btn {
  outline: 0;
}

.search-box .form-control::-webkit-input-placeholder {
  color: var(--dark);
}

.search-box .form-control::-moz-placeholder {
  color: var(--dark);
}

.search-box .form-control:-ms-input-placeholder {
  color: var(--dark);
}

.search-box .form-control:-moz-placeholder {
  color: var(--dark);
}

.search-box .form-control {
  color: var(--dark);
  opacity: 1;
  border: none;
  margin-right: 6px;
  box-shadow: var(--box-shadow2);
  width: 449px;
  border-radius: 10px;
  background: var(--WhiteSmoke);
  padding-left: 27px;
  padding-right: 27px;
}

.search-box .form-control:last-child {
  margin-right: 0;
}

.search-box .cust-search-row {
  display: flex;
}

.keyword-search-sec .cust-form {
  display: flex;
  position: relative;
}

.keyword-search-inner {
  background: var(--white);
  padding-top: 54px;
  padding-bottom: 50px;
  margin-top: -93px;
  position: relative;
  padding-left: 107px;
  padding-right: 107px;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}

.search-box .form-control:focus {
  outline: 0;
  box-shadow: var(--box-shadow2);
}

.keyword-search-inner .search-btn {
  width: 176px;
  position: absolute;
  right: 0;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: var(--box-shadow2);
  outline: 0;
}

.keyword-search-inner .search-btn {
  border: none;
}

.keyword-search-inner .search-btn:hover {
  border: 1px solid var(--BlueVioletLight);
}

/* intro */
.into-sec {
  padding-top: 239px;
  padding-bottom: 134px;
  background: var(--WhiteSmoke);
}

.into-sec .into-top {
  text-align: center;
  padding-bottom: 59px;
}

.into-sec .into-top .heading-h2 {
  margin-bottom: 38px;
}

.into-sec .into-top .heading-h6 {
  margin-bottom: 14px;
  font-weight: 500;
}

.into-feat-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -11px;
  margin-right: -11px;
  padding-bottom: 25px;
}

.into-feat-row .into-feat-cell {
  width: 33.33%;
  text-align: center;
  color: var(--white);
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  margin-bottom: 22px;
}

.into-feat-row .into-feat-cell:first-child .intro-feat-inner,
.into-feat-row .into-feat-cell:nth-child(3n + 4) .intro-feat-inner {
  background: url("../images/blue-bg-1.jpg") no-repeat center;
  background-size: 100% 100%;
}

.into-feat-row .into-feat-cell:nth-child(3n + 2) .intro-feat-inner {
  background: url("../images/blue-bg-2.jpg") no-repeat center;
  background-size: 100% 100%;
}

.into-feat-row .into-feat-cell:nth-child(3n) .intro-feat-inner {
  background: url("../images/blue-bg-3.jpg") no-repeat center;
  background-size: 100% 100%;
}

.into-feat-row .intro-feat-inner {
  padding: 46px 17px;
  box-shadow: var(--box-shadow);
}

.into-feat-row .heading-h4 {
  margin-bottom: 29px;
  font-weight: 500;
}

.center-btn-box {
  text-align: center;
}

.center-btn-box a {
  display: inline-block;
}

.center-btn-box .theme-btn {
  display: inline-block;
}

/* latest-job */
.latest-jobs-sec {
  padding-top: 134px;
  padding-bottom: 153px;
}

.common-head-box {
  text-align: center;
  padding-bottom: 46px;
}

.common-head-box .heading-h2 {
  margin-bottom: 31px;
}

.common-head-box .heading-h6 {
  margin-bottom: 27px;
  font-weight: 500;
}

.heart-ico i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/heart.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
  transition: all 200ms ease-in;
}

.heart-ico i:hover,
.heart-filled i {
  background: url("../images/heart-filled.png") no-repeat center;
  background-size: 100%;
}

.latest-job-row {
  padding-bottom: 28px;
}

.latest-job-row .latest-job-cell {
  margin-bottom: 23px;
}

.latest-job-row .latest-job-inner {
  display: flex;
  padding: 22px 19px 18px;
  background: var(--WhiteSmoke);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.latest-job-row .latest-job-img {
    width: 20%;
    height: auto;
    object-fit: contain;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-job-row .latest-job-img img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.latest-job-row .latest-job-center {
  width: 48.4%;
  padding-right: 15px;
  padding-top: 3px;
}

.latest-job-row .latest-job-right {
  width: 31.8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.latest-job-row .latest-job-right .btn-box {
  display: flex;
  justify-content: flex-end;
}

.latest-job-row .latest-job-right .btn-box a {
  margin-right: 10px;
}

.latest-job-row .latest-job-right .btn-box a:last-child {
  margin-right: 0;
}

.latest-job-row .heart-ico {
  text-align: right;
}

.latest-job-row .latest-jon-compname {
  color: var(--VividViolet);
  font-size: var(--xsm-font-size);
  line-height: var(--xsm-line-height);
  letter-spacing: var(--xsm-lspacing);
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
}

.latest-job-row .heading-h5 {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.latest-job-row .latest-job-info {
  display: flex; flex-wrap: wrap;
}

.latest-job-row .latest-job-info span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: var(--sm-font-size);
  line-height: var(--sm-line-height);
  letter-spacing: var(--sm-lspacing); white-space: nowrap;
text-transform: capitalize;
}

.latest-job-row .latest-job-info span:last-child {
  padding-right: 0;
}

.latest-job-row .latest-job-info span::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--dark);
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.latest-job-row .latest-job-info span:last-child::before {
  display: none;
}

/* advice */
.advice-sec {
  background: var(--WhiteSmoke);
  padding-top: 138px;
  padding-bottom: 79px;
}

.advice-sec .common-head-box {
  padding-bottom: 32px;
}

.advice-sec .heading-h2 {
  margin-bottom: 22px;
}

.advice-cell {
  background: var(--white);
}

.advice-cell .advice-cell-top {
  background: var(--VividViolet);
  background: transparent -o-linear-gradient(90deg, #0626d1 0%, #9900df 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0626d1 0%, #9900df 100%) 0% 0% no-repeat padding-box;
  color: var(--white);
  padding: 14px;
  text-align: center;
}

.advice-cell .advice-cell-top span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 38px;
  font-weight: 500;
  font-size: var(--xsm-font-size);
  line-height: var(--xsm-line-height);
  letter-spacing: var(--xsm-lspacing);
}

.advice-cell .advice-cell-top span:last-child {
  margin-right: 38px;
}

.advice-cell-center {
  padding: 33px 28px;
  text-align: center;
}

.advice-cell-center .heading-h4 {
  margin-bottom: 18px;
  font-weight: 500;
  height: 75px;
}

.advice-cell-center p {
    margin-bottom: 24px;
    height: 115px;
    padding-right: 5px;
    overflow: hidden;
    overflow-y: auto;
}
.advice-cell-center .empty-div {
    margin-bottom: 24px;
    height: 138px;
}
.advice-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.advice-sec .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.advice-sec .owl-stage-outer {
  padding-bottom: 68px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -13px;
  margin-left: -13px;
  min-height: 481px;
}

.advice-sec .owl-item {
  opacity: 0.6;
  transition: all 200ms ease-in;
}

.advice-sec .owl-item.active.center {
  opacity: 1;
  padding-top: 39px;
  transition: all 200ms ease-in;
}

.advice-sec .owl-dots.disabled {
  display: block;
}

.owl-theme .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: transparent;
  border: 1px solid var(--dark);
  transition: all 200ms ease-in;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--dark);
}

.advice-cara-sec .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.social-links {
  display: flex;
}

.social-links li {
  height: 31px;
  width: 31px;
  transition: all 200ms ease-in;
  margin-right: 17px;
}

.social-links li:last-child {
  margin-right: 0;
}

.social-links li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 200ms ease-in;
}

.social-links .facebook-ico a {
  background: url("../images/facebook-white.png") no-repeat center;
}

.social-links .facebook-ico:hover a {
  background: url("../images/facebook-dark.png") no-repeat center;
}

.social-links .twitter-ico a {
  background: url("../images/twitter-white.png") no-repeat center;
}

.social-links .twitter-ico:hover a {
  background: url("../images/twitter-dark.png") no-repeat center;
}

.social-links .linkedin-ico a {
  background: url("../images/linkedin-white.png") no-repeat center;
}

.social-links .linkedin-ico:hover a {
  background: url("../images/linedin-dark.png") no-repeat center;
}

.social-links .facebook-ico a,
.social-links .facebook-ico:hover a,
.social-links .twitter-ico a,
.social-links .twitter-ico:hover a,
.social-links .linkedin-ico a,
.social-links .linkedin-ico:hover a {
  background-size: 100% 100%;
}

/* footer */
.page__footer {
  background: url("../images/bg-full.jpg") no-repeat center;
  background-size: cover;
  padding-top: 114px;
  padding-bottom: 50px;
}

.page__footer .footer-logo {
  width: 308px;
  display: inline-block;
  margin-bottom: 44px;
}

.page__footer .footer-logo img {
  display: block;
  width: 100%;
}

.page__footer .social-links {
  margin-bottom: 36px;
}
.page__footer-left-btm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page__footer .page__footer-left-btm a {
  margin-bottom: 12px;
  display: block;
  color: var(--white);
  font-size: var(--sm-font-size);
  line-height: var(--sm-line-height);
  letter-spacing: var(--sm-lspacing);
  font-weight: 500;
}

.page__footer .page__footer-left-btm a:hover {
  color: var(--CobaltBlue);
}

/* contact form */
.cust-form-row .cust-form-sbumit {
  text-align: right;
  padding-top: 0;
}

.cust-w-50 {
  width: 50%;
}

.cust-w-100 {
  width: 100%;
}

.cust-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.cust-form-row textarea.form-control {
  height: 156px;
  min-height: 156px;
}

.page__footer .form-control:focus {
  box-shadow: none;
}

.cust-form-group.cust-form-sbumit {
  padding-top: 10px;
}

.cust-form-row .cust-form-group {
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
}

.page__footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page__footer-left {
  width: 49.4%;
}

.page__footer-right {
  width: 49.4%;
}

.page__footer-right .cust-form .form-control {
  /* background: rgba(244, 244, 244, 0.1) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px); */
  background: rgb(244 244 244 / 27%) 0% 0% no-repeat padding-box;
  box-shadow: var(--box-shadow2);
  border-radius: 10px;
  opacity: 1;
  -webkit-backdrop-filter: blur(27px);
  -moz-backdrop-filter: blur(27px);
  -ms-backdrop-filter: blur(27px);
  -o-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
}

.copyright {
  color: var(--white);
  font-size: var(--sm-font-size);
  line-height: var(--sm-line-height);
  letter-spacing: var(--sm-lspacing);
  margin-top: -27px;
  display: block;
}

.to-show-mobile {
  display: none;
}

/* mobile cara */
.into-feat-cara.into-feat-row {
  display: none;
}

.into-feat-cara.into-feat-row .into-feat-cell {
  width: 100%;
}

.into-feat-cara.into-feat-row .owl-stage {
  display: flex;
}

.into-feat-cara.into-feat-row .owl-item,
.into-feat-cara.into-feat-row .item {
  display: flex;
  align-items: stretch;
}

.into-feat-cara.into-feat-row .into-feat-cell {
  display: flex;
}
/* --- Contact Page ------- */
.contact-banner-sec {
  background: url("../images/bg-full.jpg") no-repeat center;
  background: transparent -o-linear-gradient(255deg, #0626d1 0%, #9900df 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(255deg, #0626d1 0%, #9900df 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  color: var(--white);
  padding-top: 230px;
  padding-bottom: 280px;
  position: relative;
}
.contact-banner-sec::before {
  position: absolute;
  content: "";
  background: url(../images/contact-bg.png) no-repeat top center;
  right: 0;
  background-size: 100% 50%;
  width: 50.5%;
  height: 100%;
  mix-blend-mode: overlay;
  top: 0;
}
.contact-page-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page-left {
  width: 49.4%;
}
.contact-page-right {
  width: 49.4%;
}
.contact-page-right .cust-form .form-control {
  background: rgb(244 244 244 / 27%) 0% 0% no-repeat padding-box;
  box-shadow: var(--box-shadow2);
  border-radius: 10px;
  opacity: 1;
  -webkit-backdrop-filter: blur(27px);
  -moz-backdrop-filter: blur(27px);
  -ms-backdrop-filter: blur(27px);
  -o-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
}
.contact-banner-sec h2.contact-head-h1 {
  font-size: 70px;
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-lspacing);
  font-weight: 600;
}
.contact-page-right .cust-form input:-webkit-autofill, .contact-page-right .cust-form input:-webkit-autofill:hover, .contact-page-right .cust-form input:-webkit-autofill:focus, .contact-page-right .cust-form textarea:-webkit-autofill, .contact-page-right .cust-form textarea:-webkit-autofill:hover, .contact-page-right .cust-form textarea:-webkit-autofill:focus, .contact-page-right .cust-form select:-webkit-autofill, .contact-page-right .cust-form select:-webkit-autofill:hover, .contact-page-right .cust-form select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
.page__footer-right .cust-form input:-webkit-autofill, .page__footer-right .cust-form input:-webkit-autofill:hover, .page__footer-right .cust-form input:-webkit-autofill:focus, .page__footer-right .cust-form textarea:-webkit-autofill, .page__footer-right .cust-form textarea:-webkit-autofill:hover, .page__footer-right .cust-form textarea:-webkit-autofill:focus, .page__footer-right .cust-form select:-webkit-autofill, .page__footer-right .cust-form select:-webkit-autofill:hover, .page__footer-right .cust-form select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
.con-mini-heading {
  font-size: 20px;
  line-height: 40px;
}
.contact-banner-sec .address {
  margin-top: 40px;
}
.contact-page-left address {
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  margin-bottom: 20px;
}
.contact-page-left address span {
  display: block;
}
.contact-page-left .con-page-emial {
  margin-bottom: 20px;
}
.contact-page-left .con-page-emial a {
  font-size: 30px;
  font-weight: 400;
}
.contact-page-left .timing-detais p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
}
.map-top-less {
  padding: 0px;
  margin-top: -190px;
  position: relative;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}
.contact-map-sec .copyrt p {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
}
.contact-banner-sec form.cust-form {
  margin-top: 120px;
}
/* ------------- confirm ---------- */
.portfolio-img-sec {
  position: relative;
}
.portfolio-img-sec .upload-profile {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 36px;
}
.portfolio-img-sec .upload-profile .circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid gray;
  overflow: hidden;
}
.portfolio-img-sec .upload-profile .profile-pic {
  width: 100%;
  object-fit: cover;
  display: inline-block;
}
.portfolio-img-sec .upload-profile img {
  max-width: 100%;
  height: auto;
}
.portfolio-img-sec .upload-profile .file-upload {
  display: none;
}
.portfolio-img-sec .upload-profile .p-image {
  position: absolute;
  top: 115px;
  left: 123px;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.portfolio-img-sec .upload-profile .upload-button {
  font-size: 1.2em;
}
.portfolio-img-sec .cv p {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.portfolio-img-sec .cv p span {
    color: #8405dd;
    margin-left: 50px;
    font-weight: 500;
    width: 140px;
    white-space: nowrap;
}
.portfolio-img-sec .chg-profile p {
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
}
.portal-cus-form p.your-details {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
p.preferences {
  font-size: 14px;
  font-weight: 700;
  margin-top: 26px;
  padding-bottom: 5px;
}
/* .confirm-wra-edit .cust-form label {
  color: #142747;
  margin-bottom: 0;
  font-weight: 600;
  position: absolute;
  bottom: 18px;
  left: 20px;
  z-index: 5;
  font-size: 15px;
} */
.confirm-wra-edit .cust-form .form-control {
  border: 1px solid var(--VividViolet);
  color: var(--NavyBlue);
  padding-left: 50%;
  font-weight: 500;
}
.confirm-wra-edit select.form-control.selectinput {
  padding-left: 3% !important;
}
.portal-cus-form.confirm-wra-edit  .cust-form {
  width: 100%;
  max-width: 795px;
}
.mar-right {
  margin-right: 40px;
}
.portfolio-img-sec .chg-profile {
  text-align: right;
}
.chg-profile .file-input {
  display: inline-block;
  text-align: right !important;
  background: #fff;
  position: relative;
  border-radius: 3px;
}
/*.confirm-wra-edit .portal-cusform-inner {*/
/*  position: relative;*/
/*}*/
.confirm-wra-edit .portal-cusform-inner .buttonrightfix {
  position: absolute;
  right: 318px;
  bottom: -50px;
}
/*----------- uoload-cv --------------*/
.max-width-635 {
  width: 100%;
  max-width: 635px;
}
.lsprofleimg .upload-profilea {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 25px;
}
.lsprofleimg .upload-profilea .circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 0px;
  overflow: hidden;
}
.lsprofleimg .upload-profilea .profile-pic {
  width: 100%;
  object-fit: cover;
  display: inline-block;
  height:100%;
}
.lsprofleimg .upload-profilea img {
  max-width: 100%;
  height: auto;
}
.lsprofleimg .upload-profilea .file-upload {
  display: none;
}
.lsprofleimg .upload-profilea .p-image {
  position: absolute;
  top: 115px;
  left: 123px;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.lsprofleimg .upload-profilea .upload-button {
  font-size: 1.2em;
}
.lsprofleimg {
  margin-top: -90px;
  height: 250px;
  text-align: center;
}
.lsprofleimg .profile-detail .subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 5px;
}
.lsprofleimg .profile-detail .name-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.portfolio-img-sec .drag-and-drop {
  margin-right: 20px;
}
.portfolio-img-sec .drag-and-drop .theme-btn-dark {
  border-color: #15233D;
  color: var(--dark);
}
.portfolio-img-sec .drag-and-drop .theme-btn-dark:hover {
  background: #15233D !important;
  color: #fff !important;
}
.file-drag-drop-wrap .page-content-wrapper-inner {
  padding-top: 215px !important;
}
.current-application-right {
  margin-right: 30%;
}
.current-application-main .subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #9900DF;
}
.current-application-main .card-title {
  margin-bottom: .5rem;
  color: #142747;
  font-size: 24px;
  font-weight: 500;
  padding: 5px 0;
}
.current-application-main .card-text {
  font-size: 15px;
  font-weight: 400;
  color: #142747;
  margin-bottom: 20px;
}
.current-application-main .card {
  border: 0px !important;
  padding: 30px 0;
}
/*----------- Manage Preferences --------------*/
form.manage-prefere-form {
  width: 100%;
  max-width: 632px;
}
.manage-prefere-form .p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 30px;
}
.manage-prefere-form .gdrp-button {
  margin-top: 15px;
}
.manage-prefere-form .apply-now {
  margin-top: 70px;
  margin-bottom: 25px;
}
.manage-prefere-form .mng-alrt {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 80px;
}
.manage-prefere-form .main-gdrp-button {
  margin-top: 70px;
}
.manage-prefere-form label {
  font-size: 15px;
  font-weight: 400;
}
.theme-btn-black {
  color: #020202;
  border: 1px solid #15233D;
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-font-lspacing);
  font-weight: 600;
  padding: 12px 19px 9px;
  background: transparent;
  border-radius: 10px;
  transition: all 200ms ease-in;
}
.theme-btn-black:hover {
  background: #15233D !important;
  color: #fff !important;
}
.page__header .cust-navbar ul .active.theme-btn
{
    background: var(--white);
    border-color: transparent;
    color: var(--dark);
    transition: all 200ms ease-in;
}
.error {
    color: #f44a4ab5!important;
    margin-top: 5px;
    font-size: 16px;
}
div#newsletter-form-section h4, div#newsletter-form-section p {
    text-align: center;
    color: var(--white);
}
.search-box #email-error {
    position: absolute;
    bottom: -35px;
}
.news-letter-sec .search-box .form-control {
    position: relative;
    margin-top: 0;
}
.apply-job-modal .modal-dialog {
    max-width: 890px;
    margin: 0 auto;
}

.cust-modal  .close {
    position: absolute;
}

.cust-modal .modal-inner {
    margin: 0 auto;
    padding: 60px 50px 60px;
}
.cust-modal .modal-inner form {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.cust-modal .heading {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    min-height: auto;
    padding: 0;
}

.cust-modal .cust-form-row {
    margin-left: -22px;
    margin-right: -22px;
}

.cust-modal .cust-form-cell {
    width: 50%;
    padding-left: 22px;
    padding-right: 22px;
}

.cust-modal .form-control {
    font-size: 20px;
    font-weight: 300;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    background: inherit;
    border-radius: 0px;
    padding: 10px;
}

.cust-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
    box-shadow: 10px 10px 30px 30px rgb(0 0 0 / 8%);
}
.cust-modal .cust-form-cell .form-group.file-upload,
.cust-modal .cust-form-cell.cust-form-cell-full, .cust-form-cell .form-group {
    width: 100%;
}

.cust-modal .close {
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 1;
    font-size: 28px;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    border: 0;
}
.cust-modal .submit-box .btn-filled {
    padding: 17px 50px;
}
.cust-modal .modal-header {
    padding: 0;
    border: none;
}
.cust-modal .form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: gray;
}

.cust-modal .form-control::-moz-placeholder,
input::-moz-placeholder {
    color: gray;
}

.cust-modal .form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: gray;
}

.cust-modal .form-group {
    margin-top: 40px;
}

.cust-modal .heading {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    min-height: auto;
    padding: 0 0;
    text-align: center;
}

.cust-modal .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.cust-modal .cust-form-cell .custom-file-input {
    cursor: pointer;
}

.cust-modal .custom-file-input {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 55px;
    margin: 0;
    opacity: 0;
}

.cust-modal .custom-file .custom-file-label.form-control.pf-label {
    color: #6c757d !important;
    cursor: pointer;
    position: relative;
}

.cust-modal .cust-form-cell .form-group.file-upload label {
    color: #373736;
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding: 10px !important;
    line-height: 1.5;
    height: auto;
}

.cust-modal .custom-control-label::before,
.cust-modal .custom-file-label,
.cust-modal .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cust-modal .cust-form-cell .form-group, .cust-form-cell .form-group .form-control {
    max-width: 100%;
}

.cust-modal .cust-form-cell span.cv_file_name {
    color: var(--dark);
    margin-left: 0;
    display: inline-block;
}

.cust-modal .cust-form-cell .custom-file-input~.custom-file-label::after {
    content: "Browse";
    bottom: 0;
    position: absolute;
    height: auto;
    line-height: 39px;
    border-radius: 0;
    background: #e0dddd;
    color: #373736;
}

.cust-modal .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.cust-modal .cust-form-cell .custom-file-input~.custom-file-label::after {
    content: "Upload CV";
    bottom: 0;
    position: absolute;
    height: auto;
    line-height: 41px;
    border-radius: 0;
    background: #e0dddd;
    color: #373736;
    font-size: 17px;
    height: 100%;
}
.cust-modal .cust-form-row textarea.form-control {
    height: 52px;
    min-height: 52px;
}
.cust-modal .custom-file-label {
    padding-bottom: 12px;
}

.modal {
    z-index: 9999;
}

.cust-modal .error {
    color: red;
    font-size: 16px;
}

.cust-modal .box {
    display: inline-block;
    border-radius: 3px;
    font-size: 30px;
    padding: 1em;
    position: absolute;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

div#loader1 {
    position: absolute;
    margin-top: 15px;
}

[class*=loader-] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.loader-13:before, .loader-13:after, .loader-13 {
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: loader-13 1.8s infinite ease-in-out;
    animation: loader-13 1.8s infinite ease-in-out;
}

.loader-13 {
    color: currentcolor;
    position: relative;
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: -1em;
    color: #7b51e0;
}

.loader-13:before {
    right: 100%;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader-13:after {
    left: 100%;
}

.loader-13:before, .loader-13:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
}

@-webkit-keyframes loader-13 {
    0%, 80%, 100% {
        box-shadow: 0 1em 0 -1em;
    }

    40% {
        box-shadow: 0 1em 0 -0.2em;
    }
}

@keyframes loader-13 {
    0%, 80%, 100% {
        box-shadow: 0 1em 0 -1em;
    }

    40% {
        box-shadow: 0 1em 0 -0.2em;
    }
}

.loader, .loader-1 {
    display: inline-flex;
}

.loader__item {
    width: 16px;
    height: 16px;
    margin: 4px;
    background: #00b5f8;
    border-radius: 50%;
    list-style: none;
    animation: animation-loading 1.2s infinite;
}

.loader__item:nth-child(1) {
    animation-delay: -0.3s;
}

.loader__item:nth-child(2) {
    animation-delay: -0.15s;
}

@keyframes animation-loading {
    0% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }

    80% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}
.no-result {
    padding-top: 70px;
    font-size: 30px;
    line-height: 40px;
}
.submit-box {
    padding-top: 40px;
    text-align: right;
}
.cust-form-cell.cust-form-cell-full.submit-box-outer .form-group  {
    margin-top: 0;
}

/** privacy policy page css start **/
.privacy-policy-content .cust-container-md {
    width: 100%;
    max-width: 100%;
}
.privacy-policy-content.advice-job-info .job-info-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
.privacy-policy-content .job-info-content {
    padding-top: 0;
}

.privacy-policy-content h3 {
    margin-bottom: 20px;
    margin-top: 80px;
    font-weight: 400;
    text-transform: lowercase;
}

.privacy-policy-content h4 {
   margin-bottom: 10px;
   margin-top: 0;
   font-weight: 400;
   text-transform: lowercase;
}

.privacy-policy-content h3:first-letter,
.privacy-policy-content h4:first-letter {
    text-transform: uppercase;
}
.privacy-policy-content ol,
.privacy-policy-content p ,
.privacy-policy-content ul{
    margin-bottom: 20px;
}

.privacy-policy-content ol li {
    list-style-type: decimal;
}
.privacy-policy-content {
    padding-bottom: 130px;
}
.privacy-policy-content ul li {
    list-style-type: disc;
}

.privacy-policy-content a{
    border-bottom: 1px solid #000;
}
.privacy-policy-content a:hover {
    border-bottom-color: transparent;
}

.privacy-policy-content ol li,
.privacy-policy-content ul li {
   margin-bottom: 3px;
}
.privacy-policy-content ul,
.privacy-policy-content ol{
    padding-left: 18px;
}

.keyword-search-sec .search-box select.form-control {
     -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    background-image: url("../images/drop-down-icon.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    cursor: pointer;
}

.keyword-search-sec .search-box select option {
    line-height: 40px !important;
}

.keyword-search-sec .search-box .s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.keyword-search-sec .search-box .select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    color:black;
}
.keyword-search-sec .search-box .styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.keyword-search-sec .search-box .styledSelect:after {
    position: absolute;
    content:"";
    width:15px;
    height:15px;
    background-image: url("../images/drop-down-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    background-size: 15px;
}
.keyword-search-sec .search-box .styledSelect:active,
.keyword-search-sec .search-box .styledSelect.active {
    background-color:#eee;
}
.keyword-search-sec .search-box .options {
    display:none;
    position: absolute;
    top: Calc(100% - 11px);
    bottom: auto;
    right: 6px;
    left: 1px;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: none;
    background-color: #eee;
    -webkit-box-shadow: 0 3px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.keyword-search-sec .search-box .options li {
    padding:0 6px;
    margin:0 0;
    padding: 8px 26px;
    font-size: var(--xsm-font-size);
    line-height: var(--xsm-line-height);
    letter-spacing: var(--xsm-lspacing);
    font-weight: 700;
}
.keyword-search-sec .search-box .options li:hover {
    background-color: #221fd4;
    color:white;
}

 .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file .custom-file-wrapper {
    display: flex;
    height: 42px;
    align-items: center;
}
 .custom-file .custom-file-input {
    position: absolute;
}
 .custom-file .custom-file-input {
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
 .custom-file .custom-file-wrapper label {
    margin-bottom: 0;
    cursor: pointer;
    color: #fff;
}
 .custom-file .custom-file-label::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    line-height: 43px;
    color: var(--dark);
    background-color: rgb(255, 255, 255);
    border-left: inherit;
    right: auto;
    content: "Upload file" !important;
    width: 134px;
    height: 42px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #9820DC;
    font-size: 15px;
    font-weight: bold;

}

 .custom-file label {
     transition: all 200ms ease-in;
 }

 .custom-file label:hover::before {
     background: #9820DC;
     color: #fff;
 }
.custom-file label .cv_file_name {
    font-size: 16px;
    font-weight: 300;
    display: block;
    letter-spacing: 0;
    padding-left: 145px;
    padding-top: 0;
    opacity: 1;
    line-height: 23px;
}
.thankyou-mesg-box {
    color: #fff;
    height: 388px;
}
.jobs-filter-sec .left-nav-bar ul li.sub-menu:last-child ul {
    margin-bottom: 50px;
}

.latest-job-slider.owl-carousel .owl-stage {
    display: flex !important;
}

.latest-job-slider.owl-carousel .owl-item {
    display: flex;
}

.latest-job-slider.owl-carousel .owl-item .latest-job-cell {
    display: flex;
    width: 100%;
}

.mod-flex-row {
    justify-content: space-between;
}

.keyword-search-sec .theme-btn-dark.clr_load_content {
    width: 130px;
    position: relative;
    margin-top: 0 !important;
    position: absolute;
    right: 0;
    bottom: -60px;
}

.error {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.row.advertise_job-container h4, .row.advertise_job-container h5, .row.advertise_job-container p {
    padding-top: 11px;
}

.row.advertise_job-container .job_advt-text p {
    padding-bottom: 10px;
}

.row.advertise_job-container .job_advt-text ul {
    list-style: inside;
}

.row.advertise_job-container ul li {
    padding-bottom: 5px;
}

.row.advertise_job-container .existing-customer-price-label > .job_qty, .row.advertise_job-container .existing-customer-price-label .job_for,
.row.advertise_job-container .existing-customer-price-label .job_price,.stripe_popup .job_qty, .stripe_popup .existing-customer-price-label .job_for,
.stripe_popup .existing-customer-price-label .job_price,.existing-customer-price-label .vat_price {
    font-weight: 500;
}
.existing-customer-price-label .job_price-total {
    font-size: 33px;
    font-weight: 700;
    margin-left: 8px;
}



.row.advertise_job-container .existing-customer-price-label span.job_total-price,.stripe_popup span.job_total-price {
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 9px;
    font-size: 17px;
}

.row.advertise_job-container .existing-customer-price-label > .job_price-discount, .stripe_popup .job_price-discount {
    font-size: 17px;
    font-weight: 600;
}

.row.advertise_job-container .existing-customer-price-label {
    padding-top: 15px;
    padding-bottom: 15px;
}

.row.advertise_job-container .qty_disable{
  color: #808080 !important;
  border-color: #808080 !important;
  background: #c0c0c0 !important;
}

.row.advertise_job-container .qty_button{
  border-radius: 4px;
  vertical-align: top;
  padding: 0;
  font-size: 30px;
  margin-right: 6px;
}

.row.advertise_job-container .job_purchase_btn .btn-default{
  color: #007bff;
  border-color: #007bff;
}

.row.advertise_job-container .job_purchase_btn {
    display: inline-flex;
}

.row.advertise_job-container .job_purchase_btn > button, .row.advertise_job-container .job_purchase_btn > input {
    width:42px !important;
    height: 42px;
    margin: 10px;
    text-align: center;
    padding:0;
}

.row.advertise_job-container .job_buy .job_buy-now{
    color: #fff;
    background-color: #dd5800;
    border: 1px solid #dd5800;
    font-size: 16px;
    margin-left: 24px;
    margin-top: -27px;
    width: 152px;
    height: 42px;
    outline: none;
    font-size: 16px;
    padding: 0;
}



.row.advertise_job-container .job_buy {
    display: inline-block;
}

.job_advertise-img-content {
    width: 100%;
    height: auto;
}
.job_advertise-img-content img {
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: center center;
    height: 100%;
}

.stripe_popup .existing-customer-price-label{
    text-align: center;
    margin-top: 29px;
}

.StripeElement {
    box-sizing: border-box;

    padding: 12px 14px;

    height: 50px;

    border: 1px solid transparent;
    background-color: white;
    border-radius: 4px;


    box-shadow: 0 2px 6px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 160ms;
}

.StripeElement--focus {
    box-shadow: 0 2px 4px 0 #cff7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

div#card-errors {
    margin-top: 22px;
    color: red;
    text-align: center;
}
.bold-logo {
    width: 150px;
    display: inline-block;
    margin-top: 25px;
}
.bold-logo img {
    display: block;
    width: 100%;
}
.advice-cell-center p::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 20px;
}
 
.advice-cell-center p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #0725d1; 
 border-radius: 0;
}
 
.advice-cell-center p::-webkit-scrollbar-thumb,
.advice-cell-center p::-webkit-scrollbar-track{
  background-color: darkgrey;
  outline: 0;
  border-radius: 20px;
}
.row.advertise_job-container .job_purchase-button-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.row.advertise_job-container .job_purchase-button-content .job_buy-now {
    margin-top: 0px;
}


.pqe-cust-select .form-check {
    display: block;
    min-height: auto;
    padding-left: 0em;
    margin-bottom: 2.125rem;
}

.pqe-cust-select .form-control {
    border: none !important;
    padding: 12px 15px 11px !important;
}

.pqe-cust-select .form-label {
    left: 45px !important;
    z-index: 1;
    font-weight: bold;
    color: var(--NavyBlue);
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
}
.pqe-cust-select .cust-form-group {
    border: 1px solid var(--VividViolet) !important;
    border-radius: 10px;
    margin-left: 0.5rem;
}
.pqe-top-cust-select {
    font-size: var(--xsm-font-size);
    line-height: var(--xsm-line-height);
    letter-spacing: var(--xsm-lspacing);
    font-weight: 700;
    border: 1px solid var(--VividViolet) !important;
    border-radius: 10px;
    margin-left: 0.5rem;
    padding: 25px 15px 20px;
    display: block;
    margin-right: 7px;
    cursor: pointer;
    margin-bottom: 15px;
    background: url(../images/xm-drop-down.png);
    background-position: 95% 55%;
    background-repeat: no-repeat;
}



/*pricing table*/

.pricing-ad-main {
    display: flex;
    justify-content: space-between;
}
.pricing-ad-right, .pricing-ad-left {
    flex: 0 0 49%;
}

.pricing-calculator-cara.pricing-ad-main .pricing-calculator-cara-inner-box {
    padding-left: 35px;
    padding-right: 35px;
        max-height: 342px;
}
.pricing-ad-main .job_advt-text h3 {
    font-weight: 500;
}
.pricing-ad-main .job_advt-text h4 {
    font-weight: 500;
    padding-top:0;
}
    
    .apply-job-modal h4 {
    color: var(--NavyBlue);
}

#job_buy-now2 .close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    font-size: 28px;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(180deg, #0626D1 0%, #0826D1 7%, #9900DF 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
}
#job_buy-now2 .close-popup:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\292c"; /* use the hex value here... */
    font-size: 30px; 
    color: #FFF;
    line-height: 1.5;
    text-align: center;
}
#job_buy-now2 .modal-inner p{
        font-weight: 500;
}
#job_buy-now2 .modal-inner a {
    background: transparent -o-linear-gradient(195deg, #0626D1 0%, #9900DF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(255deg, #0626D1 0%, #9900DF 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing-ad-left .pricing-calculator-cara-inner-box .job_advt-qty-content .job_purchase-button-content .job_buy {
    margin-left: 0px;
}


/*home employer section*/

.single-top-employer{
      margin: 0px auto 0px !important;
}
.single-top-employer .intro-feat-inner {
    width: 100%;
     background: url(../images/blue-bg-2.jpg) no-repeat center !important;
    background-size: 100% 100% !important;
}

.single-top-employer img {
    width: 45%;
    filter: invert(1);
}

.single-top-employer h4 {
    font-size: 25px;
    line-height: 1.5;
}
.single-employer-inner {
    flex: 0 0 100%;
}
