div.container {
    
}
.pl-20 {
    padding-left: 20px !important;
}
.err-asterisk:after {
    content: "*";
    color: red;
}
.error {
    content: "*";
    color: red;
}
.product-thumb {
    width: 200px;
    border: 1px solid #f8fafb;
    padding: 5px;
    border-radius: 5px;
}
.category-box {
    padding: 0px;
    box-shadow: none;
}
.category-box .content {
    background-color: #6b6b6b;
}
.industry-four-slider__single-slide .content .title a:hover {
    color: white !important;
}
.category-box .content .title {
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 25px;
}
.category-thumb {
    /*margin-bottom: 10px;*/
    overflow: hidden;
}
.category-thumb img {
    /* min-height: 180px; */
    /* max-height: 180px; */
    max-width: 270px;
}
#inquiryForm .row {
    margin-bottom: 20px;
}
#inquiryForm input {
    padding: 0;
    height: 30px;
    margin-bottom: 0px;
}

.service-details-image-desc__single > div {
    margin-top: 50px;
}
.rounded-1 {
    border-radius: 1.25rem !important;
}
.mb-9 {
    margin-bottom: 9px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mh-460 {
    max-height: 460px;
    min-height: 460px;
}
.line-height-22 {
    line-height: 22px !important;
}
.footer-address li {
    /* padding: 5px 0; */
    padding-left: 40px;
    position: relative;
}
.footer-address li:before {
    font-size: 18px;
    font-family: "Ionicons";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    color: #00923f;
}

.footer-address li.address:before {
    content: "\f203";
}

.footer-address li.phone:before {
    content: "\f2d2";
}

.footer-address li.email:before {
    content: "\f132";
}
.contact-location-grid__content .info-list li.fax:before {
    content: "\f21a";
}
.contact-location-grid__content .info-list li.website:before {
    content: "\f38c";
}
.contact-location-grid__content .info-list li.pin:before {
    content: "\f3a3";
}
.contact-location-grid__content .info-list li.arrow-right:before {
    content: "\f109";
}
.finance-menu {
    padding: 0px;
}
.finance-menu.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a {
    color: black;
    font-size: 15px;
}
.finance-menu.mobile-menu-overlay__body
    .offcanvas-navigation
    > ul
    > li.has-children
    .menu-expand {
    color: black;
}
.finance-menu.mobile-menu-overlay__body
    .offcanvas-navigation
    > ul
    > li.has-children
    .menu-expand:hover {
    background-color: #f0f0f0;
}
.finance-menu.mobile-menu-overlay__body
    .offcanvas-navigation
    > ul
    > li.has-children
    .sub-menu
    li
    a {
    color: black;
    font-weight: normal;
}
.finance-menu.mobile-menu-overlay__body
    .offcanvas-navigation
    > ul
    > li.has-children
    .sub-menu
    li.has-children
    .menu-expand {
    color: black;
}
.finance-menu.mobile-menu-overlay__body
    .offcanvas-navigation
    > ul
    > li.has-children
    .sub-menu
    li.has-children
    .menu-expand:hover {
    background-color: #f0f0f0;
}
.cat-table.table th {
    background-color: #f3f3f3;
}
.cat-table.table td,
.cat-table.table th {
    padding: 0px;
    text-align: center;
}
.table-title {
    background-color: #f3f3f3;
    border: 1px solid #dee2e6;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.address-title {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
}
.finance-cat-cards .single-case-study-project {
    border: 1px solid #dcdcdc;
    border-left: 5px solid #dcdcdc;
}
.p-10 {
    padding: 10px;
}

.small-placeholder input::placeholder {
    font-size: 10px;
}

.fullwidthbanner-container .fullwidthabanner {
    /* width: 95% !important;
  margin: auto;; */
}
.client-logo {
    height: 50px;
    width: 50px;
}

.client-cards .single-case-study-project {
    border-left: 10px solid #dcdcdc;
    margin-bottom: 10px;
}
.client-cards .single-case-study-project__content {
    padding: 10px;
    min-height: 70px;
}

.header-wrapper__inner .header-navigation__nav {
    justify-content: flex-end;
}
.search-box {
    height: 50px;
    background-color: #bcbcbc;
    padding-top: 10px;
}
.search-box .search-ul li div.search-item {
    padding-top: 0px;
    margin-top: 3px;
}
#display-search:hover {
    color: #000;
}
#display-search .search-icon {
    position: absolute;
    margin-left: -12px;
    font-size: 21px;
}
#display-search {
    font-size: 18px;
    font-weight: normal;
    position: relative;
}
.language-change-wrapper--style2 {
    margin-right: 0px;
}
.faq-header button {
    padding: 10px 25px !important;
    font-weight: normal !important;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search-input:focus {
    border: 2px solid;
}
.search-input {
    min-width: 100%;
    height: 30px;
    border: none;
    background-color: #f3f3f3;
}
.mb-30 {
    margin-bottom: 30px;
}
.h-170 {
    height: 170px;
}
.header-navigation__nav--style4 nav > ul > li:first-child > div.search-item {
    padding-left: 0;
}
.header-navigation__nav nav > ul > li > div.search-item {
    font-size: 0.8125rem;
    color: #222;
    line-height: 1.26;
    font-weight: 700;
    padding: 46px 16px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-navigation__nav nav > ul > li > div.search-item {
    white-space: nowrap;
}
.prod-thumb {
    width: 200px;
    height: 200px;
    margin: auto;
    overflow: hidden;
}
.active-link {
    background-color: #00923f;
    color: #222 !important;
}
.header-navigation__nav nav > ul > li.has-children > a:after {
    content: "" !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header-navigation__nav nav > ul > li > div.search-item {
        padding: 30px 13px;
    }
}

.megamenu--tab__menu .nav-tabs .nav-link.active,
.megamenu--tab__menu .nav-tabs .nav-link:hover {
    color: #fff;
}
a.active-link,
.sidebar-category li a:hover {
    color: #fff !important;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li > ul > li:after {
    content: none;
}

.megamenu-tab-wrapper li.prod-title {
    background-color: #00923f;
    margin-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.megamenu-tab-wrapper li.prod-title a {
    color: #fff !important;
    font-weight: 500;
}

.megamenu--tab__content .tab-pane {
    padding: 35px 10px;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li > ul > li {
    padding-left: 5px !important;
    margin-right: 5px !important;
}

.footer-section {
    background-color: #6b6b6b !important;
}
.footer-section .ht-btn--default--style3 {
    border: 1px solid white !important;
    font-size: 18px;
}
.footer-section .footer-address li:before {
    color: white;
}
.footer-section .ion-android-arrow-forward:before {
    color: white;
}
.footer-section .footer-widget__navigation--style2 li a {
    color: white;
}
.footer-section .footer-widget__navigation--address li {
    color: white;
}
.footer-section .footer-desc--style2 {
    color: white;
}
.megamenu--tab__menu .nav-tabs .nav-link:after {
    content: none !important;
}

.header-navigation__nav nav > ul > li:hover > a {
    color: #fff;
    background-color: #00923f;
}
.history-grid__single .content-head {
    color: white !important;
}
.page-sidebar.pg-sidebar {
    padding: 25px !important;
}
.btn-inquiry {
    height: unset;
    line-height: unset;
    padding: 5px 20px;
}
.industry-four-slider__container {
    padding: 30px 0px;
}
.header-navigation__nav nav > ul > li > a {
    font-size: 0.95rem;
}
.font-17px {
    font-size: 17px !important;
}
.prod-description ul {
    list-style: disc;
    padding: revert;
    margin: revert;
}

.inquiry-button{
  position: fixed;
  bottom: 0;
  right: 0;
  color: white;
  background-color: #00923f;
  padding: 8px 40px;
  border-radius: 25px 0px 0px 25px;
  cursor: pointer;
}

.inquiry-button a:hover{
  color: white;
}

.cookie-consent{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  color: #00923f!important;
  text-align: center!important;
  padding: .5rem!important;
  box-shadow: 10px 10px 20px 4px #01834b;
  background-color: #fff!important;
}

.cookie-consent button{
  cursor: pointer;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  color: #fff !important;
  background-color: #01834b !important;
  border-color: #01834b;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.banner-bg{
	background-size: 1170px 140px;
}
