@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  padding: 0;
  margin: 0 !important;
  font-family: Poppins;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
body a:hover,
body a:focus {
  color: initial;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
textarea:focus {
  outline: none;
}
select:focus {
  outline: none;
}
input {
  outline: none !important;
}
button,
button:focus {
  outline: none;
}
a img {
  border: none;
}
img {
  border: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
ul,
p {
  padding: 0;
  margin: 0;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #808080;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #808080;
}
input:-webkit-autofill {
  border: 1px solid #e4e4e5;
  -webkit-text-fill-color: rgba(49, 50, 51, 1);
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f6 inset;
  transition: background-color 5000s ease-in-out 0s;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
  /*-webkit-box-shadow: 0 0 0px 1000px #fff inset k;*/
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  border: 1px solid #e4e4e5;
  -webkit-text-fill-color: rgba(49, 50, 51, 1);
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f6 inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::-moz-placeholder {
  opacity: 1;
  outline: none;
}
textarea::-moz-placeholder {
  opacity: 1;
  outline: none;
}
.clr {
  clear: both;
  height: 0;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header.entry-header {
  padding: 0;
}
.entry-content {
  margin-top: 0 !important;
}
.nav-bar {
  display: flex;
  align-items: center;
}
.nav-bar .site-branding p {
  display: none;
}
.nav-bar img.custom-logo {
  width: 85px;
}
.nav-bar ul#primary-menu {
  display: flex;
  justify-content: center;
}
.nav-bar ul#primary-menu li {
  padding: 10px 25px;
}
.nav-bar ul#primary-menu .current-menu-item a,
.nav-bar ul#primary-menu li a:hover {
  color: rgba(34, 141, 87, 1);
  transition: 0.3s;
}
.nav-bar ul#primary-menu li a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(16, 16, 16, 1);
  transition: 0.3s;
}
header {
  padding: 28px 0;
  background: rgba(255, 255, 255, 1);
  position: sticky;
  top: 0px;
  z-index: 9;
  box-shadow: 0 0px 14px -9px #00000099;
}
.top-nav-bar {
  background: rgba(23, 23, 23, 1);
  padding: 16px 0;
}
.top-nav-bar .get-call {
  display: flex;
  align-items: center;
}
.top-nav-bar .get-call a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  padding: 0 16px;
  border-left: 1px solid #ffffff63;
  border-right: 1px solid #ffffff63;
}
.top-nav-bar .get-call a svg {
  margin-right: 6px;
}
.bording span {
  color: rgba(255, 212, 73, 1);
}
a:visited {
  color: rgba(34, 141, 87, 1);
}
.bording svg {
  margin: 0 6px;
}
.servicelistbx ul {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}
.servicelistbx ul li {
  width: 33%;
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.servicelistbx ul li:last-child {
  border-right: none;
}
.servicelistbx ul li:hover,
.servicelistbx ul li:focus {
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  transition: all ease 0.3s;
}
.single-service ul li {
  border: 1px solid #ccc !important;
  margin-left: -1px;
  margin-top: -1px;
}

.servicelistimg {
  margin: 0 0 10px;
}
.servicelistimg a {
  display: block;
}
.servicelistimg a img {
  width: 100%;
  object-fit: cover;
  height: 163px;
  max-height: 163px;
}
.servicetitle a {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #101010;
}
.servicetitle {
  margin: 0 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.servicetitle a {
  font-size: 20px;
}
.servicelistbx ul li p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0 0 10px;
}
.servicelistbx ul li:nth-child(3) {
  border-right: none;
}
.servicelistbx ul li:nth-child(4),
.servicelistbx ul li:nth-child(5),
.servicelistbx ul li:nth-child(6) {
  border-bottom: none;
}
.readmore a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #000;
  position: relative;
  padding-right: 30px;
}
.readmore a:hover,
.readmore a:focus {
  color: rgba(34, 141, 87, 1);
}
.readmore a:before {
  content: "\2192";
  position: absolute;
  right: 0;
  font-size: 23px;
}
.servicelistbx ul li.viewallservice {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.servicelistbx ul li.viewallservice a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: rgba(34, 141, 87, 1);
  position: relative;
  padding-right: 30px;
}
.servicelistbx ul li.viewallservice a:before {
  content: "\2192";
  position: absolute;
  right: 0;
  font-size: 26px;
  bottom: 2px;
}
.footer {
  background: rgba(23, 23, 23, 1);
  padding-top: 70px;
}
.copy-right {
  padding: 17px 0;
  text-align: center;
  border-top: 1px solid rgb(255 255 255 / 24%);
  margin-top: 50px;
}
.copy-right p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.footer h2 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 25px;
}
.footer ul li a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
.footer ul li {
  margin-bottom: 15px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
.footer .col-lg-3.col-sm-6:nth-child(3) {
  width: 22%;
}
.footer .col-lg-3.col-sm-6:nth-child(4) {
  width: 28%;
}
.socail-icon a {
  padding: 0 10px;
}
.socail-icon {
  display: flex;
  justify-content: center;
  max-width: 200px;
}
.footer-logo {
  margin-bottom: 30px;
  max-width: 225px;
}
h2.working-footer {
  margin-top: 30px;
  margin-bottom: 16px;
}
.slientsaybx {
  text-align: center;
  border: 1px solid #ccc;
  padding: 25px 20px;
  min-height: 300px;
  height: 100%;
  overflow: auto;
  position: relative;
}
.slientsaybx p {
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #101010cc;
  margin: 0 0 10px;
  overflow: auto;
  height: 130px;
}
.clientname {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.clientphcnt h3 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.clientphcnt {
  padding: 0 0 0 10px;
}
.clientphcnt h4 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000;
}
.slientsaybx svg {
  margin-bottom: 20px;
}
.testimonialslider .slick-slide {
  padding: 0 20px;
}
.testimonialslider .slick-dots li button:before {
  display: none;
}
.testimonialslider .slick-dots li button {
  width: 16px;
  height: 16px;
  background: #e3e3e3;
  border-radius: 60px;
}
.testimonialslider .slick-dots {
  bottom: -40px;
}
.testimonialslider .slick-dots li.slick-active button {
  background: rgba(34, 141, 87, 1);
}
.get-touch input,
.get-touch textarea {
  background: rgba(246, 246, 246, 1);
  border: none;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 12px;
}
.get-touch input::placeholder,
.get-touch textarea::placeholder {
  color: #5c5c5c;
}
.get-touch textarea {
  height: 120px;
}
.get-in-submit input {
  margin: 0;
  color: #fff;
  background: rgba(34, 141, 87, 1);
  width: 158px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}
/* .bloglisthm > ul{text-align:center;} */
.quoteform ul li {
  margin: 0 0 13px;
}
.quoteform ul li input,
.quoteform ul li select {
  background: #f6f6f6;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  -webkit-appearance: menulist;
}

.quoteform ul li input:hover,
.quoteform ul li input:focus,
.quoteform ul li select:hover,
.quoteform ul li select:focus {
  outline: none;
  box-shadow: none;
  background: #f6f6f6;
}
.quoteform ul li select{
    appearance: none;
   -webkit-appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuNSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDMuODIxNDlMOC41Nzc0MSAwLjI0NDA3OEM4LjkwMjg1IC0wLjA4MTM1OTIgOS40MzA0OSAtMC4wODEzNTkyIDkuNzU1OTIgMC4yNDQwNzhDMTAuMDgxNCAwLjU2OTUxNSAxMC4wODE0IDEuMDk3MTUgOS43NTU5MiAxLjQyMjU5TDUuNTg5MjYgNS41ODkyNkM1LjI2MzgyIDUuOTE0NjkgNC43MzYxOCA1LjkxNDY5IDQuNDEwNzQgNS41ODkyNkwwLjI0NDA3OCAxLjQyMjU5Qy0wLjA4MTM1OTIgMS4wOTcxNSAtMC4wODEzNTkyIDAuNTY5NTE1IDAuMjQ0MDc4IDAuMjQ0MDc4QzAuNTY5NTE1IC0wLjA4MTM1OTIgMS4wOTcxNSAtMC4wODEzNTkyIDEuNDIyNTkgMC4yNDQwNzhMNSAzLjgyMTQ5WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==") !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;
}
.quoteform ul li select:hover, .quoteform ul li select:focus { background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;}
.quoteform input[type="submit"] {
  width: 100%;
  border: none;
  padding: 15px 15px;
  background: rgba(34, 141, 87, 1);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.quoteform input[type="submit"]:hover,
.quoteform input[type="submit"]:focus {
  background: #000;
  color: #fff;
}
.bloglisthm ul li {
  display: inline-block;
  width: 31.33%;
  margin: 0 1%;
  transition: all ease 0.3s;
  text-align: left;
  margin-bottom: 20px;
}
.bloglisthm ul li:hover,
.bloglisthm ul li:focus {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  transition: all ease 0.3s;
}
.bloglistimg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-height: 233px;
}
.bloglistimg {
  margin: 0;
  height: 233px;
}
.bloglistcnt {
  padding: 15px;
  border: 1px solid #cdcdcd;
  border-top: none;
}
.bydate {
  padding: 0 0 0 30px;
}
.exploremore {
  margin: 15px 0 0;
}
.exploremore a {
  display: inline-block;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(34, 141, 87, 1);
  position: relative;
}
.exploremore a:after {
  content: "\2192";
  display: inline-block;
  margin: 0 0 0 11px;
  font-size: 20px;
}
.freightbnt {
  display: inline-block;
  padding: 11px 18px;
  border: 1px solid rgba(34, 141, 87, 1);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: rgba(34, 141, 87, 1);
}
.bloglistcnt h2 a {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #101010;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}
.bloglistcnt h2 {
  margin: 13px 0 12px;
}
.blgpostby h3 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #101010cc;
  flex-wrap: wrap;
}
.blgpostby {
  display: flex;
  align-items: center;
  align-content: center;
}
.freightbnt:hover,
.freightbnt:focus {
  background: rgba(34, 141, 87, 1);
  color: #fff;
}

/*newsletter*/
.newsletter {
  margin-top: 10px;
  width: 100%;
  max-width: 430px;
}
.newsletter form {
  width: 100%;
  position: relative;
}
.newsletter input {
  padding: 16px 12px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
}
.newsletter input[type="submit"] {
  min-width: 140px;
  text-align: center;
  background: #000;
  color: #fff;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.newsletter input[type="email"] {
  width: 100%;
  padding-right: 155px;
  border: none;
}
.newsletter input[type="submit"]:hover {
  color: #000;
  background: #0000002e;
}
.newsletter input[type="email"]::placeholder,
.get-touch textarea::placeholder {
  color: rgba(16, 16, 16, 0.8);
}

.gallery-sec #lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: var(--lightbox-bg-color);
  opacity: 0;
  transition: opacity 0.5s;
}
.gallery-sec #lightbox figure {
  max-width: calc(90vw - 100px);
  max-height: calc(90vh - 100px);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-sec .lightbox-image {
  width: 60vw;
  height: 100%;
  max-height: calc(100vh - 100px);
  display: block;
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s;
  object-fit: contain;
  aspect-ratio: 4/3;
}

.gallery-sec #lightbox-caption h2 {
  font-size: 1.2em;
  margin: 0;
}
.gallery-sec #lightbox-caption p {
  font-size: 0.9em;
  margin: 0;
}
.gallery-sec #close,
.gallery-sec #prev,
.gallery-sec #next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: var(--lightbox-controls-color);
}
.gallery-sec #lightbox #close {
  top: 35px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.gallery-sec #lightbox #close:hover,
.gallery-sec #lightbox #close:after:hover,
.gallery-sec .close-button:before:hover {
  background: rgba(178, 34, 52, 0.95);
}
.gallery-sec #lightbox #close {
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #ccc;
}
.gallery-sec #lightbox #close:after,
.gallery-sec .close-button:before {
  content: "" "";
  width: 55%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 48%;
  left: 22%;
  transform: rotate(-45deg);
  transition: 0.3s ease-out;
}
.gallery-sec #lightbox #close:after {
  transform: rotate(45deg);
  transition: 0.3s ease-out;
}
.gallery-sec #lightbox #close:hover:after,
.gallery-sec .close-button:hover:before {
  transform: rotate(180deg);
}
.gallery-sec #lightbox #prev {
  left: 20px;
}
.gallery-sec #lightbox #next {
  right: 20px;
}
.gallery-sec #close:hover,
.gallery-sec #prev:hover,
.gallery-sec #next:hover {
  color: var(--lightbox-controls-hover-color);
  transition: all 0.5s ease-in-out;
} /* Demo styles */
.gallery-sec .top-title {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.gallery-sec .gallery {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}
.gallery-sec .gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.gallery-sec .gallery img:hover {
  transform: scale(1.05) translateY(-5px);
}
.gallery-sec span#prev,
.gallery-sec span#next {
  border-radius: 40px;
  border: 1px solid #a2a2a2;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding: 0;
}
.gallery-sec span#prev:hover,
.gallery-sec span#next:hover {
  background: black;
  color: #fff;
}
.gallery-sec #lightbox {
  background: #000000ab;
}

.products-one-card h3 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 20px 25px;
  margin-top: -1px;
  color: rgb(0 0 0 / 78%);
}
.products-one-card {
  margin-bottom: 20px;
}
.products-one-card:hover {
  box-shadow: 0 0 17px 0px #ccc;
  transition: 0.3s;
}
.products-one-card img {
  width: 100%;
}
.clientph {
  width: 60px;
  border-radius: 60px;
  overflow: hidden;
}
.products-one-card {
  border: 1px solid #ccc;
  height: 315px;
}
.quoteFormBox .wpcf7 form .wpcf7-response-output {
  margin: 1em 0 0em;
  padding: 0.2em 1em;
}
.quoteFormBox .quoteform span.wpcf7-spinner {
  position: absolute;
  bottom: 15px;
  right: 60px;
}

.hero-sec-in {
  padding: 120px 0;
  position: relative;
}
.hero-sec-in h1 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.hero-sec-in .bording {
  text-align: center;
}
.exp-imp-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.exp-imp-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-sec-in .container {
  position: relative;
  z-index: 1;
}
.hero-sec-in .bording p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #ccc;
}
.introduction-sec {
  padding: 100px 0;
}
.intro-text h3 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: rgba(34, 141, 87, 1);
}
.intro-text h2 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.03em;
  text-align: left;
  color: rgba(16, 16, 16, 1);
}
.intro-text p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.8);
}
.global-net {
  display: flex;
  margin-top: 16px;
}
.global-net img {
  width: 80px;
  margin-right: 16px;
  height: 80px;
}
.global-net h4 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: rgba(16, 16, 16, 1);
}
.global-net p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(16, 16, 16, 0.8);
}
.introduction-sec .col-sm-12 img {
  width: 100%;
  margin-bottom: 20px;
  max-height: 410px;
  object-fit: cover;
}
.introduction-sec .col-sm-6 img {
  width: 100%;
  max-height: 270px;
  object-fit: cover;
  height: 100%;
}
section.benefits-sec {
  position: relative;
}
.benefits-reach-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.benefits-reach-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefit-text {
  background: rgba(246, 246, 246, 1);
  padding: 38px 30px 50px 40px;
}
.benefits-sec .col-lg-6 {
  padding-left: 0;
}
.benefit-text h3 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: rgba(34, 141, 87, 1);
  text-align: left;
}
.benefit-text h2 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.03em;
  text-align: left;
  color: rgba(16, 16, 16, 1);
}
.expand-box h4 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: rgba(16, 16, 16, 1);
}
.expand-box h4 svg {
  margin-right: 8px;
}
.expand-box p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(16, 16, 16, 0.8);
  padding-left: 30px;
}
.expand-box {
  margin-top: 16px;
}
section.service-area-sec {
  padding: 100px 0;
}
section.service-area-sec h3 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: rgba(34, 141, 87, 1);
}
section.service-area-sec h2 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 800px;
  margin: 10px auto 40px auto;
  color: rgba(16, 16, 16, 1);
}
.city-box {
  height: 300px;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}
.city-box span {
  width: 100%;
  display: block;
  background: #fff;
  padding: 16px 10px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}
.city-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.city-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.do-you-still {
  background-image: url(https://phpdemo.futureprofilez.com/wp/intradex/wp-content/uploads/2024/05/Rectangle-17-2.jpg);
  padding: 72px 0 80px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
section.do-you-still h3 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: rgba(34, 141, 87, 1);
}
section.do-you-still h2 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.03em;
  color: #fff;
  margin-top: 4px;
}
.do-you-btn a {
  padding: 14px 50px;
  background: rgba(34, 141, 87, 1);
  display: inline-block;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  margin-top: 30px;
}
section.faq-sec {
  padding: 100px 0;
}
section.faq-sec h3 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: rgba(34, 141, 87, 1);
}
section.faq-sec h2 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.03em;
  text-align: center;
  color: rgba(16, 16, 16, 1);
  max-width: 830px;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
}
.faq-box {
  max-width: 1030px;
  margin: auto;
}
.faq-box .collapse {
  display: none;
  transition: 1s;
}
.faq-box .collapse.show {
  display: block;
  transition: 1s;
}
.faq-box button {
  width: 100%;
  padding: 25px 40px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  text-align: left;
  border: none;
}
.faq-box .accordion-button.collapsed {
  background: rgba(246, 246, 246, 1);
  color: rgba(0, 0, 0, 1);
}
.faq-box .accordion-button {
  background: rgba(34, 141, 87, 1);
  color: #fff;
  position: relative;
}
.faq-box .accordion-item {
  margin-bottom: 16px;
  background: #f6f6f6;
}
.faq-box .accordion-item .accordion-body {
  padding: 20px 40px;
}
.faq-box .accordion-button::after {
  content: "";
  height: 3px;
  width: 21px;
  position: absolute;
  background: #ffffff;
  right: 27px;
  top: 35px;
  border-radius: 3px;
}
.faq-box .accordion-button.collapsed:before {
  content: "";
  height: 20px;
  width: 3px;
  position: absolute;
  background: rgba(34, 141, 87, 1);
  right: 36px;
  top: 27px;
  border-radius: 3px;
}
.faq-box .accordion-button.collapsed:after {
  content: "";
  height: 3px;
  width: 21px;
  position: absolute;
  background: rgba(34, 141, 87, 1);
  right: 27px;
  top: 35px;
  border-radius: 3px;
}
article {
  margin: 0 !important;
}
section.blog-details-page {
  padding: 70px 0;
}
.blog-details-info h2 {
  color: #101010;
  font-family: poppins, Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 12px;
  margin-top: 17px;
}
.blog-details-info h5 {
  font-size: 15px;
  color: #5c5c5c;
  font-family: poppins, Sans-serif;
}
.blog-details-info p {
  color: #000000cc;
  font-family: poppins, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.blog-lorem-img {
  margin: 30px 0;
}
.blog-lorem-img img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}
.blog-right-list h2 {
  color: #101010;
  font-family: poppins, Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 6px;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}
.blog-right-list {
  box-shadow: 0 0 20px -4px #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog-right-list ul {
  padding: 20px;
}
.blog-right-list ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}
.blog-right-list ul li img {
  width: 80px;
  margin-right: 10px;
  height: 80px;
  object-fit: cover;
}
.blog-right-list ul li h3 {
  color: #101010;
  font-family: poppins, Sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.blog-right-list ul li h5 {
  color: #767676;
  font-family: poppins, Sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.intra_contactForm .wpcf7 form .wpcf7-response-output {
  margin: 1.5em 0 0;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  text-align: center;
  font-size: 15px;
}
section.polymare-sec {
  padding: 100px 0;
}
section.polymare-sec h2 {
  color: #101010;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.03em;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 6px;
}
section.polymare-sec img {
  width: 100%;
}
.a-free-form {
  padding: 30px 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.a-free-form h3 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 25px;
}
.a-free-form input,
.a-free-form select {
  width: 100%;
  padding: 16px;
  background: rgba(246, 246, 246, 1);
  margin-bottom: 16px;
  border: none;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.a-free-form input[type="submit"] {
  height: 56px;
  background: rgba(34, 141, 87, 1);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.a-free-form input::placeholder {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(16, 16, 16, 0.8);
}
.a-free-form input[type="submit"]:hover {
  background: black;
}
.blogContent img {
  width: 100%;
  margin: 25px 0;
  max-height: 360px;
  object-fit: cover;
}
.related-sec {
  padding: 80px 0;
  border-top: 1px solid rgb(169, 169, 169);
}
.related-sec h2 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  margin-bottom: 20px;
}
.related-post {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.related-post img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.related-post h3 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  padding: 20px 25px;
  color: rgba(16, 16, 16, 1);
}
.popular-text a {
  color: rgba(34, 141, 87, 1);
}
.do-you-btn a:hover {
  background: black;
  color: #fff;
}

.termsbannersec {
  position: relative;
  height: 340px;
  text-align: center;
}
.termsbannersec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.termsbannersec .termsbanner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.termsbannersec .termsbanner h2 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.termsbannersec ul.breadcrumbs {
  display: flex;
  justify-content: center;
}
.termsbannersec ul.breadcrumbs li:first-child a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #ccc;
  margin-right: 12px;
}
.termsbannersec ul.breadcrumbs li a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.termsbannersec ul.breadcrumbs li a:hover {
  color: #fff;
}
.privay-page-content {
  padding: 70px 0;
}
.privay-page-content p {
  color: #000000cc;
  font-family: poppins, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}
.privay-page-content h4 {
  color: #101010;
  font-family: poppins, Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  border-left: 5px solid rgba(34, 141, 87, 1);
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.privay-page-content h4 strong {
  font-weight: 500;
}
.bording a {
  color: #eaeaea;
}
.bording a:hover {
  color: #fff;
}
a.freightbnt {
  cursor: default;
}
a.freightbnt:hover,
.freightbnt:focus {
  background: transparent;
  color: rgba(34, 141, 87, 1);
}
.pagination .page-numbers {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  text-align: left;
  color: rgba(16, 16, 16, 1);
  padding: 2px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 3px;
}
.pagination .page-numbers:hover,
.pagination .current {
  border: 1px solid rgba(34, 141, 87, 1);
  background: rgba(34, 141, 87, 1);
  color: #fff;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.servicedetail {
  padding: 70px 0;
}
.servicedetail .serviceslink {
  background: #f5f7f9;
  padding: 40px;
}
.servicedetail .serviceslink h2 {
  color: #101010;
  font-family: "Poppins", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 15px;
}
.servicedetail .serviceslink li a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #000;
  position: relative;
  padding: 10px;
  margin-bottom: 5px;
  display: block;
}
.servicedetail .serviceslink li a:hover,
.servicedetail .serviceslink li.active a {
  background: rgba(34, 141, 87, 1);
  color: #fff;
}
.servicesdetail img.img-fluid {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.servicesdetail h2 {
  color: #101010;
  font-family: "Poppins", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.servicesdetail p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
}
.products-one-card img {
  height: 227px !important;
  object-fit: cover;
}
.polymare-sec .col-lg-7 li {
  margin-bottom: 10px;
  list-style: disc;
}
.polymare-sec .col-lg-7 img {
  max-height: 350px;
  object-fit: cover;
}
.polymare-sec .col-lg-7 ul {
  padding-left: 20px;
}
.servicesdetail ul {
  padding-left: 20px;
  list-style: disc;
}
/*1-Jun-2024*/
.email-briack a {
  line-break: anywhere;
}
.quoteform p {
  position: relative;
}
.quoteform p span.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 14px;
}
span.wpcf7-not-valid-tip ~ .wpcf7-not-valid-tip {
  display: none;
}
.captcha-box p {
  display: flex;
  width: 100%;
}
.captcha-box {
  width: 100%;
  margin-bottom: 10px !important;
}
.captcha-box input {
  width: 100%;
}
.captcha-box .custom-recaptcha-random input {
  border: 1px solid rgba(34, 141, 87, 1) !important;
  background: rgba(34, 141, 87, 1) !important;
  border-radius: 2px !important;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: -16px;
  margin-bottom: 10px;
}
.get-in-submit input:hover {
  background: #000;
}
.sent .wpcf7-response-output {
  border: 2px solid #228d57 !important;
  background: #228d5729;
  color: #228d57;
}
.invalid .wpcf7-response-output {
  border: 2px solid #e70000 !important;
  background: #ff000021;
  color: #f30000;
}
.quoteform span.wpcf7-not-valid-tip {
  margin-top: 0 !important;
}

.site-header ul.sub-menu {
  top: 45px;
  background: white;
  width: 428px;
  display: flex;
  flex-flow: column;
  padding: 15px;
  box-shadow: 0px -3px 25px -10px #000;
  border-radius: 8px;
  float: none;
  left: auto;
  display: none;
}
.site-header ul.sub-menu li a {
  max-width: 330px;
  width: 100%;
}
.site-header ul.sub-menu li {
  padding: 8px 10px !important;
}
.site-header ul.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.site-header ul.sub-menu:before {
  height: 25px;
  content: "";
  width: 25px;
  background: white;
  position: absolute;
  top: -6px;
  left: 15px;
  transform: rotate(45deg);
}
.nav-bar ul#primary-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.nav-bar ul#primary-menu .current-menu-item .sub-menu li a,
.nav-bar ul#primary-menu li:hover li .sub-menu a {
  color: rgba(16, 16, 16, 1);
}
.nav-bar ul#primary-menu li .sub-menu li:hover {
  color: #228d57;
}

.menu-item-has-children:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: 9px;
  z-index: 55;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(44deg);
  margin: 5px;
}
.menu-item-has-children {
  position: relative;
  z-index: 1;
}
.mobile-process {
  display: none !important;
}
.mobile-process p {
  border-left: 2px solid #228d57;
  padding-left: 15px;
  border-left-style: dashed;
}
.mobile-process .elementor-element-5930f9b p {
  border: none;
}
.menu-item-has-children.focus .sub-menu {
  display: block;
}
footer.entry-footer {
  display: none;
}

/* 23 July */
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container { padding-top: 35px !important; padding-bottom: 25px !important; }
.moove-gdpr-cookie-notice p { font-family: Poppins !important; font-size: 12px !important; font-weight: 400 !important; line-height: 21px !important; text-align: left; color: rgba(255, 255, 255, 0.8) !important; }


/*Responsive*/
@media (max-width: 1199px) {
  .testimonialslider .slick-slide {
    padding: 0 10px;
  }
  .footer .col-lg-3.col-sm-6:nth-child(2) {
    width: 20%;
  }
  .footer h2 {
    font-size: 19px;
    margin: 0 0 11px;
  }
  .footer ul li a {
    font-size: 14px;
  }
  .footer ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .footer-logo a img {
    max-width: 160px;
  }
  .socail-icon {
    justify-content: flex-start;
  }
  .bloglistcnt h2 a {
    font-size: 19px;
    line-height: 22px;
  }
  .products-one-card h3 {
    padding: 15px;
  }
  .products-one-card {
    height: 270px;
  }
  .hero-sec-in {
    padding: 100px 0;
  }
  .hero-sec-in h1 {
    font-size: 35px;
    margin-bottom: 6px;
  }
  .introduction-sec {
    padding: 70px 0;
  }
  .intro-text h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .intro-text p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .global-net p {
    font-size: 15px;
    line-height: 22px;
  }
  .global-net img {
    width: 70px;
    margin-right: 10px;
    height: 70px;
  }
  .benefit-text {
    padding: 20px 14px 20px 20px;
  }
  .benefit-text h2 {
    font-size: 27px;
    line-height: 32px;
  }
  .expand-box h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .expand-box p {
    font-size: 15px;
    line-height: 22px;
    padding-left: 24px;
  }
  .expand-box {
    margin-top: 10px;
  }
  .expand-box h4 svg {
    margin-right: 5px;
    width: 18px;
  }
  section.service-area-sec {
    padding: 70px 0;
  }
  section.service-area-sec h2 {
    font-size: 28px;
    line-height: 35.4px;
    max-width: 700px;
    margin: 10px auto 30px auto;
  }
  .city-box span {
    padding: 10px 7px;
    font-size: 18px;
    line-height: 24.8px;
  }
  section.faq-sec {
    padding: 70px 0;
  }
  section.faq-sec h2 {
    font-size: 28px;
    max-width: 730px;
    margin-bottom: 30px;
  }
  .faq-box button {
    padding: 18px 30px;
    font-size: 20px;
  }
  .faq-box .accordion-item .accordion-body {
    padding: 15px 30px;
  }
  .faq-box .accordion-button::after {
    top: 30px;
  }
  .faq-box .accordion-button.collapsed:before {
    top: 23px;
  }
  .faq-box .accordion-button.collapsed:after {
    top: 31px;
  }
  .blog-details-info h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .blog-right-list ul li h3 {
    font-size: 18px;
  }
  section.polymare-sec {
    padding: 70px 0;
  }
  .a-free-form h3 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .a-free-form {
    padding: 25px;
  }
  .a-free-form input,
  .a-free-form select {
    padding: 13px;
    margin-bottom: 10px;
  }
  .a-free-form input[type="submit"] {
    height: 48px;
  }
  section.polymare-sec h2 {
    font-size: 28px;
    margin-top: 18px;
    margin-bottom: 0px;
  }
  .related-sec {
    padding: 60px 0;
  }
  .related-sec h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .related-post h3 {
    font-size: 20px;
    padding: 18px;
  }
  .servicedetail .serviceslink {
    padding: 20px;
  }
  .servicedetail .serviceslink h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .servicedetail .serviceslink li a {
    padding: 6px 10px;
    margin-bottom: 5px;
  }
  .servicesdetail img.img-fluid {
    height: 300px;
  }
  .products-one-card img {
    height: 190px !important;
  }
  .servicesdetail h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 8px;
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .footer h2 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .footer ul li {
    margin-bottom: 6px;
  }
  h2.working-footer {
    margin-top: 22px;
    margin-bottom: 10px;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer .col-lg-3.col-sm-6 {
    margin-bottom: 25px;
  }
  .copy-right {
    padding: 15px 0;
    margin-top: 0;
  }
  .footer-logo img {
    width: 150px;
  }
  .footer .col-lg-3.col-sm-6:first-child {
    width: 100%;
    border-bottom: 1px solid #303030;
    padding-bottom: 20px;
  }
  .footer .col-lg-3.col-sm-6 {
    width: 33%;
  }
  .footer .col-lg-3.col-sm-6:nth-child(2) {
    width: 25%;
  }
  .footer .col-lg-3.col-sm-6:nth-child(3) {
    width: 27%;
  }
  .footer .col-lg-3.col-sm-6:nth-child(4) {
    width: 48%;
  }
  .footer h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .copy-right p {
    font-size: 14px;
  }
  .socail-icon {
    max-width: 153px;
  }
  .bloglisthm ul li {
    width: 30%;
  }
  .blgpostby {
    flex-wrap: wrap;
  }
  .bloglistcnt h2 a {
    font-size: 15px;
  }
  .blgpostby h3 {
    font-size: 15px;
  }
  .exploremore a {
    font-size: 14px;
  }
  .servicetitle a {
    font-size: 17px;
  }
  .servicelistbx ul li p {
    font-size: 14px;
    line-height: 21px;
  }
  .nav-bar ul#primary-menu li {
    padding: 0 7px;
  }
  .controlbx .elementor-widget-container img {
    max-width: 50px;
  }
  .controlbx h2.elementor-heading-title.elementor-size-default {
    font-size: 17px !important;
  }
  .readmore a {
    font-size: 14px;
  }
  .servicelistbx ul li.viewallservice a {
    font-size: 14px;
  }
  .bydate {
    width: 100%;
    padding: 0;
  }
  .gallery-sec .gallery img:hover {
    transform: none;
  }
  .gallery-sec .gallery {
    row-gap: 15px;
    column-gap: 15px;
  }
  .products-one-card {
    height: 296px;
  }
  .introduction-sec {
    padding: 50px 0;
  }
  section.service-area-sec h2 {
    font-size: 24px;
    line-height: 32.4px;
    max-width: 600px;
    margin: 10px auto 20px auto;
  }
  .intro-text h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .hero-sec-in {
    padding: 90px 0;
  }
  .hero-sec-in h1 {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .global-net:last-child {
    margin-bottom: 25px;
  }
  .benefit-text h2 {
    font-size: 24px;
  }
  section.benefits-sec {
    background-size: cover;
    padding-top: 156px;
    margin-bottom: 100px;
  }
  .benefit-text {
    margin-bottom: -120px;
    box-shadow: 0 0 10px -4px #000;
  }
  .city-box-1,
  .city-box-2 {
    margin-bottom: 20px;
  }
  section.do-you-still h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
  }
  .do-you-btn a {
    padding: 12px 30px;
    margin-top: 20px;
  }
  section.do-you-still {
    padding: 60px 0;
  }
  section.faq-sec {
    padding: 60px 0;
  }
  section.faq-sec h2 {
    font-size: 24px;
    max-width: 630px;
    margin-bottom: 20px;
  }
  .faq-box button {
    padding: 15px 20px;
    font-size: 18px;
    padding-right: 50px;
  }
  .faq-box .accordion-button::after {
    top: 27px;
    right: 20px;
  }
  .faq-box .accordion-button.collapsed:after {
    top: 28px;
    right: 20px;
  }
  .faq-box .accordion-button.collapsed:before {
    top: 20px;
    right: 29px;
  }
  .faq-box .accordion-item .accordion-body {
    padding: 15px 20px;
  }
  .benefits-sec .col-lg-6 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  section.blog-details-page {
    padding: 50px 0;
  }
  .blog-right-list {
    margin-bottom: 0;
    margin-top: 25px;
  }
  .a-free-form {
    margin-top: 25px;
  }
  .termsbannersec {
    height: 280px;
  }
  .termsbannersec .termsbanner h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .termsbannersec ul.breadcrumbs li a {
    font-size: 16px;
  }
  .privay-page-content {
    padding: 50px 0;
  }
  .privay-page-content h4 {
    font-size: 26px;
    line-height: 26px;
    padding-left: 10px;
    margin-bottom: 7px;
    margin-top: 15px;
  }
  .benefits-reach-img {
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .pagination .page-numbers {
    padding: 6px 17px;
    font-size: 18px;
  }
  .servicedetail {
    padding: 50px 0;
  }
  .products-one-card img {
    height: 217px !important;
  }
  .menu-item-has-children {
    padding-right: 18px !important;
  }
  .menu-item-has-children:before {
    right: -3px;
    top: 0px;
  }
  .site-header ul.sub-menu {
    display: none;
  }
  .nav-bar ul#primary-menu li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .site-header ul.sub-menu {
    width: 300px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  button.menu-toggle {
    padding: 0;
    font-size: 0;
    border: none;
    width: 40px;
    height: 40px;
    background: none;
    position: absolute;
    right: 0;
    top: -20px;
  }
  button.menu-toggle span {
    height: 2px;
    display: block;
    width: 35px;
    background: rgb(121 121 121);
    transition: 0.3s;
    border-radius: 5px;
  }
  .menu-primary-top-menu-container {
    display: none;
  }
  .main-navigation {
    position: relative;
  }
  span.tog-btn-1 {
    position: absolute;
    top: 8px;
    transition: 0.3s;
  }
  span.tog-btn-3 {
    top: 30px;
    position: absolute;
    transition: 0.3s;
  }
  .main-navigation.toggled .menu-primary-top-menu-container {
    display: block;
    position: absolute;
    right: 8px;
    top: 14px;
    background: white;
    width: 250px;
    box-shadow: 0 0 13px 0 #ccc;
    border-radius: 5px;
  }
  ul#primary-menu {
    flex-flow: column;
    padding: 10px;
  }
  .menu-primary-top-menu-container li a {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px !important;
  }
  .main-navigation.toggled span.tog-btn-2 {
    display: none;
    transition: 0.3s;
  }
  .main-navigation.toggled span.tog-btn-1 {
    transform: rotate(135deg);
    top: 17px;
    transition: 0.3s;
  }
  .main-navigation.toggled span.tog-btn-3 {
    transform: rotate(46deg);
    top: 18px;
    transition: 0.3s;
  }
  .footer ul li {
    margin-bottom: 2px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer ul li,
  .footer ul li a {
    font-size: 15px;
  }
  .footer h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .copy-right p {
    font-size: 14px;
  }
  .bydate {
    width: 100%;
    padding: 0;
  }
  .servicelistbx ul li {
    width: 50%;
    border: 1px solid #f2f2f2;
    margin: -1px;
  }
  .bloglisthm ul li {
    width: 47%;
    margin-bottom: 15px;
  }
  .footer .col-lg-3.col-sm-6:nth-child(2) {
    width: 100%;
    border-bottom: 1px solid #303030;
    padding-bottom: 20px;
  }
  .footer .col-lg-3.col-sm-6:nth-child(3) {
    width: 100%;
    border-bottom: 1px solid #303030;
    padding-bottom: 20px;
  }
  .footer .col-lg-3.col-sm-6:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer .col-lg-3.col-sm-6:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .journeyimgbg {
    position: inherit !important;
    top: 0 !important;
    margin-bottom: 20px;
  }
  .journeyimgbg .elementor-element {
    border: none !important;
  }
  .gallery-sec .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-one-card {
    height: 236px;
  }
  .city-box-3 {
    margin-bottom: 20px;
  }
  section.blog-details-page {
    padding: 30px 0;
  }
  .blog-details-info h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .blog-details-info p {
    font-size: 15px;
  }
  .blog-lorem-img {
    margin: 20px 0;
  }
  section.polymare-sec {
    padding: 50px 0;
  }
  section.polymare-sec h2 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .a-free-form h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .related-sec {
    padding: 40px 0;
  }
  .related-sec h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .related-post {
    margin-bottom: 20px;
  }
  .related-post h3 {
    font-size: 18px;
    padding: 15px;
  }
  .wpcf7-response-output {
    margin: 0 !important;
  }
  .servicedetail .serviceslink {
    margin-bottom: 15px;
  }
  .servicesdetail h2 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 4px;
    margin-top: 11px;
  }
  .products-one-card img {
    height: 158px !important;
  }
  .related-post {
    margin-bottom: 15px;
  }
  .site-header ul.sub-menu {
    display: none;
  }
  .site-header ul.sub-menu {
    right: 0;
  }
  .site-header ul.sub-menu:before {
    right: 20px;
    left: auto;
  }
  .menu-item-has-children.focus .sub-menu a {
    padding: 0;
    border: none;
  }
  .menu-item-has-children:before {
    top: 5px;
  }
  .mobile-process {
    display: block !important;
  }
  .main-navigation.toggled .menu-primary-top-menu-container{        max-height: 400px;
        overflow-y: auto;}

      .toggle-arrow {
               height: 35px;
        right: 0;
        display: flex !important;
        align-items: center;
        line-height: inherit;
        color: #595959;
        justify-content: center;
        text-align: center;
        position: absolute;
        font-size: 20px;
        width: 41px;
        top: 0;
        border-left: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }
.menu-item-has-children {
        padding-right: 7px !important;
    }
    .menu-item-has-children:before{display: none;} 
    .toggle-arrow .fa-angle-down{}
   .toggle-arrow .fa-angle-down:after {
                  content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        right: 4px;
        top: 6px;
        z-index: 55;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(44deg);
        margin: 5px;
    }
    .site-header .menu-item-has-children ul.sub-menu{position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        background: #e5e5e5;width: 100%;}
   .site-header .menu-item-has-children ul.sub-menu:before{display: none;}
}
@media (max-width: 575px) {
  .top-nav-bar .get-call a {
    font-size: 15px;
  }
  button.menu-toggle span {
    width: 28px;
  }
  .bloglisthm ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .servicelistbx ul li {
    width: 100%;
  }
  .newsletter {
    width: 100%;
  }
  .newsletter input[type="email"] {
    width: 100%;
    padding: 10px;
  }
  .newsletter input[type="submit"] {
    width: 100%;
    margin: auto;
    display: table;
    position: inherit;
    border: none;
  }
  .newsletter form {
    white-space: normal;
    display: flex;
  }
  .gallery-sec .gallery {
    row-gap: 10px;
    column-gap: 10px;
  }
  .products-one-card h3 {
    padding: 12px;
    font-size: 16px;
  }
  .newsletter input[type="submit"] {
    width: 130px !important;
    min-width: 135;
  }
  .gallery-sec span#prev,
  .gallery-sec span#next {
    width: 30px;
    height: 30px;
  }
  .gallery-sec .lightbox-image {
    aspect-ratio: 4/4;
  }
  .products-one-card {
    height: auto;
  }
  .hero-sec-in {
    padding: 50px 0;
  }
  .hero-sec-in h1 {
    font-size: 28px;
    margin-bottom: 2px;
  }
  .hero-sec-in .bording p {
    font-size: 16px;
  }
  .introduction-sec {
    padding: 30px 0;
  }
  .intro-text h2 {
    font-size: 22px;
  }
  .introduction-sec .col-sm-12 img {
    max-height: 270px;
  }
  .introduction-sec .col-sm-6 img {
    margin-bottom: 15px;
  }
  .benefit-text h2 {
    font-size: 22px;
  }
  section.service-area-sec {
    padding: 50px 0 30px;
  }
  section.service-area-sec h2 {
    font-size: 22px;
    line-height: 30.4px;
  }
  section.do-you-still h2 {
    font-size: 22px;
    line-height: 30px;
  }
  section.faq-sec {
    padding: 30px 0;
  }
  section.faq-sec h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .faq-box button {
    padding: 12px 15px;
    font-size: 17px;
    padding-right: 50px;
    line-height: 24px;
    font-weight: 500;
  }
  .blog-lorem-img .col-sm-6 {
    margin-bottom: 12px;
  }
  section.polymare-sec h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .a-free-form {
    margin-top: 20px;
    padding: 20px;
  }
  .related-sec {
    padding: 30px 0 10px;
  }
  section.polymare-sec {
    padding: 30px 0;
  }
  .termsbannersec {
    height: 230px;
  }
  .termsbannersec .termsbanner h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .privay-page-content h4 {
    font-size: 20px;
    line-height: 26px;
    padding-left: 7px;
    margin-bottom: 5px;
    margin-top: 13px;
  }
  .privay-page-content {
    padding: 30px 0;
  }
  .termsbannersec .termsbanner {
    width: 100%;
  }
  .pagination .page-numbers {
    padding: 2px 16px;
    font-size: 16px;
  }
  .servicedetail {
    padding: 30px 0;
  }
  .products-one-card img {
    height: auto !important;
  }
  .captcha-box .custom-recaptcha-random {
    width: 100px !important;
  }
  .captcha-box span.custom-recaptcha {
    width: calc(100% - 100px) !important;
  }
}
@media (max-width: 400px) {
  .top-nav-bar .get-call a {
    font-size: 0px;
  }
}
