a.nav-item.nav-link {
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  padding: 10px 30px !important;
  font-weight: 400;
}
.text-bigger {
  font-size: 1.4em;
}
.home-hero-block {
  max-width: 640px;
}

.grey {
  background-color: #ccc;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 10px;
}

.benefits-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
}

.benefits-box strong {
  margin-bottom: 1em;
  display: block;
  font-size: 1.1em;
}

.benefits-box ul {
  flex: 1;
  margin: 0;
  padding-left: 1.5em;
}

.benefits-box li {
  margin-bottom: 0.8em;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .row[style*="gap: 5em"] {
    gap: 2em !important;
  }
  
  .benefits-box {
    margin-bottom: 2em;
    min-height: auto;
  }
}

#heading-breadcrumbs {
  background: url("../img/blue-smooth-wall-textured-background.webp") center center repeat;
  padding: 20px 0;
  margin-bottom: 40px;
  background-color: #6d747e;
}
#heading-breadcrumbs.no-mb {
  margin-bottom: 0;
}
#heading-breadcrumbs h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 991px) {
  #heading-breadcrumbs h1 {
    text-align: center;
  }
}
#heading-breadcrumbs ul.breadcrumb {
  margin-top: 5px;
  margin-bottom: 0;
}
#blog-listing-big .post,
#blog-homepage .post {
  margin-bottom: 60px;
}
#blog-listing-big .post h2,
#blog-homepage .post h2,
#blog-listing-big .post h4,
#blog-homepage .post h4 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#blog-listing-big .post h2 a,
#blog-homepage .post h2 a,
#blog-listing-big .post h4 a,
#blog-homepage .post h4 a {
  color: #555555;
}
#blog-listing-big .post h2 a:hover,
#blog-homepage .post h2 a:hover,
#blog-listing-big .post h4 a:hover,
#blog-homepage .post h4 a:hover {
  color: var(--primary-accent);
}
#blog-listing-big .post .author-category,
#blog-homepage .post .author-category {
  color: #999999;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.08em;
}
#blog-listing-big .post .author-category a,
#blog-homepage .post .author-category a {
  font-weight: 500;
}
#blog-listing-big .post .date-comments a,
#blog-homepage .post .date-comments a {
  color: #999999;
  margin-right: 20px;
}
#blog-listing-big .post .date-comments a:hover,
#blog-homepage .post .date-comments a:hover {
  color: var(--primary-accent);
}
@media (min-width: 768px) {
  #blog-listing-big .post .date-comments,
  #blog-homepage .post .date-comments {
    text-align: right;
  }
}
#blog-listing-big .post .intro,
#blog-homepage .post .intro {
  text-align: left;
}
#blog-listing-big .post .image,
#blog-homepage .post .image {
  margin-bottom: 10px;
  overflow: hidden;
}
#blog-listing-big .post .image img,
#blog-homepage .post .image img {
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  #blog-listing-big .post .image img.img-responsive,
  #blog-homepage .post .image img.img-responsive {
    min-width: 100%;
  }

  .navbar-collapse {
    border: solid #fff 1px;
  }

  span.nav-item.navbar-text {
    display: none;
  }

  .navbar {
    --bs-navbar-toggler-border-color: rgb(255 255 255 / 48%);
  }

  .btn-default {
    display: block;
    margin-bottom: 10px;
  }

  .btnsectHero {
    width: 80%;
    margin: 0 auto;
    flex-flow: column;
  }
  .home-hero-block * {
    text-align: center;
  }

  .gitems {
    width: 50% !important;
  }

  .gitems:hover .numbertextFront {
    font-size: 14px !important;
  }

  .modal .close {
    top: 20px;
  }

  section {
    margin: 0px 0;
    padding: 40px 0px;
  }

  section.trustPartSection {
    margin-bottom: 40px;
  }

  .feaItem {
    width: 48% !important;
  }

  a.nav-item.nav-link {
    padding: 10px 0px !important;
  }
}
#blog-listing-big .post .video,
#blog-homepage .post .video {
  margin-bottom: 10px;
}
#blog-listing-big .post .read-more,
#blog-homepage .post .read-more {
  text-align: right;
}
#blog-listing-medium .post {
  margin-bottom: 60px;
  margin-top: 0;
}
#blog-listing-medium .post h2 {
  text-transform: uppercase;
  margin: 10px 0 10px;
  font-size: 24px;
  letter-spacing: 0.08em;
}
#blog-listing-medium .post h2 a {
  color: #555555;
}
#blog-listing-medium .post h2 a:hover {
  color: var(--primary-accent);
}
#blog-listing-medium .post .author-category {
  float: left;
  color: #999999;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.08em;
}
#blog-listing-medium .post .author-category a {
  font-weight: 500;
  color: #333333;
}
#blog-listing-medium .post .date-comments {
  float: right;
  font-size: 12px;
}
#blog-listing-medium .post .date-comments a {
  color: #999999 !important;
  margin-right: 20px;
}
#blog-listing-medium .post .date-comments a i {
  color: #999999 !important;
}
#blog-listing-medium .post .date-comments a:hover {
  color: var(--primary-accent);
}
@media (min-width: 768px) {
  #blog-listing-medium .post .date-comments {
    text-align: right;
  }
}
#blog-listing-medium .post .intro {
  text-align: left;
}
#blog-listing-medium .post .clearfix:before,
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:before,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:before,
#blog-listing-medium .post .navbar-header:after {
  content: " ";
  display: table;
}
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:after {
  clear: both;
}
#blog-listing-medium .post .clearfix:before,
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:before,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:before,
#blog-listing-medium .post .navbar-header:after {
  content: " ";
  display: table;
}
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:after {
  clear: both;
}
#blog-listing-medium .post .image {
  margin-bottom: 10px;
  overflow: hidden;
}
#blog-listing-medium .post .image img {
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  #blog-listing-medium .post .image img.img-responsive {
    min-width: 100%;
  }
}
#blog-listing-medium .post .video {
  margin-bottom: 10px;
}
#blog-listing-medium .post .read-more {
  text-align: right;
}
#blog-listing-medium .post .read-more a {
  text-align: right;
  color: var(--primary-accent);
}
.box-image-text.blog .author-category {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 300;
  font-size: 12px;
}
.box-image-text.blog .author-category a {
  font-weight: 500;
}
.box-image-text.blog .intro {
  text-align: left;
  margin-bottom: 20px;
}
#blog-homepage .post {
  margin-bottom: 30px;
}
#blog-homepage .post h2,
#blog-homepage .post h4,
#blog-homepage .post .author-category,
#blog-homepage .post .read-more {
  text-align: center;
}
#blog-homepage .post .read-more {
  margin-top: 20px;
}
#blog-post #post-content {
  margin-bottom: 20px;
}
#blog-post #post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#blog-post .comment {
  margin-bottom: 25px;
}
#blog-post .comment:before,
#blog-post .comment:after {
  content: " ";
  display: table;
}
#blog-post .comment:after {
  clear: both;
}
#blog-post .comment:before,
#blog-post .comment:after {
  content: " ";
  display: table;
}
#blog-post .comment:after {
  clear: both;
}
#blog-post .comment .posted {
  color: #999999;
  font-size: 12px;
}
#blog-post .comment .reply {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

#blog-post .comment.last {
  margin-bottom: 0;
}

#blog-post #comments,
#blog-post #comment-form {
  padding: 20px 0;
  margin-top: 20px;
  border-top: solid 1px #eeeeee;
}

#blog-post #comments:before,
#blog-post #comment-form:before,
#blog-post #comments:after,
#blog-post #comment-form:after {
  content: " ";
  display: table;
}

#blog-post #comments:after,
#blog-post #comment-form:after {
  clear: both;
}

#blog-post #comments:before,
#blog-post #comment-form:before,
#blog-post #comments:after,
#blog-post #comment-form:after {
  content: " ";
  display: table;
}

#blog-post #comments:after,
#blog-post #comment-form:after {
  clear: both;
}

#blog-post #comments h4,
#blog-post #comment-form h4 {
  margin-bottom: 20px;
}

#blog-post #comment-form {
  margin-bottom: 20px;
}

.btn-template-main:hover,
.btn-template-main:focus,
.btn-template-main:active,
.btn-template-main.active,
.open > .dropdown-toggle.btn-template-main {
  color: var(--primary-accent);
  background-color: #e6e6e6;
  border-color: var(--button-border);
}

.box-image-text .top .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: var(--primary-accent);
}

.box-image-text .top .name {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  transform: translate(0, 100%);
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}

.box-image-text .top .name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.box-image-text .top .name h3 a {
  color: #fff;
  text-decoration: none;
}

.box-image-text .top .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  transform: translate(0, -150%);
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}

.box-image-text .content h3,
.box-image-text .content h4 {
  text-transform: uppercase;
  line-height: 1.5;
  color: #555555;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.box-image-text .content p {
  color: #999999;
}

.box-image-text:hover .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.box-image-text:hover .name {
  position: absolute;
  transform: translate(0, -75%);
}

.box-image-text:hover .text {
  position: absolute;
  transform: translate(0, 100%);
}

.box-image-text .image img {
  width: 100%;
  margin: auto;
  border: solid 1px #ccc;
  padding: 1px;
}

.box-image-text .content h3,
.box-image-text .content h4 {
  text-transform: uppercase;
  line-height: 1.5;
  color: #555555;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 18px;
}

.box-image-text .content h4 a {
  color: #333333;
}

.box-image-text.blog .author-category b {
  color: #686868;
  font-weight: bold;
}

.box-image-text .content {
  text-align: left;
}

.box-image-text a.btn.btn-template-transparent-primary {
  padding: 0;
}

section.recentClientSection {
  background: url("../img/business-people-casual-meeting.jpg") center center repeat;
  padding: 20px 0 60px 0;
  position: relative;
}

section.recentClientSection h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

section.recentClientSection div#ourclient {
  position: relative;
  z-index: 2;
}

section.recentClientSection:after {
  background: #000000b8;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.feaItem {
  width: 23%;
  background: #fff;
  padding: 20px 20px;
  display: flex;
  margin: 1%;
  align-items: center;
  justify-content: center;
}

.leftabout,
.rightabout {
  text-align: left;
  padding: 0 0;
  color: #fff;
}

.leftabout a {
  color: #fff !important;
  margin-bottom: 20px;
  display: inline-block;
  line-height: initial;
  font-size: 22px;
  font-weight: 500;
}

.midabout ul {
  margin: 0;
  padding: 0;
}

.midabout h6 {
  color: #fff !important;
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 22px;
}

.midabout ul li a {
  color: #fff !important;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

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

.rightabout h6 {
  color: #fff !important;
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 22px;
}

.rightabout a {
  color: #fff !important;
}

.rightabout .adress {
  display: block;
  width: 150px;
}

.rightabout ul li a {
  color: #fff !important;
  text-align: left;
  display: inline;
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 22px;
}

#map {
  display: block;
  width: 100%;
  height: 350px;
  margin: 0 auto;
}

#map.large {
  height: 500px;
}

.overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  opacity: 0.8;
  background: #4477aa;
  border: solid 3px #336699;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #333;
  text-shadow: 1px 1px 1px #666;
  padding: 0 4px;
}

.overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #336699;
}

.overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #336699;
}

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

.rightaboutCont h6 {
  color: #000 !important;
  text-align: left;
  margin: 20px 0;
  font-size: 22px;
}

.rightaboutCont a {
  color: #000 !important;
}

.rightaboutCont .adress {
  display: block;
  width: 215px;
}

.rightaboutCont ul li a {
  color: #000 !important;
  text-align: left;
  display: inline;
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 22px;
}

.mostftr {
  border-top: solid 1px;
  padding: 20px 0 !important;
  margin-top: 20px;
}

.mostftr a small {
  color: white !important;
}

.lead {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}

.feaItem.tpar {
  border: solid 1px #ccc;
  box-shadow: 0px 2px 16px 0px #ccc;
  padding: 15px;
}

.feaItem.tpar img {
  width: 120px !important;
}

#categoryMenu h3 {
  padding: 20px;
  background: #f7f7f7;
  margin: 0;
  border-bottom: solid 1px #eeeeee;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel.sidebar-menu h3 {
  padding: 5px 0;
  margin: 0;
}

.panel.sidebar-menu {
  background: #fff;
  margin: 0 0 20px;
  box-sizing: border-box;
}

.panel.sidebar-menu .panel-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  background: none;
  padding: 0;
  letter-spacing: 0.08em;
  border-bottom: none;
}

.panel.sidebar-menu .panel-heading h1,
.panel.sidebar-menu .panel-heading h2,
.panel.sidebar-menu .panel-heading h3,
.panel.sidebar-menu .panel-heading h4,
.panel.sidebar-menu .panel-heading h5 {
  display: inline-block;
  border-bottom: solid 5px var(--primary-accent);
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.panel.sidebar-menu .panel-heading .btn.btn-danger {
  color: #fff;
  margin-top: 5px;
}

.panel.sidebar-menu .panel-body {
  padding: 0;
}

.panel.sidebar-menu .panel-body span.colour {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #555555;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
}

.panel.sidebar-menu .panel-body span.colour.white {
  background: #fff;
}

.panel.sidebar-menu .panel-body span.colour.red {
  background: red;
}

.panel.sidebar-menu .panel-body span.colour.green {
  background: green;
}

.panel.sidebar-menu .panel-body span.colour.blue {
  background: blue;
}

.panel.sidebar-menu .panel-body span.colour.yellow {
  background: yellow;
}

.panel.sidebar-menu .panel-body label {
  color: #999999;
  font-size: 12px;
}

.panel.sidebar-menu .panel-body label:hover {
  color: #555555;
}

.panel.sidebar-menu ul.nav.category-menu {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.panel.sidebar-menu ul.nav.category-menu li a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.panel.sidebar-menu ul.nav ul {
  list-style: none;
  padding-left: 0;
}

.panel.sidebar-menu ul.nav ul li {
  display: block;
}

.panel.sidebar-menu ul.nav ul li a {
  position: relative;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: none !important;
  display: block;
  padding: 10px 15px;
  padding-left: 30px;
  font-size: 12px;
  color: #999999;
}

.panel.sidebar-menu ul.nav ul li a:hover,
.panel.sidebar-menu ul.nav ul li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.panel.sidebar-menu ul.tag-cloud {
  list-style: none;
  padding-left: 0;
}

.panel.sidebar-menu ul.tag-cloud li {
  display: inline-block;
}

.panel.sidebar-menu ul.tag-cloud li a {
  display: inline-block;
  padding: 5px;
  border: solid 1px #eeeeee;
  border-radius: 0;
  color: var(--primary-accent);
  margin: 5px 5px 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
}

.panel.sidebar-menu ul.tag-cloud li a:hover {
  color: var(--primary-accent);
  border-color: var(--primary-accent);
}

.panel.sidebar-menu ul.tag-cloud li.active a {
  color: #ffffff;
  background-color: var(--primary-accent);
}

.panel.sidebar-menu ul.tag-cloud li.active a:hover {
  color: #ffffff;
}

.panel.sidebar-menu ul.popular,
.panel.sidebar-menu ul.recent {
  list-style: none;
  padding-left: 0;
  padding: 20px 0;
}

.panel.sidebar-menu ul.popular li,
.panel.sidebar-menu ul.recent li {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: dotted 1px #eeeeee;
}

.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:before,
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
  content: " ";
  display: table;
}

.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
  clear: both;
}

.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:before,
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
  content: " ";
  display: table;
}

.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
  clear: both;
}

.panel.sidebar-menu ul.popular li img,
.panel.sidebar-menu ul.recent li img {
  width: 50px;
  margin-right: 10px;
}

.panel.sidebar-menu ul.popular li h5,
.panel.sidebar-menu ul.recent li h5 {
  margin: 0 0 10px;
}

.panel.sidebar-menu ul.popular li h5 a,
.panel.sidebar-menu ul.recent li h5 a {
  font-weight: normal;
}

.panel.sidebar-menu ul.popular li p.date,
.panel.sidebar-menu ul.recent li p.date {
  float: right;
  font-size: 12px;
  color: #999999;
}

.panel.sidebar-menu ul.popular li:last-child,
.panel.sidebar-menu ul.recent li:last-child {
  border-bottom: none;
}

.panel.sidebar-menu .text-widget {
  font-size: 12px;
}

.panel.sidebar-menu.with-icons ul.nav li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: relative;
  top: 0;
  float: right;
}

/* Clear floats */
form.exmplsch::after {
  content: "";
  clear: both;
  display: table;
}

ul.lgrp p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0;
}

.home-hero h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 46px;
  letter-spacing: 0.08em;
  font-display: swap;
}

.herotitlesection {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.link-default-white {
  color: #fff;
  position: relative;
}
.link-default-white::after {
  content: url(data:image/svg+xml;charset=utf8,%3Csvg%20width=%2220%22%20height=%2220%22%20viewBox=%220%200%2020%2020%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpolyline%20fill=%22none%22%20stroke=%22white%22%20stroke-width=%222%22%20points=%227%204%2013%2010%207%2016%22%20/%3E%3C/svg%3E);
  position: absolute;
  right: -20px;
  top: 0;
  transition: right 0.15s;
  color: #fff;
}
.link-default-white:hover {
  color: #fff;
}
.link-default-white:hover::after {
  right: -25px;
}

.btn-default {
  background: #fff;
  color: #000;
  display: inline-block;
  letter-spacing: 1px;
  padding: 14px 35px;
  border-radius: 40px;
  border: solid var(--grey) 2px;
  transition: all 0.2s ease;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.btn-default:hover {
  background: var(--grey);
  color: #fff;
}

.btn-default2 {
  background: var(--primary-accent);
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
  font-size: 20px;
  border-radius: 5px;
  margin-top: 20px;
  text-decoration: none;
}

.btn-default2:hover {
  background: var(--primary-accent);
  color: #fff;
}

.btnsectHero {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.box-simple {
  text-align: center;
  margin-bottom: 40px;
}

.box-simple .icon {
  color: var(--primary-accent);
  border-color: var(--primary-accent);
  transition: all 0.2s ease-out;
}

.box-simple h3 {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #555555;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.box-simple h3 a {
  color: #555555;
}

.box-simple:hover .icon {
  transform: scale(1.1, 1.1);
}

.box-simple:hover .icon i {
  transform: scale(1, 1);
}

.box-simple.box-white {
  padding: 20px;
  border: dotted 1px #999999;
}

.box-simple.box-white .icon {
  color: #555555;
  border-color: transparent;
  font-size: 70px;
}

.box-simple.box-dark {
  padding: 20px;
  border: dotted 1px #999999;
  background: #555555;
  color: #fff;
}

.box-simple.box-dark .icon {
  color: #f7f7f7;
  border-color: transparent;
  font-size: 70px;
}

.box-simple.box-dark h3 {
  color: #fff;
}

.box-simple.box-dark h3 a {
  color: #fff;
}

.box-simple.box-dark p {
  color: #fff;
}

.box-simple a {
  colors: var(--primary-accent);
  text-decoration: none;
}

.box-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}

.box-image .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: var(--primary-accent);
}

.box-image .name {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  transform: translate(0, 100%);
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}

.box-image .name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.box-image .name h3 a {
  color: #fff;
  text-decoration: none;
}

.box-image .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  transform: translate(0, -150%);
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}

.box-image:hover .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.box-image:hover .name {
  position: absolute;
  transform: translate(0, -75%);
}

.box-image:hover .text {
  position: absolute;
  transform: translate(0, 100%);
}

.box-image-text {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}

.box-image-text .top {
  position: relative;
  margin-bottom: 10px;
}

.box-image-text .top .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: var(--primary-accent);
}

.box-image-text .top .name {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  transform: translate(0, 100%);
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}

.box-image-text .top .name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.box-image-text .top .name h3 a {
  color: #fff;
  text-decoration: none;
}

.box-image-text .top .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  transform: translate(0, -150%);
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}

.box-image-text .content h3,
.box-image-text .content h4 {
  text-transform: uppercase;
  line-height: 1.5;
  color: #555555;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.box-image-text .content p {
  color: #999999;
}

.box-image-text:hover .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.box-image-text:hover .name {
  position: absolute;
  transform: translate(0, -75%);
}

.box-image-text:hover .text {
  position: absolute;
  transform: translate(0, 100%);
}

.icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #fff;
  line-height: 80px;
  border-radius: 40px;
  border: solid 1px #fff;
  font-size: 20px;
}

.icon.icon-lg {
  font-size: 30px;
  border-width: 2px;
}

.ul-icons {
  padding-left: 10px;
}

.ul-icons li {
  list-style-type: none;
  line-height: 20px;
  margin-bottom: 20px;
}

.ul-icons li i {
  width: 20px;
  height: 20px;
  background: var(--primary-accent);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 20px;
  margin-right: 10px;
}

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

.nav-item .dropdown-menu {
  display: none;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.nav-item .dropdown-menu {
  margin-top: 0;
  left: -68px;
}

li.list-group-item {
  border: none;
}
a.nav-item.nav-link-left {
  color: #000 !important;
  font-weight: 600;
}

span.srchtext {
  color: #fff;
  margin-left: 10px;
}
a.sarchtop {
  text-decoration: none;
}

.hs-result-inner {
  border: solid 1px #ccc;
  padding: 10px;
}
ul.lgrp h4 {
  font-size: 24px !important;
}
/* Style the search field */
form.exmplsch input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: transparent;
  border-right: none;
}
form.exmplsch input[type="text"]:focus {
  outline: none;
}
/* Style the submit button */
form.exmplsch button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.exmplsch button:hover {
  background: transparent;
}
.howtouseit {
  border: solid 1px #ccc;
  padding: 5px 10px;
}
section.contactus {
  background: #ebebebd1;
  margin: 0 0;
  padding: 20px 0 70px 0;
}
.backtotop a {
  color: #fff;
  background: #6d747e;
  padding: 6px 12px;
  border-radius: 2px;
  z-index: 1;
}
.backtotop {
  position: fixed;
  bottom: 90px;
  right: 30px;
}
.home-hero {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.plan-box-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px 1%;
  flex-wrap: wrap;
}
.plan-box {
  border: solid 1px #ccc;
  padding: 5px 10px;
  width: 24%;
}
.feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  width: 100%;
}
.feature-item svg {
  height: 1em;
  width: 2.4em;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.feature-notes {
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: #6d747e;
}
.img-thumb {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.industries-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.industry-item {
  width: 24%;
}

.industry-item h2 {
  font-size: 1.4rem;
  font-weight: bold;
}
.industry-item .img-wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  object-fit: cover;
}
.feature-icon {
  max-width: 80px;
}
.herotitlesection ul li {
  margin-bottom: 15px;
  text-align: left !important;
}
@media (max-width: 1240px) {
  .plan-box {
    width: 32%;
  }
  .industry-item {
    width: 32%;
  }
}

@media (max-width: 980px) {
  .plan-box {
    width: 48%;
  }
  .industry-item {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .plan-box {
    width: 100%;
    max-width: 480px;
  }
  .industry-item {
    width: 100%;
  }
  .mobile-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* CTA Section */
.cta-section {
  background: linear-gradient(rgba(37, 71, 123, 0.95), rgba(0, 120, 211, 0.95)), center center / cover no-repeat;
}

/* PDF Download Section */
.pdf-download-section {
  padding: 60px 0;
}

.pdf-download-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pdf-download-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.pdf-icon {
  flex-shrink: 0;
  padding: 20px;
  background: #fff5f5;
  border-radius: 50%;
  border: 2px solid #fee;
}

.pdf-content {
  flex: 1;
}

.pdf-content h3 {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pdf-content p {
  margin: 0 0 20px 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}

.pdf-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #dc3545;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pdf-download-btn:hover {
  background: #c82333;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.pdf-download-btn svg {
  transition: transform 0.3s ease;
}

.pdf-download-btn:hover svg {
  transform: translateY(2px);
}

@media (max-width: 768px) {
  .pdf-download-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    gap: 20px;
  }
  
  .pdf-download-section {
    padding: 40px 0;
  }
}
