@charset "UTF-8";
body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

a, a:hover {
  text-decoration: none;
}

.theme-btn {
  color: #fea500;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 3px;
  border: 1px solid #4c4c4e;
  background-color: #4c4c4e;
}
.theme-btn.light-btn {
  color: #fff;
  background-color: #fea500;
  border-color: #fea500;
}

.alert.theme-alert {
  color: #fea500;
  padding: 30px 0 20px;
  background: #fffaf1;
  border: 1px solid #fea500;
}
.alert.theme-alert h4 {
  margin-bottom: 15px;
}
.alert.theme-alert p {
  font-size: 0.92rem;
  font-weight: 300;
}

.woocommerce-button {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: 40px auto 0;
  padding: 10px 42px;
  border-radius: 5px;
  background: #fea500;
  border: 2px solid #fea500;
}

.form-control {
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.575rem 0.55rem;
  border-radius: 4px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.hidden-value a {
  color: #fff;
}

.badge {
  font-weight: 600;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.button {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 25px;
  text-transform: uppercase;
  border: 1px solid #fea500;
  background: #fea500;
}

select {
  color: #fff;
  border: 0;
  border-bottom: 1px solid;
  background: transparent;
}

.section-header .section-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e4e4e4;
}

.post-meta .post-date {
  color: #b4b4b4;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.post-wrap {
  width: 100%;
  float: left;
}
.post-wrap .post-image {
  width: 170px;
  float: left;
}
.post-wrap .post-content {
  width: calc(100% - 172px);
  float: left;
  padding: 0 0 0 20px;
}
.post-wrap .post-content .post-title {
  font-size: 17.5px;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}

.featured-post-wrap.center {
  text-align: center;
  padding-bottom: 15px;
}
.featured-post-wrap .post-image {
  height: 125px;
  background-size: cover;
  background-position: center;
}
.featured-post-wrap .post-content .post-title {
  color: #1c1c1c;
  font-size: 18px;
  line-height: 125%;
  padding: 0 15px;
  letter-spacing: 0;
  margin: 15px 0 5px;
  font-family: "Lato", sans-serif;
}
.featured-post-wrap:nth-last-child(1) {
  margin-bottom: 0;
}

.main-post .featured-post-wrap {
  height: 100%;
  margin-left: 25px;
  padding-left: 50px;
  border-left: 1px solid #ededed;
}
.main-post .featured-post-wrap .post-image {
  height: calc(100% - 150px);
}
.main-post .featured-post-wrap .post-title {
  font-size: 38px;
  font-weight: 400;
  padding-left: 0;
}

.page-banner {
  height: 400px;
  display: block;
  margin-bottom: 80px;
  background: #ccc;
}
.page-banner .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-banner .container .page-title {
  font-size: 58px;
  letter-spacing: 0.5px;
  font-family: "Lato", sans-serif;
}

.section-head {
  margin-bottom: 25px;
}
.section-head .section-title {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 0 0 2px;
}
.section-head .section-description {
  color: #9f9f9f;
  width: 80%;
  max-width: 580px;
  display: block;
  margin: 0 auto 5px;
}
.section-head .v-align {
  width: 2px;
  height: 28px;
  display: block;
  margin: 0 auto;
  background: #fea500;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100px;
  color: transparent;
  left: 15px;
  bottom: 42%;
  position: absolute;
  border: 0px;
  background-color: #fea500;
  background-image: url(../../public/images/left-arrow.png);
  background-position: 7px 9px;
  background-size: 22px;
  background-repeat: no-repeat;
}
.slick-arrow.slick-next {
  left: calc(100% - 55px);
  transform: rotate(180deg);
}
.slick-arrow.slick-disabled {
  opacity: 0.35;
}

.woocommerce-button {
  color: #fea500;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 8px 42px;
  border-radius: 5px;
  background: #4c4c4e;
  border: 2px solid #4c4c4e;
}

.woocommerce-form-row {
  margin-bottom: 0;
}

.woocommerce-cart .page-content {
  min-height: 500px;
}
.woocommerce-cart .woocommerce-cart-form {
  width: 70%;
  float: left;
}
.woocommerce-cart .woocommerce-cart-form .shop_table {
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .shop_table thead {
  background: #2f2f2f;
}
.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  padding: 10px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table .tbody td {
  padding: 10px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table .tbody td.product-name a {
  color: #fff;
  font-size: 14px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail img {
  width: auto;
  height: 75px;
  margin: 10px 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table input {
  color: #fff;
  width: 120px;
  padding: 5px;
  border: 1px solid #fff;
  background: transparent;
}
.woocommerce-cart .woocommerce-cart-form .shop_table .actions {
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}
.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon {
  float: left;
}
.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
  float: right;
}
.woocommerce-cart .cart-collaterals {
  width: 30%;
  float: right;
  padding: 0 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: left;
  padding: 15px;
  border: 1px solid #ccc;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table #shipping_method {
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table #shipping_method li {
  list-style: none;
  text-align: right;
  padding: 2px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table #shipping_method li .shipping_method {
  float: right;
  margin: 7px 0 0 5px;
}
.woocommerce-cart .cart-collaterals .checkout-button {
  width: 100%;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}

.woocommerce-checkout .form-row label {
  display: block;
}
.woocommerce-checkout .form-row input, .woocommerce-checkout .form-row select, .woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single {
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #fff;
  background: transparent;
}
.woocommerce-checkout .form-row .select2-selection {
  padding: 8px 0px;
}
.woocommerce-checkout .form-row .select2-container .select2-selection--single {
  color: #fff;
  height: 46px;
  margin: 0 0 0px;
  background: transparent;
}
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.woocommerce-checkout #order_review table {
  width: 100%;
}
.woocommerce-checkout #order_review table th.product-total {
  text-align: right;
}
.woocommerce-checkout #order_review table tr td:nth-child(2) {
  text-align: right;
}
.woocommerce-checkout #order_review table tr.cart_item td {
  padding: 10px 0;
}
.woocommerce-checkout #order_review table .cart-subtotal {
  font-size: 18px;
  border-bottom: 1px solid;
}
.woocommerce-checkout #order_review table .cart-subtotal th {
  padding: 10px 0;
}
.woocommerce-checkout #order_review table #shipping_method {
  list-style: none;
}
.woocommerce-checkout #order_review table #shipping_method li {
  width: 100%;
  float: left;
  text-align: right;
}
.woocommerce-checkout #order_review table #shipping_method li input {
  float: right;
  margin: 12px 0 0 5px;
}
.woocommerce-checkout #order_review table tfoot {
  border-top: 1px solid;
}
.woocommerce-checkout #order_review table tfoot label {
  padding: 5px 0;
}
.woocommerce-checkout #order_review table tr.order-total {
  font-size: 20px;
  text-transform: uppercase;
  border-top: 1px solid;
}
.woocommerce-checkout #order_review table tr.order-total th {
  padding: 10px 0;
}
.woocommerce-checkout .order-summery-col {
  padding-left: 50px;
}
.woocommerce-checkout #payment {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.woocommerce-checkout .wc_payment_methods {
  padding: 0;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method {
  list-style: none;
}
.woocommerce-checkout #place_order {
  width: 100%;
  letter-spacing: 0.5px;
  display: block;
  padding: 15px 0;
  margin: 25px 0 0;
}

.site-header {
  margin-bottom: 50px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.2784313725);
  border-bottom: 0 !important;
}
.site-header .main-header {
  padding: 8px 15px 0;
}
.site-header .main-header .brand-logo img {
  width: auto;
  height: 48px;
  max-width: none;
}
.site-header .main-header .menu-main-menu-container {
  height: 100%;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu {
  height: 100%;
  padding: 0;
  margin: -2px 0 0;
  display: flex;
  justify-content: center;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li {
  display: flex;
  align-items: center;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li a {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li .sub-menu {
  display: none;
  padding: 0;
  margin-top: 105px;
  position: absolute;
  padding: 8px 0 8px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #f4f4f4;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li .sub-menu li {
  border-bottom: 1px;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li .sub-menu li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li:hover .sub-menu {
  display: block;
}
.site-header .main-header .action-menu {
  padding: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .main-header .action-menu .auth-links {
  padding: 0;
  margin: 0 8px 0 0;
  list-style: none;
}
.site-header .main-header .action-menu .auth-links li {
  display: inline-block;
}
.site-header .main-header .action-menu .auth-links li a {
  color: #4c4c4e;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.site-header .main-header .action-menu .menu-item {
  color: #fea500;
  font-size: 14px;
  font-weight: 700;
  padding: 0 5px;
  margin-right: 12px;
  text-transform: uppercase;
}
.site-header .main-header .action-menu .theme-btn {
  margin-right: 5px;
  background: #4c4c4e;
  border: 2px solid #4c4c4e;
}
.site-header .main-header .action-menu .lan-btn {
  color: #4c4c4e;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 7px;
}

.site-footer {
  padding: 52px 15px 0;
  background-color: #4c4c4e;
}
.site-footer .footer-logo .brand {
  height: 24px;
  display: block;
  margin: 45px 0 25px;
}
.site-footer .newsletter-label {
  color: #fea500;
  font-size: 0.85rem;
  font-weight: 600;
}
.site-footer .form-control {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 300;
  padding: 12.5px 10px;
  border-radius: 4px;
  border: 1.5px solid #FFF;
  background: transparent;
}
.site-footer .form-control::-moz-placeholder {
  color: #fff;
}
.site-footer .form-control::placeholder {
  color: #fff;
}
.site-footer .form-control::-ms-input-placeholder {
  color: #fff;
}
.site-footer .theme-btn.light-btn {
  width: 62px;
  height: 48px;
  font-size: 22px;
  padding: 8px 0;
  border: 0;
}
.site-footer .logo-discreption {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 35px;
}
.site-footer .social-media a {
  margin-right: 20px;
}
.site-footer .social-media a i {
  color: #fff;
  font-size: 22px;
}
.site-footer h5 {
  color: #fea500;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 45px 0 22px;
}
.site-footer .tf-menus {
  padding: 0;
  list-style: none;
}
.site-footer .tf-menus li {
  margin-bottom: 5px;
}
.site-footer .tf-menus li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.site-footer .ft-contacts {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.site-footer .ft-contacts a {
  color: #fff;
}
.site-footer .ft-contacts a.main-no {
  color: #fea500;
  font-size: 1.2rem;
  font-weight: 700;
}
.site-footer .ft-contacts p {
  padding-left: 28px;
  position: relative;
  margin-bottom: 25px;
}
.site-footer .ft-contacts p i {
  font-size: 18px;
  left: 0;
  position: absolute;
}
.site-footer .copyright-col {
  margin-top: 30px;
  padding: 20px 0 18px;
  border-top: 1px solid #666666;
}
.site-footer .copyright-col .copyright {
  float: left;
}
.site-footer .copyright-col .copyright p {
  color: #ccc;
  font-size: 12px;
  margin: 0;
}
.site-footer .copyright-col .terms {
  color: #ccc;
  text-align: right;
  margin: -5px 0 0;
}
.site-footer .copyright-col .terms a {
  color: #ccc;
  font-size: 12px;
  margin: 0;
}

.page-banner-section {
  padding-top: 8.4rem;
}
.page-banner-section .hero-list {
  padding-top: 45px;
  margin-bottom: 5px;
}
.page-banner-section .hero-list:not(.slick-initialized) .content-col {
  display: none;
}
.page-banner-section .hero-list:not(.slick-initialized) .content-col:first-child {
  display: block;
}
.page-banner-section .hero-list .content-col span {
  color: #9f9f9f;
  font-size: 0.85rem;
  display: block;
  margin: 3px 0 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-banner-section .hero-list .content-col .top-text {
  color: #4c4c4e;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin: 0 0 18px;
}
.page-banner-section .hero-list .content-col .detail-text {
  color: #888888;
  width: 90%;
}
.page-banner-section .hero-list .slick-dots {
  padding: 0;
  list-style: none;
  top: 0;
  left: 0;
  margin: 8px 0 18px;
  position: absolute;
}
.page-banner-section .hero-list .slick-dots li {
  margin: 0 3px;
  display: inline-block;
}
.page-banner-section .hero-list .slick-dots li button {
  width: 10px;
  height: 10px;
  color: transparent;
  padding: 0;
  border: 0;
  background: #4c4c4e;
  overflow: hidden;
  border-radius: 100px;
}
.page-banner-section .hero-list .slick-dots li.slick-active button {
  width: 32px !important;
  background-color: #fea500;
}
.page-banner-section .hero-form {
  width: 100%;
  max-width: 492px;
  padding: 20px 25px;
  border-radius: 8px;
  background-color: #4c4c4e;
  border: 1px solid #4c4c4e;
}
.page-banner-section .hero-form .nav-tabs {
  padding: 2px 2.5px 3px;
  border-radius: 100px;
  border: 1px solid #4c4c4e;
  background-color: #fff;
}
.page-banner-section .hero-form .nav-tabs li {
  width: 50%;
}
.page-banner-section .hero-form .nav-tabs li button {
  color: #4c4c4e;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 12px 0 10px;
}
.page-banner-section .hero-form .nav-tabs li button.active {
  color: #fff;
  border-radius: 100px;
  background-color: #4c4c4e;
}
.page-banner-section .hero-form .search-box {
  padding: 8px 0 0;
  margin-bottom: 10px;
  position: relative;
}
.page-banner-section .hero-form .search-box label {
  color: #4c4c4e;
  font-size: 0.9rem;
  display: block;
  margin: 0 0 0;
}
.page-banner-section .hero-form .search-box .form-control {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.62rem;
  border-radius: 4px;
}
.page-banner-section .hero-form .for-advance-search {
  color: #fff;
  display: block;
  padding: 7px 0 5px;
}
.page-banner-section .hero-form .for-advance-search label {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 0 5px;
}
.page-banner-section .hero-form .for-advance-search .advance-search {
  color: #fea500;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: underline;
}
.page-banner-section .hero-form .post-job-wrap {
  text-align: center;
  padding-bottom: 15px;
}
.page-banner-section .hero-form .post-job-wrap p {
  color: #fff;
  font-weight: 300;
  padding: 20px 30px;
  font-size: 0.88rem;
  margin-bottom: 0;
}
.page-banner-section .hero-form .post-job-wrap .theme-btn {
  color: #4c4c4e;
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #fff;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  cursor: default;
  z-index: 9999 !important;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: inherit;
}
.ui-autocomplete .ui-menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}
.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: none;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-focus {
  background-color: #fea500;
  color: #fff;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .autocomplete-item {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.profile-card {
  color: #9f9f9f;
  max-width: 350px;
  padding: 8px 15px;
  border-radius: 12px;
  position: relative;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.profile-card .publish-tag {
  color: #9f9f9f;
  font-size: 0.75rem;
  display: block;
  margin: 0 0;
  display: block;
  margin-bottom: 15px;
}
.profile-card .profile-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-card .top-content .member-name {
  color: #4c4c4e;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0 0 0px;
}
.profile-card .top-content .star-rating {
  color: #fea500;
  font-size: 0.9rem;
  display: block;
  margin: 0 0 4px;
}
.profile-card .top-content .star-rating .star {
  color: #e0e0e0;
}
.profile-card .top-content .star-rating .star.filled {
  color: #ffc107;
}
.profile-card .top-content .star-rating .review-count {
  font-size: 0.75rem;
  color: #6c757d;
  margin-left: 4px;
}
.profile-card .top-content .star-rating .no-reviews {
  font-size: 0.75rem;
  font-style: italic;
}
.profile-card .top-content p {
  color: #9f9f9f;
  font-size: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.profile-card .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fea500;
}
.profile-card .favorite i {
  margin-left: 5px;
  margin-top: -5px;
  float: right;
}
.profile-card .profile-meta {
  font-size: 0.82rem;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.profile-card .profile-meta p {
  margin-bottom: 7.5px;
  padding: 2px 8px;
  border-radius: 5px;
  display: inline-block;
  background-color: #f7f7f7;
}
.profile-card .profile-meta i {
  margin-right: 8px;
}
.profile-card .profile-meta a {
  color: #fea500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.profile-card .profile-meta a:hover {
  color: rgb(203, 131.8700787402, 0);
  text-decoration: underline;
}
.profile-card .price-row {
  margin-top: 15px;
  padding: 12px 0 8px;
  border-top: 1px solid #e0e0e0;
}
.profile-card .price-row .amount {
  color: #4c4c4e;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0.75;
  display: block;
  margin: 0px 0 0;
}
.profile-card .price-row .amount .small {
  color: #9f9f9f;
  font-size: 0.8rem;
  font-weight: 400;
  float: left;
  margin-right: 2px;
}
.profile-card .price-row .price-per {
  font-size: 0.75rem;
  line-height: 0.85;
  text-align: right;
  margin: 2px 0 0;
}
.profile-card .price-row .theme-btn {
  border-radius: 4px;
}

.business-toggle-wrapper {
  display: flex;
  gap: 2px;
  margin-bottom: 0;
  flex-direction: column;
}
.business-toggle-wrapper .toggle-switch {
  position: relative;
  display: inline-block;
}
.business-toggle-wrapper .toggle-switch .toggle-input {
  display: none;
}
.business-toggle-wrapper .toggle-switch .toggle-slider {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 36px;
  background-color: #e0e0e0;
  border-radius: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
}
.business-toggle-wrapper .toggle-switch .toggle-slider:hover {
  background-color: #d0d0d0;
}
.business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-off,
.business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-on {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-weight: 600;
  color: #6c757d;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-off {
  left: 12px;
  opacity: 1;
}
.business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-on {
  right: 12px;
  opacity: 0;
  color: white;
}
.business-toggle-wrapper .toggle-switch .toggle-slider::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 27px;
  height: 27px;
  background-color: white;
  border-radius: 70px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.business-toggle-wrapper .toggle-switch .toggle-input:checked + .toggle-slider {
  background-color: #fea500;
  border-color: #fea500;
}
.business-toggle-wrapper .toggle-switch .toggle-input:checked + .toggle-slider:hover {
  background-color: #4c4c4e;
}
.business-toggle-wrapper .toggle-switch .toggle-input:checked + .toggle-slider .toggle-text-off {
  opacity: 0;
}
.business-toggle-wrapper .toggle-switch .toggle-input:checked + .toggle-slider .toggle-text-on {
  opacity: 1;
}
.business-toggle-wrapper .toggle-switch .toggle-input:checked + .toggle-slider::before {
  transform: translateX(44px);
}
.business-toggle-wrapper .toggle-switch .toggle-input:focus + .toggle-slider {
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}
.business-toggle-wrapper .toggle-switch .toggle-input:disabled + .toggle-slider {
  opacity: 0.5;
  cursor: not-allowed;
}
.business-toggle-wrapper .toggle-switch .toggle-input:disabled + .toggle-slider:hover {
  background-color: #e0e0e0;
}
.business-toggle-wrapper .toggle-switch .toggle-input:disabled:checked + .toggle-slider:hover {
  background-color: #4285f4;
}

.wp-admin .business-toggle-wrapper .toggle-label {
  font-size: 14px;
  color: #23282d;
}
.wp-admin .business-toggle-wrapper .toggle-switch .toggle-slider {
  width: 70px;
  height: 32px;
}
.wp-admin .business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-off,
.wp-admin .business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-on {
  font-size: 0.7rem;
}
.wp-admin .business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-off {
  left: 10px;
}
.wp-admin .business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-on {
  right: 10px;
}
.wp-admin .business-toggle-wrapper .toggle-switch .toggle-slider::before {
  width: 22px;
  height: 22px;
  top: 3px;
  left: 3px;
}
.wp-admin .business-toggle-wrapper .toggle-switch .toggle-input:checked + .toggle-slider::before {
  transform: translateX(38px);
}

@media (max-width: 768px) {
  .business-toggle-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .business-toggle-wrapper .toggle-label {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .business-toggle-wrapper .toggle-switch .toggle-slider {
    width: 70px;
    height: 32px;
  }
  .business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-off,
  .business-toggle-wrapper .toggle-switch .toggle-slider .toggle-text-on {
    font-size: 0.7rem;
  }
  .business-toggle-wrapper .toggle-switch .toggle-slider::before {
    width: 22px;
    height: 22px;
  }
  .business-toggle-wrapper .toggle-switch .toggle-input:checked + .toggle-slider::before {
    transform: translateX(38px);
  }
}
.testimonial-section {
  padding: 0 15px 58px;
}
.testimonial-section .testimonial-block {
  padding: 20px 30px 0px 20px;
}
.testimonial-section .testimonial-block p {
  color: #9f9f9f;
  margin-bottom: 30px;
}
.testimonial-section .testimonial-block p::before {
  content: "";
  width: 35px;
  height: 35px;
  margin: 0px 10px -5px 0;
  display: inline-block;
  background: url(./../../public/images/comma-icon.png) no-repeat center;
  background-size: contain;
}
.testimonial-section .testimonial-block .name {
  color: #4c4c4e;
  font-size: 1rem;
}
.testimonial-section .testimonial-block .name::before {
  content: "";
  width: 35px;
  height: 2px;
  float: left;
  margin: 8px 5px 0 0;
  background: #fea500;
}
.testimonial-section .testimonial-block .name span {
  color: #9f9f9f;
  font-weight: 300;
  font-size: 0.75rem;
}
.testimonial-section .slick-dots {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
}
.testimonial-section .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}
.testimonial-section .slick-dots li button {
  width: 55px;
  height: 8px;
  color: transparent;
  padding: 0;
  border: 0;
  background: #4c4c4f;
  overflow: hidden;
  border-radius: 100px;
}
.testimonial-section .slick-dots li.slick-active button {
  background-color: #fea500;
}
.testimonial-section .section-bottom {
  text-align: center;
  display: block;
  margin: 2px 0 0;
}
.testimonial-section .section-bottom p {
  color: #9f9f9f;
  font-size: 0.85rem;
}

.post-block {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
.post-block .post-image {
  width: 100%;
  height: 220px;
  display: block;
  background-size: cover !important;
}
.post-block .info-wrap {
  padding: 20px 20px 10px;
}
.post-block .info-wrap a {
  color: #4c4c4e;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.post-block .info-wrap p {
  color: #9f9f9f;
  font-size: 0.85rem;
  font-weight: 300;
}
.post-block .post-meta {
  display: flex;
  padding: 15px 0 0;
  justify-content: space-between;
  border-top: 1px solid #efefef;
}
.post-block .post-meta .date {
  color: #9f9f9f;
  font-size: 0.75rem;
  margin: 0;
}
.post-block .post-meta a {
  color: #fea500;
  font-size: 0.8rem;
  font-weight: 500;
}

.cta-section {
  padding: 100px 0 0;
}
.cta-section .section-title {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
.cta-section .category-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  -moz-column-count: 2;
       column-count: 2;
}
.cta-section .category-list li {
  margin-bottom: 5px;
}
.cta-section .category-list li a {
  color: #9f9f9f;
  font-size: 0.85rem;
  text-decoration: underline;
}
.cta-section img {
  margin-top: 50px;
  margin-bottom: -110px;
}

.blog-card .card-image {
  height: 220px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.blog-card .card-content .card-meta {
  color: #999;
  font-size: 12.5px;
  font-weight: 400;
  margin-bottom: 0;
}
.blog-card .card-content .card-meta i {
  color: #4c4c4e;
}
.blog-card .card-content .post-title {
  font-size: 20px;
  display: block;
  margin: 2px 0 20px;
  font-family: "Lato", sans-serif;
}
.blog-card .card-content p {
  color: #363636;
  margin-bottom: 20px;
}
.blog-card .theme-btn {
  color: #fea500;
  font-size: 14px;
  margin: 50px 0 10px;
}
.blog-card .theme-btn i {
  background-image: url(../images/icon/arrow.png);
}

.page-template-template-homepage .site-header {
  margin-bottom: 0;
}

.top-category-list {
  margin-top: 50px;
  padding: 30px 42px;
}
.top-category-list:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.top-category-list:not(.slick-initialized) .cat-wrap {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (max-width: 1100px) {
  .top-category-list:not(.slick-initialized) .cat-wrap {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .top-category-list:not(.slick-initialized) .cat-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-category-list .cat-wrap {
  padding: 0 25px;
}
.top-category-list .category-block {
  display: block;
  text-align: center;
  padding: 20px 10px;
  border-radius: 20px;
  border: 2px solid #4c4c4e;
  background-color: #4c4c4e;
}
.top-category-list .category-block .category-image {
  width: 62px;
  height: 62px;
  display: block;
  margin: 0 auto 10px;
  background-size: cover;
}
.top-category-list .category-block .category-data .name {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.top-category-list .category-block .category-data .product-count {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  display: block;
  margin: 5px 0 0;
}
.top-category-list .category-block:hover {
  border: 2px solid #fea500;
}
.top-category-list .category-block:hover .name, .top-category-list .category-block:hover .product-count {
  color: #fea500;
}

.home .featured-list-section {
  padding: 50px 15px 85px;
}

.featured-list-section {
  padding: 0px 15px 85px;
}
.featured-list-section .btn-row {
  display: block;
  text-align: center;
  margin-top: 25px;
}
.featured-list-section .btn-row .light-btn {
  width: 200px;
  display: block;
  margin: 0 auto;
  padding: 15px 22px;
}

.column-two-section {
  margin-bottom: 80px;
}
.column-two-section .job-section {
  background-color: #333;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.column-two-section .job-section .left, .column-two-section .job-section .right {
  padding: 40px;
  background-color: #4c4c4e;
  background-image: url("/wp-content/themes/storefront-child/public/images/bg-pattern.png");
  background-size: contain;
}
.column-two-section .job-section .ligth-content-bg {
  color: #4c4c4e;
  background-color: #fea500;
}
.column-two-section .job-section .ligth-content-bg .col-title {
  color: #4c4c4e;
}
.column-two-section .col-title {
  color: #fea500;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.column-two-section .list-unstyled li {
  font-weight: 300;
}
.column-two-section .list-unstyled li .list-icon {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 10px;
}
.column-two-section .theme-btn {
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  padding: 12px 15px;
  text-align: center;
}

.blog-section .container.px-30 {
  padding: 0 25px;
}
.blog-section .container.px-30 .row {
  padding: 20px 12px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.blog-section .container.px-30 .row .post-title {
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-section .container.px-30 .row .post-title h3 {
  color: #4c4c4e;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 10px 0 20px;
}
.blog-section .container.px-30 .row .post-title h3::after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background-color: #fea500;
}
.blog-section .container.px-30 .row .post-title p {
  color: #9f9f9f;
}
.blog-section .container.px-30 .row .theme-btn {
  width: 180px;
  color: #4c4c4e;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0;
}

@media (max-width: 768px) {
  .job-section img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.woocommerce-account .page-content .auth-form-wrap {
  width: 580px;
  margin: 80px auto 100px;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.woocommerce-account .page-content .form-title {
  color: #262626;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin: 10% 0 0;
}
.woocommerce-account .page-content .woocommerce-form-login {
  max-width: 500px;
  display: block;
  margin: 20px auto !important;
  float: none;
}
.woocommerce-account .page-content .woocommerce-button {
  width: 180px;
  display: block;
  margin: 30px auto 0;
}
.woocommerce-account .page-content .woocommerce-form-login {
  border: 0px;
}
.woocommerce-account .page-content .woocommerce-LostPassword a {
  color: #414141;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 25px 0 0;
}
.woocommerce-account .page-content .woocommerce form .form-row input.input-text {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce-account .page-content .lost_password {
  text-align: center;
  margin-top: -15px;
}
.woocommerce-account .page-content .lost_password a {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}
.woocommerce-account.page-id-9 .page-container.login-page {
  background-color: #f8f8f8;
}
.woocommerce-account.page-id-9 .page-container.login-page .page-content {
  height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-account.page-id-9 .page-container.login-page .page-content .woocommerce {
  background: transparent;
}
.woocommerce-account .woocommerce-form-login__rememberme {
  display: block;
}
.woocommerce-account .password-input {
  width: 100%;
  float: left;
  border: 1px solid #eaeaea;
}
.woocommerce-account .password-input .woocommerce-Input--text {
  border: 0px !important;
}

.woocommerce-form-register,
.page-register .content-block,
.woocommerce-ResetPassword {
  max-width: 500px;
  display: block;
  margin: 7.5% auto 100px !important;
  float: none;
}
.woocommerce-form-register .intro,
.page-register .content-block .intro,
.woocommerce-ResetPassword .intro {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
.woocommerce-form-register .btn-row,
.page-register .content-block .btn-row,
.woocommerce-ResetPassword .btn-row {
  width: 100%;
  float: left;
  display: flex;
  text-align: center;
  margin: 15px 0 0;
  flex-direction: column;
}
.woocommerce-form-register .have-an-account,
.page-register .content-block .have-an-account,
.woocommerce-ResetPassword .have-an-account {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 15px 0 20px;
}
.woocommerce-form-register .have-an-account a,
.page-register .content-block .have-an-account a,
.woocommerce-ResetPassword .have-an-account a {
  color: #4c4c4e;
}

.page-template-page-register .page-content {
  display: flex;
}
.page-template-page-register .page-register {
  background-color: #f8f8f8;
}
.page-template-page-register .page-register .woocommerce-button {
  width: 200px;
  padding: 10.5px 0;
  margin: 15px auto 0;
}
.page-template-page-register .page-register .woocommerce-privacy-policy-text {
  display: none;
}
.page-template-page-register .page-register .woocommerce-privacy-policy-text p {
  color: #4a4a4a;
  font-size: 0.78rem;
}

.woocommerce-form-row label {
  font-size: 14px;
}

.woocommerce-account .page-container {
  background-color: #f8f8f8;
}
.woocommerce-account .page-content .woocommerce {
  display: flex;
  border-radius: 10px;
  padding: 0 15px 20px;
  margin: 32px auto 70px;
  background: #fff;
}
.woocommerce-account .page-content .account-main-wrap {
  display: flex;
}
.woocommerce-account .page-content .form-title {
  margin: 0 0 48px;
}
.woocommerce-account .page-content .woocommerce-MyAccount-navigation {
  width: calc(20% - 0px) !important;
  margin-top: 20px;
  min-height: 50vh;
  padding: 0px;
}
.woocommerce-account .page-content .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .page-content .woocommerce-MyAccount-navigation ul li:nth-child(1) {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.woocommerce-account .page-content .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 600;
  border-color: #1f1f1f;
}
.woocommerce-account .page-content .woocommerce-MyAccount-navigation ul li a {
  color: #1f1f1f;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 12px 10px;
  border-bottom: 1px solid #fff4e0;
}
.woocommerce-account .page-content .woocommerce-MyAccount-navigation ul li a::before {
  display: none;
}
.woocommerce-account .page-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address, .woocommerce-account .page-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-account .page-content .woocommerce-MyAccount-content {
  width: 80%;
  padding: 0 10px 0 32px;
  margin-top: 20px;
}
.woocommerce-account .page-content .woocommerce-MyAccount-content .theme-btn {
  text-align: center;
  min-width: 150px;
  padding: 8px 20px;
  margin-bottom: 10px;
}
.woocommerce-account .card-body .section-title {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px dashed #000000;
}

.view-header {
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.view-header .view-title {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.view-header .theme-btn {
  font-size: 0.7rem;
  border-radius: 3px;
  margin-bottom: 0 !important;
  padding: 10px 15px !important;
}

.woocommerce-EditAccountForm label {
  color: #363636;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 15px;
}

.password-reset-col {
  padding: 25px 20px;
  border-radius: 4px;
  margin-top: 35px;
  margin-bottom: 15px;
  background: rgba(255, 0, 0, 0.0784313725);
  border: 1px solid #ffbebe;
}

.password-input .input-text {
  width: calc(100% - 48px) !important;
}
.password-input .show-password-input {
  width: 42px;
  height: 42px;
  float: right;
  border: 0;
  background: transparent;
  background-image: url("/wp-content/themes/storefront-child/public/images/show-password.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
  float: left;
  margin: 6px 4px 0 0;
}
.woocommerce-form-login__rememberme span {
  color: #494949;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.multi-form-col {
  width: auto;
  display: inline-block;
}

.page-template-page-talent-list,
.page-template-page-find-a-job {
  /* filter sidebar */
}
.page-template-page-talent-list .section-head .section-title,
.page-template-page-find-a-job .section-head .section-title {
  font-size: 1.5rem;
  text-transform: capitalize;
}
.page-template-page-talent-list .section-head .section-description,
.page-template-page-find-a-job .section-head .section-description {
  width: 100%;
  max-width: none;
  font-size: 0.98rem;
  font-weight: 300;
  padding-bottom: 10px;
  margin: 4px 0 25px;
}
.page-template-page-talent-list .filter-title,
.page-template-page-find-a-job .filter-title {
  font-size: 1rem;
}
.page-template-page-talent-list .filter-group-title,
.page-template-page-find-a-job .filter-group-title {
  color: #393939;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.page-template-page-talent-list .filter-options .form-check,
.page-template-page-find-a-job .filter-options .form-check {
  padding: 0;
  margin-bottom: 0;
}
.page-template-page-talent-list .filter-options .form-check .form-check-input,
.page-template-page-find-a-job .filter-options .form-check .form-check-input {
  float: left;
  border-radius: 2px;
  margin: 8px 10px 0 0;
}
.page-template-page-talent-list .filter-options .form-check .form-check-label,
.page-template-page-find-a-job .filter-options .form-check .form-check-label {
  color: #797979;
  font-size: 0.88rem;
  font-weight: 300;
  display: block;
  padding: 5px 0;
}
.page-template-page-talent-list .filter-options #toggle-categories,
.page-template-page-find-a-job .filter-options #toggle-categories {
  color: #fea500;
  text-decoration: none;
  font-size: 0.875rem;
  padding-left: 0;
}
.page-template-page-talent-list .filter-options #toggle-categories:hover,
.page-template-page-find-a-job .filter-options #toggle-categories:hover {
  text-decoration: underline;
}
.page-template-page-talent-list .filter-options .price-range-container .price-inputs .form-control-sm,
.page-template-page-find-a-job .filter-options .price-range-container .price-inputs .form-control-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.page-template-page-talent-list .filter-options .price-range-container .price-inputs .form-label,
.page-template-page-find-a-job .filter-options .price-range-container .price-inputs .form-label {
  margin-bottom: 0.25rem;
  color: #797979;
}
.page-template-page-talent-list .filter-options .price-range-container .price-slider-container,
.page-template-page-find-a-job .filter-options .price-range-container .price-slider-container {
  padding: 0 10px;
  margin: 20px 0 15px;
}
.page-template-page-talent-list .filter-options .price-range-container .price-slider-container .price-slider,
.page-template-page-find-a-job .filter-options .price-range-container .price-slider-container .price-slider {
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
}
.page-template-page-talent-list .filter-options .price-range-container .price-slider-container .price-slider.ui-slider,
.page-template-page-find-a-job .filter-options .price-range-container .price-slider-container .price-slider.ui-slider {
  position: relative;
}
.page-template-page-talent-list .filter-options .price-range-container .price-slider-container .price-slider.ui-slider .ui-slider-range,
.page-template-page-find-a-job .filter-options .price-range-container .price-slider-container .price-slider.ui-slider .ui-slider-range {
  background: #fea500;
  height: 100%;
  border-radius: 3px;
}
.page-template-page-talent-list .filter-options .price-range-container .price-slider-container .price-slider.ui-slider .ui-slider-handle,
.page-template-page-find-a-job .filter-options .price-range-container .price-slider-container .price-slider.ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #fea500;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -5px;
  margin-left: -8px;
  outline: none;
}
.page-template-page-talent-list .filter-options .price-range-container .price-slider-container .price-slider.ui-slider .ui-slider-handle:hover, .page-template-page-talent-list .filter-options .price-range-container .price-slider-container .price-slider.ui-slider .ui-slider-handle:focus,
.page-template-page-find-a-job .filter-options .price-range-container .price-slider-container .price-slider.ui-slider .ui-slider-handle:hover,
.page-template-page-find-a-job .filter-options .price-range-container .price-slider-container .price-slider.ui-slider .ui-slider-handle:focus {
  box-shadow: 0 0 0 4px rgba(254, 165, 0, 0.2);
}
.page-template-page-talent-list .filter-options .price-range-container .price-range-display,
.page-template-page-find-a-job .filter-options .price-range-container .price-range-display {
  font-size: 0.875rem;
  color: #666;
}
.page-template-page-talent-list .filter-options .rating-filter-container .rating-options .rating-option,
.page-template-page-find-a-job .filter-options .rating-filter-container .rating-options .rating-option {
  margin-bottom: 2px;
}
.page-template-page-talent-list .filter-options .rating-filter-container .rating-options .rating-option .form-check-input,
.page-template-page-find-a-job .filter-options .rating-filter-container .rating-options .rating-option .form-check-input {
  margin: 6px 10px 0 0;
}
.page-template-page-talent-list .filter-options .rating-filter-container .rating-options .rating-option .form-check-label,
.page-template-page-find-a-job .filter-options .rating-filter-container .rating-options .rating-option .form-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 4px 0;
}
.page-template-page-talent-list .filter-options .rating-filter-container .rating-options .rating-option .form-check-label .rating-stars,
.page-template-page-find-a-job .filter-options .rating-filter-container .rating-options .rating-option .form-check-label .rating-stars {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.page-template-page-talent-list .filter-options .rating-filter-container .rating-options .rating-option .form-check-label .rating-stars .star,
.page-template-page-find-a-job .filter-options .rating-filter-container .rating-options .rating-option .form-check-label .rating-stars .star {
  font-size: 14px;
  color: #e0e0e0;
  margin-right: 1px;
}
.page-template-page-talent-list .filter-options .rating-filter-container .rating-options .rating-option .form-check-label .rating-stars .star.filled,
.page-template-page-find-a-job .filter-options .rating-filter-container .rating-options .rating-option .form-check-label .rating-stars .star.filled {
  color: #ffc107;
}
.page-template-page-talent-list .filter-options .rating-filter-container .rating-options .rating-option .form-check-label .rating-text,
.page-template-page-find-a-job .filter-options .rating-filter-container .rating-options .rating-option .form-check-label .rating-text {
  font-size: 0.85rem;
  color: #797979;
}
.page-template-page-talent-list .filter-options .rating-filter-container .rating-options .rating-option:hover .form-check-label .rating-text,
.page-template-page-find-a-job .filter-options .rating-filter-container .rating-options .rating-option:hover .form-check-label .rating-text {
  color: #fea500;
}
.page-template-page-talent-list .toggle-filter-list,
.page-template-page-find-a-job .toggle-filter-list {
  color: #fea500;
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 5px;
}
.page-template-page-talent-list .toggle-filter-list:hover,
.page-template-page-find-a-job .toggle-filter-list:hover {
  text-decoration: underline;
}

.profile-detail-page {
  background-color: #f8f9fa;
  min-height: 80vh;
  padding: 20px 0 75px;
}
.profile-detail-page .profile-sidebar .section-title {
  font-size: 0.99rem;
  font-weight: 600;
  color: #2c3e50;
  display: block;
  padding-top: 10px;
  margin-bottom: 15px;
}
.profile-detail-page .profile-sidebar .profile-main-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  position: sticky;
  top: 20px;
}
.profile-detail-page .profile-sidebar .profile-main-card .profile-image-container {
  margin-bottom: 20px;
}
.profile-detail-page .profile-sidebar .profile-main-card .profile-image-container .profile-main-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #e9ecef;
}
.profile-detail-page .profile-sidebar .profile-main-card .profile-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4c4c4e;
  margin-bottom: 2px;
}
.profile-detail-page .profile-sidebar .profile-main-card .profile-title {
  color: #6c757d;
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.profile-detail-page .profile-sidebar .profile-main-card .profile-description {
  color: #8c8c8c;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #dddfe1;
}
.profile-detail-page .profile-sidebar .summery-section .info-item {
  color: #707070;
  font-size: 0.85rem;
  margin-bottom: 7px;
  padding: 7px 10px;
  border-radius: 4px;
  display: flex;
  background-color: #f7f7f7;
  justify-content: space-between;
}
.profile-detail-page .profile-sidebar .summery-section .info-item label {
  text-transform: capitalize;
}
.profile-detail-page .profile-sidebar .contact-section {
  padding: 10px 15px 30px;
  margin-top: 30px;
  border-radius: 5px;
  background-color: #4c4c4e;
  border: 1px solid #4c4c4e;
}
.profile-detail-page .profile-sidebar .contact-section .section-title {
  color: #fea500;
}
.profile-detail-page .profile-sidebar .contact-section .info-item {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 7px;
  padding: 7px 10px;
  border-radius: 4px;
  display: flex;
  background-color: #59595c;
  justify-content: space-between;
}
.profile-detail-page .profile-sidebar .contact-section .register-alert p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.35;
  display: block;
  padding: 0 10px 10px;
}
.profile-detail-page .profile-sidebar .contact-section .register-alert .theme-btn {
  color: #4c4c4e;
  margin-top: 15px;
  padding: 10px 40px;
}
.profile-detail-page .profile-main-content .section-title {
  font-size: 0.99rem;
  font-weight: 600;
  color: #2c3e50;
  display: block;
  padding-top: 15px;
  margin-bottom: 30px;
  border-top: 1px solid #f3f3f3;
}
.profile-detail-page .profile-main-content .info-section {
  border-radius: 12px;
  padding: 30px 35px;
  margin-bottom: 20px;
  background-color: #fff;
}
.profile-detail-page .profile-main-content .info-section .overview {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  display: block;
  margin: 0;
}
.profile-detail-page .profile-main-content .info-section .overview .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4c4c4e;
  padding: 0;
  border: 0;
  margin-bottom: 20px;
}
.profile-detail-page .profile-main-content .info-section .overview .overview-head {
  display: flex;
  justify-content: space-between;
}
.profile-detail-page .profile-main-content .info-section .overview .overview-head .badges {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-detail-page .profile-main-content .info-section .overview .overview-head .badges li {
  display: inline-block;
  margin-left: 5px;
}
.profile-detail-page .profile-main-content .info-section .overview .overview-head .badges li i {
  color: #fea500;
}
.profile-detail-page .profile-main-content .info-section .overview .overview-head .badges li .badge {
  font-weight: 400;
  margin: 0px 0 -5px;
  float: left;
}
.profile-detail-page .profile-main-content .data-row {
  padding: 0px 0 25px;
}
.profile-detail-page .profile-main-content .certificate-item {
  position: relative;
}
.profile-detail-page .profile-main-content .certificate-item .certificate-overlay {
  top: 3px;
  right: 18px;
  position: absolute;
}
.profile-detail-page .profile-main-content .certificate-item .certificate-name {
  color: #4c4c4e;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin: 10px 0 12px;
}
.profile-detail-page .reviews-section .review-summary {
  background-color: #f9fafb;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.profile-detail-page .reviews-section .review-summary .rating-overview {
  text-align: center;
}
.profile-detail-page .reviews-section .review-summary .rating-overview .average-rating .rating-number {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.profile-detail-page .reviews-section .review-summary .rating-overview .average-rating .stars {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.profile-detail-page .reviews-section .review-summary .rating-overview .average-rating .stars .star {
  color: #e0e0e0;
}
.profile-detail-page .reviews-section .review-summary .rating-overview .average-rating .stars .star.filled {
  color: #ffc107;
}
.profile-detail-page .reviews-section .review-summary .rating-overview .average-rating .review-count {
  color: #6c757d;
  font-size: 0.9rem;
}
.profile-detail-page .reviews-section .review-form-container {
  background-color: #f9fafb;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.profile-detail-page .reviews-section .review-form-container h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c3e50;
}
.profile-detail-page .reviews-section .review-form-container .rating-input {
  margin-bottom: 20px;
}
.profile-detail-page .reviews-section .review-form-container .rating-input label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #495057;
}
.profile-detail-page .reviews-section .review-form-container .rating-input .star-rating-input {
  display: flex;
  direction: rtl;
  justify-content: flex-end;
}
.profile-detail-page .reviews-section .review-form-container .rating-input .star-rating-input input[type=radio] {
  display: none;
}
.profile-detail-page .reviews-section .review-form-container .rating-input .star-rating-input label {
  font-size: 2rem;
  color: #e0e0e0;
  cursor: pointer;
  margin: 0 2px;
  transition: color 0.2s;
}
.profile-detail-page .reviews-section .review-form-container .rating-input .star-rating-input label:hover, .profile-detail-page .reviews-section .review-form-container .rating-input .star-rating-input label:hover ~ label {
  color: #ffc107;
}
.profile-detail-page .reviews-section .review-form-container .rating-input .star-rating-input input[type=radio]:checked ~ label {
  color: #ffc107;
}
.profile-detail-page .reviews-section .review-form-container .form-group {
  margin-bottom: 20px;
}
.profile-detail-page .reviews-section .review-form-container .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #495057;
}
.profile-detail-page .reviews-section .review-form-container .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 0.95rem;
  resize: vertical;
}
.profile-detail-page .reviews-section .review-form-container .form-group textarea:focus {
  outline: none;
  border-color: #4285f4;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
}
.profile-detail-page .reviews-section .review-form-container .btn-submit-review {
  background-color: #4285f4;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.profile-detail-page .reviews-section .review-form-container .btn-submit-review:hover {
  background-color: #3367d6;
}
.profile-detail-page .reviews-section .review-form-container .btn-submit-review:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.profile-detail-page .reviews-section .login-prompt {
  background-color: #f9fafb;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 30px;
}
.profile-detail-page .reviews-section .login-prompt p {
  margin: 0;
  color: #495057;
}
.profile-detail-page .reviews-section .login-prompt a {
  color: #4285f4;
  text-decoration: none;
  font-weight: 500;
}
.profile-detail-page .reviews-section .login-prompt a:hover {
  text-decoration: underline;
}
.profile-detail-page .reviews-section .reviews-list .review-item {
  padding: 24px 0;
  border-bottom: 1px solid #e9ecef;
}
.profile-detail-page .reviews-section .reviews-list .review-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header .reviewer-info .rating-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header .reviewer-info .rating-stars .rating-value {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header .reviewer-info .rating-stars .star {
  font-size: 1.1rem;
  color: #e0e0e0;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header .reviewer-info .rating-stars .star.filled {
  color: #ffc107;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header .reviewer-info .reviewer-details {
  font-size: 0.95rem;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header .reviewer-info .reviewer-details .reviewer-name {
  color: #4285f4;
  font-weight: 500;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header .reviewer-info .reviewer-details .from-text {
  color: #6c757d;
  margin: 0 4px;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header .reviewer-info .reviewer-details .reviewer-location {
  color: #6c757d;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-header .review-date {
  color: #6c757d;
  font-size: 0.9rem;
  white-space: nowrap;
}
.profile-detail-page .reviews-section .reviews-list .review-item .review-content p {
  color: #495057;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}
.profile-detail-page .reviews-section .reviews-list .no-reviews {
  text-align: center;
  color: #6c757d;
  padding: 40px 0;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .profile-detail-page .profile-sidebar {
    margin-bottom: 30px;
  }
  .profile-detail-page .profile-sidebar .profile-main-card {
    position: relative;
    top: 0;
  }
  .profile-detail-page .info-section .action-buttons .btn-download,
  .profile-detail-page .info-section .action-buttons .btn-email {
    flex: 1;
    justify-content: center;
    min-width: 0;
  }
}
@media (max-width: 767.98px) {
  .profile-detail-page {
    padding: 15px 0;
  }
  .profile-detail-page .profile-header .d-flex {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .profile-detail-page .profile-header .d-flex .back-btn,
  .profile-detail-page .profile-header .d-flex .share-btn {
    text-align: center;
    justify-content: center;
  }
  .profile-detail-page .profile-main-card {
    padding: 20px;
  }
  .profile-detail-page .profile-main-card .profile-main-image {
    width: 100px !important;
    height: 100px !important;
  }
  .profile-detail-page .profile-main-card .profile-name {
    font-size: 1.3rem;
  }
  .profile-detail-page .info-section {
    padding: 20px;
  }
  .profile-detail-page .info-section .info-grid .col-md-4 {
    margin-bottom: 8px;
  }
  .profile-detail-page .info-section .action-buttons {
    flex-direction: column;
  }
  .profile-detail-page .info-section .action-buttons .btn-download,
  .profile-detail-page .info-section .action-buttons .btn-email {
    width: 100%;
    justify-content: center;
  }
  .profile-detail-page .certificate-grid {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .profile-detail-page .certificate-grid::-webkit-scrollbar {
    height: 6px;
  }
  .profile-detail-page .certificate-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }
  .profile-detail-page .certificate-grid::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }
  .profile-detail-page .certificate-grid::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .profile-detail-page .certificate-grid .certificate-item {
    flex: 0 0 auto;
    width: 200px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .profile-detail-page .certificate-grid .certificate-item:hover {
    transform: translateY(-5px);
  }
  .profile-detail-page .certificate-grid .certificate-item:hover .certificate-overlay {
    opacity: 1;
  }
  .profile-detail-page .certificate-grid .certificate-item .certificate-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .profile-detail-page .certificate-grid .certificate-item .certificate-image img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .profile-detail-page .certificate-grid .certificate-item .certificate-image .certificate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .profile-detail-page .certificate-grid .certificate-item .certificate-image .certificate-overlay i {
    color: white;
    font-size: 2rem;
  }
  .profile-detail-page .certificate-grid .certificate-item .certificate-name {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    color: #9f9f9f;
    font-weight: 500;
    line-height: 1.2;
  }
  .profile-detail-page .certificate-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
  }
  .profile-detail-page .certificate-lightbox .lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .profile-detail-page .certificate-lightbox .lightbox-content .lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .profile-detail-page .certificate-lightbox .lightbox-content .lightbox-close:hover {
    color: #f1f1f1;
  }
  .profile-detail-page .certificate-lightbox .lightbox-content .lightbox-image {
    max-width: 100%;
    max-height: 80vh;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .profile-detail-page .certificate-lightbox .lightbox-content .lightbox-caption {
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .profile-detail-page .experience-item .company-logo {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
  .profile-detail-page .experience-item .experience-details h4 {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .profile-detail-page .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile-detail-page .profile-main-card {
    padding: 16px;
  }
  .profile-detail-page .info-section {
    padding: 16px;
  }
  .profile-detail-page .info-section h3 {
    font-size: 1.2rem;
  }
}

.certificate-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.certificate-lightbox .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.certificate-lightbox .lightbox-content .lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10000;
}
.certificate-lightbox .lightbox-content .lightbox-close:hover {
  color: #f1f1f1;
}
.certificate-lightbox .lightbox-content .lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.certificate-lightbox .lightbox-content .lightbox-caption {
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 20px;
}

.profiles-container,
.jobs-container {
  width: 100%;
}

.profile-tile,
.job-tile {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.profile-tile:hover,
.job-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.profile-tile .profile-header,
.profile-tile .job-header,
.job-tile .profile-header,
.job-tile .job-header {
  padding: 1.5rem;
}
.profile-tile .profile-header .profile-info,
.profile-tile .profile-header .job-info,
.profile-tile .job-header .profile-info,
.profile-tile .job-header .job-info,
.job-tile .profile-header .profile-info,
.job-tile .profile-header .job-info,
.job-tile .job-header .profile-info,
.job-tile .job-header .job-info {
  width: 100%;
}
.profile-tile .profile-header .profile-info .profile-name,
.profile-tile .profile-header .profile-info .job-title,
.profile-tile .profile-header .job-info .profile-name,
.profile-tile .profile-header .job-info .job-title,
.profile-tile .job-header .profile-info .profile-name,
.profile-tile .job-header .profile-info .job-title,
.profile-tile .job-header .job-info .profile-name,
.profile-tile .job-header .job-info .job-title,
.job-tile .profile-header .profile-info .profile-name,
.job-tile .profile-header .profile-info .job-title,
.job-tile .profile-header .job-info .profile-name,
.job-tile .profile-header .job-info .job-title,
.job-tile .job-header .profile-info .profile-name,
.job-tile .job-header .profile-info .job-title,
.job-tile .job-header .job-info .profile-name,
.job-tile .job-header .job-info .job-title {
  margin: 0 0 0.1rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.profile-tile .profile-header .profile-info .profile-field,
.profile-tile .profile-header .profile-info .job-type,
.profile-tile .profile-header .job-info .profile-field,
.profile-tile .profile-header .job-info .job-type,
.profile-tile .job-header .profile-info .profile-field,
.profile-tile .job-header .profile-info .job-type,
.profile-tile .job-header .job-info .profile-field,
.profile-tile .job-header .job-info .job-type,
.job-tile .profile-header .profile-info .profile-field,
.job-tile .profile-header .profile-info .job-type,
.job-tile .profile-header .job-info .profile-field,
.job-tile .profile-header .job-info .job-type,
.job-tile .job-header .profile-info .profile-field,
.job-tile .job-header .profile-info .job-type,
.job-tile .job-header .job-info .profile-field,
.job-tile .job-header .job-info .job-type {
  color: #9f9f9f;
  font-size: 0.85rem;
  margin: 0;
  opacity: 0.9;
}
.profile-tile .profile-header .profile-info .profile-field .badge,
.profile-tile .profile-header .profile-info .job-type .badge,
.profile-tile .profile-header .job-info .profile-field .badge,
.profile-tile .profile-header .job-info .job-type .badge,
.profile-tile .job-header .profile-info .profile-field .badge,
.profile-tile .job-header .profile-info .job-type .badge,
.profile-tile .job-header .job-info .profile-field .badge,
.profile-tile .job-header .job-info .job-type .badge,
.job-tile .profile-header .profile-info .profile-field .badge,
.job-tile .profile-header .profile-info .job-type .badge,
.job-tile .profile-header .job-info .profile-field .badge,
.job-tile .profile-header .job-info .job-type .badge,
.job-tile .job-header .profile-info .profile-field .badge,
.job-tile .job-header .profile-info .job-type .badge,
.job-tile .job-header .job-info .profile-field .badge,
.job-tile .job-header .job-info .job-type .badge {
  font-size: 0.75rem;
  padding: 0.25em 0.6em;
  border-radius: 0.25rem;
  font-weight: 500;
}
.profile-tile .profile-header .profile-info .profile-field .badge.badge-fulltime, .profile-tile .profile-header .profile-info .profile-field .badge.badge-full-time,
.profile-tile .profile-header .profile-info .job-type .badge.badge-fulltime,
.profile-tile .profile-header .profile-info .job-type .badge.badge-full-time,
.profile-tile .profile-header .job-info .profile-field .badge.badge-fulltime,
.profile-tile .profile-header .job-info .profile-field .badge.badge-full-time,
.profile-tile .profile-header .job-info .job-type .badge.badge-fulltime,
.profile-tile .profile-header .job-info .job-type .badge.badge-full-time,
.profile-tile .job-header .profile-info .profile-field .badge.badge-fulltime,
.profile-tile .job-header .profile-info .profile-field .badge.badge-full-time,
.profile-tile .job-header .profile-info .job-type .badge.badge-fulltime,
.profile-tile .job-header .profile-info .job-type .badge.badge-full-time,
.profile-tile .job-header .job-info .profile-field .badge.badge-fulltime,
.profile-tile .job-header .job-info .profile-field .badge.badge-full-time,
.profile-tile .job-header .job-info .job-type .badge.badge-fulltime,
.profile-tile .job-header .job-info .job-type .badge.badge-full-time,
.job-tile .profile-header .profile-info .profile-field .badge.badge-fulltime,
.job-tile .profile-header .profile-info .profile-field .badge.badge-full-time,
.job-tile .profile-header .profile-info .job-type .badge.badge-fulltime,
.job-tile .profile-header .profile-info .job-type .badge.badge-full-time,
.job-tile .profile-header .job-info .profile-field .badge.badge-fulltime,
.job-tile .profile-header .job-info .profile-field .badge.badge-full-time,
.job-tile .profile-header .job-info .job-type .badge.badge-fulltime,
.job-tile .profile-header .job-info .job-type .badge.badge-full-time,
.job-tile .job-header .profile-info .profile-field .badge.badge-fulltime,
.job-tile .job-header .profile-info .profile-field .badge.badge-full-time,
.job-tile .job-header .profile-info .job-type .badge.badge-fulltime,
.job-tile .job-header .profile-info .job-type .badge.badge-full-time,
.job-tile .job-header .job-info .profile-field .badge.badge-fulltime,
.job-tile .job-header .job-info .profile-field .badge.badge-full-time,
.job-tile .job-header .job-info .job-type .badge.badge-fulltime,
.job-tile .job-header .job-info .job-type .badge.badge-full-time {
  background-color: #28a745;
  color: white;
}
.profile-tile .profile-header .profile-info .profile-field .badge.badge-parttime, .profile-tile .profile-header .profile-info .profile-field .badge.badge-part-time,
.profile-tile .profile-header .profile-info .job-type .badge.badge-parttime,
.profile-tile .profile-header .profile-info .job-type .badge.badge-part-time,
.profile-tile .profile-header .job-info .profile-field .badge.badge-parttime,
.profile-tile .profile-header .job-info .profile-field .badge.badge-part-time,
.profile-tile .profile-header .job-info .job-type .badge.badge-parttime,
.profile-tile .profile-header .job-info .job-type .badge.badge-part-time,
.profile-tile .job-header .profile-info .profile-field .badge.badge-parttime,
.profile-tile .job-header .profile-info .profile-field .badge.badge-part-time,
.profile-tile .job-header .profile-info .job-type .badge.badge-parttime,
.profile-tile .job-header .profile-info .job-type .badge.badge-part-time,
.profile-tile .job-header .job-info .profile-field .badge.badge-parttime,
.profile-tile .job-header .job-info .profile-field .badge.badge-part-time,
.profile-tile .job-header .job-info .job-type .badge.badge-parttime,
.profile-tile .job-header .job-info .job-type .badge.badge-part-time,
.job-tile .profile-header .profile-info .profile-field .badge.badge-parttime,
.job-tile .profile-header .profile-info .profile-field .badge.badge-part-time,
.job-tile .profile-header .profile-info .job-type .badge.badge-parttime,
.job-tile .profile-header .profile-info .job-type .badge.badge-part-time,
.job-tile .profile-header .job-info .profile-field .badge.badge-parttime,
.job-tile .profile-header .job-info .profile-field .badge.badge-part-time,
.job-tile .profile-header .job-info .job-type .badge.badge-parttime,
.job-tile .profile-header .job-info .job-type .badge.badge-part-time,
.job-tile .job-header .profile-info .profile-field .badge.badge-parttime,
.job-tile .job-header .profile-info .profile-field .badge.badge-part-time,
.job-tile .job-header .profile-info .job-type .badge.badge-parttime,
.job-tile .job-header .profile-info .job-type .badge.badge-part-time,
.job-tile .job-header .job-info .profile-field .badge.badge-parttime,
.job-tile .job-header .job-info .profile-field .badge.badge-part-time,
.job-tile .job-header .job-info .job-type .badge.badge-parttime,
.job-tile .job-header .job-info .job-type .badge.badge-part-time {
  background-color: #17a2b8;
  color: white;
}
.profile-tile .profile-header .profile-info .profile-field .badge.badge-contract,
.profile-tile .profile-header .profile-info .job-type .badge.badge-contract,
.profile-tile .profile-header .job-info .profile-field .badge.badge-contract,
.profile-tile .profile-header .job-info .job-type .badge.badge-contract,
.profile-tile .job-header .profile-info .profile-field .badge.badge-contract,
.profile-tile .job-header .profile-info .job-type .badge.badge-contract,
.profile-tile .job-header .job-info .profile-field .badge.badge-contract,
.profile-tile .job-header .job-info .job-type .badge.badge-contract,
.job-tile .profile-header .profile-info .profile-field .badge.badge-contract,
.job-tile .profile-header .profile-info .job-type .badge.badge-contract,
.job-tile .profile-header .job-info .profile-field .badge.badge-contract,
.job-tile .profile-header .job-info .job-type .badge.badge-contract,
.job-tile .job-header .profile-info .profile-field .badge.badge-contract,
.job-tile .job-header .profile-info .job-type .badge.badge-contract,
.job-tile .job-header .job-info .profile-field .badge.badge-contract,
.job-tile .job-header .job-info .job-type .badge.badge-contract {
  background-color: #ffc107;
  color: #212529;
}
.profile-tile .profile-header .profile-info .profile-field .badge.badge-freelance,
.profile-tile .profile-header .profile-info .job-type .badge.badge-freelance,
.profile-tile .profile-header .job-info .profile-field .badge.badge-freelance,
.profile-tile .profile-header .job-info .job-type .badge.badge-freelance,
.profile-tile .job-header .profile-info .profile-field .badge.badge-freelance,
.profile-tile .job-header .profile-info .job-type .badge.badge-freelance,
.profile-tile .job-header .job-info .profile-field .badge.badge-freelance,
.profile-tile .job-header .job-info .job-type .badge.badge-freelance,
.job-tile .profile-header .profile-info .profile-field .badge.badge-freelance,
.job-tile .profile-header .profile-info .job-type .badge.badge-freelance,
.job-tile .profile-header .job-info .profile-field .badge.badge-freelance,
.job-tile .profile-header .job-info .job-type .badge.badge-freelance,
.job-tile .job-header .profile-info .profile-field .badge.badge-freelance,
.job-tile .job-header .profile-info .job-type .badge.badge-freelance,
.job-tile .job-header .job-info .profile-field .badge.badge-freelance,
.job-tile .job-header .job-info .job-type .badge.badge-freelance {
  background-color: #6f42c1;
  color: white;
}
.profile-tile .profile-header .profile-info .profile-field .badge.badge-success,
.profile-tile .profile-header .profile-info .job-type .badge.badge-success,
.profile-tile .profile-header .job-info .profile-field .badge.badge-success,
.profile-tile .profile-header .job-info .job-type .badge.badge-success,
.profile-tile .job-header .profile-info .profile-field .badge.badge-success,
.profile-tile .job-header .profile-info .job-type .badge.badge-success,
.profile-tile .job-header .job-info .profile-field .badge.badge-success,
.profile-tile .job-header .job-info .job-type .badge.badge-success,
.job-tile .profile-header .profile-info .profile-field .badge.badge-success,
.job-tile .profile-header .profile-info .job-type .badge.badge-success,
.job-tile .profile-header .job-info .profile-field .badge.badge-success,
.job-tile .profile-header .job-info .job-type .badge.badge-success,
.job-tile .job-header .profile-info .profile-field .badge.badge-success,
.job-tile .job-header .profile-info .job-type .badge.badge-success,
.job-tile .job-header .job-info .profile-field .badge.badge-success,
.job-tile .job-header .job-info .job-type .badge.badge-success {
  background-color: #28a745;
  color: white;
}
.profile-tile .profile-header .profile-info .profile-field .badge.badge-warning,
.profile-tile .profile-header .profile-info .job-type .badge.badge-warning,
.profile-tile .profile-header .job-info .profile-field .badge.badge-warning,
.profile-tile .profile-header .job-info .job-type .badge.badge-warning,
.profile-tile .job-header .profile-info .profile-field .badge.badge-warning,
.profile-tile .job-header .profile-info .job-type .badge.badge-warning,
.profile-tile .job-header .job-info .profile-field .badge.badge-warning,
.profile-tile .job-header .job-info .job-type .badge.badge-warning,
.job-tile .profile-header .profile-info .profile-field .badge.badge-warning,
.job-tile .profile-header .profile-info .job-type .badge.badge-warning,
.job-tile .profile-header .job-info .profile-field .badge.badge-warning,
.job-tile .profile-header .job-info .job-type .badge.badge-warning,
.job-tile .job-header .profile-info .profile-field .badge.badge-warning,
.job-tile .job-header .profile-info .job-type .badge.badge-warning,
.job-tile .job-header .job-info .profile-field .badge.badge-warning,
.job-tile .job-header .job-info .job-type .badge.badge-warning {
  background-color: #ffc107;
  color: #212529;
}
.profile-tile .profile-body,
.profile-tile .job-body,
.job-tile .profile-body,
.job-tile .job-body {
  padding: 0 1.25rem 1.25rem;
}
.profile-tile .profile-body .profile-details,
.profile-tile .profile-body .job-details,
.profile-tile .job-body .profile-details,
.profile-tile .job-body .job-details,
.job-tile .profile-body .profile-details,
.job-tile .profile-body .job-details,
.job-tile .job-body .profile-details,
.job-tile .job-body .job-details {
  margin: 0;
}
.profile-tile .profile-body .job-description,
.profile-tile .job-body .job-description,
.job-tile .profile-body .job-description,
.job-tile .job-body .job-description {
  margin-bottom: 1rem;
}
.profile-tile .profile-body .job-description p,
.profile-tile .job-body .job-description p,
.job-tile .profile-body .job-description p,
.job-tile .job-body .job-description p {
  color: #9f9f9f;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.profile-tile .detail-item,
.job-tile .detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.profile-tile .detail-item i,
.job-tile .detail-item i {
  font-size: 1.1rem;
  color: #fea500;
  margin-right: 0.6rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}
.profile-tile .detail-label,
.job-tile .detail-label {
  font-weight: 500;
  color: #495057;
  margin-right: 0.4rem;
  font-size: 0.9rem;
}
.profile-tile .detail-value,
.job-tile .detail-value {
  color: #2c3e50;
  font-weight: 600;
  font-size: 0.9rem;
}
.profile-tile .profile-footer,
.profile-tile .job-footer,
.job-tile .profile-footer,
.job-tile .job-footer {
  padding: 1rem;
}
.profile-tile .profile-footer .profile-actions,
.profile-tile .profile-footer .job-actions,
.profile-tile .job-footer .profile-actions,
.profile-tile .job-footer .job-actions,
.job-tile .profile-footer .profile-actions,
.job-tile .profile-footer .job-actions,
.job-tile .job-footer .profile-actions,
.job-tile .job-footer .job-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
.profile-tile .profile-footer .btn,
.profile-tile .job-footer .btn,
.job-tile .profile-footer .btn,
.job-tile .job-footer .btn {
  padding: 0.4rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}
.profile-tile .profile-footer .btn-sm,
.profile-tile .job-footer .btn-sm,
.job-tile .profile-footer .btn-sm,
.job-tile .job-footer .btn-sm {
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
}
.profile-tile .profile-footer .btn-edit,
.profile-tile .job-footer .btn-edit,
.job-tile .profile-footer .btn-edit,
.job-tile .job-footer .btn-edit {
  color: #fea500;
  background-color: #4c4c4e;
}
.profile-tile .profile-footer .btn-outline-danger,
.profile-tile .job-footer .btn-outline-danger,
.job-tile .profile-footer .btn-outline-danger,
.job-tile .job-footer .btn-outline-danger {
  background: transparent;
  color: #dc3545;
  border: 1px solid #dc3545;
}
.profile-tile .profile-footer .btn-outline-danger:hover,
.profile-tile .job-footer .btn-outline-danger:hover,
.job-tile .profile-footer .btn-outline-danger:hover,
.job-tile .job-footer .btn-outline-danger:hover {
  color: #fff;
  background: #dc3545;
}

.alert {
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid transparent;
}
.alert .alert-info {
  background: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}
.alert .alert-info h4 {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.alert .alert-info p {
  margin-bottom: 1rem;
}
.alert .btn-outline-secondary {
  background: transparent;
  color: #6c757d;
  border: 1px solid #6c757d;
}
.alert .btn-outline-secondary:hover {
  color: #fff;
  background: #6c757d;
}

.no-profile-message,
.no-jobs-message {
  text-align: center;
  padding: 2rem;
}

@media (max-width: 768px) {
  .profile-header {
    padding: 1.5rem;
  }
  .profile-body {
    padding: 1.5rem;
  }
  .profile-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
  .detail-item {
    margin-bottom: 0.75rem;
  }
}
.job-form-container {
  background: #fff;
  border-radius: 8px;
  padding: 0;
}
.job-form-container .job-posting-form .form-section .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #fea500;
  display: flex;
  align-items: center;
}
.job-form-container .job-posting-form .form-section .section-title::before {
  content: "📝";
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.job-form-container .job-posting-form .form-section .form-label {
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.9rem;
}
.job-form-container .job-posting-form .form-section .form-control:focus {
  border-color: #fea500;
  box-shadow: 0 0 0 0.2rem rgba(254, 165, 0, 0.25);
  outline: none;
}
.job-form-container .job-posting-form .form-section .form-control.is-invalid {
  border-color: #dc3545;
}
.job-form-container .job-posting-form .form-section .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.job-form-container .job-posting-form .form-section .form-text {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.25rem;
  font-style: italic;
}
.job-form-container .job-posting-form .form-section textarea.form-control {
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
}
.job-form-container .job-posting-form .form-section select.form-control {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}
.job-form-container .job-posting-form .form-section input[type=file].form-control {
  padding: 0.5rem 0.75rem;
}
.job-form-container .job-posting-form .form-section input[type=file].form-control::file-selector-button {
  background-color: #fea500;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.375rem 0.75rem;
  margin-right: 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}
.job-form-container .job-posting-form .form-section input[type=file].form-control::file-selector-button:hover {
  background-color: rgb(203, 131.8700787402, 0);
}
.job-form-container .job-posting-form .form-section .current-thumbnail {
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}
.job-form-container .job-posting-form .form-section .current-thumbnail img {
  display: block;
  margin-top: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.job-form-container .job-posting-form .form-actions {
  margin-top: 2rem;
}
.job-form-container .job-posting-form .form-actions .btn {
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 0.95rem;
}
.job-form-container .job-posting-form .form-actions .btn.btn-primary {
  background-color: #fea500;
  color: white;
}
.job-form-container .job-posting-form .form-actions .btn.btn-primary:hover {
  background-color: rgb(203, 131.8700787402, 0);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(254, 165, 0, 0.3);
}
.job-form-container .job-posting-form .form-actions .btn.btn-primary:active {
  transform: translateY(0);
}
.job-form-container .job-posting-form .form-actions .btn.btn-outline-secondary {
  background: transparent;
  color: #6c757d;
  border: 1px solid #6c757d;
}
.job-form-container .job-posting-form .form-actions .btn.btn-outline-secondary:hover {
  background: #6c757d;
  color: white;
}
.job-form-container .job-posting-form .form-actions .btn.btn-block {
  width: 100%;
}

.alert {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  border: 1px solid transparent;
  margin-bottom: 1.5rem;
}
.alert.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.alert.alert-danger h4 {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.alert.alert-danger p {
  margin-bottom: 1rem;
}

.view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f0f0f0;
}

@media (max-width: 991.98px) {
  .job-form-container .job-posting-form .form-section {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .view-header {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .view-header .theme-btn {
    justify-content: center;
  }
  .job-form-container .job-posting-form .form-section {
    padding: 1rem;
  }
  .job-form-container .job-posting-form .form-section .section-title {
    font-size: 1.1rem;
  }
  .job-form-container .job-posting-form .form-actions .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .job-form-container {
    margin: 0 -15px;
    border-radius: 0;
  }
  .job-form-container .job-posting-form .form-section {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.content-body ul {
  display: block;
  line-height: 2;
  border-radius: 8px;
  margin: 45px 0 50px;
}

.form-wrap {
  border-radius: 8px;
  margin: 10px auto 92px;
  padding: 58px 70px 10px;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
}
.form-wrap h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.form-wrap .wpcf7-submit.theme-btn {
  display: block;
  padding: 12px 30px;
  margin: 32px auto 0;
}

.paddding-15 {
  padding: 0 15px;
}

.page-container {
  padding-bottom: 100px;
}
.page-container .page-content h4 {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin: 40px 0 5px;
}
.page-container .page-content strong {
  font-weight: 600;
}

.page-template-page-about .about-hero {
  background-color: #f8f9fa;
  padding: 80px 0;
}
.page-template-page-about .content-wrap {
  padding-bottom: 92px;
}
.page-template-page-about .content-wrap .content-col {
  padding-right: 30px;
}
.page-template-page-about .content-wrap .content-col h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-template-page-about .content-wrap .content-col p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}
.page-template-page-about .content-wrap .content-col .detail-text {
  margin-bottom: 25px;
}
.page-template-page-about .featured-list-section {
  padding-top: 70px;
  padding-bottom: 58px;
}
.page-template-page-about .offer-card {
  padding: 35px 35px 25px;
  border: 1px solid #e9ecef;
}
.page-template-page-about .offer-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
.page-template-page-about .offer-card h3 {
  color: #4c4c4e;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-page-about .offer-card h3 .bi::before {
  color: #fea500;
}
.page-template-page-about .offer-card ul li {
  line-height: 1.6;
}
.page-template-page-about .column-two-section {
  margin-bottom: 100px;
}
.page-template-page-about .company-overview {
  text-align: center;
  border: 2px dotted #fea500;
}
.page-template-page-about .company-overview h5 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .about-hero {
    padding: 50px 0;
  }
}
.page-template-page-faqs .accordion-item {
  margin-bottom: 10px;
}
.page-template-page-faqs .accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
}
.page-template-page-faqs .content-body ul {
  margin: 5px 0 5px;
}
.page-template-page-faqs .accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 500;
  background: rgba(254, 165, 0, 0.1019607843);
}
.page-template-page-faqs .accordion-button:focus {
  box-shadow: none;
}
.page-template-page-faqs .theme-btn {
  padding: 12px 18px;
}
.page-template-page-faqs .faq-contact-section {
  margin-bottom: 80px;
}

.page-template-page-contact .info-col {
  padding: 0px 15px 0px 15px;
}
.page-template-page-contact .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact .info-col p {
  font-size: 18px;
}
.page-template-page-contact .info-col form.contact-form {
  display: block;
}
.page-template-page-contact .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact .contact .section-header h5 {
  color: #fea500;
  font-size: 14px;
  background: rgba(255, 105, 0, 0.0588235294);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.page-template-page-contact .contact-box-section {
  padding: 50px 15px 100px;
}
.page-template-page-contact .contact-box-section .contact-box {
  height: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  background: rgba(254, 165, 0, 0.1);
}
.page-template-page-contact .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #fea500;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact .contact-box-section .contact-box i.chat-icon {
  background-image: url(../images/live-chat.png);
}
.page-template-page-contact .contact-box-section .contact-box i.map-icon {
  background-image: url(../images/address.png);
}
.page-template-page-contact .contact-box-section .contact-box i.phone-icon {
  background-image: url(../images/phone-call.png);
}
.page-template-page-contact .contact-box-section .contact-box a {
  color: #000;
  display: block;
  text-decoration: none;
}
.page-template-page-contact .contact-form-section .form-control {
  font-size: 14px;
  padding: 12px 12px;
}
.page-template-page-contact .contact-form-section .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.page-template-page-contact .section-head .section-title {
  margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
  .page-template-page-contac-us .info-col {
    padding: 0px 10px 0px 15px;
  }
  .page-template-page-contac-us .contact-box-section {
    padding: 70px 15px 50px;
  }
  .page-template-page-contac-us .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contac-us .contact-box-section .box-box i {
    float: left;
    margin: 0 15px 50px 0;
  }
  .page-template-page-contac-us .contact-box-section .box-box .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}
.blog .section-title, .single-post .section-title {
  margin-bottom: 10px;
}
.blog .blog-image, .single-post .blog-image {
  margin: 10px auto 40px;
}
.blog .blog-image img, .single-post .blog-image img {
  width: 100%;
  border-radius: 10px;
}
.blog .featured-post-section .section-title, .single-post .featured-post-section .section-title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 50px 0 25px;
}
.blog .post-section, .single-post .post-section {
  font-weight: 300;
  line-height: 1.85;
}
.blog .post-section strong, .single-post .post-section strong {
  font-weight: 600;
}
.blog .post-list, .single-post .post-list {
  padding-bottom: 75px;
}
.blog .post-block, .single-post .post-block {
  border: 1px solid #f3f3f3;
}

@media (max-width: 991.98px) {
  .country-map-card {
    margin-bottom: 25px;
  }
}
