* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6c8289;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6c8289;
}

:root {
  --text-white: #fff;
  --text-light: #e6e3e3;
  --text-primary: #313334;
  --text-secoundey: #365e72;
  --text-light-dark: #686868;
  --text-dark: #000;
  --line-color: #008bdc;
  --bg-body: hsl(221.54deg 76.47% 96.67%);
  --bg-whatsapp: #44c554;
}

html,
body {
  height: 100%;
}

body {
  line-height: 25px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-image: url(images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center right;
  color: var(--text-light-dark);
}

button:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3a3a;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin: 0;
}

h3 {
  color: #27282c;
  font-size: 20px;
  line-height: 26px;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

.wrapper {
  width: 490px;
  margin: 0 auto;
  /* background-color: var(--bg-body); */
}

.cardHeader {
  background: url(images/bg-first2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card {
  background: url(images/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fix {
  position: relative;
  display: block;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

i {
  font-style: normal;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
}

.header .img-box {
  clip-path: circle(81.4% at 36% 8%);
}

.header .content {
  text-align: center;
  padding: 1rem 1rem 0.5rem;
}

.header .content h1 {
  color: var(--text-primary);
  font-size: 32px;
  line-height: 35px;
  font-family: "Jost", sans-serif !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.header .content p {
  color: var(--text-secoundey);
  font-size: 13px;
  line-height: 18px;
}

.get-in-touch-label {
  display: flex;
  justify-content: center;
  background: #1e2020;
  color: var(--text-white);
  padding: 10px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.67s;
}

.get-in-touch-label:hover {
  background: var(--text-secoundey);
}

.header .contact-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.header .contact-icons .icon_item {
  display: flex;
}

.header .contact-icons .icon_item .icons {
  color: var(--text-white);
  background: #313334;
  font-weight: 250 !important;
  padding: 5px;
  transition: 0.67s;
}

.header .contact-icons .icon_item a {
  background: var(--bg-body);
  padding: 5px 10px;
  display: inline-block;
  color: var(--text-light-dark);
  transition: 0.67s;
  font-size: 13px;
  line-height: 18px;
}

.header .contact-icons .icon_item:hover .icons {
  background: var(--text-secoundey);
}

.header .contact-icons .icon_item:hover .header .contact-icons .icon_item a {
  color: var(--text-secoundey);
}

.address .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mx-2-8 {
  margin: 0 2.8rem;
}

.about-content-card {
  margin: 20px 0;
  background: var(--text-white);
  border-radius: 30px 30px 0px 0px;
}

.about-content-card .heading {
  background-image: linear-gradient(45deg, #080808 0%, #53585c 100%);
  border-radius: 30px 30px 0px 0px;
}

.about-content-card .heading h2 {
  color: var(--text-white);
  padding: 20px 40px 10px;
  text-transform: uppercase;
  font-size: 22px;
}

.about-content h4 {
  color: #1e1e1e;
}

.about-content strong {
  color: #2b2e30;
}

.mx {
  margin: 0 2.8rem;
}

.text-align {
  text-align: justify;
}

.text-justify {
  text-align: justify !important;
}

.service-box {
  box-shadow: 0 5px 30px 0 rgba(77, 111, 145, 0.192);
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.service-box .service-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}

.service-box .service-icon h4 {
  color: #383c3e;
}

.service-box .service-icon span {
  background: #6c828960;
  color: var(--text-white);
  font-weight: 250 !important;
  font-size: 30px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 20px 16px #5dc7e260 inset;
}

.service-content p {
  margin: 0;
}

.product {
  background: var(--text-white);
  padding: 10px;
  border-radius: 8px;
  box-shadow: rgba(112, 112, 112, 0.185) 0px 30px 60px 0px;
  border-radius: 6px;
  border: 1px solid #ded8d3;
  margin-bottom: 25px;
}

.product img {
  border-radius: 8px;
}

.product .product-detail {
  padding: 14px 8px 0;
  text-align: center;
}

.product .product-detail h6 {
  color: var(--text-primary);
}

.product .product-detail span {
  color: var(--text-secoundey);
}

.product .send-btn {
  display: block;
  background: var(--text-primary);
  color: var(--text-white);
  padding: 8px 0;
  text-align: center;
  margin: 10px 0px 0px;
  border-radius: 4px;
  transition: 0.67s;
}

.product .send-btn-view-more {
  display: block;
  color: var(--text-dark);
  border: 1px solid var(--text-secoundey);
  padding: 8px 0;
  text-align: center;
  margin: 10px 0px 0px;
  border-radius: 4px;
  transition: 0.67s;
  text-transform: uppercase;
}

.product .send-btn-view-more:hover {
  background: var(--text-secoundey);
  color: var(--text-white);
}

.send-btn1 {
  display: block;
  background: var(--text-primary);
  color: var(--text-white);
  padding: 8px 16px;
  text-align: center;
  margin: 10px 0px 0px;
  border-radius: 4px;
  transition: 0.67s;
  text-transform: uppercase;
}

.send-btn1:hover {
  background: var(--text-secoundey);
}

.product .send-btn:hover {
  background: var(--text-secoundey);
}

.bg-custom {
  background: linear-gradient(
    97deg,
    rgba(1, 125, 63, 1) 36%,
    rgba(252, 197, 27, 1) 100%
  );
  text-align: center;
}

.input-box {
  width: 100%;
  position: relative;
}

.input-box .input-icon {
  position: absolute;
  top: 23px;
  left: 15px;
  font-size: 17px;
  color: var(--text-primary);
}

.input-box input,
.input-box textarea {
  width: 100%;
  padding: 14px 20px 14px 42px;
  background-color: rgb(121 169 255 / 11%);
  color: var(--text-primary);
  font-weight: 500;
  margin: 10px 0;
  border-radius: 8px;
}

.input-box input[type="submit"] {
  width: 100%;
  padding: 14px 0;
  text-align: center;
  background: #1e2020;
  color: var(--text-white);
  transition: 0.67s;
}

.input-box input[type="submit"]:hover {
  background: var(--text-secoundey);
}

.home-icon {
  color: var(--text-primary);
}

.location {
  transition: 0.67s;
  color: var(--text-dark);
  padding-left: 8px;
}

.location:hover {
  text-decoration: underline;
  color: var(--text-dark);
}

.social-icons {
  text-align: center;
  margin-bottom: 20px;
}

.social-icons a {
  color: #000;
  line-height: 30px;
  font-size: 30px;
  margin: 0px 5px;
  text-decoration: none;
}

.social-icons a i {
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.social-icons a:hover i {
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

.bg-dark2 {
  background: #121e28;
}

@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    margin: 0;
  }

  .header .content h1 {
    font-size: 27px;
    line-height: 29px;
  }

  .header .content p {
    font-size: 11px;
  }

  .get-in-touch-label {
    margin: 0;
    border-radius: 0;
  }

  .header .contact-icons .icon_item .icons {
    font-size: 17px;
  }

  .header .contact-icons .icon_item a {
    font-size: 11px;
  }

  .mx {
    margin: 0 0.8rem;
  }

  .product .send-btn {
    font-size: 12px;
  }
}

/* From Uiverse.io by cssbuttons-io */
.btn-themes {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background: #434646;
  color: rgb(255, 255, 255) !important;
  border: none;
  padding: 0.8em 1.7em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block !important;
}

.btn-themes .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
}

.btn-themes .label {
  position: relative;
  top: -1px;
}

.btn-themes .transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: #31606e;
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-themes:hover .transition {
  width: 14em;
  height: 14em;
}

.btn-themes:active {
  transform: scale(0.97);
}

.contact_details-h3 {
  font-size: 1.2rem;
  background: #14141473;
  color: var(--text-white);
  padding: 0.8rem;
  border-left: 4px solid var(--text-secoundey);
  margin: 0 50px 15px 50px;
  text-transform: uppercase;
}

.ts-contact {
  background: #14141487;
  color: var(--text-white);
  padding: 1rem 0.8rem;
  margin: 15px 50px 15px 50px;
}

.ts-contact h5 {
  font-weight: 400 !important;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0.5rem;
}
.ts-contact p {
  line-height: 1.2;
}

@media (max-width: 767px) {
  body {
    background-image: none;
  }
}

.img-sec {
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgb(172, 172, 172);
}
