/*!
Theme Name: Uptra
Theme URI: https://www.webskitters.com/
Author: Webskitters
Author URI: https://www.webskitters.com/
Description: Award-Winning Web Design & Development Company - Webskitters
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uptra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Uptra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
  font-family: "Chillax-Variable";
  src: url("./fonts/Chillax-Variable.woff2") format("woff2"),
    url("./fonts/Chillax-Variable.woff") format("woff"),
    url("./fonts/Chillax-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Chillax-Extralight";
  src: url("./fonts/Chillax-Extralight.woff2") format("woff2"),
    url("./fonts/Chillax-Extralight.woff") format("woff"),
    url("./fonts/Chillax-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Chillax-Light";
  src: url("./fonts/Chillax-Light.woff2") format("woff2"),
    url("./fonts/Chillax-Light.woff") format("woff"),
    url("./fonts/Chillax-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Chillax-Regular";
  src: url("./fonts/Chillax-Regular.woff2") format("woff2"),
    url("./fonts/Chillax-Regular.woff") format("woff"),
    url("./fonts/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Chillax-Medium";
  src: url("./fonts/Chillax-Medium.woff2") format("woff2"),
    url("./fonts/Chillax-Medium.woff") format("woff"),
    url("./fonts/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Chillax-Semibold";
  src: url("./fonts/Chillax-Semibold.woff2") format("woff2"),
    url("./fonts/Chillax-Semibold.woff") format("woff"),
    url("./fonts/Chillax-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Chillax-Bold";
  src: url("./fonts/Chillax-Bold.woff2") format("woff2"),
    url("./fonts/Chillax-Bold.woff") format("woff"),
    url("./fonts/Chillax-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* font-family: 'Chillax-Variable'; */

/* ---- DEFAULT START ---- */

:root {
  --body-font: "Chillax-Variable";

  --primary-color: #3f543e;
  --content-color: #121212;
  --border-color: #f1f1f1;
  --input-border: #e4e4e4;

  --white-color: #ffffff;
  --black-color: #000000;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-style: normal;
  color: var(--content-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--white-color);
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 16px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.title-h1 {
  font-weight: 500;
  font-size: 70px;
}

h2,
.title-h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}

h3,
.title-h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
}

/* h4,
.title-h4 {
    font-size: 32px;
}

h5,
.title-h5 {
    font-size: 24px;
}


h6,
.title-h6 {
    font-size: 22px;
} */

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--content-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
}

/* ====== My Account Update (CSS) ====== */

.woocommerce-orders .account-orders-table tbody .woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.woocommerce-cart .cmn-gap {
  height: 520px;
}

/* ====== My Account Update (CSS) ====== */


label {
  margin-bottom: 16px;
}

input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  background-color: transparent;
  color: var(--content-color);
  border: 1px solid var(--input-border);
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
}

textarea {
  width: 100%;
  height: 158px;
  padding: 30px;
  background-color: transparent;
  color: var(--content-color);
  border: 1px solid var(--input-border);
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select {
  width: 100%;
  padding: 0 30px;
  padding-right: 50px;
  background: url(./images/caret-down.svg) no-repeat calc(100% - 30px) center transparent;
  background-size: 12px;
  color: var(--content-color);
  border: 1px solid var(--input-border);
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.submit-wpr {
  margin-top: 20px;
}

input[type="submit"] {
  height: 62px;
  padding-left: 35px;
  padding-right: 66px;
  background: url(./images/rt-arrow-wh.svg) no-repeat calc(100% - 35px) center transparent;
  background-size: 20px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: var(--content-color);
}

::-webkit-input-placeholder {
  opacity: 1;
  color: var(--black-color);
}

:-ms-input-placeholder {
  opacity: 1;
  color: var(--black-color);
}

::-moz-placeholder {
  opacity: 1;
  color: var(--black-color);
}

:-moz-placeholder {
  opacity: 1;
  color: var(--black-color);
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */
.form_input_check {
  margin-bottom: 16px;
}

.form_input_check:last-child {
  margin-bottom: 0;
}

.form_input_check label {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding-left: 30px;
  margin: 0;
  cursor: pointer;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(./images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form_input_check input[type="checkbox"]:checked+span {
  color: var(--primary-color);
}

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--black-color) 000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* BUTTONS START */

.cmn-btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -5px 0;
}

.cmn-btn-grp .cmn-btn-col {
  padding: 5px 5px 0;
}

.cmn-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid transparent;
  padding: 22px 34px;
  background: var(--primary-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* white-space: nowrap; */
}

.cmn-btn.cmn-btn-white {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.cmn-btn.cmn-btn-white:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.cmn-btn.cmn-btn-white:hover i {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(407%) hue-rotate(321deg) brightness(115%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(407%) hue-rotate(321deg) brightness(115%) contrast(93%);
}

.cmn-btn i {
  max-width: 24px;
  margin-left: 14px;
  line-height: 0;
  display: inline-block;
}

/* Rectangle 5 */

.cmn-btn:hover {
  background: var(--content-color);
  color: var(--white-color);
}

.cmn-btn.cmn-btn-secondary {
  background: var(--content-color);
}

.btn-lft-icon {
  margin-right: 10px;
}

.btn-rgt-icon {
  margin-left: 10px;
}

.cmn-btn.cmn-btn-secondary:hover {
  background: var(--primary-color);
}

/* BUTTONS END */

/* sec gap start */

.cmn-gap-sm {
  padding: 80px 0;
}

.cmn-gap {
  padding: 70px 0px;
}

.cmn-gap-lg {
  padding: 120px 0;
}

/* sec gap end */

/* cmn-img-ratio start */
.cmn-img-ratio {
  position: relative;
  padding-top: 78%;
  z-index: 1;
}

.cmn-img-ratio img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

/* cmn-img-ratio end */

/* sec head start */
.cmn-sec-head {
  margin-bottom: 40px;
}

.cmn-sec-head h2 {
  margin-bottom: 16px;
}

.cmn-sec-head h2:last-child {
  margin-bottom: 0;
}

/* sec head end */

.inr-bnr-sec {}

.inr-bnr-wpr {
  min-height: 522px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 100px 0;
}

.inr-bnr-sec .inr-bnr-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.inr-bnr-sec .inr-bnr-bg img,
.inr-bnr-sec .inr-bnr-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.inr-bnr-sec .inr-bnr-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(0, 7, 0, 0.1)),
      color-stop(92.52%, rgba(0, 7, 0, 0.8)));
  background: -o-linear-gradient(right,
      rgba(0, 7, 0, 0.1) 0%,
      rgba(0, 7, 0, 0.8) 92.52%);
  background: linear-gradient(270deg,
      rgba(0, 7, 0, 0.1) 0%,
      rgba(0, 7, 0, 0.8) 92.52%);
  pointer-events: none;
}

/* Rectangle 34624245 */

.inr-bnr-sec .inr-bnr-cntnt {
  position: relative;
}

.inr-bnr-sec .inr-bnr-cntnt h1 {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 16px;
}

.inr-bnr-sec .inr-bnr-cntnt h1:last-child {
  margin-bottom: 0;
}

.inr-bnr-sec .inr-bnr-cntnt p {
  color: var(--white-color);
  margin-bottom: 30px;
}

.inr-bnr-sec .inr-bnr-cntnt p:last-child {
  margin-bottom: 0;
}

.inr-bnr-sec.text-center .cmn-btn-grp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-lg {
  max-width: 1920px;
  padding: 0 50px;
}

.container-lg {
  max-width: 1920px;
  padding: 0 50px;
}

/* ---- DEFAULT END ---- */

/* =============== HEADER START =============== */

.main-head {
  /* position: fixed; */
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
}

.main-head.fixed {
  background: var(--white-color);
  -webkit-box-shadow: rgb(0 0 0 / 19%) 0px 10px 22px -15px;
  box-shadow: rgb(0 0 0 / 19%) 0px 10px 22px -15px;
}

.main-head .navbar {
  padding: 0;
}

.secondary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-login-btn-wpr {
  margin-left: 12px;
  position: relative;
}

.header-client-dropdown {
  position: absolute;
  width: 100%;
  left: -20px;
  top: calc(100% + 35px);
  z-index: 3;
  background: var(--white-color);
  border-radius: 20px;
  padding: 15px 24px 15px 17px;
  min-width: 160px;
  display: none;
}

.show-dropdown .header-client-dropdown {
  display: block;
}

.header-client-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.header-client-dropdown ul li {
  color: var(--primary-color);
  margin-bottom: 2px;
}

.header-client-dropdown ul li i {
  display: inline-block;
  line-height: 0;
  max-width: 17px;
  margin-left: 12px;
}

.header-client-dropdown ul li a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-client-dropdown ul li a:hover {
  color: var(--content-color);
}

.header-login-btn {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  position: relative;
  min-width: 160px;
  padding-left: 62px;
  /* padding: 18px 32px; */
}

.cmn-btn.header-login-btn i {
  margin: 0;
}

.header-login-btn i {
  margin-left: 0;
  display: inline-block;
  line-height: 0;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-login-btn i img {
  max-width: 24px;
  margin: 0;
}

.header-login-btn .login-select-icon {
  margin-left: 6px;
  max-width: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-login-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header-login-btn .profile-img {
  left: 12px;
  max-width: none;
}

.header-login-btn .profile-img img {
  -webkit-filter: none;
  filter: none;
  max-width: 42px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 74px;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.navbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
  line-height: 1;
}

.navbar-nav li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  color: var(--content-color);
  text-transform: capitalize;
}

.navbar-nav>li {
  margin: 0 18px;
  padding: 0;
  position: relative;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li.menu-item-has-children {
  padding-right: 24px;
}

.navbar-nav .clickD {
  content: "";
  background: url(./images/caret-down-Icon.png) no-repeat center / 17px;
  width: 18px;
  height: 18px;
  right: 0;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  top: 0;
  position: absolute;
}

.navbar-nav>li.menu-item-has-children li.menu-item-has-children .clickD {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: var(--primary-color);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 12px;
}

/* navbar submenu*/
.navbar-nav>.menu-item-has-children>.sub-menu::before {
  content: "";
  width: 100%;
  height: 20px;
  background: transparent;
  position: absolute;
  top: -20px;
  left: 0;
}

.sub-menu {
  background-color: white;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 1000;
  display: none;
  border-radius: 0;
  width: 200px;
  padding: 15px;
  border-radius: 4px;
  -webkit-box-shadow: var(--primary-color) 0px 2px 6px;
  box-shadow: var(--primary-color) 0px 2px 6px;
}

.sub-menu>li>a {
  color: var(--content-color);
  display: block;
  width: 100%;
  padding: 0;
  font-size: 16px;
}

.sub-menu>li {
  margin-bottom: 16px;
}

.sub-menu>li:last-child {
  margin-bottom: 0;
}

.sub-menu>li>a:hover {
  color: var(--primary-color);
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li>a {
  background: var(--primary-color-light);
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */

.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* ---- HEADER END  ---- */

/* ---- FOOTER START ---- */

/* ---- FOOTER END ---- */

/* ---- MAIN STYLE STARRT  ----*/
.cmn-radius-20 {
  border-radius: 20px;
}

.cmn-hmr-hd {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.cmn-hmr-hd i {
  display: inline-block;
  line-height: 0;
  margin-left: 10px;
}

.cmn-hmr-hd i img {
  max-width: 30px;
}

.cmn-hmr-hd.white-color {
  color: var(--white-color);
}

.cmn-hmr-hd.white-color img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.hm-bnr-sec {
  position: relative;
}

.hm-bnr-slider-outer {
  position: relative;
  overflow: hidden;
}

.hm-bnr-slider-outer .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hm-bnr-img img {
  border-radius: 30px;
}

.hm-bnr-img {
  width: 100%;
}

/* .hm-bnr-slider-outer .slick-slide {
  height: inherit;
} */

/* .hm-bnr-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;

    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;

    background: #00000061;

} */
/* .hire-btn {
  position: absolute;
  bottom: 149px;
  right: 118px;
  z-index: 1;
} */

.hm-bnr-img img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
  object-fit: cover; */
}

/* .hm-bnr-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 810px;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000700),
    color-stop(92.52%, rgba(0, 7, 0, 0))
  );
  background: -o-linear-gradient(left, #000700 0%, rgba(0, 7, 0, 0) 92.52%);
  background: linear-gradient(90deg, #000700 0%, rgba(0, 7, 0, 0) 92.52%);
} */

.hm-bnr-content {
  position: relative;
  max-width: 660px;
}

.hm-bnr-content .title-h1,
.hm-bnr-content h1 {
  margin-bottom: 25px;
}

.hm-bnr-content * {
  color: var(--white-color);
}

.hm-bnr-content p {
  max-width: 590px;
  margin-bottom: 26px;
}

.hm-bnr-content .cmn-hmr-hd {
  margin-bottom: 10px;
}

.hm-bnr-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: calc(100% - 74px);
  pointer-events: none;
}

.hm-bnr-nav .slick-arrow {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
}

.hm-bnr-nav .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.hm-bnr-nav .slick-arrow:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

/* .hm-bnr-nav .slick-arrow:hover img {
    filter: brightness(0) invert(1);
} */

.hm-bnr-nav .slick-arrow.slick-nav-prev {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.hm-bnr-nav .slick-arrow img {
  width: 26px;
}

/* ---- */
.img-content-blk-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.img-content-blk-row .img-blk-wpr .img-blk-lg {
  width: calc(60% - 22px);
}

.img-content-blk-row .img-blk-wpr .img-blk-sm {
  width: 40%;
}

.img-content-blk-row:last-child {
  margin-bottom: 0;
}

.img-content-blk-row .img-blk-wpr {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-content-blk-row .img-blk-wpr img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.img-content-blk-row .content-blk-wpr {
  width: 51%;
  padding-left: 68px;
}

.img-content-blk-row .content-blk-wpr .cmn-btn-wpr {
  margin-top: 30px;
}

.img-content-blk-row.img-content-blk-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.img-content-blk-row.img-content-blk-row-rev .content-blk-wpr {
  padding-left: 0;
  padding-right: 68px;
}

.hm-abt-sec .content-blk-wpr {
  max-width: 563px;
}

.hm-testimonials-sec .cmn-sec-head i:first-child {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  margin-right: 10px;
  margin-left: 0;
}

/* =============== */

.clint-bx .clint-img {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.clint-bx .clint-img figure {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clint-bx.slick-center .clint-img figure {
  /* border: 9px solid #fff; */
}

.clint-bx.nextdiv .clint-img {
  -webkit-transform: scale(0.7) translateX(15px);
  -ms-transform: scale(0.7) translateX(15px);
  transform: scale(0.7) translateX(15px);
  opacity: 0.8;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.clint-bx.prevdiv .clint-img {
  -webkit-transform: scale(0.7) translateX(-15px);
  -ms-transform: scale(0.7) translateX(-15px);
  transform: scale(0.7) translateX(-15px);
  opacity: 0.8;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.clint-bx.slick-current.slick-center .clint-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.clint-bx .clint-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.client_img_sldr {
  max-width: 578px;
  margin: 0 auto;
}

.client_txt_slider_wpr {
  text-align: center;
  /* max-width: 786px; */
  margin: 0 auto;
  position: relative;
}

.client_txt_slider_wpr p {
  margin-bottom: 24px;
}

.client_txt_slider_wpr h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--primary-color);
}

.client_txt_slider_wpr span {
  font-weight: 500;
  font-size: 13px;
}

.client_sec_main {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 786px;
  padding: 40px 0;
}

.client_sec_main-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hm-testimonials-nav {
  position: absolute;
  max-width: 1138px;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hm-testimonials-nav .slick-arrow {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 44px #c5cbc5;
  box-shadow: 0px 4px 44px #c5cbc5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hm-testimonials-nav .slick-arrow:hover {
  background: var(--primary-color);
}

.hm-testimonials-nav .slick-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.hm-testimonials-nav .slick-arrow.slick-nav-prev {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.hm-testimonials-outer {
  position: relative;
}

/*--puja-purkait---*/

/*---service css start----*/
.sub-heading {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
}

.sub-heading i {
  margin-left: 5px;
}

.services-sec {
  position: relative;
}

.services-top-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-top-part p {
  max-width: 461px;
}

.service-box {
  background-color: var(--white-color);
  padding: 25px 25px 39px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-pic-part {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 18px;
  position: relative;
  padding-top: 61%;
}

.service-pic-part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.service-text-part i {
  margin-bottom: 14px;
  display: block;
}

.service-box:hover {
  background-color: var(--primary-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-box:hover h3 {
  color: var(--white-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-box:hover p {
  color: var(--white-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-box:hover i {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(407%) hue-rotate(321deg) brightness(115%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(407%) hue-rotate(321deg) brightness(115%) contrast(93%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-items {
  padding: 15px;
}

.service-slider-wpr {
  margin: -15px;
}

.services-slider-outer {
  position: relative;
}

.service-slide-awr {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white-color);
  width: 68px;
  height: 68px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border: 0;
  outline: 0;
}

.service-slide-awr:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(28%) saturate(462%) hue-rotate(69deg) brightness(95%) contrast(83%);
  filter: brightness(0) saturate(100%) invert(26%) sepia(28%) saturate(462%) hue-rotate(69deg) brightness(95%) contrast(83%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-slide-prev {
  left: -94px;
}

.service-slide-next {
  right: -94px;
}

.service-btn-wpr {
  margin-top: 35px;
  text-align: center;
}

/* ---- solution start  ---- */
.solution-wpr-outer {
  background-color: var(--primary-color);
  border-radius: 20px;
  padding: 71px 0;
}

.solution-wpr .sub-heading {
  color: var(--white-color);
}

.solution-left-part {
  max-width: 472px;
}

.solution-left-part h2 {
  color: var(--white-color);
}

.solution-right-part p {
  color: var(--white-color);
}

.solution-right-part {
  max-width: 461px;
}

.solution-inr-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ---- solution end  ---- */
/* ---- FOOTER START ---- */
.footer-sec {
  padding: 85px 0 50px;
}

.footer-sec .current-menu-item a {
  color: var(--primary-color);
}

.footer-logo {
  display: block;
  max-width: 82px;
  margin-bottom: 16px;
}

.footer-logo img {
  width: 100%;
}

.footer-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: var(--content-color);
  text-transform: capitalize;
  padding-bottom: 17px;
  display: block;
  margin-bottom: 20px;
}

.footer-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background-color: var(--primary-color);
}

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

.footer-column li:not(:last-child) {
  margin-bottom: 9px;
}

.footer-top-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 68px;
  margin: 0 -12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-logo-column {
  max-width: 297px;
}

.footer-column:first-child {
  padding: 0 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-column:nth-child(2) {
  padding: 0 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-column:nth-child(3) {
  padding: 0 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-column:nth-child(4) {
  padding: 0 12px;
}

.social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-column.social-icon li:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 0;
}

.social-icon a {
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
}

.footer-column a:hover {
  color: var(--primary-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.social-icon a:hover {
  background-color: var(--primary-color);
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.social-icon a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(407%) hue-rotate(321deg) brightness(115%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(407%) hue-rotate(321deg) brightness(115%) contrast(93%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.footer-bottom-part {
  background-color: #f3f3f3;
  text-align: center;
  padding: 12px 0;
  border-radius: 10px;
}

.footer-bottom-part a:hover {
  color: var(--primary-color);
}

/* ---- FOOTER END ---- */

/*----puja-purkait----*/
.light-bg {
  background-color: #fafafa;
}

.pricing-card-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricing-card {
  -webkit-box-shadow: 0px 4px 25px 7px rgba(207, 207, 207, 0.25);
  box-shadow: 0px 4px 25px 7px rgba(207, 207, 207, 0.25);
  border-radius: 10px;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 27px 25px 23px;
}

.pricing-card-hd {
  text-align: center;
  margin-bottom: 12px;
}

.pricing-card-hd h3 {
  padding: 6px 30px;
  border: 1px solid var(--content-color);
  display: inline-block;
  font-size: 24px;
  border-radius: 10px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-card-price {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  color: var(--primary-color);
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-card-price span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-card-body {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 40px;
}

.pricing-card-body ul {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.pricing-card-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-card-body ul li:last-child {
  margin-bottom: 0;
}

.pricing-card-body ul li i {
  display: inline-block;
  line-height: 0;
  margin-right: 12px;
  position: relative;
  top: 4px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.pricing-card-body ul li img {
  max-width: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-card-ft {
  margin-top: auto;
  padding: 18px 20px;
  text-align: center;
  border: 1px solid var(--primary-color);
  background: var(--white-color);
  border-radius: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-card:hover,
.pricing-card.active {
  background: var(--primary-color);
}

.pricing-card:hover *,
.pricing-card.active * {
  color: var(--white-color);
}

.pricing-card:hover .price-tick-icon img,
.pricing-card.active .price-tick-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.pricing-card:hover .pricing-card-body,
.pricing-card.active .pricing-card-body {
  padding-bottom: 90px;
}

.pricing-card:hover h3,
.pricing-card.active h3 {
  border-color: var(--white-color);
}

.pricing-card:hover .pricing-card-ft,
.pricing-card.active .pricing-card-ft {
  color: var(--primary-color);
}

.cmn-filter-search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin: -10px -10px 0; */
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.cmn-filter-search-col,
.cmn-filter-search-col {
  padding: 10px 10px 0;
}

.cmn-filter-select select {
  min-width: 151px;
  -webkit-box-shadow: 0px 20px 40px rgba(88, 88, 88, 0.15);
  box-shadow: 0px 20px 40px rgba(88, 88, 88, 0.15);
  border-radius: 10px;
  background-color: var(--white-color);
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  padding: 0 35px 0 20px;
  background: url(./images/caret-down.svg) no-repeat calc(100% - 20px) center transparent;
  field-sizing: content;
  width: auto;
}

.job-list-search {
  max-width: 344px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* margin-left: auto; */
}

.job-list-search input[type="search"] {
  background: var(--white-color);
  -webkit-box-shadow: 0px 20px 40px rgba(88, 88, 88, 0.15);
  box-shadow: 0px 20px 40px rgba(88, 88, 88, 0.15);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 65px;
  border: 0;
}

.job-list-search input[type="search"]::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--content-color);
  text-transform: capitalize;
}

.job-list-search input[type="search"]::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--content-color);
  text-transform: capitalize;
}

.job-list-search input[type="search"]:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--content-color);
  text-transform: capitalize;
}

.job-list-search input[type="search"]::-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--content-color);
  text-transform: capitalize;
}

.job-list-search input[type="search"]::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--content-color);
  text-transform: capitalize;
}

.job-list-search input[type="submit"] {
  font-size: 0;
  width: 52px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: calc(100% - 24px);
  border-radius: 5px;
  background-image: url(./images/icon-search.svg);
  background-position: center;
  background-size: 24px;
}

.cmn-tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid #f1f1f1;
  border-radius: 24px;
  color: var(--primary-color);
  display: inline-block;
  padding: 9px 19px;
}

.cmn-tag span {
  font-size: 16px;
  color: var(--content-color);
  margin-right: 6px;
  display: inline-block;
}

.job-card {
  padding: 41px 40px;
  -webkit-box-shadow: 0px 20px 40px rgba(88, 88, 88, 0.15);
  box-shadow: 0px 20px 40px rgba(88, 88, 88, 0.15);
  border-radius: 20px;
  background: var(--white-color);
  margin-bottom: 30px;
}

.job-card .job-card-bd p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--primary-color);
  display: inline-block;
  padding: 9px 0;
}

.job-card:last-child {
  margin-bottom: 0;
}

.cmn-filter-search-form {
  margin-bottom: 42px;
}

.job-card-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -12px 0;
  margin-bottom: 40px;
}

.job-card-hd-lt,
.job-card-hd-rt {
  padding: 12px 12px 0;
}

.cmn-btn.cmn-btn-sm {
  min-width: 112px;
  padding: 14px 26px;
}

.border-btn {
  border-color: var(--primary-color);
  background: var(--white-color);
  color: var(--primary-color);
}

.job-card .cmn-btn-grp {
  margin: -5px -7px 0;
}

.job-card .cmn-btn-col {
  padding: 5px 7px 0;
}

.job-card .cmn-btn {
  font-weight: 600;
}

.job-card .cmn-btn.border-btn {
  font-weight: 500;
}

.type-of-service {
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.h3-lg {
  font-size: 30px;
}

.job-card h3 {
  margin-bottom: 28px;
}

/*----21.05.25-p.p----*/

/*======about-us-page======*/

/*---our-service css start----*/

.our-service-box {
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  padding: 21px 20px 25px;
  height: 100%;
}

.our-service-pic-part {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  padding-top: 57%;
  margin-bottom: 17px;
}

.our-service-pic-part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.our-service-box:hover .our-service-pic-part img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.our-service-items {
  padding: 15px;
}

.our-service-slider-wpr {
  margin: -15px;
}

.our-service-slider-outer {
  position: relative;
}

.cmn-sld-awr {
  position: absolute;
  top: 50%;
  border: 0;
  outline: 0;
  background-color: transparent;
  border: 1px solid #121212;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.our-service-slide-prev {
  right: -92px;
}

.our-service-slide-next {
  left: -92px;
}

.cmn-sld-awr:hover {
  border: 1px solid var(--primary-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cmn-sld-awr:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(4%) saturate(2689%) hue-rotate(69deg) brightness(97%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(29%) sepia(4%) saturate(2689%) hue-rotate(69deg) brightness(97%) contrast(90%);
}

/*---our-service css end----*/

/*---mission-part css start----*/
.mission-right-part {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}

.mision-inr-part {
  --bs-gutter-x: 66px;
  --bs-gutter-y: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*---mission-part css end----*/

/*---video-sec css start----*/
.video-wpr {
  position: relative;
  width: 100%;
  padding-top: 42.2%;
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-thumbnail-wpr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-sec-outer {
  padding-bottom: 0;
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--primary-color);
  width: 90px;
  height: 90px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: wave 0.5s linear infinite;
  animation: wave 0.5s linear infinite;
}

@-webkit-keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 84, 62, 0.4),
      0 0 0 2px rgba(63, 84, 62, 0.4), 0 0 0 15px rgba(63, 84, 62, 0.4);
    box-shadow: 0 0 0 0 rgba(63, 84, 62, 0.4), 0 0 0 2px rgba(63, 84, 62, 0.4),
      0 0 0 15px rgba(63, 84, 62, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(63, 84, 62, 0.4),
      0 0 0 15px rgba(63, 84, 62, 0.4), 0 0 0 30px rgba(11, 165, 255, 0);
    box-shadow: 0 0 0 2px rgba(63, 84, 62, 0.4),
      0 0 0 15px rgba(63, 84, 62, 0.4), 0 0 0 30px rgba(11, 165, 255, 0);
  }
}

@keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 84, 62, 0.4),
      0 0 0 2px rgba(63, 84, 62, 0.4), 0 0 0 15px rgba(63, 84, 62, 0.4);
    box-shadow: 0 0 0 0 rgba(63, 84, 62, 0.4), 0 0 0 2px rgba(63, 84, 62, 0.4),
      0 0 0 15px rgba(63, 84, 62, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(63, 84, 62, 0.4),
      0 0 0 15px rgba(63, 84, 62, 0.4), 0 0 0 30px rgba(11, 165, 255, 0);
    box-shadow: 0 0 0 2px rgba(63, 84, 62, 0.4),
      0 0 0 15px rgba(63, 84, 62, 0.4), 0 0 0 30px rgba(11, 165, 255, 0);
  }
}

.video-wpr.video-playing .video-thumbnail-wpr {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*---video-sec css end----*/

/*----21.05.25-p.p----*/

/*====contact-us======*/
.get-in-touch-top-part {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 24px;
}

.contact-box {
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  padding: 50px 20px 56px;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.contact-box p {
  max-width: 295px;
  margin: 0 auto;
}

.contact-box i {
  display: block;
  margin-bottom: 17px;
}

.contact-box i img {
  max-height: 59px;
}

.contact-box:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.get-in-touch-bottom-part {
  padding-top: 100px;
}

.get-in-touch-bottom-part .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 24px;
}

.get-in-touch-left-part {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.get-in-touch-left-part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.get-in-touch-right-part {
  border-radius: 20px;
  -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 23px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  padding: 36px 40px 41px;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
  height: 61px;
  padding: 0 23px;
  border-radius: 5px;
  display: block;
}

.form-group:not(:last-child) {
  margin-bottom: 21px;
}

.form-group textarea {
  height: 138px;
  padding: 25px 23px;
  border-radius: 5px;
  display: block;
  resize: none;
}

/*=====find-your-job=====*/
.post-job-inr-part {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  padding: 57px 58px;
}

.form-part {
  /* margin-bottom: 30px; */
}

.job-post-form input[type="text"],
.job-post-form input[type="tel"],
.job-post-form input[type="search"],
.job-post-form input[type="password"],
.job-post-form input[type="email"],
.job-post-form input[type="number"],
.job-post-form select {
  padding: 0 20px;
}

.job-post-form select {
  padding-right: 40px;
  background: url(./images/caret-down.svg) no-repeat calc(100% - 20px) center transparent;
  background-size: 14px;
}

.job-post-form label {
  margin-bottom: 0;
  padding: 4px 8px;
  background: white;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.job-post-form .cmn-input-wpr.active label {
  top: 0;
}

.job-post-form .cmn-input-wpr input:focus+label {
  top: 0;
}

.job-post-form .cmn-input-wpr input:not([type="submit"]):focus,
.job-post-form .cmn-input-wpr select:focus,
.job-post-form .cmn-input-wpr.active input:not([type="submit"]),
.job-post-form .cmn-input-wpr.active select {
  border-color: var(--primary-color);
}

.job-post-form {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.job-post-form .cmn-input-wpr {
  position: relative;
}

.job-post-submit-btn {
  text-align: center;
  margin-top: 60px;
}

.freelancers-find-job-sec .cmn-sec-head {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.header-mobile-btn {
  text-align: center;
  padding: 0 20px;
  display: none;
}

.subscribe-freelancer-sec .cmn-sec-head {
  max-width: 1212px;
}

.cmn-tag-solid {
  background: var(--primary-color);
}

.cmn-tag-solid span {
  color: var(--white-color);
}

.job-details-card {
  padding: 30px 33px 44px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 4.76888px 61.9955px rgba(39, 104, 140, 0.12);
  box-shadow: 0px 4.76888px 61.9955px rgba(39, 104, 140, 0.12);
  border-radius: 10px;
  margin-bottom: 72px;
}

.job-details-card-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -12px -12px 18px;
}

.job-details-card-hd-outer {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ecf0f3;
}

.job-details-hd-lt h3 {
  margin-bottom: 5px;
}

.job-details-hd-lt .type-of-service {
  margin-bottom: 0;
}

.job-details-hd-lt,
.job-details-hd-rt {
  padding: 12px 12px 0;
}

.job-details-hd-rt .cmn-btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -8px 0;
}

.job-details-hd-rt .cmn-btn-col {
  padding: 5px 8px 0;
}

.job-details-meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-details-meta li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-details-meta li:after {
  content: "";
  width: 1px;
  height: 14px;
  background: var(--primary-color);
  display: inline-block;
  margin: 0 14px;
}

.job-details-meta li:last-child::after {
  display: none;
}

.job-details-meta li i {
  display: block;
  line-height: 0;
  margin-right: 10px;
}

.job-details-meta li i img {
  max-width: 18px;
}

.job-details-bd {
  /* padding-bottom: 26px;
  border-bottom: 1px solid #ecf0f3;
  margin-bottom: 27px; */
}

.job-details-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -12px -12px 0;
}

.job-details-ft-lt,
.job-details-ft-rt {
  padding: 12px 12px 0;
}

.job-details-ft-lt p {
  font-size: 14px;
}

.job-details-ft-lt p strong {
  font-weight: 600;
}

.job-detail-btn {
  border: 1px solid #f1f1f1;
  padding: 4px 30px 4px 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--primary-color);
  border-radius: 44px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white-color);
  min-width: 170px;
}

.job-detail-btn:hover {
  background: var(--content-color);
  color: var(--white-color);
  border-color: transparent;
}

.job-detail-btn i {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  background: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.job-detail-btn i img {
  max-width: 14px;
}

.contact-mail-btn {
  border-color: var(--primary-color);
  background: var(--white-color);
  color: var(--primary-color);
}

.contact-mail-btn i {
  border-color: var(--primary-color);
  background: var(--primary-color);
}

.contact-mail-btn i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.contact-mail-btn:hover i {
  background: var(--white-color);
}

.contact-mail-btn:hover i img {
  -webkit-filter: none;
  filter: none;
}

.job-details-description-wpr {
  --bs-gutter-y: 30px;
  margin-bottom: 50px;
}

.job-details-description-lt h3 {
  margin-bottom: 18px;
}

.job-details-description-lt h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 26px;
}

.job-details-description-lt ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.job-details-description-lt ul li {
  margin-bottom: 12px;
}

.job-details-description-lt ul li:last-child {
  margin-bottom: 0;
}

.job-details-description-lt p {
  margin-bottom: 12px;
}

.job-details-description-lt p:last-child {
  margin-bottom: 0;
}

.job-details-description-lt p span {
  font-weight: 600;
}

.skill-tag-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -13px -8px 0;
}

.skill-tag-col {
  padding: 13px 8px 0;
}

.skill-tag {
  padding: 6px 9px;
  border: 1px solid #ecf0f3;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.1;
}

.job-details-info {
  margin-bottom: 53px;
}

.contact-subscribe-card {
  border: 1px solid #ededed;
  -webkit-box-shadow: 0px 6px 71px 5px rgba(215, 215, 215, 0.4);
  box-shadow: 0px 6px 71px 5px rgba(215, 215, 215, 0.4);
  border-radius: 20px;
  background: var(--white-color);
  padding: 40px 30px 66px;
  position: relative;
  overflow: hidden;
}

.contact-subscribe-card h3 {
  margin-bottom: 26px;
}

.contact-subscribe-itm {
  margin-bottom: 22px;
}

.contact-subscribe-itm:last-child {
  margin-bottom: 0;
}

.contact-subscribe-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-subscribe-card-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(255,255,255,.25); */
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.contact-subscribe-card-overlay a {
  position: relative;
  z-index: 2;
}

.contact-subscribe-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-subscribe-itm h4 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}

.contact-subscribe-i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.contact-subscribe-txt {
  width: calc(100% - 36px);
  padding-left: 14px;
}

.contact-subscribe-i img {
  max-width: 20px;
}

.contact-subscribe-txt a {
  color: inherit;
}

.contact-subscribe-txt a:hover {
  color: var(--primary-color);
}

/* Rectangle 251 */

.job-details-company {
  padding: 28px 30px 32px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 4.76888px 61.9955px rgba(39, 104, 140, 0.12);
  box-shadow: 0px 4.76888px 61.9955px rgba(39, 104, 140, 0.12);
  border-radius: 10px;
}

.job-details-company h3 {
  margin-bottom: 14px;
}

.cmn-filter-search-btn-col {
  margin-left: auto;
}

.cmn-filter-search-btn {
  border-radius: 10px;
  padding: 23px 20px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  min-width: 176px;
  background: var(--primary-color);
  color: var(--white-color);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cmn-filter-search-btn:hover {
  background: var(--content-color);
}

.table-card {
  padding: 44px 40px 46px;
  -webkit-box-shadow: 0px 4.76888px 61.9955px rgba(39, 104, 140, 0.12);
  box-shadow: 0px 4.76888px 61.9955px rgba(39, 104, 140, 0.12);
  border-radius: 10px;
}

table {
  width: 100%;
  min-width: 800px;
}

table tbody tr {
  border-bottom: 1px solid #ecf0f3;
}

table tbody tr:last-child {
  border-bottom: 0;
}

table td,
table th {
  padding-left: 15px;
  padding-right: 15px;
}

table td {
  padding-top: 23px;
  padding-bottom: 23px;
}

table tr:last-child td {
  padding-bottom: 0;
}

table th {
  padding-bottom: 10px;
}

table td:first-child,
table th:first-child {
  padding-left: 0;
}

table td:last-child,
table th:last-child {
  padding-right: 0;
}

table th {
  font-weight: 600;
  text-transform: capitalize;
}

.job-post-th {
  width: 22%;
}

th.department-th {
  width: 21%;
}

th.location-th {
  width: 29%;
}

th.created-by-th {
  width: 20.5%;
}

.date-th {
  width: 7.5%;
}

.pagination-wpr {
  margin-top: 56px;
  text-align: center;
}

.applied-job-sec .job-post-th {
  width: 17%;
}

.applied-job-sec th.department-th {
  width: 17%;
}

.applied-job-sec th.location-th {
  width: 23%;
}

.applied-job-sec th.created-by-th {
  width: 16%;
}

.applied-job-sec .credit-point-th {
  width: 14%;
}

.applied-job-sec .date-th {
  width: 15%;
}

.cmn-filter-with-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cmn-filter-with-btn .cmn-filter-search-btn {
  margin-right: 20px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible !important;
  text-align: center !important;
}

input[type="search"]::-webkit-search-cancel-button {
  padding-left: 20px;
}

input[type="search"]::-moz-search-clear {
  padding-left: 20px;
}

/* AD Css Starts */

.fancybox__content>.carousel__button.is-close {

  top: -31px !important;
  right: -36px !important;

}



.video_container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}


.video_container video {

  border-radius: 10px;
  display: block;
  cursor: pointer;
}


.video-box a {
  color: white;
}

.video_section>.container {
  text-align: center;
}

@media (max-width : 767px) {


  .fancybox__content {
    height: 95% !important;
    width: 90% !important;
  }

  .video_container {

    gap: 15px;

  }

  .fancybox__content>.carousel__button.is-close {

    top: -40px !important;
    right: 0px !important;

  }


}






.card-right {
  display: flex;
  justify-content: center;
  align-items: end;
}

.content-blk-wpr {
  text-align: justify;
}

.wc-block-cart-item__total {
  display: revert !important;
  /* justify-content: flex-end; */
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button,
.woocommerce-account .woocommerce-pagination .woocommerce-Button--next,
.woocommerce-account .woocommerce-pagination .woocommerce-Button--previous {
  background-color: #3f543e;
  color: white;
  border-radius: 50px;
}

.password-input-wpr {
  position: relative;

}

.password-input-wpr input {

  padding-right: 40px !important;
}


.toggle-password {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: transparent;
  background: transparent;
}

.toggle-password .close,
.toggle-password .open {
  width: 28px;
}

.custom-reset-wrapper,
.reset-password-wrapper {
  /* background-color: #005c143b;
    border-radius: 20px;
    padding: 50px; */

  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  padding: 57px 58px;
}

.confirm_modal_footer {
  align-items: center;
  display: flex;
  justify-content: center;
}

.cls {
  border: 1px solid var(--primary-color);
  /* border-radius: 50%; */
}


.woocommerce-form-login__rememberme {
  margin-top: 20px;
}

.woocommerce-lost-password .site-main .entry-content {
  display: flex;
  justify-content: center;
}

.woocommerce-lost-password .site-main .entry-content .woocommerce-form-row .woocommerce-Button,
.woocommerce-form-login .form-row .woocommerce-form-login__submit,
.entry-content .woocommerce-message .add_cart_button {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid transparent;
  padding: 18px 34px;
  background: var(--primary-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  text-transform: capitalize;
}

.woocommerce-lost-password .site-main .entry-content .woocommerce-form-row .woocommerce-Button:hover,
.woocommerce-form-login .form-row .woocommerce-form-login__submit:hover,
.entry-content .woocommerce-message .add_cart_button:hover {
  background: var(--content-color);
  color: var(--white-color);
}

.woocommerce-lost-password .site-main .entry-content .woocommerce-ResetPassword p {
  text-align: center;
  max-width: 635px;
}

.woocommerce-lost-password .site-main .entry-content .custom-reset-wrapper .woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hm-abt-sec .img-blk-center {
  justify-content: start;
  align-items: end;
  gap: 20px;
}

.hm-abt-sec .img-blk-center .sm_img {
  max-width: 180px;
}

.lg_img {
  max-width: 370px;
}

.btn-close:focus {
  box-shadow: none;
}

.same_modal_buttons {
  padding-top: 16px;
  padding-bottom: 16px;
}

.otp_input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.confirm {
  font-size: 20px;
  font-weight: 500;
}

.service-fields {
  display: none;
}

.login-submit-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
}

.login-submit-btn a {
  /* padding-left: 21px; */
  text-decoration: underline !important;
}

.login-submit-btn a:hover {
  color: var(--primary-color);
}

.header-login-btn {
  padding-left: 35px !important;
}

.err {
  display: flex;
  justify-content: center;
  align-items: center;
}

.otp_field {
  display: none;
}

.uptra_contact input[type="email"] {
  text-transform: lowercase !important;
}

.uptra_contact input[type="email"]::placeholder {
  text-transform: capitalize !important;
}

/* Microsoft Edge (Legacy) and Internet Explorer 10-11 */
.uptra_contact input[type="email"]::-ms-input-placeholder {
  text-transform: capitalize !important;
}

.alert_con {
  margin-top: 50px;
  /* text-align: center; */
}

.get-in-touch-top-part {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-post-form .select2-selection--single {
  width: 100%;
  height: 70px !important;
  padding: 12px 0px 0px 10px;
  background-color: transparent !important;
  color: var(--content-color);
  border: 1px solid var(--input-border) !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  /* appearance: none !important; */
  border-radius: 10px !important;
}

.job-post-form .select2-selection--single::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(./images/caret-down.svg);
  background-size: 14px;
  position: absolute;
  z-index: 99;
  background-repeat: no-repeat;
  top: 50%;
  right: -14px;
}

.job-post-form .select2-selection--single .select2-selection__placeholder {
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-style: normal;
  color: #121212 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.job-post-form .select2-selection--single .select2-selection__arrow {
  display: none;
}

.job-post-form .select2-selection--single .select2-selection__clear {
  margin-right: 25px;
}

.uptra-stats-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 200px;
}

/* .stat-item {
  flex: 1 1 50px;
} */
.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #264734;
}

.stat-label {
  font-size: 22px;
  font-weight: 500;
  color: var(--black-color);
  margin-top: 10px;
}

@media (max-width: 991px) {
  .job-post-form .select2-selection--single {
    height: 63px !important;
    padding: 9px 0px 0px 10px;
  }

  .job-post-form .select2-selection--single::after {
    width: 10px;
    height: 10px;
    background-size: 9px;
    right: 15px;
  }

  .stats-wrapper {
    column-gap: 50px;
    row-gap: 32px;
  }

  .stat-label {
    margin-top: 0px;
  }


}

/* AD Css End */

/* ---- MAIN STYLE END  ----*/
/*support css update 9/6/2025*/
.get-in-touch-bottom-part .gform_wrapper.gravity-theme input[type="text"],
.get-in-touch-bottom-part .gform_wrapper.gravity-theme input[type="tel"],
.get-in-touch-bottom-part .gform_wrapper.gravity-theme input[type="email"] {
  height: 61px;
  padding: 0 23px;
  border-radius: 5px;
  display: block;
  font-size: 16px;
}

.get-in-touch-bottom-part .gform_wrapper.gravity-theme textarea {
  height: 138px;
  padding: 25px 23px;
  border-radius: 5px;
  display: block;
  resize: none;
}

.page-template-contact-us .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 138px;
}

.get-in-touch-bottom-part .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 21px;
}

.get-in-touch-bottom-part .gform_wrapper .gfield_validation_message,
.get-in-touch-bottom-part .gform_wrapper .validation_message {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background-color: transparent;
}

.get-in-touch-bottom-part .gform_wrapper.gravity-theme .gfield_description,
.get-in-touch-bottom-part .gform_wrapper.gravity-theme .instruction {
  padding-top: 0;
}

.get-in-touch-bottom-part .gform_validation_errors {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin-bottom: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 15px 15px;
  background-color: #f4f4f4;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--white-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--white-color);
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 44px 40px 46px;
  -webkit-box-shadow: 0px 4.76888px 61.9955px rgba(39, 104, 140, 0.12);
  box-shadow: 0px 4.76888px 61.9955px rgba(39, 104, 140, 0.12);
  border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--content-color);
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: var(--primary-color);
}

.woocommerce-account .woocommerce-info {
  border-top-color: var(--primary-color);
}

.woocommerce-account .woocommerce-info::before {
  color: var(--primary-color);
}

.woocommerce-account .woocommerce-MyAccount-content form input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content form input[type="tel"],
.woocommerce-account .woocommerce-MyAccount-content form input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content form input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content form input[type="number"] {
  background-color: var(--white-color);
  color: var(--content-color);
  border: 1px solid var(--input-border);
  outline: none !important;
  height: 61px;
  padding: 0 23px;
  border-radius: 5px;
  display: block;
  font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection {
  border: 1px solid var(--input-border);
  height: 61px;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 8px 30px 8px 23px;
  line-height: 42px;
}

.woocommerce-account .woocommerce-MyAccount-content form textarea {
  height: 150px;
  padding: 15px 23px;
}

.woocommerce-account .woocommerce-MyAccount-content form input[type="password"] {
  padding-right: 35px;
}

.woocommerce-account .woocommerce-MyAccount-content form label {
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-content form legend {
  font-weight: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-content form button[type="submit"] {
  margin-top: 15px;
  height: 62px;
  padding-left: 35px;
  padding-right: 66px;
  background: url(images/rt-arrow-wh.svg) no-repeat calc(100% - 35px) center transparent;
  background-size: 20px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  outline: none !important;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.woocommerce-account .woocommerce-MyAccount-content form button[type="submit"]:hover {
  background-color: var(--black-color);
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error {
  outline: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid #d8d8d8;
  padding: 20px;
  border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address h2 {
  font-size: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .edit {
  padding: 8px 18px;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  float: none;
  display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .edit:hover {
  background-color: var(--black-color);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  margin-bottom: 15px;
}

.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
}

.pagination-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-wpr .page-numbers {
  width: 32px;
  height: 32px;
  color: var(--black-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 100%;
}

.pagination-wpr .page-numbers.current {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.pagination-wpr .page-numbers.current:hover {
  background-color: var(--primary-color);
}

.pagination-wpr .page-numbers:hover {
  background-color: var(--input-border);
}

.pagination-wpr .page-numbers.prev {
  background-image: url(images/pgn-lftarw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  font-size: 0;
  width: 15px;
}

.pagination-wpr .page-numbers.prev:hover,
.pagination-wpr .page-numbers.next:hover {
  background-color: transparent;
}

.pagination-wpr .page-numbers.next {
  background-image: url(images/pgn-rgtarw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  font-size: 0;
  width: 15px;
}

.pagination-wpr .page-numbers:not(:first-child) {
  margin-left: 4px;
}

.main-head .header-client-dropdown {
  padding: 15px 17px 15px 17px;
}

/*support css update 9/6/2025*/

/* support starts 18.06.2025  */
.hm-bnr-content {
  max-width: 100%;
  text-align: center;
}

.service-slider-wpr .slick-track {
  display: flex !important;
}

.service-slider-wpr .slick-slide {
  height: inherit !important;
}

.job-post-form .cmn-input-wpr.txtarea-wpr label {
  top: 20%;
}

.job-post-form .cmn-input-wpr.txtarea-wpr textarea {
  border-radius: 10px;
}

.job-post-form .cmn-input-wpr.txtarea-wpr textarea:focus {
  border-color: var(--primary-color);
}

.job-post-form .cmn-input-wpr.txtarea-wpr textarea:focus+label {
  top: 0;
}

.pricing-card-body {
  text-align: center;
}

.cmn-card-wrapper {
  padding: 20px;
  border: 2px solid;

  border-radius: 10px;
}

.cmn-card-wrapper:not(:last-child) {
  margin-bottom: 25px;
}

.pricing-card-body h3 {
  font-size: 30px;
}

.value-card span {
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.gst-wppr span {
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.woocommerce-message {
  border-top-color: var(--primary-color);
}

.woocommerce-info {
  border-top-color: var(--primary-color);
}

.woocommerce-info::before {
  color: var(--primary-color);
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  color: var(--content-color);
  line-height: 1;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  height: 50px;
  padding: 10px 15px;
}

.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
#order_review_heading {
  font-size: 35px;
  margin-bottom: 25px;
}

.woocommerce table.shop_table {
  margin: 20px 0 40px;
  border-color: var(--primary-color);
}

.woocommerce-input-wrapper textarea {
  min-height: 200px;
  resize: none;
}

.woocommerce form .form-row {
  margin: 0 0 20px;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid var(--primary-color);
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border-color: var(--primary-color);
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid var(--primary-color);
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  font-size: 18px;
  padding: 15px 20px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: rgba(63, 84, 62, 0.5);
  padding: 20px;
}

ul.payment_methods li[class*="payment_method_stripe_"]>input[name="payment_method"]+label {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-privacy-policy-text p,
.woocommerce-privacy-policy-text p a {
  color: var(--white-color);
  font-size: 18px;
}

.woocommerce-privacy-policy-text p a:hover {
  color: var(--primary-color);
}

#place_order,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid transparent;
  padding: 22px 34px;
  background: var(--primary-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#place_order:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background-color: var(--content-color);
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid var(--white-color);
}

.woocommerce-info a:hover {
  color: var(--primary-color);
}

.wc-block-cart .wc-block-cart-items th {
  padding-left: 10px !important;
  border: 1px solid var(--primary-color);
  font-size: 16px;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border: 1px solid var(--primary-color);
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 20px;
}

.wp-block-woocommerce-cart .wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: 1px solid var(--primary-color);
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-size: 16px;
  font-weight: 600;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  background-color: rgba(63, 84, 62, 0.6);
  color: var(--white-color);
  border: none;
  border-radius: 30px;
}

.wp-block-woocommerce-cart.alignwide .wc-block-components-sidebar-layout .wc-block-components-main {
  padding: 0 15px;
}

.wp-block-woocommerce-cart.alignwide .wc-block-components-sidebar {
  padding: 0 15px;
}

.wp-block-woocommerce-cart.alignwide table {
  min-width: 1px;
}

.wp-block-woocommerce-cart.alignwide .is-large.wc-block-cart {
  margin-bottom: 3em;
  margin: 0 -15px;
}

.wp-block-woocommerce-cart.alignwide .wp-block-woocommerce-cart-order-summary-block {
  margin-bottom: 20px;
}

.wp-block-woocommerce-cart.alignwide .wc-block-cart-items__header-image,
.wp-block-woocommerce-cart.alignwide .wc-block-cart-item__image {
  display: none;
}

.wp-block-woocommerce-cart.alignwide .is-large.wc-block-cart .wc-block-cart-items td {
  text-align: center;
}

.wp-block-woocommerce-cart.alignwide .wc-block-components-product-name {
  margin: 0 auto 20px;
}

.wp-block-woocommerce-cart.alignwide .wc-block-components-quantity-selector {
  margin: 0 auto;
}

/* support ends 18.06.2025  */
/*support css update 23/6/2025*/
.woocommerce-checkout .place-order button {
  margin-top: 25px;
}

.service-slide-prev,
.service-slide-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.get-in-touch-right-part .gform_confirmation_message {
  background-color: var(--primary-color);
  padding: 20px 30px;
  text-align: center;
  color: var(--white-color);
  font-weight: 600;
  font-size: 18px;
}

.main-head .header-client-dropdown {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
  padding-left: 0;
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-order-received ul.order_details li {
  width: 20%;
  padding: 0 12px;
  float: none;
  margin-right: 0;
  margin-bottom: 5px;
}
/*--------MY CSS---------*/

.banner_buttons{
    position: absolute;
    bottom: 100px;
    right: 0;
    display: flex;
    column-gap: 20px;
}
.find-job{
  /*display: flex;*/
    flex-direction: row-reverse;
    /*column-gap: 10px;*/
    padding: 30px 92px 30px 50px !important;
    /*align-items: center;*/
}
.find-job img{
    filter:brightness(0);
    height: 15px;
}
.hire-btn{
   display: flex;
   column-gap: 10px;
  /*padding: 40px 105px 40px 50px !important;*/
       align-items: center;
           font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 100px;
}
.button-right{
      padding: 30px 55px 30px 50px !important;
}


.btn-wppr {
    display: flex;
}
.cmn-btn-grp {
    justify-content: space-between;
    align-items: center;
}
#applied-jobs-table .view-applied:hover{
  color: var(--primary-color) !important;

}


/*support css update 23/6/2025*/
/* ========== responsive css =========== */
/* @media (max-width: 1380px) {
  .hire-btn {
    bottom: -260px;
   
  }
} */
@media (max-width: 1024px) {

  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    opacity: 0;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
  }

  .navbar-toggler {
    position: relative;
    width: 33px;
    /* margin-left: 30px; */
    margin-left: 20px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 20px 10px;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  .secondary-nav {
    margin-left: auto !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 0;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0 !important;
  }

  .navbar-nav>li {
    margin: 0 0 16px !important;
    padding: 0 !important;
  }

  .navbar-nav>li.menu-item-has-children .sub-menu {
    margin-top: 10px;
  }

  .navbar-nav>li>a {
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li a {
    font-size: 17px !important;
  }

  .sub-menu .sub-menu {
    padding: 12px;
  }

  .sub-menu .sub-menu>li {
    margin-bottom: 12px !important;
  }

  .sub-menu .sub-menu>li a {
    font-size: 15px;
  }

  .sub-menu .sub-menu>li:last-child {
    margin-bottom: 0;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }
  .find-job {
    padding: 10px 45px 10px 25px !important;
}
.button-right {
    padding: 10px 15px 10px 25px !important;
}
.hire-btn{
  font-size: 16px;
  line-height: 26px;
}
}

@media (min-width: 992px) {
  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

@media (max-width: 992px) {
  .woocommerce-cart .cmn-gap {
    height: 650px !important;
  }

  .right_btn_job {
    padding: 12px 0px 0 !important;
  }

  .card-right {
    align-items: end;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .hm-bnr-sec .container {
    max-width: 1660px;
    padding: 0 100px;
  }

  .hm-bnr-nav {
    width: calc(100% - 40px);
  }
}


@media (min-width: 1400px) {}

@media (min-width: 1680px) {
  .container {
    max-width: 1484px;
  }
}

@media (max-width: 1800px) {}

@media (max-width: 1680px) {

  h1,
  .title-h1 {
    font-size: 60px;
  }

  h2,
  .title-h2 {
    font-size: 50px;
  }

  /*---p.p----*/
  .service-slide-awr {
    top: 50%;
    width: 55px;
    height: 55px;
  }

  .hm-testimonials-nav .slick-arrow {
    width: 55px;
    height: 55px;
  }

  .inr-bnr-wpr {
    min-height: 450px;
  }

  .service-slide-prev {
    left: -60px;
  }

  .service-slide-next {
    right: -60px;
  }

  .service-items {
    padding: 12px;
  }

  .service-slider-wpr {
    margin: -12px;
  }

  .our-service-items {
    padding: 12px;
  }

  .our-service-slider-wpr {
    margin: -12px;
  }

  .hm-testimonials-nav .slick-arrow {
    width: 55px;
    height: 55px;
  }

  .cmn-sld-awr {
    width: 55px;
    height: 55px;
  }

  /*---p.p----*/
}

@media (max-width: 1500px) {

  /* .service-slide-prev {
        left: -27px;
    }

    .service-slide-next {
        right: -27px;
    }

    .our-service-slide-next {
        left: -27px;
    }

    .our-service-slide-prev {
        right: -27px;
    } */

  .service-slide-prev {
    left: 0;
    position: relative;
  }

  .service-slide-next {
    right: 0;
    position: relative;
  }

  .awr-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 16px;
  }

  .awr-wpr .slick-arrow {
    margin: 10px;
  }

  .our-service-slide-next {
    left: 0;
    position: relative;
  }

  .our-service-slide-prev {
    right: 0;
    position: relative;
  }

  .our-service-awr-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 20px;
  }

  .cmn-sld-awr {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  /*support css update 23/6/2025*/
  .service-slide-prev,
  .service-slide-next {
    transform: inherit;
  }

  /*support css update 23/6/2025*/
}

@media (max-width: 1399px) {

  .woocommerce-cart .cmn-gap {
    height: 450px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    display: block !important;
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }

  .woocommerce-account .woocommerce-MyAccount-content table {
    min-width: 1200px !important;
    width: 100% !important;
  }


  .hire-btn {
    bottom: 100px;
    right: 85px;
  }

  .container-lg {
    padding: 0 30px;
  }

  /* ---- DEFAULT START ---- */
  /* ---- DEFAULT END ---- */

  /* ---- HEADER START ---- */

  .header-btns .cmn-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-btns .header-login-btn {
    padding-left: 50px;
    min-width: 130px;
  }

  .header-login-btn i img {
    max-width: 20px;
  }

  .header-login-btn i {
    left: 20px;
  }

  .navbar-nav>li {
    margin: 0 14px;
  }


  .hm-bnr-nav .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .img-content-blk-row .content-blk-wpr {
    width: 50%;
    padding-left: 50px;
  }

  .img-content-blk-row .img-blk-wpr {
    width: 50%;
  }

  .img-content-blk-row.img-content-blk-row-rev .content-blk-wpr {
    padding-left: 0;
    padding-right: 50px;
  }

  /* ---- HEADER END ---- */

  /* ---- MAIN STYLE START ---- */

  .inr-bnr-wpr {
    min-height: 400px;
  }

  /* ---- MAIN STYLE END ---- */

  /*===about-us===*/

  .header-btns .logged-in .header-login-btn {
    padding-left: 60px;
  }
}

@media (max-width: 1280px) {

  /* support starts 18.06.2025  */
  .cmn-card-wrapper {
    padding: 15px 10px;
  }

  .hire-btn {
    right: 73px;
  }

  /* support ends 18.06.2025  */
}

@media (max-width: 1199px) {

  /* ---- DEFAULT START ---- */
  .container-lg {
    padding: 0 20px;
  }


  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 12px 0;
  }

  h1,
  .title-h1 {
    font-size: 50px;
  }

  h2,
  .title-h2 {
    font-size: 46px;
  }

  /* ---- DEFAULT START ---- */

  /* ---- HEADER START ---- */
  .navbar-nav li a {
    font-size: 15px;
  }

  .navbar-nav>li {
    margin: 0 12px;
  }

  .secondary-nav {
    margin-left: 20px;
  }

  .header-btns .cmn-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-btns .header-login-btn {
    padding-left: 40px;
  }

  .header-login-btn i {
    left: 15px;
    margin: 0;
  }

  .header-login-btn-wpr {
    margin-left: 10px;
  }

  .header-subscribe-btn i {
    display: none;
  }

  /* ---- HEADER END ----*/

  /*---p.p----*/
  .solution-wpr-outer {
    padding: 45px 0;
  }

  .solution-left-part {
    max-width: 420px;
  }

  .solution-right-part {
    max-width: 420px;
  }

  /*---p.p----*/
  .hm-bnr-content .title-h1,
  .hm-bnr-content h1 {
    margin-bottom: 16px;
  }

  .img-content-blk-row .img-blk-wpr img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .img-content-blk-row .content-blk-wpr {
    padding-left: 40px;
  }

  .img-content-blk-row.img-content-blk-row-rev .content-blk-wpr {
    padding-left: 0;
    padding-right: 40px;
  }



  /*===about-us===*/
  /*---p.p-21.05.25---*/
  .hm-bnr-nav {
    left: 0;
    top: auto;
    bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .hm-bnr-nav .slick-arrow {
    margin: 10px;
  }

  .mision-inr-part {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*---p.p-21.05.25---*/

  .inr-bnr-wpr {
    min-height: 330px;
    padding: 50px 0;
  }

  /*===contact-us====*/
  .get-in-touch-top-part {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .contact-box {
    padding: 30px 10px;
  }

  .contact-box h3 {
    margin-bottom: 7px;
  }

  .pricing-card-hd h3 {
    font-size: 20px;
  }

  .pricing-card-price {
    font-size: 50px;
  }

  .job-post-submit-btn {
    margin-top: 40px;
  }

  .img-content-blk-row .content-blk-wpr {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }

  .img-content-blk-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* support starts 18.06.2025  */

  .woocommerce-additional-fields h3,
  .woocommerce-billing-fields h3,
  #order_review_heading {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .woocommerce-input-wrapper textarea {
    min-height: 150px;
  }

  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    font-size: 16px;
    padding: 12px 15px;
  }

  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select {
    height: 45px;
  }

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

  /* support ends 18.06.2025  */
  .header-login-btn {
    padding: 16px 15px !important;
  }

  .main-head .header-client-dropdown {
    top: calc(100% + 15px);
  }

  .img-content-blk-row {
    flex-direction: column-reverse;
    row-gap: 40px;
  }

  .hire-btn {
    padding: 15px 50px;
  }
}


@media (max-width: 991px) {
  .lft_btn_job {
    padding: 0px;
  }

  /* ---- DEFAULT START ----*/
  .hire-btn {
    bottom: 90px;
    right: -26px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 10px 0;
  }

  h1,
  .title-h1 {
    font-size: 40px;
  }

  h2,
  .title-h2 {
    font-size: 34px;
  }

  p {
    margin: 0 0 20px 0;
  }

  .btn-lft-icon {
    margin-right: 6px;
  }

  .btn-rgt-icon {
    margin-left: 6px;
  }

  .cmn-sec-head {
    margin-bottom: 30px;
  }

  /* ---- DEFAULT END ----*/

  /* ---- HEADER START ---- */

  .header-btns {
    margin-left: auto;
  }



  .navbar-nav li a {
    color: var(--content-color);
  }

  .navbar-nav>li.menu-item-has-children::after {
    display: none;
  }

  .navbar-nav>.menu-item-has-children>.sub-menu::before {
    display: none;
  }

  .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgb(231 45 136 / 15%);
  }

  .sub-menu>li>a {
    padding: 0;
  }

  .sub-menu>li>a:hover,
  .sub-menu>li.menu-item-has-children:hover>a,
  .sub-menu>li>a {
    background: transparent;
    color: var(--primary-color);
  }

  .navbar-nav>li>.sub-menu .sub-menu {
    background: white;
    margin-bottom: 10px;
  }

  .navbar-nav .clickD {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./images/caret-down-Icon.png) no-repeat center/17px;
    display: block;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .navbar-nav .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    opacity: 0;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 0;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0 0 16px;
    padding: 0;
  }

  .navbar-nav>li.menu-item-has-children .sub-menu {
    margin-top: 10px;
  }

  .navbar-nav>li>a {
    display: inline-block;
    width: 100%;
  }

  .sub-menu .sub-menu {
    padding: 12px;
  }

  .sub-menu .sub-menu>li {
    margin-bottom: 12px;
  }

  .sub-menu .sub-menu>li a {
    font-size: 15px;
  }

  .sub-menu .sub-menu>li:last-child {
    margin-bottom: 0;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/
  /* push nav */

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  .secondary-nav {
    margin-left: auto;
  }

  /* ---- HEADER END ---- */

  /*---p.p----*/

  .solution-wpr-outer {
    padding: 26px 0;
  }

  .solution-btn-wpr .cmn-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid transparent;
    padding: 16px 26px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
  }

  .cmn-btn i {
    max-width: 24px;
    margin-left: 5px;
  }

  .cmn-gap {
    padding: 70px 0px;
  }

  .hm-bnr-nav .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .hm-bnr-nav .slick-arrow img {
    width: 21px;
  }


  .img-content-blk-row .img-blk-wpr {
    width: 100%;
    margin-bottom: 30px;
  }

  .img-content-blk-row .content-blk-wpr {
    padding-left: 0;
    width: 100%;
  }

  .img-content-blk-row.img-content-blk-row-rev .content-blk-wpr {
    padding-left: 0;
    padding-right: 0;
  }

  .hm-abt-sec .content-blk-wpr {
    max-width: 100%;
  }

  .hm-bnr-content .title-h1,
  .hm-bnr-content h1 {
    margin-bottom: 10px;
  }

  .service-box {
    padding: 16px 16px 20px;
  }

  .service-pic-part {
    border-radius: 10px;
  }

  .footer-sec {
    padding: 55px 0 30px;
  }

  .footer-top-part {
    padding-bottom: 40px;
  }

  .services-sec .sub-heading {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
  }

  .footer-column {
    margin-top: 15px;
  }

  .footer-column:first-child {
    padding: 0 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }

  .hm-testimonials-nav {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .hm-testimonials-nav .slick-arrow {
    margin: 10px;
  }

  .clint-bx .clint-img figure {
    width: 90px;
    height: 90px;
  }

  .solution-left-part {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .solution-right-part {
    max-width: 100%;
  }

  /*===about-us===*/
  /*---p.p-21.05.25---*/
  .mision-inr-part {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*---p.p-21.05.25---*/

  .hm-bnr-nav {
    bottom: 15px;
  }

  .hm-bnr-content .title-h1,
  .hm-bnr-content h1 {
    margin-bottom: 4px;
  }

  .hm-bnr-content .cmn-hmr-hd {
    margin-bottom: 4px;
    line-height: 1.2;
  }

  .hm-bnr-nav .slick-arrow {
    margin: 5px;
  }

  .awr-wpr .slick-arrow {
    margin: 5px;
  }

  .hm-testimonials-nav .slick-arrow {
    margin: 5px;
  }

  .our-service-box {
    padding: 15px 15px 20px;
  }

  .our-service-pic-part {
    border-radius: 10px;
  }

  .inr-bnr-wpr {
    min-height: 260px;
  }

  /*=====contact-us=====*/
  .get-in-touch-right-part {
    border-radius: 20px;
    -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 23px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    padding: 30px;
  }

  .get-in-touch-bottom-part {
    padding-top: 51px;
  }

  /*====find-your-job====*/
  .post-job-inr-part {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    padding: 40px 35px;
  }

  .job-post-submit-btn {
    margin-top: 30px;
  }

  /* .form-part {
        margin-bottom: 20px;
    } */

  /* .job-post-submit-btn {
        margin-top: 10px;
    } */

  .contact-box i img {
    max-height: 38px;
  }

  .pricing-card-ft {
    padding: 16px 20px;
    border-radius: 20px;
    font-size: 16px;
  }

  .pricing-card-hd h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .pricing-card-body {
    padding-bottom: 30px;
  }

  .pricing-card:hover .pricing-card-body,
  .pricing-card.active .pricing-card-body {
    padding-bottom: 30px;
  }

  .pricing-card-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .job-card {
    padding: 30px;
  }

  .job-card-hd {
    margin-bottom: 30px;
  }

  .job-card h3 {
    margin-bottom: 22px;
  }

  .cmn-filter-search-form {
    margin-bottom: 34px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="search"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  select {
    height: 60px;
    padding: 0 20px;
  }

  select {
    padding: 0 20px;
    padding-right: 35px;
    background: url(./images/caret-down.svg) no-repeat calc(100% - 20px) center transparent;
  }

  .job-list-search input[type="submit"] {
    width: 40px;
    height: calc(100% - 20px);

    background-size: 16px;
  }

  .h3-lg {
    font-size: 28px;
  }

  .job-list-search input[type="search"] {
    padding-right: 60px;
  }

  .job-details-card {
    padding: 20px 20px 30px;

    margin-bottom: 50px;
  }

  .job-details-card-hd-outer {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .job-details-bd {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .contact-subscribe-card {
    padding: 20px 20px 30px;
  }

  .job-details-hd-rt .cmn-btn-grp {
    margin: -5px -2px 0;
  }

  .job-details-hd-rt .cmn-btn-col {
    padding: 5px 2px 0;
  }

  .job-details-description-wpr {
    margin-bottom: 40px;
  }

  .job-details-company {
    padding: 20px 20px 22px;
  }

  .table-card {
    padding: 30px;
    border-radius: 10px;
  }

  table td {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cmn-filter-search-btn {
    padding: 18px 20px;
    min-width: 150px;
  }

  .pagination-wpr {
    margin-top: 56px;
  }

  .header-login-btn .profile-img img {
    max-width: 38px;
  }

  .client_sec_main {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .header-mobile-btn {
    text-align: left;
  }

  .img-content-blk-row .content-blk-wpr {
    padding-top: 0;
  }

  /*support css update 9/6/2025*/
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-content form .form-row-first,
  .woocommerce-account .woocommerce-MyAccount-content form .form-row-last {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
    margin-top: 15px;
  }

  /*support css update 9/6/2025*/

  /* support starts 18.06.2025  */
  .woocommerce table.shop_table {
    margin: 20px 0 40px;
    border-color: var(--primary-color);
    width: 100%;
    min-width: 1px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .woocommerce-additional-fields h3,
  .woocommerce-billing-fields h3,
  #order_review_heading {
    font-size: 25px;
    margin-bottom: 15px;
  }

  /* support ends 18.06.2025  */
  /*support css update 23/6/2025*/
  .woocommerce-order-received ul.order_details li {
    width: 33.33%;
  }

  .woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-name {
    margin-left: 0;
  }

  .woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row {
    display: table-row;
  }

  .woocommerce-cart .wc-block-cart-items__row .wc-block-components-quantity-selector {
    margin-left: 0;
  }

  .woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__header,
  .woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
  .woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__header {
    display: table-row;
  }

  .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header th {
    padding: 10px;
  }

  .woocommerce-cart table.wc-block-cart-items td,
  .woocommerce-cart table.wc-block-cart-items td.wc-block-cart-item__product {
    border: 1px solid var(--primary-color);
    border-top: 1px solid hsla(0, 0%, 7%, 0.11);
  }

  .woocommerce-cart .is-small table.wc-block-cart-items td,
  .woocommerce-cart .is-small table.wc-block-cart-items td.wc-block-cart-item__product {
    padding: 10px;
  }

  .woocommerce-cart .is-mobile table.wc-block-cart-items td,
  .woocommerce-cart .is-mobile table.wc-block-cart-items td.wc-block-cart-item__product,
  .woocommerce-cart .is-medium table.wc-block-cart-items td,
  .woocommerce-cart .is-medium table.wc-block-cart-items td.wc-block-cart-item__product {
    padding: 10px;
  }

  .woocommerce-cart .wp-block-woocommerce-cart.alignwide .wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 0;
  }

  .woocommerce-cart .wc-block-cart .wc-block-cart-items td,
  .woocommerce-cart .wp-block-woocommerce-cart.alignwide .is-large.wc-block-cart .wc-block-cart-items td {
    text-align: left;
  }

  .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    text-align: left !important;
  }

  /*support css update 23/6/2025*/

  .wc-block-cart-items__header-product span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .wc-block-cart-item__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .wc-block-cart-item__quantity {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wp-block-woocommerce-cart.alignwide .wc-block-components-product-name {
    margin: 0 !important;
  }

  .wp-block-woocommerce-cart.alignwide .wc-block-components-quantity-selector {
    margin: 0 !important;
  }

  .wc-block-cart-items__header-total span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 857px) {
  .hire-btn {
    bottom: 64px;
    right: 0px;
    padding: 12px 50px;
  }
}


@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    display: block !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content table {
    min-width: 100% !important;
    width: 100% !important;
  }

  .woocommerce-orders .account-orders-table tbody .woocommerce-orders-table__cell-order-actions {
    align-items: center;
  }

  .woocommerce-account .woocommerce-MyAccount-content table tbody .woocommerce-orders-table__cell-order-actions {
    justify-content: space-between;
  }

  .woocommerce-account .woocommerce-MyAccount-content table tbody tr:last-of-type .woocommerce-orders-table__cell-order-actions {
    border-bottom: 1px solid #3f543e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-content table {
    border: 0;
  }


  .woocommerce-account .woocommerce-MyAccount-content table tbody {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .woocommerce-account .woocommerce-MyAccount-content table tbody tr {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #3f543e;
    border-radius: 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-content table tbody tr .woocommerce-orders-table__cell-order-date {
    border-radius: 10px !important;

  }

}


@media (max-width: 767px) {
  .main-head .header-client-dropdown {
    top: calc(100% + 10px);
    border-radius: 8px;
  }


  .img-content-blk-row .img-blk-wpr {
    margin-bottom: 0px;
  }

  .abou-us-sec {
    padding: 30px 10px 0px 0px !important;
  }

  .video-sec-outer {
    padding-top: 10px;
  }

  .header-login-btn:hover img {
    filter: unset;
  }

  .header-login-btn-wpr {
    position: unset;
  }

  .header-client-dropdown {
    left: 0;
  }

  .header-login-btn:hover {
    background: transparent;
    color: var(--black-color);
  }

  .content-blk-wpr {
    text-align: justify;
  }

  .about-mobile-rev {
    flex-direction: column-reverse !important;
  }

  .container-lg {
    padding: 0 12px;
  }

  /* ---- DEAFULT START ----*/
  h3,
  .title-h3 {
    font-size: 18px;
  }

  .job-details-description-lt h4 {
    font-size: 18px;
  }

  p {
    margin: 0 0 20px 0;
  }

/*  .cmn-btn {
    padding: 16px 24px;
  }*/

  .cmn-btn i {
    max-width: 21px;
  }

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  /* ---- DEAFULT END ----*/

  /*---p.p----*/

  .services-sec .sub-heading {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
  }

  .footer-column {
    margin-top: 15px;
  }

  .footer-column:first-child {
    padding: 0 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }

  /*---p.p----*/

  /*===about-us===*/
  /*---p.p-21.05.25---*/
  .our-service-box h3 {
    margin: 0 0 8px 0;
  }

  .video-btn {
    width: 60px;
    height: 60px;
  }

  /*---p.p-21.05.25---*/


  .img-content-blk-row .img-blk-wpr .img-blk-lg {
    width: calc(60% - 10px);
  }

  .services-top-left {
    margin-bottom: 0px;
    margin: 0 auto;
  }

  .our-service-box h3 {
    text-align: center;
  }

  .inr-bnr-wpr {
    border-radius: 10px;
  }

  .form-group input[type="text"],
  .form-group input[type="tel"],
  .form-group input[type="email"] {
    height: 50px;
    padding: 0 15px;
  }

  .form-group textarea {
    padding: 15px;
  }

  input[type="submit"] {
    height: 50px;
    padding-left: 20px;
    padding-right: 55px;
    background: url(./images/rt-arrow-wh.svg) no-repeat calc(100% - 20px) center transparent;
    background-color: var(--primary-color);
  }

  .pricing-card {
    padding: 20px 10px;
  }

  .job-card {
    padding: 26px;
    margin-bottom: 20px;
  }

  .h3-lg {
    font-size: 26px;
  }

  .job-details-info {
    margin-bottom: 30px;
  }

  .post-job-inr-part {
    padding: 30px;
  }

  .job-post-form {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  table {
    font-size: 15px;
  }

  table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table-card {
    padding: 24px;
    border-radius: 10px;
  }

  .cmn-filter-search-btn-col {
    margin-left: 0;
  }

  .pagination-wpr {
    margin-top: 30px;
  }

  .cmn-filter-with-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .job-list-search {
    max-width: 100%;
  }

  .cmn-filter-select select {
    width: 100%;
  }

  .header-login-btn .profile-img {
    left: 7px;
  }

  .header-btns .logged-in .header-login-btn {
    padding-left: 54px;
  }

  .client_sec_main {
    padding-top: 20px;
  }

  /*support css update 9/6/2025*/
  .get-in-touch-bottom-part .gform_wrapper.gravity-theme input[type="text"],
  .get-in-touch-bottom-part .gform_wrapper.gravity-theme input[type="tel"],
  .get-in-touch-bottom-part .gform_wrapper.gravity-theme input[type="email"] {
    padding: 0 15px;
    height: 50px;
  }

  .page-template-contact-us .gform_wrapper.gravity-theme .gfield textarea.small {
    padding: 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content form input[type="text"],
  .woocommerce-account .woocommerce-MyAccount-content form input[type="tel"],
  .woocommerce-account .woocommerce-MyAccount-content form input[type="email"],
  .woocommerce-account .woocommerce-MyAccount-content form input[type="password"],
  .woocommerce-account .woocommerce-MyAccount-content form input[type="number"] {
    padding: 0 15px;
    height: 50px;
  }

  .woocommerce-account .woocommerce-MyAccount-content form input[type="password"] {
    padding-right: 35px;
  }

  .woocommerce-account .woocommerce-MyAccount-content form textarea {
    padding: 15px 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content form button[type="submit"] {
    height: 50px;
    padding-left: 20px;
    padding-right: 55px;
    background: url(images/rt-arrow-wh.svg) no-repeat calc(100% - 20px) center transparent;
    background-color: var(--primary-color);
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 16px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 30px 8px 15px;
    line-height: 1.8;
  }

  .woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection {
    height: 50px;
  }

  /*support css update 9/6/2025*/

  /* support starts 18.06.2025  */
  .cmn-card-wrapper {
    padding: 10px 5px;
  }

  /* support ends 18.06.2025  */

/*  .hire-btn {

    padding: 9px 24px;
  }*/

  .stats-wrapper {
    flex-direction: column;
  }

  .header-login-btn {
    padding: 0px 0px !important;
  }

  /* .header-login-btn svg{
  width: 30px !important;
  height: 30px !important;
} */
  .header-btns .header-login-btn {
    min-width: 84px;
    height: 40px;
    padding-top: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-content-blk-row {
    row-gap: 0px;
  }

  .abt-img {
    margin-top: 30px;
  }
.cmn-btn.cmn-btn-sm {
  padding: 12px 15px;
  font-size: 14px;
}
.cmn-btn-grp {
    gap: 15px;
    justify-content: center;
}

}

@media (max-width: 575px) {

  .woocommerce-cart .cmn-gap {
    height: 600px !important;
  }

  .toggle-password .close,
  .toggle-password .open {
    width: 18px;
  }

  .toggle-password {
    right: 10px;

  }


  .hm-abt-sec .img-blk-wpr .sm_img {
    width: 26%;
  }

  .hm-abt-sec .img-blk-wpr .lg_img {
    width: 48%;
  }

  .custom-reset-wrapper,
  .reset-password-wrapper {

    padding: 57px 20px;
  }

  .hm-abt-sec .img-blk-center {
    justify-content: center;
  }

  .cmn-btn {
    padding: 11px 13px;
  }

  .hire-btn {
    bottom: 56px;
    right: 21px;
    padding: 5px 28px;
  }

  /* ---- DEAFULT START ----*/

  h1,
  .title-h1 {
    font-size: 30px;
  }

  h2,
  .title-h2 {
    font-size: 28px;
  }

  p {
    margin: 0 0 18px 0;
  }

  /* ---- DEAFULT END ----*/

  /* ---- HEADER START ----*/

  .navbar-toggler {
    margin-left: 16px;
  }

  .navbar-brand {
    width: 60px;
  }

  .header-mobile-btn {
    display: block;
  }

  .secondary-nav .header-subscribe-btn {
    display: none;
  }

  /* ---- HEADER END ----*/

  .footer-sec {
    padding: 35px 0 30px;
  }

  .footer-column:nth-child(2) {
    width: 100%;
  }

  .footer-column:nth-child(3) {
    width: 100%;
  }

  .footer-column:nth-child(4) {
    width: 100%;
  }

  /*===about-us===*/
  /*---p.p-21.05.25---*/
  .our-service-slider-wpr {
    margin: -11px;
  }

  .our-service-items {
    padding: 11px;
  }

  .video-btn {
    width: 60px;
    height: 60px;
  }

  .img-content-blk-row .content-blk-wpr .cmn-btn-wpr {
    margin-top: 20px;
  }

  .cmn-gap {
    padding: 30px 0px;
  }

  .hm-bnr-nav {
    bottom: 10px;
  }

  /*---p.p-21.05.25---*/

  .inr-bnr-wpr {
    min-height: 220px;
  }

  /*=====contact-us=====*/
  .get-in-touch-top-part {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .get-in-touch-bottom-part .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .get-in-touch-right-part {
    padding: 20px;
  }

  .job-card {
    padding: 20px;
    border-radius: 14px;
  }

  /* .cmn-btn.cmn-btn-sm {
    min-width: 100px;
    padding: 12px 22px;
  } */

  .cmn-tag {
    font-weight: 600;
    font-size: 12px;
    padding: 9px 12px;
  }

  .cmn-tag span {
    font-size: 13px;
  }

  .h3-lg {
    font-size: 20px;
  }

  .cmn-filter-search-form {
    margin-bottom: 26px;
  }

  .contact-subscribe-card h3 {
    margin-bottom: 18px;
  }

  .job-details-description-wpr {
    margin-bottom: 30px;
  }

  .job-details-company h3 {
    margin-bottom: 8px;
  }

  .job-details-description-lt ul {
    margin-bottom: 20px;
  }

  .job-details-description-lt h3 {
    margin-bottom: 14px;
  }

  .job-details-description-lt h4 {
    margin-top: 20px;
  }

  .post-job-inr-part {
    padding: 15px 15px 20px;
  }

  .job-post-form select {
    background-size: 12px;
  }

  .cmn-filter-search-btn {
    padding: 13px 20px;
  }

  /* .cmn-search-col{
        width: 100%;
    }

    .job-list-searc{
        width: 100%;
    }
    } */

  .job-list-search {
    max-width: 100%;
    width: 100%;
  }

  .cmn-filter-with-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cmn-filter-with-btn .cmn-filter-search-btn {
    margin-right: 0;
    margin-top: 24px;
  }

  .header-client-dropdown {
    position: absolute;
    top: calc(100% + 30px);
    border-radius: 10px;
  }




  /* support starts 18.06.2025  */
  .woocommerce table.shop_table {
    width: 600px;
  }

  .custom-checkout-review-order {
    overflow-x: auto;
    margin-bottom: 20px;
  }

  /* support ends 18.06.2025  */

  /*support css updare 23/6/2025*/
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
  }

  .woocommerce-order-received ul.order_details li {
    border-bottom: 1px dashed #cfc8d8;
    border-right: 0;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .woocommerce-order-received ul.order_details li:last-child {
    margin-bottom: 0;
  }

  .woocommerce-order-received table.shop_table {
    width: 100%;
  }

  /*support css updare 23/6/2025*/

  .footer-column:nth-child(2),
  .footer-column:nth-child(3) {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .hire-btn {
    bottom: 52px;
    right: 0px;
    padding: 3px 23px;
    font-size: 14px;
  }

  .footer-column:nth-child(2) {
    width: 100%;
  }

  .footer-column:nth-child(3) {
    width: 100%;
  }

  .footer-column:nth-child(4) {
    width: 100%;
  }

  .footer-title {
    font-size: 16px;

    padding-bottom: 10px;

    margin-bottom: 14px;
  }

  .social-icon a {
    width: 35px;
    height: 35px;
  }

  /*===about-us===*/
  /*---p.p-21.05.25---*/
  .our-service-slider-wpr {
    margin: -11px;
  }

  .our-service-items {
    padding: 11px;
  }

  /*---p.p-21.05.25---*/

  input[type="text"],
  input[type="tel"],
  input[type="search"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  select {
    height: 50px;
    padding: 0 15px;
  }

  select {
    padding-left: 15px;
    padding-right: 25px;
    background: url(./images/caret-down.svg) no-repeat calc(100% - 15px) center transparent;
  }

  .job-post-form input[type="text"],
  .job-post-form input[type="tel"],
  .job-post-form input[type="search"],
  .job-post-form input[type="password"],
  .job-post-form input[type="email"],
  .job-post-form input[type="number"],
  .job-post-form select {
    padding: 0 15px;
  }

  .job-post-form select {
    padding-right: 30px;
    background: url(./images/caret-down.svg) no-repeat calc(100% - 15px) center transparent;
  }

  .footer-column:nth-child(2) {
    width: 100%;
  }

  .footer-column:nth-child(3) {
    width: 100%;
  }

  .footer-column:nth-child(4) {
    width: 100%;
  }

  .footer-title {
    font-size: 16px;

    padding-bottom: 10px;

    margin-bottom: 14px;
  }

  .social-icon a {
    width: 35px;
    height: 35px;
  }

  /*===about-us===*/
  /*---p.p-21.05.25---*/
  .video-btn {
    width: 40px;
    height: 40px;
    padding: 14px;
  }

  /*---p.p-21.05.25---*/
  .job-post-form label {
    left: 8px;
  }

  /* support starts 18.06.2025  */
  .pricing-card-body h3 {
    font-size: 25px;
  }

  .value-card span {
    font-size: 20px;
  }

  .gst-wppr span {
    font-size: 20px;
  }

  /* support ends 18.06.2025  */

  .footer-column:nth-child(2),
  .footer-column:nth-child(3) {
    width: 48%;
  }

  .job-card-hd {

    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }

  .lft_btn_job {
    padding: 12px 12px 0px 0px;
  }

  .card-right {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 410px) {
  .cmn-btn-white {
    font-size: 13px;
  }

  .hire-btn {
    bottom: 45px;
    right: 5px;
    padding: 3px 11px;
    font-size: 11px;
  }




}

@media (max-width: 374px) {
  .cmn-btn-white {
    font-size: 13px;
  }

  .hire-btn {
    bottom: 45px;
    right: 5px;
    padding: 3px 11px;
    font-size: 10px;
  }

  /*----p.p----*/


  .solution-right-part p {
    font-size: 14px;
  }

  .footer-sec {
    padding: 25px 0 27px;
  }

  .footer-top-part {
    padding-bottom: 39px;
  }

  .footer-logo-column p {
    font-size: 14px;
  }

  .footer-column:nth-child(2) {
    width: 100%;
  }

  .footer-column:nth-child(3) {
    width: 100%;
  }

  .footer-column:nth-child(4) {
    width: 100%;
  }

  /*===about-us===*/
  /*---p.p-21.05.25---*/
  .video-btn {
    width: 40px;
    height: 40px;
    padding: 14px;
  }

  /*---p.p-21.05.25---*/

  .hm-testimonials-sec .cmn-sec-head i:first-child {
    display: none;
  }

  .cmn-sec-head {
    margin-bottom: 20px;
  }

  .footer-column:nth-child(2),
  .footer-column:nth-child(3) {
    width: 48%;
  }
}

@media (max-width: 330px) {
  .woocommerce-form-login__rememberme {
    margin-top: 0px;
  }

  .hire-btn {
    right: -1px;
    padding: 2px 13px;
    font-size: 10px;
  }

}

@media (max-width: 320px) {

  .cmn-btn-white {
    font-size: 11px;
  }

  .hire-btn {
    padding: 3px 13px;
    font-size: 8px;
  }

  .solution-wpr .sub-heading {
    margin-bottom: 2px;
  }

  /*===about-us===*/
  /*---p.p-21.05.25---*/
  .video-btn {
    width: 40px;
    height: 40px;
    padding: 14px;
  }

  /*---p.p-21.05.25---*/
}



@media(max-width: 550px){
  .banner_buttons{
            flex-direction: column;
        column-gap: 10px;
        row-gap: 10px;
        bottom: 40px;
  }
  .hire-btn{
           padding: 4px 30px 4px 25px !important;
  }
}