/*
primary : #FF8C00, rgb(225,140,0)  Orange
*/
:root {
  --bs-primary: #ff8c00;
  --bs-primary-rgb: 255, 140, 0;
  --bs-primary-dark: #ff7800;
  --bs-primary-dark-rgb: 255, 120, 0;

  /* --bs-secondary: #6c757d;
  --bs-secondary-rgb: 108, 117, 125; */
  --bs-secondary: #000;
  --bs-secondary-rgb: 0, 0, 0;

  --bs-body-font-family: "Inter", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #262a30;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-body-text-align: left;

  --bs-heading-color: #000;
  --bs-link-color: #ff8c00;
  --bs-link-color-rgb: 255, 140, 0;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #ff7800;
  --bs-link-hover-color-rgb: 255, 120, 0;

  --bs-heading-font-family: "Montserrat", sans-serif;
  --bs-btn-font-family: "Montserrat", sans-serif;
}

/*
* Normalize
* ================ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  --bs-body-font-family: "Inter", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #262a30;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-body-text-align: left;

  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262a30;
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
embed,
object,
video,
footer,
header,
hgroup,
menu,
nav,
main,
time,
section {
  display: block;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
label,
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-heading-font-family);
  letter-spacing: 0;
}
h1,
h2 {
  font-weight: 700;
}
h3,
h4 {
  font-weight: 600;
}
h5,
h6 {
  font-weight: 500;
}

/* Media ------------------------------------- */
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;

  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
  margin: auto;
}

img,
embed,
object {
  height: auto;
  max-width: 100%;
}

section {
  position: relative;
  background: transparent;
}

.ofi {
  object-fit: cover;
  font-family: "object-fit: cover";
}

.bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none !important;
  outline: none !important;
}
a {
  text-decoration: none;
}
a,
button,
input {
  transition: 0.3s all ease;
  outline: none !important;
}

.text-s {
  font-size: 0.85rem;
}

.text-xs {
  font-size: 0.7rem;
}

.text-l {
  font-size: 1.2rem;
}

.text-xl {
  font-size: 1.6rem;
}

.text-xxl {
  font-size: 2rem;
}

.modal-content {
  background: rgba(225, 225, 225, 0.9);
  border-radius: 3rem;
}
.modal-header .close {
  padding: 0;
  font-size: 30px;
  display: flex;
  align-self: center;
}

.form-control {
  background-color: #f0f0f0;
}

.form-error {
  color: rgb(185, 74, 72);
}

.rounded-16 {
  border-radius: 16px;
}
.rounded-8 {
  border-radius: 8px;
}

select.form-control {
  cursor: pointer;
  color: #999;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

::-moz-placeholder {
  opacity: 1;
  color: #999;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

:-moz-placeholder {
  opacity: 1;
  color: #999;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul.none {
  margin: 0;
  list-style: none;
}

ul.circle {
  list-style: circle;
}
ul.disc {
  list-style: disc;
}
ul.square {
  list-style: square;
}

.text-gray {
  color: var(--bs-gray-500);
}
.bg-gray {
  color: var(--bs-gray-500);
}
.text-dgray {
  color: var(--bs-gray);
}

.bg-dgray {
  color: var(--bs-gray);
}
.text-lgray {
  color: #f4f5f7;
}
.bg-lgray {
  background-color: #f4f5f7;
}
.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-yellow {
  color: #ffb600;
}

.bg-yellow {
  background-color: #ffb600;
}
.text-black {
  color: #262a30;
}
.bg-black {
  background-color: #262a30;
}

.text-lblue {
  color: #00a7d7;
}

.bg-lblue {
  background-color: #00a7d7;
}

.text-normal {
  font-weight: normal;
}

.mw-125 {
  min-width: 125px;
}

.w-125 {
  width: 125px;
}

.mw-150 {
  min-width: 150px;
}

.w-150 {
  width: 150px;
}

.mw-200 {
  min-width: 200px;
}

.w-200 {
  width: 200px;
}

.mw-250 {
  min-width: 250px;
}

.width-250 {
  width: 250px;
}

.mxw-320 {
  max-width: 320px;
}

.wpcf7-textarea {
  max-height: 124px;
}

.disabled-box {
  opacity: 50%;
  pointer-events: none;
}

.box-shadow {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.18);
}

.box-shadow:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.img-box-shadow {
  border-radius: 15px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

/* Sections ---------------------------------- */

.section-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  /* max-width: 1440px; */
  max-width: 1320px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.section-content {
  padding: 3rem 0;
}

.section-container.full-width,
.section-container.max-percentage {
  width: 100%;
  max-width: unset;
  overflow: hidden;
}

.section-container.thin {
  max-width: 960px;
  width: 98%;
}

.section-container.small {
  max-width: 1140px;
  width: 97%;
}

.section-container.medium {
  max-width: 1320px;
}

.section-container.no-margin {
  margin: 0;
}

.entry-content .wpb_content_element {
  margin: 0;
}

.full-width-img {
  max-height: 720px;
  max-width: 1080px;
  margin: auto;
  width: 100%;
}

.page-section-title {
  text-align: center;
  color: #000;
  font-size: 4rem;
  margin-bottom: 4rem;
  margin-top: 10px;
}
.page-section-sub-title {
  text-align: center;
  color: #000;
  font-size: 3rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.page-section-text {
  text-align: center;
  color: #000;
  font-size: 2.1rem;
}
.page-section-text.max-860 {
  max-width: 860px;
  margin: auto;
}

#site-header {
  background: #fff;
  position: relative;
  /* z-index: 3; */
  box-shadow: 0px 1px 0px 0px #e5e9f2;
}

#site-header .header-container {
  z-index: 100;
  padding-top: 6px;
  padding-bottom: 6px;
}

#site-header .site-logo {
  margin-right: 12px;
}

#site-header .site-logo img {
  width: auto;
  height: 64px;
}

#site-header .toolbar-right {
  margin-left: auto;
}

/* Menu */

.nav > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
}

#main-menu-wrapper {
  margin: 0 0 0 auto;
}

#site-header .mod-menu {
  position: relative;
  z-index: 999;
}

#site-header ul.nav {
  list-style: none;
  padding: 0px;
  margin: 0;
}

#site-header ul.nav li {
  position: relative;
}

#site-header ul.nav li a {
  background: none !important;
  padding: 8px 12px;
  text-decoration: none !important;
  white-space: nowrap;
  color: #262a30;
}
#site-header ul.nav li:hover > .arrow,
#site-header ul.nav li:hover > a {
  color: var(--bs-primary);
}
#site-header ul.nav li.menu-item-has-children {
  margin-right: 14px;
}
#site-header ul.nav li a.icon-center {
  text-align: center;
}

#site-header ul.nav li a.m-link {
  color: #8a8a8a;
}

#site-header ul.nav li.current-menu-parent > .arrow,
#site-header ul.nav li.current-menu-item > .arrow,
#site-header ul.nav li.current-menu-parent > a,
#site-header ul.nav li.current-menu-item > a {
  color: var(--bs-primary);
}

#site-header ul.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  background: #fff;
  min-width: 230px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 3px 3px 0px #0001;
  padding-left: 0;
  list-style: none;
  z-index: 20;
}

#site-header ul.nav li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

#site-header ul.nav li ul li a {
  display: block;
}

#site-header ul.nav li ul li a:hover {
}

#site-header ul.nav li ul li ul {
  left: 100%;
  right: auto;
  top: 0px;
  margin-left: 0px;
  width: 0px;
  overflow: hidden;
  display: block;
}

#site-header ul.nav li ul li ul li {
  width: 230px;
}

#site-header ul.nav li.right ul li ul {
  left: auto;
  right: 100%;
}

.show-on-mobile {
  display: none;
}

@media only screen and (min-width: 991.99px) {
  .header-container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  #site-header .site-logo {
    margin-right: 1rem;
  }

  #site-header ul.nav li ul {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  #site-header ul.nav > li.current-menu-item::after,
  #site-header ul.nav > li.current-menu-parent::after {
    content: "";
    width: 80%;
    background: var(--bs-bg-primary);
    position: absolute;
    bottom: -4px;
    height: 4px;
    left: 10%;
    border-radius: 9px;
  }

  #site-header ul.nav li ul li ul {
    max-height: none;
    opacity: 1;
  }

  #site-header ul.nav li ul li:hover > ul {
    width: 230px;
  }

  #site-header ul.nav li:hover > ul {
    opacity: 1;
    max-height: 2000px;
    overflow: visible;
  }

  #site-header ul.nav li:hover > ul li {
    overflow: visible;
  }

  #site-header ul.nav li:hover > ul li ul {
    overflow: hidden;
    opacity: 1;
  }

  #site-header #menu {
    float: left;
    width: 100%;
  }

  #site-header #menu ul li ul li a {
    padding: 7px 14px;
  }

  #site-header #menu ul li ul li:hover > a,
  #site-header #menu ul li ul li.active > a {
    color: var(--bs-primary);
  }

  #site-header #menu ul li ul li:hover a span.sub-arrow,
  .header-section #menu ul li ul li.active a span.sub-arrow {
    color: var(--bs-primary);
  }

  #site-header ul.nav li ul li a span.sub-arrow {
    float: right;
    font-size: 14px;
    color: #262a30;
  }

  #site-header.pin-style.pin {
    padding: 0px;
  }

  #site-header.pin-style.pin .logo {
    top: 0px;
  }

  #site-header .main-nav .nav {
    flex-flow: row;
  }

  #menu {
    display: block;
  }

  .mobile-top {
    display: none;
  }

  #site-header #menu > .menu-container > ul li .arrow::after {
    position: absolute;
    top: 13px;
    right: -2px;
    content: "\F229";
    font-family: bootstrap-icons !important;
    font-size: 11px;
    color: inherit;
    display: inline-block;
  }
}

#site_content_wrapper {
  position: relative;
  /* z-index: 0; */ /* if set 0 then issue on sign contract button overlap by chat button */
}

.social-icons ul {
  margin: 0px;
  padding: 0;
  line-height: initial;
  list-style: none;
}

.social-icons ul li {
  float: left;
  line-height: initial;
  margin-right: 16px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  display: flex;
  transition: all 0.3s ease 0s;
  height: 32px;
  width: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.social-icons ul li a:hover {
  color: var(--bs-primary);
}

.social-icons ul li a i {
  font-size: 1.2rem;
}

/*
* Footer
*/
#footer {
  position: relative;
  z-index: 1;
  clear: both;
  background-color: #000;
  color: #fff;
}

#footer-logo {
  padding-bottom: 35px;
}

#footer-logo .footer-logo {
  width: auto;
  height: 64px;
}
#footer .footer-about {
  max-width: 360px;
  color: #999;
}
#footer .footer-social-links{
  display: flex;
  margin-bottom: 10px;
}

#footer .widget-area a {
  color: #fff;
}

#footer section {
  background: transparent;
  line-height: 1.8;
}

#footer .footer-container-top {
  padding-top: 45px;
  margin-bottom: 30px;
  display: block;
}

#footer section.widget ul {
  padding-left: 0;
  list-style: none;
}
#footer section.widget .widget-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#footer section.widget .quick-links {
}

#footer section.widget .quick-links .badge {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

#footer section.widget .quick-links li {
}
#footer section.widget .quick-links li a {
}
#footer section.widget .menu li a:hover,
#footer section.widget .quick-links li a:hover {
  color: var(--bs-primary);
}

#footer-container-bottom a {
  color: #fff;
}
#footer-container-bottom a:hover {
  color: var(--bs-primary);
}

#footer-bottom-menu {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#footer-bottom-menu .menu-item {
  margin: 0 5px;
  position: relative;
}

#footer-bottom-menu .menu-item + .menu-item:before {
  content: "/";
  position: absolute;
  left: -8px;
}

#footer-bottom-menu .menu-item a {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 17px;
  font-family: "Sen", sans-serif;
}

#footer-container-bottom .footer_poweredby {
  text-align: right;
}
#footer-container-bottom .footer-copyrights-wrapper {
  text-align: center;
}

/*
**	404 page not found
*/
.not-found-wrapper {
  background: url("../images/mountain-dark.jpg") transparent;
  background-size: cover;
}
.not-found-wrapper .not-found-container {
  padding: 60px 0 50px;
  background-color: #0000005e;
}

.not-found-wrapper .not-found-container .not-found-title h1 {
  font-size: 72px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}

@media (max-width: 991.98px) {
  .not-found-wrapper .not-found-container .not-found-title h1 {
    font-size: 42px;
  }
}

.not-found-wrapper .not-found-container .not-found-desc {
  font-size: 16px;
  max-width: 550px;
  margin: 0 auto;
  color: #ccc;
}

.not-found-wrapper .not-found-container .not-found-subtitle {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0;
  color: #fff;
}

@media (max-width: 991.98px) {
  .not-found-wrapper .not-found-container .not-found-subtitle {
    font-size: 24px;
  }
}

/* 
** Widget for sidebar
*/
.wp-sidebar input,
.wp-sidebar textarea,
.wp-sidebar select,
.elementor-widget-sidebar input,
.elementor-widget-sidebar textarea,
.elementor-widget-sidebar select {
  max-width: 100%;
}

.wp-sidebar .widget,
.elementor-widget-sidebar .widget {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 45px 35px;
  border: 1px solid #f7eae8;
  position: relative;
}

@media (max-width: 1199.98px) {
  .wp-sidebar .widget,
  .elementor-widget-sidebar .widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wp-sidebar .widget:before,
.elementor-widget-sidebar .widget:before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg enable-background='new 0 0 283.333 283.333' version='1.1' viewBox='0 0 283.33 283.33' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'><polygon fill='%231E83EF' points='0 53.333 106.67 160 213.33 53.333'/></svg>");
  width: 20px;
  height: 12px;
  position: absolute;
  top: -5px;
  left: 30px;
  z-index: 1;
}

.wp-sidebar ul,
.elementor-widget-sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0 !important;
}

.wp-sidebar ul li,
.elementor-widget-sidebar ul li {
  list-style: none;
}

.wp-sidebar ul li a,
.elementor-widget-sidebar ul li a {
  padding: 8px 0;
  display: inline-block;
}

.wp-sidebar ul li a:hover,
.elementor-widget-sidebar ul li a:hover {
  color: #1e83ef;
}

.wp-sidebar ul li .count,
.elementor-widget-sidebar ul li .count {
  margin-left: 3px;
  color: #262626;
}

.wp-sidebar ul > li ul,
.elementor-widget-sidebar ul > li ul {
  padding-left: 16px;
}

.wp-sidebar .wpb_single_image,
.elementor-widget-sidebar .wpb_single_image {
  margin-bottom: 30px !important;
}

.wp-sidebar .post-author,
.wp-sidebar .post-date,
.elementor-widget-sidebar .post-author,
.elementor-widget-sidebar .post-date {
  font-size: 14px;
  margin: 0 0 2px;
  font-weight: 500;
  color: #1e83ef;
}

/* *****	 POST TYPE	***** */
.post-container .entry-title {
  font-size: 40px;
  margin-bottom: 39px;
  margin-top: 10px;
}

.post-container .post a {
  color: var(--bs-primary);
}
.post-container .post a:hover {
  color: rgba(var(--bs-primary-rgb),0.8);
}
.post-container .post p {
  line-height: 1.8;
}
/* .post-container a {
  color: #1d92b3;
} */

.post-items .post {
  margin-bottom: 30px;
}

.post-items .post {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  padding: 15px;
  border: 1px solid #f0f0f0;
}

.post-items .post:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #ccc;
}

.post-items .post .entry-title {
  font-size: 24px;
  text-transform: none;
  line-height: 32px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 12px;
}

.post-items .post .entry-meta {
  font-size: 14px;
  margin-bottom: 5px;
  color: #8d8d8d;
}
.post-items .post .entry-meta a {
  color: #8d8d8d;
}

.post-items .post .entry-meta > span {
  margin-right: 16px;
}

.post-items .post .entry-meta > span i {
  color: #ff4332;
  margin-right: 4px;
}

.post-items .post .entry-meta > span:last-child {
  margin-right: 0;
}

.post-items .post .entry-description {
  margin-bottom: 10px;
}

.post-items .post.post-block-list {
  margin-bottom: 30px;
}
.post-items .post.post-block-list .read-more a {
  font-size: 14px;
  color: rgba(var(--bs-primary-rgb),0.8);
}
.post-items .post.post-block-list .read-more a:hover {
  color: #8d8d8d;
}

.post-items .post.post-block-list:before,
.post-items .post.post-block-list:after {
  content: " ";
  display: table;
}

.post-items .post.post-block-list:after {
  clear: both;
}

.post-items .post.post-block-list .post-content .post-thumbnail {
  width: 280px;
  float: left;
}

.post-items .post.post-block-list .post-content .content-inner {
  padding-left: 300px;
}

/* hide thumb image from feature-releases category listing */
.post-items .post.post-block-list.category-feature-releases .post-content .post-thumbnail {
  display: none;
}
.post-items .post.post-block-list.category-feature-releases .post-content .content-inner {
  padding-left: 0;
}

@media (max-width: 768px) {
  .post-items .post.post-block-list .post-content .post-thumbnail {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .post-items .post.post-block-list .post-content .content-inner {
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .post-items .post.post-block-list .post-content .content-inner .entry-title {
    font-size: 18px;
    line-height: 30px;
  }
}

.single-post article.post {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.single-post article.post .entry-title {
  font-size: 42px;
  letter-spacing: 0;
  color: #3f3836;
  text-transform: none;
  font-weight: 700;
  margin: 5px 0 20px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .single-post article.post .entry-title {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .single-post article.post .entry-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .single-post article.post .entry-title {
    font-size: 22px;
  }
}

.single-post article.post .post-thumbnail {
  margin-bottom: 30px;
}
.single-post article.post .post-thumbnail img {
  margin-left: auto;
  margin-right: auto;
}
.single-post article.post .entry-content {
  margin: 0;
  width: 100%;
  float: left;
  display: block;
  padding: 10px 0px;
  position: relative;
}

.single-post article.post .entry-meta {
  clear: both;
  margin: 20px 0 15px;
}

.single-post article.post .entry-meta .line {
  display: inline-block;
  margin: 0 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #3f3836;
}

.single-post article.post .entry-meta .entry-date {
  font-weight: 500;
  color: #817a78;
}

.single-post article.post .entry-meta .entry-date a {
  color: #817a78;
}

.post-navigation {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  border-top: 1px solid #f8f8f8;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 40%;
}
.post-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}

.post-navigation a {
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

@media (max-width: 767.98px) {
  .post-navigation a .post-title {
    display: none;
  }
}

.post-navigation a span.meta-nav {
  display: block;
  font-size: 14px;
  color: #888888;
}

/************************* Pagination ************************/
.pager .paginations {
  text-align: center;
}

.pager .paginations .page-numbers {
  font-size: 14px;
  background: #fff;
  color: #3f3836;
  font-weight: 600;
  padding: 0 12px 0 12px;
  line-height: 32px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s !important;
  transition: all 0.35s !important;
  -moz-transition: all 0.35s !important;
  -ms-transition: all 0.35s !important;
  text-decoration: none;
  border: none;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--bs-primary);
}
.pager .paginations .page-numbers:hover {
  color: var(--bs-primary);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-color: var(--bs-primary);
}

.pager .paginations .page-numbers.dots {
  border: none;
}
.pager .paginations .page-numbers.dots:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pager .paginations .page-numbers.current,
.pager .paginations .page-numbers.active {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

.wp-block-image .alignright {
  clear: both;
}

.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

ol[type="i"] {
  /* list-style: lower-roman; */
}
ol[type="i"] > li {
  margin-bottom: 2px;
}
ol[type="a"] {
  /* list-style: lower-alpha; */
}
ol[type="a"] > li {
  margin-bottom: 5px;
}

ol[type="1"] {
  /* list-style: decimal; */
}
ol[type="1"] > li {
  margin-bottom: 15px;
}

.max-1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.list.column-2 {
  columns: 2;
}
.list.column-3 {
  columns: 3;
}
.list.column-4 {
  columns: 4;
}
.list .list-item {
  padding: 3px 10px 3px 5px;
}

/* HOME PAGE*/

.home-banner-wrapper {
  /* background-image: url("../images/home-banner-bg.jpg"); 
  background-position: top center; */
}
.home-banner-wrapper .home-banner {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  position: relative;
  z-index: 1;
  min-height: 250px;
  display: flex;
}
.home-banner-wrapper .home-banner .home-page-banner-container {
  margin: 5% 0;
  padding: 15px 20px;
  /* background: rgba(0,0,0,0.55); */
  /* border-radius: 18px; */
}
.service-container {
  max-width: 500px;
  text-align: center;
  padding: 3rem 1rem;
  margin: 0 auto;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}
.service-container .title {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
  margin-bottom: 1.4rem;
}
.home-rental-equipment-bg {
  background-image: url("../images/home-rental-bg.jpg");
}
.home-service-bg {
  background-image: url("../images/home-service-bg.jpg");
}

.testimonial-item {
  padding-top: 16px;
  padding-bottom: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 30px;
  display: inline-flex;
}

.testimonial-item .testimonial-customer {
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: flex;
  min-width: 280px;
}
.testimonial-item .testimonial-customer .customer-name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}
.testimonial-item .testimonial-text {
  position: relative;
}
.testimonial-item .testimonial-text::before {
  content: "“";
  color: #277ac7;
  font-size: 72px;
  font-family: Inter;
  font-weight: 800;
  line-height: 1;
  word-wrap: break-word;
  position: absolute;
}

/*  support-services  */

.support-services-banner-wrapper {
  background-image: url("../images/support-services-banner.jpg");
}
.support-services-list-wrapper .card {
  --bs-card-height: 100%;
}

.employment-application-container {
  padding: 48px;
  border-radius: 20px;
}

.page-banner {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
}
.page-banner-container {
  margin: 12% 0;
  text-align: center;
  padding: 30px;
  color: #fff;
}

.fiture-list {
}
.fiture-list .fiture-item {
  display: flex;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18), 0px 6px 8px 2px rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
  position: relative;
  cursor: pointer;
}
.fiture-list .fiture-item:hover {
  background-color: var(--bs-primary);
}
.fiture-list .fiture-item > .f-icon {
  padding: 24px 0px 24px 24px;
  display: flex;
  flex: 1 0 auto;
}
.fiture-list .fiture-item > .f-icon svg,
.fiture-list .fiture-item > .f-icon img {
  width: 96px;
  height: auto;
  max-height: 96px;
}
.fiture-list .fiture-item .f-title > .f-icon {
  margin-right: 15px;
}
.fiture-list .fiture-item .f-title > .f-icon svg,
.fiture-list .fiture-item .f-title > .f-icon img {
  width: 36px;
  height: auto;
  height: 36px;
}
.fiture-list .fiture-item .f-content {
  padding: 24px;
}
.fiture-list .fiture-item .f-content .f-title {
  margin-bottom: 0.5rem;
  display: flex;
}
.fiture-list .fiture-item .f-content .f-text {
  margin: 0;
}

.service-list {
  font-weight: 400;
  font-size: 1.2rem;
  max-width: 1080px;
  margin: 0 auto;
}

.full-width-slider .carousel-item {
  max-height: 500px;
}
.full-width-slider .carousel-caption {
  background: #0000004f;
  border-radius: 16px;
}
.full-width-slider .carousel-indicators [data-bs-target] {
  background-color: #fff;
  border-radius: 5px;
  height: 4px;
  border: 0;
}

.full-width-slider .carousel-control-icon-bg {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  padding: 21px;
}
.full-width-slider .carousel-control-prev .carousel-control-icon-bg {
  margin-right: -4px;
}
.full-width-slider .carousel-control-next .carousel-control-icon-bg {
  margin-left: -4px;
}

.full-width-slider .carousel-control-next-icon,
.full-width-slider .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
  position: relative;
}

.transportation-banner-wrapper {
  background-image: url("../images/transportation-banner.jpg");
}

.drilling-services-banner-wrapper {
  background-image: url("../images/drilling-services-banner.jpg");
}
.fabrication-banner-wrapper {
  background-image: url("../images/fabrication-banner.jpg");
}
.northern-lights-banner-wrapper {
  background-image: url("../images/northern-lights-banner.jpg");
}
.contingent-labor-banner-wrapper {
  background-image: url("../images/contingent-labor-banner.jpg");
}
.pipeline-banner-wrapper {
  background-image: url("../images/pipeline-banner.jpg");
}
.mechanic-services-banner-wrapper {
  background-image: url("../images/mechanic-services-banner.jpg");
}

.support-services-slider .swiper-slide {
  height: auto;
}
.support-services-slider.swiper {
  --swiper-navigation-sides-offset: 20px;
  --swiper-navigation-size: 24px;
}

.support-services-slider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.support-services-slider .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.support-services-slider .swiper-button-next,
.support-services-slider .swiper-button-prev {
}
.support-services-slider .swiper-button-next::after,
.support-services-slider .swiper-button-prev::after {
  font-weight: bolder;
}
.support-services-slider .swiper-button-next::before,
.support-services-slider .swiper-button-prev::before {
  content: "";
  height: 42px;
  width: 42px;
  position: absolute;
  background: #ffffffab;
  z-index: -1;
  border-radius: 50%;
}
