:root {
  --row-pt: 65px;
  --row-pb: 65px;
  --row-pb-b: 100px;
  --row-pt-b: 100px;
  --inner-spacing: 30px;
}

.inquiry-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0;
}

.inquiry-form .wpcf7-spinner {
  display: none;
}

.submitting .inquiry-form .wpcf7-spinner {
  display: block;
}

.inquiry-form .wpcf7-spinner::before {
  animation-name: spin;
  animation-duration: 1000ms;
}

.inquiry-form .submit {
  display: flex;
  align-items: center;
}

.site-title-container {
  display: none;
}

.mobile-menu ul li {
  margin-bottom: 24px;
}

.h-7,
.h-3,
.a-4,
.a-1,
.h-8,
.h-9,
.h-5,
.h-4,
.h-1 {
  margin: 0 calc(var(--row-spacing) * -1) !important;
}

.h-7,
.a-4,
.a-1 > .wpb_column,
.h-8 > .wpb_column,
.h-9 > .wpb_column,
.h-4 {
  padding-left: var(--row-spacing);
  padding-right: var(--row-spacing);
}

.a-7,
.a-6 {
  padding-bottom: var(--row-pb-b);
}

body.single-post #main > [class*="ct-container"],
body.blog #main > [class*="ct-container"],
.h-6,
.h-2 {
  padding-top: var(--row-pt-b);
  padding-bottom: var(--row-pb-b);
}

.h-7,
.c-3,
.c-2,
.h-9 > .wpb_column,
.h-8 > .wpb_column,
.h-4 {
  padding-top: var(--row-pt);
  padding-bottom: var(--row-pb);
}

.h-3 {
  padding-bottom: var(--row-pb-b);
}

.h-8 > .wpb_column {
  background-color: #525252b3;
}

.a-4 {
  position: relative;
  z-index: 5;
}

.a-4 > .wpb_column {
  position: relative;
  z-index: 15;
}

.a-4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #00000099;
}

.a-1 > .wpb_column {
  background: #00000033;
  background: linear-gradient(0deg, #00000080 0%, #00000033 80%);
}
.h-1 > .wpb_column {
  background-color: #00000066;
}

.a-1 {
  background-size: 100% !important;
  background-position: 50% 0% !important;
  transition: 0.5s;
}

body.is-scrolled .a-1 {
  background-position: 50% 100% !important;
}

.h-1 .wpb_raw_code {
  margin-bottom: 0;
}

.h-1 .wpb_raw_code video {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.h-1 > .wpb_column {
  aspect-ratio: 16/7;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.h-1 > .wpb_column h2 {
  color: #fff;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.h-1 > .wpb_column p {
  font-size: 20px;
  color: #fff;
}
.h-1 > .wpb_column h1 {
  color: #fff;
}

.h-1 .wpb_text_column {
  position: relative;
}

.h-1 .wpb_text_column::after,
.h-1 .wpb_text_column::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #076BA2;
  left: 50%;
  transform: translateX(-50%);
}

.h-1 .wpb_text_column::before {
  top: -16px;
}

.h-1 .wpb_text_column::after {
  bottom: -16px;
}

.verticle-title {
  display: flex;
  flex-wrap: wrap;
}

.verticle-title > .wpb_column:nth-child(1) h2 {
  writing-mode: vertical-rl;
  transform: scale(-1);
  padding-right: 8px;
  padding-left: 4px;
}

.verticle-title > .wpb_column:nth-child(1) h2::after,
.verticle-title > .wpb_column:nth-child(1) h2::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 3px;
  background-color: #076BA2;
  bottom: 0;
  transform: translateX(-50%);
}

.verticle-title > .wpb_column:nth-child(1) h2::before {
  left: 0px;
}

.verticle-title > .wpb_column:nth-child(1) h2::after {
  right: 0px;
}

.verticle-title > .wpb_column:nth-child(1) {
  width: 120px;
}

.verticle-title > .wpb_column:nth-child(2) {
  width: calc(60% - 120px);
}
.verticle-title > .wpb_column:nth-child(3) {
  width: 40%;
}

.h-2.verticle-title > .wpb_column:nth-child(2) h2 {
  max-width: 500px;
}

.h-2.verticle-title > .wpb_column:nth-child(2) p {
  text-align: justify;
}

.h-2.verticle-title > .wpb_column:nth-child(3) {
  padding-left: 60px;
}

.h-2.verticle-title > .wpb_column:nth-child(3) .vc_column-inner > .wpb_wrapper {
  position: relative;
}

.welcome-img {
  display: none;
}

.welcome-img-frame img:nth-child(1) {
  position: relative;
  z-index: 10;
  padding-top:30px;
  padding-right:30px;
}

.welcome-img-frame img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: calc(100% - 30px);
  margin-bottom: 0;
  padding-top: 1px;
  transform: scale(.99) !important;
  height: calc(100% - 30px);
  object-fit: cover;
  border-radius: 32px;
}

.welcome-img-frame {
  position: relative;
  margin-bottom: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 30px;
}

.vc_btn3-container {
  margin-bottom: 35px;
}

/*.vc_btn3-container .vc_general.vc_btn3 {*/
/*  text-transform: uppercase;*/
/*  background-image: none;*/
/*  border: 1px solid #076BA2;*/
/*  color: #076BA2;*/
/*  font-weight: 700;*/
/*  letter-spacing: 2px;*/
/*  border-radius: 0px;*/
/*  background-color: transparent;*/
/*  padding: 12px 24px;*/
/*}*/

/*.vc_btn3-container .vc_general.vc_btn3:focus {*/
/*  background-color: transparent;*/
/*}*/

/*.vc_btn3-container .vc_general.vc_btn3:hover {*/
/*  color: #fff;*/
/*  background-color: #076BA2;*/
/*}*/


.vc_btn3-container .vc_general.vc_btn3 {
  border: 1px solid #0F2A44;
  color: #0F2A44;
  background-color: transparent;
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 0px;
  padding: 12px 33px;
  text-transform:uppercase;
}

.vc_btn3-container .vc_general.vc_btn3:focus {
  background-color: transparent;
}

.vc_btn3-container .vc_general.vc_btn3:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #0F2A44;
}


.h-4 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  text-align: center;
}

.h-4 > .wpb_column > .vc_column-inner > .wpb_wrapper h6 {
  display: inline-block;
  position: relative;
  padding-left: 100px;
  font-weight:400;
}

.h-4 > .wpb_column > .vc_column-inner > .wpb_wrapper h6::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #076BA2;
  top: 50%;
  right: calc(100% - 80px);
  transform: translateY(-50%);
}

.h-4 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform:capitalize;
}

/*.h-4 .vc_btn3-container .vc_general.vc_btn3 {*/
/*  border: 1px solid #333;*/
/*  color: #333;*/
/*}*/

/*.h-4 .vc_btn3-container .vc_general.vc_btn3:hover {*/
/*  color: #fff;*/
/*  background-color: #076BA2;*/
/*  border: 1px solid #076BA2;*/
/*}*/

.h-5 {
  position: relative;
  z-index: 10;
}

.h-5 > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

.h-5 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  aspect-ratio: 16/6;
}

.h-5-1 {
  position: relative;
  z-index: 10;
  height: 100%;
}

.h-5-1 > .wpb_column {
  height: 100%;
  margin: 0;
}

.h-5-1 > .wpb_column:not(:last-child) {
  border-right: 1px solid #aaa;
}
.h-5-1 > .wpb_column > .vc_column-inner {
  height: 100%;
  position: relative;
  text-align: center;
  padding: 0;
  z-index: 10;
  overflow: hidden;
}

.h-5-1 > .wpb_column > .vc_column-inner::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  display: block;
  background: #333333b3;
  background: linear-gradient(#33333300 0%, #333333b3 100%);
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: 0.8s;
}

.h-5-1 > .wpb_column > .vc_column-inner.active::before {
  height: 100%;
  background: #333333b3;
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: 0.8s;
}

.h-5-1 > .wpb_column > .vc_column-inner.active > .wpb_wrapper {
  top: 50%;
  transform: translateY(-50%);
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin-bottom: 10px;
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  height: 48px;
  width: auto;
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
  color: #fff;
  margin-bottom: 0 !important;
  transition: 0.8s;
  transform: translateY(-120px);
}

.h-5-1 > .wpb_column > .vc_column-inner.active > .wpb_wrapper h3 {
  transform: translateY(0px);
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container {
  margin-bottom: 0;
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3:hover,
.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3 {
  color: #fff;
  background-color: #fff0;
  border: none;
  position: static;
  background-image:none;
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3::before {
  content: "";
  width: 100%;
  height: 500%;
  position: absolute;
  display: block;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3::after {
  content: "  \f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

.h-5-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  transition: 0.8s;
}

.h-5-bg.active {
  opacity: 1;
}

.h-8 h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.a-7 .vc_btn3-container .vc_general.vc_btn3,
.h-8 .vc_btn3-container .vc_general.vc_btn3 {
  border: 1px solid #C9A24D;
  color: #C9A24D;
  padding: 12px 48px;
  background: #076BA200;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.a-7 .vc_btn3-container .vc_general.vc_btn3:hover,
.h-8 .vc_btn3-container .vc_general.vc_btn3:hover {
  color: #fff;
  background: #076BA200;
}

.a-7 .vc_btn3-container .vc_general.vc_btn3::before,
.h-8 .vc_btn3-container .vc_general.vc_btn3::before {
  content: "";
  position: absolute;
  width: 120%;
  aspect-ratio: 1 / 1;
  background-color: #C9A24D;
  top: 50%;
  left: -10%;
  border-radius: 50%;
  z-index: -1;
  transform: translateY(0%);
  transition: 0.8s;
  opacity: 0;
}

.a-7 .vc_btn3-container .vc_general.vc_btn3:hover::before,
.h-8 .vc_btn3-container .vc_general.vc_btn3:hover::before {
  transform: translateY(-50%);
  opacity: 1;
}

.h-8 {
  background-attachment: fixed;
}

[data-column="widget-area-1"] strong {
  font-size: 35px;
  max-width: 800px;
  display: inline-block;
}

[data-row="top"] > .ct-container {
  align-items: center;
}

[data-column="widget-area-2"] .evc-button,
.ctt-btn .vc_general.vc_btn3 {
  background-color: #C9A24D !important;
  padding: 12px 60px !important;
  border: 1px solid #C9A24D !important;
  color: #fff !important;
}

[data-column="widget-area-2"] .evc-button:hover,
.ctt-btn .vc_general.vc_btn3:hover {
    background: transparent !important;
  border: 1px solid #C9A24D !important;
  color: #C9A24D !important;
}

.ctt-btn .vc_general.vc_btn3 {
    background-image:none !important;
}

[data-column="widget-area-2"] .evc-button span {
  text-transform: capitalize;
  font-size: 14px;
}

body.page-id-56 [data-row="top"],
body.page-id-12 [data-row="top"] {
  display: none;
}

.ct-footer [data-column="widget-area-3"] {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: start;
    grid-template-rows: auto 1fr;
}

.ct-footer [data-column="widget-area-3"] > *:last-child {
    grid-column: span 2;
}

.ct-footer [data-column="widget-area-3"] .widget_media_image {
  padding-right: 30px;
}

.ct-footer [data-column="widget-area-3"] .widget_media_image img {
  height: 70px !important;
  width: auto;
}

.ct-footer [data-column="widget-area-3"] .widget_text p {
  font-size: 14px;
}

.ct-footer [data-column="widget-area-3"] .widget_text p strong {
  font-size: 20px;
  display: inline-block;
  max-width: 300px;
}

.ct-footer [data-column="widget-area-4"] .widget_text p strong {
  font-size: 20px;
  display: inline-block;
  max-width: 300px;
}

.ft-contact {
  text-align: right;
}
.ft-contact span {
  display: block;
  margin-bottom: 16px;
}
.ft-contact span.phone {
  font-size: 36px;
  font-weight: 700;
  font-family: Oswald, sans-serif;
  vertical-align: middle;
  color: #ec1c24;
}
.ft-contact span.phone > span {
  display: inline;
  vertical-align: middle;
}
.ft-contact span.phone a {
  color: #ec1c24;
  vertical-align: middle;
}
.ft-contact span.phone i {
  color: #ec1c2400;
  -webkit-text-stroke: 1.5px #ec1c24;
  font-size: 24px;
}

.ft-contact span.location i {
  color: #3330;
  -webkit-text-stroke: 1.5px #333;
}

.ft-contact .ft-icon {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
}
.ft-contact .ft-icon span {
  margin-bottom: 0;
}
.ft-contact .ft-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 30px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  transition: 0.3s;
  border-radius: 100%;
}

.ft-contact .ft-icon a:hover {
  color: #333;
  background-color: #fff;
}
.ft-contact .ft-icon a i {
}

.inspiren {
  text-align: center;
}

.a-1 > .wpb_column {
  aspect-ratio: 16/4;
  display: flex;
  align-items: center;
}

.ct-breadcrumbs {
  text-align: center;
}

.a-1 h1 {
  margin-bottom: 0 !important;
}

.a-3::after,
.a-3::before {
  display: none;
}

.a-3 {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-bottom: calc(var(--row-pt) * -2) !important;
  position: relative;
  z-index: 20;
}
.slider-images .vc_column-inner {
  overflow: hidden;
}

.slider-images .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin-bottom: 0;
}
.slider-images .vc_column-inner > .wpb_wrapper {
  display: flex;
  transition: 0.8s;
}

.a-3 .vc_column-inner {
  padding: 0 !important;
}

.wpb_text_column li::marker {
  color: #076BA2;
  font-size: 22px;
}

.a-3 .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
}

.a-3 > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
  padding: 35px 60px;
}

.a-3 .vc_column-inner > .wpb_wrapper .wpb_text_column ul li:not(:last-child) {
  margin: 0 0 20px 0;
}

.a-3 .vc_column-inner > .wpb_wrapper .wpb_text_column ul li strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.a-4 {
  padding-top: calc(var(--row-pt) * 3);
  padding-bottom: calc(var(--row-pb) * 2);
  background-attachment: fixed;
}

.a-4 .evc-counter {
  text-align: center;
}
.a-4 .evc-c-inner .evc-c-digit {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 65px;
  font-family: Roboto, sans-serif;
  margin-bottom: 15px;
  font-family: 'Poppins';
}
.a-4 .evc-c-inner .evc-c-digit::after {
  content: "+";
}
.a-4 .evc-c-inner .evc-c-title {
  color: #fff;
  font-weight: 400;
  font-family: 'Inter';
}

.a-5 .wpb_single_image figure {
  position: relative;
}
.a-5 .wpb_single_image figure::after,
.a-5 .wpb_single_image figure::before {
  content: "";
  background-color: #076BA266;
  position: absolute;
  display: block;
  z-index: 1;
}

.a-5 .wpb_single_image figure::after {
  width: 25%;
  aspect-ratio: 1.1/1;
  right: 10%;
  top: 0;
}
.a-5 .wpb_single_image figure::before {
  width: 25%;
  aspect-ratio: 4 / 1;
  bottom: 0;
  left: 0;
}

.a-5.h-2.verticle-title > .wpb_column:nth-child(3) {
  padding-left: 0;
}

.a-6 {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.a-6 > .wpb_column > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.a-6-1 {
  display: flex;
  padding-top: 35px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.a-6-1 > .wpb_column > .vc_column-inner {
  padding: 0 !important;
  height: 100%;
}

.a-6-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 36px 48px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.a-6-1 > .wpb_column:nth-child(1) > .vc_column-inner > .wpb_wrapper,
.a-6-1 > .wpb_column:nth-child(3) > .vc_column-inner > .wpb_wrapper {
  background-color: #00000099;
}

.a-6-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
}
.a-6-1 > .wpb_column > .vc_column-inner > .wpb_wrapper h1 {
  color: #ffffff80;
  font-size: 70px;
  margin-bottom: 60px !important;
}

.a-6-1 > .wpb_column > .vc_column-inner > .wpb_wrapper p {
  color: #fff;
  font-size: 20px;
}

.a-7 {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.a-7-1 {
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.a-7-1::after {
  position: absolute;
  content: "";
  background-color: #076BA2;
  width: 66.67%;
  height: 2px;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.a-7-1 > .wpb_column {
  padding-top: 35px;
  position: relative;
}
.a-7-1 > .wpb_column::after {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
  background-color: #076BA2;
  width: 8px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  margin-left: -4px;
}

.a-7-1 .wpb_single_image {
  margin-bottom: 16px;
}

.a-7-1 .wpb_single_image img {
  height: 60px;
  width: auto;
}

.a-7-1 h5 {
  font-size: 25px;
}

.a-7-1 .wpb_text_column {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
}

.a-7 .vc_btn3-container .vc_general.vc_btn3 {
  margin-top: 35px;
}

.a-7 .vc_btn3-container {
  clear: both;
}

.hero-section[data-type="type-2"] {
  aspect-ratio: 16/4;
}

.hero-section[data-type="type-2"] > figure .ct-media-container {
  height: 100% !important;
}

.hero-section[data-type="type-2"] > figure .ct-media-container img {
  transform: translateY(-50%) !important;
  width: 100%;
  height: auto;
  position: absolute;
  top: 60%;
  left: 0;
  transition: 0.5s;
}

body.is-scrolled .hero-section[data-type="type-2"] > figure .ct-media-container img {
  top: 40%;
}

.hero-section[data-type="type-2"] > figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #00000099;
}

.hero-section[data-type="type-2"] > [class*="ct-container"] {
  min-height: 0;
  height: 100%;
  position: relative;
  z-index: 5;
}

body.single-post #main > [class*="ct-container"],
body.blog #main > [class*="ct-container"] {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

body.single-post #main > [class*="ct-container"] {
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

body.single-post #main > [class*="ct-container"] > aside,
body.blog #main > [class*="ct-container"] > aside {
  width: 360px;
}

body.blog #main > [class*="ct-container"] > section {
  width: calc(100% - 360px);
  padding-right: 35px;
}

body.single-post #main > [class*="ct-container"] > article {
  width: calc(100% - 360px - 35px);
  border: 1px solid #c0c0c0;
}

.ct-sidebar {
  padding: 30px;
  border: 1px solid #c0c0c0;
}
.ct-sidebar .widget-title {
  font-weight: 700;
  font-size: 20px;
}

.inquiry-form > label {
  margin-bottom: 16px;
  width: 100%;
}

.inquiry-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.inquiry-form .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
  margin-left: 0;
  margin-bottom: 8px;
}

.inquiry-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  color: #333333;
  font-weight: 400;
}

.inquiry-form .wpcf7-checkbox .wpcf7-list-item label input {
  accent-color: #076BA2;
}

.inquiry-form .submit {
  width: 100%;
}
.inquiry-form .submit input {
  width: 100%;
  text-transform: uppercase;
  padding: 8px;
  background-color: #00bb5b;
  border: 1px solid #00bb5b;
  border-radius: 0;
}
.inquiry-form .submit input:hover {
  color: #00bb5b;
  background-color: #fff;
}

.inquiry-form .wpcf7-spinner {
  display: none;
  margin: 0;
}

.submitting .inquiry-form .submit {
  flex-wrap: wrap;
  justify-content: space-between;
}

.submitting .inquiry-form .submit input {
  width: calc(100% - 48px);
  transition: 0s;
}

.entry-card.type-post {
  border: 1px solid #c0c0c0;
}

.entry-card.type-post > a.ct-media-container {
  display: block;
  position: relative;
  aspect-ratio: 16/5;
}

.entry-card.type-post > h2 a {
  font-size: 28px;
  font-weight: 700;
}

.entry-card.type-post .meta-date {
  font-size: 14px;
  font-weight: 400;
  color: #9f9f9f;
}

.entry-card.type-post .meta-date::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  margin-right: 8px;
  display: inline-block;
  font-weight: 600;
}

.entry-card.type-post .entry-button {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #076BA2;
}

.entry-card.type-post .entry-button::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  transition: 0.3s;
  font-size: 12px;
  margin-bottom: 1px;
}

.entry-card.type-post .entry-button:hover::after {
  margin-left: 8px;
}

.entry-header .ct-meta-element-date {
  color: #fff;
}

.ct-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.ct-pagination > div {
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
}

.ct-pagination .prev.page-numbers,
.ct-pagination .next.page-numbers,
.ct-pagination div .page-numbers {
  border: 1px solid #c0c0c0;
  padding: 0;
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #c0c0c0;
}

.ct-pagination div .page-numbers.current {
  border: 1px solid #076BA2;
}
.ct-pagination .prev.page-numbers,
.ct-pagination .next.page-numbers {
  font-size: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ct-pagination .prev.page-numbers svg,
.ct-pagination .next.page-numbers svg {
  font-size: 16px;
}

.post-navigation .item-label span {
  display: none;
}

.post-navigation .item-label {
  color: #076BA2;
  font-weight: 700;
  letter-spacing: 2px;
}
.post-navigation .item-label:hover {
  color: #076BA2;
}

.post-navigation > a:nth-child(2) .item-label::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

.post-navigation > a:nth-child(1) .item-label::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

[data-prefix="single_blog_post"] .ct-related-posts {
  padding-top: var(--row-pt);
  margin-top: 0;
}

.ct-related-posts .ct-related-posts .ct-module-title {
  border-left: 4px solid #076BA2;
  padding-left: 16px;
}

.ct-related-posts .ct-related-posts-items article {
  border: 1px solid #c0c0c0;
  padding-bottom: 30px;
}

.ct-related-posts .ct-related-posts-items article a {
  border-radius: 0;
}

.ct-related-posts .ct-related-posts-items article h4 {
  margin-top: 0;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
}

.ct-related-posts .ct-related-posts-items article .meta-date {
  padding-left: 30px;
  padding-right: 30px;
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 400;
}

.ct-related-posts .ct-related-posts-items article .meta-date::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  margin-right: 8px;
  display: inline-block;
  font-weight: 600;
}

.c-2 h2 {
  margin-bottom: 0 !important;
}

.c-2-1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  position: relative;
}

.c-2-1::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #076BA2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.c-2-1 .wpb_single_image {
  margin-bottom: 16px;
}

.c-2-1 .wpb_single_image img {
  height: 60px;
  width: auto;
}

.c-2-1 .wpb_text_column {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.c-2-1 .wpb_text_column a {
  text-decoration: none;
}

.c-3 .inquiry-form > label {
  width: 100%;
}

.c-3 .inquiry-form > label:nth-child(1),
.c-3 .inquiry-form > label:nth-child(2),
.c-3 .inquiry-form > label:nth-child(3) {
  width: calc(33.333% - 8px);
  order: -2;
}

.c-3 .inquiry-form > label:nth-child(5) {
  order: -1;
}

.c-3 .inquiry-form > .wpcf7-form-control-wrap {
  width: 100%;
}

.c-3 .inquiry-form .wpcf7-checkbox {
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 16px;
}

.c-3 .inquiry-form .wpcf7-checkbox .wpcf7-list-item {
  width: auto;
}

.c-3 .inquiry-form .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid #c0c0c0;
}

.c-3 .inquiry-form .submit {
  justify-content: center;
}

.c-3 .inquiry-form .submit input {
  width: auto;
  padding: 8px 48px;
}

.c-3 .inquiry-form .wpcf7-spinner {
  margin: 0 24px;
}

.c-4 {
  padding-top: var(--row-pt);
}

body.page-id-119 .ct-footer [data-row="top"],
body.page-id-119 .ct-footer [data-row="middle"] {
  display: none;
}

.h-3 {
  display: flex;
  flex-wrap: wrap;
}

.h-3 > .wpb_column:nth-child(2) {
  overflow: hidden;
}

.h-3 > .wpb_column:nth-child(2) .wpb_text_column {
  margin-bottom: 0;
}

.h-3 .vc_column-inner {
  padding: 0 !important;
}

.h-3 .vc_column-inner .epl-shortcode-listing {
  transition: 0.8s;
}

.h-3 .vc_column-inner .epl-shortcode-listing .epl-listing-post {
  padding: 0;
  width: 360px;
}

.h-3 > .wpb_column:nth-child(1) {
  background-color: #076BA2;
  position: relative;
}

.h-3 > .wpb_column:nth-child(1)::before {
  content: "";
  background-color: #333;
  opacity: 0.1;
  clip-path: polygon(0% 0%, 70% 0%, 70% 10%, 10% 70%, 0% 70%);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.h-3 > .wpb_column:nth-child(1) > .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 10;
}

.h-3 > .wpb_column:nth-child(1) > .vc_column-inner > .wpb_wrapper {
  width: 200px;
  padding-left: 50px;
}

.h-3 > .wpb_column:nth-child(1) .vc_btn3-container {
  margin-bottom: 16px;
}

.h-3 > .wpb_column:nth-child(1) .vc_btn3-container .vc_general.vc_btn3 {
  border: 1px solid #fff;
  color: #fff;
}

.h-3 > .wpb_column:nth-child(1) .vc_btn3-container .vc_general.vc_btn3:hover {
  color: #076BA2;
  background-color: #fff;
}

.h-3 > .wpb_column:nth-child(1) .vc_btn3-container.slide-btn {
  width: 100%;
  margin-bottom: 0;
}

.h-3 > .wpb_column:nth-child(1) .vc_btn3-container.slide-btn .vc_general.vc_btn3 {
  border: 0px solid #fff;
  color: #fff;
  font-size: 36px;
  padding: 0;
}

.h-3 > .wpb_column:nth-child(1) .vc_btn3-container.slide-btn .vc_general.vc_btn3::before {
  content: "  \f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

.h-3 > .wpb_column:nth-child(1) .vc_btn3-container.slide-btn .vc_general.vc_btn3:hover {
  border: 0px solid #fff;
  color: #fff;
  background-color: transparent;
}

.h-4-1 .epl-property-blog.epl-listing-post.epl-listing-post {
  padding-left: 15px;
  padding-right: 15px;
}

.h-6-1 > .wpb_column:nth-child(2) {
  text-align: right;
}

.h-6-1 .wpb_text_column {
  margin-bottom: 0;
}
.h-6-1 {
  display: flex;
  flex-wrap: wrap;
}

/*.h-6-2 > .wpb_column:nth-child(1) {*/
/*  width: 310px;*/
/*}*/
/*.h-6-2 > .wpb_column:nth-child(2) {*/
/*  width: calc(100% - 310px);*/
/*}*/

@media only screen and (max-width:767.98px) {
    .h-6-2 > .wpb_column:nth-child(2) .vc_column-inner {
      padding: 0 !important;
    }
}

.welcome-img-frame img.super-reveal.custom {
  opacity: 1;
}

.welcome-img-frame img.super-reveal.custom.after-animated {
  transform: scale(1.1);
  transition: 2s;
}

.a-5 .wpb_single_image figure.super-reveal.custom::after {
  opacity: 1;
  transform: scaleX(0);
  transition: 1s 0.5s;
}
.a-5 .wpb_single_image figure.super-reveal.custom::before {
  opacity: 1;
  transform: scaleX(0);
  transition: 1s 0.5s;
}

.a-5 .wpb_single_image figure.super-reveal.custom.after-animated::after {
  opacity: 1;
  transform: scaleX(1);
}
.a-5 .wpb_single_image figure.super-reveal.custom.after-animated::before {
  opacity: 1;
  transform: scaleX(1);
}

#header [data-items] .ct-header-account {
  padding-left: 36px;
  margin-left: 24px;
  border-left: 1px solid #333;
}

#header [data-items] .ct-header-account .ct-icon {
  width: 20px;
  height: 20px;
}

#header [data-items] .ct-header-search {
  width: 200px;
  background-color: #E8E8E8 !important;
  padding: 7px !important;
  border-radius: 50px !important;
  justify-content: start;
  position: relative;
}

#header [data-items] .ct-header-search::before {
  content: "Search";
  position: absolute;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  color: #9E9E9E;
  padding-top: 2px;
}

#header [data-items] .ct-header-search svg path {
  fill: #9E9E9E;
}

.uf-2 {
  display: flex;
  flex-wrap: wrap;
  --fix-w: 420px;
  padding-bottom: var(--row-pb-b);
  padding-top: var(--row-pt-b);
}

.uf-2 > .wpb_column:nth-child(1) {
  width: calc(100% - var(--fix-w));
}

.uf-2 > .wpb_column:nth-child(2) {
  width: var(--fix-w);
}

.uf-2 > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
.uf-2 > .wpb_column:nth-child(2) > .vc_column-inner {
  position: sticky;
  top: calc(var(--admin-bar, 0px) + 80px + 35px);
}

.uf-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
}

.uf-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_widgetised_column {
  margin-bottom: 0;
}

.uf-2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_widgetised_column .widget-title {
  font-size: 22px;
}

.uf-2 > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper {
  padding: 35px;
  border: 1px solid #c0c0c0;
}

.uf-2 > .wpb_column:nth-child(1) > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.uf-2-1 {
}

.uf-2-1 > .wpb_column {
}

.uf-2-1 > .wpb_column > .vc_column-inner {
}

.uf-2-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
}




.h-1 > .wpb_column .wpb_single_image {
  width: 360px;
  margin-left: auto;margin-right: auto;
  margin-bottom: 16px;
}
.h-1 > .wpb_column .wpb_single_image img {

}


#menu-header {

}
#menu-header > li:first-child {
padding-left: 12.5px;
}
#menu-header li {
transition: .3s;
}
/*#menu-header li:hover {*/
/*  background-color: #f9f4ed;*/
/*}*/
#menu-header li a:hover {
  color: #076BA2;

}

h6.small {
  color: #076BA2;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.h-2.verticle-title > .wpb_column:nth-child(2) h2 {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 700;
}














.side-title-row:before,
.side-title-row:after {
    display:none;
}

@media only screen and (min-width:1000px) {
    .side-title {
        writing-mode: sideways-lr;
        font-size: 30px;
        font-weight: 600;
        position:relative;
        padding-block: 5px;
        text-transform: uppercase;
        font-family: 'Poppins';
    }
    
    .side-title:before {
        content:'';
        display:block;
        position:absolute;
        top: 0;
        left: 0;
        width: 3px;
        height:70px;
        background-color: #076BA2;
    }
    
    .side-title:after {
        content:'';
        display:block;
        position:absolute;
        top: 0;
        right: 0;
        width: 3px;
        height:70px;
        background-color: #076BA2;
    }
    
        .side-title-row {
        display:grid !important;
        grid-template-columns: 86px auto auto;
    }
    
    .side-title-row > * {
        width:100%;
    }
}

@media only screen and (max-width:999.98px) {
    .side-title {
        font-size: 27px;
        font-weight: 600;
        position:relative;
        padding-block: 5px;
        text-transform: uppercase;
        font-family: 'Poppins';
    }
    
    .side-title:before {
        content:'';
        display:block;
        position:absolute;
        top: 0;
        left: 0;
        width: 70px;
        height:3px;
        background-color: #076BA2;
    }
    
    .side-title:after {
        content:'';
        display:block;
        position:absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height:3px;
        background-color: #076BA2;
    }
    
    .h-2 > .wpb_column {
        width:100% !important;
        order:0 !important;
    }
    .h-2 > .wpb_column:last-child {
        order:-1 !important;
    }
}

.h-2 > .wpb_column > .vc_column-inner {
    padding-top: 35px;
}

.h-2 {
    padding-top: var(--row-pt);
}

/*.ft-contact > span {*/
/*    display: flex !important;*/
/*    flex-direction: row;*/
/*    flex-wrap: nowrap;*/
/*    justify-content: flex-end;*/
/*    align-items: center;*/
/*    column-gap: 10px;*/
/*}*/

.ft-contact > span i {
    line-height: 1.3;
    margin-right: 5px;
    display: inline-block;
}

.full-w-img,
.full-w-img .vc_figure,
.full-w-img .vc_single_image-wrapper,
.full-w-img img{
    width:100%;
}

.home-expert-name {
    font-size: 20px;
    color: #0B090A;
    font-family: Inter;
    font-weight: 600;
    margin-bottom: 10px;
}

.home-expert-text {
    color: #076BA2;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}

.home-expert-links a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0F2A44;
    color: #fff;
}

.home-expert-links a:hover {
    color:#C9A24D;
}

.home-expert-links {
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    z-index: 2;
}

.home-expert-links > .wpb_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    width: 100%;
}

.home-expert-img {
    position:relative;
}

.home-expert-img:before {
    content: '';
    display:block;
    position:absolute;
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index:1;
}

.home-expert-img > .vc_figure {
    position:relative;
    overflow:hidden;
}

.home-expert-img > .vc_figure img {
    transition: 0.3s ease-in-out;
}


@media only screen and (min-width:768px) {
    .home-expert-box > .wpb_column > .vc_column-inner > .wpb_wrapper:hover > .home-expert-img img {
        transform:scale(1.1);
    }
    .home-expert-links {
        opacity:0;
        transform:translateY(100%);
        transition:0.3s ease-in-out;
    }
    .home-expert-box > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .home-expert-links {
        opacity:1;
        transform:translateY(0);
    }
}

.a-3 img {
    height: 100%;
}

.a-3 {
    display: flex;
    align-items: stretch !important;
    row-gap: 35px;
}

.a-3 > .slider-images > .vc_column-inner * {
    height: 100%;
    object-fit: cover !important;
}

.vm-img {
    margin-right: -100px;
    margin-bottom: calc(var(--row-pb) * -1);
}

.about-vm-row > .wpb_column:last-child,
.about-vm-row > .wpb_column:last-child > .vc_column-inner,
.about-vm-row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
    height:100%;
}

.about-vm-row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: flex-end;
}

.about-vm-row {
    padding-top: var(--row-pt);
    padding-bottom: var(--row-pb);
}

.about-who-text {
    color: #0B090A;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
}

.about-who-text small {
    color: #076BA2;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}

.about-who-img {
    margin-bottom: 15px;
}

.about-who-row,
.about-life-row {
    padding-block: var(--row-pt)
}

.about-who-line-title {
  display: inline-block;
  position: relative;
  padding-left: 100px;
  font-weight:400;
}

.about-who-line-title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #076BA2;
  top: 50%;
  right: calc(100% - 80px);
  transform: translateY(-50%);
}

.about-who-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.about-who-row-2 .about-who-img {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

/*.about-who-box {*/
/*    width:100%;*/
/*}*/

.about-who-img img {
    width: 100%;
    object-fit: cover;
}

.about-life-box .slick-prev {
    left: -50px !important;
    top: 0;
    height: calc(100% - 35px);
    border-radius: 30px 0 0 30px;
    background-color: transparent !important;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
    transform: none !important;
    width: 80px !important;
    border: 0 !important;
    color: #fff !important;
}

.about-life-box .slick-next {
    right: -50px !important;
    top: 0;
    height: calc(100% - 35px);
    border-radius: 0 30px 30px 0;
    background-color: transparent !important;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
    transform: none !important;
    width: 80px !important;
    border: 0 !important;
    color: #fff !important;
}

.about-life-box .slick-arrow:before {
    color: #fff !important;
}

.about-life-box .slick-prev:before {
    content:'\f053';
}

.about-life-box .slick-next:before {
    content:'\f054';
}

.about-life-box .slick-slide img {
    border-radius: 30px;
}

@media only screen and (min-width:768px) {
    .about-life-box > .wpb_column > .vc_column-inner > .wpb_wrapper {
        width:50%;  
        margin-inline: auto;
    }
    
    .about-life-box .slick-list {
        overflow:visible;
    }
    
    .about-life-box .slick-slide {
        margin-inline: -50px;
        position: relative;
    }   
    
    .about-life-box .slick-slide.slick-current {
        z-index:2;
    }
    
    .about-life-box .slick-slide img {
        transform:scale(0.9);
        transition: 0.5s ease-in-out !important;
        border-radius: 30px !important;
        opacity: 0.2;
    }
    
    .about-life-box .slick-slide.slick-current img {
        transform:scale(1);
        opacity: 1;
    }
}


@media only screen and (max-width:767.98px) {
    .about-life-box .slick-prev {
        left: 0 !important;
        width: 45px !important;
    }
    .about-life-box .slick-next {
        right: 0 !important;
        width: 45px !important;
    }
}

.ct-account-modal .ct-account-forms {
    background-color: #f0f0f0;
}

.h-4 .epl-price,
body.epl-post-type-archive-rural .epl-price,
.h-4 .epl-details,
body.epl-post-type-archive-rural .epl-details,
body.term-67 .epl-details,
body.term-68 .epl-details,
body.term-69 .epl-details,
body.term-71 .epl-details,
body.term-67 .epl-price,
body.term-68 .epl-price,
body.term-69 .epl-price,
body.term-71 .epl-price {
  display: none !important;
}

.epl-labels {
    display: none !important;
}

/*.property-content-rural {*/
/*    position:absolute;*/
/*    bottom: 0;*/
/*}*/

.h-4 .property-featured-image-wrapper img,
body.epl-post-type-archive-rural .property-featured-image-wrapper img,
body.term-67 .property-featured-image-wrapper img,
body.term-68 .property-featured-image-wrapper img,
body.term-69 .property-featured-image-wrapper img,
body.term-71 .property-featured-image-wrapper img {
    aspect-ratio:1/1;
    position: relative;
}

.h-4 .property-featured-image-wrapper .epl-blog-image:after,
body.epl-post-type-archive-rural .property-featured-image-wrapper .epl-blog-image:after,
body.term-67 .property-featured-image-wrapper .epl-blog-image:after,
body.term-68 .property-featured-image-wrapper .epl-blog-image:after,
body.term-69 .property-featured-image-wrapper .epl-blog-image:after,
body.term-71 .property-featured-image-wrapper:after {
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:50%;
    left:0;
    bottom:0;
    background: linear-gradient(0deg, #333 22.5%, rgba(51, 51, 51, 0.00) 100%);
}

/*.property-content-rural * {*/
/*    color: #fff !important;*/
/*    fill: #fff !important*/
/*}*/

/*.property-content-rural .epl-button-wrapper a {*/
/*    color: #fff !important;*/
/*}*/

.epl-property-blog.epl-listing-post, .epl-listings-col .epl-listing-post {
    padding: 0 !important;
    width: calc(100% / 3 - 15px * 2 / 3) !important;
}

@media only screen and (max-width: 1199px) {
    .epl-property-blog.epl-listing-post, .epl-listings-col .epl-listing-post {
        width: calc(50% - 15px / 2) !important;
    }
}

@media only screen and (max-width: 689px) {
    .epl-property-blog.epl-listing-post, .epl-listings-col .epl-listing-post {
        width: 100% !important;
    }
}

.epl-property-blog.epl-listing-post, .epl-listings-col,
.epl-shortcode-listing {
    gap: 15px;
}

.c-2 h2 small {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display:block;
}

.c-2 .footer-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-top: 15px;
}

.c-2 .footer-social i {
    color: #076BA2 !important;
}

@media only screen and (max-width:767.98px) {
    .m-no-br br {
        display:none !important;
    }
}

@media only screen and (min-width:1000px) {
    .epl-search-results .epl-row,
    .archive .epl-row {
        display: flex;
        flex-wrap: nowrap !important;
        gap: 35px;
    }
}

.epl-archive-banner {
    background-image:url(./images/listing-banner.webp) !important;
}

.epl-sub-title,
.epl-sub-title b {
    font-family: 'Poppins';
    font-weight: 500 !important;
}

@font-face {
  font-family: Poppins;
  font-weight: 500;
  src: url("./fonts/Poppins-Medium.ttf") format("truetype");
}

.single td:first-child {
    width: 35px;
    padding-right: 0 !important;
}

.epl-details > .epl-detail:first-child {
    display: none !important;
}

.careers-form label {
    order: 0 !important;
}


.epl-listing-post .epl-blog-image img {
    aspect-ratio: 16/9 !important;
}