@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/
html {
  overflow-x: hidden;
}
body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
}
.slicknav_nav a:hover {
  background: #92976d;
}
a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/***** Font Files *****/

@font-face {
  font-family: "Evogria";
  src: url(../fonts/Evogria.otf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  /* color: #28b16d; */
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Evogria";
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Evogria";
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px !important;
}

h3 {
  font-family: "Evogria";
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Evogria";
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Evogria";
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */
.cart-ank {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
.cart-ank a.btn-1 {
  width: 61%;
}
.head-ban::before {
  position: absolute;
  background-color: #262626;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  display: none;
}

header {
  position: relative;
  z-index: 111111;
  background-color: #262626;
}

.menuSec {
  padding: 15px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}
.logo-img img {
  width: 50%;
}
.head-ban {
  position: relative;
}

.cart-ank a i {
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.menuSec .row {
  align-items: center;
}
.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  /* padding: 10px 23px; */
  font-size: 14px;
  font-family: "Montserrat";
}

.menuSec ul li a:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #818756;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}
.droopdwon {
  float: left;
}
.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}
/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/*banner css start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

/* choose us */

.why_choose {
  padding: 100px 0px;
  position: relative;
}

.why_choose .row {
  align-items: center;
}

.why_choose_text > h2 {
  font-size: 90px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}

.why_choose_text > ul > li {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  gap: 15px;
}

.why_choose_text > ul > li:last-child {
  margin: 0;
}

.why_choose_text > ul {
  margin: 20px 0px;
}

.why_choose_text > p {
  width: 90%;
  margin-bottom: 20px;
}

.why_choose_text > .theme-btn {
  width: fit-content;
}

.why_choose_img > img {
  width: 100%;
  clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.2635% 0.15192%,
    50% 0%,
    51.7365% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.641% 21.3397%,
    91.0689% 22.3396%,
    92.3015% 23.5721%,
    93.3013% 25%,
    94.0379% 26.5798%,
    94.4891% 28.2635%,
    94.641% 30%,
    94.641% 70%,
    94.4891% 71.7365%,
    94.0379% 73.4202%,
    93.3013% 75%,
    92.3015% 76.4279%,
    91.0689% 77.6604%,
    89.641% 78.6603%,
    55% 98.6603%,
    53.4202% 99.3969%,
    51.7365% 99.8481%,
    50% 100%,
    48.2635% 99.8481%,
    46.5798% 99.3969%,
    45% 98.6603%,
    10.359% 78.6603%,
    8.93111% 77.6604%,
    7.69854% 76.4279%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.7365%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.2635%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.5721%,
    8.93111% 22.3396%,
    10.359% 21.3397%
  );
  transition: all 0.3s ease-in-out 0.1s;
  height: 550px;
  object-fit: cover;
  object-position: center center;
  width: 88%;
}

.why_choose_img > img:hover {
  transition: all 0.3s ease-in-out 0s;
  clip-path: polygon(
    98.6603% 45%,
    99.3969% 46.5798%,
    99.8481% 48.2635%,
    100% 50%,
    99.8481% 51.7365%,
    99.3969% 53.4202%,
    98.6603% 55%,
    78.6603% 89.641%,
    77.6604% 91.0689%,
    76.4279% 92.3015%,
    75% 93.3013%,
    73.4202% 94.0379%,
    71.7365% 94.4891%,
    70% 94.641%,
    30% 94.641%,
    28.2635% 94.4891%,
    26.5798% 94.0379%,
    25% 93.3013%,
    23.5721% 92.3015%,
    22.3396% 91.0689%,
    21.3397% 89.641%,
    1.33975% 55%,
    0.60307% 53.4202%,
    0.15192% 51.7365%,
    0% 50%,
    0.15192% 48.2635%,
    0.60307% 46.5798%,
    1.33975% 45%,
    21.3397% 10.359%,
    22.3396% 8.93111%,
    23.5721% 7.69854%,
    25% 6.69873%,
    26.5798% 5.96206%,
    28.2635% 5.51091%,
    30% 5.35898%,
    70% 5.35898%,
    71.7365% 5.51091%,
    73.4202% 5.96206%,
    75% 6.69873%,
    76.4279% 7.69854%,
    77.6604% 8.93111%,
    78.6603% 10.359%
  );
}

.why_choose > img.vec5 {
  position: absolute;
  right: 0;
  top: -6px;
  height: 42vw;
  object-fit: contain;
  width: 48vw;
}

.why_choose > img.vec2 {
  position: absolute;
  bottom: -130px;
  left: -20px;
  width: 190px;
  animation: 3s abc linear infinite;
}

.contact_form {
  padding: 70px 200px 70px;
  position: relative;
  z-index: 2;
}

.contact_form h2 {
  color: #151617;
  text-align: center;
}

.contact_form h2 > span {
  display: block;
  font-size: 75px;
}

.contact_form .form_wrp {
  display: flex;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  background: #fff;
}

.contact_form .form_wrp > img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.contact_form .form_wrp > form {
  padding: 0 30px;
}

.contact_form .form_wrp > form input {
  width: 100%;
  height: 55px;
  border: 1px solid #9a9a9a;
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.contact_form .form_wrp > form input::placeholder {
  font-size: 14px;
}

.contact_form .form_wrp > form textarea::placeholder {
  font-size: 14px;
}

.contact_form .form_wrp > form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  border: 1px solid #9a9a9a;
  resize: none;
  padding: 15px;
  border-radius: 20px;
}

.contact_form .form_wrp > form button {
  border: 0;
  background: #92976d;
  background-size: 400% 400%;
}

footer {
  position: relative;
  z-index: 1;
  padding: 0px 200px 20px;
}

footer:before {
  position: absolute;
  content: "";
  background: #131313;
  width: 100%;
  height: 200%;
  left: 0;
  z-index: -1;
  bottom: 0;
}

footer h5 {
  color: #fff;
  /* border-bottom: 1px solid #fff; */
  width: fit-content;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}

footer .footer_info > ul {
  margin-bottom: 0;
}

footer .footer_info > ul > li > a {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #fff;
}

footer .footer_info > ul > li:last-child > a {
  margin: 0;
}

footer .footer_info > ul > li > a > i {
  color: #92976d;
  font-size: 20px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
}

footer .footer_links > ul {
  margin-bottom: 0;
}

footer .footer_links > ul > li > a {
  font-size: 14px;
  color: #757577;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
}

footer .footer_links > ul {
  column-count: 2;
}

footer .footer_links > ul > li > a:after {
  position: absolute;
  content: ")";
  right: -12px;
  color: #fff;
  top: -1px;
  transition: 0.3s ease-in-out;
  transform: translate(-30px, 0px);
  opacity: 0;
}

footer .footer_links > ul > li > a:before {
  position: absolute;
  content: ")";
  left: -10px;
  color: #fff;
  transform: rotate(180deg) translate(-30px, 0px);
  transition: 0.3s ease-in-out;
  opacity: 0;
}

footer .footer_links > ul > li > a:hover:before {
  transition: 0.3s ease-in-out;
  transform: rotate(180deg) translate(0px, 0px);
  opacity: 1;
}

footer .footer_links > ul > li > a:hover:after {
  transition: 0.3s ease-in-out;
  transform: translate(0px, 0px);
  opacity: 1;
}

footer .footer_links > ul > li > a:hover {
  color: #fff;
}

.footer_links {
  position: relative;
}

.footer_links:after {
  position: absolute;
  content: "";
  background: #363636;
  width: 1px;
  height: 110%;
  left: -40px;
  top: 0;
}

.footer_links:before {
  position: absolute;
  content: "";
  background: #363636;
  width: 1px;
  height: 110%;
  right: 0px;
  top: 0;
}

footer .footer_form > p {
  width: 70%;
  color: #fff;
  margin-bottom: 20px;
}

footer .footer_form > form {
  position: relative;
}

footer .footer_form > form > input {
  width: 100%;
  height: 50px;
  padding: 20px;
  border: 0;
  border-radius: 10px;
}

footer .footer_form > form > button {
  border: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  right: 4px;
  top: 4px;
}

footer .footer_form > form > button > i {
  background: #92976d;
  color: #fff;
  font-size: 20px;
  width: 70px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

footer .copy_right {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .copy_right p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

/* footer end */

/*about start*/
section.about {
  padding: 100px 0px;
}

.abt-txt h4 {
  font-size: 41px;
  color: #1b1b1b;
  line-height: 50px;
}

.abt-txt p {
  font-size: 14px;
  color: #a7a7a7;
}
p.gree {
  background-color: #92976d;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.abt-txt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.abt-txt ul li h5 {
  font-size: 16px;
  margin: 0;
  color: #1b1b1b;
}
a.btn-1 {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

a.btn-1 span {
  padding: 16px 23px;
  background-color: #92976d;
  color: #fff;
  font-size: 14px;
  border-radius: 100px;
}

a.btn-1 img {
  margin-left: -18px;
  position: relative;
  z-index: -1;
}
/*about end*/

/* Testimonial Section Start */

.our-client-sec .head-effect::after {
  width: 50%;
}

.client-sli .slick-slide {
  opacity: 1;
}
.test-top p {
  font-size: 14px;
  color: #a6a6a6;
  width: 80%;
  margin: 0 auto;
}
.client-sli .slick-prev,
.client-sli .slick-next {
  top: 2%;
}

.client-sli .slick-prev {
  left: -50px;
}

.client-box {
  margin: 0px 0;
}

.client-sli {
  position: relative;
  z-index: 1;
}

.client-sli::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7%;
  border: 1px dashed #92976d;
  width: 100%;
  z-index: -1;
}

.client-sli .slick-prev:before {
  content: "\f053";
  font-weight: 600;
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "FontAwesome";
}

.client-sli .slick-next:before {
  content: "\f054";
  font-weight: 600;
  font-family: "";
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "FontAwesome";
}

.client-box h6 {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #92976d;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.client-box .quotess::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-image: url(../images/p1.png);
  color: #fff;
  font-size: 30px;
  z-index: 99;
}

.client-box .quotess::before {
  z-index: 2;
  color: #fff;
  font-size: 20px;
}

.client-ineer-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ffff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
  z-index: 2;
  background-color: #fff;
  padding: 60px 28px;
  position: relative;
  box-shadow: 0 0 10px 0 #00000022;
  background: #fff;
  border-radius: 10px;
}

.client-ineer-box ul {
  display: flex;
  justify-content: space-between;
}

.client-ineer-box ul li h4 {
  color: #92976d;
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  font-family: "Evogria";
  line-height: 1.2;
  text-transform: capitalize;
}

.client-ineer-box ul li h4 span {
  font-size: 15px;
  display: block;
  color: #7c7c7c;
  text-transform: capitalize;
  margin-top: 0px;
  font-family: "Montserrat";
}

.client-ineer-box ul li i {
  color: #ffb503;
  margin-right: 5px;
}

section.our-client-sec.themes-padd {
  padding: 80px 0;
  background-image: url(../images/client-back.jpg);
  width: 100%;
  height: 740px;
  background-repeat: no-repeat;
  background-position: bottom;
}

section.our-client-sec.themes-padd .slick-track {
  margin-bottom: 30px;
}

h2.themes-h2.head-effect {
  font-size: 70px;
  color: #1f1f1f;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: #000;
}

.client-sli .slick-next {
  right: -20px;
}

.client-ineer-box p {
  font-size: 15px;
  color: #7c7c7c;
  margin: 0;

  font-weight: 400;
  height: 110px;
  display: flex;
  align-items: center;
}

section.our-client-sec h6 {
  font-size: 30px;
  color: #1f1f1f;
}

section.our-client-sec h6 span {
  color: #ff0004;
}
.theme_heading h2 {
  color: #000;
  font-size: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.client-sli .slick-next {
  color: #fff;
}
/* Testimonial Section End */
/*chose start*/
section.chose .row {
  align-items: center;
}
.chose-txt h3 {
  font-size: 48px;
  line-height: 50px;
  color: #151413;
  margin-bottom: 10px;
}

.chose-txt p {
  font-size: 13px;
  color: #b5b5b5;
  line-height: 21px;
}
.chose-txt ul {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.double-ul {
  display: flex;
}

.chose-img img {
  width: 100%;
}
.double-ul ul li h5 {
  color: #1b1b1b;
  font-size: 16px;
  margin-bottom: 3px;
}

.double-ul ul li p {
  font-size: 12px;
  line-height: 20px;
}
.chose-txt ul li img {
  width: 23px;
}
.chose-txt {
  position: relative;
  z-index: 1;
  width: 117%;
  background-color: #fff;
  padding: 20px;
  padding-right: 30px;
  border-radius: 10px;
}
/*chose end*/
/*product start*/
.pro-slid .slick-active {
  opacity: 1;
}
.pro-slid .slick-slide {
  margin: 0px 10px;
}
.pro-top-txt h3 {
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
  border-bottom: 1px solid #00000073;
  padding-bottom: 22px;
  margin-bottom: 0px;
}
.pro-top-txt {
  margin-bottom: 30px !important;
}
.pro-txt {
  background-color: #f4f4f4;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pro-txt h4 {
  font-size: 20px;
  font-family: "Montserrat";
  color: #000000;
  margin-bottom: 0px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price h4 {
  font-size: 19px;
  color: #2b2b2b;
  font-family: "Evogria";
  margin: unset;
}
.price i {
  background-color: #92976d;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-txt p {
  border-bottom: 1px solid #0000006e;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pro-slid .slick-prev:before {
  content: "\f053";
  font-weight: 600;
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "FontAwesome";
}
.pro-slid .slick-next:before {
  content: "\f054";
  font-weight: 600;
  font-family: "";
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "FontAwesome";
}
.pro-slid .slick-prev,
.pro-slid .slick-next {
  position: absolute;
  top: -100px;
  right: 30px;
  left: auto;
}

.pro-slid .slick-prev {
  right: 90px;
}

.pro-slid ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin-bottom: -10px;
  padding: 3px 10px;
  background-color: #fff;
  box-shadow: 0 0 3px #00000052;
  width: fit-content;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  bottom: -60px;
  border-radius: 100px;
  border: 1px solid #92976d;
}
.pro-slid .slick-dots li.slick-active button:before {
  border: 1px solid #92976d;
  opacity: 1;
  border-radius: 10px;
  color: #92976d;
  font-size: 12px;
}
.pro-slid .slick-dots li button:before {
  color: #dfdfdf;
  opacity: 1;
  font-size: 13px;
}
section.product {
  padding-bottom: 70px;
}
/*product end*/
/*what we start*/
.we-bx a img {
  width: 73px;
}
.what-we-slid .slick-active {
  opacity: 1;
}
section.what-we-do {
  margin: 0 0 100px 0px;
  padding: 80px 0px 100px;
  background-color: #0f0f0f;
}
.what-we-txt {
  text-align: center;
  margin-bottom: 40px !important;
}

.what-we-txt h3 {
  font-size: 55px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
}

.what-we-txt p {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}
.what-we-slid .slick-slide {
  opacity: 1;
}
.we-img img {
  height: 520px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  width: 100%;
}

.we-img {
  width: 55%;
}
.we-bot-txt h6 {
  font-size: 19px;
  line-height: 29px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.we-bot-txt p {
  color: #6a6a6a;
  font-size: 15px;
}

.we-bot-txt {
  padding: 60px 30px;
  background-color: #fff;
  width: 72%;
  border-radius: 20px;
  border-bottom: 10px solid #92976d;
  position: absolute;
  bottom: 40px;
  right: 0px;
}

.we-bx {
  position: relative;
}

.we-bot-txt h6 span {
  display: block;
}
.custom-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 60px 0 20px;
}

.slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}

.slider-btn.prev {
  border: 1px solid #cfcfcf;
  background-color: transparent;
  color: #cfcfcf;
}

.slider-btn.next {
  border: 1px solid #cfcfcf;
  background-color: transparent;
  color: #cfcfcf;
}

.slider-btn.prev:hover {
  border: 1px solid #92976b;
  background-color: #92976b;
  color: #fff;
}

.slider-btn.next:hover {
  border: 1px solid #cfcfcf;
  background-color: #92976d;
  color: #fff;
}

.current-slide {
  font-size: 40px;
  color: #fff;
  font-family: "Evogria";
  font-weight: 600;
}

.divider {
  width: 80px;
  height: 1px;
  background-color: #ccc;
}

.total-slide {
  color: #fff;
  font-size: 15px;
  font-family: "Evogria";
}
section.main_slider.inner-banner + .container {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  position: relative;
}

section.main_slider.inner-banner
  + .container
  div#banner
  section.main_slider
  .banner-icon
  ul {
  position: relative;
}

section.main_slider.inner-banner
  + .container
  div#banner
  section.main_slider
  .banner-icon
  ul::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  background: #fff;
  bottom: 104%;
  left: 17px;
}

section.main_slider.inner-banner
  + .container
  div#banner
  section.main_slider
  .banner-icon
  ul::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  background: #fff;
  top: 91%;
  left: 17px;
}

/* section.main_slider.inner-banner + .container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background-color: #262626 !important;
} */
/*banner start*/

section.main_slider.inner-banner + .container::before {
  display: none;
}

section.main_slider .slick-prev {
  display: none !important;
}

section.main_slider .slick-next.slick-arrow {
  display: none !important;
}
section.main_slider {
  position: relative;
  z-index: 1;
  height: 730px;
  /*background-color: #262626 !important;*/
}

.banner_text.wow.fadeInLeft {
  position: absolute;
  z-index: 111;
  background-color: #818758;
  width: 46%;
  left: 0;
  top: 17%;
  padding: 50px 0px 50px 8%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bann-img {
  position: absolute;
  right: 0;
  width: 91%;
  left: auto;
  height: 700px;
}
.bann-img .slick-slide {
  margin: 0 0;
}
.bann-img img {
  height: 700px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.banner_text h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.banner_text h1 span {
  display: block;
}

.banner_text p {
  font-size: 14px;
  color: #fff;
  width: 90%;
  margin-bottom: 30px;
}
section.main_slider .custom-slider-controls {
  position: absolute;
  z-index: 1111111;
  bottom: 68px;
  width: 24%;
  left: 12%;
  gap: 15px;
}

section.main_slider .slider-btn.prev {
  color: #fff;
  border: 1px solid #ffff;
}

section.main_slider .custom-slider-controls span.current-slide.slide-count {
  font-size: 23px;
}

section.main_slider .total-slide {
  font-size: 15px;
  color: #4e4e4e;
}
section.main_slider .divider {
  display: none;
}

.banner-icon {
  position: absolute;
  top: 100px;
  left: 29px;
}

.banner-icon ul li a i {
  font-size: 15px;
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-icon ul li {
  padding-bottom: 40px;
}
.banner-icon h5 {
  margin: 0;
  transform: rotate(90deg);
  font-size: 20px;
  color: #232323;
  line-height: 20px;
  position: relative;
  left: -31px;
  top: 50px;
}

.banner-icon ul li a i:hover {
  background-color: #000;
  transition: 1s;
}
.we-bot-txt:hover {
  background-color: #92976b;
  transition: 1s;
}

.we-bot-txt:hover h6 {
  color: #fff;
}

.we-bot-txt:hover p {
  color: #fff;
}

.we-bot-txt:hover a {
  border: 1px solid #fff;
  width: fit-content;
  border-radius: 100px;
}
.pro-txt:hover {
  transition: 1s;
  background-color: #92976b;
}

.new-what-we-slid.blog-txt.slick-initialized.slick-slider .slick-active {
  opacity: 1;
}
.blog-arrow .current-slide {
  display: none;
}
.blog-arrow .divider {
  display: none;
}
.blog-arrow .total-slide {
  display: none;
}

/* Customizer css start  */

.page-id-88
  a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background-color: #818758;
  color: #fff;
}
.page-id-88 a.wc-block-components-product-name {
  color: #818758;
}
.client-ineer-box p {
  font-size: 15px;
  color: #7c7c7c;
  margin: 0;
  font-weight: 400;
  height: 110px;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.woocommerce-product-details__short-description ul {
  margin: 2px 0;
  padding-bottom: 21px;
  font-family: "Poppins";
  color: #585858;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400 !important;
  list-style: disc;
  margin-left: 20px;
}

.footer_info {
  padding-right: 30px;
}

.pro-txt {
  height: 223px;
}

div#popmake-417 .gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  background-color: #eee;
  border: none;
  padding-left: 13px;
}
div#popmake-417 input#gform_submit_button_2 {
  padding: 16px 23px;
  background-color: #92976d;
  color: #fff;
  font-size: 14px;
  border-radius: 100px;
  border: none;
}
div#popmake-417 h2 {
  font-size: 38px;
  margin-bottom: 15px !important;
}
div#popmake-417 .test-top p {
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  font-family: inherit;
  color: #000;
  font-style: italic;
}

.pum-container.pum-responsive.pum-responsive-medium {
  margin-left: -30%;
  width: 50%;
  padding-top: 36px;
  border-radius: 10px;
  border-color: #92976d;
}

.back-01 {
  margin-top: 42px;
  text-align: center;
  align-items: center;
  display: ruby;
}

.service-detail h4 {
  font-size: 41px;
  line-height: 50px;
  margin-bottom: 20px !important;
}

footer .copy_right {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.custom-slider-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  margin: 60px 0 20px;
  margin-left: 27px;
}

.blog-det h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.blog-det ul {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  list-style: disc;
  margin-left: 21px;
}

.menuSec ul li a {
  font-family: sans-serif !important;
  font-size: 15px !important;
}

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

footer {
  position: relative;
  z-index: 1;
}
.inner-banner {
  display: none;
}

p.gree {
  background-color: #92976d;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-family: "Evogria";
}

.double-ul {
  display: block;
  margin-bottom: 32px;
}
.double-ul ul li h5 {
  font-size: 13px;
}
.chose-txt h4 {
  margin-bottom: 22px;
  font-size: 20px;
}

/* Heading */
label[for="home-form-REQUEST_A_CALL_BACK"] {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Radio options styling */
label.radio-option {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}

/* Radio ko normal size pe le ao */
label.radio-option input[type="radio"] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  accent-color: #007bff; /* modern browsers me blue fill aayega */
  cursor: pointer;
}
label.radio-option {
  display: contents;
  align-items: center;
  margin-bottom: 6px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  line-height: 42px;
}

label.radio-option input[type="radio"] {
  margin-left: 8px;
}

.contact_form .form_wrp > form textarea {
  height: 129px;
  margin-bottom: 0px;
}
.contact_form .form_wrp > form {
  padding: 0px 30px;
  margin-top: 30px;
}

.banner-icon h5 {
  top: 150px;
}

label.radio-option input[type="radio"] {
  margin-left: 8px;
  align-items: center;
  vertical-align: sub;
}

section.main_slider .custom-slider-controls {
  display: none;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  border: solid 1px #000;
  border-radius: 3px;
  height: 44px;
}
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 8px;
  width: 100%;
  height: 61px;
  font-size: 21px;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: "Poppins";
  background: #818758;
  color: #fff;
  border: none;
}
.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 0;
  text-transform: uppercase;
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 102px;
  border: solid 1px;
  border-radius: 2px;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
}

p.gform_required_legend {
  display: none;
}

.contact_form .form_wrp {
  gap: 32px;
}

.boxhmm.wpb_column.vc_column_container.vc_col-sm-12 {
  background-color: #818758;
  padding: 30px 0px;
  border-radius: 20px;
}
.boxhmm h4 {
  color: white;
  padding-top: 10px;
}
.boxhmm a {
  color: white;
}

.footer-01 ul li a i {
  font-size: 15px;
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-01 ul {
  display: flex;
  gap: 15px;
  margin-top: 28px;
}

.footer-02 ul li a i {
  font-size: 15px;
  color: #818758;
  width: 35px;
  height: 35px;
  border: 1px solid #818758;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-so .footer-02 ul {
  text-align: center !important;
  display: inline-flex !important;
}

.footer-02 ul {
  display: flex;
  gap: 15px;
  margin-top: 28px;
}

.sec-so .footer-02 {
  text-align: center !important;
}

div#contctfstsec {
  margin-bottom: 80px !important;
}

.contact_form.container {
  padding: 20px 60px 0 0px;
  width: 1040px;
  border-radius: 50px;
}

.woocommerce-message {
  margin-top: 80px;
}

.pro-txt p {
  color: black;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.woocommerce-order table {
  width: 98%;
}
.woocommerce-order th,
.woocommerce-order td {
  padding: 10px 5px;
}

a.btn-1.brch {
  margin-top: 60px;
}
.footer_wrp a.btn-1.brch {
  display: flex;
  justify-content: flex-start;
}

div#banner {
  opacity: 1;
}
.blog-det .abt-img.wow.bounceInLeft {
  position: relative;
  z-index: 9;
  padding-top: 160px;
}

span.price.wc-block-components-product-price {
  margin-bottom: 15px;
}

.summary.entry-summary form.cart {
  margin-bottom: 22px;
}

a.btn-1.blgg {
  top: 30px;
  justify-content: center;
}

.blog-sec button.slick-next.slick-arrow {
  display: block !important;
}
.row.blog-arrow {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}

.single-product div.product {
  padding-top: 80px;
}

.logo-bth {
  display: flex;
  flex-direction: row;
}
img.ifsm-logo {
  max-width: 270px;
  height: fit-content;
}
img.partner-logo.NAC-Logo {
  width: 170px;
  margin: 0 20px 0 70px;
}

.pro-slid-1 .slick-next:before {
  content: "\f054";
  font-weight: 600;
  font-family: "";
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "FontAwesome";
}
.pro-slid-1 .slick-prev:before {
  content: "\f053";
  font-weight: 600;
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "FontAwesome";
}
.pro-slid-1 .slick-dots li.slick-active button:before {
  border: 1px solid #92976d;
  opacity: 1;
  border-radius: 10px;
  color: #92976d;
  font-size: 12px;
}
.pro-slid-1 .slick-dots li button:before {
  color: #dfdfdf;
  opacity: 1;
  font-size: 13px;
}
.pro-slid-1 ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin-bottom: -10px;
  padding: 3px 10px;
  background-color: #fff;
  box-shadow: 0 0 3px #00000052;
  width: fit-content;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  bottom: -60px;
  border-radius: 100px;
  border: 1px solid #92976d;
}

.blog-sec button.slick-next.slick-arrow {
  display: block !important;
  top: -100px;
  right: 30px;
}
.blog-sec button.slick-prev.slick-arrow {
  display: block !important;
  top: -100px;
  left: 90% !important;
}

.pro-slid-1 .slick-active {
  opacity: 1;
}
.pro-slid-1 ul.slick-dots {
  display: none;
}

.client-ineer-box p {
  height: 140px;
}

/*Media Query Starts*/

/*search css*/

a.post-thumbnail {
  width: 30%;
  float: left;
  margin-right: 20px;
}

a.post-thumbnail img {
  width: 95%;
  height: 100%;
}

.entry-summary {
  float: left;
  width: 68%;
}

footer.entry-footer {
  display: none;
}

section.search_sec article {
  width: 100%;
  float: left;
  margin-bottom: 33px;
}

/*search css end*/

.menuSec ul li a {
  text-transform: uppercase;
}

.footer_form input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 20px;
  border: 0;
  border-radius: 10px;
}
.footer_form button i.fa-solid.fa-paper-plane {
  background: #92976d;
  color: #fff;
  font-size: 20px;
  width: 70px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.footer_form button {
  border: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  right: 4px;
  top: 4px;
}
.form {
  position: relative;
}

footer:before {
  height: 85%;
}

footer {
  position: relative;
  z-index: 1;
  padding: 80px 200px 0px;
  background-color: #131313;
}

.inner-banner {
  height: 340px !important;
  background-color: #262626 !important;
}

.inner-banner .banner_text.wow.fadeInLeft {
  top: 17%;
}

.head-ban::before {
  height: 12%;
}

.service-detail .abt-img.wow.bounceInLeft {
  text-align: center;
  margin-bottom: 50px;
}

.main-head h4 {
  text-align: center;
}

.service-detail {
  padding-bottom: 50px !important;
}

.blog-txt ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-arrow .current-slide {
  color: #000000 !important;
}
.blog-arrow .total-slide {
  color: #000000;
}
.date-inner {
  text-align: center;
  font-weight: 800;
  margin-top: 20px;
  color: #937b74;
  margin-bottom: 30px;
}

.blog-sec button.slick-prev.slick-arrow.slick-disabled {
  display: none !important;
}
.blog-sec button.slick-next.slick-arrow {
  display: none !important;
}

section.error-404.not-found h1.page-title {
  color: #000;
}
section.error-404.not-found {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ===== ORDER RECEIVED PAGE STYLING ===== */

.woocommerce-order {
  max-width: 100%;
  margin: 50px auto;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  border-radius: 8px;
}

.woocommerce-order h2 {
  font-size: 28px;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.woocommerce-order strong {
  color: #000;
  font-weight: 600;
}

.woocommerce-order .woocommerce-order-overview {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
  margin-top: 80px;
}

.woocommerce-order table {
  width: 94%;
  border-collapse: collapse;
  margin-top: 15px;
  background-color: #fafafa;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce-order th,
.woocommerce-order td {
  text-align: left;
  padding: 12px 15px;
  border-bottom: 1px solid #eaeaea;
}

.woocommerce-order th {
  background-color: #f4f4f4;
  font-weight: 600;
  color: #555;
}

.woocommerce-order tfoot td {
  font-weight: bold;
}

.woocommerce-order a {
  color: #0073aa;
  text-decoration: none;
}

.woocommerce-order a:hover {
  color: #005177;
  text-decoration: underline;
}

/* Billing Address */
.woocommerce-order address {
  background-color: #f9f9f9;
  padding: 15px;
  border-left: 4px solid #0073aa;
  font-style: normal;
  border-radius: 5px;
}

/* Downloads */
.woocommerce-order .woocommerce-order-downloads {
  margin-top: 30px;
  padding: 20px;
  background-color: #e8f5ff;
  border-left: 5px solid #00a0d2;
  border-radius: 5px;
}

.woocommerce-order .woocommerce-order-downloads h2 {
  color: #0073aa;
}

.woocommerce-order .woocommerce-order-downloads a.button {
  background-color: #00a0d2;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
}

.woocommerce-order .woocommerce-order-downloads a.button:hover {
  background-color: #0073aa;
}

.what-we-txt h3 {
  color: #000000;
}
.what-we-txt p {
  color: #000000;
}
section.what-we-do {
  background-color: transparent;
}
.current-slide {
  color: #000000;
}
.total-slide {
  color: #000000;
}
.slider-btn.prev {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}
.slider-btn.next {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}

.client-logos {
  transition: all 0.3s ease-in-out;
  border-radius: 8px; /* optional, thoda smooth look ke liye */
}

.client-logos:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px); /* thoda upar lift hoga */
}

/*.client-logos img {*/
/*    box-shadow: 0 8px 11px rgb(127 133 87 / 35%);*/
/*}*/

.client-logos {
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  border: solid 1px #eee;
  /*height: 162px;*/
  /*margin-bottom: 12px;*/
}

.client-logos h3 {
  font-size: 25px;
  text-align: left;
}
.client-logos .what-we-txt.wow.bounceInDown {
  text-align: left;
}
.client-logos .what-we-txt p {
  margin-left: 0px;
  font-family: "Montserrat";
}
.client-logos img {
  width: 322px;
}

.partner-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgb(129 135 88 / 54%);
  padding: 25px;
  text-align: left;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.partner-logo {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 13px;
}

.partner-name a {
  color: #818758;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 600;
}

.partner-name a:hover {
  color: #000000;
}

.partner-info i {
  color: #818758;
  font-size: 1rem;
  width: 18px;
}

.partner-info a {
  color: #0056b3;
  text-decoration: none;
}

.partner-info a:hover {
  text-decoration: underline;
}

.partner-desc {
  margin-top: 15px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

section.what-we-do {
  margin: 0 0 20px 0px;
  padding: 80px 0px 100px;
}

.partner-card {
  height: 572px;
}

.partner-box .partner-card {
  height: 712px;
}
img.partner-logo.NAC-Logo {
  width: 160px;
}

.logo-bth {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.logo-bth img {
  width: 150px !important;
  margin: 0px !important;
}

.postid-62 .head-ban::before {
  height: 7%;
}

.single-our_services .head-ban::before {
  height: 8%;
}

.woocommerce-checkout .head-ban::before {
  height: 9%;
}

.single-product .head-ban::before {
  height: 6%;
}

.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
  width: auto !important;
}

.page-id-27 section.what-we-do {
  margin-bottom: 80px;
}

.page-id-294 section.vc_section.product.blog-sec {
  padding-bottom: 100px !important;
}

.postid-1044 .service-detail .abt-img.wow.bounceInLeft {
  padding-top: 0px !important;
}

/* Responsive */
@media (max-width: 600px) {
  .woocommerce-order {
    padding: 20px;
  }

  .woocommerce-order table,
  .woocommerce-order th,
  .woocommerce-order td {
    font-size: 14px;
  }

  .woocommerce-order h2 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-ban::before {
    height: 15% !important;
  }
  .pro-top-txt {
    padding-top: 20px;
  }
  .inner-banner {
    height: 200px !important;
    background-color: #262626 !important;
  }
  .u-column1.col-1 {
    padding-top: 50px;
    padding: 20px !important;
  }
  .u-column2.col-2 {
    padding: 20px !important;
    height: 415px !important;
  }
  .u-column1.col-1 h2,
  .u-column2.col-2 h2 {
    font-size: 30px !important;
  }

  .menuSec ul li a {
    font-family: sans-serif !important;
    font-size: 12px !important;
  }
  section.about {
    padding: 100px 0px 100px !important;
  }
  section.vc_section.chose {
    padding: 80px 0px !important;
  }

  a.btn-1 span {
    padding: 10px 20px;
    font-size: 10px !important;
  }

  .abt-img img {
    width: 100%;
    height: 470px !important;
    object-fit: cover;
    border-radius: 20px;
  }

  section.vc_section.what-we-do.vc_custom_1758186335953 .slick-dots {
    display: none;
  }
  section.what-we-do {
    padding: 220px 0px;
  }
  .box-1 h4 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .head-ban::before {
    height: 400px !important;
  }
  .pro-top-txt {
    padding-top: 0px;
  }
  .inner-banner {
    height: 160px !important;
  }
  .vc_custom_1763018864911 {
    margin-top: 40px !important;
  }

  .u-column1.col-1 {
    width: 100%;

    padding: 10px !important;
  }
  .u-column1.col-1 h2,
  .u-column2.col-2 h2 {
    font-size: 30px !important;
    margin-top: 5px !important;
  }
  button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
    height: 50px;
  }
  .u-column2.col-2 {
    height: 365px !important;
  }
  .u-column2.col-2 {
    padding: 15px !important;
    margin-top: 10px !important;
    width: 100%;
  }

  input#rememberme {
    width: 7%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    background: #92976f !important;
    margin-top: 60px !important;
    float: none !important;
    color: #fff !important;
  }
  .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    background: #262626 !important;
    color: #fff !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
  .page-id-88 .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .head-ban::before {
    height: 400px !important;
  }
  .pro-top-txt {
    padding-top: 0px;
  }
  section.what-we-do {
    padding: 0px 0px 100px;
  }
  input#rememberme {
    width: 7%;
  }
  .inner-banner {
    height: 160px !important;
  }
  .u-column2.col-2 {
    height: 504px;
    width: 100%;
  }
  .vc_custom_1763018864911 {
    margin-top: 40px !important;
  }
  section.about {
    padding: 80px 0px;
  }
  .u-column1.col-1 {
    width: 100%;

    padding: 10px !important;
  }
  .u-column1.col-1 h2,
  .u-column2.col-2 h2 {
    font-size: 30px !important;
    margin-top: 5px !important;
  }
  button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
    height: 50px;
  }
  .u-column2.col-2 {
    height: 444px !important;
  }
  .u-column2.col-2 {
    padding: 15px !important;
    margin-top: 10px !important;
  }

  section.what-we-do {
    padding: 60px 0px 50px !important;
  }
  section.vc_section.about {
    padding: 100px 0px 0 !important;
  }

  section.our-client-sec.themes-padd {
    padding: 100px 0px 40px !important;
  }
  section.product {
    padding: 0px 0px !important;
    margin-top: 0px !important;
  }
  section.vc_section.what-we-do.vc_custom_1762507655930 {
    padding: 0 0px !important;
  }
  body.home.wp-singular.page-template-default.page.page-id-25.wp-custom-logo.wp-theme-chris-langdon.theme-chris-langdon.woocommerce-js.woocommerce-active.wpb-js-composer.js-comp-ver-6\.6\.0.vc_responsive
    .head-ban::before {
    height: 11% !important;
  }
  body.wp-singular.post-template-default.single.single-post.postid-654.single-format-standard.wp-custom-logo.wp-theme-chris-langdon.theme-chris-langdon.woocommerce-js.woocommerce-active.wpb-js-composer.js-comp-ver-6\.6\.0.vc_responsive
    .head-ban::before {
    height: 8% !important;
  }

  section.blog-sec .recent_heading {
    height: 0px;
    margin-top: -50px;
  }
  section.vc_section.product.blog-sec {
    padding: 100px 0px 0px !important;
  }
  .page-id-88 .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    width: 42px;
  }
}

@media (max-width: 1366px) {
  .contact_form.container {
    padding: 20px 0px 10px 10px;
  }
  a.btn-1 span {
    font-size: 12px;
    padding: 19px 16px;
  }

  .pro-txt {
    height: 280px;
  }

  .pro-txt h4 {
    font-size: 17px;
    line-height: 22px;
  }

  .we-img {
    width: 93%;
  }

  .we-bot-txt {
    padding: 20px 20px;
  }

  .we-img img {
    height: 440px;
  }

  .woocommerce-product-details__short-description p {
    line-height: 22px;
  }

  .summary.entry-summary h1.product_title.entry-title {
    font-size: 30px;
    line-height: 38px !important;
    margin-bottom: 10px;
  }

  .summary.entry-summary p.price {
    margin: 0px 0px 10px;
  }

  .summary.entry-summary span.woocommerce-Price-amount.amount {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1280px) {
  .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    width: 38%;
    margin-bottom: 24px;
  }

  .page-id-89 h3.wc-block-components-product-name {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .page-id-89 .wc-block-components-sidebar {
    width: 100% !important;
  }
  .page-id-89 .wp-block-woocommerce-checkout {
    width: 100% !important;
  }
  .page-id-89 .head-ban::before {
    height: 14% !important;
  }
  .page-id-89 .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 24px;
  }
  .contact_form.container {
    padding: 20px 0px 10px 10px;
  }
  a.btn-1 span {
    font-size: 12px;
    padding: 16px 16px;
  }

  section.what-we-do {
    margin: 0 0 60px 0px;
    padding: 80px 0px 60px;
  }
  .woocommerce-checkout .head-ban::before {
    height: 8% !important;
  }

  .page-id-252 section.what-we-do {
    padding: 40px 0;
    margin: 0 0 20px 0;
  }

  .we-bot-txt {
    width: 90%;
  }

  .we-bot-txt h6 {
    font-size: 15px;
    line-height: 22px;
  }

  .we-bot-txt ul {
    margin-bottom: 12px;
  }
}

@media (max-width: 1024px) {
  /* Fonts css Starts */

  h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
  }

  h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 !important;
  }

  h3 {
    font-size: 35px !important;
    line-height: 40px !important;
    margin: 0 !important;
  }

  h4 {
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 !important;
  }

  p {
    font-size: 14px !important;
    line-height: 25px;
    margin: 0;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  a.btn-1 span {
    padding: 10px 20px;
    font-size: 12px;
  }

  a.btn-1 img {
    margin-left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    object-fit: contain;
  }

  /* Buttons css Ends */

  /* Home css Starts */

  .head-ban::before {
    height: 14% !important;
  }

  header .logo-ex {
    order: 1;
  }

  header .btn-ex {
    order: 2;
  }

  header .menu-ex {
    order: 3;
  }

  .logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin: 20px 0;
  }

  .logo-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .menuSec ul {
    margin: 20px 0;
  }

  .cart-ank {
    justify-content: end;
    gap: 5px;
  }

  .cart-ank a.btn-1 {
    width: auto;
  }

  .cart-ank a i {
    font-size: 16px;
    height: 50px;
    width: 50px;
  }

  section.main_slider {
    height: 100%;
  }

  section.main_slider .bann-img .slick-slide {
    width: 100% !important;
  }

  section.main_slider .slick-track {
    width: 100% !important;
  }

  .bann-img {
    width: 100%;
    left: 0;
    position: relative;
    height: 100%;
  }

  .bann-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .banner_text.wow.fadeInLeft {
    width: 60%;
    margin: 0 0 0 20px;
    left: 0;
    right: 0;
    top: 5%;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }

  .banner_text h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
  }

  .banner_text p {
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    width: 100%;
  }

  .banner-icon {
    position: relative;
    top: 0;
    left: 0;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .banner-icon ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin: 0;
  }

  .banner-icon ul li {
    padding: 0;
  }

  .banner-icon h5 {
    transform: unset;
    font-size: 16px;
    line-height: 1;
    left: 0;
    top: 0 !important;
    position: relative;
  }

  section.about {
    padding: 80px 0px;
  }

  .abt-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 20px 0;
  }

  .abt-txt h4 {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }

  p.gree {
    font-size: 14px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 50px;
    padding: 0 10px;
    width: 100%;
  }

  .abt-txt ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .abt-txt ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding: 0;
  }

  .abt-txt ul li h5 {
    font-size: 14px;
    line-height: 25px;
  }

  footer:before {
    display: none;
  }

  section.what-we-do {
    padding: 80px 0;
    margin: 0 0 60px 0;
  }

  .what-we-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0 !important;
  }

  .what-we-txt h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
  }

  .what-we-txt p {
    width: 100%;
  }

  .we-bx {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
  }

  .we-img {
    width: 100%;
  }

  .we-img img {
    height: 200px;
    border-radius: 5px;
  }

  .we-bot-txt {
    padding: 20px;
    border-radius: 5px;
    margin: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    border-bottom: 5px solid #92976d;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .we-bot-txt h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }

  html .custom-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 !important;
  }

  .current-slide {
    font-size: 25px;
    line-height: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chose-txt {
    padding: 0;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0 0 20px 0 !important;
  }

  .double-ul {
    display: flex !important;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 10px 0 !important;
  }

  .double-ul ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .chose-txt ul li img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
  }

  .double-ul ul li h5 {
    font-size: 12px;
    line-height: 20px;
  }

  section.our-client-sec.themes-padd {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
  }

  .theme_heading h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 !important;
  }

  .test-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .test-top p {
    width: 100%;
  }

  .client-sli .slick-prev,
  .client-sli .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset;
    bottom: -10%;
  }

  .client-sli .slick-prev {
    right: 0;
    left: 48%;
  }

  .client-sli .slick-prev:before,
  .client-sli .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }

  .client-sli .slick-next {
    right: 0;
    left: 55%;
  }

  .client-sli .slick-slide {
    margin: 0px 10px;
  }

  .client-box .quotess {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
  }

  .client-box .quotess::before {
    font-size: 16px;
  }

  .client-ineer-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    padding: 20px;
    height: 100%;
    margin: 40px 0 0 0;
  }

  .client-ineer-box ul {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .client-ineer-box ul li h4 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .client-ineer-box p {
    font-size: 12px !important;
    line-height: 25px !important;
    height: 100% !important;
  }

  .client-ineer-box ul li h4 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .client-ineer-box ul li h4 span {
    font-size: 13px;
    line-height: 1;
  }

  .client-ineer-box::before {
    top: -20px;
    left: 2%;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  section.product {
    padding: 20px 0 !important;
    margin: 20px 0 100px 0 !important;
  }

  .pro-top-txt h3 {
    padding: 0 0 10px 0;
  }

  .pro-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    height: 100% !important;
    border-radius: 0 0 5px 5px;
  }

  .pro-txt h4 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
  }

  .pro-slid ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    gap: 10px;
    bottom: 0;
    position: relative;
    margin: 40px auto 0 auto;
    right: 0;
    left: 0;
  }

  .pro-slid ul.slick-dots li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
  }

  html .vc_custom_1758183611918 {
    padding: 40px 0 !important;
  }

  html .contact_form .form_wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    box-shadow: unset;
    border-radius: 10px;
    overflow: hidden;
  }

  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 0 20px 0 !important;
  }

  .contact_form h2 {
    margin: 0 0 20px 0 !important;
  }

  html footer {
    padding: 40px 0 0 0 !important;
  }

  .footer_info,
  .footer_links {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 10px 0;
  }

  footer h5 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
  }

  footer .footer_info > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 20px 0 !important;
  }

  .footer_info ul li a {
    gap: 10px !important;
    margin: 0 !important;
  }

  footer .footer_links > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
    margin: 0 0 20px 0;
  }

  footer .footer_links > ul li a {
    margin: 0;
  }

  .footer_form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  footer .footer_form > p {
    width: 100%;
    margin: 0;
  }

  .footer_form .form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .footer_form button {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0 !important;
    top: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  .footer_form button i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
  }

  .footer_form .form input {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 20px;
    height: 60px;
    border-radius: 5px;
  }

  footer .copy_right {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
  }

  .pro-slid .slick-prev,
  .pro-slid .slick-next {
    top: unset;
    bottom: -10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pro-slid .slick-prev:before,
  .pro-slid .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 15px;
  }

  .pro-slid .slick-next {
    right: 45%;
    left: auto;
  }

  .pro-slid .slick-prev {
    right: 51%;
  }

  .footer_links:after,
  .footer_links:before {
    display: none;
  }

  /* Home css Ends */

  /* Partner Page Css Starts */

  .partner-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 10px !important;
    height: 100% !important;
    margin: 20px 0;
    padding: 15px !important;
    border-radius: 5px !important;
  }

  .partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 200px;
    object-fit: contain;
    margin: 0 auto;
  }

  .partner-card h3.partner-name {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .partner-name a {
    font-size: 17px;
    line-height: 35px;
  }

  .partner-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .partner-info p {
    display: flex !important;
    align-items: center !important;
    justify-content: start;
    gap: 10px !important;
    width: 100%;
  }

  .partner-desc {
    margin: 0;
    font-size: 12px;
    line-height: 25px;
  }

  /* Partner Page Css Ends */

  /* Contact Us Page Css Starts */

  section.blog-sec .box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
    margin: 20px 0;
  }

  section.blog-sec .wpb_wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  section.blog-sec .wpb_wrapper .vc_row {
    width: 100%;
  }

  section.blog-sec .wpb_single_image img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: contain;
  }

  section.blog-sec .recent_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }

  .contact_form.container {
    padding: 20px 0px 70px 10px;
  }

  .page-id-29 .head-ban::before {
    height: 11% !important;
  }

  /* Contact Us Page Css Ends */

  .single-our_services .head-ban::before {
    height: 11% !important;
  }
  .woocommerce-checkout .head-ban::before {
    height: 9% !important;
  }

  .single-product .head-ban::before {
    height: 8% !important;
  }

  .page-id-164 section.blog-sec .wpb_wrapper {
    gap: 0px;
  }

  .page-id-164 section.blog-sec .box-1 {
    margin: 0px;
    height: 230px;
  }

  .page-id-164 section.blog-sec .box-1 h4 {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 20px 0px 0px;
  }

  .page-id-164 section.blog-sec .wpb_single_image img {
    width: 40px;
    height: 40px;
  }

  .page-id-27 section.what-we-do a.btn-1.brch {
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 820px) {
  /* Fonts css Starts */

  h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
  }

  h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 !important;
  }

  h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    margin: 0 !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 !important;
  }

  p {
    font-size: 13px !important;
    line-height: 20px;
    margin: 0;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  a.btn-1 span {
    padding: 10px 20px;
    font-size: 12px;
  }

  a.btn-1 img {
    margin-left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    object-fit: contain;
  }
  .boxhmm.wpb_column.vc_column_container.vc_col-sm-12 .wpb_single_image img {
    width: 38px;
  }

  /* Buttons css Ends */

  /* Home css Starts */

  header .logo-ex {
    order: 1;
  }

  header .btn-ex {
    order: 2;
  }

  header .menu-ex {
    order: 3;
  }

  .logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin: 20px 0;
  }

  .logo-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .menuSec ul {
    margin: 20px 0;
  }

  .cart-ank {
    justify-content: end;
    gap: 5px;
  }

  .cart-ank a.btn-1 {
    width: auto;
  }

  .cart-ank a i {
    font-size: 16px;
    height: 50px;
    width: 50px;
  }

  section.main_slider {
    height: 100%;
  }

  section.main_slider .bann-img .slick-slide {
    width: 100% !important;
  }

  section.main_slider .slick-track {
    width: 100% !important;
  }

  .bann-img {
    width: 100%;
    left: 0;
    position: relative;
    height: 100%;
  }

  .bann-img img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .banner_text.wow.fadeInLeft {
    width: 60%;
    margin: 0 0 0 20px;
    left: 0;
    right: 0;
    top: 5%;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }

  .banner_text h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
  }

  .banner_text p {
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    width: 100%;
  }

  .banner-icon {
    position: relative;
    top: 0;
    left: 0;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .banner-icon ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin: 0;
  }

  .banner-icon ul li {
    padding: 0;
  }

  .banner-icon h5 {
    transform: unset;
    font-size: 16px;
    line-height: 1;
    left: 0;
    top: 0 !important;
    position: relative;
  }

  section.about {
    padding: 40px 0px;
  }

  .abt-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 20px 0;
  }

  .abt-txt h4 {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }

  p.gree {
    font-size: 14px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 50px;
    padding: 0 10px;
    width: 100%;
  }

  .abt-txt ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .abt-txt ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding: 0;
  }

  .abt-txt ul li h5 {
    font-size: 14px;
    line-height: 25px;
  }

  footer:before {
    display: none;
  }

  section.what-we-do {
    padding: 40px 0;
    margin: 0 0 20px 0;
  }

  .what-we-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0 !important;
  }

  .what-we-txt h3 {
    font-size: 30px !important;
    line-height: 35px;
    margin: 0;
  }

  .what-we-txt p {
    width: 100%;
  }

  .we-bx {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
  }

  .we-img {
    width: 100%;
  }

  .we-img img {
    height: 200px;
    border-radius: 5px;
  }

  .we-bot-txt {
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    border-bottom: 5px solid #92976d;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .we-bot-txt h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }

  html .custom-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 !important;
  }

  .current-slide {
    font-size: 25px;
    line-height: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chose-txt {
    padding: 0;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0 0 20px 0 !important;
  }

  .double-ul {
    display: flex !important;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 10px 0 !important;
  }

  .double-ul ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .chose-txt ul li img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
  }

  .double-ul ul li h5 {
    font-size: 12px;
    line-height: 20px;
  }

  section.our-client-sec.themes-padd {
    padding: 0px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
  }

  .boxhmm.wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 20px 0px;
  }

  section.our-client-sec.themes-padd .slick-track {
    margin-bottom: 60px;
  }

  .client-sli .slick-prev,
  .client-sli .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset;
    bottom: 0;
  }

  .client-sli .slick-prev {
    right: 0;
    left: 40%;
  }

  .client-sli .slick-prev:before,
  .client-sli .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }

  .client-sli .slick-next {
    right: 0;
    left: 55%;
  }

  .theme_heading h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 !important;
  }

  .test-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .test-top p {
    width: 100%;
  }

  .client-sli .slick-slide {
    margin: 0px 10px;
  }

  .client-box .quotess {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
  }

  .client-box .quotess::before {
    font-size: 16px;
  }

  .client-ineer-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    padding: 20px;
    height: 100%;
    margin: 40px 0 0 0;
  }

  .client-ineer-box ul {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .client-ineer-box ul li h4 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .client-ineer-box p {
    font-size: 12px !important;
    line-height: 18px !important;
    height: 100% !important;
  }

  .client-ineer-box ul li h4 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .client-ineer-box ul li h4 span {
    font-size: 13px;
    line-height: 1;
  }

  .client-ineer-box::before {
    top: -20px;
    left: 2%;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  section.product {
    padding: 20px 0 !important;
    margin: 20px 0 100px 0 !important;
  }

  .pro-top-txt h3 {
    padding: 0 0 10px 0;
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .pro-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    height: 100% !important;
    border-radius: 0 0 5px 5px;
  }

  .pro-txt h4 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .price {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }

  .pro-slid ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    gap: 10px;
    bottom: 0;
    position: relative;
    margin: 40px auto 0 auto;
    right: 0;
    left: 0;
  }

  .pro-slid ul.slick-dots li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
  }

  html .vc_custom_1758183611918 {
    padding: 40px 0 !important;
  }

  html .contact_form .form_wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    box-shadow: unset;
    border-radius: 10px;
    overflow: hidden;
  }

  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 0 20px 0 !important;
  }

  .contact_form h2 {
    margin: 0 0 20px 0 !important;
  }

  html footer {
    padding: 40px 0 0 0 !important;
  }

  .footer_info,
  .footer_links {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 10px 0;
  }

  footer h5 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
  }

  footer .footer_info > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 20px 0 !important;
  }

  .footer_info ul li a {
    gap: 10px !important;
    margin: 0 !important;
  }

  footer .footer_links > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
    margin: 0 0 20px 0;
  }

  footer .footer_links > ul li a {
    margin: 0;
  }

  .footer_form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  footer .footer_form > p {
    width: 100%;
    margin: 0;
  }

  .footer_form .form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .footer_form button {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0 !important;
    top: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  .footer_form button i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
  }

  .footer_form .form input {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 20px;
    height: 60px;
    border-radius: 5px;
  }

  footer .copy_right {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
  }

  .pro-slid .slick-prev,
  .pro-slid .slick-next {
    top: unset;
    bottom: -10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pro-slid .slick-prev:before,
  .pro-slid .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 15px;
  }

  .pro-slid .slick-next {
    right: 40%;
    left: auto;
  }

  .pro-slid .slick-prev {
    right: 60%;
  }

  .footer_links:after,
  .footer_links:before {
    display: none;
  }

  /* Home css Ends */

  /* Inner Banner Page Css Starts */

  .inner-banner .banner_text.wow.fadeInLeft {
    top: 10% !important;
  }

  .inner-banner .banner_text.wow.fadeInLeft {
    width: 95% !important;
  }

  .inner-banner {
    height: 100px !important;
  }

  /* Inner Banner Page Css Ends */

  /* Partner Page Css Starts */

  .partner-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 10px !important;
    height: 100% !important;
    margin: 20px 0;
    padding: 15px !important;
    border-radius: 5px !important;
  }

  .partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 200px;
    object-fit: contain;
    margin: 0 auto;
  }

  .partner-card h3.partner-name {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .partner-name a {
    font-size: 17px;
    line-height: 35px;
  }

  .partner-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .partner-desc {
    margin: 0;
    font-size: 12px;
    line-height: 25px;
  }

  /* Partner Page Css Ends */

  /* Contact Us Page Css Starts */

  section.blog-sec .box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
    margin: 20px 0;
  }

  section.blog-sec .wpb_wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  section.blog-sec .wpb_wrapper .vc_row {
    width: 100%;
  }

  section.blog-sec .wpb_single_image img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: contain;
  }

  section.blog-sec .recent_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }

  /* Contact Us Page Css Ends */

  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
  }
  .summary.entry-summary {
    width: 100% !important;
  }
  .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    width: 43%;
    display: inline-block;
    margin-top: 24px;
    float: inline-start;
    margin-left: 7px !important;
    margin-bottom: 30px;
  }
  body .qib-button-wrapper {
    float: left;
  }
  .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    width: 29%;
  }
  .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    width: 15%;
  }
  .summary.entry-summary {
    margin-left: 0px;
    margin-top: 32px;
  }

  .single-product .head-ban::before {
    height: 7% !important;
  }

  .single-product section.pd-detial.pb-5 {
    padding-top: 0px;
  }

  .single-product .summary.entry-summary {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .single-product
    .summary.entry-summary
    form.cart
    button.single_add_to_cart_button.button.alt {
    margin: 0px;
  }

  .single-product section.pd-detial.pb-5 {
    padding-top: 0px;
  }

  .head-ban::before {
    height: 13% !important;
  }

  .page-id-89 h3.wc-block-components-product-name {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .checkout-order-summary-block-fill {
    margin-top: 18px;
  }

  .partner-card .partner-card h3.partner-name {
    font-size: 15px !important;
  }

  .partner-info p {
    display: inline-block !important;
    font-size: 11px !important;
  }

  .partner-card h3.partner-name a {
    font-size: 14px;
    line-height: 20px;
  }

  .partner-desc {
    font-size: 13px;
    line-height: 20px;
  }

  .page-id-28 .head-ban::before {
    height: 15% !important;
  }

  .postid-62 .head-ban::before {
    height: 10% !important;
  }

  .head-ban::before {
    height: 17% !important;
  }

  .page-id-252 section.what-we-do {
    padding: 40px 0;
    margin: 0 0 20px 0;
  }

  .page-id-252 .partners-section .vc_column_container > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .head-ban::before {
    height: 10% !important;
  }
  .html .inner-banner {
    height: 160px !important;
    background-color: #262626 !important;
  }

  /* Fonts css Starts */

  h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
  }

  h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 !important;
  }

  h3 {
    font-size: 35px !important;
    line-height: 40px !important;
    margin: 0 !important;
  }

  h4 {
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 !important;
  }

  p {
    font-size: 14px !important;
    line-height: 25px;
    margin: 0;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  a.btn-1 span {
    padding: 10px 20px;
    font-size: 12px;
  }

  a.btn-1 img {
    margin-left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    object-fit: contain;
  }

  /* Buttons css Ends */

  /* Home css Starts */

  .logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin: 20px auto 20px auto;
  }

  .logo-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .cart-ank {
    justify-content: center;
    gap: 5px;
  }

  .cart-ank a.btn-1 {
    width: auto;
  }

  .cart-ank a i {
    font-size: 16px;
    height: 50px;
    width: 50px;
  }

  section.main_slider {
    height: 100%;
  }

  section.main_slider .bann-img .slick-slide {
    width: 100% !important;
  }

  section.main_slider .slick-track {
    width: 100% !important;
  }

  .bann-img {
    width: 100%;
    left: 0;
    position: relative;
    height: 100%;
  }

  .bann-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .banner_text.wow.fadeInLeft {
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 5%;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }

  .banner_text h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
  }

  .banner_text p {
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    width: 100%;
  }

  .banner-icon {
    position: relative;
    top: 0;
    left: 0;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .banner-icon ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin: 0;
  }

  .banner-icon ul li {
    padding: 0;
  }

  .banner-icon h5 {
    transform: unset;
    font-size: 16px;
    line-height: 1;
    left: 0;
    top: 0 !important;
    position: relative;
  }

  section.about {
    padding: 40px 0px;
  }

  .abt-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 20px 0;
  }

  .abt-txt h4 {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }

  p.gree {
    font-size: 14px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 50px;
    padding: 0 10px;
    width: 100%;
  }

  .abt-txt ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .abt-txt ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding: 0;
  }

  .abt-txt ul li h5 {
    font-size: 14px;
    line-height: 25px;
  }

  footer:before {
    display: none;
  }

  section.what-we-do {
    padding: 40px 0;
    margin: 0 0 20px 0;
  }

  .what-we-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0 !important;
  }

  .what-we-txt h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
  }

  .what-we-txt p {
    width: 100%;
  }

  .we-bx {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
  }

  .we-img {
    width: 100%;
  }

  .we-img img {
    height: 200px;
    border-radius: 5px;
  }

  .we-bot-txt {
    padding: 20px;
    border-radius: 5px;
    margin: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    border-bottom: 5px solid #92976d;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .we-bot-txt h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }

  html .custom-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 !important;
  }

  .current-slide {
    font-size: 25px;
    line-height: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chose-txt {
    padding: 0;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0 0 20px 0 !important;
  }

  .double-ul {
    display: flex !important;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 10px 0 !important;
  }

  .double-ul ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .chose-txt ul li img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
  }

  .double-ul ul li h5 {
    font-size: 12px;
    line-height: 20px;
  }

  section.our-client-sec.themes-padd {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
  }

  .theme_heading h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 !important;
  }

  .test-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .test-top p {
    width: 100%;
  }

  .client-sli .slick-slide {
    margin: 0px 10px;
  }

  .client-box .quotess {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
  }

  .client-box .quotess::before {
    font-size: 16px;
  }

  .client-ineer-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    padding: 20px;
    height: 100%;
    margin: 40px 0 0 0;
  }

  .client-ineer-box ul {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .client-ineer-box ul li h4 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .client-ineer-box p {
    font-size: 12px !important;
    line-height: 25px !important;
    height: 100% !important;
  }

  .client-ineer-box ul li h4 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .client-ineer-box ul li h4 span {
    font-size: 13px;
    line-height: 1;
  }

  .client-ineer-box::before {
    top: -20px;
    left: 2%;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  section.product {
    padding: 20px 0 !important;
    margin: 20px 0 100px 0 !important;
  }

  .pro-top-txt h3 {
    padding: 0 0 10px 0;
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .pro-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    height: 100% !important;
    border-radius: 0 0 5px 5px;
  }

  .pro-txt h4 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .price {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }

  .pro-slid ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    gap: 10px;
    bottom: 0;
    position: relative;
    margin: 40px auto 0 auto;
    right: 0;
    left: 0;
  }

  .pro-slid ul.slick-dots li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
  }

  html .vc_custom_1758183611918 {
    padding: 40px 0 !important;
  }

  html .contact_form .form_wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    box-shadow: unset;
    border-radius: 10px;
    overflow: hidden;
  }

  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 0 20px 0 !important;
  }

  .contact_form h2 {
    margin: 0 0 20px 0 !important;
  }

  html footer {
    padding: 40px 0 0 0 !important;
  }

  .footer_info,
  .footer_links {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 10px 0;
  }

  footer h5 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
  }

  footer .footer_info > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 20px 0 !important;
  }

  .footer_info ul li a {
    gap: 10px !important;
    margin: 0 !important;
  }

  footer .footer_links > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
    margin: 0 0 20px 0;
  }

  footer .footer_links > ul li a {
    margin: 0;
  }

  .footer_form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  footer .footer_form > p {
    width: 100%;
    margin: 0;
  }

  .footer_form .form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .footer_form button {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0 !important;
    top: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  .footer_form button i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
  }

  .footer_form .form input {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 20px;
    height: 60px;
    border-radius: 5px;
  }

  footer .copy_right {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
  }

  .pro-slid .slick-prev,
  .pro-slid .slick-next {
    top: unset;
    bottom: -10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pro-slid .slick-prev:before,
  .pro-slid .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 15px;
  }

  .pro-slid .slick-next {
    right: 40%;
    left: auto;
  }

  .pro-slid .slick-prev {
    right: 60%;
  }

  .footer_links:after,
  .footer_links:before {
    display: none;
  }

  /* Home css Ends */

  /* Inner Banner Page Css Starts */

  .inner-banner .banner_text.wow.fadeInLeft {
    top: 10% !important;
  }

  .inner-banner .banner_text.wow.fadeInLeft {
    width: 95% !important;
  }

  .inner-banner {
    height: 100px !important;
  }

  /* Inner Banner Page Css Ends */

  /* Partner Page Css Starts */

  .partner-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 10px !important;
    height: 100% !important;
    margin: 20px 0;
    padding: 15px !important;
    border-radius: 5px !important;
  }

  .partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 200px;
    object-fit: contain;
    margin: 0 auto;
  }

  .partner-card h3.partner-name {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .partner-name a {
    font-size: 17px;
    line-height: 35px;
  }

  .partner-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .partner-desc {
    margin: 0;
    font-size: 12px;
    line-height: 25px;
  }

  /* Partner Page Css Ends */

  /* Contact Us Page Css Starts */

  section.blog-sec .box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
    margin: 20px 0;
  }

  section.blog-sec .wpb_wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  section.blog-sec .wpb_wrapper .vc_row {
    width: 100%;
  }

  section.blog-sec .wpb_single_image img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: contain;
  }

  section.blog-sec .recent_heading {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  /* Contact Us Page Css Ends */
}

@media (max-width: 480px) {
  /* Fonts css Starts */

  h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }

  h2 {
    font-size: 30px !important;
    line-height: 35px;
    margin: 0 !important;
  }

  h3 {
    font-size: 28px !important;
    line-height: 35px !important;
    margin: 0 !important;
  }

  h4 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0 !important;
  }

  p {
    font-size: 12px !important;
    line-height: 25px;
    margin: 0;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  a.btn-1 span {
    padding: 10px 20px;
    font-size: 12px;
  }

  a.btn-1 img {
    margin-left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    object-fit: contain;
  }

  /* Buttons css Ends */

  /* Home css Starts */

  .head-ban::before {
    height: 10% !important;
  }
  .html.inner-banner {
    height: 150px !important;
    background-color: #262626 !important;
  }

  .logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin: 20px auto 20px auto;
  }

  .logo-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .cart-ank {
    justify-content: center;
    gap: 5px;
  }

  .cart-ank a.btn-1 {
    width: auto;
  }

  .cart-ank a i {
    font-size: 16px;
    height: 50px;
    width: 50px;
  }

  section.main_slider {
    height: 100%;
  }

  section.main_slider .bann-img .slick-slide {
    width: 100% !important;
  }

  section.main_slider .slick-track {
    width: 100% !important;
  }

  .bann-img {
    width: 100%;
    left: 0;
    position: relative;
    height: 100%;
  }

  .bann-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .banner_text.wow.fadeInLeft {
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 5%;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }

  .banner_text h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }

  .banner_text p {
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    width: 100%;
  }

  .banner-icon {
    position: relative;
    top: 0;
    left: 0;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .banner-icon ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin: 0;
  }

  .banner-icon ul li {
    padding: 0;
  }

  .banner-icon h5 {
    transform: unset;
    font-size: 16px;
    line-height: 1;
    left: 0;
    top: 0 !important;
    position: relative;
  }

  section.about {
    padding: 40px 0px;
  }

  .abt-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 20px 0;
  }

  .abt-txt h4 {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }

  p.gree {
    font-size: 14px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 50px;
    padding: 0 10px;
    width: 100%;
  }

  .abt-txt ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .abt-txt ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding: 0;
  }

  .abt-txt ul li h5 {
    font-size: 12px;
    line-height: 25px;
  }

  footer:before {
    display: none;
  }

  section.what-we-do {
    padding: 40px 0;
    margin: 0 0 20px 0;
  }

  .what-we-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0 !important;
  }

  .what-we-txt h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
  }

  .what-we-txt p {
    width: 100%;
  }

  .we-bx {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
  }

  .we-img {
    width: 100%;
  }
  .we-img img {
    height: auto;
    min-height: 540px !important;
    max-height: 540px !important;
    border-radius: 5px;
    object-position: center;
  }

  body .contact_form.container {
    padding: 20px 0px 50px 0px !important;
    width: 100% !important;
  }

  .we-bot-txt {
    padding: 20px;
    border-radius: 5px;
    margin: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    border-bottom: 5px solid #92976d;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .we-bot-txt h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }

  html .custom-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 !important;
  }

  .current-slide {
    font-size: 25px;
    line-height: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chose-txt {
    padding: 0;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0 0 20px 0 !important;
  }

  .double-ul {
    display: flex !important;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 10px 0 !important;
  }

  .double-ul ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .chose-txt ul li img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
  }

  .double-ul ul li h5 {
    font-size: 12px;
    line-height: 20px;
  }

  section.our-client-sec.themes-padd {
    padding: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
  }

  .theme_heading h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 !important;
  }

  .test-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .test-top p {
    width: 100%;
  }

  .client-sli .slick-slide {
    margin: 0px 10px;
  }

  .client-box .quotess {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
  }

  .client-box .quotess::before {
    font-size: 16px;
  }

  .client-ineer-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    padding: 20px;
    height: 100%;
    margin: 40px 0 0 0;
  }

  .client-ineer-box ul {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .client-ineer-box ul li h4 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .client-ineer-box p {
    font-size: 12px !important;
    line-height: 25px !important;
    height: 100% !important;
  }

  .client-ineer-box ul li h4 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .client-ineer-box ul li h4 span {
    font-size: 13px;
    line-height: 1;
  }

  .client-ineer-box::before {
    top: -20px;
    left: 2%;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  section.product {
    padding: 20px 0 !important;
    margin: 20px 0 100px 0 !important;
  }

  .pro-top-txt h3 {
    padding: 0 0 10px 0;
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .pro-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    height: 100% !important;
    border-radius: 0 0 5px 5px;
  }

  .pro-txt h4 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .price {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }

  .pro-slid ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    gap: 10px;
    bottom: 0;
    position: relative;
    margin: 40px auto 0 auto;
    right: 0;
    left: 0;
  }

  .pro-slid ul.slick-dots li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
  }

  html .vc_custom_1758183611918 {
    padding: 40px 0 !important;
  }

  html .contact_form .form_wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    box-shadow: unset;
    border-radius: 10px;
    overflow: hidden;
  }

  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 0 20px 0 !important;
  }

  .contact_form h2 {
    margin: 0 0 20px 0 !important;
  }

  html footer {
    padding: 40px 0 0 0 !important;
  }

  .footer_info,
  .footer_links {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 10px 0;
  }

  footer h5 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
  }

  footer .footer_info > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 20px 0 !important;
  }

  .footer_info ul li a {
    gap: 10px !important;
    margin: 0 !important;
  }

  footer .footer_links > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
    margin: 0 0 20px 0;
  }

  footer .footer_links > ul li a {
    margin: 0;
  }

  .footer_form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  footer .footer_form > p {
    width: 100%;
    margin: 0;
  }

  .footer_form .form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .footer_form button {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0 !important;
    top: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  .footer_form button i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
  }

  .footer_form .form input {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 20px;
    height: 60px;
    border-radius: 5px;
  }

  footer .copy_right {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
  }

  .pro-slid .slick-prev,
  .pro-slid .slick-next {
    top: unset;
    bottom: -10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pro-slid .slick-prev:before,
  .pro-slid .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 15px;
  }

  .pro-slid .slick-next {
    right: 40%;
    left: auto;
  }

  .pro-slid .slick-prev {
    right: 60%;
  }

  .footer_links:after,
  .footer_links:before {
    display: none;
  }

  /* Home css Ends */

  /* Inner Banner Page Css Starts */

  .inner-banner .banner_text.wow.fadeInLeft {
    top: 10% !important;
  }

  .inner-banner .banner_text.wow.fadeInLeft {
    width: 95% !important;
  }

  .inner-banner {
    height: 100px !important;
  }

  /* Inner Banner Page Css Ends */

  /* Partner Page Css Starts */

  .partner-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 10px !important;
    height: 100% !important;
    margin: 20px 0;
    padding: 15px !important;
    border-radius: 5px !important;
  }

  .partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 200px;
    object-fit: contain;
    margin: 0 auto;
  }

  .partner-card h3.partner-name {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .partner-name a {
    font-size: 17px;
    line-height: 35px;
  }

  .partner-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
  }

  .partner-desc {
    margin: 0;
    font-size: 12px;
    line-height: 25px;
  }

  /* Partner Page Css Ends */

  /* Contact Us Page Css Starts */

  section.blog-sec .box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
    margin: 20px 0;
  }

  section.blog-sec .wpb_wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  section.blog-sec .wpb_wrapper .vc_row {
    width: 100%;
  }

  section.blog-sec .wpb_single_image img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: contain;
  }

  section.blog-sec .recent_heading {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  /* Contact Us Page Css Ends */

  section.about {
    padding: 80px 0px;
  }

  .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -48%;
    width: 85%;
    padding-top: 36px;
    border-radius: 10px;
    border-color: #92976d;
  }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
  }
  .summary.entry-summary {
    width: 100% !important;
  }
  .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    width: 43%;
    display: inline-block;
    margin-top: 24px;
    float: inline-start;
    margin-left: 7px !important;
    margin-bottom: 30px;
  }
  body .qib-button-wrapper {
    float: left;
  }
  .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    width: 29%;
  }
  .page-id-88 .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    width: 58px;
  }
  .page-id-89 h3.wc-block-components-product-name {
    font-size: 13px !important;
    line-height: 19px !important;
  }

  .we-img img {
    height: auto;
    min-height: 230px !important;
    max-height: 440px !important;
    border-radius: 5px;
    object-position: center;
  }

  section.vc_section.product.blog-sec .wpb_wrapper {
    display: block;
  }
  section.vc_section.product.blog-sec .wpb_wrapper .slick-slide {
    margin: 0;
  }
  section.vc_section.product.blog-sec .wpb_wrapper .pro-top-txt {
    padding-top: 0 !important;
  }
  .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
  }
  .row.blog-arrow {
    display: none;
  }
  section.our-client-sec.themes-padd .slick-track {
    margin: 0px;
  }
  a.btn-1.brch {
    margin-top: 20px;
  }
  section.vc_section.product .vc_column-inner {
    padding: 0px;
  }

  .page-id-28 .head-ban::before {
    height: 13% !important;
  }

  .page-id-28 .head-ban::before {
    height: 13% !important;
  }
  .postid-62 .head-ban::before {
    height: 6% !important;
  }
  .service-detail ul {
    padding-bottom: 30px;
  }
  .single-our_services .head-ban::before {
    height: 220px !important;
  }
  .vc_single_image-wrapper.vc_box_border_grey {
    margin: 20px 0px !important;
  }
  .woocommerce-cart .head-ban::before {
    height: 6% !important;
  }
  .service-detail ul li {
    font-size: 12px !important;
  }
  .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    margin-bottom: 10px;
  }
  .wp-block-woocommerce-empty-cart-block h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .page-id-88.woocommerce-cart .head-ban::before {
    height: 13% !important;
  }

  .woocommerce-checkout .head-ban::before {
    height: 7% !important;
  }

  .single-product .head-ban::before {
    height: 5% !important;
  }

  .single-product
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
  }

  form.cart.cart,
  .summary.entry-summary form.cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .single-product
    .summary.entry-summary
    form.cart
    button.single_add_to_cart_button.button.alt {
    flex-shrink: 0;
  }
  .summary.entry-summary h1.product_title.entry-title {
    font-size: 24px !important;
    line-height: 35px !important;
    letter-spacing: -1px;
  }

  .page-id-26 section.vc_section.about {
    padding: 60px 0px !important;
  }

  .page-id-164 section.blog-sec .recent_heading {
    height: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0px;
  }

  .page-id-164 section.blog-sec .box-1 {
    height: auto !important;
    padding: 30px 0 !important;
    margin-bottom: 20px;
  }
  .page-id-27 section.what-we-do {
    margin-bottom: 40px;
  }

  .page-id-252 section.what-we-do {
    padding: 30px 0 0 !important;
  }

  .page-id-252 .partner-box {
    margin: 0px !important;
  }

  .page-id-28 .vc_column_container > .vc_column-inner {
    padding: 0px;
  }

  .page-id-28 section.our-client-sec.themes-padd {
    padding-top: 40px !important;
  }

  .page-id-294 section.vc_section.product.blog-sec .slick-dots li button {
    padding: 0px;
    width: 10px;
    height: 10px;
  }

  .page-id-294 section.vc_section.product.blog-sec .slick-dots li {
    margin: 0;
  }
  .page-id-294 section.vc_section.product.blog-sec {
    padding: 40px 0px 0px !important;
  }

  .pro-slid-1 ul.slick-dots {
    padding: 3px 10px 10px;
  }

  .wc-block-components-title.wc-block-components-title {
    font-size: 20px !important;
  }

  .recent_heading h2.text_center {
    margin-bottom: 10px !important;
  }

  .page-id-164 .box-1 {
    height: 250px;
    padding: 30px 0px 0px !important;
  }

  .recent_heading h2.text_center {
    margin-bottom: 0px !important;
  }

  .page-id-164 section.blog-sec .box-1 h4 {
    padding: 0px !important;
  }

  .page-id-164 section.vc_section.blog-sec .vc_empty_space {
    height: 10px !important;
  }

  .page-id-164 section.vc_section.blog-sec.sec {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .banner_text h1 {
    font-size: 52px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner_text h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 1.3;
  }
}
