/*!
Theme Name: WP Bootstrap 4 Pro
Theme URI: https://bootstrap-wp.com
Author: TwoPoints
Author URI:
Description: "WP Bootstrap 4" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 1.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
body {
  background-color: #f8f9fa;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: auto;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
img:not([src*=".svg"]) {
  width: auto;
}
figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
table table {
  background-color: #fff;
}
figcaption {
  padding-top: 0;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
}
button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
a:hover {
  text-decoration: none;
}
a,
button,
input {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
blockquote {
  font-size: 1.25rem;
  padding: 1.25rem 1.75rem;
}
p:empty,
p:last-child {
  margin-bottom: 0;
}
ol {
  list-style: none;
  counter-reset: counter;
  padding: 0;
}
ol li {
  counter-increment: counter;
}
ol li::before {
  content: counter(counter) ".";
  color: #d2364b;
  font-weight: bold;
  padding-right: 10px;
}
[dir="rtl"] ol li::before {
  padding-right: 0px;
  padding-left: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #152238;
}
.flex-1 {
  flex: 1;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}
/*--------------------------------------------------------------
# SITE HEADER
--------------------------------------------------------------*/
body:not(.x-home) .site-header {
  background-color: #fff;
}
@media (min-width: 992px) {
  body.home .top-bar,
  body.home .navbar {
    /* 		background-color: transparent!important; */
  }
  body.home .site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }
  /* 	body.home.admin-bar .site-header { top: 32px; } */
}
@media (max-width: 991px) {
  body.home .site-header {
    background-color: #fff;
  }
}
.admin-bar .site-header.sticky-top {
  top: 32px;
}
.wb-bp-front-page.trans-header .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wb-bp-front-page.trans-header .site-header,
.wb-bp-front-page.trans-header .site-header .navbar {
  background-color: transparent;
}
.wb-bp-front-page.trans-header.admin-bar .site-header {
  top: 32px;
}
.wb-bp-front-page.trans-header.body-scrolled .site-header.sticky-top {
  position: fixed;
  background-color: #fff;
}

.custom-logo-link {
  display: inline-block;
}
.site-title a,
.navbar-brand,
.site-description {
  margin-bottom: 0;
  color: #152238;
}
.navbar-brand {
  font-size: 2rem;
  white-space: pre-wrap;
}

/*--------------------------------------------------------------
# SITE Naviagtion
--------------------------------------------------------------*/
header .container,
header .container-fluid {
  position: relative;
}
.navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 0;
  filter: invert(1);
}
html:not([dir="rtl"]) .navbar-toggler {
  margin-left: 15px;
}
html[dir="rtl"] .navbar-toggler {
  margin-right: 15px;
}
.navbar {
  padding: 0.6rem 1rem;
}
.navbar-nav {
  flex-wrap: wrap;
}
.navbar-nav .nav-link {
  color: #152238;
  opacity: 1;
  font-weight: 600;
}
.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show {
  color: #d2364b;
  opacity: 1;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active:focus,
.navbar-nav .nav-link.active {
  color: #d2364b;
  opacity: 1;
}
.navbar-nav .dropdown-menu .active {
  background-color: #fff;
}
.navbar-nav .dropdown-menu a {
  display: block;
  padding: 0.8rem 1.5rem;
  clear: both;
  font-weight: 600;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}

.dropdown-menu .dropdown {
  width: 100%;
}
.dropdown-menu {
  margin: 0;
  border-radius: 0;
}
[dir="rtl"] .dropdown-menu {
  left: unset;
  right: 0;
}
.dropup,
.dropdown {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
button.dropdown-toggle {
  border: none;
  background: none;
  cursor: pointer;
}
.header-social a img {
  filter: invert(1);
  max-width: 18px;
}
@media (min-width: 992px) {
  .dropup,
  .dropdown {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  button.dropdown-toggle {
    pointer-events: none;
    padding: 0;
    margin-left: -5px;
  }
  [dir="rtl"] button.dropdown-toggle {
    margin-left: 0;
    margin-right: -5px;
  }
  .navbar .nav-item:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: -7px;
  }
  [dir="rtl"] .dropdown-menu .dropdown-menu {
    left: unset;
    right: 100%;
  }
  .navbar-nav .dropdown-menu a {
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  .header-buttons a.btn {
    font-size: 0;
    padding: 0.6rem;
  }
  .header-buttons a img {
    margin: 0 !important;
    max-width: 20px;
  }
}
@media (max-width: 991px) {
  .custom-logo {
    max-height: 80px !important;
  }
  .menu-col {
    position: absolute;
    top: 0;
    z-index: 10;
    transform: translateY(30px);
    pointer-events: none;
  }
  .menu-col a,
  .menu-col button {
    pointer-events: fill;
  }
  #site-navigation {
    width: 100%;
    background: transparent;
    margin-left: -15px !important;
    margin-right: -15px !important;
    flex: 1;
  }
  #primary-menu-wrap {
    margin-top: 40px;
  }
  #primary-menu {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    min-height: 100vh;
  }
  .navbar {
    padding: 0.6rem 0rem;
  }
  .navbar-nav > li:not(:first-of-type) {
    margin-top: 0.6rem;
  }
  .dropup,
  .dropdown {
    justify-content: space-between;
  }
  .navbar-nav .dropdown a {
    flex: 1;
    margin-right: 1rem;
  }
  [dir="rtl"] .navbar-nav .dropdown a {
    margin-right: 0;
    margin-left: 1rem;
  }
  button.dropdown-toggle {
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .navbar-nav .dropdown-menu {
    width: 100%;
    border: none;
  }
  .header-buttons {
    position: absolute;
    top: 5px;
  }
  .header-buttons {
    right: 0;
  }
  [dir="rtl"] .header-buttons {
    left: 0;
    right: unset;
  }
}
@media (max-width: 575px) {
  .site-description {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Page Heading Header
--------------------------------------------------------------*/
.wp-bp-full-page-header {
  background-size: cover;
  background-position: center;
}
.wp-bp-full-page-header h1 {
  color: #fff;
}
.wp-bp-full-page-header .page-header-overlay {
  padding: 7rem 0;
}
.wp-bp-full-page-header .entry-meta a,
.wp-bp-full-page-header .comments-link a,
.wp-bp-full-page-header .edit-link a {
  color: #fff !important;
}
/*--------------------------------------------------------------
# WP Block library
--------------------------------------------------------------*/
.wp-block-heading {
  color: #d2364b;
  font-size: 1.75rem;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
/*--------------------------------------------------------------
# Bootstrap Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
}
.btn,
.add_to_cart_button,
.single_add_to_cart_button,
.checkout-button,
.button,
.wpcf7-submit {
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 0 !important;
}
.btn[data-toggle="collapse"] span {
  white-space: pre-wrap;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.8rem 1.6rem !important;
  font-size: 1.25rem !important;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.4rem 0.8rem !important;
  font-size: 0.875rem !important;
}
.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.add_to_cart_button,
.single_add_to_cart_button,
.checkout-button,
.button,
.wpcf7-submit {
  color: #fff;
  border-width: 2px;
  border-radius: 6px !important;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.button.add_to_cart_button:hover,
.price_slider_amount button[type="submit"]:hover,
.wc-proceed-to-checkout .checkout-button.button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: #af0000;
  border-color: #af0000 !important;
  box-shadow: 3px 3px 6px 0px rgba(209, 0, 0, 0.5) !important;
}
.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  box-shadow: -2px 2px 0px 0px rgba(20, 20, 20, 0.5) !important;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff !important;
}
.btn-dark,
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  box-shadow: -2px 2px 0px 0px rgba(20, 20, 20, 0.5) !important;
}
.btn-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-link:hover,
.comments-link a:hover,
.edit-link a:hover,
.entry-meta a:hover,
a:active,
a:focus,
a:hover {
  color: #d10000 !important;
}
/*--------------------------------------------------------------
# Custom Theme USAGCD
--------------------------------------------------------------*/
section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.heading {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.heading:after {
  content: "";
  width: 120px;
  height: 3px;
  background: #152238;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
[dir="rtl"] .heading:after {
  left: unset;
  right: 0;
}
.text-center .heading:after {
  right: 0;
  left: 0;
  margin: auto;
}
footer .heading:after {
  width: 40px;
  height: 2px;
  background: #fff;
}
.label-style {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.label-style:before,
.label-style:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #a41717;
  display: block;
  padding: 0 10px;
  background-clip: content-box;
}

@media (min-width: 768px) {
  .img-bgr-wrapper {
    padding-top: 30%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-bgr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}
@media (min-width: 992px) {
  .container.narrow-container,
  .narrow-container {
    max-width: 960px;
  }
}

.site-content section ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.site-content section ul:last-child {
  margin-bottom: 0;
}
.site-content section ul li:not(.nav-item):before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.3rem;
  height: 1.3rem;
  background-size: 100% auto;
}
.site-content section ul li:not(.nav-item) {
  flex: 1 100%;
  position: relative;
  padding-left: 1.8rem;
}
[dir="rtl"] .site-content section ul li:not(.nav-item) {
  padding-left: 0;
  padding-right: 1.8rem;
}
.site-content section ul li:not(.nav-item):not(:last-of-type) {
  margin-bottom: 1rem;
}
.site-content section ul li:not(.nav-item):before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("/wp-content/uploads/2023/05/checkbox.svg");
  background-size: 100% auto;
}
[dir="rtl"] .site-content section ul li:not(.nav-item):before {
  left: unset;
  right: 0;
}
.section-gutter {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-gutter {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-row-gutter-sm .row {
  margin-left: -5px;
  margin-right: -5px;
}
.section-row-gutter-sm .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
#onTop {
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
/*--------------------------------------------------------------
# Custom Theme Card Template
--------------------------------------------------------------*/
section:not(.section-accordion) .card,
section:not(.section-accordion) .card-header {
  border: none;
  border-radius: 0;
}
.border-0 .card {
  border: none;
}
.card-item .btn:not(.btn-sm) {
  min-width: 160px;
  justify-content: center;
}
.post-item .card {
  background-color: #f8f9fa;
  width: 100%;
}
.post-item .card-title:not(:hover) {
  color: #152238;
}
@media (min-width: 575px) {
  .post-item .card {
    flex-direction: row;
    padding: 1.25rem;
  }
  .post-item .card-body {
    padding: 0;
  }
  html[dir="rtl"] .post-item .card-body {
    padding-right: 1.25rem;
  }
  html:not([dir="rtl"]) .post-item .card-body {
    padding-left: 1.25rem;
  }
  .post-item .card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 32%;
    border-bottom: none;
    width: 100%;
  }
  .post-item .card-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/*--------------------------------------------------------------
# Custom Theme USAGCD: Custom Legal Layouts
--------------------------------------------------------------*/
/* Section Content with img */
section:not(.section-double-content-img) .content-fluid {
  max-width: 720px;
}
/* Section Double Content with img */
.section-double-content-img .content-fluid {
  align-self: stretch !important;
  padding: 0 15px !important;
  display: flex;
}
.section-double-content-img .content-fluid .content {
  display: flex;
}
.section-home-cards .card-body {
  text-align: center;
  padding: 2rem;
}
.section-home-cards .card-body p {
  margin-bottom: 0;
}

.section-home-cards .card {
  overflow: visible;
  border-radius: 1rem !important;
}
.section-home-cards .card-item .img-wrapper {
  background: url("/wp-content/uploads/2025/05/canada-flag-leaf.svg")
    center top / 220px auto no-repeat;
  padding-top: 180px;
  margin-top: -180px;
  position: relative;
}
.section-home-cards .card-item .img-wrapper img {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  filter: invert(1) grayscale(1) contrast(3);
}

.section-list-cards .list-item-content {
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .section-double-content-img .img-bgr-wrapper {
    padding-top: 25%;
    min-height: unset;
  }
  .section-double-content-img .img-bgr-wrapper .img-bgr {
    object-position: center;
  }
  .section-list-cards .list-item-content {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .section-home-cards {
    margin-top: 8rem;
  }
}
@media (max-width: 912px) {
  .section-home-cards .card-item {
    margin-top: 160px !important;
  }
}
.hover-image-section img{
    transition: all 0.3s ease;
}
html[dir="rtl"] .order-default img {
  transform-origin: center left;
}
html:not([dir="rtl"]) .order-default img{
  transform-origin: center right;
}

html[dir="rtl"] .hover-image-section .img-tab-col img{
  transform-origin: center right;
}
html:not([dir="rtl"]) .hover-image-section .img-tab-col img{
  transform-origin: center left;
}

.hover-image-section img:hover {
    transform: scale(1.1);
}
.hover-image-section{
  overflow: hidden;
}
.hover-image-section .img-tab-col,
.hover-image-section .tab-content .col-lg{
  align-self: center;
}
.hover-image-section .order-default img,
.hover-image-section .img-tab-col img {
  position: relative;
  z-index: 1;
}
.hover-image-section .order-default:after,
.hover-image-section .img-tab-col:after {
    content: '';
    width: 160%;
    display: block;
    position: absolute;
    background: #d2364b;
    z-index: 0;
}
.hover-image-section .order-default:after{
  height: calc(100% - 9%);
  top: 2%;
}
.hover-image-section .img-tab-col:after {
  height: calc(100% - 16.5%);
  top: 10.5%;
}
html[dir="rtl"] .order-default:after,
html:not([dir="rtl"]) .hover-image-section .img-tab-col:after{
    left: calc(50% - 5px);
}
html:not([dir="rtl"]) .order-default:after,
html[dir="rtl"] .hover-image-section .img-tab-col:after 
  {
    right: calc(50% + 5px);
}
.cta-global {
	background-color: #d2364b;
}
/*--------------------------------------------------------------
# Custom Theme USAGCD: Custom Thank You Layouts
--------------------------------------------------------------*/

.page-id-2377 header,
.page-id-2377 footer,
.page-id-2369 header,
.page-id-2369 footer,
.page-id-3540 header,
.page-id-3540 footer,
.page-id-2377 .wp-bp-full-page-header,
.page-id-3540 .wp-bp-full-page-header,
.page-id-2369 .wp-bp-full-page-header {
  display: none;
}
.thank-you-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.thank-you-section h2 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thank-you-section h2 img {
  max-height: 100px;
  margin-bottom: 1rem;
}
/*--------------------------------------------------------------
# Custom Theme Card Accordion
--------------------------------------------------------------*/
#accordion button[aria-expanded="true"] {
  color: #a41717;
}
/*--------------------------------------------------------------
# Custom Theme Card Testimonials
--------------------------------------------------------------*/
.section-testimonial .carousel-control-prev-icon,
.section-testimonial .carousel-control-next-icon {
  filter: invert(1);
}
.section-testimonial .carousel-indicators li {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-testimonial .carousel-indicators li.active {
  background-color: rgba(0, 0, 0, 1);
}
.section-testimonial .carousel-indicators {
  bottom: -30px;
  margin-bottom: 0;
  padding: 0;
}
/*--------------------------------------------------------------
# Custom Theme Hero Slider
--------------------------------------------------------------*/

#hero_carousel .carousel-item {
  background-position: center top !important;
}

#hero_carousel .carousel-item:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 430px;
  max-width: 28vw;
  min-width: 200px;
  top: 0;
  z-index: 0;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(20%) scaleX(1);
}
html[dir="rtl"] #hero_carousel .carousel-item:before {
  background-image: url("/wp-content/uploads/2025/05/passport-slide.png");
  left: 0;
}
html:not([dir="rtl"]) #hero_carousel .carousel-item:before {
  background-image: url("/wp-content/uploads/2025/05/passport-slide-en.png");
  right: 0;
}

#hero_carousel .carousel-item:hover:before {
  transition: all 0.5s ease;
  opacity: 1;
  transform: translateY(20px) scaleX(1);
}

.slider-container {
  min-height: 68vh;
}
#hero_carousel .navbar {
  position: relative;
  background-color: #d10000;
  margin-top: -2px;
  z-index: 2;
}
#hero_carousel .navbar .card {
  width: 100%;
  overflow: visible;
  border-radius: 100px;
}
#hero_carousel .navbar .nav-item {
  width: 100%;
}
#hero_carousel .navbar .menu-item-has-children>.nav-link {
  pointer-events: none;
}
#hero_carousel .navbar .menu-item-has-children .nav-link {
  flex: 1;
  /* font-weight: 600; */
}
#hero_carousel .navbar .dropdown-menu {
  text-align: center;
  min-width: 100%;
  border: none;
  background-color: #d9d9d9;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  box-shadow: 2px 6px 30px -2px rgba(0, 0, 0, 0.5);
}
#hero_carousel .navbar .dropdown-menu .nav-item{
    padding: 0 3rem;
}
#hero_carousel .navbar .dropdown-menu .nav-link {
  padding: 1rem 2rem;
}
#hero_carousel .navbar .dropdown-menu .nav-link:not(:hover) {
  color: var(--dark);
}
#hero_carousel .navbar .dropdown-menu .nav-item:not(:last-child) .nav-link {
  border-bottom: 1px solid var(--dark);
}

.slide-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.slide-content.text-center {
  justify-content: center;
}
h1.slide-title {
  font-size: 3.2rem;
  width: 100%;
}
html:not([dir="rtl"]) h1.slide-title {
  line-height: 1;
}
.slide-desc {
  font-size: 1.2rem;
  order: -1;
  width: 100%;
}
.slide-extra-img {
  position: absolute;
  bottom: 0px;
  padding: 0;
  z-index: 0;
  max-width: 60vw;
}
html:not([dir="rtl"]) .slide-extra-img {
  right: 0;
}
html[dir="rtl"] .slide-extra-img {
  left: 0;
}

@media (min-width: 576px) {
  .slider-container {
    --offset-container: 540px;
  }
}

@media (min-width: 768px) {
  .slider-container {
    --offset-container: 720px;
  }
}

@media (min-width: 992px) {
  .slider-container {
    --offset-container: 960px;
  }
}

@media (min-width: 1200px) {
  .slider-container {
    --offset-container: 1200px;
  }
}

@media (min-width: 768px) {
  h1.slide-title {
    font-size: 3.5rem;
  }
  .slide-extra-img {
    max-width: 50vw;
  }
}

@media (min-width: 992px) {
  #hero_carousel .carousel-item {
    background-repeat: no-repeat;
    background-size: calc(100vw - 10vw) auto !important;
    padding-top: 50%;
    min-height: unset;
    min-height: unset;
    position: relative;
  }
  html[dir="rtl"] #hero_carousel .carousel-item:before {
    left: calc(5vw - 1px);
  }
  html:not([dir="rtl"]) #hero_carousel .carousel-item:before {
    right: calc(5vw - 1px);
  }
  #hero_carousel .carousel-item:after {
    content: "";
    width: 33vw;
    height: 11vw;
    display: block;
    position: absolute;
    background-image: url("/wp-content/uploads/2025/05/nav-shape.svg");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    background-position: center right;
  }
  html[dir="rtl"] #hero_carousel .carousel-item:after {
    transform: scaleX(1);
    right: 5vw;
  }
  html:not([dir="rtl"]) #hero_carousel .carousel-item:after {
    transform: scaleX(-1);
    left: 5vw;
  }
  #hero_carousel .navbar {
    width: calc(100vw - 10vw) !important;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 1vw;
    z-index: 2;
    position: absolute;
    background-color: transparent;
    margin-top: unset;
  }
  .slider-container {
    position: absolute;
    top: 0;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    min-height: unset;
    width: calc(100vw - 10vw);
  }
  #hero_carousel .navbar .card {
    min-width: 20vw;
    width: auto;
  }
  .slide-extra-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 33vw;
  }

  html[dir="rtl"] .slide-extra-img {
    /* left: calc((-1 * (100vw - var(--offset-container)) / 2) - 0px) */
    left: -5vw;
  }
  html:not([dir="rtl"]) .slide-extra-img {
    /* right: calc((-1 * (100vw - var(--offset-container)) / 2) - 0px) */
    right: -5vw;
  }

  h1.slide-title {
    font-size: 4rem;
  }
  .slide-desc {
    font-size: 1.6rem;
  }
}
@media (min-width: 1320px) {
  #hero_carousel .carousel-item:after {
    height: 10vw;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
  #hero_carousel .carousel-item:before {
    transform: translateY(100%) scaleX(1);
  }

  #hero_carousel .carousel-item:hover:before {
    transform: translateY(40%) scaleX(1);
  }
}
/*--------------------------------------------------------------
# Custom Theme Tabs
--------------------------------------------------------------*/
.nav-tabs {
  border-bottom: none;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
.nav-tabs:before {
  content: "";
  background: #f8f9fa;
  width: 100vw;
  height: calc(100% - 50px);
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin-left: -20px;
  margin-right: -20px;
}
.nav-tabs .nav-item {
  width: 100%;
  max-width: 300px;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  z-index: 2;
}
.nav-tabs .nav-link {
  display: flex;
  align-items: center;
  border-radius: 0;
  border: 1px solid #dee2e6;
  width: 100%;
  justify-content: center;
  background-color: #fff;
  color: #212529;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #d10000;
  border-color: #d10000;
  color: #fff!important;
}
.nav-tabs .nav-link.active:hover{
    color: #fff!important;
}
@media (min-width: 576px) {
  .nav-tabs {
    transform: translateY(0%);
  }
  .nav-tabs:before {
    display: none;
  }
  .nav-tabs .nav-item {
    max-width: 240px;
  }
  .tab-row {
    margin-top: -40px;
  }
}
/*--------------------------------------------------------------
# Custom Theme Steps
--------------------------------------------------------------*/
.working-block .inner-box {
  position: relative;
  display: flex;
  width: 320px;
  height: 320px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 35px;
}
.working-block .inner-box .count-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-top: 32px;
  background-color: #d2364b;
}
html[dir="rtl"] .working-block .inner-box .count-text {
  right: unset;
  left: 0;
}
.working-block .inner-box .count-text::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  left: -15px;
  top: -15px;
  border-radius: 50%;
}
.working-block .inner-box .count-text::before {
  border: 2px dashed #d2364b;
}
.working-block .inner-box .count-text span {
  display: block;
  font-size: 25px;
  line-height: 22px;
  font-weight: 600;
}

.working-block .inner-box h3 {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 11px;
}
/*--------------------------------------------------------------
# Custom Theme Counter
--------------------------------------------------------------*/
.why-choose-section .img-wrapper img {
  min-width: 80px;
  background: #941e2e;
  border-radius: 100px;
}
.counter-section .card-body {
  text-align: center;
}
.counter-section h3 {
  font-weight: 600;
}
/*--------------------------------------------------------------
# Custom Theme USAGCD Footer
--------------------------------------------------------------*/

footer a {
  font-size: 14px;
  opacity: 0.4;
}
footer a:hover {
  color: #fff !important;
  opacity: 1;
}
footer .menu {
  padding: 0 !important;
}
footer .menu li {
  padding-bottom: 0.5rem !important;
  padding-top: 0 !important;
  margin-top: 0.5rem;
  list-style: none !important;
}
footer .menu li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
# Custom Theme USAGCD Woocommerce
--------------------------------------------------------------*/

/* Home Product Services */
.home .woocommerce,
.client-zone-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.home .woocommerce.home-vip-services,
.client-zone-content .woocommerce.home-vip-services {
  width: 100%;
}
.home ul.products,
.client-zone-content ul.products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -5px;
  margin-right: -5px;
  flex: 1;
}
.home ul.products li.product,
.client-zone-content ul.products li.product {
  width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 5px 0;
  padding: 0 5px;
  background: #edebeb;
  background-clip: content-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home ul.products li.product:before,
.client-zone-content ul.products li.product:before,
.vip-services ul.products li.product:before {
  display: none;
}
.home .woocommerce.home-vip-services ul.products li.product,
.client-zone-content .woocommerce.home-vip-services ul.products li.product {
  width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home ul.products li.product .button,
.client-zone-content ul.products li.product .button {
  position: absolute;
  left: auto;
  right: auto;
  margin: auto;
  align-self: center;
}
.home ul.products li.product .button:not(.btn-secondary),
.client-zone-content ul.products li.product .button:not(.btn-secondary) {
  font-size: 0;
}
.home ul.products li.product .button:not(.btn-secondary):after,
.client-zone-content ul.products li.product .button:not(.btn-secondary):after {
  content: "Pay Fees";
  font-size: 1.2rem;
}
[dir="rtl"] .home ul.products li.product .button:not(.btn-secondary):after,
[dir="rtl"]
  .client-zone-content
  ul.products
  li.product
  .button:not(.btn-secondary):after {
  content: "دفع رسوم";
}
.home a.added_to_cart.wc-forward,
.client-zone-content a.added_to_cart.wc-forward {
  align-self: center;
  width: 100%;
}
.home a.woocommerce-loop-product__link,
.client-zone-content a.woocommerce-loop-product__link {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.home ul.products li.product img,
.client-zone-content ul.products li.product img {
  order: 0;
}
.home ul.products li.product .woocommerce-loop-product__title,
.client-zone-content ul.products li.product .woocommerce-loop-product__title {
  order: 3;
}
.home .woocommerce-product-details__short-description,
.client-zone-content .woocommerce-product-details__short-description {
  order: 4;
  line-height: 1.2;
  font-size: 13px;
}
.home ul.products li.product .price,
.client-zone-content ul.products li.product .price {
  order: 1;
  margin-bottom: 60px;
  font-size: 36px;
  transform: translateY(-5px);
}
.home .attachment-woocommerce_thumbnail,
.client-zone-content .attachment-woocommerce_thumbnail {
  display: none !important;
}

/* Vip Product Services */
.vip-services .woocommerce {
  display: flex;
}
.vip-services ul.products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -5px;
  margin-right: -5px;
  flex: 1;
}
.vip-services ul.products li.product {
  width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 30px 0;
  padding: 0 5px;
  background: #edebeb;
  background-clip: content-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vip-services a.woocommerce-loop-product__link {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.vip-services a.woocommerce-loop-product__link > *:not(img) {
  position: relative;
}
.vip-services ul.products li.product img {
  order: 0;
  height: 100px;
  position: absolute;
  z-index: 0;
}
.vip-services ul.products li.product .price {
  order: 3;
  font-size: 36px;
  text-align: center;
}
.vip-services .woocommerce-Price-amount.amount {
  color: #555;
  font-weight: 600;
}
.vip-services .woocommerce-Price-currencySymbol {
  font-size: 16px;
  vertical-align: super;
}
.vip-services ul.products li.product .woocommerce-loop-product__title {
  order: 1;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 22px;
}
.vip-services ul.products .woocommerce-product-details__short-description {
  order: 2;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.vip-services ul.products .woocommerce-product-details__long-description {
  order: 4;
}
.vip-services ul.products .woocommerce-product-details__long-description li {
  padding: 15px 15px 15px 35px;
}
[dir="rtl"]
  .vip-services
  ul.products
  .woocommerce-product-details__long-description
  li {
  padding: 15px 35px 15px 15px;
}
.vip-services
  ul.products
  .woocommerce-product-details__long-description
  li::before {
  content: "\2713";
  left: 15px;
  position: absolute;
  background: none;
  width: auto;
  height: auto;
  top: auto;
}
[dir="rtl"]
  .vip-services
  ul.products
  .woocommerce-product-details__long-description
  li::before {
  left: 0;
  right: 15px;
}
.vip-services
  ul.products
  .woocommerce-product-details__long-description
  li:not(:last-of-type) {
  border-bottom: 1px solid #c2c2c2;
}
.vip-services ul.products li.product .button {
  margin-top: 1rem;
  margin-bottom: 2rem;
  align-self: flex-end;
  min-width: 180px;
}
/* Responsive Vip and Home Product Services */
@media (min-width: 768px) {
  .home ul.products li.product,
  .client-zone-content ul.products li.product {
    width: 50% !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vip-services ul.products li.product {
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .home .woocommerce.home-vip-services,
  .client-zone-content .woocommerce.home-vip-services {
    width: 24%;
  }
  .home .home-vip-services ul.products,
  .client-zone-content .home-vip-services ul.products {
    margin-left: 5px;
  }
  [dir="rtl"] .home .home-vip-services ul.products,
  [dir="rtl"] .client-zone-content .home-vip-services ul.products {
    margin-left: 0;
    margin-right: 5px;
  }
  .home ul.products li.product,
  .client-zone-content ul.products li.product {
    width: 16.66666% !important;
    -ms-flex: 1 0 16.66666%;
    flex: 1 0 16.66666%;
    max-width: unset;
  }
  .home ul.products li.product .price,
  .client-zone-content ul.products li.product .price {
    margin-bottom: 100px;
    transform: translateY(20px);
  }
}
@media (min-width: 1200px) {
  .home ul.products li.product .button,
  .client-zone-content ul.products li.product .button {
    min-width: 140px;
  }
  .home .woocommerce:not(.home-vip-services),
  .client-zone-content .woocommerce:not(.home-vip-services) {
    flex: 1;
  }
  .home .woocommerce.home-vip-services,
  .client-zone-content .woocommerce.home-vip-services {
    width: 16%;
  }
  .vip-services ul.products li.product {
    width: 20% !important;
    -webkit-box-flex: 0;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }
}
/* End Vip and Home Product Services */
/*--------------------------------------------------------------
# Custom Theme USAGCD Woocommerce Login
--------------------------------------------------------------*/
form.woocommerce-form.woocommerce-form-login.login {
  display: flex;
  flex-wrap: wrap;
}
form.woocommerce-form.woocommerce-form-login.login > p {
  width: 100%;
}

form.woocommerce-form.woocommerce-form-login.login > p:first-of-type {
  order: 100;
}
/*--------------------------------------------------------------
# Custom Theme USAGCD Woocommerce General
--------------------------------------------------------------*/
a.woocommerce-loop-product__link {
  pointer-events: none;
  color: initial;
}
ul.products li.product img {
  width: 100%;
}
.button {
  color: #fff !important;
  cursor: pointer;
}
.woocommerce-cart .checkout-button.button {
  border: 2px solid transparent;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.wpcf7-submit,
.woocommerce-form-login__submit {
  width: 100%;
}
td.product-thumbnail a {
  display: none;
}
.cart-collaterals {
  float: right;
  max-width: 100%;
}
[dir="rtl"] .cart-collaterals {
  float: left;
}
.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
}
[dir="rtl"] .woocommerce-cart .wc-proceed-to-checkout {
  text-align: left;
}
[dir="rtl"]
  .shop_table.shop_table_responsive.woocommerce-cart-form__contents
  button[type="submit"] {
  float: left;
}
form.woocommerce-checkout {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
form.woocommerce-checkout > * {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
[dir="rtl"] form.woocommerce-checkout > * {
  float: right;
}
.woocommerce-checkout .col2-set {
  flex-wrap: wrap;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.wc_payment_methods {
  padding: 0;
}
.woocommerce-checkout .form-row.place-order {
  text-align: unset;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce-error {
  list-style: none;
}
.woocommerce-checkout .form-row {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce-checkout h3,
.cart_totals h2 {
  font-size: 1.5rem;
  color: #003466;
}
.woocommerce-additional-fields h3 {
  margin-top: 1.5rem;
}
.woocommerce-checkout-payment {
  background: #fff;
  padding: 1.5rem 1rem;
}
label[for="payment_method_nuvei"] {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
label[for="payment_method_nuvei"] img {
  max-height: 100px;
}
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  border-radius: 0px;
  line-height: 1.5;
  background-color: #f0f0f0;
}
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #f0f0f0;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
/* Checkout select */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  height: unset;
  padding: 0.6rem 1.2rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}
/* End Checkout select */
@media screen and (min-width: 992px) {
  [dir="rtl"] table.shop_table_responsive tr th,
  [dir="rtl"] table.shop_table_responsive tr td {
    text-align: right;
  }
  .cart-collaterals {
    min-width: 380px;
  }
  form.woocommerce-checkout > * {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  #order_review_heading {
    margin-top: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Custom Theme USAGCD Woocommerce My Account 
--------------------------------------------------------------*/
.woocommerce-MyAccount-navigation {
  width: 100%;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -7px;
  margin-right: -7px;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 7px 7px;
}
.woocommerce-MyAccount-content {
  max-width: 600px;
}
.woocommerce-MyAccount-content .form-row {
  margin-left: 0;
  margin-right: 0;
}
.password-input {
  width: 100%;
}
.woocommerce-MyAccount-content .button {
  margin-top: 1.5rem;
}
/*--------------------------------------------------------------
# Custom Theme USAGCD Client Zone
--------------------------------------------------------------*/
.client-zone-page-content {
  min-height: unset;
}
.client-zone-header .header-back {
  background-image: url("assets/images/client-zone-back-bgr.png");
  background-color: #1b4772;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.client-zone-header .navbar-brand,
.client-zone-header .site-description {
  color: #152238;
}

.wpml-ls-legacy-dropdown {
  width: 120px;
  max-width: 100%;
}
.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  border: 0px solid #ffffff;
  background-color: #fff0;
  padding: 0.5rem;
  line-height: 1.2;
  text-decoration: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
}
.wpml-ls-legacy-dropdown a:hover + .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: initial;
}
.client-zone-header .client-zone-user-navbar .nav-link,
.client-zone-header .client-zone-user-navbar .nav-link a {
  text-decoration: none;
}
.client-zone-header .client-zone-user-navbar .nav-link a:hover {
  opacity: 0.5;
}
.client-zone-header .woocommerce-Price-amount.amount {
}
.client-zone-sidebar {
  background-color: #bfbfbf;
}
.client-zone-sidebar .menu {
  padding: 0;
  list-style: none;
  margin-top: 3rem;
  margin-bottom: 0;
}
.client-zone-sidebar .menu li {
  background-color: #152238;
  margin-top: 1px;
}
.client-zone-sidebar .menu li:hover {
  background-color: #0d1626;
}
.client-zone-sidebar .menu li.current-menu-item {
  background-color: #cb0707;
}
.client-zone-sidebar .menu li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  display: block;
  text-decoration: none;
}
.client-zone-content .entry-content .woocommerce {
  flex: unset;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .client-zone-content .entry-content .woocommerce {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .client-zone-content .entry-content .woocommerce {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .client-zone-header #primary-menu-wrap {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .client-zone-content .entry-content .woocommerce {
    max-width: 1200px;
  }
}
@media (max-width: 575px) {
  .client-zone-header .client-zone-user-navbar .nav-link {
    padding: 0.5rem 0.3rem;
  }
}
/*--------------------------------------------------------------
# Custom Theme USAGCD Client Zone Layouts
--------------------------------------------------------------*/
.page-template-client-area .entry-content {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.client-zone-cta {
  background-position: center left;
}
@media (min-width: 992px) {
  .client-zone-cta .col-lg {
    max-width: 50%;
    margin-left: auto;
  }
  .client-zone-cta {
    background-position: center;
  }
  .page-template-client-area .card-item {
    min-width: 290px;
  }
}
@media (min-width: 1200px) {
  .client-zone-cta .col-lg {
    max-width: 33.333%;
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
# Custom Theme USAGCD Contact Form 7
--------------------------------------------------------------*/
.wpcf7 {
  max-width: 460px;
  margin: auto;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  padding: 0.5rem 1.25rem;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  display: block;
  width: 100%;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type="text"]:-webkit-input-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-webkit-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-webkit-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-webkit-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-webkit-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-webkit-input-placeholder,
input[type="range"]:-moz-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-webkit-input-placeholder,
input[type="date"]:-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-webkit-input-placeholder,
input[type="month"]:-moz-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-webkit-input-placeholder,
input[type="week"]:-moz-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-webkit-input-placeholder,
input[type="time"]:-moz-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-webkit-input-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-webkit-input-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-webkit-input-placeholder,
input[type="color"]:-moz-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
blockquote {
  font-style: italic;
  font-size: 1.15rem;
  border-left: 3px solid rgba(33, 37, 41, 0.25);
  padding: 0.5rem 1.75rem;
  background: rgba(33, 37, 41, 0.05);
}
blockquote p {
  font-size: 1.15rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%;
}
.card {
  overflow: hidden;
}
.post-thumbnail {
  margin-bottom: 1.5em;
  display: inline-block;
}
.card-title.entry-title {
  margin-bottom: 0.25rem;
}
.entry-meta {
  font-size: 0.9rem;
}
.entry-footer {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.comments-link {
  float: right;
  margin: 4px 0px 4px 10px;
  font-size: 90%;
  padding-top: 0.2em;
}
.cat-links .badge,
.tags-links .badge {
  font-size: 90%;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 4px 10px 4px 0;
  padding: 0.4em 0.9em;
}
.cat-links a,
.tags-links a {
  color: #6c757d;
}
.cat-links a:hover,
.tags-links a:hover {
  text-decoration: none;
  color: #212529;
}
.entry-meta a,
.comments-link a,
.edit-link a {
  color: #6c757d;
}
.entry-meta a:hover,
.comments-link a:hover,
.edit-link a:hover {
  text-decoration: none;
  color: #007bff;
}
.entry-title a:hover {
  color: #007bff !important;
}
.content-area.wp-bp-404 .card-body {
  padding: 2.5rem 4rem;
}
.sidebar-1-area .widget,
.footer-widgets .widget {
  margin-bottom: 0;
  padding: 2rem;
}
.sidebar-1-area .widget ul,
.footer-widgets .widget ul {
  padding-left: 20px;
  color: #6c757d;
  margin-bottom: 0;
}
.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  list-style: square;
}
.sidebar-1-area .widget ul li:last-child,
.footer-widgets .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-1-area .widget ul li a {
  color: #6c757d;
}
.sidebar-1-area .widget ul li a:hover {
  color: #212529;
}
.footer-widgets .widget {
  padding: 0.5rem;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  color: #6c757d;
}
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  color: #212529;
  text-decoration: none;
}
#calendar_wrap table th,
#calendar_wrap table td {
  padding: 0.25rem;
}
.hentry.card .card-body {
  padding: 1.5rem;
}
select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.entry-title a:hover {
  text-decoration: none;
}
.mt-3r {
  margin-top: 3rem;
}
.wp-bs-4-jumbotron {
  margin-bottom: 0;
}
.wp-bs-4-jumbotron .jumbotron-heading {
  font-weight: 600;
}
.comments-area {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .media-body {
  overflow: auto;
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}
.comments-area .comment-list > li {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 2.5rem 4rem;
}
.comments-area .comment-list ul.children {
  list-style: none;
  padding-left: 2rem;
}
.comments-area .comment-list ul.children li {
  padding: 2.5rem 0 0;
}
.comments-area .comment-list .comment-respond {
  padding: 2.5rem 4rem;
}
.comments-area .comments-title {
  padding: 2.5rem 4rem;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .comment-navigation {
  padding: 1rem 4rem 0;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .wb-comment-form {
  padding: 2.5rem 4rem;
}
.comments-area .wb-cancel-reply {
  margin-left: 2rem;
}
.comments-area .logged-in-as {
  padding-left: 15px;
  font-size: 0.9rem;
}
.comments-area .logged-in-as a {
  color: #6c757d;
}
.comments-area .logged-in-as a:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .wb-comment-notes {
  font-size: 0.9rem;
}
.comments-area .no-comments {
  padding: 1rem 4rem;
}
.comments-area small {
  font-size: 0.9rem;
}
.comments-area p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
  margin-right: 1rem;
  color: #6c757d;
}
.comments-area .comment-reply-link:hover,
.comments-area .comment-edit-link:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .comment-author a:hover {
  text-decoration: none;
  color: #212529;
}
.wp-bp-sticky {
  position: absolute;
  top: 0;
  right: 1rem;
}
.single .post-navigation .nav-links a {
  color: #6c757d;
  margin-bottom: 2rem;
  display: inline-block;
}
.single .post-navigation .nav-links a:hover {
  color: #212529;
  text-decoration: none;
}
#wp-bp-posts-slider {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#wp-bp-posts-slider .carousel-item img:not([src*=".svg"]) {
  width: auto;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
#wp-bp-posts-slider .carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 4rem;
}
#wp-bp-posts-slider .carousel-control-prev,
#wp-bp-posts-slider .carousel-control-next {
  width: 10%;
}
.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
  display: none;
}
body.custom-background .wp-bp-main-content .col-md-8 {
  background: #f8f9fa;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.wb-bp-front-page .wp-bs-4-jumbotron {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-color: #343a40;
  border-radius: 0;
}
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
  padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */
}
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
  opacity: 0.75;
}
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.wb-bp-front-page .wp-bp-services-section {
  padding: 4rem 0;
}
.wb-bp-front-page .wp-bp-main-content {
  padding: 4rem 0;
}
.wb-bp-front-page .wp-bp-main-content p {
  font-size: 1.25rem;
  font-weight: 300;
}
.wb-bp-front-page .wp-bp-main-content blockquote {
  font-size: 1.35rem;
}
.wb-bp-front-page .wp-bp-main-content blockquote p {
  font-size: 1.35rem;
}
.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.wb-bp-front-page .wp-bp-feat-card-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 0.95rem;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  /* 	.hentry.card .card-body { padding: 2.5rem 4rem; } */
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: block;
  }
}
