.custom-container {
  padding: 0 20px;
  margin: 0 auto;
}
body .MB0 {
  margin-bottom: 0;
}
.mb-40 {
  margin-bottom: 40px;
}
.font-18 {
  font-size: 18px;
}
.font-24 {
  font-size: 24px;
  line-height: 32px !important;
}
a {
  transition: all 0.3s ease-in-out;
}
.button {
  border-radius: 10px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 4px 26px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.font-40 {
  font-size: 40px;
  line-height: 1;
}
.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
blockquote {
  border: none;
  color: #1f8eb8;
  font-size: 64px;
  line-height: 1.11;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-weight: 600;
}
.single-post .dynamic-entry-content p strong {
  color: #000;
}

/*header*/
.site-header {
  border: 1px solid #d6ecff;
  box-shadow: 0px 4px 6px 0px #00000026;
  z-index: 999;
  position: sticky;
  top: 0;
}
.top-right {
  display: flex;
  align-items: center;
  gap: 0 22px;
  margin-left: 11px;
}
.top-menu-search .searchform {
  position: relative;
}
.top-menu-search input[type="text"] {
  max-width: 210px;
  width: 100%;
  height: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #8b8b8b;
  border-radius: 54px;
  border: 1px solid #d6ecff;
  background: #fff;
  padding: 0 30px 0 25px;
}
.top-menu-search button[type="submit"] {
  position: absolute;
  right: 10px;
  background-color: transparent;
  padding: 0;
  top: 49%;
  transform: translateY(-49%);
  height: 20px;
  width: 20px;
}
.top-sign-up-btn {
  background-color: var(--contrast-2);
  color: #fff !important;
  line-height: 1.5 !important;
  text-align: center;
  font-weight: 700 !important;
  border-radius: 54px;
  box-shadow: 0px 4px 6px 0px #00000026;
  border: 1px solid #d6ecff;
  padding: 3.5px 22px;
}
.top-sign-up-btn:hover {
  background-color: var(--contrast);
  color: #fff !important;
}
.site-header .top-menu-search {
  display: none;
}

/*footer*/
.site-footer a {
  text-decoration: none;
}
.site-footer h3.wp-block-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
.site-footer p {
  margin-bottom: 0px;
  line-height: 27px;
}
.site-footer .wp-block-navigation ul {
  gap: 0;
}
.site-footer .wp-block-navigation ul li a {
  line-height: 1.5;
}
.site-footer .wp-block-navigation ul li a:hover {
  color: var(--contrast);
}
.contact-us-bottom .ff-default {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  max-width: 796px;
  margin: 27px auto 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contact-us-bottom .ff-default .ff-el-form-control {
  border: 1px solid var(--contrast);
  background: #ffffff;
  font-family: "Nunito Sans", "sans-serif";
  color: #8b8b8b;
}
.contact-us-bottom .ff-default .ff-el-form-control:focus {
  border-color: var(--contrast);
}
.contact-us-bottom .ff-default textarea.ff-el-form-control {
  min-height: 304px;
}
.contact-us-bottom .ff-default .ff-btn-submit {
  white-space: unset;
  background-color: var(--contrast);
  color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-size: 18px;
  padding: 3px 27px;
  font-weight: 700;
  border-radius: 10px;
}
.contact-us-bottom .ff-default .ff-btn-submit:hover {
  background-color: var(--contrast-2);
  color: #fff;
  opacity: 1;
}
.contact-us-bottom .ff-default .ff-el-group.ff_submit_btn_wrapper {
  margin-bottom: 0;
}
.contact-us-bottom .ff-default .ff-message-success {
  border: none;
  box-shadow: none;
  margin-top: 0;
  padding: 15px;
  position: relative;
  color: var(--contrast);
}
.contact-us-bottom .ff-default .ff-errors-in-stack {
  margin-top: 0;
  color: var(--contrast-2);
}

/*Home hero*/
.home-hero-section {
  padding: 65px 0 180px;
  position: relative;
  min-height: 990px;
}
.home-hero-video {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.home-hero-video .background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  z-index: 1;
}
.home-hero-inner {
  position: relative;
  max-width: 642px;
  z-index: 1;
}
.hero-sub-title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: var(--contrast);
  margin-bottom: 50px;
}
.hero-sub-title span {
  font-weight: 400;
  color: var(--contrast-2);
}
.home-hero-inner h1 {
  font-size: 96px;
  font-weight: 200;
  letter-spacing: 0.01em;
  color: var(--contrast-2);
  max-width: 569px;
  border-bottom: 1px solid #ff5207;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.home-hero-form {
  max-width: 588px;
  margin-top: 33px;
}
.home-hero-form h3 {
  max-width: 380px;
  font-weight: 600;
  margin-bottom: 35px;
}
.home-hero-form p {
  color: #676666;
}
.home-hero-form .fluentform {
  margin: 31px 0;
}
.home-hero-form .ff-default .ff-el-form-control {
  background: #fff;
  border-radius: 0;
  padding: 5px 25px;
  font-size: 18px;
  border: 1px solid #1f8eb8;
  max-width: 224px;
  width: 100%;
  font-family: "Nunito Sans", "sans-serif";
  color: #8b8b8b;
  max-width: 100%;
}
.home-hero-form .ff-default .frm-fluent-form .ff-t-container.ff_columns_total_3 {
  gap: 9px;
}
.home-hero-form .frm-fluent-form .ff-t-cell.ff-t-column-1,
.home-hero-form .frm-fluent-form .ff-t-cell.ff-t-column-2 {
  flex-basis: unset !important;
}
.home-hero-form .ff_submit_btn_wrapper .ff-btn-submit {
  border-radius: 54px;
  box-shadow: 0px 4px 6px 0px #00000026;
  border: 1px solid #d6ecff;
  padding: 3.5px 26px;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--contrast-2) !important;
  color: #ffffff !important;
  border-color: var(--contrast-2) !important;
  margin-bottom: 0 !important;
}
.home-hero-form .ff_submit_btn_wrapper .ff-btn-submit:hover {
  background-color: var(--contrast) !important;
  color: #ffffff !important;
  border-color: var(--contrast) !important;
}
.home-hero-form .fluentform .ff-el-group {
  margin-bottom: 0;
}
.home-hero-form .fluentform .ff-message-success {
  background: #fff;
  color: var(--contrast);
}
.home-hero-form .fluentform .ff-errors-in-stack {
  background: #fff;
  color: var(--contrast-2);
}
.home-hero-form .fluentform .error.text-danger {
  display: none;
}
.home-hero-form .fluentform .ff-el-is-error .ff-el-form-control {
  border-color: var(--contrast-2) !important;
}
.home-hero-image {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-hero-form .frm-fluent-form fieldset > .ff-t-container {
  margin-bottom: 10px;
}

/*Inner page hero*/
.inner-page-hero {
  padding: 225px 0 110px;
  position: relative;
  min-height: 724px;
}
.inner-page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  z-index: 0;
}
.inner-hero-video {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.inner-hero-video .background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inner-hero-image {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.inner-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inner-hero-inner {
  position: relative;
  max-width: 50%;
  z-index: 1;
  margin-left: auto;
  padding-left: 70px;
}
.inner-hero-inner h1 {
  font-size: 42px;
  letter-spacing: 0;
  font-weight: 900;
  margin-bottom: 8px;
  word-wrap: normal;
}
p.inner-sub-title {
  margin-bottom: 8px;
  font-weight: 700;
}
.in_desc p {
  margin-bottom: 10px;
  font-weight: 700;
}
.inner-page-hero .grid-container {
  max-width: 1640px;
}
.hero-serach-form {
  position: relative;
  background: #f1f8fe;
  margin-top: 70px;
  padding: 28px 30px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
  max-width: 1100px;
  margin-left: auto;
  z-index: 1;
}
.hero-serach-form .f-field-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.hero-serach-form .f-field-col {
  width: calc(19% - (60px / 4));
}
.hero-serach-form .f-field-col label {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding: 0 7px;
}
.hero-serach-form .f-field {
  width: 100%;
  border-radius: 0;
  border: none !important;
  outline: 0;
  padding: 0 7px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  height: 32px;
}
.hero-serach-form .f-field-box {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #1f8eb8;
  overflow: hidden;
  background-color: #fff;
  padding: 6px 0px 3px;
}
.hero-serach-form .button {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 17.5px;
}
.hero-serach-form select.f-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px;
}
.hero-serach-form .f-field-box.select-field {
  position: relative;
}
.hero-serach-form .f-field-box.select-field::after {
  content: "";
  background-image: url("../images/arrow-down.png");
  pointer-events: none;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

/*icon info*/
.icon-info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 49px;
  position: relative;
  z-index: 1;
}
.icon-info-col {
  width: calc(33.33% - (98px / 3));
  position: relative;
}
.box-link {
  text-decoration: none;
}
.icon-info-col-inner {
  background: #f1f8fe;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 36px;
  display: flex;
  flex-direction: column;
}
.icon-info-image {
  width: 129px;
  height: 119px;
  border-radius: 50%;
  margin: 0px auto 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: -93px;
}
.icon-info-head {
  text-align: center;
}
.icon-info-head h3 {
  font-size: 36px;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
}
.icon-info-head span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.icon-info-text {
  padding: 58px 4px 4px 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.icon-info-text p {
  font-size: 15px;
  line-height: 21.75px;
}
.icon-info-action {
  text-align: center;
}
.icon-info-col a:hover {
  color: #8b8b8b;
}
.icon-info-action {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
}
.icon-info-action span {
  border-radius: 10px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--contrast-2);
  padding: 3px 6px;
  min-width: 237px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--contrast-2);
  color: #ffffff;
  border-color: var(--contrast-2);
}
.icon-info-action span:hover {
  background-color: var(--contrast);
  color: #ffffff;
  border-color: var(--contrast);
}
.icon-info-col a:hover .icon-info-action span {
  background-color: var(--contrast);
  color: #ffffff;
  border-color: var(--contrast);
}

/*Left image CTA*/
.left-image-cta {
  position: relative;
}
.left-image-cta::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(31, 142, 184, 0.8);
  backdrop-filter: blur(20px);
  width: 50%;
}
.left-image-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.left-image-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.right-image-content-col {
  width: 50%;
  margin-left: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 1056px;
  z-index: 1;
  padding: 100px 0 100px 130px;
  color: #ffffff;
}
.image-cta-content {
  max-width: 485px;
}
.image-cta-content h2 {
  color: #fff;
  margin-bottom: 50px;
}
.l-sub-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.image-cta-content .button {
  padding: 4px 6px;
  min-width: 237px;
  text-align: center;
  margin-top: 10px;
}
.image-cta-content .button:hover {
  background: #ffffff;
  color: var(--contrast-2);
}

/*Right Image CTA*/
.right-image-cta {
  position: relative;
}
.right-image-cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(31, 142, 184, 0.8);
  backdrop-filter: blur(20px);
  width: 50%;
}
.left-image-content-col {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 1056px;
  z-index: 1;
  color: #ffffff;
  padding: 100px 0 100px 72px;
}

/*Testimonials*/
.testimonials-section {
  background: #33485a;
  padding: 60px 0;
}
.testimonials-head {
  text-align: center;
  max-width: 655px;
  margin: 0 auto 15px;
}
.testimonials-head h2 {
  margin-bottom: 15px;
}
.testimonials-head p {
  line-height: 22.14px;
  margin-bottom: 0;
}

.testimonials-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 75px;
  justify-content: center;
}
.testimonials-item {
  width: calc(25% - (225px / 4));
  position: relative;
  padding-top: 57.5px;
  padding-bottom: 43px;
}
.testimonials-inner {
  background: #e6e7e8;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  padding: 96px 35px 40px;
  position: relative;
  display: flex;
  flex-direction: column; /*justify-content: space-between;*/
  min-height: 350px;
}
.testimonials-inner h3 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.testimonials-inner .t-name {
  font-size: 13px;
  color: #939598;
  letter-spacing: 1px;
  line-height: 16px;
}
.t-text {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 16px;
  word-break: break-word;
  hyphens: auto;
}
.t-icon {
  width: 115px;
  height: 115px;
  background: #33485a;
  margin: 0 auto 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -57.5px;
  right: 0;
  left: 0;
}
.testimonials-inner::after {
  content: "";
  position: absolute;
  background-image: url("../images/t-bottom.png");
  width: 68px;
  height: 43px;
  left: 0;
  right: 0;
  bottom: -42px;
  margin: 0 auto;
}
.t-details {
  margin-bottom: 15px;
}

.testimonials-slider .slick-list {
  margin-left: -37.5px;
  margin-right: -37.5px;
}
.testimonials-slider .slick-list .slick-track {
  display: flex;
}
.testimonials-slider .slick-list .slick-track .slick-slide {
  height: inherit;
  padding-left: 37.5px;
  padding-right: 37.5px;
}

.testimonial-bottom {
  margin-top: 40px;
  text-align: center;
}

/*Faqs*/
.faqs-section {
  background: #388fae;
  color: #fff;
  padding: 60px 0px;
}
.faqs-head {
  max-width: 897px;
  margin: 0 auto;
  text-align: center;
}
.faqs-head h2 {
  color: #fff;
}
.faqs-head-text {
  color: #050505;
  color: #fff;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto 68px;
}
.faqs-head-text span {
  color: #fff;
  font-weight: 400;
}
.faqs-head-text strong {
  color: #fff;
  font-weight: 900;
}

.faqs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 189px;
}
.faqs-item h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 26px;
}
.faqs-item h3 a,
.faqs-item h3 a:hover {
  color: inherit;
  text-decoration: none;
}
.faqs-item {
  width: calc(50% - (189px / 2));
}
.faqs-section .grid-container {
  max-width: 1193px;
}
.faqs-bottom {
  text-align: center;
  margin-top: 20px;
}
.faqs-section .button:hover {
  background: #ffffff;
  color: var(--contrast-2);
}
.faqs-row.full-width-faqs .faqs-item {
  width: 100%;
}
.faqs-row.full-width-faqs {
  gap: 50px;
}
.faqs-ans :last-child {
  margin-bottom: 0;
}
.faqs-item-inner:not(:has(.faqs-ans)) h3 {
  margin-bottom: 0;
}
.faqs-row:not(:has(h3 a)) .faqs-item {
  margin-top: -40px;
  padding-top: 40px;
}

/*latest blog*/
.latest-blog-section {
  padding: 60px 0px;
  background-color: var(--contrast-3);
}
.latest-blog-head {
  text-align: center;
  margin-bottom: 45px;
}
.latest-blog-head .grid-container {
  max-width: 1440px;
}
.latest-blog-head .lb-head-text {
  max-width: 996px;
  margin: 0 auto;
}
.latest-blog-head h2 {
  margin-bottom: 30px;
}
.latest-blog-list .grid-container {
  max-width: 1688px;
}
.latest-blog-row {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}
.latest-blog-item {
  width: calc(25% - (180px / 4));
  text-align: center;
}
.latest-blog-item a {
  text-decoration: none;
}
.latest-blog-item a:hover {
  color: inherit;
}
.latest-blog-item a:hover h3 {
  color: var(--contrast-2);
}
.latest-blog-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.latest-blog-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: center;
  height: auto !important;
}
.latest-blog-title h3 {
  margin-bottom: 0;
}
.latest-blog-sdes {
  padding: 0 18px;
}
.latest-blog-image {
  margin-bottom: 22px;
  padding-bottom: 400px;
  position: relative;
}
.latest-blog-image img {
  border-radius: 12px;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.latest-blog-footer {
  padding-top: 75px;
}
.latest-blog-footer-inner {
  max-width: 996px;
  margin: 0 auto;
  text-align: center;
}
.latest-blog-footer-inner strong {
  font-weight: 700;
  color: var(--contrast);
}
.latest-blog-footer-inner p:last-child {
  margin-bottom: 0;
}

/*Video Block*/
.mfp-iframe-holder .mfp-close {
  width: auto;
  background: transparent;
}
.video-block {
  position: relative;
}
.video-iframe img {
  width: 100%;
  display: block;
}
.video-iframe .play-icon {
  width: 215px;
  height: 215px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  margin: 0 auto;
  justify-content: center;
  z-index: 1;
  display: none;
}
.video-iframe > video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/*Moble side nav*/
.main-navigation .menu-toggle {
  color: var(--contrast);
}
.slideout-navigation {
  padding: 15px;
}
.slideout-navigation .inside-navigation .top-right {
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  margin-left: 0;
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 15px;
}
.slideout-nav-logo {
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 15px;
}
.slideout-navigation .inside-navigation .top-menu-search input[type="text"] {
  max-width: 100%;
}
.slideout-navigation .inside-navigation .top-sign-up {
  width: 100%;
}
.slideout-navigation .inside-navigation .top-sign-up .top-sign-up-btn {
  width: 100%;
}
.slideout-navigation .inside-navigation .main-nav ul li a {
  padding-left: 0;
  padding-right: 0;
}

/*sign-up-model */
.mfp-bg.mfp-ready {
  z-index: 999999;
}
.mfp-wrap.mfp-ready {
  z-index: 999999;
}
.white-popup-block {
  background: #fff;
  padding: 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.sign-up-model .mfp-close {
  background: transparent;
  color: #8b8b8b;
  font-size: 24px;
}
.sign-up-model .mfp-close:hover {
  color: var(--contrast-2);
}
.sign-up-model .fluentform {
  margin: 25px 0;
}
.sign-up-model .ff-default .ff-el-form-control {
  background: #fff;
  border-radius: 0;
  padding: 5px 25px;
  font-size: 18px;
  border: 1px solid #1f8eb8;
  width: 100%;
  font-family: "Nunito Sans", "sans-serif";
  color: #8b8b8b;
}
.sign-up-model .ff_submit_btn_wrapper .ff-btn-submit {
  border-radius: 54px;
  box-shadow: 0px 4px 6px 0px #00000026;
  border: 1px solid #d6ecff;
  padding: 3.5px 26px;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--contrast-2) !important;
  color: #ffffff !important;
  border-color: var(--contrast-2) !important;
  margin-bottom: 0 !important;
}
.sign-up-model .ff_submit_btn_wrapper .ff-btn-submit:hover {
  background-color: var(--contrast) !important;
  color: #ffffff !important;
  border-color: var(--contrast) !important;
}
.sign-up-model .fluentform .ff-message-success {
  background: #fff;
  color: var(--contrast);
}
.sign-up-model .fluentform .ff-errors-in-stack {
  background: #fff;
  color: var(--contrast-2);
}
.sign-up-model .fluentform .error.text-danger {
  display: none;
}
.sign-up-model .fluentform .ff-el-is-error .ff-el-form-control {
  border-color: var(--contrast-2) !important;
}
.sign-up-model .fluentform .ff-t-cell .ff_submit_btn_wrapper_custom {
  margin: 0;
}
.sign-up-model .fluentform .ff-el-group {
  margin-bottom: 0;
}
.sign-up-model p:last-child {
  margin-bottom: 0;
}

/*testimonials*/
.testimonials-list-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.ts-col {
  background: #f1f8fe;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.ts-title {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--contrast);
}
.ts-by {
  font-size: 13px;
  color: #939598;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 0;
}
.custom-pagination-wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.custom-pagination-wrap span.page-label {
  font-size: 18px;
  line-height: 1;
  color: #1f8eb8;
  font-weight: 700;
  margin-right: 12px;
}
.pagination .custom-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  flex: 1;
}
.pagination .custom-pagination .page-numbers {
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  font-weight: 300;
}
.pagination .custom-pagination .page-numbers.current {
  color: var(--contrast);
  font-weight: 700;
}
.pagination .custom-pagination .next,
.pagination.custom-pagination .prev {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #000000;
  background: #ffffff;
  color: var(--contrast);
}
.pagination .custom-pagination .prev {
  display: none;
}
.pagination .custom-pagination .next {
  margin-left: auto;
}
.pagination .custom-pagination .next:hover {
  background-color: var(--contrast);
  color: #fff;
  border-color: var(--contrast);
}

/*Blog listing*/
.blog-listing-section {
  padding: 55px 20px 150px;
  max-width: 1128px;
}
.blog-wrap {
  margin-bottom: 130px;
}
.inside-article.custom-article {
  padding: 0;
}
.inside-article-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.inside-article-left {
  width: calc(100% - 480px);
}
.inside-article-right {
  max-width: 440px;
  width: 100%;
}
.inside-article .entry-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 00px;
}
.img-wrap {
  height: 224px;
  position: relative;
  overflow: hidden;
}
.img-wrap a:hover img {
  transform: scale(1.1);
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-position: center;
  display: block;
  transition: all 0.3s;
}
.inside-article-left .entry-summary {
  max-width: 552px;
  margin-top: 20px;
  font-weight: 600;
}
.inside-article-left .button {
  text-transform: uppercase;
  margin-top: 44px;
  padding: 3px 21px;
}

.blog-listing-section .paging-navigation {
  padding: 0;
}

.paging-navigation .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  flex: 1;
  position: relative;
}
.paging-navigation .nav-links::before {
  content: "page";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: #1f8eb8;
  font-weight: 700;
  margin-right: -12px;
}
.paging-navigation .nav-links .page-numbers {
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  font-weight: 300;
  padding: 0;
}
.paging-navigation .nav-links .page-numbers.current {
  color: var(--contrast);
  font-weight: 700;
}
.paging-navigation .nav-links .next,
.pagination.custom-pagination .prev,
.post-navigation-link-previous a,
.post-navigation-link-next a {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #000000;
  background: #ffffff;
  color: var(--contrast);
  text-decoration: none;
}
.paging-navigation .nav-links .next:hover,
.pagination.custom-pagination .prev:hover,
.post-navigation-link-previous a:hover,
.post-navigation-link-next a:hover {
  background-color: var(--contrast);
  color: #fff;
  border-color: var(--contrast);
}
.paging-navigation .nav-links .prev {
  display: none;
}
.paging-navigation .nav-links .next span {
  display: none;
}
.paging-navigation .nav-links .next {
  margin-left: auto;
  position: relative;
}
.paging-navigation .nav-links .next::after {
  content: "page";
}

.b-name {
  margin-bottom: 30px;
}
.b-name span {
  font-weight: 700;
  color: #ff5207;
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
}

/*employers form*/
.employers-form select.ff-el-form-control:not([size]):not([multiple]) {
  height: 50px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/select_arrow.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 10px);
}
.employers-form .frm-fluent-form .choices__inner {
  border: 1px solid var(--contrast);
  border-radius: var(--fluentform-border-radius);
  background: #ffffff;
  font-family: "Nunito Sans", "sans-serif";
  color: #8b8b8b;
}
.employers-form .frm-fluent-form .choices[data-type*="select-multiple"] .choices__input {
  padding: 11px 0;
  font-size: 18px;
}
.employers-form .frm-fluent-form .choices[data-type*="select-multiple"] .choices__inner {
  padding: 0px 15px;
}
.employers-form .frm-fluent-form .choices__list--dropdown {
  overflow-y: hidden;
  max-height: unset;
  border: 1px solid var(--contrast);
}
.employers-form .fluentform .ff-dropzone .ff_upload_btn.ff-btn {
  border: 1px dashed var(--contrast);
}
.employers-form .ff-default .ff-el-group.ff_submit_btn_wrapper {
  text-align: center;
}
.employers-form .frm-fluent-form .choices__list--multiple .choices__item {
  background-color: var(--contrast);
  border: 1px solid var(--contrast);
}
.employers-form .frm-fluent-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--contrast);
  color: #fff;
}
.employers-form .frm-fluent-form .choices[data-type*="select-one"] .choices__input {
  display: none;
}
.employers-form .frm-fluent-form .choices__list--single {
  padding: 11px 24px 11px 15px;
}
.employers-form .frm-fluent-form .choices__list--single .choices__item {
  font-size: 18px;
  line-height: 1.5556;
  font-family: "Nunito Sans", "sans-serif";
  color: #8b8b8b;
}
.employers-form .frm-fluent-form .choices {
  overflow: visible;
}
.employers-form .frm-fluent-form .choices__list--dropdown {
  word-break: normal;
}

/*Job Listing page*/
.job_filters {
  background: #f1f8fe;
  border-radius: 10px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 4px 0px #00000040;
  overflow: hidden;
}
.job_filters .job_types {
  background: #f1f8fe;
}
.job_filters .showing_jobs {
  background: #f1f8fe;
}
.rp4wp-related-job_listing > ul,
ul.job_listings {
  border-top: none;
}
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
  overflow: hidden;
  background: #f1f8fe;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
  margin-bottom: 25px;
}
ul.job_listings li.job_listing a:hover {
  background: #d6ecff;
}
ul.job_listings li.job_listing.job_position_featured a {
  background: #d6ecff;
}
ul.job_listings li.job_listing.job_position_featured a:hover {
  background: #f1f8fe;
}
.job_filters .job_types li label,
.job_filters .job_types li input[type="checkbox"] {
  cursor: pointer;
}

/*search-results*/
body.search-results h1 {
  font-size: 42px;
}
body.search-results .inside-article {
  background: #f1f8fe;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
body.search-results article {
  padding: 0 20px;
}
body.search-results article:not(:last-child) {
  margin-bottom: 30px;
}
body.search-results article:first-of-type {
  padding-top: 60px;
}
body.search-results article + .paging-navigation,
body.search-results:not(:has(article + .paging-navigation)) article:last-of-type {
  padding-bottom: 60px;
}

/*Job Details Page*/

.single-job_listing .featured-image img {
  width: 100%;
}
.single-job_listing .social-share {
  margin-bottom: 25px;
}
.single-job_listing .single_job_listing {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
  margin-top: 50px;
  flex-direction: row-reverse;
}
.single_job_listing .sidebar {
  background: #f1f8fe;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 32%;
}
.single_job_listing .job_description {
  width: 68%;
}
.single_job_listing .job-listing-meta {
  display: flex;
  flex-direction: column;
  margin: 1.5em 0;
}
.single_job_listing .job-listing-meta li.job_number {
  display: none;
}
.social-share a,
.social-share svg {
  vertical-align: middle;
  line-height: 1;
}
.social-share svg {
  height: 21px !important;
}
.social-share a[href^="https://twitter"] svg
{
  height: 17px !important;
}

/* .single_job_listing .meta .job-type{
	color: #f08d3c;
    background-color:transparent;
}
.single_job_listing .meta .full-time {
    background-color: transparent;
    color: #90da36;
} */
.single_job_listing .meta li {
  margin: 0;
  border-bottom: 1px solid #979797;
}
.single_job_listing .sidebar .f-field-group {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.single_job_listing .sidebar .f-field-box {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #1f8eb8;
  overflow: hidden;
  background-color: #fff;
  padding: 6px 0px 3px;
}
.single_job_listing .sidebar .f-field-col label {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 0 7px;
}
.single_job_listing .sidebar .f-field {
  width: 100%;
  border-radius: 0;
  border: none !important;
  outline: 0;
  padding: 0 7px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  height: 32px;
}
.single_job_listing .f-field-box {
  position: relative;
}
.single_job_listing .sidebar select.f-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px;
}
.single_job_listing .sidebar .f-field-box.select-field::after {
  content: "";
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

.single_job_listing .sidebar .button {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 17.5px;
}
.single-job_listing .inside-article .entry-title {
  font-size: 40px;
}
.single_job_listing .job_description h2 {
  font-size: 30px;
}
.single_job_listing .application .application_button {
  margin-top: 20px;
}
.application_details form .button {
  text-transform: capitalize;
}
/*Job Details Page CSS End*/

/*Job Listing Page*/
.job_listings .job_filters .search_jobs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.job_listings .job_filters .search_jobs div {
  box-sizing: border-box;
  width: calc(50% - 20px) !important;
  padding: 0 !important;
  border: 1px solid #1f8eb8;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.job_listings .job_filters .search_jobs div.search_submit,
.job_listings .job_filters .search_jobs div.filter_wide,
.job_listings .job_filters .search_jobs div.search_remote_position {
  width: 100% !important;
  border: none;
}
.job_listings ul.job_listings li > a {
  display: flex;
  padding: 2em;
  align-items: center;
}
.job_listings ul.job_listings a .company_logo {
  float: unset !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 150px;
  display: block;
}
.job_listings .job_filters .search_jobs:after,
.job_listings .job_filters .search_jobs:before {
  content: none;
}
.job_listings .job_filters .search_jobs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px;
}
.job_listings .job_filters .search_jobs input,
.job_listings .job_filters .search_jobs select {
  border: none;
}
.job_listings .job_filters .select2-container--default .select2-selection--multiple {
  height: 47px;
  margin: 0 !important;
  border-radius: 10px;
  border: none;
  overflow-y: auto;
}
.job_filters .search_jobs .select2-selection--multiple .select2-search__field {
  margin: 0 !important;
}
/* .job_filters .search_categories .select2-container--default .select2-selection--multiple .select2-selection__clear {margin-right: 25px;} */
.job_listings .job_filters .select2-selection__rendered {
  max-height: 400px;
  overflow: visible;
  padding: 10px 15px;
  display: block;
  max-width: calc(100% - 30px);
}
.job_listings .job_filters .search_jobs input[type="submit"] {
  max-width: 180px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.job_listings .job_filters .search_jobs div.search_state,
.job_listings .job_filters .search_jobs div.search_categories,
.job_listings .job_filters .search_jobs div.form-group,
.job_listings .job_filters .search_jobs div.job_type {
  position: relative;
}
.job_listings .job_filters .search_jobs div.search_state:after,
.job_listings .job_filters .search_jobs div.search_categories:after,
.job_listings .job_filters .search_jobs div.form-group:after,
.job_listings .job_filters .search_jobs div.job_type:after {
  content: "";
  background-image: url(../images/select-img.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 32px;
  height: 100%;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  pointer-events: none;
}
.job_listings .job_filters .search_jobs input,
.job_listings .job_filters .search_jobs input[type="checkbox"] + label {
  cursor: pointer;
}

.job_listings .job_filters .select2-selection--multiple .select2-selection__choice {
  font-size: 13px;
  background-color: #f1f8fe;
  border-color: #1f8eb8;
  margin-top: 3px;
  margin-bottom: 3px;
}
.job_listings .job_filters .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 43px;
  top: 9px;
  margin: 0;
}
/*Job Listing Page CSS End*/

/* --- Alert form --- */
body form.contact_form label {
  display: none;
}
body form.contact_form input[type="text"],
body form.contact_form input[type="email"],
body form.contact_form input[type="url"],
body form.contact_form input[type="password"],
body form.contact_form input[type="search"],
body form.contact_form input[type="tel"],
body form.contact_form input[type="number"],
body form.contact_form textarea,
body form.contact_form select {
  border-radius: 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border-color: var(--contrast);
}
body form.contact_form select {
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 12px;
}
body form.contact_form > div {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
}
body form.contact_form > * {
  padding: 0 10px 20px;
}
body form.contact_form {
  margin: 0 -10px;
}
body form.contact_form > div:has([type="submit"]) {
  width: 100%;
  text-align: center;
}
body form.contact_form button {
  border-radius: 10px;
}
body form.contact_form button:focus {
  color: #ffffff;
  background-color: var(--contrast-2);
}
body .contact-us-bottom form.contact_form button:hover {
  background: #ffffff;
  color: var(--contrast-2);
}
#edit-alert-form-container form.contact_form {
  margin-top: 20px;
}
.message.success {
  background-color: #008000;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.message.success a {
  color: inherit;
}
.message.success a:hover {
  text-decoration: none;
}
.message.error {
  background-color: #f00;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  color: #ffffff;
  background-color: var(--contrast);
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  color: #ffffff;
  background-color: var(--contrast-2);
}
.alert-loading::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-image: url(/wp-content/uploads/2024/12/loader-img.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  background-color: rgba(0, 0, 0, 0.22);
}
/* --- #END Alert form --- */

/* --- User-alerts-table --- */
.responsive-table {
  overflow: hidden;
  overflow-x: auto;
}
table.user-alerts-table {
  font-size: 16px;
}
table.user-alerts-table thead th {
  background-color: #f1f8fe;
  text-align: left;
  min-width: 120px;
}
/* --- #END User-alerts-table --- */

.close-button {
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.create-alert-button {
  margin-bottom: 20px;
}
body.single-post .single-blog-hero > a.gb-container-link {
  pointer-events: none;
}

.user-not-loggedin {
  text-align: center;
  color: #fff;
}
.user-not-loggedin a {
  color: inherit;
}
.user-not-loggedin a:hover {
  color: var(--contrast-2);
}
.user-not-loggedin .button:hover {
  background: #ffffff;
  color: var(--contrast-2);
}
#job-opportunity:not(:has(.user-not-loggedin)) .hide-in-login,
#job-opportunity:has(.user-not-loggedin) .hide-in-NOlogin {
  display: none;
}

.video-overlay-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.video-overlay-container .overlay-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.video-overlay-container .video-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.video-overlay-container .video-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-overlay-container .play-icon {
  position: relative;
  z-index: 2;
}

.ff-message-success a {
  color: var(--base) !important;
}
.ff-message-success a:hover {
  color: var(--contrast-2) !important;
}
.iti__country-list .iti__country-name {
  color: var(--iti-dialcode-color);
}

@media only screen and (max-width: 1650px) {
  .latest-blog-title h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1599px) {
  .latest-blog-image {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .latest-blog-title h3 {
    font-size: 30px;
  }
  .testimonials-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .testimonials-slider .slick-list .slick-track .slick-slide {
    height: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .site-header .header-image {
    max-width: 340px;
  }
}
@media only screen and (max-width: 1359px) {
  h3 {
    font-size: 32px;
  }
  .home-hero-inner {
    max-width: 45%;
  }
  .hero-sub-title {
    font-size: 32px;
  }
  .home-hero-form .ff-default .ff-el-form-control {
    padding: 5px 10px;
  }
  .icon-info-text {
    padding: 58px 4px 4px 14px;
  }
  .top-sign-up-btn {
    font-size: 16px;
  }
  .right-image-content-col {
    padding: 100px 0 100px 40px;
  }
  .left-image-content-col {
    padding: 100px 40px 100px 0px;
  }
  .image-cta-content {
    margin: 0 auto;
  }
  .latest-blog-sdes {
    padding: 0;
  }
  .inner-hero-inner {
    padding-left: 50px;
  }
  .top-sign-up-btn {
    padding: 3.5px 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1358px) {
  .main-navigation .main-nav ul li a {
    font-size: 14px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .site-header .header-image {
    max-width: 300px;
  }
  .top-menu-search input[type="text"] {
    max-width: 170px;
    font-size: 15px;
  }
  .top-right {
    gap: 0 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-serach-form {
    max-width: 1004px;
    padding: 25px 20px;
    margin-top: 50px;
  }
  .single-job_listing .inside-article .entry-title {
    font-size: 30px;
  }
  .single_job_listing .job_description h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
  h2 {
    font-size: 50px;
  }
  .home-hero-inner h1 {
    font-size: 85px;
  }
  .icon-info-head h3 {
    font-size: 30px;
  }
  .icon-info-text {
    padding: 58px 0px 4px 0px;
  }
  .right-image-content-col,
  .left-image-content-col {
    min-height: 600px;
  }
  .testimonials-row {
    gap: 30px;
  }
  .testimonials-item {
    width: calc(25% - (90px / 4));
  }
  .testimonials-inner {
    padding: 96px 25px 40px;
  }
  .faqs-row {
    gap: 20px 100px;
  }
  .faqs-item {
    width: calc(50% - (100px / 2));
  }
  .latest-blog-row {
    gap: 30px;
  }
  .latest-blog-item {
    width: calc(25% - (120px / 4));
  }
  .main-navigation .menu-toggle {
    padding-right: 0;
    height: 30px;
  }
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    width: 40px;
  }
  .main-navigation .menu-toggle .gp-icon svg {
    width: 30px;
    height: 30px;
  }
  .site-footer h3.wp-block-heading {
    font-size: 20px;
  }
  .testimonials-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .testimonials-slider .slick-list .slick-track .slick-slide {
    height: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
  .latest-blog-title h3 {
    font-size: 24px;
  }
  blockquote {
    font-size: 56px;
  }
  .inner-page-hero {
    padding: 110px 0 110px;
    min-height: 624px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .single-blog-hero {
    min-height: 550px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .hero-serach-form {
    max-width: 900px;
    padding: 25px 20px;
    margin-top: 50px;
  }
  .hero-serach-form .f-field-group {
    gap: 15px;
  }
  .hero-serach-form .f-field-col {
    width: calc(19% - 10px);
  }
  .job_listings .job_filters .search_jobs div {
    width: calc(50% - 10px) !important;
  }
  .hero-serach-form .f-field-col label,
  .single_job_listing .sidebar .f-field-col label {
    font-size: 14px;
  }
  .hero-serach-form .f-field,
  .single_job_listing .sidebar .f-field {
    font-size: 18px;
    height: 24px;
  }
  .hero-serach-form .button,
  .single_job_listing .sidebar .button {
    font-size: 18px;
    padding: 15px;
  }
  .hero-serach-form .f-field-box.select-field::after,
  .single_job_listing .sidebar .f-field-box.select-field::after,
  .job_listings .job_filters .search_jobs div.search_state:after,
  .job_listings .job_filters .search_jobs div.search_categories:after,
  .job_listings .job_filters .search_jobs div.form-group:after,
  .job_listings .job_filters .search_jobs div.job_type:after {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-hero-form .ff_submit_btn_wrapper .ff-btn-submit {
    font-size: 16px;
  }
  .home-hero-form .ff-default .ff-el-form-control {
    font-size: 16px;
  }
  .button {
    font-size: 16px;
    padding: 5.5px 15px;
  }
  .icon-info-action span {
    font-size: 16px;
    padding: 4.5px 6px;
  }
  .image-cta-content .button {
    font-size: 16px;
    padding: 5.5px 6px;
  }
  .global-footer .gb-container .gb-grid-wrapper {
    row-gap: 0;
  }
  .contact-us-bottom .ff-default .ff-btn-submit {
    font-size: 16px;
    padding: 4.5px 27px;
  }
  .top-menu-search input[type="text"] {
    font-size: 15px;
  }
  .slideout-navigation .inside-navigation .top-sign-up .top-sign-up-btn {
    font-size: 16px;
    padding: 4.5px 26px;
  }
  .blog-listing-section {
    padding: 55px 20px 80px;
  }
  .blog-wrap {
    margin-bottom: 80px;
  }
  .employers-form .frm-fluent-form .choices[data-type*="select-multiple"] .choices__input {
    font-size: 16px;
  }
  .employers-form .frm-fluent-form .choices__list--single .choices__item {
    font-size: 16px;
  }
  .single-job_listing .inside-article .entry-title {
    font-size: 30px;
  }
  .single_job_listing .job_description h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  .hero-sub-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .home-hero-inner h1 {
    font-size: 60px;
  }
  .icon-info-row {
    gap: 20px;
  }
  .icon-info-col {
    width: calc(33.33% - (40px / 3));
  }
  .icon-info-col-inner {
    padding: 36px 20px;
  }
  .icon-info-head h3 {
    font-size: 24px;
  }
  .icon-info-action span {
    min-width: 215px;
  }
  .icon-info-image {
    width: 90px;
    height: 80px;
    top: -60px;
  }
  .icon-info-text {
    padding: 30px 0px 4px 0px;
  }
  .icon-info-col-inner {
    padding: 36px 20px 25px;
  }

  .testimonials-item {
    width: calc(50% - (30px / 2));
  }
  .testimonials-inner {
    min-height: auto;
  }

  .faqs-row {
    gap: 20px 30px;
  }
  .faqs-item {
    width: calc(50% - (30px / 2));
  }
  .latest-blog-item {
    width: calc(50% - (30px / 2));
  }
  .contact-us-bottom .ff-default textarea.ff-el-form-control {
    min-height: unset;
  }
  .image-cta-content h2 {
    margin-bottom: 30px;
  }
  .home-hero-form h3 {
    margin-bottom: 25px;
  }
  .site-footer h3.wp-block-heading {
    font-size: 20px;
  }
  .latest-blog-image {
    padding-bottom: 75%;
  }
  .inside-article .entry-title {
    font-size: 24px;
  }
  .inside-article-left {
    width: calc(50% - (40px / 2));
  }
  .inside-article-right {
    max-width: calc(50% - (40px / 2));
    width: 100%;
  }
  blockquote {
    font-size: 40px;
  }

  .inner-hero-inner {
    padding-left: 30px;
  }
  .inner-hero-inner h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-hero-form .ff-default .frm-fluent-form .ff-t-container.ff_columns_total_3 {
    flex-wrap: wrap;
  }
  .home-hero-form .frm-fluent-form .ff-t-cell.ff-t-column-1,
  .home-hero-form .frm-fluent-form .ff-t-cell.ff-t-column-2 {
    width: 48.5%;
  }
  .home-hero-form .ff_submit_btn_wrapper .ff-btn-submit {
    min-width: auto !important;
  }
  .home-hero-section {
    min-height: 800px;
  }
  .sign-up-model .ff-default .ff-el-form-control {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-serach-form .f-field-group {
    gap: 0;
  }
  .hero-serach-form .f-field-col {
    width: calc(21% - 15px);
  }
  .hero-serach-form .f-field {
    font-size: 16px;
  }
  .hero-serach-form .button {
    font-size: 16px;
  }
  .single-job_listing .single_job_listing {
    flex-direction: column-reverse;
  }
  .single_job_listing .sidebar,
  .single_job_listing .job_description {
    width: 100%;
  }
  .single-job_listing .inside-article {
    padding: 30px 20px;
  }
  .single_job_listing .sidebar .f-field-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .single_job_listing .sidebar .f-field-col {
    width: calc(50% - 10px);
  }
  .single_job_listing .sidebar .f-field-col:last-child {
    width: 100%;
  }
  .single_job_listing .sidebar .button {
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 781px) {
  .font-40 {
    font-size: 24px;
    line-height: 1;
  }
  .inside-article-row {
    flex-direction: column-reverse;
  }
  .inside-article-left {
    width: 100%;
  }
  .inside-article-right {
    max-width: 100%;
    width: 100%;
  }
  .blog-wrap {
    margin-bottom: 60px;
  }
  .img-wrap {
    height: auto;
  }
  .img-wrap img {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .inside-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sign-up-model .fluentform .ff-el-group {
    margin-bottom: 15px;
  }
  .single-job_listing .inside-article .entry-title {
    font-size: 26px;
  }
  .single_job_listing .job_description h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .employers-form .fluentform .ff-el-form-right .ff-el-input--label {
    padding-top: 0;
    width: 250px;
  }
  .employers-form .fluentform .ff-el-form-right .ff-el-input--content {
    margin-left: 250px;
  }
  .contact-us-bottom.employers-form .ff-default .ff-el-form-control {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner-hero-inner h1 {
    font-size: 36px;
  }
  .home-hero-inner h1 {
    font-size: 48px;
    max-width: 300px;
  }
  .home-hero-section {
    padding: 0;
    position: relative;
    min-height: auto;
  }
  .home-hero-video,
  .home-hero-image {
    position: relative;
  }
  .home-hero-inner {
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .home-hero-section::before {
    display: none;
  }
  .icon-overlay {
    margin-top: 0 !important;
    padding-top: 110px;
  }
  .home-hero-form {
    max-width: 100%;
  }
  .home-hero-form .ff-default .ff-el-form-control {
    max-width: 100%;
  }
  form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
    min-width: auto !important;
  }
  .home-hero-form .frm-fluent-form .ff-t-cell.ff-t-column-1,
  .home-hero-form .frm-fluent-form .ff-t-cell.ff-t-column-2 {
    flex-basis: unset !important;
    margin-bottom: 10px;
  }
  .home-hero-form .frm-fluent-form .ff-t-cell .ff-t-cell {
    margin-bottom: 10px;
  }

  .inner-page-hero {
    padding: 0;
    position: relative;
    min-height: auto;
  }
  .inner-hero-video {
    position: relative;
  }
  .inner-page-hero::after {
    display: none;
  }
  .inner-hero-inner {
    max-width: 100%;
    padding: 40px 0;
  }

  .icon-info-col {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .icon-info-row {
    gap: 100px 20px;
  }
  .left-image-image {
    position: relative;
  }
  .left-image-cta::after,
  .right-image-cta::after {
    display: none;
  }
  .cta-contant-wrap {
    background: rgba(31, 142, 184, 0.8);
  }
  .right-image-content-col,
  .left-image-content-col {
    min-height: auto;
    width: 100%;
    padding: 40px 0;
  }
  .faqs-item {
    width: 100%;
  }
  .site-header .inside-header .site-logo {
    width: calc(100% - 50px);
  }
  .testimonials-section,
  .faqs-section,
  .latest-blog-section {
    padding: 50px 0;
  }
  .faqs-head-text {
    margin: 0 auto 50px;
  }
  .sign-up-model .fluentform .ff-t-cell .ff_submit_btn_wrapper_custom {
    text-align: center;
  }
  .sign-up-model .ff_submit_btn_wrapper .ff-btn-submit {
    min-width: auto !important;
  }
  .sign-up-model .ff-default .ff-el-form-control {
    padding: 5px 10px;
  }
  .pagination .custom-pagination,
  .paging-navigation .nav-links {
    gap: 10px 15px;
  }
  .pagination .custom-pagination .page-numbers,
  .custom-pagination-wrap span.page-label,
  .paging-navigation .nav-links .page-numbers,
  .paging-navigation .nav-links::before {
    font-size: 16px;
  }
  .pagination .custom-pagination .next,
  .pagination.custom-pagination .prev,
  .paging-navigation .nav-links .next,
  .paging-navigation .nav-links .prev,
  .post-navigation-link-previous a,
  .post-navigation-link-next a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .paging-navigation .nav-links::before {
    margin-right: -5px;
  }
  .employers-form .fluentform .ff-el-form-right .ff-el-input--label {
    padding-top: 0;
    width: 100%;
    float: none;
  }
  .employers-form .fluentform .ff-el-form-right .ff-el-input--content {
    margin-left: 0px;
    width: 100%;
  }
  .employers-form .fluentform .ff-el-group.ff-el-form-right .ff-el-input--label {
    text-align: left;
    margin-bottom: 5px;
  }
  .employers-form .fluentform .ff-el-group.ff-dropzone .ff-el-input--label {
    padding-top: 15px;
    text-align: center;
  }
  .hero-serach-form {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .hero-serach-form .f-field-col {
    width: calc(50% - 10px);
  }
  .hero-serach-form .f-field-col:last-child {
    width: 100%;
  }
  .hero-serach-form .button {
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }
  .faqs-item.no-data {
    display: none;
  }
  .hero-serach-form .f-field-group {
    gap: 20px;
  }
  div.job_listings ul.job_listings li > a {
    flex-direction: column;
  }
  ul.job_listings li.job_listing a img.company_logo {
    visibility: visible;
  }
  ul.job_listings li.job_listing a div.position,
  ul.job_listings li.job_listing a div.location,
  ul.job_listings li.job_listing a .meta {
    float: unset;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  ul.job_listings li.job_listing a div.position {
    margin: 20px;
  }
  /* --- Alert form --- */
  body form.contact_form > div {
    width: 50%;
  }
  /* --- #END Alert form --- */
}
@media only screen and (max-width: 575px) {
  .testimonials-item {
    width: 100%;
  }
  .latest-blog-item {
    width: 100%;
  }
  .latest-blog-image {
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-serach-form {
    padding: 20px;
  }
  .hero-serach-form .f-field-col,
  .single_job_listing .sidebar .f-field-col {
    width: 100%;
  }
  .job_listings .job_filters .search_jobs div {
    width: 100% !important;
  }
  /* --- Alert form --- */
  body form.contact_form > div {
    width: 100%;
  }
  /* --- #END Alert form --- */
}

/* style the asterisk */
.jm-required {
  color: #d22;
  font-weight: 700;
  margin-left: 4px;
  font-family: inherit;
}

/* optional: make required-field labels bolder */
.field.required-field label,
.field.required-field .label {
  font-weight: 600;
}
