h-captcha {
  display: block;
  margin-top: 50px;
}
.hcaptcha {
  display: none;
}
#contactSalesModal .modal-content {
  overflow: hidden;
}
div#loading img {
  z-index: 9999;
  width: 100%;
  max-width: 150px;
}
div#loading img.logo {
  position: absolute;
  margin-bottom: -115px;
}
a {
  text-decoration: none;
}
.btn-link {
  min-width: 0;
}
.btn.btn-link:active {
  background-color: transparent;
  border-color: transparent;
}
button.open-panel-forgotpassword {
  background-color: transparent;
  border-color: transparent;
}
.modal-header,
.modal-footer,
.modal-content {
	border-radius: 0px;
}
.modal-header:not(.border-bottom) {
	border-bottom: none;
}
.modal-footer:not(.border-top) {
	border-top: none;
}
.modal-header {
    background-color: #5397a6 !important;
    color: #fff;
}
.modal-header .btn-close {
	opacity: 1;
    filter: invert(1);
}
nav .brand-logo .light-version-logo {
  height: 50px;
}
.section-title--l6 .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  color: var(--color-headings-2);
}
.section-title--l6 .section-title__sub-heading {
  color: var(--color-headings-4);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 25px;
}
.features-area--l8 {
  background-color: #c7d7d9;
}
.content-section--l8-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.widgets--content-1-l5 .widgets__title {
  color: var(--dx3);
}
.content-section--l8-2 .widget--content-l6__circle {
  box-shadow: none;
}
.card--services-l6__content li {
  padding-left: 30px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  position: relative;
  text-align: left;
  list-style-type: none;
  transition: 0.4s;
}
.card--services-l6__content li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.nav-link-item {
  cursor: pointer;
}
.nav-link-item.open-panel-signin,
.nav-link-item.open-panel-signout {
  margin-top: 4px;
}
#contactModal .modal-dialog {
  max-width: 600px;
  overflow: hidden;
}
#contactModal .modal-footer,
#contactModal .modal-header {
  border: none;
}
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  background-color: transparent;
}
.backToTop {
  width: 50px;
  height: 50px;
  background-color: rgb(242 132 130 / 50%);
  position: fixed;
  right: 25px;
  bottom: 20px;
  border: none;
  cursor: pointer;
}
.backToTop:active,
.backToTop:hover {
  background-color: var(--dx3);
}
.backToTop div {
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}
.form-control:focus {
	border: 2px solid var(--dx2);
}
input:focus-within,
.form-control:focus-within,
textarea:focus-within {
	border: 2px solid var(--dx2);
	box-shadow: 0 0 0 0.25rem rgb(217 177 57 / 25%);
}
.content-section--8 .content-skew-img.content-img__1 img {
  left: -98%;
  width: 350%;
  height: 350%;
}
.content-section--8 .content-skew-img.content-img__2 img {
  left: -210%;
  width: 350%;
  height: 350%;
}
.panel-signin,
.panel-signup,
.panel-change-password,
.panel-right,
.panel-forgot-password-email {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -510px;
  width: 500px;
  background-color: #fff;
  z-index: 10000;
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .panel-signin,
  .panel-signup,
  .panel-change-password,
  .panel-right,
  .panel-forgot-password-email {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .crmfix {
    margin-top: 2px;
  }
}
.panel-right.panel-open {
  right: 0;
  max-width: 100vw;
}
.panel-right.busy {
  background-image: url('../portal/assets/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  transition: none;
}
.site-wrapper.busy {
	display:none;
}
.panel-right.busy .panel-contents{
  opacity: 0.25;
}
.panel-message p.panel-error-message {
	color: #fff;
	padding: 6px 12px;
	margin-top: 20px;
}

.open-panel-forgotpassword {
  font-size: 14px;
}
.panel-right span.email {
  font-size: 14px;
  color: #bbb;
}
.modal-content {
  border-radius: 0;
}
.form-floating label span {
  font-size: 10px;
  padding-left: 10px;
  letter-spacing: 1px;
}
.form-floating textarea {
  padding-top: 35px !important;
}
.open-popup-policy {
  font-size: 14px;
  text-indent: 5px;
}
.pe-default {
  cursor: default;
}
.pe-pointer {
  cursor: pointer;
}
.text-underline-hover {
  text-decoration: none;
}
.text-underline-hover:active,
.text-underline-hover:focus,
.text-underline-hover:hover {
  text-decoration: underline;
}
.widgets--about-l6 .widgets__text {
  min-width: 450px;
}
.flippages-themes h3 {
  font-size: 21px;
}
.flippages-themes .theme-image:hover,
.flippages-themes .theme-info:hover {
  filter: brightness(85%);
}
.flippages-themes .form-check-input {
  cursor: pointer;
}
.portfolio-details .portfolio-content-box__list img {
  width: 300px;
  position: relative;
  top: -300px;
}
.portfolio-content-box-box {
  cursor: default;
}
.keyword-container span {
  background: #ddd;
  padding: 4px 10px;
  color: #7f7f7f;
  display: inline-block;
  line-height: 28px;
  white-space: nowrap;
  margin-right: 4px;
  margin-bottom: 4px;
}
a.site_link {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  padding: 15px 20px;
  text-decoration: none;
  transition: 0.1s;
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-right: 2rem;
  margin-top: 1rem;
}
.link_arrow {
  border-style: solid;
  border-width: 29px;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -57px;
}
a.site_link:hover {
  padding-right: 40px;
  text-decoration: underline;
}
.portfolio-details .link-icon {
  opacity: 0.4;
  float: left;
  width: 30px;
  height: 55px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMi4wOTIgNTEyLjA5MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTMxMi40NTMsMTk5LjYwMWMtNi4wNjYtNi4xMDItMTIuNzkyLTExLjUxMS0yMC4wNTMtMTYuMTI4Yy0xOS4yMzItMTIuMzE1LTQxLjU5LTE4Ljg1OS02NC40MjctMTguODU5CgkJCWMtMzEuNjk3LTAuMDU5LTYyLjEwNiwxMi41MzUtODQuNDgsMzQuOTg3TDM0Ljk0OSwzMDguMjNjLTIyLjMzNiwyMi4zNzktMzQuODksNTIuNy0zNC45MSw4NC4zMTgKCQkJYy0wLjA0Miw2NS45OCw1My40MSwxMTkuNTAxLDExOS4zOSwxMTkuNTQzYzMxLjY0OCwwLjExLDYyLjAyOS0xMi40MjQsODQuMzk1LTM0LjgxNmw4OS42LTg5LjYKCQkJYzEuNjI4LTEuNjE0LDIuNTM3LTMuODE2LDIuNTI0LTYuMTA4Yy0wLjAyNy00LjcxMy0zLjg3LTguNTExLTguNTgzLTguNDg0aC0zLjQxM2MtMTguNzIsMC4wNjYtMzcuMjczLTMuNTI5LTU0LjYxMy0xMC41ODEKCQkJYy0zLjE5NS0xLjMxNS02Ljg2Ny0wLjU3My05LjMwMSwxLjg3N2wtNjQuNDI3LDY0LjUxMmMtMjAuMDA2LDIwLjAwNi01Mi40NDIsMjAuMDA2LTcyLjQ0OCwwCgkJCWMtMjAuMDA2LTIwLjAwNi0yMC4wMDYtNTIuNDQyLDAtNzIuNDQ4bDEwOC45NzEtMTA4Ljg4NWMxOS45OS0xOS45NjUsNTIuMzczLTE5Ljk2NSw3Mi4zNjMsMAoJCQljMTMuNDcyLDEyLjY3OSwzNC40ODYsMTIuNjc5LDQ3Ljk1NywwYzUuNzk2LTUuODAxLDkuMzEtMTMuNDk1LDkuODk5LTIxLjY3NUMzMjIuOTc2LDIxNi4xMDgsMzE5LjM3MSwyMDYuNTM1LDMxMi40NTMsMTk5LjYwMXoiIGZpbGw9IiMwMDAwMDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00NzcuMDYxLDM0Ljk5M2MtNDYuNjU3LTQ2LjY1Ny0xMjIuMzAzLTQ2LjY1Ny0xNjguOTYsMGwtODkuNTE1LDg5LjQyOWMtMi40NTgsMi40Ny0zLjE2Nyw2LjE4NS0xLjc5Miw5LjM4NwoJCQljMS4zNTksMy4yMTEsNC41MzUsNS4yNzIsOC4wMjEsNS4yMDVoMy4xNTdjMTguNjk4LTAuMDM0LDM3LjIyMSwzLjU4OSw1NC41MjgsMTAuNjY3YzMuMTk1LDEuMzE1LDYuODY3LDAuNTczLDkuMzAxLTEuODc3CgkJCWw2NC4yNTYtNjQuMTcxYzIwLjAwNi0yMC4wMDYsNTIuNDQyLTIwLjAwNiw3Mi40NDgsMGMyMC4wMDYsMjAuMDA2LDIwLjAwNiw1Mi40NDIsMCw3Mi40NDhsLTgwLjA0Myw3OS45NTdsLTAuNjgzLDAuNzY4CgkJCWwtMjcuOTg5LDI3LjgxOWMtMTkuOTksMTkuOTY1LTUyLjM3MywxOS45NjUtNzIuMzYzLDBjLTEzLjQ3Mi0xMi42NzktMzQuNDg2LTEyLjY3OS00Ny45NTcsMAoJCQljLTUuODMzLDUuODQ1LTkuMzUsMTMuNjA2LTkuODk5LDIxLjg0NWMtMC42MjQsOS43NzUsMi45ODEsMTkuMzQ4LDkuODk5LDI2LjI4M2M5Ljg3Nyw5LjkxOSwyMS40MzMsMTguMDA4LDM0LjEzMywyMy44OTMKCQkJYzEuNzkyLDAuODUzLDMuNTg0LDEuNTM2LDUuMzc2LDIuMzA0YzEuNzkyLDAuNzY4LDMuNjY5LDEuMzY1LDUuNDYxLDIuMDQ4YzEuNzkyLDAuNjgzLDMuNjY5LDEuMjgsNS40NjEsMS43OTJsNS4wMzUsMS4zNjUKCQkJYzMuNDEzLDAuODUzLDYuODI3LDEuNTM2LDEwLjMyNSwyLjEzM2M0LjIxNCwwLjYyNiw4LjQ1OCwxLjAyNSwxMi43MTUsMS4xOTVoNS45NzNoMC41MTJsNS4xMi0wLjU5NwoJCQljMS44NzctMC4wODUsMy44NC0wLjUxMiw2LjA1OS0wLjUxMmgyLjkwMWw1Ljg4OC0wLjg1M2wyLjczMS0wLjUxMmw0Ljk0OS0xLjAyNGgwLjkzOWMyMC45NjEtNS4yNjUsNDAuMTAxLTE2LjExOCw1NS4zODEtMzEuNDAzCgkJCWwxMDguNjI5LTEwOC42MjlDNTIzLjcxOCwxNTcuMjk2LDUyMy43MTgsODEuNjUsNDc3LjA2MSwzNC45OTN6IiBmaWxsPSIjMDAwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9nPjwvc3ZnPg==);
}
.theme-video {
  width: 100%;
  height: auto;
  pointer-events: none;
  clip-path: inset(1px 0px);
}
.banner-img:hover video,
.portfolio-details .portfolio-content-box__list img:hover {
  filter: brightness(0.85);
}
.modal-fullscreen .modal-body,
body.modal-open {
  overflow: hidden;
}
.modal-fullscreen .modal-header {
  background-color: #c7d7d9;
}
.modal-fullscreen .modal-header .btn-close {
  padding: 0.5rem;
  margin: 0;
  text-indent: 30px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 600;
}
.portfolio-details-area {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .portfolio-details-area {
    padding-top: 140px;
  }
}
@media (min-width: 768px) {
  .portfolio-details-area {
    padding-top: 100px;
  }
}
.panel-signin p.createaccount,
.panel-create-account-email p.createaccount,
.panel-create-account-password p.createaccount,
.panel-forgot-password-email p.createaccount {
  float: left;
  font-size: 15px;
}
.panel-signin .open-panel-signup,
.panel-create-account-email .open-panel-signin,
.panel-create-account-password .open-panel-signin,
.panel-forgot-password-email .open-panel-signin {
  font-size: 14px;
}
.panel-signin .section-title__description,
.panel-forgot-password-email .section-title__description,
.panel-create-account-email .section-title__description,
.panel-create-account-subscription .section-title__description {
  font-size: 15px;
  margin-bottom: 10px;
}
.panel-create-account-email-verification .section-title__description,
.panel-forgot-password-verification .section-title__description {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.6;
}
.panel-error-message {
  float: left;
  color: #fff;
  padding: 3px 20px;
  font-size: 15px;
  margin: 0;
}
.error-container {
  visibility: hidden;
}
.error-message-image {
  font-size: 25px;
}
.alert-danger {
  --bs-alert-color: #fff;
  --bs-alert-bg: var(--dx3);
  --bs-alert-border-color: var(--dx3);
}
.alert-warning {
  --bs-alert-color: #fff;
  --bs-alert-bg: var(--dx2);
  --bs-alert-border-color: var(--dx2);
}
/* ask randy what this was for again?
.panel-right.panel-create-account-subscription * {
	transition: none !important;
}
*/
.panel-create-account-subscription .form-check{
  min-height: 2rem;
  cursor: default;
}
.panel-create-account-subscription .form-check-label {
  cursor: pointer;
}
.panel-create-account-subscription .form-check-input:checked {
  background-color: var(--dx1);
  border-color: var(--dx1);
}
.panel-create-account-subscription .pricing-btn label {
  color: #fff;
}
.panel-create-account-subscription>.container {
  overflow: auto;
  height: calc(100vh - 50px);
}
.panel-create-account-subscription .plan-section:not(.active) {
  display: none;
}
.panel-create-account-subscription.table-section--l6 .card--table-single {
  background-color: #ebebeb;
}
.panel-create-account-subscription .card--table-single:hover {
  box-shadow: none;
}
.panel-create-account-subscription .card--table-single .table-top {
  padding: 15px;
}
.panel-create-account-subscription .card--table-single .table-top .card--price__price {
  font-size: 40px;
}
.panel-create-account-subscription .table-section--l6 .card--table-single .table-top .card--price__price-time {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 0px;
}
.panel-create-account-subscription .card--table-single .table-top .card--price {
  margin-top: 15px;
}
.password-visibility-toggle {
  height: 20px;
  width: auto;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  right: 12px;
  top: 14px;
  border: none;
  cursor: pointer;
}
.password-visibility-toggle:hover {
  text-decoration: underline;
}
ul.requirements {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.requirements li {
  font-size: 12px;
  padding: 3px 0px;
}
ul.requirements .fa-circle {
  color: #ccc;
}
ul.requirements .fa-check-circle {
  color: #198754;
}

@media only screen and (min-width: 601px) {
  .hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
  .m-float-start {
    float: left;
  }
  .m-float-end {
    float: right;
  }
  .panel-signin .btn.btn--lg-2,
  .panel-forgot-password-email .btn.btn--lg-2 {
    min-width: 150px;
    margin-right: 0 !important;
  }
  .panel-signin p.createaccount,
  .panel-forgot-password-email p.createaccount {
    margin-top: 20px;
  }
  .widgets--about-l6 .widgets__text {
    min-width: auto;
  }
  .welcome-content--l8__title,
  .welcome-content--l8 .welcome-btn-group--l8 {
    text-align: center;
  }
  .hero-img .hero-l8-img-group {
    margin-left: 0;
  }
  #pricing .pricing-btn label {
    width: 80px;
    font-size: 15px;
    line-height: 15px;
    margin-top: 8px;
  }
  #pricing .toggle-btn .btn-toggle {
    width: 160px !important;
  }
  #pricing .pricing-btn label:first-of-type {
    right: -80px;
  }
  #pricing .pricing-btn label:last-of-type {
    left: -80px;
  }
  #pricing .pricing-btn .badge {
    margin-left: -80px;
    margin-top: 8px;
  }
  .portfolio-details {
    padding-bottom: 75px;
  }
  .portfolio-content-box-box {
    padding-top: 75px;
    border-top: 1px solid #ccc;
  }
  .portfolio-content-box__heading {
    font-size: 20px;
  }
  .portfolio-content-box__text {
    font-size: 16px;
  }
  .portfolio-details {
    border-bottom: 1px solid #ccc;
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }
  footer.footer-section {
    padding-top: 5px;
    padding-bottom: 90px;
  }
  .card--services-l6__heading {
    font-size: 15px;
  }
  .mobile-logo-match {
    margin-left: -12px;
    margin-top: -9px;
  }
  .site-header.mt-3 {
    margin-top: 0 !important;
  }
  .site-header .mobile-menu-trigger {
    margin-top: -8px;
  }
}
.theme-hover .viewHover {
  display: none;
}
.theme-hover .theme-img {
  width: 300px;
  height: 100%;
}
.theme-hover .theme-img.right {
  border-right: 0px;
}
.theme-hover .theme-img.left {
  border-left: 0px;
}
.theme-hover {
  cursor: pointer;
}
.theme-hover:hover .viewHover,
.theme-hover:active .viewHover {
  display: block;
  position: absolute;
  line-height: 45px;
}
.theme-hover:hover .theme-img,
.theme-hover:active .theme-img {
  filter: brightness(0.75);
}
.theme-hover:hover .border.rounded,
.theme-hover:active .border.rounded {
  background-color: #ddd;
}
.theme-hover .align-items-fix {
  position: relative;
  right: -118px;
}
.theme-hover .align-items-fixleft {
  position: relative;
  left: -5px;
}
.mobile-theme-hide {
  display: block;
}
.mobile-theme {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .theme-hover .align-items-fix {
    position: relative;
    right: initial;
    left: initial;
    width: 100%;
    text-align: center !important;
    display: block !important;
  }
  .theme-hover .rounded-start,
  .theme-hover .rounded-end {
    border-radius: 0px;
  }
  .mobile-theme-hide {
    display: none;
  }
  .mobile-theme {
    display: block;
  }
  .theme-hover .viewHover {
    display: block;
    position: initial;
    width: 50%;
    margin: 12px auto;
    line-height: 45px;
  }
  .theme-hover:hover .viewHover,
  .theme-hover:active .viewHover {
    position: initial;
  }
  .theme-hover:hover .theme-img,
  .theme-hover:active .theme-img {
    filter: brightness(1);
  }
  .theme-hover:hover .border.rounded,
  .theme-hover:active .border.rounded {
    background-color: initial;
  }
  .theme-hover .theme-img {
    height: auto;
  }
}
.table-section--l6 .card--table-single .btn:not(.dxalt) {
  opacity: 1 !important;
  color: #fff !important;
  text-decoration: none;
}
.navbar .nav-item.dropdown .dropdown-toggle {
  background: none;
  border: none;
  margin-top: 3px;
  line-height: 50px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  margin-left: -14px;
}
.navbar .nav-item.dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.navbar .nav-item button {
  color: rgba(34,34,34,1);
}
.navbar .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}
.navbar .dropdown-item.active, .dropdown-item:active {
  background-color: rgba(255, 255, 255, 0.15);
}
.navbar .dropdown-menu.show {
  margin-top: -20px;
  border-radius: 0;
  background: var(--dx1d);
  border-color: var(--dx1d);
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
}
@media only screen and (min-width: 992px)
{
  .navbar .nav-item.dropdown {
    margin-left: 8px !important;
  }
}
.site-header--sticky:not(.mobile-sticky-enable).reveal-header a {
  color: #fff
}
.img-style-1 {
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.img-style-2 {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.img-style-3 {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.img-style-4 {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}