@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --sea-green: #0e948d;
  --sea-green-hover: #0db0a8;
  --sea-blue: #085f84;
  --lead: #7c7c7c;
  --black-800: #2a313d;
  --black: #000;
  --white: #ffffff;
  --font-family-body: "Montserrat", sans-serif;
  --font-family-heading: "Lato", serif;
}

body {
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: var(--font-family-body);
  color: var(--black-800);
  font-size: 18px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
}

h1 {
  font-size: 48px;
  line-height: 66px;
  font-weight: 900;
}
@media (max-width: 1366px) {
  h1 {
    font-size: 42px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 54px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 390px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

h2 {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 700;
}

a,
li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

p,
span {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #2a313d;
}

textarea.form-control {
  height: 120px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100vw;
  z-index: 123;
}

.show-menu {
  transform: translateX(0) !important;
}

.scrollToTopBtn {
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0.25rem;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  box-shadow: 0px 0px 4px white, 0.2;
}
@media (max-width: 575px) {
  .scrollToTopBtn {
    width: 36px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 16px;
  }
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.clients-img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid var(--sea-green);
}

.request-a-quote-form {
  background-color: var(--white);
}

.form-control,
.form-select {
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 8px;
  height: 54px;
}

.eachFaq {
  position: relative;
}

.close h5:before {
  content: "+";
  width: 28px;
  height: 28px;
  font-size: 36px;
  position: absolute;
  top: 10px;
  right: 0px;
}

.open h5:before {
  content: "-";
  width: 28px;
  height: 28px;
  font-size: 36px;
  position: absolute;
  top: 10px;
  right: 0px;
}

.eachFaq {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.eachFaq .title {
  cursor: pointer;
}
.eachFaq .title:hover {
  color: var(--sea-green);
}

.blog-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/* Progress bar CSS */
.perc {
  position: absolute;
  display: none;
  top: 0;
  line-height: 27px;
  right: 10px;
  color: var(--sea-green);
}

.container-progress {
  position: relative;
  width: 100%;
  height: 27px;
  background-color: #fff;
  border-radius: 2px;
  margin: 16px auto;
}
.container-progress:after {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 27px;
}

.fillmult {
  height: 100%;
  width: 0;
  background-color: var(--sea-green);
  border-radius: 2px;
  line-height: 27px;
  text-align: left;
}
.fillmult span {
  padding-left: 10px;
}

/* End Progress bar CSS */
.service-icon {
  height: 32px;
  width: 32px;
  background-color: transparent;
}

.work-together-section {
  background-color: rgba(0, 0, 0, 0.08);
}

[data-aos=test-animation-1] {
  transform: translateX(-5%);
  opacity: 0;
}
[data-aos=test-animation-1].aos-animate {
  transform: translateX(0);
  opacity: 1;
}

[data-aos=test-animation-2] {
  transform: translateY(-5%);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=test-animation-2].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

[data-aos=test-animation-3] {
  transform: translateX(5%);
  opacity: 0;
}
[data-aos=test-animation-3].aos-animate {
  transform: translateX(0);
  opacity: 1;
}

[data-aos=test-animation-4] {
  transform: translateY(5%);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=test-animation-4].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

.about-img {
  width: 90%;
  height: 540px;
  border-radius: 120px 12px 12px 12px;
  object-fit: cover;
  margin: 0 auto;
  object-position: center;
}
@media (min-width: 1440px) {
  .about-img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 991px) {
  .about-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 575px) {
  .about-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
}

.services-section {
  position: relative;
}
.services-section .star-g-1,
.services-section .star-g-2,
.services-section .star-g-3,
.services-section .star-g-4 {
  position: absolute;
}
.services-section .star-g-1,
.services-section .star-g-2 {
  left: 2%;
}
.services-section .star-g-1 {
  top: 20%;
}
.services-section .star-g-2 {
  top: 60%;
}
.services-section .star-g-3,
.services-section .star-g-4 {
  right: 2%;
}
.services-section .star-g-3 {
  top: 40%;
}
.services-section .star-g-4 {
  top: 80%;
}

.case-study-img {
  width: 100%;
  height: 440px;
  border-radius: 120px 12px 12px 12px;
  object-fit: cover;
  margin: 0 auto;
  object-position: center;
}
@media (min-width: 1440px) {
  .case-study-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
  }
}

.team-img-wrapper {
  width: 100%;
  height: 360px;
  border-radius: 0.75rem;
  background-color: #d9d9d9;
}
@media (max-width: 991px) {
  .team-img-wrapper {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .team-img-wrapper {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .team-img-wrapper {
    height: 360px;
  }
}
.team-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.team-img-wrapper .team-3 {
  object-position: top;
}

.role {
  color: white;
  font-size: 14px;
}

.blog-card {
  background-color: rgba(75, 199, 192, 0.03);
  border: 1px solid rgb(13, 176, 168);
  border-radius: 0.75rem;
}
.blog-card .blog-img-wrapper {
  width: 100%;
  height: 280px;
  border-radius: 0.75rem;
  background-color: #d9d9d9;
}
.blog-card .blog-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-card .blog-img-wrapper .img-1 {
  object-position: left;
}
.blog-card .blog-img-wrapper .img-3 {
  object-fit: contain;
}

.hb-custom-link {
  color: var(--sea-green) !important;
  text-decoration: underline !important;
}
.hb-custom-link:hover {
  color: var(--sea-blue) !important;
  text-decoration: underline;
}

.green-box {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: var(--sea-green);
  border-radius: 2px;
}

.red-box {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #ff513a;
  border-radius: 2px;
}

.slot-item {
  background-color: var(--sea-green);
  padding: 8px 16px;
  color: white;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 14px;
}
.slot-item:hover {
  background-color: rgb(62, 62, 255);
}
@media (max-width: 480px) {
  .slot-item {
    font-size: 12px;
  }
}

.active-slot {
  background-color: rgb(62, 62, 255) !important;
}

.selected {
  background-color: #ff513a !important;
  pointer-events: none;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.flex {
  display: flex;
}

.h1-title {
  font-size: 90px;
  font-weight: bold;
  line-height: 120px;
}
@media (max-width: 575px) {
  .h1-title {
    font-size: 36px;
    line-height: 48px;
  }
}

.h2-subtitle {
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .h2-subtitle {
    font-size: 24px;
    font-weight: 600;
  }
}

.hero-section {
  height: auto;
  padding: 140px 0px 60px 0px;
  position: relative;
}
.hero-section .fig-to-html {
  position: absolute;
  top: 23%;
  left: 10%;
  transform: translateX(-20%) rotate(-22deg);
  height: 230px;
}
@media (max-width: 767px) {
  .hero-section .fig-to-html {
    position: absolute;
    top: 7%;
    left: 24%;
    transform: translateX(-20%) rotate(21deg);
    height: 167px;
  }
}
.hero-section .psd-to-html {
  position: absolute;
  bottom: 6%;
  right: 10%;
  transform: translateX(13%) rotate(-15deg);
  height: 230px;
}
@media (max-width: 767px) {
  .hero-section .psd-to-html {
    position: absolute;
    bottom: -17%;
    right: 22%;
    transform: translateX(13%) rotate(20deg);
    height: 170px;
  }
}

.form-control .form-selects {
  color: #000;
  background-color: #fff;
  border-color: #0b0b0b;
  outline: 0;
  box-shadow: 0 !important;
}
.form-control .form-selects:focus {
  background-color: #fff;
  border-color: #0b0b0b;
  box-shadow: 0 !important;
  outline: none !important;
}

.custom-navbar {
  padding: 0px 0px;
}
@media (max-width: 575px) {
  .custom-navbar {
    padding: 8px 16px;
  }
}
.custom-navbar .custom-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .custom-navbar .custom-menu {
    position: absolute;
    display: none;
    transform: translateY(100%);
    background-color: black;
  }
}
@media (max-width: 991px) {
  .custom-navbar .show-nav {
    display: block;
    opacity: 1;
    top: 120%;
    width: 80vw;
    left: 10%;
    border-radius: 8px;
    transform: translateX(-10%);
    transition: transform 500ms ease-in-out;
    transform: scale(1);
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.1);
  }
}
.custom-navbar .custom-menu-item {
  position: relative;
  padding: 16px;
}
.custom-navbar .custom-menu-item .custom-menu-link {
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .custom-navbar .custom-menu-item {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.custom-navbar .nav-toggle {
  display: block;
  width: 18px;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  background-clip: content-box;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #ffffff;
}
.custom-navbar .nav-toggle:hover {
  cursor: pointer;
}
.custom-navbar .nav-toggle:before,
.custom-navbar .nav-toggle:after {
  position: relative;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 500ms ease-in-out;
}
.custom-navbar .nav-toggle:before {
  top: -6px;
}
.custom-navbar .nav-toggle:after {
  bottom: -4px;
}
.custom-navbar .nav-toggle__text {
  display: none;
}
.custom-navbar .nav-toggle--active {
  background-color: rgba(255, 255, 255, 0);
  transition-delay: 0s;
}
.custom-navbar .nav-toggle--active:before {
  transform: translateY(6px) rotate(-225deg);
}
.custom-navbar .nav-toggle--active:after {
  transform: translateY(-6px) rotate(225deg);
}

.logo {
  font-size: 36px;
  font-weight: 700;
}

.header-bg {
  background-color: #000000;
}

.feature-item {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .feature-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}

.feature-tick {
  background-color: var(--black);
  color: #fff;
  font-size: 14px;
  padding: 6px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .feature-tick {
    font-size: 12px;
    padding: 5px;
  }
}

p.body-text {
  font-size: 20px;
  line-height: 32px;
  color: #818181 !important;
}
@media (max-width: 480px) {
  p.body-text {
    font-size: 18px;
    line-height: 28px;
  }
}

p.services-text {
  font-size: 18px;
  line-height: 30px;
  color: #818181 !important;
}
@media (max-width: 480px) {
  p.services-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.services-card {
  background: #ffffff;
  border: 0.997396px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
  border-radius: 8;
}

.services-icon {
  height: 60px;
}

.filters {
  display: flex;
}

.filter {
  background-color: #d3d3d3;
  border-radius: 4px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .filter {
    font-size: 18px;
    font-weight: 500;
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .filter {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 16px;
  }
}
@media (max-width: 575px) {
  .filter {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
  }
}

.active {
  background-color: #000;
  color: #fff;
}

.filter:hover {
  cursor: pointer;
}

/*  Needed for filters */
.hide {
  /* You can play with the seconds to change the "animation" */
  animation: hide 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
}

.show {
  /* You can play with the seconds to change the "animation" */
  animation: show 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
}

@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}
/*  // Needed for filters */
/* For decoration only */
body {
  font-family: sans-serif;
}

.process-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid #000000;
}

.process-column {
  position: relative;
}
.process-column .process-number {
  width: 32px;
  height: 32px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 65%;
}

.arrow-top-1 {
  position: absolute;
  top: -21%;
  right: -42%;
}

.arrow-top-2 {
  position: absolute;
  bottom: -12%;
  right: -36%;
}

.uploadFile {
  display: block;
  background-color: white;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  position: relative;
  resize: none;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

.filename {
  line-height: 36px;
}

.portfolio-showcase-1,
.portfolio-showcase-2 {
  height: 380px;
  width: 300px;
  overflow: hidden;
  object-fit: fill;
  border-radius: 8px;
}
.portfolio-showcase-1 img,
.portfolio-showcase-2 img {
  height: 100%;
  width: 100%;
  object-fit: fill;
  object-position: top;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}

.footer-clr {
  color: #c5c5c5 !important;
  font-size: 16px !important;
}

.social-link i {
  height: 28px;
  width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
}
.social-link span {
  color: #c5c5c5 !important;
  font-size: 16px !important;
}

.horizontal-rule {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
}

.blur-bg {
  position: absolute;
  width: 540px;
  height: 252px;
  left: -100px;
  top: 0px;
  background: #6b7aff;
  filter: blur(306px);
  -moz-filter: blur(306px);
  z-index: 2;
}
@media (max-width: 575px) {
  .blur-bg {
    display: none;
    top: 0;
    left: 0;
  }
}

.header-text-content {
  position: relative;
  z-index: 5;
}

.portfolio-img {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.portfolio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.services-tag {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #818181;
}

.stepper-form-container {
  background-color: #f4f4f4;
  border-radius: 8px;
}

#msform {
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.form__card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #673ab7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #673ab7;
  font-weight: normal;
}

.step-number {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #000000;
}

.steps {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #000000;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar .active_step {
  background-color: #000000;
}

#progressbar li {
  width: 28px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 5px;
}

.personal-pic-wrapper {
  width: 320px;
  height: 320px;
  border-radius: 8px;
  margin: 0px auto;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 575px) {
  .personal-pic-wrapper {
    width: 100%;
  }
}
.personal-pic-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-title {
  width: fit-content;
  border-bottom: 2px solid #e5e5e5;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  background-color: transparent;
  border-radius: 0 !important;
  min-height: 340px;
  height: auto;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0px 10px;
  background: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: transparent !important;
  border: 1px solid #2a313d !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px;
  background-color: #2a313d;
  border: 1px solid #2a313d;
  padding: 16px 20px;
  text-transform: none !important;
  letter-spacing: 0;
  border-radius: 50%;
  font-variant: initial;
  line-height: 1;
  color: #ffffff;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  font-family: swiper-icons;
  font-size: 16px;
  background-color: #f3b545;
  border: 1px solid #f3b545;
  padding: 16px 20px;
  text-transform: none !important;
  letter-spacing: 0;
  border-radius: 50%;
  font-variant: initial;
  line-height: 1;
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.contact-options,
.contact-options-sm {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  display: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08), -2px -2px 6px rgba(0, 0, 0, 0.08);
}

.toggle-contact-options {
  display: block;
}

@media (max-width: 480px) {
  .logo {
    height: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
