@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #ff6600;
}

body {
  background-color: #f1f1f1 !important;
  font-family: "Montserrat", sans-serif;
}
body .container {
  max-width: 88.4353741497vw;
  padding: 0 0.8163265306vw;
}
@media (max-width: 990px) {
  body .container {
    max-width: 100%;
    padding: 0 1.5384615385vw;
  }
}
body .container .row {
  margin: 0 -0.8163265306vw;
}
@media (max-width: 990px) {
  body .container .row {
    margin: 0 -1.5384615385vw;
  }
}
body .container .row > div {
  padding: 0 0.8163265306vw;
}
@media (max-width: 990px) {
  body .container .row > div {
    padding: 0 1.5384615385vw;
  }
}
body .globalheading {
  width: 70%;
  display: block;
  margin: auto;
}
@media (max-width: 990px) {
  body .globalheading {
    width: 90%;
  }
}
body .globalheading h2 {
  font-size: 2.0408163265vw;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 990px) {
  body .globalheading h2 {
    font-size: 3.5897435897vw;
    margin-bottom: 0.2040816327vw;
  }
}
body .globalheading p {
  font-size: 0.9523809524vw;
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 990px) {
  body .globalheading p {
    font-size: 2.5641025641vw;
  }
}
body .bottomstuff {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 0.8163265306vw;
  background-color: #ffffff;
}
@media (max-width: 990px) {
  body .bottomstuff {
    padding: 1.5384615385vw;
  }
}
body .bottomstuff h4 {
  font-size: 0.6802721088vw;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 990px) {
  body .bottomstuff h4 {
    font-size: 2.0512820513vw;
  }
}
body .bottomstuff ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: right;
}
body .bottomstuff ul li a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 1.7006802721vw;
  height: 1.7006802721vw;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 0.0680272109vw solid #ffffff;
}
@media (max-width: 990px) {
  body .bottomstuff ul li a {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    border-width: 0.2564102564vw;
  }
}
body .bottomstuff ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  body .bottomstuff ul li a svg {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
body #backToTop {
  position: fixed;
  bottom: 0.8163265306vw;
  right: 0.8163265306vw;
  width: 3.4013605442vw;
  height: 3.4013605442vw;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 0.0680272109vw solid #ffffff;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 9999;
}
@media (max-width: 990px) {
  body #backToTop {
    bottom: 9.2307692308vw;
    right: 3.0769230769vw;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
body #backToTop svg path {
  fill: #ff6600;
}
body .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #b1afaf;
  z-index: 9999;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: none;
}
body .loader .inner .logo {
  background-color: #ffffff;
  padding: 0.8163265306vw;
  border-radius: 0.8163265306vw;
}
body .loader .inner .logo svg {
  width: 10.2721088435vw;
  height: auto;
}
body .loader .inner .custom-progress {
  margin-top: 0.8163265306vw;
  width: 100%;
  height: 0.2721088435vw;
  background-color: #ffffff;
  border-radius: 0.2721088435vw;
}
body .loader .inner .custom-progress .custom-progress-bar {
  width: 30%;
  height: 0.2721088435vw;
  background-color: var(--primary-color);
  border-radius: 0.2721088435vw;
}
body header {
  padding: 0.3401360544vw 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  z-index: 9999;
  transition: all 0.3s ease;
}
@media (max-width: 990px) {
  body header {
    padding: 1.2820512821vw 0;
  }
}
body header.scrolled {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body header .container {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body header .container .logo {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0.4081632653vw;
  background-color: #ffffff;
  width: 10.2721088435vw;
  padding-top: 1.0204081633vw;
  padding-left: 1.0884353741vw;
  padding-right: 1.0884353741vw;
  padding-bottom: 0.8163265306vw;
}
@media (max-width: 990px) {
  body header .container .logo {
    border-radius: 1.5384615385vw;
    width: 25.641025641vw;
    padding: 1.5384615385vw 1.5384615385vw;
  }
}
body header .container .logo svg {
  width: 100%;
  height: auto;
}
body header .container .punchline {
  font-size: 0.9523809524vw;
  color: #000000;
  width: 11.5646258503vw;
  padding-left: 0.8163265306vw;
}
@media (max-width: 990px) {
  body header .container .punchline {
    font-size: 2.0512820513vw;
    padding-left: 1.5384615385vw;
    width: 38.7179487179vw;
  }
}
body header .navigation {
  width: calc(100% - 21.8367346939vw);
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: right;
}
@media (max-width: 990px) {
  body header .navigation .navlink {
    display: none;
  }
}
body header .navigation .navlink ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0 -0.8163265306vw;
}
body header .navigation .navlink ul li {
  padding: 0 0.8163265306vw;
}
body header .navigation .navlink ul li a {
  font-size: 1.0884353741vw;
  color: #000000;
  text-decoration: none;
}
body header .navigation .contactlink {
  margin-left: 1.6326530612vw;
}
body header .navigation .contactlink ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  list-style-type: none;
  margin: 0 -0.4081632653vw;
  padding: 0;
}
body header .navigation .contactlink ul li {
  padding: 0 0.4081632653vw;
}
body header .navigation .contactlink ul li:first-child a > span {
  display: initial;
}
@media (max-width: 990px) {
  body header .navigation .contactlink ul li:first-child a > span span {
    font-size: 2.0512820513vw;
  }
}
body header .navigation .contactlink ul li a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0.8163265306vw;
  border-radius: 0.4081632653vw;
  background-color: #ffffff;
  text-decoration: none;
  background-color: green;
}
@media (max-width: 990px) {
  body header .navigation .contactlink ul li a {
    padding: 2.0512820513vw 3.0769230769vw;
    border-radius: 1.5384615385vw;
  }
}
body header .navigation .contactlink ul li a.themebutton {
  background-color: #ffffff;
}
body header .navigation .contactlink ul li a.themebutton svg path {
  fill: #000000;
}
body header .navigation .contactlink ul li a svg {
  width: 1.7006802721vw;
  height: auto;
}
@media (max-width: 990px) {
  body header .navigation .contactlink ul li a svg {
    height: 3.8461538462vw;
    width: auto;
  }
}
body header .navigation .contactlink ul li a svg path {
  fill: #ffffff;
}
body header .navigation .contactlink ul li a > span {
  padding-left: 0.8163265306vw;
}
@media (max-width: 990px) {
  body header .navigation .contactlink ul li a > span {
    display: none;
  }
}
body header .navigation .contactlink ul li a > span span {
  display: block;
  box-sizing: border-box;
  font-size: 0.9523809524vw;
  color: #ffffff;
}
body header .navigation .contactlink ul li a > span b {
  display: block;
  box-sizing: border-box;
  font-size: 0.5442176871vw;
  font-weight: 600;
  color: #000000;
  display: none;
}
body .banner .container .inner {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0.8163265306vw;
  border-radius: 0.4081632653vw;
  background-color: #ffffff;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
@media (max-width: 990px) {
  body .banner .container .inner {
    border-radius: 1.5384615385vw;
    padding: 0.7692307692vw;
  }
}
body .banner .container .inner .text {
  width: 60%;
  padding: 0.8163265306vw;
}
body .banner .container .inner .text h1 {
  font-size: 3.9455782313vw;
  margin-bottom: 1.2925170068vw;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 990px) {
  body .banner .container .inner .text h1 {
    margin-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}
body .banner .container .inner .text h6 {
  font-size: 1.0884353741vw;
  font-style: italic;
  text-align: right;
}
@media (max-width: 990px) {
  body .banner .container .inner .text h6 {
    margin: 0;
    font-size: 2.5641025641vw;
  }
}
body .banner .container .inner .text p {
  font-size: 0.9523809524vw;
  font-style: italic;
  text-align: right;
}
@media (max-width: 990px) {
  body .banner .container .inner .text p {
    margin: 0;
    font-size: 2.0512820513vw;
  }
}
body .banner .container .inner .image {
  width: 40%;
  height: 34.0136054422vw;
  border-radius: 0.8163265306vw;
  overflow: hidden;
}
@media (max-width: 990px) {
  body .banner .container .inner .image {
    height: 51.2820512821vw;
  }
}
body .banner .container .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .services {
  margin-top: 1.6326530612vw;
  margin-bottom: 3.4693877551vw;
}
@media (max-width: 990px) {
  body .services {
    margin-top: 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
  }
}
body .services .container .row {
  margin: -0.8163265306vw;
}
body .services .container .row .col-lg-3 {
  padding: 0.8163265306vw;
}
body .services .container .single {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0.8163265306vw;
  background-color: #ffffff;
  border-radius: 0.8163265306vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 6.8027210884vw;
}
@media (max-width: 990px) {
  body .services .container .single {
    padding: 1.5384615385vw;
    padding-bottom: 14.1025641026vw;
    border-radius: 1.5384615385vw;
  }
}
body .services .container .single .servicesSwiper {
  margin: 1.6326530612vw 0;
}
@media (max-width: 990px) {
  body .services .container .single .servicesSwiper {
    margin: 6.1538461538vw 0;
  }
}
body .services .container .single .image {
  height: 6.8027210884vw;
  width: auto;
  display: block;
  margin: auto;
}
@media (max-width: 990px) {
  body .services .container .single .image {
    height: 17.9487179487vw;
  }
}
body .services .container .single .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  max-width: 100%;
}
body .services .container .single .text h3 {
  font-size: 1.0884353741vw;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 990px) {
  body .services .container .single .text h3 {
    font-size: 3.5897435897vw;
  }
}
body .services .container .single .text p {
  font-size: 0.9523809524vw;
  color: #000000;
}
@media (max-width: 990px) {
  body .services .container .single .text p {
    font-size: 2.5641025641vw;
  }
}
body .developer {
  margin-bottom: 3.4693877551vw;
}
@media (max-width: 990px) {
  body .developer {
    margin-bottom: 6.1538461538vw;
  }
}
body .developer .container .row {
  margin: -0.8163265306vw;
}
body .developer .container .row .col-lg-3 {
  padding: 0.8163265306vw;
}
body .developer .container .single {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0.8163265306vw;
  background-color: #ffffff;
  border-radius: 0.8163265306vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 6.8027210884vw;
}
@media (max-width: 990px) {
  body .developer .container .single {
    border-radius: 1.5384615385vw;
    padding: 1.5384615385vw;
    padding-bottom: 14.1025641026vw;
  }
}
body .developer .container .single .image {
  width: 10.2721088435vw;
  height: 13.6054421769vw;
  display: block;
  margin: auto;
  border-radius: 0.8163265306vw;
  overflow: hidden;
  margin-bottom: 0.8163265306vw;
}
@media (max-width: 990px) {
  body .developer .container .single .image {
    width: 25.641025641vw;
    height: 38.4615384615vw;
    border-radius: 1.5384615385vw;
    margin-bottom: 3.0769230769vw;
  }
}
body .developer .container .single .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .developer .container .single .text h3 {
  font-size: 1.0884353741vw;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 990px) {
  body .developer .container .single .text h3 {
    font-size: 3.5897435897vw;
    margin-bottom: 0.4081632653vw;
  }
}
body .developer .container .single .text h4 {
  font-size: 0.8163265306vw;
  font-weight: 600;
  color: #000000;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.4081632653vw;
  margin: 0.8163265306vw 0 0.4081632653vw;
}
@media (max-width: 990px) {
  body .developer .container .single .text h4 {
    font-size: 2.5641025641vw;
    max-width: 100%;
  }
}
body .developer .container .single .text p {
  font-size: 0.9523809524vw;
  color: #000000;
}
@media (max-width: 990px) {
  body .developer .container .single .text p {
    font-size: 2.0512820513vw;
  }
}
body .process {
  margin-bottom: 3.4693877551vw;
}
@media (max-width: 990px) {
  body .process {
    margin-bottom: 6.1538461538vw;
  }
}
body .process .container .step .row {
  margin: -0.8163265306vw;
}
@media (max-width: 990px) {
  body .process .container .step .row {
    margin: -0.7692307692vw;
  }
}
body .process .container .step .row > div {
  padding: 0.8163265306vw;
}
@media (max-width: 990px) {
  body .process .container .step .row > div {
    padding: 0.7692307692vw;
  }
}
body .process .container .step .single {
  padding: 0 0.4081632653vw;
  height: 100%;
  position: relative;
}
@media (max-width: 990px) {
  body .process .container .step .single {
    padding: 0vw;
  }
}
body .process .container .step .single .inner {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0.8163265306vw;
  background-color: #ffffff;
  border-radius: 0.8163265306vw;
}
@media (max-width: 990px) {
  body .process .container .step .single .inner {
    border-radius: 1.5384615385vw;
    padding: 1.5384615385vw;
    padding-bottom: 14.1025641026vw;
  }
}
body .process .container .step .single .inner .image {
  width: 10.2721088435vw;
  height: 6.8027210884vw;
  display: block;
  margin: auto;
  border-radius: 0.8163265306vw;
  overflow: hidden;
  margin-bottom: 0.8163265306vw;
}
@media (max-width: 990px) {
  body .process .container .step .single .inner .image {
    width: 25.641025641vw;
    height: 17.9487179487vw;
    border-radius: 1.5384615385vw;
    margin-bottom: 3.0769230769vw;
  }
}
body .process .container .step .single .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .process .container .step .single .inner .text h3 {
  font-size: 1.0884353741vw;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 990px) {
  body .process .container .step .single .inner .text h3 {
    font-size: 3.5897435897vw;
    margin-bottom: 0.4081632653vw;
  }
}
body .process .container .step .single .inner .text h4 {
  font-size: 0.8163265306vw;
  font-weight: 600;
  color: #000000;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.4081632653vw;
  margin: 0.8163265306vw 0 0.4081632653vw;
}
@media (max-width: 990px) {
  body .process .container .step .single .inner .text h4 {
    font-size: 2.5641025641vw;
    max-width: 100%;
  }
}
body .process .container .step .single .inner .text p {
  font-size: 0.9523809524vw;
  color: #000000;
}
@media (max-width: 990px) {
  body .process .container .step .single .inner .text p {
    font-size: 2.0512820513vw;
  }
}
body .projects {
  margin-bottom: 3.4693877551vw;
}
@media (max-width: 990px) {
  body .projects {
    margin-bottom: 6.1538461538vw;
  }
}
body .projects .container .row {
  margin: -0.8163265306vw;
}
body .projects .container .row > div {
  padding: 0.8163265306vw;
}
body .projects .container .single {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0.8163265306vw;
  background-color: #ffffff;
  border-radius: 0.8163265306vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 6.8027210884vw;
}
@media (max-width: 990px) {
  body .projects .container .single {
    padding: 1.5384615385vw;
    padding-bottom: 14.1025641026vw;
    border-radius: 1.5384615385vw;
  }
}
body .projects .container .single .thumbnail {
  width: 100%;
  height: 13.6054421769vw;
  border-radius: 0.8163265306vw;
  overflow: hidden;
  margin-bottom: 0.8163265306vw;
}
@media (max-width: 990px) {
  body .projects .container .single .thumbnail {
    width: 100%;
    height: 38.4615384615vw;
    border-radius: 1.5384615385vw;
    margin-bottom: 3.0769230769vw;
  }
}
body .projects .container .single .thumbnail img {
  height: 100%;
  width: auto;
}
body .projects .container .single .text h3 {
  font-size: 1.0884353741vw;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 990px) {
  body .projects .container .single .text h3 {
    font-size: 3.5897435897vw;
    margin-bottom: 0.4081632653vw;
  }
}
body .projects .container .single .text h4 {
  font-size: 0.8163265306vw;
  font-weight: 600;
  color: #000000;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.4081632653vw;
  margin: 0.8163265306vw 0 0.4081632653vw;
}
@media (max-width: 990px) {
  body .projects .container .single .text h4 {
    font-size: 2.5641025641vw;
    max-width: 100%;
  }
}
body .projects .container .single .text p {
  font-size: 0.9523809524vw;
  color: #000000;
}
@media (max-width: 990px) {
  body .projects .container .single .text p {
    font-size: 2.0512820513vw;
  }
}
body .packages {
  margin-bottom: 3.4693877551vw;
  background-color: #ffffff;
  padding: 3.4693877551vw 0;
}
@media (max-width: 990px) {
  body .packages {
    margin-bottom: 6.1538461538vw;
    padding: 6.1538461538vw 0;
  }
}
body .packages .container .row .col-lg-4 {
  margin: 0;
  margin-bottom: 0.8163265306vw;
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4 {
    margin-bottom: 3.0769230769vw;
  }
}
body .packages .container .row .col-lg-4:last-child {
  margin-bottom: 0;
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4 .packages-card__badge {
    font-size: 2.5641025641vw;
  }
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4 .packages-card__name {
    font-size: 3.0769230769vw;
  }
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4 .packages-card__tagline {
    font-size: 2.0512820513vw;
  }
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4 .packages-card__price .packages-card__currency {
    font-size: 3.0769230769vw;
  }
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4 .packages-card__price .packages-card__amount {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4 .packages-card__price .packages-card__period {
    font-size: 2.5641025641vw;
  }
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4 .packages-card__list li {
    font-size: 2.0512820513vw;
  }
}
body .packages .container .row .col-lg-4 .packages-card__cta {
  font-size: 1.0884353741vw;
}
@media (max-width: 990px) {
  body .packages .container .row .col-lg-4 .packages-card__cta {
    font-size: 2.5641025641vw;
  }
}
body .packages .container .packages-note {
  margin-top: 1.6326530612vw;
}
@media (max-width: 990px) {
  body .packages .container .packages-note {
    margin-top: 3.0769230769vw;
    font-size: 2.5641025641vw;
  }
}
body .get-quote {
  margin-bottom: 3.4693877551vw;
}
@media (max-width: 990px) {
  body .get-quote {
    margin-bottom: 6.1538461538vw;
  }
}
body .get-quote .globalheading {
  margin-bottom: 1.6326530612vw;
}
@media (max-width: 990px) {
  body .get-quote .globalheading {
    margin-bottom: 5.1282051282vw;
  }
}
body .get-quote .get-quote__form {
  max-width: 59.8639455782vw;
  margin: 0 auto;
}
@media (max-width: 990px) {
  body .get-quote .get-quote__form {
    max-width: 100%;
  }
}
body .get-quote .get-quote__form .invalid-feedback.d-block {
  margin-top: 0.2721088435vw;
}
@media (max-width: 990px) {
  body .get-quote .get-quote__form .invalid-feedback.d-block {
    margin-top: 0.7692307692vw;
  }
}
body .get-quote .get-quote__alert {
  border-radius: 0.5442176871vw;
  padding: 0.8163265306vw 0.9523809524vw;
  margin-bottom: 1.2244897959vw;
  font-size: 0.9523809524vw;
}
@media (max-width: 990px) {
  body .get-quote .get-quote__alert {
    border-radius: 2.0512820513vw;
    padding: 2.5641025641vw 3.0769230769vw;
    margin-bottom: 3.5897435897vw;
    font-size: 2.5641025641vw;
  }
}
body .get-quote .get-quote__alert--success {
  background-color: #d4edda;
  color: #155724;
}
body .get-quote .get-quote__alert--errors {
  background-color: #f8d7da;
  color: #721c24;
}
body .get-quote .get-quote__alert--errors ul {
  margin: 0.4081632653vw 0 0;
  padding-left: 1.2244897959vw;
}
@media (max-width: 990px) {
  body .get-quote .get-quote__alert--errors ul {
    margin: 1.5384615385vw 0 0;
    padding-left: 4.6153846154vw;
  }
}
body .get-quote .form-floating > .form-control,
body .get-quote .form-floating > .form-select {
  border: none;
  border-radius: 0.5442176871vw;
  font-size: 0.9523809524vw;
  background-color: #ffffff;
  font-family: inherit;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 990px) {
  body .get-quote .form-floating > .form-control,
  body .get-quote .form-floating > .form-select {
    border-radius: 2.0512820513vw;
    font-size: 2.5641025641vw;
  }
}
body .get-quote .form-floating > .form-control:focus,
body .get-quote .form-floating > .form-select:focus {
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px, 0 0 0 2px var(--primary-color);
}
body .get-quote .form-floating > .form-control.is-invalid:focus,
body .get-quote .form-floating > .form-select.is-invalid:focus {
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px, 0 0 0 2px #dc3545;
}
body .get-quote .form-floating > .form-control::-moz-placeholder, body .get-quote .form-floating > .form-select::-moz-placeholder {
  color: transparent;
}
body .get-quote .form-floating > .form-control::placeholder,
body .get-quote .form-floating > .form-select::placeholder {
  color: transparent;
}
body .get-quote .form-floating > label {
  color: #000000;
  font-size: 0.9523809524vw;
}
@media (max-width: 990px) {
  body .get-quote .form-floating > label {
    font-size: 3.0769230769vw;
    line-height: 6.9230769231vw;
  }
}
body .get-quote .form-floating > label .req {
  color: #cc0000;
  font-weight: 700;
}
body .get-quote .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body .get-quote .form-floating > textarea.form-control {
  min-height: 8.1632653061vw;
  height: auto;
  resize: vertical;
}
@media (max-width: 990px) {
  body .get-quote .form-floating > textarea.form-control {
    min-height: 25.641025641vw;
  }
}
body .get-quote .get-quote__captcha-row {
  display: flex;
  align-items: stretch;
  gap: 0.6802721088vw;
}
@media (max-width: 990px) {
  body .get-quote .get-quote__captcha-row {
    gap: 2.0512820513vw;
  }
}
body .get-quote .get-quote__captcha-row .get-quote__captcha-float {
  min-width: 0;
}
body .get-quote .get-quote__captcha-code {
  flex-shrink: 0;
  min-width: 7.074829932vw;
  background-color: #1a6edb;
  color: #ffffff;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-size: 1.0884353741vw;
  font-weight: 600;
  letter-spacing: 0.12em;
  border-radius: 0.5442176871vw;
  padding: 0.6802721088vw 1.0884353741vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 990px) {
  body .get-quote .get-quote__captcha-code {
    min-width: 22.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 2.0512820513vw;
    padding: 2.0512820513vw 3.0769230769vw;
  }
}
body .get-quote .get-quote__submit {
  border: none;
  background-color: var(--primary-color);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9523809524vw;
  padding: 0.9523809524vw 1.3605442177vw;
  border-radius: 0.5442176871vw;
  margin-top: 0.5442176871vw;
  cursor: pointer;
  font-family: inherit;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: filter 0.15s ease;
}
@media (max-width: 990px) {
  body .get-quote .get-quote__submit {
    font-size: 2.5641025641vw;
    padding: 3.0769230769vw 4.1025641026vw;
    border-radius: 2.0512820513vw;
    margin-top: 2.0512820513vw;
  }
}
body .get-quote .get-quote__submit:hover {
  filter: brightness(0.96);
}
@media (max-width: 990px) {
  body .get-quote .container__form {
    max-width: 100%;
  }
}
body footer {
  background-color: #dddddd;
  padding: 3.4013605442vw 0;
  padding-bottom: 1.3605442177vw;
}
@media (max-width: 990px) {
  body footer {
    padding: 6.4102564103vw 0;
    padding-bottom: 2.5641025641vw;
  }
}
body footer .container a {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0.8163265306vw;
  border-radius: 0.4081632653vw;
  background-color: #ffffff;
  width: 17.074829932vw;
  display: block;
  margin: auto;
  margin-bottom: 0.8163265306vw;
}
@media (max-width: 990px) {
  body footer .container a {
    width: 38.7179487179vw;
    padding: 1.5384615385vw;
  }
}
body footer .container a svg {
  width: 100%;
  height: auto;
}
body footer .container p {
  width: 54.4217687075vw;
  text-align: center;
  color: #000000;
  margin: auto;
  margin-bottom: 1.6326530612vw;
  font-size: 0.9523809524vw;
}
@media (max-width: 990px) {
  body footer .container p {
    font-size: 3.0769230769vw;
    width: 100%;
    margin-bottom: 3.0769230769vw;
  }
}
body footer .container h5 {
  text-align: center;
  font-size: 1.0884353741vw;
}
@media (max-width: 990px) {
  body footer .container h5 {
    font-size: 3.5897435897vw;
  }
}
body footer .container h6 {
  text-align: center;
  margin: 3.2653061224vw 0;
  font-size: 0.9523809524vw;
  font-weight: 600;
}
@media (max-width: 990px) {
  body footer .container h6 {
    margin: 6.1538461538vw 0;
    font-size: 3.0769230769vw;
  }
}
body footer .container h6 img {
  height: 1.7006802721vw;
}
@media (max-width: 990px) {
  body footer .container h6 img {
    height: 5.1282051282vw;
  }
}
body .footer-more-info {
  background-color: #000000;
  padding: 0.2040816327vw 0;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 990px) {
  body .footer-more-info {
    padding: 0.7692307692vw 0;
  }
}
body .footer-more-info .container-fluid ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  list-style-type: none;
  margin: 0 -0.4081632653vw;
  padding: 0;
}
@media (max-width: 990px) {
  body .footer-more-info .container-fluid ul {
    margin: 0 -1.5384615385vw;
  }
}
body .footer-more-info .container-fluid ul li {
  padding: 0 0.4081632653vw;
}
@media (max-width: 990px) {
  body .footer-more-info .container-fluid ul li {
    padding: 0 1.5384615385vw;
  }
}
body .footer-more-info .container-fluid ul li a {
  font-size: 0.8163265306vw;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 990px) {
  body .footer-more-info .container-fluid ul li a {
    font-size: 2.5641025641vw;
  }
}
body .footer-more-info .container-fluid .location {
  text-align: right;
}
body .footer-more-info .container-fluid .location img {
  height: 1.3605442177vw;
  border-radius: 0.2040816327vw;
}
@media (max-width: 990px) {
  body .footer-more-info .container-fluid .location img {
    height: 5.1282051282vw;
  }
}
body .footer-more-info .container-fluid .location span {
  font-size: 0.8163265306vw;
  color: #ffffff;
}
@media (max-width: 990px) {
  body .footer-more-info .container-fluid .location span {
    font-size: 2.5641025641vw;
  }
}

.aboutpage {
  min-height: calc(100svh - 5.7605442177vw);
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0.8163265306vw 0;
}
@media (max-width: 990px) {
  .aboutpage {
    display: block;
    padding-top: 1.5384615385vw;
    border-top: 0.2564102564vw solid #ced4da;
    min-height: initial;
  }
}
.aboutpage .container .text {
  text-align: center;
}
@media (max-width: 990px) {
  .aboutpage .container .text {
    text-align: left;
  }
}
.aboutpage .container .text h1 {
  font-size: 1.6326530612vw;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.8163265306vw;
}
@media (max-width: 990px) {
  .aboutpage .container .text h1 {
    font-size: 3.5897435897vw;
    margin-bottom: 3.0769230769vw;
  }
}
.aboutpage .container .text p {
  font-size: 0.8163265306vw;
}
@media (max-width: 990px) {
  .aboutpage .container .text p {
    font-size: 2.5641025641vw;
  }
}
.aboutpage .container .image {
  width: 17.074829932vw;
  height: auto;
  border-radius: 0.8163265306vw;
  overflow: hidden;
  margin: auto;
  margin-bottom: 0.8163265306vw;
}
@media (max-width: 990px) {
  .aboutpage .container .image {
    width: 38.7179487179vw;
    height: auto;
    border-radius: 1.5384615385vw;
    margin-bottom: 3.0769230769vw;
  }
}
.aboutpage .container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */