@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

::-webkit-scrollbar {
  display: none;
}

:root {
  --black: #141414;
  --white: #ffffff;
  --text-color: #7b7b7b;
  --btn-fillcolor: #e8e8e8;
  --black2: #1f1f1f;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

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

.flexrow {
  display: flex;
  padding: 0 16px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}

.flexcol {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  padding: 0 16px;
  margin: 0 auto;
}

.btnmore {
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 188px;
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
  height: 60px;
  width: 100%;
  z-index: 1;
  border: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.btnfree {
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 243px;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  height: 60px;
  width: 100%;
  border: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  align-self: center;
}

.btnmore:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: var(--btn-fillcolor);
  transition: all 0.5s;
  z-index: -1;
}

.btnfree:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #434343;
  transition: all 0.5s;
  z-index: -1;
}

.btnfree2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: var(--btn-fillcolor);
  transition: all 0.5s;
  z-index: -1;
}

.btnfree2 {
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 253px;
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
  height: 60px;
  width: 100%;
  border: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.btnfree2:hover:before {
  width: 100%;
}

.btnfree:hover:before {
  width: 100%;
}

.btnmore:hover:before {
  width: 100%;
}

.nav {
  height: 100px;
  background: var(--white);
}

.nav-wrapper {
  border-bottom: 1px solid var(--btn-fillcolor);
}

.logo {
  max-width: 150px;
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.btncontact {
  border-radius: 4px;
  cursor: pointer;
  border: none;
  background: var(--black);
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
}

.rightshowcase {
  max-width: 486px;
  width: 100%;
  object-fit: contain;
}

.leftshowcase {
  max-width: 628px;
}

.description {
  font-weight: 500;
  font-size: 20px;
  margin-top: 30px;
  color: var(--text-color);
}

.footer {
  background-color: #0c0c0c;
  color: #989898;
  padding: 80px 0 50px 0;
}

.contact > button > svg > g > path {
  fill: var(--white);
}

.contact > button > a > svg > g > path {
  fill: var(--white);
}

.contact > svg {
  cursor: pointer;
}

.contact > a {
  cursor: pointer;
}

.contact {
  max-width: 393px;
  width: 100%;
}

.copyright {
  margin-top: 50px;
  font-weight: 500;
  font-size: 12px;
}

.instruction {
  font-weight: 500;
  margin-top: 30px;
}

.iconlist {
  height: 16px;
  gap: 30px;
  display: flex;
  margin-top: 30px;
}
.iconlist > a > svg {
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.iconlist > svg {
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.iconlist > svg:hover {
  opacity: 1;
}

.iconlist > a > svg:hover {
  opacity: 1;
}

.iconlist > a {
  text-decoration: none !important;
  color: inherit !important;
}

.topfooter {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.footerlist > ul {
  list-style: none;
}

.footerlist > p {
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
}

.footerlist > ul > li {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.6;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.footerlist > ul > li:hover {
  cursor: pointer;
  color: var(--white);
  opacity: 1;
}

.hero {
  padding: 57px 16px;
}

.icon-wrapper {
  margin-top: 63px !important;
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  padding: 0 16px;
  width: 100%;
}

.container-xl {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.icononly {
  cursor: pointer;
  border: 1px solid var(--btn-fillcolor);
  border-radius: 4px;
  align-items: center;
  color: var(--text-color);
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}

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

.icontext {
  margin: 26px 30px;
  max-width: 216px;
}

.approach-wrapper {
  padding: 70px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.approach {
  background-color: var(--black2);
}

.approach-wrapper > img {
  margin-top: 50px;
  max-width: 764px;
  height: 520px;
  width: -webkit-fill-available;
}

.title {
  color: var(--black);
  font-weight: 800;
  font-size: 50px;
}

.introimg {
  object-fit: cover;
  border-radius: 8px;
  height: 772px;
  max-width: 42%;
}

.intro-container {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: var(--text-color);
  justify-content: center;
}

.intro-container > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.intro-container > p:nth-child(5) {
  font-weight: bold;
}

.heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.bodytext {
  font-weight: 600;
  color: var(--text-color);
  font-size: 16px;
  text-align: center;
}

.intro-wrapper {
  margin: 120px 0;
}

.tabContainer {
  border: 1px solid var(--btn-fillcolor);
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: row;
  min-height: 549px;
  max-width: 1140px;
  border-radius: 12px;
  width: inherit;
  background: #f6f6f6;
}

.tabContainer .buttonContainer {
  max-width: 412px;
  width: 100%;
  gap: 16px;
  display: flex;
  background: #f6f6f6;
  flex-direction: column;
  padding: 30px;
}

.services {
  margin-bottom: 120px;

  padding: 0 16px;
}

.tabContainer .buttonContainer button {
  max-width: 352px;
  height: 52px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  border-radius: 12px;
  background: none;
  color: var(--black);
  cursor: pointer;
}

.tabContainer .buttonContainer button:hover {
  background: var(--btn-fillcolor) !important;
  color: black !important;
}

.tabPanelcontainer {
  width: 100%;
  min-height: inherit;
  background-color: var(--white);
}

.tabContainer .tabPanel {
  display: flex;
  flex-direction: column;
  padding: 50px 90px 50px 50px;
  box-sizing: border-box;
  display: none;
}

.panelicon-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.panelicon {
  height: 56px;
  max-width: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--btn-fillcolor);
  background: none;
}

.panelicon > img {
  height: 40px;
  width: 40px;
}

.tabheader {
  margin-bottom: 16px;
  font-weight: 800;
}

.tabPanel > p {
  margin-bottom: 30px;
  text-align: left;
}

.tools {
  padding: 120px 16px;
}

.toolicons {
  margin-top: 50px;
  column-gap: 1px;
  row-gap: 1px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: var(--btn-fillcolor);
}

.toolicon {
  padding: 16px;
  max-width: 228px;
  height: 120px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.toolicons img {
  height: 60px;
  width: 60px;
}

.project img {
  max-width: 980px;
  border-radius: 30px 30px 0 0;
  position: relative;
  width: 100%;
  bottom: -7px;
  object-fit: cover;
  max-height: 382px;
}

.project-section {
  padding: 0 16px;
}

.project-container > div > ul {
  font-weight: 600;
  color: var(--text-color);
  font-size: 16px;
  padding-left: 24px;
}

.project {
  border-radius: 20px;
  background: var(--btn-fillcolor);
  padding: 60px 80px 0 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.project-container {
  position: relative;
  flex-direction: column;
  display: flex;
}

.project-container > div > p {
  text-align: left;
}

.project-container > p {
  text-align: left;
}

.models-heading > p {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}

.models-heading {
  max-width: 346px;
  width: 100%;
}

.models {
  padding: 120px 16px;
}

.models-description {
  display: flex;
  gap: 126px;
  align-items: center;
}

.model-card {
  max-width: 360px;
  border: 1px solid var(--btn-fillcolor);
  border-radius: 4px;
}

.models-card {
  display: flex;
  margin-top: 80px;
  min-height: 324px;
  justify-content: space-between;
}

.modelicon {
  position: relative;
  top: -30px;
  left: 30px;
  height: 120px;
  width: 120px;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.card-wrapper {
  margin: 0 30px 30px 30px;
}

.modelcardhead {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
}

.modelcardbody {
  font-weight: 400;
  font-size: 14px;
  color: var(--text-color);
}

.achivement {
  margin-bottom: 120px;
}

.awardcard > img {
  max-width: 140px;
  height: 152px;
  object-fit: contain;
}

.awardcard {
  display: flex;
  height: 260px;
  max-width: 212px;
  width: 100%;
  border: 1px solid var(--btn-fillcolor);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.contactus {
  background-color: var(--black);
  padding: 60px 0;
}

.rightcontactbar {
  color: var(--white);
  max-width: 380px;
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.footerlist {
  width: 150px;
}

.copyright {
  display: flex;
  justify-content: center;
}

.guaranteeheading {
  color: var(--white);
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 24px;
}

.guarantee > ul {
  color: #d0d0d0;
  list-style: none;
  font-weight: 500;
  font-size: 20px;
}

.guarantee > ul > li {
  margin-bottom: 16px;
  gap: 16px;
  display: flex;
}

.information {
  color: #d0d0d0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 12px;
}

.contact-form > form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.contact-form > form > input {
  color: var(--white);
  background: #2c2c2c;
  width: 100%;
  border: none;
  height: 40px;
  padding: 8px 16px;
  border-radius: 4px;
}

.contact-form > form > div > input {
  color: var(--white);
  background: #2c2c2c;
  width: 100%;
  border: none;
  height: 40px;
  padding: 8px 16px;
  border-radius: 4px;
}

.contact-form > form > textarea {
  color: var(--white);
  width: 100%;
  background: #2c2c2c;
  border: none;
  height: 50px;
  padding: 8px 16px;
  resize: vertical;
  border-radius: 4px;
}

.contact-form {
  max-width: 538px;
  border-radius: 20px;
  background: var(--black2);
  padding: 30px;
  z-index: 1;
}

.guarantee {
  max-width: 522px;
}

form > button > svg > path {
  fill: var(--white);
}

.inputrow {
  display: flex;
  flex-direction: row !important;
  gap: 16px;
  width: 100%;
}

.overlaptext {
  position: absolute;
  z-index: 2;
  font-weight: 800;
  font-size: 30px;
  color: var(--white);
  margin-left: 40px;
  margin-top: 50px;
}

.intro-wrapper > .flexrow > img {
  z-index: 1;
}

.overlaptext > p {
  margin-bottom: 10px;
}

.project-flexcol > .project:first-child {
  gap: 8rem;
}
.project-flexcol > .project:last-child {
  gap: 4rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modalcontainer {
  position: relative;
  width: 100%;
  border-radius: 20px;
  display: flex;
  background: var(--white);
  max-width: 1000px;
  height: 640px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modalcontainer .contact-form > form > input {
  color: var(--black);
  background: var(--btn-fillcolor);
  width: 100%;
  border: none;
  height: 40px;
  padding: 8px 16px;
  border-radius: 4px;
}

.modalcontainer .contact-form > form > textarea {
  color: var(--black);
  background: var(--btn-fillcolor);
  border: none;
  height: 50px;
  padding: 8px 16px;
  resize: vertical;
  border-radius: 4px;
}

.modalcontainer .contact-form > form > div > input {
  color: var(--black);
  background: var(--btn-fillcolor);
  width: 100%;
  border: none;
  height: 40px;
  padding: 8px 16px;
  border-radius: 4px;
}

.modalcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 16px;
}

.close {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 26px;
  top: 26px;
  font-size: inherit;
  color: var(--black);
  opacity: 1;
}

.btnfree2 > svg > path {
  fill: var(--black);
}

.navflex {
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
}

.intro-flexrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.project-flexcol {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  margin: 0 auto;
}

.close {
  border: none;
  background: none;
}

.footer-flexcol {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.models > button {
  max-width: 240px;
}

.modalcontainer > .contact-form > form > input:focus,
.modalcontainer > .contact-form > form > textarea:focus,
.modalcontainer > .contact-form > form > div > input:focus {
  outline: 1px solid var(--black);
}
.flexrow > .contact-form > form > input:focus,
.flexrow > .contact-form > form > textarea:focus,
.flexrow > .contact-form > form > div > input:focus {
  outline: 1px solid var(--white);
}

#toast-container > .toast-success {
  background-image: none;
  background-color: var(--black);
  color: var(--white);
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

#g-recaptcha-response-1 {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.g-recaptcha > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guarantee > ul > li > svg {
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 768px) {
  .navflex {
    padding: 0 16px !important;
  }
  .nav {
    height: 80px;
  }
  .flexrow {
    flex-direction: column;
    padding: 0 16px !important;
  }
  .title {
    font-size: 30px !important;
  }
  .description {
    font-size: 12px !important;
  }
  .btnmore {
    font-size: 14px !important;
    margin: 16px auto;
    height: 42px !important;
    max-width: 150px !important;
  }
  .hero {
    margin-top: 30px;
    text-align: center;
  }
  .icon-wrapper {
    flex-direction: column;
    margin-top: 50px;
  }
  .intro-wrapper {
    margin: 50px 0;
  }
  .introimg {
    max-width: 680px !important;
    width: 100%;
    height: 245px;
    border-radius: 8px;
    object-fit: cover;
  }
  .overlaptext {
    margin-top: 50px;
    text-align: center;
    margin-left: 0;
    font-size: 20px !important;
  }
  .tabContainer {
    flex-direction: column;
    height: 100% !important;
    width: inherit;
  }
  .approach-wrapper > img {
    height: 100%;
    width: -webkit-fill-available;
    margin-top: 25px;
    object-fit: contain;
  }
  .approach-wrapper {
    padding: 50px 16px !important;
  }
  .models-card,
  .topfooter,
  .models-description {
    flex-direction: column;
  }
  .intro-container {
    max-width: 100%;
    text-align: center;
  }
  .heading {
    font-size: 24px;
  }
  .intro-container > p {
    font-size: 14px;
    line-height: 23px;
  }
  .intro-flexrow {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }
  .bodytext {
    font-size: 12px;
  }
  .project-container > ul {
    font-size: 12px;
  }
  .buttonContainer {
    max-width: 100% !important;
    align-items: center;
  }
  .services {
    margin-bottom: 50px;
  }
  .buttonContainer > button {
    width: 100%;
  }
  .services > .bodytext {
    margin-bottom: 25px !important;
    padding: 0 10px;
  }
  .tabContainer > .buttonContainer > button {
    font-size: 14px;
  }
  .tools {
    padding: 30px 16px !important;
  }
  .toolicons {
    margin-top: 25px;
  }
  .modelicon {
    left: 0;
  }
  .models-heading > h1 {
    text-align: center !important;
  }
  .models-heading > p {
    text-align: center !important;
  }
  .models {
    padding: 0 10px;
  }
  .models-description > p {
    text-align: center !important;
  }
  .models-description {
    gap: 20px;
  }
  .model-card {
    flex-direction: column;
    display: flex;
    max-width: 100%;
    align-items: center;
  }
  .models-card {
    margin-top: 48px;
    gap: 65px;
    padding-bottom: 20px;
  }
  .achivement {
    padding-top: 0px;
    margin-bottom: 50px;
  }
  .achivement > h1 {
    margin-bottom: 0 !important;
  }
  .awards {
    gap: 13px;
  }
  .awardcard {
    max-width: 100%;
  }
  .guarantee {
    padding-bottom: 30px;
  }
  .footer-flexcol {
    align-items: center;
  }
  .topfooter {
    gap: 35px;
  }
  .models {
    padding: 30px 16px !important;
  }
  .orignal {
    display: none;
  }
  .contactus {
    padding: 50px 0;
  }
  .footer {
    padding: 50px 0;
  }
  .slider {
    display: block !important;
    position: relative;
  }
  .tabheader {
    font-size: 17px !important;
  }
  .icon-wrapper {
    padding: 0 16px !important;
  }
  .intro-flexrow {
    padding: 0 16px !important;
  }
  .services {
    padding: 0 16px !important;
  }
  .project-section > h1 {
    padding: 0 16px !important;
  }
  .awards {
    margin-top: 30px;
  }
  .achivement > h1 {
    padding: 0 16px;
  }
  .footer-flexcol {
    padding: 0 16px !important;
  }
  .btncontact {
    padding: 10px 16px !important;
    font-size: 14px;
  }
  .contact-form {
    padding: 40px 35px;
    margin: 0 auto;
    width: -webkit-fill-available;
  }
  .modalcenter {
    margin: 0 auto;
  }
  .btnfree2 > svg {
    height: 13px !important;
    width: 13px !important;
  }
  .btnfree2 {
    height: 42px !important;
    font-size: 13px !important;
    margin-top: 5px;
    max-width: 187px !important;
  }
  .flexrow > .contact-form > p {
    margin-bottom: 20px;
  }
  .btnfree {
    margin-top: 5px;
    height: 48px;
    max-width: 210px;
    font-size: 15px;
  }
  .btnfree > svg {
    width: 14px;
    height: 14px;
  }
  .icononly {
    font-size: 12px !important;
  }
  .heading {
    font-size: 22px !important;
  }
  .modelicon {
    height: 70px !important;
    width: 70px !important;
  }
  .modelicon > svg {
    height: 30px !important;
    width: 30px !important;
  }
  .models-card {
    gap: 55px !important;
  }
  .models > button {
    max-width: 180px !important;
  }
  .awards {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .guaranteeheading {
    font-size: 22px !important;
    margin-top: 0px;
  }

  .icononly:hover {
    color: var(--text-color);
    background-color: var(--white);
  }
  .logo {
    max-width: 110px !important;
  }
  .project {
    padding: 24px 24px 0 24px;
  }
  .project-flexcol > .project:first-child {
    gap: 4rem;
  }
  .project-flexcol > .project:last-child {
    gap: 2rem;
  }
  .project > img {
    border-radius: 15px 15px 0 0;
  }
  .footerlist {
    width: 50%;
  }
  .rightcontactbar {
    max-width: inherit;
  }
}

@media screen and (max-width: 1140px) {
  .intro-flexrow {
    gap: 12px;
  }
  .approach-wrapper {
    padding: 70px 16px;
  }
  .tools {
    padding: 60px 16px;
  }
  .project-section > h1 {
    padding: 0 24px;
  }
  .models {
    padding: 80px 16px;
  }
  .contactus > div {
    gap: 10px;
    align-items: flex-start;
  }
  .modalcontainer {
    max-width: 400px;
  }
  .copyright {
    width: 100%;
  }
  .contact {
    max-width: 100%;
  }
  .icononly {
    font-size: 14px;
  }
  .intro-container {
    gap: 10px;
    justify-content: flex-start;
  }
  .btnmore {
    font-size: 16px;
    height: 50px;
    max-width: 163px;
  }
  .btnmore > svg {
    height: 14px;
    width: 14px;
  }
  .panelicon > svg {
    height: 25px;
    width: 25px;
  }
  .panelicon > img {
    height: 25px;
    width: 25px;
  }
  .panelicon {
    height: 45px;
    max-width: 45px;
  }
  .tabContainer .buttonContainer button {
    font-size: 15px;
  }
  .tabheader {
    font-size: 21px;
  }
  .bodytext {
    font-size: 14px;
  }
  .project-container > div > ul {
    font-size: 14px;
  }
  .heading {
    font-size: 26px;
  }
  .modelicon {
    height: 90px;
    width: 90px;
  }
  .modelicon > svg {
    height: 40px;
    width: 40px;
  }
  .models-card {
    gap: 12px;
  }
  .models > button {
    max-width: 210px;
  }
  .awards {
    row-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
  .awardcard {
    justify-self: center;
    max-width: inherit;
  }
  .guarantee > ul {
    font-size: 18px;
  }
  .guaranteeheading {
    font-size: 28px;
  }
  .tabContainer .tabPanel {
    padding: 10px 40px 10px 40px;
  }
}

@media screen and (max-width: 992px) {
  .toolicon > svg {
    height: 45px;
    width: 45px;
  }
  .toolicon > img {
    height: 45px;
    width: 45px;
  }
  .title {
    font-size: 34px;
  }
  .description {
    font-size: 16px;
  }
  .overlaptext {
    font-size: 25px;
  }
  .btncontact {
    padding: 10px 14px;
  }
  .logo {
    max-width: 130px;
  }
  .icononly {
    font-size: 14px;
  }
  .btnmore {
    height: 45px;
    max-width: 154px;
    font-size: 15px;
  }
  .btnmore > svg {
    height: 13px;
    width: 13px;
  }
  .panelicon {
    height: 35px;
    max-width: 35px;
  }
  .panelicon > svg {
    height: 20px;
    max-width: 20px;
  }
  .bodytext {
    font-size: 13px;
  }
  .project-container > div > ul {
    font-size: 13px;
  }
  .tabheader {
    font-size: 18px;
  }
  .guarantee > ul {
    font-size: 15px;
  }
  .guaranteeheading {
    font-size: 25px;
  }
  .btnfree {
    height: 45px;
    max-width: 210px;
    font-size: 15px;
  }
  .btnfree > svg {
    height: 14px;
    width: 14px;
  }
  .btnfree2 {
    height: 45px !important;
    max-width: 210px;
    font-size: 15px;
  }
  .btnfree2 > svg {
    height: 14px;
    width: 14px;
  }
  .tabContainer .tabPanel {
    padding: 30px 40px 10px 40px;
  }
  .panelicon-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1103px) {
  .inputrow {
    flex-direction: column !important;
  }
  .btnfree2 {
    height: 53px;
    font-size: 16px;
    max-width: 220px;
  }
}

@media screen and (max-width: 1278px) {
  .icontext {
    margin: 20px 4px;
  }
}

@media screen and (max-width: 450px) {
  .btnfree {
    font-size: 14px;
    height: 40px;
    max-width: 188px;
  }
  .contact-form {
    padding: 20px 18px;
  }
  .nav {
    height: 70px;
  }
  .btncontact {
    padding: 10px 12px !important;
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .awards {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media screen and (max-width: 380px) {
  .g-recaptcha > div > div > iframe {
    transform: scale(0.77);
  }
}

@media screen and (max-width: 310px) {
  .g-recaptcha > div > div > iframe {
    transform: scale(0.6);
  }
}

@media screen and (max-width: 530px) {
  .toolicon > svg {
    width: 40px;
    height: 40px;
  }

  .toolicon > img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 410px) {
  .toolicon > svg {
    width: 20px;
    height: 20px;
  }
  .toolicon > img {
    width: 20px;
    height: 20px;
  }
  .toolicon {
    height: 60px;
  }
}

@media screen and (max-width: 304px) {
  .toolicon > svg {
    width: 10px;
    height: 10px;
  }
  .toolicon > img {
    width: 10px;
    height: 10px;
  }
  .toolicon {
    padding: 0;
  }
}

@media screen and (max-width: 324px) {
  .rightcontactbar {
    flex-direction: column;
    gap: 15px;
  }
}

@media screen and (max-width: 228px) {
  .toolicon > svg {
    width: 5px;
    height: 5px;
  }
  .toolicon > img {
    width: 5px;
    height: 5px;
  }
  .toolicon {
    padding: 0;
  }
}

/* slider */
.slide {
  width: 100%;
  overflow-x: hidden;
}

.pslide {
  width: 100%;
  overflow-x: hidden;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 41px;
}

.parrow {
  cursor: pointer;
  position: absolute;
}

#arrow-left {
  left: 47px;
}

#arrow-right {
  right: 47px;
}

.slider {
  display: none;
}

.slide > .icontext {
  margin: 0 auto;
  padding: 29px;
}

.services > .slider {
  min-height: 100%;
}

.parrow {
  top: 48%;
}

#parrow-left {
  left: 2%;
}

#parrow-right {
  right: 2%;
}
