@charset "UTF-8";
::placeholder {
  color: #687184;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #687184;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #687184;
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #687184;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

::selection {
  color: #222A3A;
  background: rgba(242, 0, 86, 0.2);
}

ul,
ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}
ul li,
ol li {
  margin-bottom: 6px;
  position: relative;
}
@media all and (max-width: 575px) {
  ul li,
  ol li {
    margin-bottom: 4px;
  }
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

ul li::marker {
  color: #687184;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #222A3A;
  margin: 0 0 12px 0;
  padding: 0;
  position: relative;
}

h1, .h1 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.035em;
}
@media all and (max-width: 1200px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (max-width: 575px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -0.025em;
}
@media all and (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media all and (max-width: 575px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 34px;
    margin-top: -5px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
@media all and (max-width: 575px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.015em;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

.home-hero-h1 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.035em;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .home-hero-h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .home-hero-h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (max-width: 1200px) {
  .home-hero-h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media all and (max-width: 991px) {
  .home-hero-h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media all and (max-width: 575px) {
  .home-hero-h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media all and (max-width: 410px) {
  .home-hero-h1 {
    font-size: 28px;
    line-height: 40px;
  }
}

.hero-h1 {
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .hero-h1 {
    margin-top: -10px;
  }
}
@media all and (max-width: 991px) {
  .hero-h1 {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .hero-h1 {
    margin-bottom: 12px;
  }
}
.hero-h1 h1, .hero-h1 .h1 {
  display: initial;
  float: left;
  margin: 0 10px 0 0 !important;
}
@media all and (max-width: 991px) {
  .hero-h1 h1, .hero-h1 .h1 {
    float: none;
  }
}
@media all and (max-width: 575px) {
  .hero-h1 h1, .hero-h1 .h1 {
    margin: 0 8px 0 0 !important;
  }
}
.hero-h1 .span-h1-heading {
  font: inherit;
  margin: 0;
  letter-spacing: -0.035em;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: white;
}
.hero-h1:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #222A3A;
  transition: 0.3s all;
}
a:hover {
  color: #222A3A;
  text-decoration: none;
}

p {
  color: #687184;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  p {
    margin-bottom: 14px;
  }
}
p strong {
  font-weight: 700 !important;
  font-family: "Plus Jakarta Sans", sans-serif;
}
p a {
  text-decoration: underline;
  outline: none;
  color: #222A3A;
  transition: 0.3s all;
}
p a:hover {
  color: #f20056;
  text-decoration: underline;
}
p a strong {
  color: #f20056;
}
p a.btn:hover, p .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area a.gform_button_select_files:hover, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area p a.gform_button_select_files:hover {
  text-decoration: none;
}
p:last-child {
  margin: 0;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(104, 113, 132, 0.66);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(104, 113, 132, 0.66);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(104, 113, 132, 0.66);
}

.main-wrapper {
  padding-top: 100px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .main-wrapper {
    padding-top: 88px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .main-wrapper {
    padding-top: 88px;
  }
}
@media all and (max-width: 1200px) {
  .main-wrapper {
    padding-top: 88px;
  }
}
@media all and (max-width: 991px) {
  .main-wrapper {
    padding-top: 72px;
  }
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 850px;
  }
}
@media all and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media all and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-big {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1800px) {
  .container-big {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 575px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section {
  padding: 100px 0;
}
@media all and (max-width: 1200px) {
  section {
    padding: 80px 0;
  }
}
@media all and (max-width: 991px) {
  section {
    padding: 60px 0;
  }
}
@media all and (max-width: 575px) {
  section {
    padding: 50px 0;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.g-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.g-0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

table {
  width: 100%;
  border-spacing: 0px 6px !important;
  border-radius: 6px 6px !important;
}
table thead tr {
  background-color: white !important;
}
table thead tr th {
  padding: 19px 20px !important;
  font-weight: 600;
  font-size: 15px;
}
table thead tr th:nth-child(3) {
  text-align: center;
}
table thead tr th:last-child {
  text-align: center;
}
table tr:nth-of-type(odd) {
  background-color: #F7F8F9;
}
table tr td {
  padding: 14px 20px !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
}
@media all and (max-width: 991px) {
  table tr td {
    padding: 10px !important;
  }
}
table tr td:nth-child(3) {
  text-align: center;
}
table tr td:last-child {
  text-align: center;
}

blockquote {
  background: #F7F8F9;
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 20px 100px 20px 50px;
  color: #222A3A;
  font-size: 18px;
  line-height: 28px;
}
@media all and (max-width: 1200px) {
  blockquote {
    padding-right: 20px;
  }
}
@media all and (max-width: 575px) {
  blockquote {
    padding: 20px 20px 20px 40px;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 30px;
  width: 3px;
  background: black;
  border-radius: 4px;
}
@media all and (max-width: 575px) {
  blockquote::before {
    left: 20px;
  }
}
blockquote:last-child {
  margin-bottom: 0;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
.btn, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, input[type=submit] {
  height: 50px;
  line-height: 48px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  padding: 0 26px;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #f20056;
  border: 0;
  z-index: 2;
  vertical-align: baseline;
  overflow: hidden;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .btn, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, input[type=submit] {
    padding: 0 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .btn, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, input[type=submit] {
    padding: 0 24px;
  }
}
@media all and (max-width: 991px) {
  .btn, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, input[type=submit] {
    height: 50px;
    line-height: 48px;
    padding: 0 24px;
  }
}
.btn:hover, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:hover, input[type=submit]:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0px 12px 24px -6px rgba(47, 57, 78, 0.26);
}
.btn:focus, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:focus, input[type=submit]:focus {
  color: white;
  background: #f20056;
  box-shadow: none;
}
.btn-primary {
  background: #f20056;
  color: white;
}
.btn-primary::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  height: 18px;
  width: 18px;
  background: url(../images/btn-right-circle-red.svg) no-repeat center/contain;
  margin-left: 12px;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .btn-primary::after {
    top: 4px;
    height: 18px;
    width: 18px;
  }
}
.btn-primary:hover {
  background: #f20056;
}
.btn-primary:focus {
  box-shadow: none;
}
.btn-primary:active {
  background-color: #f20056;
  box-shadow: none;
}
.btn-primary:active:focus {
  box-shadow: none;
}
.btn-stroke {
  border: 2px solid #222A3A;
  line-height: 44px;
  background: transparent;
  color: #222A3A;
}
.btn-stroke::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  right: initial;
  left: initial;
  transform: none;
  height: 18px;
  width: 18px;
  background: url(../images/btn-right-circle.svg) no-repeat center/contain;
  margin-left: 10px;
  transition: 0.3s all;
}
.btn-stroke:hover {
  color: #222A3A;
  background: transparent;
}
.btn-stroke:focus {
  color: #222A3A;
  background: transparent;
}
.btn-stroke:active {
  color: #222A3A;
  background: transparent;
}
.btn-dark-grey {
  background: #222A3A;
  color: white;
}
.btn-dark-grey::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  right: initial;
  left: initial;
  transform: none;
  height: 20px;
  width: 20px;
  background: url(../images/btn-right-circle-white.svg) no-repeat center/contain;
  margin-left: 10px;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .btn-dark-grey::after {
    top: 4px;
    height: 18px;
    width: 18px;
  }
}
.btn-dark-grey:hover {
  background: #222A3A;
}
.btn-dark-grey:focus {
  background: #222A3A;
}
.btn-dark {
  background: #0E121D;
  color: white;
}
.btn-dark::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  right: initial;
  left: initial;
  transform: none;
  height: 20px;
  width: 20px;
  background: url(../images/btn-right-circle-white.svg) no-repeat center/contain;
  margin-left: 10px;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .btn-dark::after {
    top: 4px;
    height: 19px;
    width: 19px;
  }
}
.btn-dark:hover {
  background: #0E121D;
}
.btn-dark:focus {
  background: #0E121D;
}
.btn-link {
  font-weight: 600;
  height: auto;
  line-height: 25px;
  color: #222A3A;
  text-decoration: none;
  padding: 0;
  overflow: visible;
  background: linear-gradient(to right, #f20056, #f20056 50%, #222A3A 50%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: 100% !important;
  transition: background-position 275ms ease;
  border-radius: 0;
}
.btn-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: initial;
  right: initial;
  transform: none;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #222A3A;
  transition: 0.3s all;
  border-radius: 0;
}
.btn-link:hover {
  transform: none;
  box-shadow: none;
  background-position: 0 100% !important;
}
.btn-link:hover::after {
  height: 2px;
  top: initial;
  background: #f20056;
}
.btn-link:focus {
  background-position: 0 100% !important;
}
.btn-link:focus::after {
  height: 2px;
  top: initial;
  background: #f20056;
}
.btn-link-white {
  font-weight: 600;
  height: auto;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  overflow: visible;
  background: linear-gradient(to right, #f20056, #f20056 50%, #ffffff 50%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: 100% !important;
  transition: background-position 275ms ease;
  border-radius: 0;
}
.btn-link-white::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: initial;
  right: initial;
  transform: none;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: url(../images/btn-right-circle-red.svg) no-repeat center/contain !important;
  transition: 0.3s all;
  border-radius: 0;
}
.btn-link-white:hover {
  transform: none;
  box-shadow: none;
  background-position: 0 100% !important;
}
.btn-link-white:hover::after {
  height: 2px;
  top: initial;
  background: #f20056;
}
.btn-link-white:focus {
  background-position: 0 100% !important;
}
.btn-link-white:focus::after {
  height: 2px;
  top: initial;
  background: #f20056;
}
.btn-load-more {
  height: 50px !important;
  line-height: 48px !important;
  color: white !important;
  text-decoration: none;
  padding: 0 26px !important;
  background: #222a3a !important;
  border-radius: 50px !important;
}
.btn-load-more.loading:before {
  position: relative !important;
  width: 26px !important;
  height: 26px !important;
  top: 12px !important;
  margin: 0 !important;
  margin-right: 10px !important;
  background: transparent !important;
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #f20056;
  border-radius: 50% !important;
}
@media all and (max-width: 575px) {
  .btn-load-more.loading:before {
    width: 40px;
    height: 40px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-load-more::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px !important;
  right: initial !important;
  left: initial !important;
  transform: rotate(90deg) !important;
  height: 20px !important;
  width: 20px !important;
  background: url(../images/btn-right-circle-white.svg) no-repeat center/contain !important;
  margin-left: 10px !important;
  transition: 0.3s all !important;
}
@media all and (max-width: 575px) {
  .btn-load-more::after {
    top: 4px !important;
    height: 18px !important;
    width: 18px !important;
  }
}
.btn-load-more:hover {
  transition: 0.3s all !important;
  background: #222A3A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0px 12px 24px -6px rgba(47, 57, 78, 0.26) !important;
}
.btn-load-more:focus {
  transition: 0.3s all !important;
  background: #222A3A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0px 12px 24px -6px rgba(47, 57, 78, 0.26) !important;
}
.btn-read-more {
  height: auto;
  font-size: 16px;
  line-height: 16px;
  background: transparent !important;
  color: #687184;
  text-decoration: none;
  padding: 0;
  border-radius: 0;
  overflow: initial;
}
@media all and (max-width: 575px) {
  .btn-read-more {
    font-size: 16px;
    line-height: 16px;
  }
}
.btn-read-more::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  right: initial;
  left: initial;
  height: 13px;
  width: 8px;
  margin-left: 10px;
  background: url(../images/arrow-right-content-color.svg) no-repeat center/contain;
  transition: 0.3s all;
  transform: none;
  border-radius: 0;
}
@media all and (max-width: 575px) {
  .btn-read-more::after {
    height: 12px;
    width: 8px;
    margin-left: 10px;
  }
}
.btn-read-more::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  background: #222A3A;
  width: 0;
  transition: 0.3s all;
}
.btn-read-more:hover {
  transform: none;
  box-shadow: none;
  color: #222A3A;
}
.btn-read-more:hover::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  right: initial;
  left: initial;
  height: 14px;
  width: 9px;
  margin-left: 12px;
  background: url(../images/arrow-right-black.svg) no-repeat center/contain;
  transition: 0.3s all;
  transform: none;
}
.btn-read-more:hover::before {
  width: calc(100% - 20px);
}
.btn-read-more:focus {
  color: #222A3A;
}
.btn-read-more:focus::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  right: initial;
  left: initial;
  height: 14px;
  width: 9px;
  margin-left: 12px;
  background: url(../images/arrow-right-black.svg) no-repeat center/contain;
  transition: 0.3s all;
  transform: none;
}
.btn-read-more:focus::before {
  width: calc(100% - 20px);
}

.btn-link--arrow::after {
  content: "⟶";
  display: inline-block;
  margin-left: 0.5rem;
  line-height: 1;
  transform: translateY(-0.02em);
}

.book-consultation-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/phone-icon-white.svg) no-repeat center/contain;
  margin-left: 12px;
  position: relative;
  top: 2px;
}

.gform_previous_button {
  height: 50px;
  line-height: 48px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  padding: 0 26px;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #f20056;
  border: 0;
  z-index: 2;
  vertical-align: baseline;
  padding: 0 20px;
  height: 36px;
  background: #F4F7F9;
  color: black;
  font-size: 16px;
  line-height: 36px;
}
.gform_previous_button:hover {
  background: black;
  color: white;
}

.gform_next_button {
  height: 50px;
  line-height: 48px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  padding: 0 26px;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #f20056;
  border: 0;
  z-index: 2;
  vertical-align: baseline;
  padding: 0 20px;
  height: 36px;
  background: black;
  color: white;
  font-size: 16px;
  line-height: 36px;
}
.gform_next_button:hover {
  background: #F4F7F9;
  color: black;
}

input[type=submit] {
  line-height: 48px;
  background: #f20056;
  font-weight: 600;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: 48px;
  border: none;
  background-color: #F4F7F9;
  padding: 0 20px 2px !important;
  border-radius: 6px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
  color: #687184;
  opacity: 1;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: black !important;
  opacity: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F4F7F9 !important;
  background-image: url(../images/select-caret-down.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
select:focus {
  border: none !important;
}

textarea {
  padding: 14px !important;
  height: 158px;
  background-color: #F4F7F9 !important;
  border-radius: 8px !important;
  resize: none;
}
textarea:focus {
  border-color: #E7E8E9;
}

input[type=checkbox] {
  appearance: none;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 30px !important;
  color: #687184 !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 0 0 0 !important;
  text-transform: capitalize !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  position: relative !important;
  letter-spacing: -0.01em !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
input[type=checkbox] + label a {
  text-decoration: underline;
}
input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: white;
  border: 1px solid #E7E8E9;
  border-radius: 4px;
  left: 0;
  top: 4px;
}
input[type=checkbox] + label:after {
  content: "";
  background: url(../images/white-tick-icon.svg) no-repeat center/contain !important;
  position: absolute;
  top: 9px;
  width: 10px;
  height: 9px;
  left: 5px;
  display: none;
}
input[type=checkbox]:checked + label {
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  background-color: #f20056 !important;
  border-color: #f20056;
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 30px !important;
  color: #687184 !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 12px 0 0 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #687184;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f20056 !important;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  display: none;
}
input[type=radio]:checked + label {
  font-weight: 500 !important;
  user-select: none;
  color: #f20056 !important;
}
input[type=radio]:checked + label:before {
  border-color: #f20056 !important;
}
input[type=radio]:checked + label:after {
  display: block;
}

.input-wrapper {
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .input-wrapper {
    margin-bottom: 20px;
  }
}
.input-wrapper label {
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  letter-spacing: -0.01em !important;
  text-transform: capitalize !important;
  color: #687184 !important;
  margin-bottom: 10px !important;
}
.input-wrapper label sup {
  color: #ff2323;
  top: -1px;
  font-size: 14px;
  margin-left: 2px;
}

header {
  position: relative;
  padding: 0 28px;
  height: 100px;
  background: white;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  header {
    height: 88px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  header {
    height: 88px;
  }
}
@media all and (max-width: 1200px) {
  header {
    height: 88px;
  }
}
@media all and (max-width: 991px) {
  header {
    height: 72px;
    padding: 0 20px;
  }
}
header .outer-wrapper-header {
  max-width: 1920px;
  margin: 0 auto;
  transition: 0.3s all;
}
header.border-bottom {
  border-color: #eee !important;
}

.header-scroll {
  border-bottom: 1px solid #eee !important;
}

.fixed-top {
  top: auto;
}

.overlay {
  background: rgba(0, 0, 0, 0.57);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.overlay.show-overlay {
  opacity: 1;
  pointer-events: auto;
}

.navbar-brand {
  width: 180px;
  padding: 0;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .navbar-brand {
    width: 150px;
  }
}
@media all and (max-width: 991px) {
  .navbar-brand {
    width: 140px;
  }
}
.navbar-brand img {
  width: 100%;
  margin-top: -6px;
}

.navbar {
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .navbar {
    padding: 0px;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100% !important;
    right: 0;
    width: 100%;
    z-index: 1001;
    background-color: white;
    transition: 0.3s all !important;
    transform: translateX(50%);
    opacity: 0;
    pointer-events: none;
    display: block !important;
  }
}
.navbar .navbar-collapse .collapse-close {
  display: none;
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse .collapse-close {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 20px;
    top: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1055;
  }
}
@media all and (max-width: 575px) {
  .navbar .navbar-collapse .collapse-close {
    top: 25px;
  }
}
.navbar .navbar-collapse .collapse-close img {
  width: 16px;
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse.show {
    transform: translateX(0%);
    opacity: 1;
    pointer-events: auto;
  }
}

.navbar-nav {
  margin: 0;
  padding: 0;
}
.navbar-nav li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  .navbar-nav {
    flex-direction: column !important;
  }
}

.mobile-collsapse-logo {
  display: none;
}
@media all and (max-width: 991px) {
  .mobile-collsapse-logo {
    display: flex;
    align-items: center;
    padding-left: 24px;
    height: 100px;
  }
}
@media all and (max-width: 575px) {
  .mobile-collsapse-logo {
    height: 72px;
  }
}
.mobile-collsapse-logo .collsapse-logo {
  display: block;
  width: 180px;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .mobile-collsapse-logo .collsapse-logo {
    width: 140px;
  }
}
.mobile-collsapse-logo .collsapse-logo img {
  width: 100%;
}
.mobile-collsapse-logo .collsapse-logo.collsapse-logo-slide {
  transform: translateX(34px);
  pointer-events: none;
}
.mobile-collsapse-logo .collsapse-back {
  position: absolute;
  height: 20px;
  width: 30px;
  transform: translateX(-20px);
  pointer-events: none;
  transition: 0.3s all;
  opacity: 0;
  margin-top: -3px !important;
}
.mobile-collsapse-logo .collsapse-back.collsapse-back-slide {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0px);
}

@media all and (max-width: 991px) {
  .primary-nav {
    width: 100%;
    padding: 30px 24px;
    padding-bottom: 25px;
  }
}
.primary-nav li {
  position: relative;
  padding: 0 25px;
  line-height: normal;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .primary-nav li {
    padding: 0 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .primary-nav li {
    padding: 0 22px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav li {
    padding: 0 20px;
  }
}
@media all and (max-width: 991px) {
  .primary-nav li {
    padding: 0;
    margin-bottom: 24px;
  }
}
.primary-nav li a {
  position: relative;
  display: inline-block;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0;
  color: #687184;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 0;
  transition: 0.3s all;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .primary-nav li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 991px) {
  .primary-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    background-color: #222A3A;
    width: 0%;
    transition: 0.3s all;
  }
}
.primary-nav li:hover a {
  text-decoration: none;
  color: #222A3A;
}
.primary-nav li:hover a::after {
  width: 100%;
}
.primary-nav li.current-menu-item a {
  color: #222A3A;
}
.primary-nav li:first-child {
  padding-left: 0;
}
.primary-nav li:last-child {
  padding-right: 0;
  margin-bottom: 0;
}
.primary-nav li.menu-item-has-children:last-child {
  padding: 0 25px;
  margin-right: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .primary-nav li.menu-item-has-children:last-child {
    padding: 0 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .primary-nav li.menu-item-has-children:last-child {
    padding: 0 22px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav li.menu-item-has-children:last-child {
    padding: 0 20px;
  }
}
@media all and (max-width: 991px) {
  .primary-nav li.menu-item-has-children:last-child {
    padding: 0;
  }
}
.primary-nav .nav-item > a:hover {
  color: #222A3A;
}

.menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .menu-item-has-children {
    margin-right: 16px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .menu-item-has-children {
    margin-right: 16px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children {
    margin-right: 14px;
  }
}
@media all and (max-width: 991px) {
  .menu-item-has-children {
    margin-right: 0;
  }
}
.menu-item-has-children::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 20px;
  background: transparent;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 5px;
  display: inline-block;
  width: 10px;
  cursor: pointer;
  height: 10px;
  background: url(../images/down-arrow-grey.svg) no-repeat center/contain;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .menu-item-has-children::after {
    top: 8px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .menu-item-has-children::after {
    top: 8px;
  }
}
@media all and (max-width: 991px) {
  .menu-item-has-children::after {
    display: none;
  }
}
.menu-item-has-children:hover::after {
  background: url(../images/down-arrow-dark-grey.svg) no-repeat center/contain;
}

#myUL .sub-menu {
  position: absolute;
  z-index: 1050;
  left: 3px;
  background: white;
  border-radius: 10px;
  padding: 18px 20px 18px;
  width: 260px;
  border: 0;
  top: 45px;
  display: none;
  box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 24px;
}
@media all and (max-width: 991px) {
  #myUL .sub-menu {
    top: 72px;
    bottom: 90px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: none;
    border: 0;
    position: fixed;
    border-radius: 0;
    padding: 30px 24px 20px;
    display: block !important;
    transform: translateX(40px);
    opacity: 0;
    z-index: 1002;
    pointer-events: none;
    transition: 0.3s all;
  }
}
#myUL .sub-menu li {
  padding: 0;
  margin-bottom: 15px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  #myUL .sub-menu li {
    margin-bottom: 12px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  #myUL .sub-menu li {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 991px) {
  #myUL .sub-menu li {
    margin-bottom: 24px;
  }
}
#myUL .sub-menu li:last-child {
  margin-bottom: 0;
}
#myUL .sub-menu li a {
  line-height: 17px;
  padding: 0px;
  color: #687184;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  #myUL .sub-menu li a {
    font-size: 16px;
    line-height: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  #myUL .sub-menu li a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media all and (max-width: 991px) {
  #myUL .sub-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 991px) {
  #myUL .sub-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    background-color: #222A3A;
    width: 0%;
    transition: 0.3s all;
  }
}
#myUL .sub-menu li a:hover {
  color: #f20056;
}
@media all and (max-width: 991px) {
  #myUL .sub-menu li a:hover {
    color: #222A3A;
  }
}
@media all and (max-width: 991px) {
  #myUL .sub-menu li a:hover::after {
    width: 100%;
  }
}
#myUL .sub-menu::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  height: 24px;
  background: transparent;
}
@media all and (max-width: 991px) {
  #myUL .sub-menu::before {
    display: none;
  }
}
#myUL .sub-menu.sub-menu-slide {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: auto;
}

@media all and (max-width: 991px) {
  .admin-bar #myUL .sub-menu {
    top: 118px;
  }
}

.hamburger-menu {
  display: none;
}
@media all and (max-width: 991px) {
  .hamburger-menu {
    flex: none;
    display: flex;
    width: 44px;
    height: 44px;
    padding: 8px 10px;
    border-radius: 6px;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 20px;
    margin-right: -10px;
  }
}
@media all and (max-width: 991px) and (max-width: 767px) {
  .hamburger-menu {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 991px) {
  .hamburger-menu span {
    height: 2px;
    width: 100%;
    background: #222A3A;
    margin: 3px 0px;
    display: block;
  }
}

@media all and (max-width: 991px) {
  .mobile-scrollbar {
    height: 100%;
    overflow-y: auto;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.navbar-contact {
  margin-top: 6px;
}
@media all and (max-width: 991px) {
  .navbar-contact {
    margin-left: auto;
  }
}
@media all and (max-width: 575px) {
  .navbar-contact {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .navbar-contact .btn-primary {
    height: 46px;
    line-height: 44px;
    color: white;
    font-size: 14px;
    padding: 0 22px;
  }
}

.mobile-contact-btn {
  display: none;
}
@media all and (max-width: 991px) {
  .mobile-contact-btn {
    display: block;
    padding-block: 30px;
    padding-inline: 24px;
    text-align: left;
    padding-top: 25px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .mobile-contact-btn {
    padding-block: 30px;
    padding-inline: 24px;
  }
}
.mobile-contact-btn .btn, .mobile-contact-btn .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .mobile-contact-btn .gform_button_select_files, .mobile-contact-btn input[type=submit] {
  width: 100%;
}

.mobile-social {
  display: none;
}
@media all and (max-width: 991px) {
  .mobile-social {
    display: block;
    padding: 30px 24px;
    border-bottom: 1px solid #E7E8E9;
  }
}
@media all and (max-width: 575px) {
  .mobile-social {
    padding: 20px 24px;
  }
}
.mobile-social ul {
  margin: 0;
  padding: 0;
}
.mobile-social ul li {
  list-style: none;
  margin-bottom: 0px;
}
.mobile-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-social ul li {
  margin-right: 16px;
}
.mobile-social ul li:last-child {
  margin-right: 0;
}
.mobile-social ul li a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: rgba(34, 42, 58, 0.1);
  color: #222A3A;
  border-radius: 50%;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .mobile-social ul li a {
    width: 40px;
    height: 40px;
  }
}
.mobile-social ul li a:hover {
  background: #f20056;
  color: white;
}

body.scrolled header {
  background: white;
}

@media all and (max-width: 991px) {
  .logged-in .navbar-collapse {
    padding-top: 46px;
  }
}
@media all and (max-width: 991px) {
  .logged-in .navbar-collapse .collapse-close {
    top: 85px;
  }
}
@media all and (max-width: 575px) {
  .logged-in .navbar-collapse .collapse-close {
    top: 71px;
  }
}

.footer {
  margin: 0px;
  position: relative;
  overflow: hidden;
  padding-top: 94px;
  background: #000;
}
@media all and (max-width: 1200px) {
  .footer {
    padding-top: 60px;
  }
}
@media all and (max-width: 991px) {
  .footer {
    padding-top: 40px;
  }
}
@media all and (max-width: 575px) {
  .footer {
    padding-top: 30px;
  }
}
.footer ::selection {
  color: white;
  background: rgba(242, 0, 86, 0.2);
}

.footer-info-lists a {
  color: rgba(98, 106, 122, 0.8);
  text-decoration: underline;
}
.footer-info-lists p {
  line-height: 30px;
  color: rgba(98, 106, 122, 0.8);
}
@media all and (max-width: 991px) {
  .footer-info-lists p {
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  .footer-info-lists p {
    line-height: 24px;
  }
}
.footer-info-lists .footer-info-company {
  font-weight: 500;
  color: rgba(98, 106, 122, 0.8);
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .footer-info-lists {
    padding: 0 0 20px;
  }
}

.footer-logo {
  display: block;
  width: 180px;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .footer-logo {
    width: 130px;
    margin-bottom: 20px;
  }
}
.footer-logo img {
  width: 100%;
}

.footer-top {
  padding-bottom: 30px;
}

.footer-info {
  padding-right: 30px;
}
@media all and (max-width: 1200px) {
  .footer-info {
    padding-right: 0;
  }
}

.footer-menu {
  display: flex;
  padding-left: 40px;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .footer-menu {
    padding-left: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media all and (max-width: 991px) {
  .footer-menu {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media all and (max-width: 575px) {
  .footer-menu {
    padding-top: 20px;
  }
}

.footer-menu-item {
  width: 33.33%;
}
@media all and (max-width: 991px) {
  .footer-menu-item {
    width: 100%;
  }
}
.footer-menu-item h4, .footer-menu-item .h4 {
  font-size: 19px;
  line-height: 25px;
  color: rgba(98, 106, 122, 0.8);
  pointer-events: none;
  margin-bottom: 30px;
  display: block;
}
@media all and (max-width: 991px) {
  .footer-menu-item h4, .footer-menu-item .h4 {
    pointer-events: auto;
    margin-bottom: 0;
  }
}
@media all and (max-width: 575px) {
  .footer-menu-item h4, .footer-menu-item .h4 {
    font-size: 19px;
  }
}

.footer-menu-links ul {
  margin: 0;
  padding: 0;
}
.footer-menu-links ul li {
  list-style: none;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  .footer-menu-links ul {
    margin-top: 30px;
  }
}
@media all and (max-width: 575px) {
  .footer-menu-links ul {
    margin-top: 10px;
  }
}
.footer-menu-links ul li {
  margin-bottom: 10px;
}
.footer-menu-links ul li a {
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
}
.footer-menu-links ul li a:hover {
  color: #f20056;
}
@media all and (max-width: 575px) {
  .footer-menu-links ul li a {
    line-height: 26px;
  }
}
.footer-menu-links ul li:last-child {
  margin-bottom: 0px;
}

.footer-menu-contacts h4, .footer-menu-contacts .h4 {
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  .footer-menu-contacts h4, .footer-menu-contacts .h4 {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 575px) {
  .footer-menu-contacts h4, .footer-menu-contacts .h4 {
    margin-bottom: 18px;
  }
}
.footer-menu-contacts .footer-info-card:last-child h4, .footer-menu-contacts .footer-info-card:last-child .h4 {
  margin-bottom: 24px;
}
@media all and (max-width: 575px) {
  .footer-menu-contacts .footer-info-card:last-child h4, .footer-menu-contacts .footer-info-card:last-child .h4 {
    margin-bottom: 18px;
  }
}

.footer-info-card {
  margin-bottom: 50px;
}
@media all and (max-width: 1200px) {
  .footer-info-card {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .footer-info-card {
    margin-bottom: 20px;
  }
}
.footer-info-card:last-child {
  margin-bottom: 0;
}
.footer-info-card a {
  display: block;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
  margin-bottom: 6px;
}
.footer-info-card a:last-child {
  margin-bottom: 0;
}
.footer-info-card a:hover {
  color: #f20056;
}
.footer-info-card address {
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 0;
}

.footer-mid {
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media all and (max-width: 575px) {
  .footer-mid {
    padding: 20px 0;
  }
}

.footer-networks {
  margin: 0;
  padding: 0;
}
.footer-networks li {
  list-style: none;
  margin-bottom: 0px;
}
.footer-networks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media all and (max-width: 991px) {
  .footer-networks {
    height: initial;
    margin-bottom: 30px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 575px) {
  .footer-networks {
    gap: 20px;
  }
}
.footer-networks li img {
  max-width: 155px;
}

.social-footer {
  margin: 0;
  padding: 0;
}
.social-footer li {
  list-style: none;
  margin-bottom: 0px;
}
.social-footer {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  line-height: 0;
}
@media all and (max-width: 991px) {
  .social-footer {
    justify-content: center;
  }
}
@media all and (max-width: 575px) {
  .social-footer {
    gap: 14px;
  }
}
.social-footer li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #222A3A;
  font-size: 21px;
  color: white;
  transition: 0.3s all;
}
.social-footer li a img {
  max-width: 18px;
  max-height: 18px;
}
.social-footer li .facebook-hover-bg:hover {
  background: #0866ff;
}
.social-footer li .instagram-hover-bg:hover {
  background: #f20056;
}
.social-footer li .linkedin-hover-bg:hover {
  background: #0077B5;
}
.social-footer li .behance-hover-bg:hover {
  background: #0057ff;
}
.social-footer li .dribbble-hover-bg:hover {
  background: #ea4c89;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media all and (max-width: 991px) {
  .footer-bottom {
    row-gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .footer-bottom {
    padding: 20px 0;
  }
}

.copyright-note {
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(104, 113, 132, 0.85);
}
.copyright-note a {
  color: rgba(104, 113, 132, 0.85);
}
.copyright-note a:hover {
  color: #f20056;
}
@media all and (max-width: 991px) {
  .copyright-note {
    text-align: center;
    margin-bottom: 20px !important;
  }
}

.footer-bottom-links {
  margin: 0;
  padding: 0;
}
.footer-bottom-links li {
  list-style: none;
  margin-bottom: 0px;
}
.footer-bottom-links {
  display: flex;
  gap: 50px;
  justify-content: flex-end;
}
@media all and (max-width: 1200px) {
  .footer-bottom-links {
    gap: 40px;
  }
}
@media all and (max-width: 991px) {
  .footer-bottom-links {
    gap: 30px;
    justify-content: center;
  }
}
.footer-bottom-links a {
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(104, 113, 132, 0.85);
}
.footer-bottom-links a:hover {
  color: #f20056;
}

.footer-webpop-icon {
  width: 20px;
  display: inline-block;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .footer-webpop-icon {
    display: none;
  }
}
.footer-webpop-icon svg {
  width: 100%;
  height: auto;
  transition: 0.3s all;
}
.footer-webpop-icon svg path {
  fill: rgba(255, 255, 255, 0.6);
  fill-opacity: 0.6;
  transition: 0.3s all;
}
.footer-webpop-icon:hover svg path {
  fill: #f20056;
  fill-opacity: 1;
}

.px-20 {
  padding-inline: 20px !important;
}

.px-24 {
  padding-inline: 24px !important;
}

.px-30 {
  padding-inline: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-30 {
  row-gap: 30px;
}
@media all and (max-width: 410px) {
  .row-gap-30 {
    row-gap: 24px;
  }
}

.row-gap-40 {
  row-gap: 40px;
}
@media all and (max-width: 575px) {
  .row-gap-40 {
    row-gap: 30px;
  }
}

.row-gap-50 {
  row-gap: 50px;
}
@media all and (max-width: 767px) {
  .row-gap-50 {
    row-gap: 40px;
  }
}
@media all and (max-width: 575px) {
  .row-gap-50 {
    row-gap: 30px;
  }
}

.row-gap-70 {
  row-gap: 70px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .row-gap-70 {
    row-gap: 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .row-gap-70 {
    row-gap: 40px;
  }
}
@media all and (max-width: 1200px) {
  .row-gap-70 {
    row-gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .row-gap-70 {
    row-gap: 40px;
  }
}
@media all and (max-width: 575px) {
  .row-gap-70 {
    row-gap: 30px;
  }
}

.row-gap-90 {
  row-gap: 90px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .row-gap-90 {
    row-gap: 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .row-gap-90 {
    row-gap: 40px;
  }
}
@media all and (max-width: 1200px) {
  .row-gap-90 {
    row-gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .row-gap-90 {
    row-gap: 40px;
  }
}
@media all and (max-width: 575px) {
  .row-gap-90 {
    row-gap: 30px;
  }
}

.cell-pad-12 {
  margin-left: -12px;
  margin-right: -12px;
}
.cell-pad-12 > [class*=col] {
  padding-left: 12px;
  padding-right: 12px;
}

.cell-pad-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.cell-pad-20 > [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}

.cell-pad-25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media all and (max-width: 1200px) {
  .cell-pad-25 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cell-pad-25 > [class*=col] {
  padding-left: 25px;
  padding-right: 25px;
}
@media all and (max-width: 1200px) {
  .cell-pad-25 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cell-pad-35 {
  margin-left: -35px;
  margin-right: -35px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .cell-pad-35 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .cell-pad-35 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media all and (max-width: 1200px) {
  .cell-pad-35 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cell-pad-35 > [class*=col] {
  padding-left: 35px;
  padding-right: 35px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .cell-pad-35 > [class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .cell-pad-35 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1200px) {
  .cell-pad-35 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cell-pad-45 {
  margin-left: -45px;
  margin-right: -45px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .cell-pad-45 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .cell-pad-45 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media all and (max-width: 1200px) {
  .cell-pad-45 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cell-pad-45 > [class*=col] {
  padding-left: 45px;
  padding-right: 45px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .cell-pad-45 > [class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .cell-pad-45 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1200px) {
  .cell-pad-45 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-6 {
  z-index: 6 !important;
}

.border {
  border-color: #E7E8E9 !important;
}

.border-top {
  border-top-color: #E7E8E9 !important;
}

.border-bottom {
  border-bottom-color: #E7E8E9 !important;
}

.border-start {
  border-left-color: #E7E8E9 !important;
}

.border-end {
  border-right-color: #E7E8E9 !important;
}

.section-border-bottom {
  border-bottom: 1px solid #eee !important;
}

.bg-yellow {
  background: #FFD000 !important;
}

.bg-light-grey {
  background: #F7F8F9 !important;
}

.bg-blue {
  color: #fff;
  background: #000528 !important;
}

.bg-blue .h1, .bg-blue h2, .bg-blue .h2 {
  color: #fff !important;
}

.red-dot {
  position: relative;
}
.red-dot span {
  font-size: 42px;
  color: #f20056;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  position: relative;
  right: -3px;
  bottom: 1px;
  line-height: 0;
}
@media all and (max-width: 991px) {
  .red-dot span {
    font-size: 38px;
  }
}
.red-dot::after {
  display: none !important;
  content: "\f111";
  position: relative;
  bottom: 1px;
  display: inline-block;
  color: #f20056;
  margin-left: 4px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 7px;
  display: inline-flex;
  line-height: 10px;
}
@media all and (max-width: 991px) {
  .red-dot::after {
    font-size: 5px;
    margin-left: 2px;
  }
}
@media all and (max-width: 575px) {
  .red-dot::after {
    bottom: 0.5px;
  }
}

.h2.red-dot span, h2.red-dot span {
  right: -1px;
  bottom: 0px;
}

.hero-h1.red-dot span, .single-blog-hero .red-dot span, .common-hero-content h1.red-dot span, .common-hero-content .red-dot.h1 span, .free-call-section .section-heading h1.red-dot span, .free-call-section .section-heading .red-dot.h1 span {
  font-size: 49px;
  right: -0.5px;
  bottom: 0;
}
@media all and (max-width: 1200px) {
  .hero-h1.red-dot span, .single-blog-hero .red-dot span, .common-hero-content h1.red-dot span, .common-hero-content .red-dot.h1 span, .free-call-section .section-heading h1.red-dot span, .free-call-section .section-heading .red-dot.h1 span {
    font-size: 47px;
  }
}
@media all and (max-width: 575px) {
  .hero-h1.red-dot span, .single-blog-hero .red-dot span, .common-hero-content h1.red-dot span, .common-hero-content .red-dot.h1 span, .free-call-section .section-heading h1.red-dot span, .free-call-section .section-heading .red-dot.h1 span {
    font-size: 44px;
  }
}

.section-heading {
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  .section-heading {
    margin-bottom: 24px;
  }
}
.section-heading h2, .section-heading .h2 {
  margin-bottom: 16px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .section-heading h2, .section-heading .h2 {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .section-heading h2, .section-heading .h2 {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  .section-heading h2, .section-heading .h2 {
    margin-bottom: 24px;
  }
}

.sub-heading {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #687184;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media all and (max-width: 575px) {
  .sub-heading {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media all and (max-width: 575px) {
  .sub-heading .underline::before {
    height: 4px;
  }
}

.sub-heading-medium {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #687184;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media only screen and (max-width: 1920px) {
  .sub-heading-medium {
    font-size: 18px;
  }
}
@media all and (max-width: 575px) {
  .sub-heading-medium {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media all and (max-width: 575px) {
  .sub-heading-medium .underline::before {
    height: 4px;
  }
}

.sub-heading-big {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #687184;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media all and (max-width: 575px) {
  .sub-heading-big {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media all and (max-width: 575px) {
  .sub-heading-big .underline::before {
    height: 4px;
  }
}

.sub-heading-400 {
  font-weight: 500 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.highlight {
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.highlight::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: -2px;
  left: 0;
  width: 0%;
  background-color: #f20056;
  border-radius: 8px;
  z-index: -1;
  transition: 0.5s;
}

.underline {
  display: inline-block;
  position: relative;
}
.underline::before {
  content: "";
  position: absolute;
  bottom: -9px;
  z-index: -1;
  left: 0;
  height: 18px;
  width: 100%;
  background: url(../images/curved-line.svg) no-repeat center/100%;
  transition: 0.5s;
  border-radius: 4px;
}

.is-inview .highlight {
  color: white;
}
.is-inview .highlight::after {
  width: 100%;
  transition-delay: 0.3s;
}
.is-inview .underline::before {
  width: 100%;
  transition-delay: 0.3s;
}

.default-h2 {
  font-size: 32px;
  line-height: 40px;
}
@media all and (max-width: 575px) {
  .default-h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.top_1px {
  top: 1px !important;
}

.top_2px {
  top: 2px !important;
}

.top_3px {
  top: 3px !important;
}

.top_4px {
  top: 4px !important;
}

.top_5px {
  top: 5px !important;
}

.bottom_1px {
  bottom: 1px !important;
}

.bottom_2px {
  bottom: 2px !important;
}

.bottom_3px {
  bottom: 3px !important;
}

.bottom_4px {
  bottom: 4px !important;
}

.bottom_5px {
  bottom: 5px !important;
}

.accordion-button {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #222A3A;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: transparent;
  border-radius: 0 !important;
  padding: 20px 34px;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .accordion-button {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0px 12px 30px;
  }
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: #f20056;
  box-shadow: none;
  transition: 0.3s;
  transform: none;
}
.accordion-button:not(.collapsed)::before {
  background: url(../images/accordion-minus-red.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(-180deg);
}
.accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-button:not(.collapsed):hover {
  color: #f20056;
  transition: 0.3s;
}
.accordion-button:not(.collapsed):hover::before {
  background: url(../images/accordion-minus-red.svg) no-repeat center/contain;
}
.accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 16px;
  width: 16px;
  background: url(../images/accordion-plus.svg) no-repeat center/contain;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .accordion-button::before {
    height: 14px;
    width: 14px;
  }
}
.accordion-button::after {
  display: none;
}
.accordion-button:hover {
  color: #f20056;
  transition: 0.3s;
}
.accordion-button:hover::before {
  background: url(../images/accordion-plus-red.svg) no-repeat center/contain;
}
.accordion-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.accordion-item {
  background: none;
  overflow: hidden;
  border: none;
  border-top: 1px solid #E7E8E9;
  border-bottom: 1px solid #E7E8E9;
  border-radius: 0 !important;
}
.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item:nth-child(1) {
  transition-delay: 0.15s;
}

.accordion-item:nth-child(2) {
  transition-delay: 0.3s;
}

.accordion-item:nth-child(3) {
  transition-delay: 0.45s;
}

.accordion-item:nth-child(4) {
  transition-delay: 0.6s;
}

.accordion-item:nth-child(5) {
  transition-delay: 0.75s;
}

.accordion-item:nth-child(6) {
  transition-delay: 0.9s;
}

.accordion-item:nth-child(7) {
  transition-delay: 1.05s;
}

.accordion-item:nth-child(8) {
  transition-delay: 1.2s;
}

.accordion-item:nth-child(9) {
  transition-delay: 1.35s;
}

.accordion-item:nth-child(10) {
  transition-delay: 1.5s;
}

.accordion-item:nth-child(11) {
  transition-delay: 1.65s;
}

.accordion-item:nth-child(12) {
  transition-delay: 1.8s;
}

.accordion-item:nth-child(13) {
  transition-delay: 1.95s;
}

.accordion-item:nth-child(14) {
  transition-delay: 2.1s;
}

.accordion-item:nth-child(15) {
  transition-delay: 2.25s;
}

.accordion-item:nth-child(16) {
  transition-delay: 2.4s;
}

.accordion-item:nth-child(17) {
  transition-delay: 2.55s;
}

.accordion-item:nth-child(18) {
  transition-delay: 2.7s;
}

.accordion-item:nth-child(19) {
  transition-delay: 2.85s;
}

.accordion-item:nth-child(20) {
  transition-delay: 3s;
}

.accordion-item:nth-child(21) {
  transition-delay: 3.15s;
}

.accordion-item:nth-child(22) {
  transition-delay: 3.3s;
}

.accordion-item:nth-child(23) {
  transition-delay: 3.45s;
}

.accordion-item:nth-child(24) {
  transition-delay: 3.6s;
}

.accordion-item:nth-child(25) {
  transition-delay: 3.75s;
}

.accordion-item:nth-child(26) {
  transition-delay: 3.9s;
}

.accordion-item:nth-child(27) {
  transition-delay: 4.05s;
}

.accordion-item:nth-child(28) {
  transition-delay: 4.2s;
}

.accordion-item:nth-child(29) {
  transition-delay: 4.35s;
}

.accordion-item:nth-child(30) {
  transition-delay: 4.5s;
}

.accordion-item:nth-child(31) {
  transition-delay: 4.65s;
}

.accordion-item:nth-child(32) {
  transition-delay: 4.8s;
}

.accordion-item:nth-child(33) {
  transition-delay: 4.95s;
}

.accordion-item:nth-child(34) {
  transition-delay: 5.1s;
}

.accordion-item:nth-child(35) {
  transition-delay: 5.25s;
}

.accordion-item:nth-child(36) {
  transition-delay: 5.4s;
}

.accordion-item:nth-child(37) {
  transition-delay: 5.55s;
}

.accordion-item:nth-child(38) {
  transition-delay: 5.7s;
}

.accordion-item:nth-child(39) {
  transition-delay: 5.85s;
}

.accordion-item:nth-child(40) {
  transition-delay: 6s;
}

.accordion-item:nth-child(41) {
  transition-delay: 6.15s;
}

.accordion-item:nth-child(42) {
  transition-delay: 6.3s;
}

.accordion-item:nth-child(43) {
  transition-delay: 6.45s;
}

.accordion-item:nth-child(44) {
  transition-delay: 6.6s;
}

.accordion-item:nth-child(45) {
  transition-delay: 6.75s;
}

.accordion-item:nth-child(46) {
  transition-delay: 6.9s;
}

.accordion-item:nth-child(47) {
  transition-delay: 7.05s;
}

.accordion-item:nth-child(48) {
  transition-delay: 7.2s;
}

.accordion-item:nth-child(49) {
  transition-delay: 7.35s;
}

.accordion-item:nth-child(50) {
  transition-delay: 7.5s;
}

.accordion-item:nth-child(51) {
  transition-delay: 7.65s;
}

.accordion-item:nth-child(52) {
  transition-delay: 7.8s;
}

.accordion-item:nth-child(53) {
  transition-delay: 7.95s;
}

.accordion-item:nth-child(54) {
  transition-delay: 8.1s;
}

.accordion-item:nth-child(55) {
  transition-delay: 8.25s;
}

.accordion-item:nth-child(56) {
  transition-delay: 8.4s;
}

.accordion-item:nth-child(57) {
  transition-delay: 8.55s;
}

.accordion-item:nth-child(58) {
  transition-delay: 8.7s;
}

.accordion-item:nth-child(59) {
  transition-delay: 8.85s;
}

.accordion-item:nth-child(60) {
  transition-delay: 9s;
}

.accordion-item:nth-child(61) {
  transition-delay: 9.15s;
}

.accordion-item:nth-child(62) {
  transition-delay: 9.3s;
}

.accordion-item:nth-child(63) {
  transition-delay: 9.45s;
}

.accordion-item:nth-child(64) {
  transition-delay: 9.6s;
}

.accordion-item:nth-child(65) {
  transition-delay: 9.75s;
}

.accordion-item:nth-child(66) {
  transition-delay: 9.9s;
}

.accordion-item:nth-child(67) {
  transition-delay: 10.05s;
}

.accordion-item:nth-child(68) {
  transition-delay: 10.2s;
}

.accordion-item:nth-child(69) {
  transition-delay: 10.35s;
}

.accordion-item:nth-child(70) {
  transition-delay: 10.5s;
}

.accordion-item:nth-child(71) {
  transition-delay: 10.65s;
}

.accordion-item:nth-child(72) {
  transition-delay: 10.8s;
}

.accordion-item:nth-child(73) {
  transition-delay: 10.95s;
}

.accordion-item:nth-child(74) {
  transition-delay: 11.1s;
}

.accordion-item:nth-child(75) {
  transition-delay: 11.25s;
}

.accordion-item:nth-child(76) {
  transition-delay: 11.4s;
}

.accordion-item:nth-child(77) {
  transition-delay: 11.55s;
}

.accordion-item:nth-child(78) {
  transition-delay: 11.7s;
}

.accordion-item:nth-child(79) {
  transition-delay: 11.85s;
}

.accordion-item:nth-child(80) {
  transition-delay: 12s;
}

.accordion-item:nth-child(81) {
  transition-delay: 12.15s;
}

.accordion-item:nth-child(82) {
  transition-delay: 12.3s;
}

.accordion-item:nth-child(83) {
  transition-delay: 12.45s;
}

.accordion-item:nth-child(84) {
  transition-delay: 12.6s;
}

.accordion-item:nth-child(85) {
  transition-delay: 12.75s;
}

.accordion-item:nth-child(86) {
  transition-delay: 12.9s;
}

.accordion-item:nth-child(87) {
  transition-delay: 13.05s;
}

.accordion-item:nth-child(88) {
  transition-delay: 13.2s;
}

.accordion-item:nth-child(89) {
  transition-delay: 13.35s;
}

.accordion-item:nth-child(90) {
  transition-delay: 13.5s;
}

.accordion-item:nth-child(91) {
  transition-delay: 13.65s;
}

.accordion-item:nth-child(92) {
  transition-delay: 13.8s;
}

.accordion-item:nth-child(93) {
  transition-delay: 13.95s;
}

.accordion-item:nth-child(94) {
  transition-delay: 14.1s;
}

.accordion-item:nth-child(95) {
  transition-delay: 14.25s;
}

.accordion-item:nth-child(96) {
  transition-delay: 14.4s;
}

.accordion-item:nth-child(97) {
  transition-delay: 14.55s;
}

.accordion-item:nth-child(98) {
  transition-delay: 14.7s;
}

.accordion-item:nth-child(99) {
  transition-delay: 14.85s;
}

.accordion-body {
  padding: 0 0 20px 0;
}
@media all and (max-width: 575px) {
  .accordion-body {
    padding-bottom: 10px;
  }
}
.accordion-body p {
  margin-bottom: 18px !important;
}
.accordion-body p:last-child {
  margin-bottom: 0 !important;
}
.accordion-body ul {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 20px;
}
.accordion-body ul:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .accordion-body ul {
    margin-bottom: 10px;
  }
}
.accordion-body ul li:last-child {
  margin-bottom: 0;
}

.no-border .accordion-item {
  border: none;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
@media all and (max-width: 1200px) {
  .cta-section {
    padding: 100px 0;
  }
}
@media all and (max-width: 991px) {
  .cta-section {
    padding: 80px 0;
  }
}
@media all and (max-width: 575px) {
  .cta-section {
    padding: 60px 0;
  }
}
.cta-section::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f20056;
}
.cta-section .cta-info {
  position: relative;
  z-index: 1;
}
.cta-section .cta-info h3, .cta-section .cta-info .h3 {
  font-size: 36px;
  line-height: 52px;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 85%;
  margin-inline: auto;
}
@media all and (max-width: 575px) {
  .cta-section .cta-info h3, .cta-section .cta-info .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.cta-section .cta-info h4, .cta-section .cta-info .h4 {
  font-size: 36px;
  line-height: 52px;
  letter-spacing: -0.025em;
  color: white;
  max-width: 85%;
  margin-inline: auto;
  margin-top: -12px;
  margin-bottom: 22px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .cta-section .cta-info h4, .cta-section .cta-info .h4 {
    max-width: 80%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .cta-section .cta-info h4, .cta-section .cta-info .h4 {
    max-width: 80%;
  }
}
@media all and (max-width: 1200px) {
  .cta-section .cta-info h4, .cta-section .cta-info .h4 {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .cta-section .cta-info h4, .cta-section .cta-info .h4 {
    max-width: 100%;
  }
}
@media all and (max-width: 575px) {
  .cta-section .cta-info h4, .cta-section .cta-info .h4 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
    margin-top: -10px;
  }
}
.cta-section .cta-info p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  .cta-section .cta-info p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media all and (max-width: 575px) {
  .cta-section .cta-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.cta-section .cta-info p:last-child {
  margin-bottom: 0;
}
.cta-section .cta-info p a {
  color: #ffffff;
}
.cta-section .cta-info p a:hover {
  color: black;
}
.cta-section .dot-pattern-img {
  width: 188px;
  position: absolute;
  top: 65px;
  left: 50px;
  z-index: 2;
}
@media only screen and (max-width: 1600px) {
  .cta-section .dot-pattern-img {
    width: 160px;
  }
}
@media all and (max-width: 1200px) {
  .cta-section .dot-pattern-img {
    width: 150px;
  }
}
@media all and (max-width: 991px) {
  .cta-section .dot-pattern-img {
    width: 100px;
    top: 25px;
    left: 20px;
  }
}
@media all and (max-width: 767px) {
  .cta-section .dot-pattern-img {
    display: none;
  }
}
.cta-section .dot-pattern-img.is-inview {
  transform: translate3d(0, 0, 0);
}

.wave {
  background: url(../images/cta-wave-red-bg.svg) repeat-x;
  position: absolute;
  top: 0px;
  width: 7680px;
  height: 68px;
  animation: wave 60s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  z-index: 4;
  display: none;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1915px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.home-about-card-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .home-about-card-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 991px) {
  .home-about-card-top {
    flex-direction: row;
    align-items: center;
  }
}
.home-about-card-top h3, .home-about-card-top .h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .home-about-card-top h3, .home-about-card-top .h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.home-about-card-top figure {
  height: 52px;
  width: 52px;
  flex: none;
  background: #f20056;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-about-card-top figure img {
  max-width: 20px;
  flex: none;
}

.form-user-icon {
  padding-left: 45px !important;
  background: url(../images/form-user-icon.svg) no-repeat 15px center/18px;
}
@media all and (max-width: 575px) {
  .form-user-icon {
    background-position: 12px center;
    padding-left: 40px !important;
  }
}
.form-user-icon-email {
  padding-left: 45px !important;
  background: url(../images/form-user-icon-email.svg) no-repeat 15px center/18px;
}
.form-user-icon-comments {
  padding-left: 45px !important;
  background: url(../images/form-user-icon-comment.svg) no-repeat 15px 13px/18px, url(../images/select-caret-down.svg) no-repeat right 15px center;
}
.form-user-icon-phone {
  padding-left: 45px !important;
  background: url(../images/form-user-icon-phone.svg) no-repeat 15px center/18px;
}
.form-user-icon-chat {
  padding-left: 52px !important;
  background: url(../images/form-user-icon-chat.svg) no-repeat 20px 18px/20px;
}

.client-testimonial-card {
  background: white;
  padding: 30px;
  border: 1px solid #E7E8E9;
  border-radius: 12px;
}
@media all and (max-width: 991px) {
  .client-testimonial-card {
    padding: 22px;
  }
}
@media all and (max-width: 575px) {
  .client-testimonial-card {
    padding: 18px;
  }
}

.testimonial-card-header {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media all and (max-width: 991px) {
  .testimonial-card-header {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .testimonial-card-header {
    padding-bottom: 18px;
  }
}
.testimonial-card-header figure {
  width: 55px;
  height: 46px;
  margin-right: 20px;
  margin-bottom: 0 !important;
}
@media all and (max-width: 991px) {
  .testimonial-card-header figure {
    width: 35px;
    height: 30px;
    margin-right: 16px;
  }
}
.testimonial-card-header figure.company-logo {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
}
@media all and (max-width: 991px) {
  .testimonial-card-header figure.company-logo {
    width: 50px;
    height: 50px;
  }
}
.testimonial-card-header figure.company-logo img {
  width: 40px;
  flex: none;
  position: relative;
}
@media all and (max-width: 991px) {
  .testimonial-card-header figure.company-logo img {
    width: 34px;
  }
}
.testimonial-card-header figure a {
  display: flex;
}
.testimonial-card-header .testimonial-card-heading {
  padding-left: 21px;
  border-left: 1px solid #E7E8E9;
}
@media all and (max-width: 991px) {
  .testimonial-card-header .testimonial-card-heading {
    padding-left: 16px;
  }
}
.testimonial-card-header .testimonial-card-heading h4, .testimonial-card-header .testimonial-card-heading .h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonial-card-header .testimonial-card-heading p {
  line-height: 19px;
  letter-spacing: -0.01em;
}
.testimonial-card-header .testimonial-card-heading a {
  display: inline-flex;
  color: #222A3A;
  position: relative;
  top: -7px;
}
.testimonial-card-header .testimonial-card-heading a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #222A3A;
  transition: 0.3s all;
}
.testimonial-card-header .testimonial-card-heading a p {
  color: inherit;
}
.testimonial-card-header .testimonial-card-heading a:hover {
  color: #f20056;
}
.testimonial-card-header .testimonial-card-heading a:hover::after {
  background: #f20056;
}
.testimonial-card-header .testimonial-card-heading a:hover p {
  color: inherit;
}

.testimonial-card-body {
  padding: 30px 0;
  border-top: 1px solid #E7E8E9;
  border-bottom: 1px solid #E7E8E9;
}
@media all and (max-width: 991px) {
  .testimonial-card-body {
    padding: 20px 0;
  }
}
@media all and (max-width: 575px) {
  .testimonial-card-body {
    padding: 18px 0;
  }
}
.testimonial-card-body p {
  line-height: 30px;
}
@media all and (max-width: 991px) {
  .testimonial-card-body p {
    line-height: 28px;
  }
}

.testimonial-card-footer {
  padding-top: 30px;
}
@media all and (max-width: 991px) {
  .testimonial-card-footer {
    padding-top: 20px;
  }
}
@media all and (max-width: 575px) {
  .testimonial-card-footer {
    padding-top: 16px;
  }
}

.customer-review-star {
  display: flex;
  align-items: center;
  gap: 7px;
}
.customer-review-star i {
  height: 20px;
  width: 20px;
  background: url(../images/testimonial-single-star-icon-grey.svg) no-repeat center/contain;
}
.customer-review-star i.rated {
  background: url(../images/testimonial-single-star-icon-pink.svg) no-repeat center/contain;
}

.bg-light-grey-wave-down {
  position: relative;
  overflow: hidden;
}
.bg-light-grey-wave-down::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #F7F8F9;
}
.bg-light-grey-wave-down .container {
  position: relative;
  z-index: 2;
}

.bg-light-grey-wave-up {
  position: relative;
  overflow: hidden;
}
.bg-light-grey-wave-up::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #F7F8F9;
  z-index: 1;
}
.bg-light-grey-wave-up .container {
  position: relative;
  z-index: 2;
}

.wave-up {
  background: url(../images/wave-bg-grey-up.svg) repeat-x;
  position: absolute;
  top: 0px;
  left: 0;
  width: 7680px;
  height: 68px;
  animation: wave 60s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  display: none;
}

.wave-down {
  background: url(../images/wave-bg-grey-down.svg) repeat-x;
  position: absolute;
  bottom: 0px;
  width: 7680px;
  height: 68px;
  animation: wave 60s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  display: none;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1915px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.cta-info .btn, .cta-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .cta-info .gform_button_select_files, .cta-info input[type=submit] {
  font-size: 18px;
  height: 58px;
  line-height: 50px;
  background: unset;
  border: 2px solid #fff;
}
@media all and (max-width: 1200px) {
  .cta-info .btn, .cta-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .cta-info .gform_button_select_files, .cta-info input[type=submit] {
    font-size: 17px;
    height: 52px;
    line-height: 44px;
  }
}
@media all and (max-width: 575px) {
  .cta-info .btn, .cta-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .cta-info .gform_button_select_files, .cta-info input[type=submit] {
    font-size: 16px;
    height: 50px;
    line-height: 42px;
  }
}
.cta-info .btn::after, .cta-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files::after, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .cta-info .gform_button_select_files::after, .cta-info input[type=submit]::after {
  background: url("https://webpopdesignc.wpengine.com/wp-content/themes/webpop-design//images/btn-right-circle-red.svg") no-repeat center/contain;
}
@media all and (max-width: 1200px) {
  .cta-info .btn::after, .cta-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files::after, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .cta-info .gform_button_select_files::after, .cta-info input[type=submit]::after {
    height: 18px;
    width: 18px;
    top: 3px;
  }
}
@media all and (max-width: 575px) {
  .cta-info .btn::after, .cta-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files::after, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .cta-info .gform_button_select_files::after, .cta-info input[type=submit]::after {
    top: 3px;
    height: 16px;
    width: 16px;
  }
}
.cta-info .btn:focus, .cta-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:focus, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .cta-info .gform_button_select_files:focus, .cta-info input[type=submit]:focus {
  box-shadow: none;
}

.black {
  color: #222A3A;
}

.video-play-btn {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  opacity: 0.7;
}
@media all and (max-width: 1200px) {
  .video-play-btn {
    width: 76px;
    height: 76px;
  }
}
@media all and (max-width: 575px) {
  .video-play-btn {
    width: 60px;
    height: 60px;
  }
}
.video-modal-close {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  right: -20px;
  top: -18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
@media all and (max-width: 575px) {
  .video-modal-close {
    top: calc(100% + 30px);
    right: 50%;
    transform: translateX(50%);
  }
}
.video-modal-close img {
  width: 20px;
}

.video-modal {
  max-width: 1600px;
}
@media (max-width: 1920px) {
  .video-modal {
    max-width: 1400px;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .video-modal {
    max-width: 1000px;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .video-modal {
    max-width: 1000px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .video-modal {
    max-width: 1000px;
  }
}
@media all and (max-width: 1200px) {
  .video-modal {
    max-width: 900px;
  }
}
@media all and (max-width: 991px) {
  .video-modal {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.video-modal .modal-content {
  border: 0;
  padding: 0;
}

.img-overlay:hover .video-play-btn {
  opacity: 1;
}

.hero-section {
  position: relative;
  padding-top: 240px;
  padding-bottom: 120px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 1200px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 991px) {
  .hero-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .hero-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .hero-section {
    padding-top: 0;
    padding-bottom: 50px;
    height: calc(100vh - 72px);
  }
}
.hero-section ::selection {
  color: white;
  background: rgba(242, 0, 86, 0.2);
}
@media all and (max-width: 575px) {
  .hero-section .row {
    position: relative;
  }
}
.hero-section .container-fluid,
.hero-section .container,
.hero-section .row {
  height: 100%;
}
@media all and (max-width: 575px) {
  .hero-section .hero-h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.hero-section .container-fluid {
  position: relative;
}
.hero-section .container-fluid .swiper-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .hero-section .container-fluid .swiper-navigation {
    display: none;
  }
}
.hero-section .container-fluid .swiper-navigation .swiper-button-next,
.hero-section .container-fluid .swiper-navigation .swiper-button-prev {
  position: relative !important;
  inset: 0 !important;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #222A3A;
  transition: 0.3s all;
}
.hero-section .container-fluid .swiper-navigation .swiper-button-next::after,
.hero-section .container-fluid .swiper-navigation .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  background: url(../images/arrow-right-white.svg) no-repeat center/contain;
}
.hero-section .container-fluid .swiper-navigation .swiper-button-next:hover,
.hero-section .container-fluid .swiper-navigation .swiper-button-prev:hover {
  background: #f20056;
}
.hero-section .container-fluid .swiper-navigation .swiper-button-next::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.hero-section .container-big {
  height: 100%;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-section .container-big {
    max-width: 1360px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-section .container-big {
    max-width: 1360px;
  }
}

.hero-content {
  margin-top: -100px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-content {
    margin-top: -70px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-content {
    margin-top: -30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-content {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
  }
}
@media all and (max-width: 991px) {
  .hero-content {
    max-width: 100%;
  }
}
@media all and (max-width: 575px) {
  .hero-content {
    margin-top: 0;
  }
}
@media all and (max-width: 575px) {
  .hero-content {
    display: flex;
    flex-direction: column;
  }
}
.hero-content p {
  max-width: 100%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-content p {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-content p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-content p {
    margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 991px) {
  .hero-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  .hero-content p {
    margin-bottom: 30px;
  }
}
.hero-content p:last-child {
  margin-bottom: 0;
}
.hero-content .hero-cta-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .hero-content .hero-cta-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.hero-content .hero-cta-text strong {
  color: #2f394e;
  font-weight: 800 !important;
}
.hero-content .hero-cta-text a {
  color: #2f394e;
  font-weight: 800 !important;
}
.hero-content .hero-cta-text a:hover {
  color: #f20056;
}
.hero-content .hero-form {
  margin-bottom: 46px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-content .hero-form {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-content .hero-form {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-content .hero-form {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .hero-content .hero-form {
    margin-bottom: 20px;
  }
}
.hero-content .hero-form .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.hero-content .hero-form .gform_wrapper.gravity-theme form {
  display: flex;
  position: relative;
  max-width: 698px;
}
@media all and (max-width: 1200px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 575px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form {
    flex-direction: column;
    gap: 20px;
  }
}
.hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body {
  width: 100%;
}
.hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body .gfield_label {
  height: 1px;
  width: 1px;
  font-size: 0 !important;
  position: absolute;
}
.hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=email],
.hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=text] {
  height: 66px;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -khtml-border-radius: 100px !important;
  padding: 0 40px 4px !important;
  font-size: 17px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=email],
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=text] {
    height: 56px;
    padding: 0 30px 4px !important;
    font-size: 17px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=email],
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=text] {
    height: 56px;
    padding: 0 30px 4px !important;
    font-size: 17px !important;
  }
}
@media all and (max-width: 1200px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=email],
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=text] {
    height: 56px;
    padding: 0 30px 4px !important;
    font-size: 17px !important;
  }
}
@media all and (max-width: 575px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=email],
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform-body input[type=text] {
    height: 50px;
    padding: 0 20px 3px !important;
    font-size: 15px !important;
    text-align: center;
  }
}
.hero-content .hero-form .gform_wrapper.gravity-theme form .gform_footer {
  padding-top: 0 !important;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (max-width: 575px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform_footer {
    position: relative;
    width: 100%;
  }
}
.hero-content .hero-form .gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
  height: 66px;
  line-height: 64px;
  font-size: 17px;
  font-weight: 700 !important;
  padding: 0 70px 2px 40px;
  background-image: url(../images/btn-right-circle-red.svg);
  background-repeat: no-repeat;
  background-position: right 36px bottom 23px;
  background-size: 18px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
    height: 56px;
    line-height: 54px;
    font-size: 17px;
    padding: 0 62px 4px 30px;
    background-position: right 36px bottom 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
    height: 56px;
    line-height: 54px;
    font-size: 17px;
    padding: 0 62px 4px 30px;
    background-position: right 36px bottom 18px;
  }
}
@media all and (max-width: 1200px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
    height: 56px;
    line-height: 54px;
    font-size: 17px;
    padding: 0 62px 4px 30px;
    background-position: right 30px bottom 18px;
    background-size: 18px;
  }
}
@media all and (max-width: 575px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    padding: 0 20px 2px 20px;
    background-position: right 20px bottom 16px;
    background-size: 16px;
    width: 100%;
    background-image: none;
  }
}
.hero-content .hero-form .gform_wrapper.gravity-theme form .gform_footer .gform_ajax_spinner {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 575px) {
  .hero-content .hero-form .gform_wrapper.gravity-theme form .gform_footer .gform_ajax_spinner {
    display: none;
  }
}

.hero-logo-img {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-logo-img {
    margin-bottom: 26px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-logo-img {
    margin-bottom: 26px;
  }
}
@media all and (max-width: 1200px) {
  .hero-logo-img {
    justify-content: center;
    margin-bottom: 26px;
  }
}
.hero-logo-img figure {
  position: relative;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eeeeee;
  margin-left: -8px;
}
.hero-logo-img figure:nth-child(1) {
  z-index: 1;
  margin-left: 0;
}
.hero-logo-img figure:nth-child(2) {
  z-index: 2;
}
.hero-logo-img figure:nth-child(3) {
  z-index: 3;
}
.hero-logo-img figure:nth-child(4) {
  z-index: 4;
}
.hero-logo-img figure:nth-child(5) {
  z-index: 5;
}

.hero-light-content h1, .hero-light-content .h1,
.hero-light-content h2,
.hero-light-content .h2 {
  color: #2f394e;
  margin-bottom: 35px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-light-content h1, .hero-light-content .h1,
  .hero-light-content h2,
  .hero-light-content .h2 {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-light-content h1, .hero-light-content .h1,
  .hero-light-content h2,
  .hero-light-content .h2 {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-light-content h1, .hero-light-content .h1,
  .hero-light-content h2,
  .hero-light-content .h2 {
    margin-bottom: 30px;
  }
}
.hero-light-content p {
  color: #687184;
}

.hero-anim-btn .btn, .hero-anim-btn .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .hero-anim-btn .gform_button_select_files, .hero-anim-btn input[type=submit] {
  width: 100%;
}

.hero-btn-group {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .hero-btn-group {
    justify-content: center;
  }
}
@media all and (max-width: 575px) {
  .hero-btn-group {
    gap: 20px;
    flex-direction: column;
    padding-inline: 10px;
    margin-top: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero-img-wrapper {
  position: relative;
  max-width: 622px;
  margin-left: 60px;
  top: -60px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-img-wrapper {
    max-width: 580px;
    margin-left: auto;
    top: -50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-img-wrapper {
    max-width: 580px;
    margin-left: 0;
    top: -40px;
  }
}
@media all and (max-width: 1200px) {
  .hero-img-wrapper {
    display: none;
  }
}
.hero-img-wrapper::after {
  content: "";
  position: absolute;
  top: -14px;
  right: -16px;
  height: 180px;
  width: 180px;
  background: url(../images/grey-dot.svg) no-repeat center/contain;
  z-index: -1;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-img-wrapper::after {
    height: 150px;
    width: 150px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-img-wrapper::after {
    top: -8px;
    right: 8px;
    height: 140px;
    width: 140px;
  }
}
.hero-img-wrapper .hero-blob-img {
  position: absolute;
  width: 622px;
  top: 110px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-img-wrapper .hero-blob-img {
    width: 550px;
    top: 90px;
    right: 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-img-wrapper .hero-blob-img {
    width: 520px;
    top: 90px;
    right: 0;
  }
}
@media all and (max-width: 1200px) {
  .hero-img-wrapper .hero-blob-img {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 991px) {
  .hero-img-wrapper .hero-blob-img {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  .hero-img-wrapper .hero-blob-img {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .hero-img-wrapper .hero-blob-img {
    max-width: 110%;
    top: 150px;
    width: 110%;
  }
}
.hero-img-wrapper .hero-portfolio-card {
  width: 385px;
  box-shadow: 0px 68.1626px 75.5032px -54.5301px rgba(0, 0, 0, 0.17);
  border-radius: 16px;
  border: 1px solid #E7E8E9;
  padding: 24px;
  left: 110px;
  position: relative;
  z-index: 4;
  background: white;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-img-wrapper .hero-portfolio-card {
    width: 370px;
  }
}
@media all and (max-width: 1200px) {
  .hero-img-wrapper .hero-portfolio-card {
    margin: 0 auto;
    left: auto;
  }
}
@media all and (max-width: 767px) {
  .hero-img-wrapper .hero-portfolio-card {
    width: 340px;
  }
}
@media all and (max-width: 575px) {
  .hero-img-wrapper .hero-portfolio-card {
    width: 270px;
    border-radius: 10px;
    padding: 20px;
  }
}
@media all and (max-width: 410px) {
  .hero-img-wrapper .hero-portfolio-card {
    width: 90%;
  }
}
.hero-img-wrapper .hero-portfolio-card::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #f20056;
  left: 24px;
  right: 24px;
  bottom: 68px;
  display: none;
}
@media all and (max-width: 575px) {
  .hero-img-wrapper .hero-portfolio-card::after {
    bottom: 54px;
    left: 20px;
    right: 20px;
  }
}
.hero-img-wrapper .hero-portfolio-card .hero-portfolio-swiper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.hero-img-wrapper .hero-portfolio-card figure img {
  border-radius: 10px;
}
.hero-img-wrapper .hero-portfolio-card .hero-card-info {
  padding-top: 22px;
}
.hero-img-wrapper .hero-portfolio-card .hero-card-info h3, .hero-img-wrapper .hero-portfolio-card .hero-card-info .h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.025em;
  color: #222A3A;
  background: white;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 2px;
  width: max-content;
  transition: 0.3s all;
}
@media all and (max-width: 767px) {
  .hero-img-wrapper .hero-portfolio-card .hero-card-info h3, .hero-img-wrapper .hero-portfolio-card .hero-card-info .h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.hero-img-wrapper .hero-portfolio-card a:hover h3, .hero-img-wrapper .hero-portfolio-card a:hover .h3 {
  color: #f20056;
}

.hero-help-text {
  color: #3b3e45;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 38px;
  margin-bottom: 43px;
  letter-spacing: -0.025em;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-help-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-help-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-help-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.hero-carousel-wrapper {
  margin: 0 auto;
}
.hero-carousel-wrapper .hero-carousel-card {
  padding: 0 98px 20px 98px;
  text-align: center;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-carousel-wrapper .hero-carousel-card {
    padding: 0 80px 20px 80px;
  }
}
.hero-carousel-wrapper .hero-carousel-card figure {
  box-shadow: 0px 68.16px 75.5px -54.53px rgba(0, 0, 0, 0.168627451);
  margin-bottom: 44px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-carousel-wrapper .hero-carousel-card figure {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-carousel-wrapper .hero-carousel-card figure {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-carousel-wrapper .hero-carousel-card figure {
    margin-bottom: 30px;
  }
}
.hero-carousel-wrapper .hero-carousel-card .hero-carousel-link {
  color: #3b3e45;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-carousel-wrapper .hero-carousel-card .hero-carousel-link {
    font-size: 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-carousel-wrapper .hero-carousel-card .hero-carousel-link {
    font-size: 18px;
  }
}
.hero-carousel-wrapper .hero-carousel-card .hero-carousel-link::after {
  content: "»";
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.hero-carousel-wrapper .hero-carousel-card .hero-carousel-link:hover {
  color: #f20056;
}

.about-us-section .about-content .section-heading {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .about-us-section .about-content .section-heading {
    margin-bottom: 20px;
  }
}
.about-us-section .about-content .section-heading h1, .about-us-section .about-content .section-heading .h1 {
  margin-bottom: 16px;
}
.about-us-section .about-us-img {
  margin-right: 50px !important;
  margin-left: 0px !important;
}
@media all and (max-width: 1200px) {
  .about-us-section .about-us-img {
    margin-top: 50px;
    margin-left: 0px;
    width: 100%;
  }
}
.about-us-section .about-us-img img {
  border-radius: 12px;
  border: 1px solid #eee;
}
@media all and (max-width: 1200px) {
  .about-us-section .about-us-img img {
    margin-bottom: 30px;
  }
}
.about-us-section .about-us-divider {
  border-top: 1px solid transparent;
  margin: 60px 0;
  width: 100%;
  transition: 1s all ease-in;
}
@media all and (max-width: 991px) {
  .about-us-section .about-us-divider {
    margin: 50px 0;
  }
}
@media all and (max-width: 575px) {
  .about-us-section .about-us-divider {
    margin: 30px 0;
  }
}

@media all and (max-width: 1200px) {
  .service-section {
    overflow: hidden;
  }
}
.service-section .pin-spacer {
  padding: 0 !important;
}
.service-section .section-info {
  margin-bottom: 130px;
}
@media all and (max-width: 1200px) {
  .service-section .section-info {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 991px) {
  .service-section .section-info {
    margin-bottom: 0px;
  }
}
.service-section .section-heading {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .service-section .section-heading {
    margin-bottom: 20px;
  }
}
.service-section .section-heading h2, .service-section .section-heading .h2 {
  margin-bottom: 16px;
}

.service-info-home h2, .service-info-home .h2 {
  margin-bottom: 45px;
}
@media all and (max-width: 575px) {
  .service-info-home h2, .service-info-home .h2 {
    margin-bottom: 30px;
  }
}

.service-detail-card-wrapper ul {
  margin: 0;
  padding: 0;
}
.service-detail-card-wrapper ul li {
  list-style: none;
  margin-bottom: 0px;
}
.service-detail-card-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media all and (max-width: 767px) {
  .service-detail-card-wrapper ul {
    gap: 30px;
  }
}
.service-detail-card-wrapper ul li {
  width: calc(50% - 20px);
}
@media all and (max-width: 767px) {
  .service-detail-card-wrapper ul li {
    width: 100%;
  }
}

.service-detail-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.service-detail-card-head figure {
  width: 32px;
  height: 32px;
  background: #e9edf3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-bottom: 0 !important;
}
@media all and (max-width: 767px) {
  .service-detail-card-head figure {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
}
.service-detail-card-head figure img {
  max-width: 18px;
}
@media all and (max-width: 767px) {
  .service-detail-card-head figure img {
    max-width: 16px;
  }
}
.service-detail-card-head h3, .service-detail-card-head .h3 {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  display: inline-block;
  transition: 0.3s all;
  margin-top: -4px;
}
@media all and (max-width: 991px) {
  .service-detail-card-head h3, .service-detail-card-head .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .service-detail-card-head h3, .service-detail-card-head .h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -3px;
  }
}

.service-card-list:hover .service-detail-card-head h3, .service-card-list:hover .service-detail-card-head .h3 {
  color: #f20056;
}

.service-info-img-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  padding-left: 48px;
  position: sticky;
  top: 180px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .service-info-img-wrapper {
    transform-origin: top right;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .service-info-img-wrapper {
    transform-origin: top right;
  }
}
@media all and (max-width: 1200px) {
  .service-info-img-wrapper {
    padding-left: 0;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 70px;
  }
}
@media all and (max-width: 991px) {
  .service-info-img-wrapper {
    transform: scale(0.8);
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .service-info-img-wrapper {
    width: auto;
  }
}
@media all and (max-width: 575px) {
  .service-info-img-wrapper {
    transform: scale(0.7);
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: -20px;
    gap: 20px;
  }
}
@media all and (max-width: 410px) {
  .service-info-img-wrapper {
    transform: scale(0.6);
  }
}

.service-info-img-right,
.service-info-img-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  z-index: 2;
}
@media all and (max-width: 575px) {
  .service-info-img-right,
  .service-info-img-left {
    gap: 20px;
  }
}

.service-browser-frame,
.service-browser-image {
  width: 280px;
  height: 230px;
  background: white;
  box-shadow: 0px 29.8974px 43.0769px rgba(0, 0, 0, 0.07), 0px 29.1795px 35.8974px rgba(0, 0, 0, 0.0503198);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .service-browser-frame,
  .service-browser-image {
    width: 250px;
    height: 210px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .service-browser-frame,
  .service-browser-image {
    width: 250px;
    height: 210px;
  }
}
@media all and (max-width: 1200px) {
  .service-browser-frame,
  .service-browser-image {
    width: 250px;
    height: 210px;
  }
}
.service-browser-frame.with-browser img,
.service-browser-image.with-browser img {
  margin-top: 20px;
}
.service-browser-frame.with-browser::after,
.service-browser-image.with-browser::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 21px;
  background: url(../images/single-service/browser-top-bar.svg) no-repeat left/cover;
  display: block;
}

.service-browser-frame,
.service-browser-image,
.service-img-screen {
  border: unset !important;
}

.home-service-blob {
  width: 436px;
  position: absolute;
  z-index: 1;
  right: 110px;
  top: 40px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .home-service-blob {
    width: 400px;
    right: 90px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .home-service-blob {
    width: 400px;
    right: 90px;
  }
}
@media all and (max-width: 1200px) {
  .home-service-blob {
    width: 400px;
    right: 90px;
  }
}
.home-service-blob img {
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 1200px) {
  .home-service-blob {
    right: auto;
  }
}

.home-service-blob-model {
  width: 436px;
  position: absolute;
  right: 210px;
  top: -70px;
}
@media all and (max-width: 1200px) {
  .home-service-blob-model {
    right: 310px;
  }
}
@media all and (max-width: 1200px) {
  .home-service-blob-model {
    right: 210px;
  }
}
@media all and (max-width: 767px) {
  .home-service-blob-model {
    right: 150px;
  }
}
@media all and (max-width: 575px) {
  .home-service-blob-model {
    right: 240px;
    width: 280px;
  }
}
@media all and (max-width: 410px) {
  .home-service-blob-model {
    right: 200px;
    width: 280px;
  }
}

.home-service-pattern {
  position: absolute;
  right: 120px;
  width: 188px;
  top: 290px;
  z-index: 0;
}
@media all and (max-width: 1200px) {
  .home-service-pattern {
    right: 210px;
  }
}
@media all and (max-width: 991px) {
  .home-service-pattern {
    right: 140px;
  }
}
@media all and (max-width: 767px) {
  .home-service-pattern {
    right: 50px;
  }
}
@media all and (max-width: 575px) {
  .home-service-pattern {
    right: -50px;
  }
}

.hero-service-dot-pattern {
  position: absolute;
  width: 170px;
  right: 80px;
  top: -20px;
}
@media all and (max-width: 1200px) {
  .hero-service-dot-pattern {
    right: 190px;
  }
}
@media all and (max-width: 991px) {
  .hero-service-dot-pattern {
    right: 120px;
  }
}
@media all and (max-width: 767px) {
  .hero-service-dot-pattern {
    right: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-service-dot-pattern {
    right: -30px;
  }
}

@media all and (max-width: 575px) {
  .service-section-home .service-info-img-wrapper {
    display: none;
  }
}
.service-section-home .single-service-design-detail {
  display: none;
}
@media all and (max-width: 575px) {
  .service-section-home .single-service-design-detail {
    display: flex;
    margin-top: 60px !important;
  }
}

.image-block-section {
  position: relative;
  padding-bottom: 80px;
}
@media all and (max-width: 991px) {
  .image-block-section {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 575px) {
  .image-block-section {
    padding-bottom: 50px;
  }
}
.image-block-section .block-model-img {
  width: 700px;
  height: 500px;
  position: relative;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .image-block-section .block-model-img {
    left: 100px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .image-block-section .block-model-img {
    left: 100px;
  }
}
@media all and (max-width: 1200px) {
  .image-block-section .block-model-img {
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .image-block-section .block-model-img {
    width: 600px;
    height: 380px;
  }
}
@media all and (max-width: 575px) {
  .image-block-section .block-model-img {
    width: 360px;
    height: 300px;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
}

.block-img-wrapper {
  width: 785px;
  display: flex;
  position: relative;
  left: -114px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .block-img-wrapper {
    transform: scale(0.8);
    width: 100%;
    left: -100px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .block-img-wrapper {
    width: 550px;
    left: -100px;
    transform: scale(0.8);
  }
}
@media all and (max-width: 1200px) {
  .block-img-wrapper {
    transform: scale(0.9);
    transform-origin: center center;
    left: 0;
    top: 0;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 991px) {
  .block-img-wrapper {
    transform: scale(0.7);
    left: -30px;
    margin-top: -90px;
    margin-bottom: -60px;
  }
}
@media all and (max-width: 767px) {
  .block-img-wrapper {
    width: 515px;
    left: 0;
    margin: 0 auto;
    transform: scale(1);
  }
}
@media all and (max-width: 575px) {
  .block-img-wrapper {
    width: 100%;
    display: block;
    margin-bottom: -10px;
  }
}

.block-ipad-img {
  position: relative;
  width: 716px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .block-ipad-img {
    left: -50px;
  }
}
@media all and (max-width: 991px) {
  .block-ipad-img {
    left: -70px;
  }
}
@media all and (max-width: 767px) {
  .block-ipad-img {
    width: 500px;
    left: -10px;
  }
}
@media all and (max-width: 575px) {
  .block-ipad-img {
    width: 340px;
    left: -10px;
    margin: 0 auto;
  }
}
.block-ipad-img .block-ipad-bg-img {
  width: 754px;
  height: auto;
  position: relative;
  top: -16px;
  left: 31px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .block-ipad-img .block-ipad-bg-img {
    width: 670px;
    left: 50px;
  }
}
@media all and (max-width: 767px) {
  .block-ipad-img .block-ipad-bg-img {
    width: 500px;
    left: 0;
  }
}
@media all and (max-width: 575px) {
  .block-ipad-img .block-ipad-bg-img {
    width: 340px;
    left: 0;
  }
}
.block-ipad-img .block-ipad-screen-img {
  position: absolute;
  left: 130px;
  top: 55px;
  width: 580px;
  height: auto;
  border-radius: 13px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .block-ipad-img .block-ipad-screen-img {
    left: 149px;
    top: 55px;
    width: 518px;
  }
}
@media all and (max-width: 767px) {
  .block-ipad-img .block-ipad-screen-img {
    left: 67px;
    top: 32px;
    width: 384px;
  }
}
@media all and (max-width: 575px) {
  .block-ipad-img .block-ipad-screen-img {
    left: 45px;
    top: 15px;
    width: 263px;
  }
}

.image-block-content {
  padding-left: 50px;
  margin-top: -40px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .image-block-content {
    padding-left: 30px;
    margin-top: -20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .image-block-content {
    padding-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .image-block-content {
    padding-left: 0;
    margin-bottom: 50px;
    margin-top: 0;
  }
}
@media all and (max-width: 991px) {
  .image-block-content {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.image-block-content h2, .image-block-content .h2 {
  margin-bottom: 20px;
}
.image-block-content .btn, .image-block-content .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .image-block-content .gform_button_select_files, .image-block-content input[type=submit] {
  margin-top: 15px;
}

.image-block-bg-blob {
  width: 880px;
  top: -60px;
  left: -60px;
  position: absolute;
  z-index: -1;
  display: none;
}

@media all and (max-width: 1200px) {
  .image-content-scroll {
    position: relative;
  }
}
@media all and (max-width: 991px) {
  .image-content-scroll {
    display: none;
  }
}

.testimonial-section {
  position: relative;
  background: #fcfcfc;
}
@media all and (max-width: 767px) {
  .testimonial-section .section-heading {
    text-align: center;
  }
}

.client-testimonial-grid-list {
  margin: 0;
  padding: 0;
}
.client-testimonial-grid-list li {
  list-style: none;
  margin-bottom: 0px;
}
.client-testimonial-grid-list {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin: 0 -15px !important;
}
.client-testimonial-grid-list li {
  width: 33.3%;
  padding: 15px;
}
@media all and (max-width: 1200px) {
  .client-testimonial-grid-list li {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .client-testimonial-grid-list li {
    width: 100%;
    padding-inline: 50px;
  }
}
@media all and (max-width: 575px) {
  .client-testimonial-grid-list li {
    padding-inline: 15px;
  }
}

.alm-reveal {
  margin: 0;
  padding: 0;
}
.alm-reveal li {
  list-style: none;
  margin-bottom: 0px;
}
.alm-reveal {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin: -15px;
}

.alm-layouts .alm-listing {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media all and (max-width: 575px) {
  .alm-layouts .alm-listing {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.alm-layouts .alm-listing li {
  float: left;
  width: 33.3%;
  padding: 15px;
}
@media all and (max-width: 1200px) {
  .alm-layouts .alm-listing li {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .alm-layouts .alm-listing li {
    width: 100%;
    padding-inline: 50px;
  }
}
@media all and (max-width: 575px) {
  .alm-layouts .alm-listing li {
    padding-inline: 15px;
  }
}

@media all and (max-width: 1200px) {
  .home-faq-section {
    overflow: hidden;
  }
}
.home-faq-section .section-heading {
  margin-top: 20px;
  margin-bottom: 70px;
  margin-right: 40px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .home-faq-section .section-heading {
    margin-bottom: 40px;
    margin-right: 0px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .home-faq-section .section-heading {
    margin-bottom: 40px;
    margin-right: 0px;
  }
}
@media all and (max-width: 991px) {
  .home-faq-section .section-heading {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  .home-faq-section .section-heading {
    margin-bottom: 50px;
  }
}
.home-faq-section .accordion {
  margin-left: 70px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .home-faq-section .accordion {
    margin-left: 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .home-faq-section .accordion {
    margin-left: 50px;
  }
}
@media all and (max-width: 1200px) {
  .home-faq-section .accordion {
    margin-left: 0;
    margin-top: 50px;
  }
}

@media all and (max-width: 1200px) {
  .single-service-design-detail.faq-img-wrapper {
    margin-bottom: 0;
  }
}

.faq-sticky {
  position: sticky;
  top: 200px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .faq-sticky {
    top: 135px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .faq-sticky {
    top: 135px;
  }
}
@media all and (max-width: 1200px) {
  .faq-sticky {
    position: initial;
  }
}

.recent-work-template-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}
.recent-work-template-wrapper .work-template-card {
  min-width: 400px;
}

.hero-parallax {
  height: 580px;
  bottom: 40px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-parallax {
    height: 400px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-parallax {
    height: 400px;
  }
}
@media all and (max-width: 1200px) {
  .hero-parallax {
    height: 400px;
  }
}
@media all and (max-width: 575px) {
  .hero-parallax {
    height: 300px;
  }
}
@media all and (max-width: 410px) {
  .hero-parallax {
    height: 280px;
  }
}
.hero-parallax .hero-pattern-img {
  position: absolute;
  width: 238px;
  z-index: -1;
  bottom: -110px !important;
  left: -40px !important;
  top: initial !important;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-parallax .hero-pattern-img {
    width: 180px;
    bottom: -140px !important;
    left: -60px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-parallax .hero-pattern-img {
    width: 160px;
    bottom: -100px !important;
    left: -40px !important;
  }
}
@media all and (max-width: 1200px) {
  .hero-parallax .hero-pattern-img {
    width: 160px;
    bottom: -22% !important;
    left: 12% !important;
  }
}
@media all and (max-width: 767px) {
  .hero-parallax .hero-pattern-img {
    display: none !important;
  }
}
.hero-parallax .hero-pattern-dot-img {
  width: 146px;
  position: absolute;
  top: 50px !important;
  right: -90px !important;
  left: initial !important;
  z-index: 1;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-parallax .hero-pattern-dot-img {
    width: 100px;
    right: 0 !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-parallax .hero-pattern-dot-img {
    width: 100px;
    right: 0 !important;
  }
}
@media all and (max-width: 1200px) {
  .hero-parallax .hero-pattern-dot-img {
    width: 100px;
    top: 20% !important;
    right: 22% !important;
  }
}
@media all and (max-width: 991px) {
  .hero-parallax .hero-pattern-dot-img {
    right: 14% !important;
  }
}
@media all and (max-width: 767px) {
  .hero-parallax .hero-pattern-dot-img {
    display: none !important;
  }
}
.hero-parallax .hero-pattern-dot-img.is-inview {
  transform: translate3d(0, 0, 0);
}

.paralax-red-circle {
  position: absolute !important;
  top: -10% !important;
  left: 36% !important;
}
@media all and (max-width: 1200px) {
  .paralax-red-circle {
    top: 0 !important;
    left: 42% !important;
  }
}
@media all and (max-width: 575px) {
  .paralax-red-circle {
    top: 20px !important;
    left: 40% !important;
  }
}
.paralax-red-circle img {
  position: absolute;
  width: 165px;
}
@media only screen and (max-width: 1600px) {
  .paralax-red-circle img {
    width: 150px;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .paralax-red-circle img {
    width: 100px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .paralax-red-circle img {
    width: 100px;
  }
}
@media all and (max-width: 1200px) {
  .paralax-red-circle img {
    width: 100px;
  }
}
@media all and (max-width: 575px) {
  .paralax-red-circle img {
    width: 80px;
  }
}
.paralax-red-circle .red-c {
  position: absolute;
  animation-name: circle;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes circle {
  0% {
    transform: translate(0, 0);
  }
  12% {
    transform: translate(-15px, 15px);
  }
  25% {
    transform: translate(-30px, 30px);
  }
  50% {
    transform: translate(-20px, 20px);
  }
  75% {
    transform: translate(-10px, 10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.paralax-hairy-knot {
  position: absolute;
  top: 0 !important;
  left: 10% !important;
}
@media all and (max-width: 1200px) {
  .paralax-hairy-knot {
    top: 30px !important;
    left: 25% !important;
  }
}
@media all and (max-width: 767px) {
  .paralax-hairy-knot {
    left: 22% !important;
  }
}
@media all and (max-width: 575px) {
  .paralax-hairy-knot {
    top: 30px !important;
    left: 24% !important;
  }
}
@media all and (max-width: 410px) {
  .paralax-hairy-knot {
    left: 16% !important;
  }
}
.paralax-hairy-knot img {
  width: 500px;
}
@media only screen and (max-width: 1600px) {
  .paralax-hairy-knot img {
    width: 480px;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .paralax-hairy-knot img {
    width: 400px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .paralax-hairy-knot img {
    width: 400px;
  }
}
@media all and (max-width: 1200px) {
  .paralax-hairy-knot img {
    width: 340px;
  }
}
@media all and (max-width: 575px) {
  .paralax-hairy-knot img {
    width: 240px;
  }
}
.paralax-hairy-knot .para-knot {
  position: absolute;
  animation-name: knot;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes knot {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-20px, 0);
  }
  50% {
    transform: translate(-30px, 10px);
  }
  75% {
    transform: translate(-10px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.paralax-cone {
  position: absolute;
  bottom: -10% !important;
  left: 72% !important;
  top: initial !important;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .paralax-cone {
    bottom: -20% !important;
    left: 68% !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .paralax-cone {
    bottom: -20% !important;
    left: 68% !important;
  }
}
@media all and (max-width: 1200px) {
  .paralax-cone {
    bottom: -10% !important;
    left: 55% !important;
  }
}
@media all and (max-width: 767px) {
  .paralax-cone {
    bottom: -14% !important;
    left: 74% !important;
  }
}
@media all and (max-width: 575px) {
  .paralax-cone {
    bottom: 30% !important;
    left: 60% !important;
  }
}
@media all and (max-width: 410px) {
  .paralax-cone {
    left: initial !important;
    right: 100px;
  }
}
.paralax-cone img {
  width: 216px;
}
@media only screen and (max-width: 1600px) {
  .paralax-cone img {
    width: 180px;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .paralax-cone img {
    width: 140px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .paralax-cone img {
    width: 140px;
  }
}
@media all and (max-width: 1200px) {
  .paralax-cone img {
    width: 120px;
  }
}
@media all and (max-width: 575px) {
  .paralax-cone img {
    width: 100px;
  }
}
.paralax-cone .para-c {
  position: absolute;
  bottom: 0;
  animation-name: para;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes para {
  0% {
    transform: translate(0, 0);
  }
  12% {
    transform: translate(-20px, -10px);
  }
  25% {
    transform: translate(-30px, -30px);
  }
  50% {
    transform: translate(-20px, -20px);
  }
  75% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.our-portfolio-section {
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  .our-portfolio-section .section-info {
    max-width: 70%;
    margin: auto;
  }
}
.our-portfolio-section .section-heading {
  margin-bottom: 70px;
}
.our-portfolio-section .section-heading h2, .our-portfolio-section .section-heading .h2 {
  margin-bottom: 22px;
}
@media all and (max-width: 991px) {
  .our-portfolio-section .section-heading h2, .our-portfolio-section .section-heading .h2 {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 1200px) {
  .our-portfolio-section .section-heading {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .our-portfolio-section .section-heading {
    margin-bottom: 40px;
  }
}
.our-portfolio-section .line-pattern-img {
  position: absolute;
  width: 240px;
  height: 240px;
  top: -95px;
  left: -95px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .our-portfolio-section .line-pattern-img {
    width: 200px;
    height: 200px;
    top: -85px;
    left: -85px;
  }
}
@media all and (max-width: 1200px) {
  .our-portfolio-section .line-pattern-img {
    width: 180px;
    height: 180px;
    top: -80px;
    left: -80px;
  }
}
@media all and (max-width: 767px) {
  .our-portfolio-section .line-pattern-img {
    display: none;
  }
}
.our-portfolio-section .dot-pattern-img {
  width: 146px;
  position: absolute;
  bottom: 55px;
  right: -72px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .our-portfolio-section .dot-pattern-img {
    bottom: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .our-portfolio-section .dot-pattern-img {
    width: 116px;
    bottom: 35px;
    right: -50px;
  }
}
@media all and (max-width: 1200px) {
  .our-portfolio-section .dot-pattern-img {
    bottom: 52px;
    right: -55px;
    width: 125px;
  }
}
@media all and (max-width: 991px) {
  .our-portfolio-section .dot-pattern-img {
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .our-portfolio-section .dot-pattern-img {
    display: none;
  }
}
.our-portfolio-section .dot-pattern-img.is-inview {
  transform: translate3d(0, 0, 0);
}
.our-portfolio-section .btn-load-more {
  display: flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #222A3A !important;
  color: white !important;
  height: 50px !important;
  line-height: 48px !important;
  padding: 0 26px !important;
  border-radius: 50px !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  margin-top: 0 !important;
}
.our-portfolio-section .btn-load-more::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px !important;
  right: initial !important;
  left: initial !important;
  transform: rotate(90deg) !important;
  height: 20px !important;
  width: 20px !important;
  background: url(../images/btn-right-circle-white.svg) no-repeat center/contain !important;
  margin-left: 10px !important;
  transition: 0.3s all !important;
}
@media all and (max-width: 575px) {
  .our-portfolio-section .btn-load-more::after {
    top: 4px !important;
    height: 18px !important;
    width: 18px !important;
  }
}
.our-portfolio-section .btn-load-more:hover {
  transition: 0.3s all !important;
  background: #222A3A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0px 12px 24px -6px rgba(47, 57, 78, 0.26) !important;
}
.our-portfolio-section .btn-load-more:focus {
  transition: 0.3s all !important;
  background: #222A3A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0px 12px 24px -6px rgba(47, 57, 78, 0.26) !important;
}

.page-template-work .our-portfolio-section .work-template-card {
  margin-bottom: 90px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .page-template-work .our-portfolio-section .work-template-card {
    margin-bottom: 70px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .page-template-work .our-portfolio-section .work-template-card {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 1200px) {
  .page-template-work .our-portfolio-section .work-template-card {
    margin-bottom: 50px;
  }
}

.page-template-work .our-portfolio-section .alm-layouts .alm-listing {
  margin-left: -45px !important;
  margin-right: -45px !important;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .page-template-work .our-portfolio-section .alm-layouts .alm-listing {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .page-template-work .our-portfolio-section .alm-layouts .alm-listing {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media all and (max-width: 1200px) {
  .page-template-work .our-portfolio-section .alm-layouts .alm-listing {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

.home-video-autoplay-section {
  position: relative;
}
@media all and (max-width: 767px) {
  .home-video-autoplay-section {
    padding-top: 0;
  }
}
.home-video-autoplay-section .section-heading {
  margin-bottom: 58px;
}
@media all and (max-width: 991px) {
  .home-video-autoplay-section .section-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .home-video-autoplay-section .section-heading {
    margin-bottom: 30px;
  }
}
.home-video-autoplay-section .video-autoplay {
  position: relative;
  z-index: 2;
}
.home-video-autoplay-section .video-autoplay figure video {
  width: 100%;
}
.home-video-autoplay-section .line-pattern-img {
  position: absolute;
  width: 240px;
  height: 240px;
  bottom: 120px;
  right: -100px;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .home-video-autoplay-section .line-pattern-img {
    width: 200px;
    height: 200px;
    right: -80px;
  }
}
@media all and (max-width: 991px) {
  .home-video-autoplay-section .line-pattern-img {
    width: 150px;
    height: 150px;
    right: -80px;
  }
}
@media all and (max-width: 991px) {
  .home-video-autoplay-section .line-pattern-img {
    display: none;
  }
}
.home-video-autoplay-section .dot-pattern-img {
  width: 146px;
  position: absolute;
  top: -80px;
  left: 52px;
}
@media all and (max-width: 1200px) {
  .home-video-autoplay-section .dot-pattern-img {
    width: 120px;
    top: -50px;
  }
}
@media all and (max-width: 991px) {
  .home-video-autoplay-section .dot-pattern-img {
    left: 30px;
  }
}
@media all and (max-width: 767px) {
  .home-video-autoplay-section .dot-pattern-img {
    display: none;
  }
}
.home-video-autoplay-section .dot-pattern-img.is-inview {
  transform: translate3d(0, 0, 0);
}

.standard-content .single-article-heading-count.h3-counter {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  font-size: 18px;
}

.home-service-blob-model {
  display: block;
  position: absolute;
  top: -70px;
}

.blog-hero-section,
.common-hero {
  position: relative;
  padding-top: 88px;
  padding-bottom: 100px;
  background: #000;
}
@media all and (max-width: 575px) {
  .blog-hero-section,
  .common-hero {
    padding: 60px 0;
  }
}

.recent-work-slider-section .section-heading-btn-area {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 767px) {
  .recent-work-slider-section .section-heading-btn-area {
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}
.recent-work-slider-section .slider-navigation {
  display: flex;
  gap: 20px;
  pointer-events: none;
}
.recent-work-slider-section .slider-navigation .swiper-button {
  position: initial;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #222A3A url(../images/home/left-arrow-white.svg) no-repeat center/contain;
  background-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  transition: 0.3s all;
  pointer-events: auto;
}
.recent-work-slider-section .slider-navigation .swiper-button:hover {
  background-color: #f20056;
}
.recent-work-slider-section .slider-navigation .swiper-button:last-child {
  transform: rotate(180deg);
}

@media all and (max-width: 1200px) {
  .recent-work-swiper {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 991px) {
  .recent-work-swiper {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .recent-work-swiper {
    width: calc(100% + 20px);
    margin-bottom: 30px;
  }
}
.recent-work-swiper .swiper-slide:hover .work-template-card h3, .recent-work-swiper .swiper-slide:hover .work-template-card .h3 {
  color: #f20056;
}

.free-call-section .section-heading {
  margin-bottom: 0px;
}
@media all and (max-width: 767px) {
  .free-call-section .section-heading {
    margin-bottom: 40px;
  }
}
.free-call-section .section-heading p a {
  position: relative;
}
.free-call-section .section-heading p a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  background: #f20056;
  height: 2px;
  transition: 0.3s all;
}
.free-call-section .section-heading p a:hover {
  text-decoration: none;
}
.free-call-section .section-heading p a:hover::after {
  width: 100%;
}

.contact-detail-wrapper {
  margin-right: 20px;
}
@media all and (max-width: 1200px) {
  .contact-detail-wrapper {
    margin-right: 0;
  }
}

.contact-detail-heading {
  margin-bottom: 56px;
}
@media all and (max-width: 991px) {
  .contact-detail-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .contact-detail-heading {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .contact-detail-heading {
    margin-bottom: 26px;
  }
}
.contact-detail-heading h2, .contact-detail-heading .h2 {
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .contact-detail-heading h2, .contact-detail-heading .h2 {
    margin-bottom: 24px;
  }
}

.contact-detail ul {
  margin: 0;
  padding: 0;
}
.contact-detail ul li {
  list-style: none;
  margin-bottom: 0px;
}
.contact-detail ul {
  border-bottom: 1px solid #E7E8E9;
  margin-bottom: 56px;
  padding-bottom: 56px;
}
@media all and (max-width: 991px) {
  .contact-detail ul {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.contact-detail ul li {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #626A7A;
}
.contact-detail ul li:last-child {
  margin-bottom: 0;
}
.contact-detail ul li address {
  margin-bottom: 0;
}
.contact-detail ul li a {
  color: inherit;
  display: flex;
  align-items: center;
  position: relative;
}
.contact-detail ul li a:hover {
  color: #f20056;
}
.contact-detail ul li a:focus {
  color: #f20056;
}
.contact-detail ul li address {
  display: flex;
  align-items: center;
}
.contact-detail ul li i {
  width: 16px;
  height: 16px;
  flex: none;
  margin-right: 12px;
}
.contact-detail ul li i.contact-phone-icon {
  background: url(../images/contact-phone-icon.svg) no-repeat center/contain;
}
.contact-detail ul li i.contact-envelope-icon {
  background: url(../images/contact-envelope-icon.svg) no-repeat center/contain;
}
.contact-detail ul li i.contact-map-marker-icon {
  background: url(../images/contact-map-marker-icon.svg) no-repeat center/contain;
}

@media all and (max-width: 991px) {
  .social-link {
    margin-bottom: 50px;
  }
}
.social-link h4, .social-link .h4 {
  margin-bottom: 20px;
}
.social-link .social-icon ul {
  margin: 0;
  padding: 0;
}
.social-link .social-icon ul li {
  list-style: none;
  margin-bottom: 0px;
}
.social-link .social-icon ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
.social-link .social-icon ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7F8F9;
  transition: 0.3s all;
  border-radius: 50%;
}
.social-link .social-icon ul li a img {
  max-height: 18px;
  max-width: 18px;
  filter: brightness(0.2);
  transition: 0.3s all;
}
.social-link .social-icon ul li a:hover img {
  filter: none;
}
.social-link .social-icon ul li a i {
  font-size: 18px;
  color: #222A3A;
}
.social-link .social-icon ul li .linkedin-hover-bg:hover {
  background: #0077B5;
}
.social-link .social-icon ul li .facebook-hover-bg:hover {
  background: #0866ff;
}
.social-link .social-icon ul li .instagram-hover-bg:hover {
  background: #f20056;
}
.social-link .social-icon ul li .behance-hover-bg:hover {
  background: #0057ff;
}
.social-link .social-icon ul li .dribbble-hover-bg:hover {
  background: #ea4c89;
}

.contact-form-wrapper {
  border: 1px solid #E7E8E9;
  box-shadow: 0px 21px 24px rgba(34, 42, 58, 0.08);
  border-radius: 12px;
  padding: 40px;
  margin-left: 40px;
}
@media all and (max-width: 1200px) {
  .contact-form-wrapper {
    padding: 26px;
    margin-left: 24px;
  }
}
@media all and (max-width: 991px) {
  .contact-form-wrapper {
    padding: 40px;
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .contact-form-wrapper {
    padding: 30px;
  }
}
@media all and (max-width: 575px) {
  .contact-form-wrapper {
    padding: 24px;
  }
}
.contact-form-wrapper .input-wrapper input {
  border-radius: 8px;
  background-color: rgba(228, 235, 241, 0.4);
  border: 1px solid transparent !important;
}
.contact-form-wrapper .input-wrapper input:focus {
  background-color: white;
  border: 1px solid #E7E8E9 !important;
}
.contact-form-wrapper .form-icon input[type=text], .contact-form-wrapper .form-icon [type=tel], .contact-form-wrapper .form-icon [type=email], .contact-form-wrapper .form-icon textarea {
  padding-left: 45px !important;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 16px center;
  border: 1px solid #F4F7F9 !important;
}
.contact-form-wrapper .form-icon input[type=text]:focus, .contact-form-wrapper .form-icon [type=tel]:focus, .contact-form-wrapper .form-icon [type=email]:focus, .contact-form-wrapper .form-icon textarea:focus {
  background-color: white;
  border: 1px solid #E7E8E9 !important;
}
.contact-form-wrapper .form-icon.user-icon input[type=text] {
  background-image: url(../images/contact/user-icon.svg);
}
.contact-form-wrapper .form-icon.phone-icon input[type=tel] {
  background-image: url(../images/contact/telephone-icon.svg);
}
.contact-form-wrapper .form-icon.email-icon input[type=email] {
  background-image: url(../images/contact/email-icon.svg);
}
.contact-form-wrapper .form-icon.chat-icon textarea {
  background-position: 18px 19px;
  background-image: url(../images/contact/chat-icon.svg);
}
.contact-form-wrapper .form-icon.subject-icon input[type=text] {
  background-image: url(../images/contact/subject-icon.svg);
}
.contact-form-wrapper textarea.form-icon {
  background-position: 18px 19px;
  border-radius: 8px;
  background-color: rgba(228, 235, 241, 0.4);
  border: 1px solid transparent !important;
}
.contact-form-wrapper textarea.form-icon:focus {
  background-color: white !important;
  border: 1px solid #E7E8E9 !important;
}
.contact-form-wrapper .gform_required_legend {
  display: none;
}

._2eZHnh_PMhyzt7w_zi7 {
  overflow: hidden;
}

input[type=checkbox] + .gfield_consent_label {
  text-transform: initial !important;
}

.name_first input[type=text], .name_last input[type=text] {
  padding-left: 45px !important;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 16px center;
  background-image: url(../images/contact/user-icon.svg);
  border: 1px solid #F4F7F9 !important;
}

.name_first input[type=text]:focus, .name_last input[type=text]:focus {
  background-color: white !important;
  border: 1px solid #E7E8E9 !important;
}

.about-hero-section .about-hero-info {
  margin-bottom: 50px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .about-hero-section .about-hero-info {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .about-hero-section .about-hero-info {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .about-hero-section .about-hero-info {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .about-hero-section .about-hero-info {
    margin-bottom: 30px;
  }
}
.about-hero-section .about-hero-info h1, .about-hero-section .about-hero-info .h1 {
  margin-bottom: 10px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .about-hero-section .about-hero-info h1, .about-hero-section .about-hero-info .h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .about-hero-section .about-hero-info .sub-heading-big {
    font-size: 26px;
    line-height: 36px;
  }
}
.about-hero-section .section-heading {
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .about-hero-section .section-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .about-hero-section .section-heading {
    margin-bottom: 30px;
  }
}

.about-swiper {
  width: 130%;
  margin-bottom: 70px;
}
@media all and (max-width: 1200px) {
  .about-swiper {
    width: 130%;
  }
}
@media all and (max-width: 575px) {
  .about-swiper {
    width: calc(100% + 20px);
    margin-bottom: 30px;
  }
}
.about-swiper .swiper-slide {
  width: auto !important;
}

.about-slider-card .about-img {
  height: 520px;
  overflow: hidden;
  border-radius: 10px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .about-slider-card .about-img {
    height: 360px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .about-slider-card .about-img {
    height: 330px;
  }
}
@media all and (max-width: 1200px) {
  .about-slider-card .about-img {
    height: 480px;
  }
}
@media all and (max-width: 991px) {
  .about-slider-card .about-img {
    height: 410px;
  }
}
@media all and (max-width: 767px) {
  .about-slider-card .about-img {
    height: 400px;
  }
}
@media all and (max-width: 575px) {
  .about-slider-card .about-img {
    height: 240px;
  }
}
.about-slider-card .about-img img {
  height: 100%;
  border-radius: 10px;
  width: auto;
  object-fit: cover;
}

.about-count-area {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .about-count-area {
    margin-top: 30px;
  }
}
.about-count-area .about-count-card {
  width: 33.333%;
  background: white;
  padding: 60px 45px;
  border-top: 1px solid #E7E8E9;
  border-bottom: 1px solid #E7E8E9;
  border-right: 1px solid #E7E8E9;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .about-count-area .about-count-card {
    padding: 50px 30px;
  }
}
@media all and (max-width: 991px) {
  .about-count-area .about-count-card {
    padding: 34px 24px;
  }
}
@media all and (max-width: 767px) {
  .about-count-area .about-count-card {
    width: 100%;
    border-right: none;
    border-top: 1px solid #E7E8E9;
    border-bottom: none;
  }
  .about-count-area .about-count-card:last-child {
    border-bottom: 1px solid #E7E8E9;
  }
}
@media all and (max-width: 575px) {
  .about-count-area .about-count-card {
    padding: 24px;
  }
}
.about-count-area .about-count-card:last-child {
  border-right: none;
}
.about-count-area .about-count-card h2, .about-count-area .about-count-card .h2 {
  margin-bottom: 28px;
}
@media all and (max-width: 991px) {
  .about-count-area .about-count-card h2, .about-count-area .about-count-card .h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }
}

@media all and (max-width: 1200px) {
  .service-info-wrapper .service-info {
    height: auto;
    position: initial;
  }
}
@media all and (max-width: 1200px) {
  .service-info-wrapper .more-info-bg-img, .service-info-wrapper .more-info-content {
    display: none;
  }
}

.list-scroll-left-card {
  position: relative;
  background: #E7E8E9;
  border-radius: 10px;
  padding: 34px 44px 40px 44px;
  margin-bottom: 60px;
}
@media all and (max-width: 1200px) {
  .list-scroll-left-card {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media all and (max-width: 991px) {
  .list-scroll-left-card {
    padding: 40px;
  }
}
@media all and (max-width: 767px) {
  .list-scroll-left-card {
    padding: 32px 36px 36px;
  }
}
@media all and (max-width: 575px) {
  .list-scroll-left-card {
    padding: 24px 24px 20px;
  }
}
.list-scroll-left-card h2, .list-scroll-left-card .h2 {
  margin-bottom: 30px;
  line-height: 46px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .list-scroll-left-card h2, .list-scroll-left-card .h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .list-scroll-left-card h2, .list-scroll-left-card .h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media all and (max-width: 1200px) {
  .list-scroll-left-card h2, .list-scroll-left-card .h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media all and (max-width: 991px) {
  .list-scroll-left-card h2, .list-scroll-left-card .h2 {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .list-scroll-left-card h2, .list-scroll-left-card .h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 575px) {
  .list-scroll-left-card h2, .list-scroll-left-card .h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.list-scroll-left-card p {
  color: #222A3A;
  margin-bottom: 32px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .list-scroll-left-card p {
    margin-bottom: 38px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .list-scroll-left-card p {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 767px) {
  .list-scroll-left-card p {
    margin-bottom: 24px;
  }
}
.list-scroll-left-card .btn, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files, .list-scroll-left-card input[type=submit] {
  color: #0E121D !important;
  padding-right: 30px;
}
.list-scroll-left-card .btn::before, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files::before, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files::before, .list-scroll-left-card input[type=submit]::before {
  width: 0%;
}
.list-scroll-left-card .btn::after, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files::after, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files::after, .list-scroll-left-card input[type=submit]::after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  transform: none;
  height: 20px;
  width: 20px;
  background: url(../images/btn-right-circle-black.svg) no-repeat center/contain;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .list-scroll-left-card .btn::after, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files::after, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files::after, .list-scroll-left-card input[type=submit]::after {
    width: 18px;
    height: 18px;
    top: 4px;
  }
}
.list-scroll-left-card .btn:hover, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:hover, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files:hover, .list-scroll-left-card input[type=submit]:hover {
  color: #f20056 !important;
}
.list-scroll-left-card .btn:hover::before, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:hover::before, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files:hover::before, .list-scroll-left-card input[type=submit]:hover::before {
  width: calc(100% - 26px) !important;
  background: #f20056 !important;
}
.list-scroll-left-card .btn:hover::after, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:hover::after, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files:hover::after, .list-scroll-left-card input[type=submit]:hover::after {
  transform: none;
}
.list-scroll-left-card .btn:focus, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:focus, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files:focus, .list-scroll-left-card input[type=submit]:focus {
  color: #f20056 !important;
}
.list-scroll-left-card .btn:focus::before, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:focus::before, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files:focus::before, .list-scroll-left-card input[type=submit]:focus::before {
  width: calc(100% - 26px) !important;
  background: #f20056 !important;
}
.list-scroll-left-card .btn:focus::after, .list-scroll-left-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:focus::after, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .list-scroll-left-card .gform_button_select_files:focus::after, .list-scroll-left-card input[type=submit]:focus::after {
  transform: none;
}

.service-info-card .section-heading {
  margin-bottom: 0;
}

.more-info-bg-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -2;
}
.more-info-bg-img img {
  height: 100%;
  object-fit: cover;
}
.more-info-bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 18, 29, 0.65);
}

.more-info-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: white;
}
.more-info-content h2, .more-info-content .h2, .more-info-content h3, .more-info-content .h3, .more-info-content h4, .more-info-content .h4, .more-info-content h5, .more-info-content h6, .more-info-content p {
  color: inherit;
}
.more-info-content h2, .more-info-content .h2 {
  font-size: 44px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-align: center;
}
.more-info-content h2 ::selection, .more-info-content .h2 ::selection {
  color: white !important;
  background: rgba(242, 0, 86, 0.2) !important;
}
.more-info-content h2:last-child, .more-info-content .h2:last-child {
  margin-bottom: 0;
}
.more-info-content h2 .underline::before, .more-info-content .h2 .underline::before {
  width: 100%;
}
.more-info-content h2 .highlight, .more-info-content .h2 .highlight {
  margin-inline: 6px;
}
.more-info-content h2 .highlight::after, .more-info-content .h2 .highlight::after {
  width: 100%;
}

.team-card {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #E7E8E9;
  border-radius: 10px;
}
@media all and (max-width: 575px) {
  .team-card {
    max-width: 290px;
    margin-inline: auto;
  }
}

.team-card-img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.team-card-img img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.team-card-info {
  padding: 20px 24px;
}
@media all and (max-width: 767px) {
  .team-card-info {
    padding: 16px 20px;
  }
}
.team-card-info h4, .team-card-info .h4 {
  font-weight: 500;
  margin-bottom: 2px;
}
.team-card-info p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.team-card-info p.team-designation {
  line-height: 20px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}

.team-linkedin-link {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 14px;
  top: 14px;
  z-index: 2;
  border-radius: 50%;
  background: #0077B5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
}
.team-linkedin-link img {
  border-radius: 0;
  max-width: 18px;
  max-height: 18px;
  transition: 0.3s all;
  filter: brightness(0) invert(1);
}
.team-linkedin-link:hover {
  background: white;
  color: #0077B5;
}
.team-linkedin-link:hover img {
  filter: none;
}

@media all and (max-width: 575px) {
  .others-team-member-card-row {
    row-gap: 18px !important;
  }
}

.others-team-member-card {
  background: #FFFFFF;
  border: 1px solid #E7E8E9;
  border-radius: 10px;
  padding: 18px 16px;
  display: flex;
  gap: 16px;
}
.others-team-member-card figure {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 50%;
  margin: 0 !important;
}
.others-team-member-card figure img {
  border-radius: inherit;
}
.others-team-member-card .others-member-name {
  line-height: 23px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 1px;
}
.others-team-member-card .others-member-designation {
  font-size: 16px;
  line-height: 20px;
  font-weight: 450;
  letter-spacing: -0.02em;
  color: rgba(104, 113, 132, 0.74);
  margin: 0;
}

.service-info-wrapper-mobile {
  padding: 150px 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .service-info-wrapper-mobile {
    padding: 120px 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .service-info-wrapper-mobile {
    padding: 120px 0;
  }
}
@media all and (max-width: 1200px) {
  .service-info-wrapper-mobile {
    padding: 100px 0;
  }
}
@media all and (max-width: 991px) {
  .service-info-wrapper-mobile {
    padding: 60px 0;
  }
}
@media all and (max-width: 575px) {
  .service-info-wrapper-mobile {
    padding: 50px 0;
  }
}
.service-info-wrapper-mobile .service-info-wrapper-mobile-content {
  color: white;
}
.service-info-wrapper-mobile .service-info-wrapper-mobile-content h2, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h2, .service-info-wrapper-mobile .service-info-wrapper-mobile-content h3, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h3, .service-info-wrapper-mobile .service-info-wrapper-mobile-content h4, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h4, .service-info-wrapper-mobile .service-info-wrapper-mobile-content h5, .service-info-wrapper-mobile .service-info-wrapper-mobile-content h6, .service-info-wrapper-mobile .service-info-wrapper-mobile-content p {
  color: inherit;
}
.service-info-wrapper-mobile .service-info-wrapper-mobile-content h2, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h2 {
  font-size: 44px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-align: center;
  margin-top: -12px;
}
@media all and (max-width: 1200px) {
  .service-info-wrapper-mobile .service-info-wrapper-mobile-content h2, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h2 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media all and (max-width: 991px) {
  .service-info-wrapper-mobile .service-info-wrapper-mobile-content h2, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media all and (max-width: 767px) {
  .service-info-wrapper-mobile .service-info-wrapper-mobile-content h2, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media all and (max-width: 575px) {
  .service-info-wrapper-mobile .service-info-wrapper-mobile-content h2, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.service-info-wrapper-mobile .service-info-wrapper-mobile-content h2:last-child, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h2:last-child {
  margin-bottom: 0;
}
.service-info-wrapper-mobile .service-info-wrapper-mobile-content h2 ::selection, .service-info-wrapper-mobile .service-info-wrapper-mobile-content .h2 ::selection {
  color: white !important;
  background: rgba(242, 0, 86, 0.2) !important;
}
.service-info-wrapper-mobile .service-info-wrapper-mobile-content .highlight {
  margin-inline: 6px;
  padding-inline: 7px;
}
.service-info-wrapper-mobile .service-info-wrapper-mobile-content .highlight::after {
  width: 100%;
}

.about-hero-section .about-hero-info p.sub-heading-big {
  transition-delay: 0.15s;
}
.about-hero-section .about-swiper {
  transition-delay: 0.3s;
}
.about-hero-section .section-heading p.sub-heading-big {
  transition-delay: 0.15s;
}
.about-hero-section .section-heading p {
  transition-delay: 0.15s;
}

.work-template-section {
  padding-left: 80px;
  padding-right: 80px;
}
.work-template-section .section-heading {
  max-width: 788px;
  margin-bottom: 70px;
}
@media all and (max-width: 1200px) {
  .work-template-section .section-heading {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .work-template-section .section-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .work-template-section .section-heading .hero-h1 {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  .work-template-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 575px) {
  .work-template-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.work-template-section .btn-load-more.alm-load-more-btn {
  height: 50px;
  line-height: 48px;
  color: white;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 0 26px;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #f20056 !important;
  background-clip: initial !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  border: 0;
  z-index: 2;
  overflow: hidden;
}
.work-template-section .btn-load-more.alm-load-more-btn::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  height: 18px;
  width: 18px;
  background: url(../images/btn-right-circle-red.svg) no-repeat center/contain;
  margin-left: 12px;
  transition: 0.3s all;
  transform: rotate(90deg) !important;
}
.work-template-section .btn-load-more.alm-load-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 24px -6px rgba(47, 57, 78, 0.26);
}
.work-template-section .btn-load-more.alm-load-more-btn:hover::after {
  transform: none;
}

.btn.done, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .done.gform_button_select_files, input.done[type=submit] {
  display: none !important;
}

.work-template-card {
  display: flex;
  flex-direction: column;
}
.work-template-card figure {
  background: white;
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}
.work-template-card figure:last-child {
  margin-bottom: 0;
}
.work-template-card figure a {
  position: relative;
  display: block;
}
.work-template-card figure a img {
  transition: 0.3s all;
}
.work-template-card figure a .site-view-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: brightness(0) invert(1);
  opacity: 0;
}
.work-template-card .anims-bottom-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.work-template-card h3, .work-template-card .h3 {
  font-size: 22px;
  width: max-content;
  font-weight: 700;
  color: #222A3A;
  display: inline-block;
  margin-bottom: 18px;
}
@media all and (max-width: 575px) {
  .work-template-card h3, .work-template-card .h3 {
    font-size: 18px;
  }
}
.work-template-card h3:hover h3, .work-template-card .h3:hover h3, .work-template-card h3:hover .h3, .work-template-card .h3:hover .h3 {
  color: #f20056;
}
@media all and (max-width: 575px) {
  .work-template-card h3, .work-template-card .h3 {
    margin-bottom: 10px;
  }
}
.work-template-card h3 a, .work-template-card .h3 a {
  display: block;
  color: inherit;
}
.work-template-card p {
  margin-bottom: 18px;
}
.work-template-card p:last-child {
  margin-bottom: 0;
}
.work-template-card:hover a {
  color: unset !important;
  color: #f20056;
}
.work-template-card:hover h3, .work-template-card:hover .h3 {
  color: #f20056;
}

.bg-light-grey .anims-bottom-reveal {
  background: #F7F8F9;
}

.our-portfolio-section .portfolio-card-anim {
  opacity: 0;
  transition: 0.3s all;
}
.our-portfolio-section .portfolio-card-anim.visible {
  opacity: 1;
}

.service-all-devices-section {
  overflow: hidden;
}

.portfolio-card-anim.visible:nth-child(1) {
  transition-delay: 0.1s;
}

.portfolio-card-anim.visible:nth-child(2) {
  transition-delay: 0.2s;
}

.portfolio-card-anim.visible:nth-child(3) {
  transition-delay: 0.3s;
}

.portfolio-card-anim.visible:nth-child(4) {
  transition-delay: 0.4s;
}

.portfolio-card-anim.visible:nth-child(5) {
  transition-delay: 0.5s;
}

.portfolio-card-anim.visible:nth-child(6) {
  transition-delay: 0.6s;
}

.portfolio-card-anim.visible:nth-child(7) {
  transition-delay: 0.7s;
}

.portfolio-card-anim.visible:nth-child(8) {
  transition-delay: 0.8s;
}

.portfolio-card-anim.visible:nth-child(9) {
  transition-delay: 0.9s;
}

.page-template-work .btn-load-more {
  margin-bottom: 0;
}

.our-portfolio-area > [class*=col]:nth-child(even) .work-template-card p {
  margin-bottom: 18px;
}
.our-portfolio-area > [class*=col]:nth-child(even) .work-template-card figure {
  order: 1;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .our-portfolio-area > [class*=col]:nth-child(even) .work-template-card p {
    margin-bottom: 0;
  }
  .our-portfolio-area > [class*=col]:nth-child(even) .work-template-card figure {
    order: 0;
    margin-bottom: 26px;
  }
}

.content-404 {
  text-align: center;
}
.content-404 h1, .content-404 .h1 {
  font-size: 80px;
  line-height: 76px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .content-404 h1, .content-404 .h1 {
    font-size: 70px;
    line-height: 65px;
  }
}
@media all and (max-width: 767px) {
  .content-404 h1, .content-404 .h1 {
    font-size: 60px;
    line-height: 56px;
  }
}
.content-404 .red-dot span {
  font-size: 50px;
}
.content-404 h2, .content-404 .h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .content-404 h2, .content-404 .h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 14px;
  }
}
.content-404 p {
  margin-bottom: 36px;
}

.common-hero {
  position: relative;
}
.common-hero ::selection {
  color: white;
  background: rgba(242, 0, 86, 0.2);
}

.common-hero-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #0E121D;
  z-index: 1;
  margin-bottom: 0 !important;
}
.common-hero-img img, .common-hero-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.common-hero-img video {
  object-fit: cover;
  opacity: 0.7;
}
.common-hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/hero-overlay.png) repeat;
}
.common-hero-img .common-hero-overlay {
  display: none;
}
.common-hero-img.common-hero-color-overlay::after {
  display: none;
}
.common-hero-img.common-hero-color-overlay .common-hero-overlay {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.3;
}

.page-id-6995 .common-hero-img.common-hero-color-overlay .common-hero-overlay {
  opacity: 0.7 !important;
}

.page-id-6995 .sub-heading-big {
  color: #aaa !important;
}

.common-hero-content {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 991px) {
  .common-hero-content {
    text-align: center;
  }
}
.common-hero-content h1, .common-hero-content .h1 {
  color: white;
}
.common-hero-content p {
  color: #C7CFD7;
  margin: 0;
}
.common-hero-content p a {
  color: white;
}
.common-hero-content p a:hover {
  color: #f20056;
}
.common-hero-content a.btn, .common-hero-content .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area a.gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .common-hero-content a.gform_button_select_files {
  margin-top: 34px;
}
@media all and (max-width: 575px) {
  .common-hero-content a.btn, .common-hero-content .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area a.gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .common-hero-content a.gform_button_select_files {
    margin-top: 30px;
  }
}
.common-hero-content .btn-dark {
  background: unset !important;
  border: 2px solid #fff !important;
  line-height: 44px;
}
@media all and (max-width: 991px) {
  .common-hero-content.sub-heading-big {
    font-size: 16px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  .common-hero-content.sub-heading-big {
    font-size: 15px;
    line-height: 26px;
  }
}
.common-hero-content ul {
  margin: 0;
  padding: 0;
}
.common-hero-content ul li {
  list-style: none;
  margin-bottom: 0px;
}
.common-hero-content ul li {
  position: relative;
  line-height: 30px;
  color: #C7CFD7;
  padding-left: 0;
  margin-bottom: 12px;
}
@media all and (max-width: 991px) {
  .common-hero-content ul li {
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.common-hero-content ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: url(../images/check-circle-red-white.svg) no-repeat center/contain;
  z-index: 1;
  margin-right: 12px;
}
@media all and (max-width: 767px) {
  .common-hero-content ul li::before {
    margin-right: 10px;
  }
}
@media all and (max-width: 575px) {
  .common-hero-content ul li::before {
    margin-right: 8px;
  }
}
.common-hero-content ul li:last-child {
  margin-bottom: 0;
}
.common-hero-content .hero-text {
  display: none;
}
@media all and (max-width: 1200px) {
  .common-hero-content .hero-text {
    display: block;
  }
}
@media all and (max-width: 1200px) {
  .common-hero-content ul.hero-list-text {
    display: none;
  }
}

.common-hero-content:has(.breadcrumb) .sub-heading-big {
  color: #c7cfd7;
}

.common-hero-single-sector .common-hero-content a.btn, .common-hero-single-sector .common-hero-content .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area a.gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .common-hero-single-sector .common-hero-content a.gform_button_select_files {
  margin-top: 34px;
  display: none;
}
@media all and (max-width: 1200px) {
  .common-hero-single-sector .common-hero-content a.btn, .common-hero-single-sector .common-hero-content .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area a.gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .common-hero-single-sector .common-hero-content a.gform_button_select_files {
    margin-top: 30px;
    display: inline-block;
  }
}

.common-hero-service {
  height: 628px;
  padding: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .common-hero-service {
    height: 600px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .common-hero-service {
    height: 540px;
  }
}
@media all and (max-width: 991px) {
  .common-hero-service {
    height: 600px;
  }
}
@media all and (max-width: 767px) {
  .common-hero-service {
    height: 560px;
  }
}
@media all and (max-width: 575px) {
  .common-hero-service {
    height: auto;
    padding-block: 60px;
  }
}
@media all and (max-width: 991px) {
  .common-hero-service .common-hero-content {
    text-align: left;
  }
}

.sector-list-section {
  padding-bottom: 150px;
}
@media all and (max-width: 991px) {
  .sector-list-section {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 575px) {
  .sector-list-section {
    padding-bottom: 90px;
  }
}
.sector-list-section .section-heading {
  margin-bottom: 60px;
}
@media all and (max-width: 575px) {
  .sector-list-section .section-heading {
    margin-bottom: 40px;
  }
}

.all-sector-list ul {
  margin: 0;
  padding: 0;
}
.all-sector-list ul li {
  list-style: none;
  margin-bottom: 0px;
}
.all-sector-list ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 28px;
}
@media all and (max-width: 575px) {
  .all-sector-list ul {
    gap: 14px;
  }
}
.all-sector-list ul li {
  width: calc(25% - 21px);
}
@media all and (max-width: 1200px) {
  .all-sector-list ul li {
    width: calc(33.3% - 19px);
  }
}
@media all and (max-width: 991px) {
  .all-sector-list ul li {
    width: calc(33.3% - 19px);
  }
}
@media all and (max-width: 767px) {
  .all-sector-list ul li {
    width: calc(50% - 14px);
  }
}
.all-sector-list.location-list ul {
  row-gap: 26px;
  column-gap: 22px;
}
@media all and (max-width: 1200px) {
  .all-sector-list.location-list ul {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .all-sector-list.location-list ul {
    gap: 14px;
  }
}
.all-sector-list.location-list ul li {
  width: calc(20% - 18px);
}
@media all and (max-width: 1200px) {
  .all-sector-list.location-list ul li {
    width: calc(25% - 15px);
  }
}
@media all and (max-width: 991px) {
  .all-sector-list.location-list ul li {
    width: calc(33.3% - 14px);
  }
}
@media all and (max-width: 767px) {
  .all-sector-list.location-list ul li {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 575px) {
  .all-sector-list.location-list ul li {
    width: calc(50% - 7px);
  }
}
.all-sector-list.location-list ul li .sector-list-card {
  padding: 8px;
}
.all-sector-list.location-list ul li .sector-list-card span {
  margin-top: -2px;
  display: block;
}

.sector-list-card {
  background: white;
  border: 1px solid #EFF0F1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #687184 !important;
  padding: 12px;
  gap: 12px;
}
@media all and (max-width: 991px) {
  .sector-list-card {
    padding: 14px;
    gap: 14px;
  }
}
@media all and (max-width: 575px) {
  .sector-list-card {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    gap: 10px;
    height: 100%;
  }
}
.sector-list-card i {
  width: 32px;
  height: 32px;
  background: rgba(30, 45, 77, 0.06);
  border-radius: 8px;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .sector-list-card i {
    width: 28px;
    height: 28px;
    border-radius: 6px;
  }
}
.sector-list-card i img {
  max-width: 20px;
  max-height: 20px;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .sector-list-card i img {
    max-width: 18px;
    max-height: 18px;
  }
}
.sector-list-card:hover {
  background: #F7F8F9;
}
.sector-list-card:hover i {
  background: white;
}

.single-sector-info {
  position: relative;
}
.single-sector-info .wave-up {
  top: auto;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .single-sector-info .wave-up {
    bottom: -10px;
  }
}
@media all and (max-width: 991px) {
  .single-sector-info aside.sidebar {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .single-sector-info .standard-content p {
    margin-bottom: 20px;
  }
}

#single-sector .standard-content strong {
  color: #222a3a;
}

.blog-hero-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #0E121D;
}
.blog-hero-img img, .blog-hero-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.blog-hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/hero-overlay.png) repeat;
}

@media all and (max-width: 991px) {
  .blog-hero-content {
    text-align: center;
  }
}
.blog-hero-content h1, .blog-hero-content .h1 {
  color: white;
}
.blog-hero-content p {
  color: #C7CFD7;
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .blog-hero-content p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media all and (max-width: 991px) {
  .blog-hero-content p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media all and (max-width: 767px) {
  .blog-hero-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .blog-hero-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-hero-content .blog-hero-search {
  margin-top: 40px;
}
@media all and (max-width: 575px) {
  .blog-hero-content .blog-hero-search {
    margin-top: 24px;
  }
}

.blog-hero {
  padding-top: 90px;
}

.blog-hero-info {
  margin-bottom: 100px;
}
@media all and (max-width: 1200px) {
  .blog-hero-info {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .blog-hero-info {
    text-align: center;
    margin-bottom: 70px;
  }
}
.blog-hero-info h1, .blog-hero-info .h1 {
  margin-bottom: 20px;
}
.blog-hero-info p {
  color: #626A7A;
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  .blog-hero-info p {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .blog-hero-info p {
    margin-bottom: 30px;
  }
}

.blog-hero-search {
  position: relative;
  display: flex;
  max-width: 550px;
}
@media all and (max-width: 991px) {
  .blog-hero-search {
    margin: 40px auto 0;
  }
}
.blog-hero-search input[type=search] {
  background: #FFFFFF;
  border: 1px solid #E7E8E9;
  box-shadow: 0px 21px 24px rgba(34, 42, 58, 0.08);
  border-radius: 10px !important;
  height: 46px;
  font-weight: 500 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  border-radius: 50px !important;
  letter-spacing: -0.02em;
}
.blog-hero-search input[type=search]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(47, 57, 78, 0.5);
}
.blog-hero-search input[type=search]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(47, 57, 78, 0.5);
}
.blog-hero-search input[type=search]::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(47, 57, 78, 0.5);
}
.blog-hero-search input[type=search]:focus {
  color: #687184 !important;
}
.blog-hero-search button[type=submit] {
  width: 50px;
  height: 46px;
  font-size: 0;
  padding: 0;
  border: 0;
  background: url(../images/blog/sidebar-form-search.svg) no-repeat center/16px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-card {
  position: relative;
}
@media all and (max-width: 767px) {
  .blog-card {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 575px) {
  .blog-card {
    max-width: 100%;
  }
}
.blog-card .blog-card-img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px !important;
}
.blog-card .blog-card-img a {
  display: block;
}
.blog-card .blog-card-img img {
  transition: 0.3s all;
}
.blog-card h3, .blog-card .h3 {
  display: inline-block;
  color: #222A3A;
  margin-bottom: 12px;
  transition: 0.3s all;
}
.blog-card h3 a, .blog-card .h3 a {
  display: block;
  color: inherit;
}
.blog-card h3 a:hover, .blog-card .h3 a:hover {
  color: inherit;
}
@media all and (max-width: 575px) {
  .blog-card p {
    margin-bottom: 16px;
  }
}
.blog-card:hover h3 a, .blog-card:hover .h3 a {
  color: #f20056;
}

.blog-template-button-area {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .blog-template-button-area {
    justify-content: center;
    gap: 16px;
  }
}

.blog-template-btn {
  height: 44px;
  line-height: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 0 24px;
  background-color: transparent;
  color: #687184;
  border-radius: 50px;
  border: 1px solid #E7E8E9;
}
@media all and (max-width: 767px) {
  .blog-template-btn {
    height: 42px;
    line-height: 36px;
    padding: 0 20px;
  }
}
.blog-template-btn:hover {
  color: white;
  background-color: #222A3A;
  transform: translateY(-2px);
  box-shadow: 0px 12px 24px -6px rgba(47, 57, 78, 0.26);
}

.blog-template-btn.active {
  color: white;
  background-color: #222A3A;
}

.alm-btn-wrap {
  text-align: center;
}

.btn-load-more {
  display: flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .btn-load-more {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.blog-template-section .alm-listing:has([class*=col]) {
  margin-bottom: 40px !important;
}
@media all and (max-width: 575px) {
  .blog-template-section .alm-listing:has([class*=col]) {
    margin-bottom: 30px !important;
  }
}

body.search .blog-hero-info h1, body.search .blog-hero-info .h1, body.category .blog-hero-info h1, body.category .blog-hero-info .h1 {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  body.search .blog-hero-info h1, body.search .blog-hero-info .h1, body.category .blog-hero-info h1, body.category .blog-hero-info .h1 {
    margin-bottom: 20px;
  }
}

.single-blog-hero {
  position: relative;
  padding: 154px 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .single-blog-hero {
    padding: 140px 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .single-blog-hero {
    padding: 140px 0;
  }
}
@media all and (max-width: 1200px) {
  .single-blog-hero {
    padding: 120px 0;
  }
}
@media all and (max-width: 991px) {
  .single-blog-hero {
    padding: 90px 0;
  }
}
@media all and (max-width: 575px) {
  .single-blog-hero {
    padding: 70px 0;
  }
}
.single-blog-hero figure {
  position: absolute;
  inset: 0;
}
.single-blog-hero figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/hero-overlay.png) repeat;
}
.single-blog-hero figure img {
  height: 100%;
  object-fit: cover;
}
.single-blog-hero figure .single-blog-hero-overlay {
  display: none;
}
.single-blog-hero figure.single-blog-hero-color-overlay::after {
  display: none;
}
.single-blog-hero figure.single-blog-hero-color-overlay .single-blog-hero-overlay {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.3;
}
.single-blog-hero h1, .single-blog-hero .h1,
.single-blog-hero h2,
.single-blog-hero .h2 {
  font-size: 38px;
  color: white;
  letter-spacing: -0.025em;
  margin-bottom: 23px;
}
@media all and (max-width: 575px) {
  .single-blog-hero h1, .single-blog-hero .h1,
  .single-blog-hero h2,
  .single-blog-hero .h2 {
    margin-bottom: 20px;
  }
}
.single-blog-hero .breadcrumb {
  margin-bottom: 23px;
  row-gap: 8px;
}
@media all and (max-width: 991px) {
  .single-blog-hero .breadcrumb {
    justify-content: flex-start;
  }
}
@media all and (max-width: 575px) {
  .single-blog-hero .breadcrumb {
    margin-bottom: 20px;
  }
}
.single-blog-hero .breadcrumb a {
  text-transform: capitalize;
}
.single-blog-hero .breadcrumb li:not(.active) a {
  color: inherit;
}
.single-blog-hero .breadcrumb li:not(.active) a:hover {
  color: #ffffff;
}
.single-blog-hero .breadcrumb li:not(.active).home a:hover {
  filter: brightness(0) invert(1);
}
.single-blog-hero ::selection {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.single-article-summary {
  background: #F7F8F9;
  padding: 26px 30px;
  margin-bottom: 30px;
  border-radius: 12px;
  border: 1px solid #E7E8E9;
}
@media all and (max-width: 575px) {
  .single-article-summary {
    padding: 20px;
    margin-bottom: 24px;
  }
}
.single-article-summary h2, .single-article-summary .h2,
.single-article-summary h3,
.single-article-summary .h3 {
  color: black;
}
.single-article-summary ul {
  margin: 0;
  padding: 0;
}
.single-article-summary ul li {
  list-style: none;
  margin-bottom: 0px;
}
.single-article-summary ul {
  padding-left: 0 !important;
}
.single-article-summary ul li {
  position: relative;
  padding-left: 18px !important;
  margin-bottom: 8px;
}
.single-article-summary ul li:last-child {
  margin-bottom: 0;
}
.single-article-summary ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: black;
}
.single-article-summary ul li strong {
  color: black;
  font-weight: 700;
}

.blog-section main {
  display: flex;
  flex-wrap: wrap;
}
.blog-section .article {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 40%;
}
.blog-section .sidebar {
  flex-grow: 1;
  flex-basis: 410px;
  align-self: start;
  position: sticky;
  top: -400px !important;
  margin-left: 70px;
  padding-bottom: 40px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .blog-section .sidebar {
    flex-basis: 330px;
    margin-left: 60px;
    top: -440px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .blog-section .sidebar {
    flex-basis: 330px;
    margin-left: 60px;
    top: -440px !important;
  }
}
@media all and (max-width: 1200px) {
  .blog-section .sidebar {
    display: none;
    flex-basis: 100%;
    margin-top: 40px;
    margin-left: 0;
    transform: translateY(0px) !important;
    padding-bottom: 0;
  }
}
.blog-section .sidebar .blog-hero-search input[type=search] {
  border-radius: 10px !important;
  box-shadow: 0px 4px 14px rgba(34, 42, 58, 0.08);
}

.blog-section.single-sector-info .sidebar {
  top: 134px !important;
}

.logged-in .blog-section .sidebar {
  top: -370px !important;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .logged-in .blog-section .sidebar {
    top: -410px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .logged-in .blog-section .sidebar {
    top: -410px !important;
  }
}
.logged-in .single-sector-info .sidebar {
  top: 166px !important;
  padding-bottom: 0px;
}

.widget {
  margin-bottom: 50px;
}
@media all and (max-width: 1200px) {
  .widget {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .widget {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .widget {
    margin-bottom: 30px;
  }
}
.widget:last-child {
  margin-bottom: 0;
}

.aside-search {
  position: relative;
}
.aside-search input[type=search] {
  height: 52px;
  background: #ffffff;
  border: 1px solid #E7E8E9;
  box-shadow: 0px 21px 24px rgba(34, 42, 58, 0.08);
  border-radius: 10px;
}
.aside-search input[type=submit] {
  width: 58px;
  height: 50px;
  font-size: 0;
  padding: 0;
  border: 0;
  background: url(../images/blog/sidebar-form-search.svg) no-repeat center/18px;
  position: absolute;
  right: 0;
  top: 0;
}

.book-consultation-card {
  background: white;
  border: 1px solid #E7E8E9;
  padding: 26px 30px 30px;
  box-shadow: 0px 21px 24px rgba(34, 42, 58, 0.08);
  border-radius: 10px;
}
.book-consultation-card h3, .book-consultation-card .h3 {
  margin-bottom: 14px;
}
.book-consultation-card p {
  margin-bottom: 30px;
}

.sidebar-newsletter-card {
  background: rgba(242, 0, 86, 0.05);
  border: 1px solid rgba(242, 0, 86, 0.2);
  padding: 26px 30px 30px;
  border-radius: 10px;
  box-shadow: 0px 21px 24px rgba(34, 42, 58, 0.08);
}
.sidebar-newsletter-card h3, .sidebar-newsletter-card .h3 {
  color: #f20056;
  font-weight: 800;
  margin-bottom: 14px;
}
.sidebar-newsletter-card p {
  color: #f20056;
  margin-bottom: 24px;
}
.sidebar-newsletter-card input[type=email],
.sidebar-newsletter-card input[type=text] {
  color: #3b3e45;
  background: white;
  font-weight: 500;
  padding-left: 45px !important;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 16px center;
  background-image: url(../images/contact/email-icon.svg);
  border: 1px solid #f4f7f9 !important;
}
.sidebar-newsletter-card input[type=email]::placeholder,
.sidebar-newsletter-card input[type=text]::placeholder {
  color: rgba(59, 62, 69, 0.6);
  font-weight: 500;
}
.sidebar-newsletter-card input[type=text] {
  background-image: url(../images/contact/user-icon.svg);
}
.sidebar-newsletter-card .gform-footer {
  margin-top: 24px;
}
.sidebar-newsletter-card .gform-footer input[type=submit] {
  width: 100%;
}

.single-blog-author-meta ul {
  margin: 0;
  padding: 0;
}
.single-blog-author-meta ul li {
  list-style: none;
  margin-bottom: 0px;
}
.single-blog-author-meta ul {
  display: flex;
  column-gap: 24px;
  row-gap: 10px;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media all and (max-width: 767px) {
  .single-blog-author-meta ul {
    gap: 6px 14px;
  }
}
.single-blog-author-meta ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: white;
}
.single-blog-author-meta ul li a {
  color: inherit;
}
.single-blog-author-meta ul li a:hover {
  color: #f20056;
}
.single-blog-author-meta ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.single-blog-author-meta ul li.blog-user-icon::before {
  background: url(../images/blog/user-icon-white.svg) no-repeat center/contain;
}
.single-blog-author-meta ul li.blog-user-img::before {
  display: none !important;
}
.single-blog-author-meta ul li.blog-user-img img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  flex: none;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.single-blog-author-meta ul li.blog-date-icon::before {
  background: url(../images/blog/calendar-icon-white.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
}
.single-blog-author-meta ul li.blog-comment-icon::before {
  background: url(../images/blog/chat-icon-white.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
}
.single-blog-author-meta ul li.blog-category-icon::before {
  background: url(../images/blog/blog-category-icon.svg) no-repeat center/contain;
}
.single-blog-author-meta ul li.blog-category-icon span {
  margin-right: 4px;
}
.single-blog-author-meta ul li.blog-category-icon span:last-child {
  display: none;
}

.standard-content {
  margin-bottom: 50px;
}
.standard-content img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 575px) {
  .standard-content {
    margin-bottom: 30px;
  }
}
.standard-content table {
  border: 1px solid #E7E8E9;
  margin-bottom: 24px;
}
.standard-content figure {
  margin-bottom: 30px !important;
}
@media all and (max-width: 575px) {
  .standard-content figure {
    margin-bottom: 20px !important;
  }
}
.standard-content figure img {
  border-radius: 12px;
}
@media all and (max-width: 575px) {
  .standard-content figure img {
    border-radius: 10px;
  }
}
.standard-content h1, .standard-content .h1 {
  font-size: 32px;
  line-height: 40px;
  margin-top: -10px;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .standard-content h1, .standard-content .h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .standard-content h1, .standard-content .h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 18px;
  }
}
.standard-content h2, .standard-content .h2,
.standard-content h3,
.standard-content .h3,
.standard-content h4,
.standard-content .h4,
.standard-content h5,
.standard-content h6 {
  margin-bottom: 16px;
  font-weight: 800;
}
@media all and (max-width: 575px) {
  .standard-content h2, .standard-content .h2,
  .standard-content h3,
  .standard-content .h3,
  .standard-content h4,
  .standard-content .h4,
  .standard-content h5,
  .standard-content h6 {
    margin-bottom: 12px;
  }
}
.standard-content h2, .standard-content .h2 {
  font-size: 28px;
  line-height: 36px;
}
@media all and (max-width: 767px) {
  .standard-content h2, .standard-content .h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  .standard-content h2, .standard-content .h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.standard-content h3, .standard-content .h3 {
  font-size: 24px;
  line-height: 32px;
}
@media all and (max-width: 575px) {
  .standard-content h3, .standard-content .h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.standard-content .single-article-heading {
  padding-top: 6px;
  display: flex;
  align-items: unset !important;
  margin-bottom: 20px;
}
.standard-content .single-article-heading p {
  margin: 0;
}
.standard-content .single-article-heading h1, .standard-content .single-article-heading .h1,
.standard-content .single-article-heading h2,
.standard-content .single-article-heading .h2,
.standard-content .single-article-heading h3,
.standard-content .single-article-heading .h3,
.standard-content .single-article-heading h4,
.standard-content .single-article-heading .h4,
.standard-content .single-article-heading h6 {
  margin: 0;
}
.standard-content p:last-child {
  margin-bottom: 0;
}
.standard-content .single-article-heading-count {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f20056;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: white;
  margin-right: 16px;
  padding-bottom: 2px;
  position: relative;
  top: 3px;
}
@media all and (max-width: 575px) {
  .standard-content .single-article-heading-count {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 3px;
    top: 0.5px;
  }
}
.standard-content:last-child {
  margin-bottom: 0;
}
.standard-content ol {
  padding: 0 0 0 40px;
}
.standard-content .single-blog-featured-image {
  border-radius: 12px;
  overflow: hidden;
}
.standard-content ul {
  padding: 0 0 0 40px;
}
.standard-content ul li a {
  text-decoration: underline;
  outline: none;
  color: #222A3A;
  transition: 0.3s all;
}

#extra-text-marker {
  display: none;
}

.standard-content .counter-hierarchy {
  background: #ffffff !important;
  border: 1px solid #E7E8E9 !important;
  border-radius: 12px !important;
  width: 100% !important;
  padding: 26px 30px !important;
  margin-bottom: 24px !important;
}
@media all and (max-width: 575px) {
  .standard-content .counter-hierarchy {
    padding: 16px 21px !important;
  }
}
.standard-content .counter-hierarchy.toc_close a.ez-toc-toggle {
  transform: rotate(-180deg);
}
.standard-content div#ez-toc-container {
  box-shadow: 0px 21px 24px rgba(34, 42, 58, 0.08);
  margin-bottom: 40px !important;
}
.standard-content div#ez-toc-container .ez-toc-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  color: #222A3A;
}
@media all and (max-width: 575px) {
  .standard-content div#ez-toc-container .ez-toc-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.standard-content div#ez-toc-container a {
  font-size: 15px;
}
.standard-content div#ez-toc-container .ez-toc-js-icon-con,
.standard-content div#ez-toc-container .ez-toc-toggle label,
.standard-content div#ez-toc-container .ez-toc-cssicon {
  display: none;
}
.standard-content a.ez-toc-toggle {
  width: 24px;
  height: 24px;
  background: url(../images/toc-toggle-icon.svg) no-repeat center/contain !important;
}
@media all and (max-width: 575px) {
  .standard-content a.ez-toc-toggle {
    width: 20px;
    height: 20px;
  }
}
.standard-content a.ez-toc-toggle label {
  display: none;
}
.standard-content .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.standard-content .ez-toc-list {
  padding-top: 10px !important;
}
.standard-content .ez-toc-list li {
  letter-spacing: -0.01em;
  margin-bottom: 4px !important;
}
.standard-content .ez-toc-list li a {
  font-weight: 500 !important;
  color: #687184 !important;
}
.standard-content .ez-toc-list li a:hover {
  color: #f20056 !important;
}
.standard-content .ez-toc-list li:first-child {
  margin-top: 4px !important;
}
.standard-content .ez-toc-list li:last-child {
  margin-bottom: 0 !important;
}

.wp-caption {
  max-width: 100% !important;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 15px;
}
.wp-caption img:last-child {
  margin-bottom: 0;
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 22px;
  background: #e8e6ea;
  padding: 4px 10px 6px 10px;
  border-radius: 6px;
  display: inline-block;
  color: #222A3A;
  flex: none;
  margin: 20px 0 auto;
}

.single-article-comment {
  border-top: 1px solid #E7E8E9;
  padding-top: 40px;
}

.comment-form .input-wrapper {
  margin-bottom: 30px;
}
.comment-form .section-heading h2, .comment-form .section-heading .h2 {
  color: black;
}
.comment-form textarea,
.comment-form select,
.comment-form input[type=week],
.comment-form input[type=time],
.comment-form input[type=month],
.comment-form input[type=datetime-local],
.comment-form input[type=datetime],
.comment-form input[type=date],
.comment-form input[type=color],
.comment-form input[type=url],
.comment-form input[type=text],
.comment-form input[type=tel],
.comment-form input[type=search],
.comment-form input[type=password],
.comment-form input[type=select],
.comment-form input[type=number],
.comment-form input[type=email] {
  background-color: white !important;
  border: 1px solid #E7E8E9 !important;
  height: 48px !important;
  padding-left: 48px !important;
}
.comment-form input[type=text] {
  background-image: url(../images/blog/blog-user-icon.svg);
  background-size: 20px;
  background-position: top 14px left 14px;
  background-repeat: no-repeat;
}
.comment-form input[type=email] {
  background-image: url(../images/blog/blog-email-icon.svg);
  background-size: 18px;
  background-position: top 14px left 14px;
  background-repeat: no-repeat;
}
.comment-form textarea {
  height: 160px !important;
  background-image: url(../images/blog/blog-comment-icon.svg);
  background-size: 18px;
  background-position: top 20px left 14px;
  background-repeat: no-repeat;
  margin-bottom: -10px;
}
.comment-form ::-webkit-input-placeholder {
  /* Edge */
  color: #687184;
}
.comment-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #687184;
}
.comment-form ::placeholder {
  color: #687184;
}
.comment-form input[type=submit] {
  padding-bottom: 2px;
  border-radius: 50px;
  background: #222A3A;
}
.comment-form input[type=submit]:hover {
  background: #f20056;
}
.comment-form input[type=checkbox] + label:before {
  background: #E7E8E9;
  border: 0 !important;
  width: 20px;
  height: 20px;
}
.comment-form input[type=checkbox] + label:after {
  top: 7px;
  left: 5px;
}
.comment-form input[type=checkbox]:checked + label {
  color: #687184 !important;
}

.comment-respond .comment-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.comment-respond .comment-form .required {
  color: #f20056 !important;
}
.comment-respond .comment-form label {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #687184 !important;
  margin-bottom: 10px !important;
}
.comment-respond .comment-form .comment-notes {
  order: -8;
  width: 100%;
}
.comment-respond .comment-form .comment-notes textarea {
  height: 160px !important;
  background-image: url(../images/blog/blog-comment-icon.svg);
  background-size: 18px;
  background-position: top 20px left 14px;
  background-repeat: no-repeat;
}
.comment-respond .comment-form .comment-form-author {
  order: -5;
}
.comment-respond .comment-form .comment-form-email {
  order: -4;
}
.comment-respond .comment-form .comment-form-email input[type=text] {
  background-image: url(../images/blog/blog-email-icon.svg);
  background-size: 18px;
  background-position: top 14px left 14px;
  background-repeat: no-repeat;
}
.comment-respond .comment-form .comment-form-url {
  display: none;
}
.comment-respond .comment-form .form-submit {
  padding-top: 10px;
}
.comment-respond .comment-form textarea,
.comment-respond .comment-form select,
.comment-respond .comment-form input[type=week],
.comment-respond .comment-form input[type=time],
.comment-respond .comment-form input[type=month],
.comment-respond .comment-form input[type=datetime-local],
.comment-respond .comment-form input[type=datetime],
.comment-respond .comment-form input[type=date],
.comment-respond .comment-form input[type=color],
.comment-respond .comment-form input[type=url],
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=tel],
.comment-respond .comment-form input[type=search],
.comment-respond .comment-form input[type=password],
.comment-respond .comment-form input[type=select],
.comment-respond .comment-form input[type=number],
.comment-respond .comment-form input[type=email] {
  background-color: #F4F7F9 !important;
}
.comment-respond .comment-form textarea:focus,
.comment-respond .comment-form select:focus,
.comment-respond .comment-form input[type=week]:focus,
.comment-respond .comment-form input[type=time]:focus,
.comment-respond .comment-form input[type=month]:focus,
.comment-respond .comment-form input[type=datetime-local]:focus,
.comment-respond .comment-form input[type=datetime]:focus,
.comment-respond .comment-form input[type=date]:focus,
.comment-respond .comment-form input[type=color]:focus,
.comment-respond .comment-form input[type=url]:focus,
.comment-respond .comment-form input[type=text]:focus,
.comment-respond .comment-form input[type=tel]:focus,
.comment-respond .comment-form input[type=search]:focus,
.comment-respond .comment-form input[type=password]:focus,
.comment-respond .comment-form input[type=select]:focus,
.comment-respond .comment-form input[type=number]:focus,
.comment-respond .comment-form input[type=email]:focus {
  background-color: white !important;
}

.comment-section {
  margin-bottom: 40px;
}

.comment {
  position: relative;
  border-top: 1px solid #E7E8E9;
  padding-block: 30px;
  margin-top: 30px;
}
.comment:first-child {
  border-top: 0;
}
.comment .comment-author img.avatar {
  margin-right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  float: left;
}
@media all and (max-width: 575px) {
  .comment .comment-author img.avatar {
    margin-right: 16px;
    width: 46px;
    height: 46px;
  }
}
.comment .comment-author .fn {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.015em;
  font-style: normal;
}
.comment .comment-author .fn a {
  color: inherit;
}
.comment .comment-author .says {
  display: none;
}
.comment .comment-meta {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #687184;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.comment .comment-meta a {
  color: inherit;
}
.comment .comment-meta a.comment-edit-link {
  width: 46px;
  height: 24px;
  line-height: 24px;
  background: #d9d9d9;
  border-radius: 6px;
  font-size: 0;
  position: relative;
}
.comment .comment-meta a.comment-edit-link::after {
  content: "Edit";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #222A3A;
}
.comment p {
  font-size: 17px;
  line-height: 26px;
}
.comment .reply a.comment-reply-link {
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline-block;
}
.comment .reply a.comment-reply-link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/reply.svg) no-repeat center/contain;
  margin-left: 10px;
  position: relative;
  top: 2px;
  transition: 0.3s all;
}
.comment .reply a.comment-reply-link:hover {
  color: #f20056;
}
.comment .reply a.comment-reply-link:hover::after {
  background: url(../images/reply-red.svg) no-repeat center/contain;
}

.depth-1 {
  margin-top: 0px;
}

.depth-2 {
  padding-bottom: 0;
  padding-left: 72px;
}
@media all and (max-width: 575px) {
  .depth-2 {
    padding-left: 30px;
  }
}

.depth-3 {
  padding-bottom: 0;
}

.horizontal-scroll {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .horizontal-scroll {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .horizontal-scroll.service-horizontal-scroll {
    display: block;
  }
}
@media all and (max-width: 1200px) {
  .horizontal-scroll.recent-work-slider-section {
    display: block !important;
  }
}
.horizontal-scroll.recent-work-slider-section .slider-navigation-container {
  display: none;
}
@media all and (max-width: 1200px) {
  .horizontal-scroll.recent-work-slider-section .slider-navigation-container {
    display: block;
  }
}

.pin-wrap {
  position: relative;
  z-index: 3;
  padding-inline: calc((100vw - 1290px) / 2);
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .pin-wrap {
    padding-inline: calc((100vw - 1170px) / 2);
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .pin-wrap {
    padding-inline: calc((100vw - 1170px) / 2);
  }
}
@media all and (max-width: 1200px) {
  .pin-wrap {
    padding-inline: calc((100vw - 820px) / 2);
  }
}
@media all and (max-width: 991px) {
  .pin-wrap {
    padding-inline: calc((100vw - 690px) / 2);
  }
}
@media all and (max-width: 767px) {
  .pin-wrap {
    padding-inline: calc((100vw - 510px) / 2);
  }
}
@media all and (max-width: 575px) {
  .pin-wrap {
    padding-inline: 20px;
  }
}

.portfolio-no-wrap {
  display: flex;
}
.portfolio-no-wrap .portfolio-item {
  width: 540px;
  flex: none;
  position: relative;
  margin-right: 40px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .portfolio-no-wrap .portfolio-item {
    width: 420px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .portfolio-no-wrap .portfolio-item {
    width: 400px;
  }
}
@media all and (max-width: 1200px) {
  .portfolio-no-wrap .portfolio-item {
    width: 380px;
  }
}
@media all and (max-width: 575px) {
  .portfolio-no-wrap .portfolio-item {
    width: 300px;
    margin-right: 30px;
  }
}
.portfolio-no-wrap .portfolio-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.portfolio-no-wrap .portfolio-item:hover .work-template-card .work-template-info h3, .portfolio-no-wrap .portfolio-item:hover .work-template-card .work-template-info .h3 {
  color: #f20056;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .portfolio-no-wrap .work-template-card .work-template-info h3, .portfolio-no-wrap .work-template-card .work-template-info .h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .portfolio-no-wrap .work-template-card .work-template-info h3, .portfolio-no-wrap .work-template-card .work-template-info .h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
}
@media all and (max-width: 1200px) {
  .portfolio-no-wrap .work-template-card .work-template-info h3, .portfolio-no-wrap .work-template-card .work-template-info .h3 {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .portfolio-no-wrap .work-template-card .work-template-info p {
    display: none;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .portfolio-no-wrap .work-template-card .work-template-info p {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .portfolio-no-wrap .work-template-card .work-template-info p {
    display: none;
  }
}

.portfolio-scroll-heading [class*=col-]:last-child {
  text-align: right;
}
@media all and (max-width: 767px) {
  .portfolio-scroll-heading [class*=col-]:last-child {
    text-align: left;
  }
}

.single-portfolio-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 575px) {
  .single-portfolio-hero {
    padding: 60px 0;
  }
}
.single-portfolio-hero figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.single-portfolio-hero figure img {
  height: 100%;
  object-fit: cover;
}
.single-portfolio-hero .single-portfolio-hero-logo {
  z-index: 2;
}
.single-portfolio-hero .single-portfolio-hero-logo img {
  max-width: 300px;
  width: auto;
  height: auto;
}
@media all and (max-width: 767px) {
  .single-portfolio-hero .single-portfolio-hero-logo img {
    max-width: 320px;
  }
}
@media all and (max-width: 575px) {
  .single-portfolio-hero .single-portfolio-hero-logo img {
    max-width: 280px;
  }
}
.single-portfolio-hero .single-portfolio-hero-logo-100 img {
  width: 300px;
}
.single-portfolio-hero .single-portfolio-hero-logo-75 img {
  width: 225px;
}
.single-portfolio-hero .single-portfolio-hero-logo-50 img {
  width: 150px;
}

.single-portfolio-hero-lg {
  padding-top: 158px;
  padding-bottom: 158px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .single-portfolio-hero-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .single-portfolio-hero-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media all and (max-width: 1200px) {
  .single-portfolio-hero-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media all and (max-width: 991px) {
  .single-portfolio-hero-lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media all and (max-width: 767px) {
  .single-portfolio-hero-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  .single-portfolio-hero-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.single-portfolio-hero-lg .single-portfolio-hero-logo-75 img {
  width: 252px;
}

.single-portfolio-info .section-heading h1, .single-portfolio-info .section-heading .h1 {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  .single-portfolio-info .section-heading h1, .single-portfolio-info .section-heading .h1 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .single-portfolio-info .section-heading h1, .single-portfolio-info .section-heading .h1 {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 24px !important;
  }
}
.single-portfolio-info .portfolio-info-checklist ul {
  margin: 0;
  padding: 0;
}
.single-portfolio-info .portfolio-info-checklist ul li {
  list-style: none;
  margin-bottom: 0px;
}
.single-portfolio-info .portfolio-info-checklist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  column-gap: 36px;
  row-gap: 6px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .single-portfolio-info .portfolio-info-checklist ul {
    column-gap: 26px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .single-portfolio-info .portfolio-info-checklist ul {
    column-gap: 26px;
  }
}
@media all and (max-width: 1200px) {
  .single-portfolio-info .portfolio-info-checklist ul {
    column-gap: 26px;
  }
}
@media all and (max-width: 767px) {
  .single-portfolio-info .portfolio-info-checklist ul {
    column-gap: 0;
  }
}
.single-portfolio-info .portfolio-info-checklist ul li {
  line-height: 30px;
  letter-spacing: -0.01em;
  padding-left: 30px;
  width: calc(33.33% - 24px);
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .single-portfolio-info .portfolio-info-checklist ul li {
    width: calc(50% - 13px);
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .single-portfolio-info .portfolio-info-checklist ul li {
    width: calc(50% - 13px);
  }
}
@media all and (max-width: 1200px) {
  .single-portfolio-info .portfolio-info-checklist ul li {
    width: calc(50% - 13px);
  }
}
@media all and (max-width: 991px) {
  .single-portfolio-info .portfolio-info-checklist ul li {
    width: calc(50% - 13px);
  }
}
@media all and (max-width: 767px) {
  .single-portfolio-info .portfolio-info-checklist ul li {
    width: 100%;
  }
}
.single-portfolio-info .portfolio-info-checklist ul li:last-child {
  margin-bottom: 0;
}
.single-portfolio-info .portfolio-info-checklist ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: url(../images/arrow-right-grey.svg) no-repeat center/contain;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .single-portfolio-info .portfolio-info-checklist ul li::before {
    height: 18px;
    width: 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .single-portfolio-info .portfolio-info-checklist ul li::before {
    height: 18px;
    width: 18px;
  }
}
@media all and (max-width: 575px) {
  .single-portfolio-info .portfolio-info-checklist ul li::before {
    top: 6px;
    height: 18px;
    width: 18px;
  }
}
@media all and (max-width: 991px) {
  .single-portfolio-info .two-column ul {
    column-gap: 26px;
  }
}
@media all and (max-width: 767px) {
  .single-portfolio-info .two-column ul {
    column-gap: 0;
  }
}
.single-portfolio-info .two-column ul li {
  width: calc(50% - 18px);
}
@media all and (max-width: 991px) {
  .single-portfolio-info .two-column ul li {
    width: calc(50% - 13px);
  }
}
@media all and (max-width: 767px) {
  .single-portfolio-info .two-column ul li {
    width: 100%;
  }
}
.single-portfolio-info .btn, .single-portfolio-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .single-portfolio-info .gform_button_select_files, .single-portfolio-info input[type=submit] {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #222A3A;
  padding: 0;
}
.single-portfolio-info .btn::after, .single-portfolio-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files::after, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .single-portfolio-info .gform_button_select_files::after, .single-portfolio-info input[type=submit]::after {
  display: none;
}
.single-portfolio-info .btn::before, .single-portfolio-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files::before, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .single-portfolio-info .gform_button_select_files::before, .single-portfolio-info input[type=submit]::before {
  content: "";
  width: 100%;
}
.single-portfolio-info .btn-load-more {
  margin: 0 !important;
  margin-top: 40px !important;
}

.single-portfolio-images {
  max-width: 1640px;
  margin-inline: auto;
}
.single-portfolio-images img {
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.single-portfolio-images-full img {
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.single-portfolio-result {
  position: sticky;
  top: 140px;
}
@media all and (max-width: 1200px) {
  .single-portfolio-result {
    margin-bottom: 40px;
  }
}

.admin-bar .single-portfolio-result {
  top: 170px;
}

.single-scroll-img-section {
  height: 800px;
  overflow: hidden;
  padding: 0;
  background-size: cover !important;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .single-scroll-img-section {
    height: 600px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .single-scroll-img-section {
    height: 500px;
  }
}
@media all and (max-width: 1200px) {
  .single-scroll-img-section {
    height: 500px;
  }
}
@media all and (max-width: 991px) {
  .single-scroll-img-section {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .single-scroll-img-section {
    background-attachment: fixed !important;
  }
}
@media all and (max-width: 575px) {
  .single-scroll-img-section {
    height: 300px;
  }
}

.flexible-portfolio-image {
  border: 1px solid #eee;
}
.flexible-portfolio-image img {
  margin-top: 0;
}

.flexible-portfolio-pagination {
  padding: 30px 0;
}
.flexible-portfolio-pagination .portfolio-pagination-prev, .flexible-portfolio-pagination .portfolio-pagination-next {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
@media all and (max-width: 575px) {
  .flexible-portfolio-pagination .portfolio-pagination-prev, .flexible-portfolio-pagination .portfolio-pagination-next {
    font-size: 16px;
  }
}
.flexible-portfolio-pagination .portfolio-pagination-prev p, .flexible-portfolio-pagination .portfolio-pagination-next p {
  transition: 0.3s all;
}
.flexible-portfolio-pagination .portfolio-pagination-prev:hover p, .flexible-portfolio-pagination .portfolio-pagination-next:hover p {
  color: #222A3A;
}
.flexible-portfolio-pagination .portfolio-pagination-prev p::before {
  content: "←";
  position: relative;
  display: inline-block;
  margin-right: 4px;
  bottom: 2px;
}
@media all and (max-width: 575px) {
  .flexible-portfolio-pagination .portfolio-pagination-prev p::before {
    bottom: 1px;
  }
}
.flexible-portfolio-pagination .portfolio-pagination-next {
  float: right;
  text-align: right;
}
.flexible-portfolio-pagination .portfolio-pagination-next p::after {
  content: "→";
  position: relative;
  display: inline-block;
  margin-left: 4px;
  bottom: 1px;
}

.portfolio-pagination {
  padding-top: 20px;
}
@media all and (max-width: 991px) {
  .portfolio-pagination {
    padding-top: 0;
  }
}
.portfolio-pagination a {
  display: inline-block;
  transition: 0.3s all;
}
.portfolio-pagination a h2, .portfolio-pagination a .h2 {
  margin-bottom: 0;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .portfolio-pagination a h2, .portfolio-pagination a .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .portfolio-pagination a h2, .portfolio-pagination a .h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.portfolio-pagination a p {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.01em;
  position: relative;
  color: #687184;
  margin-bottom: 20px;
  display: inline-block;
  transition: 0.3s all;
}
.portfolio-pagination a p::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #687184 !important;
  transition: 0.3s all;
  background-size: 200% 100% !important;
  background-position: 100% !important;
  transition: background-position 0.6s ease;
}
@media all and (max-width: 991px) {
  .portfolio-pagination a p {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 767px) {
  .portfolio-pagination a p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .portfolio-pagination a p {
    font-size: 15px;
  }
}
.portfolio-pagination a.portfolio-pagination-next {
  text-align: right;
  float: right;
}
.portfolio-pagination a:hover h2, .portfolio-pagination a:hover .h2 {
  color: #f20056;
}
.portfolio-pagination a:hover p {
  color: #687184;
}
.portfolio-pagination a:hover p::after {
  content: "";
  background: #687184 !important;
}

.single-service-hero {
  height: 628px;
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .single-service-hero {
    height: 600px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .single-service-hero {
    height: 540px;
  }
}
@media all and (max-width: 991px) {
  .single-service-hero {
    height: 600px;
  }
}
@media all and (max-width: 767px) {
  .single-service-hero {
    height: 560px;
  }
}
@media all and (max-width: 575px) {
  .single-service-hero {
    height: auto;
    padding-block: 60px;
  }
}

.single-service-hero-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #0E121D;
}
.single-service-hero-img img,
.single-service-hero-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.single-service-hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/hero-overlay.png) repeat;
}

.single-service-hero-heading h1, .single-service-hero-heading .h1 {
  color: white;
}
.single-service-hero-heading p {
  color: #C7CFD7;
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  .single-service-hero-heading p {
    margin-bottom: 24px;
  }
}

@media all and (max-width: 575px) {
  .page-template-service .hero-h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.page-template-service .sub-heading-big {
  color: #c7cfd7;
}

.rating-wrapper p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: white;
  margin-bottom: 6px;
}
@media all and (max-width: 991px) {
  .rating-wrapper p {
    font-size: 15px;
    line-height: 26px;
  }
}
.rating-wrapper .rating-stars-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-wrapper .rating-stars-wrapper span {
  display: flex;
  gap: 4px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: white;
}
@media all and (max-width: 991px) {
  .rating-wrapper .rating-stars-wrapper span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  .rating-wrapper .rating-stars-wrapper span {
    font-size: 13px;
    line-height: 20px;
  }
}
.rating-wrapper .rating-stars-wrapper span a {
  font-size: inherit;
  color: inherit;
}
.rating-wrapper .rating-starts {
  display: flex;
  gap: 0;
}
.rating-wrapper .rating-starts i {
  display: inline-block;
  height: 23px;
  width: 23px;
}
.rating-wrapper .rating-starts i img {
  vertical-align: top;
}
.rating-wrapper.bottom {
  margin-top: 30px;
}
@media all and (max-width: 1200px) {
  .rating-wrapper.bottom {
    margin-top: 20px;
  }
}
@media all and (max-width: 991px) {
  .rating-wrapper.bottom .rating-stars-wrapper {
    justify-content: center;
  }
}

.btn-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}
@media all and (max-width: 991px) {
  .btn-rating-wrapper {
    justify-content: center;
  }
}
@media all and (max-width: 575px) {
  .btn-rating-wrapper {
    flex-direction: column;
  }
}
.btn-rating-wrapper .btn, .btn-rating-wrapper .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .btn-rating-wrapper .gform_button_select_files, .btn-rating-wrapper input[type=submit] {
  margin-top: 0 !important;
}
@media all and (max-width: 575px) {
  .btn-rating-wrapper .rating-stars-wrapper {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .rating-wrapper .rating-starts {
    display: block !important;
  }
  .rating-stars-wrapper {
    display: unset !important;
  }
  .rating-wrapper .rating-stars-wrapper span {
    display: unset !important;
  }
}
.common-hero .container .row figure.hero-content-img {
  position: relative;
  z-index: 2;
  margin-left: 50px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .common-hero .container .row figure.hero-content-img {
    margin-left: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .common-hero .container .row figure.hero-content-img {
    margin-left: 30px;
  }
}
@media all and (max-width: 1200px) {
  .common-hero .container .row figure.hero-content-img {
    margin-left: 0;
    margin-top: 40px;
    max-width: 450px;
  }
}
@media all and (max-width: 991px) {
  .common-hero .container .row figure.hero-content-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media all and (max-width: 575px) {
  .common-hero .container .row figure.hero-content-img {
    max-width: 100%;
  }
}

.breadcrumb {
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .breadcrumb {
    justify-content: center;
  }
}
@media all and (max-width: 575px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
  line-height: 20px;
  color: #C7CFD7;
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb .breadcrumb-item.home {
  font-size: 0;
}
.breadcrumb .breadcrumb-item.home a {
  display: inline-block;
  height: 20px;
  width: 18px;
  background: url(../images/house-solid.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .breadcrumb .breadcrumb-item.home a {
    position: relative;
    top: 1px;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›" !important;
  position: relative;
  top: -1px;
  font-size: 18px;
  padding-right: 0;
  color: inherit !important;
  margin-right: 12px;
}

.common-hero .hero-form-wrapper {
  position: relative;
  z-index: 2;
  background: white;
  border-radius: 12px;
  padding: 26px;
  margin-left: 40px;
  border: 1px solid #e7e8e9;
  box-shadow: 0px 21px 24px rgba(34, 42, 58, 0.08);
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .common-hero .hero-form-wrapper {
    margin-left: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .common-hero .hero-form-wrapper {
    margin-left: 24px;
  }
}
@media all and (max-width: 1200px) {
  .common-hero .hero-form-wrapper {
    padding: 22px;
    margin-left: 0;
    margin-top: 30px;
    max-width: 500px;
  }
}
@media all and (max-width: 991px) {
  .common-hero .hero-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 575px) {
  .common-hero .hero-form-wrapper {
    padding: 20px;
    max-width: 100%;
  }
}
.common-hero .hero-form-wrapper .gform_required_legend {
  display: none;
}
.common-hero .hero-form-wrapper .input-wrapper input {
  border-radius: 8px;
  background-color: rgba(228, 235, 241, 0.4);
  border: 1px solid transparent !important;
}
.common-hero .hero-form-wrapper .input-wrapper input:focus {
  background-color: white;
  border: 1px solid #E7E8E9 !important;
}
.common-hero .hero-form-wrapper input[type=text], .common-hero .hero-form-wrapper [type=tel], .common-hero .hero-form-wrapper [type=email], .common-hero .hero-form-wrapper textarea {
  padding-left: 45px !important;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 16px center;
  border: 1px solid #F4F7F9 !important;
}
.common-hero .hero-form-wrapper input[type=text]:focus, .common-hero .hero-form-wrapper [type=tel]:focus, .common-hero .hero-form-wrapper [type=email]:focus, .common-hero .hero-form-wrapper textarea:focus {
  background-color: white;
  border: 1px solid #E7E8E9 !important;
}
.common-hero .hero-form-wrapper input[type=text] {
  background-image: url(../images/contact/user-icon.svg);
}
.common-hero .hero-form-wrapper input[type=tel] {
  background-image: url(../images/contact/telephone-icon.svg);
}
.common-hero .hero-form-wrapper input[type=email] {
  background-image: url(../images/contact/email-icon.svg);
}
.common-hero .hero-form-wrapper textarea {
  background-position: 18px 19px;
  background-image: url(../images/contact/chat-icon.svg);
}
.common-hero .hero-form-wrapper textarea.form-icon {
  background-position: 18px 19px;
  border-radius: 8px;
  background-color: rgba(228, 235, 241, 0.4);
  border: 1px solid transparent !important;
}
.common-hero .hero-form-wrapper textarea.form-icon:focus {
  background-color: white !important;
  border: 1px solid #E7E8E9 !important;
}

body:has(.service-horizontal-scroll.bg-light-grey) {
  background: #F7F8F9;
}

.price-plan-selection {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.price-plan-selection p {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  color: #000000 !important;
  margin-bottom: 0;
}
.price-plan-selection p.yearly-save {
  height: 22px;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: white !important;
  line-height: 18px;
  letter-spacing: -0.025em !important;
  padding: 0 8px;
  background: #222222;
  position: relative;
  top: 2px;
}
.price-plan-selection p.yearly-save::-moz-selection { /* Code for Firefox */
  color: white;
  background: rgba(242, 0, 86, 0.5);
}
.price-plan-selection p.yearly-save::selection {
  color: white;
  background: rgba(242, 0, 86, 0.5);
}
.price-plan-selection .price-switch {
  position: relative !important;
  display: inline-block !important;
  width: 58px;
  height: 28px;
}
.price-plan-selection .price-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.price-plan-selection .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.price-plan-selection .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  top: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.price-plan-selection input:checked + .slider {
  background-color: #f20056;
}
.price-plan-selection input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.price-plan-selection input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.pricing-card {
  position: relative;
  padding: 32px 28px 36px;
  background: white;
  border: 1px solid #EEEEEE;
  border-radius: 15px;
  z-index: 1;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .pricing-card {
    padding: 28px 18px 32px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .pricing-card {
    padding: 28px 18px 32px;
  }
}
@media all and (max-width: 1200px) {
  .pricing-card {
    padding: 28px 18px 32px;
  }
}
.pricing-card .most-popular {
  height: 44px;
  line-height: 44px;
  border-radius: 50px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 700;
  color: white;
  background: #f20056;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}
.pricing-card figure {
  height: 32px;
  width: 32px;
  margin-bottom: 6px;
}
.pricing-card .plan-heading {
  margin-bottom: 4px;
}
.pricing-card .plan-subheading {
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing-card .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.pricing-card .price h3, .pricing-card .price .h3 {
  margin-bottom: 0;
}
.pricing-card .price span {
  color: #687184;
  font-size: 15px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.pricing-card .btn, .pricing-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .pricing-card .gform_button_select_files, .pricing-card input[type=submit] {
  width: 100%;
  margin-bottom: 28px;
}
@media all and (max-width: 991px) {
  .pricing-card .btn, .pricing-card .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .pricing-card .gform_button_select_files, .pricing-card input[type=submit] {
    height: 44px;
    line-height: 42px;
  }
}
.pricing-card ul {
  margin: 0;
  padding: 0;
}
.pricing-card ul li {
  list-style: none;
  margin-bottom: 0px;
}
.pricing-card ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
}
.pricing-card ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: url(../images/check-circle-red.svg) no-repeat center/contain;
}
.pricing-card ul li:last-child {
  margin-bottom: 0;
}
.pricing-card .divider {
  height: 1px;
  background: #EEEEEE;
  margin-top: 28px;
  margin-bottom: 10px;
}
.pricing-card .pricing-list-heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
}
.pricing-card.active {
  background: #FEEFF5;
  border-color: #f20056;
}

.monthly-pricing-row {
  display: none;
}

.yearly-pricing-row {
  display: none;
}

.portfolio-carousal-section .section-heading {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-carousel-wrapper .swiper-container {
  overflow: visible;
}
.portfolio-carousel-wrapper .swiper-pagination {
  position: relative !important;
  bottom: 0;
  padding-top: 20px;
}
.portfolio-carousel-wrapper .swiper-pagination-bullet {
  transition: 0.4s all;
}
.portfolio-carousel-wrapper .swiper-pagination-bullet-active {
  background: #f20056 !important;
  width: 16px;
  border-radius: 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}

.portfolio-carousel-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.portfolio-carousel-card::-moz-selection { /* Code for Firefox */
  color: white;
}
.portfolio-carousel-card::selection {
  color: white;
}
.portfolio-carousel-card .portfolio-img {
  border-radius: 16px;
  overflow: hidden;
}
.portfolio-carousel-card .portfolio-img img {
  transition: 0.3s all;
}
.portfolio-carousel-card .portfolio-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s ease-in-out;
  border-radius: 16px;
}
.portfolio-carousel-card .portfolio-info h4, .portfolio-carousel-card .portfolio-info .h4 {
  color: white;
}
.portfolio-carousel-card .portfolio-info p {
  color: white;
}
.portfolio-carousel-card .portfolio-info .btn-link-white {
  width: max-content;
}
.portfolio-carousel-card .portfolio-info .btn-link-white::after {
  background: #ffffff !important;
}
.portfolio-carousel-card .portfolio-info .btn-link-white:hover::after {
  background: #f20056 !important;
}
.portfolio-carousel-card .portfolio-info .btn-link-white:focus::after {
  background: #f20056 !important;
}
.portfolio-carousel-card:hover .portfolio-img img {
  transform: scale(1.05);
}
.portfolio-carousel-card:hover .portfolio-info {
  opacity: 1;
}

.portfolio-modal-view {
  padding: 0 !important;
}
.portfolio-modal-view .modal-dialog {
  position: relative;
  pointer-events: all;
}
.portfolio-modal-view .btn-close {
  height: 8px;
  width: 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  opacity: 1;
}
@media all and (max-width: 575px) {
  .portfolio-modal-view .btn-close {
    top: 24px;
    right: 8px;
  }
}
.portfolio-modal-view .btn-close:focus {
  box-shadow: none;
}
.portfolio-modal-view .modal-xl {
  max-width: 1260px;
}
.portfolio-modal-view .modal-content {
  height: calc(100vh - 50px);
  padding: 30px;
  border: 0;
  overflow-y: scroll;
  border-radius: 12px;
}
@media all and (max-width: 575px) {
  .portfolio-modal-view .modal-content {
    padding: 24px;
  }
}
.portfolio-modal-view .modal-content::-webkit-scrollbar {
  display: none;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
}

.testimonial-carousel-wrapper .swiper-pagination {
  position: relative !important;
  bottom: 0;
  padding-top: 20px;
}
.testimonial-carousel-wrapper .swiper-pagination-bullet {
  transition: 0.4s all;
}
.testimonial-carousel-wrapper .swiper-pagination-bullet-active {
  background: #f20056 !important;
  width: 16px;
  border-radius: 4px;
  border-radius: 50px;
}

.single-service-design-options {
  margin-right: 50px;
}
@media all and (max-width: 1200px) {
  .single-service-design-options {
    margin-right: 0;
  }
}
.single-service-design-img {
  border-radius: 10px;
  overflow: hidden;
  margin-left: 10px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .single-service-design-img {
    margin-left: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .single-service-design-img {
    margin-left: 30px;
  }
}
@media all and (max-width: 1200px) {
  .single-service-design-img {
    margin-left: 0;
    margin-bottom: 60px;
    max-width: 600px;
  }
}
@media all and (max-width: 767px) {
  .single-service-design-img {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .single-service-design-img {
    margin-bottom: 30px;
  }
}

.service-info-card {
  overflow: hidden;
}

.design-options-card {
  margin: 0;
  padding: 0;
}
.design-options-card li {
  list-style: none;
  margin-bottom: 0px;
}
.design-options-card {
  gap: 0 40px !important;
}
.design-options-card p a {
  color: #687184 !important;
  text-decoration: underline !important;
}
.design-options-card p a:hover {
  color: #f20056 !important;
  text-decoration: underline !important;
}
.design-options-card li {
  width: 100% !important;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E7E8E9;
}
@media all and (max-width: 767px) {
  .design-options-card li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .design-options-card li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.design-options-card li:last-child {
  border: unset !important;
}
@media all and (max-width: 767px) {
  .design-options-card li:last-child {
    border-bottom: 0;
    border-bottom: 0;
  }
}

ul.design-options-card {
  margin-bottom: -40px !important;
}
@media all and (max-width: 767px) {
  ul.design-options-card {
    margin-bottom: -30px !important;
  }
}
@media all and (max-width: 575px) {
  ul.design-options-card {
    margin-bottom: -20px !important;
  }
}

.design-options-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
@media all and (max-width: 575px) {
  .design-options-card-top {
    margin-bottom: 12px;
  }
}
.design-options-card-top figure {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 8px;
  background: #E6E8EC;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .design-options-card-top figure {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
}
.design-options-card-top figure img {
  height: 18px;
  width: 18px;
}
@media all and (max-width: 767px) {
  .design-options-card-top figure img {
    max-width: 16px;
    max-height: 16px;
  }
}
.design-options-card-top h3, .design-options-card-top .h3 {
  margin-top: -4px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .design-options-card-top h3, .design-options-card-top .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .design-options-card-top h3, .design-options-card-top .h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -3px;
  }
}

.service-info-wrapper.vertical-scroll .design-options-card li {
  width: calc(33.3% - 27px) !important;
}
@media all and (max-width: 1200px) {
  .service-info-wrapper.vertical-scroll .design-options-card li {
    width: calc(50% - 20px) !important;
  }
}
@media all and (max-width: 767px) {
  .service-info-wrapper.vertical-scroll .design-options-card li {
    width: 100% !important;
  }
}

.service-reliability-section {
  position: relative;
}
.service-reliability-section::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 70px;
  background: url(../images/single-service/grey-wave-bg.svg) repeat-x left top;
}

.service-reliability-img {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}
@media all and (max-width: 1200px) {
  .service-reliability-img {
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .service-reliability-img {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .service-reliability-img {
    margin-bottom: 30px;
  }
}

.service-reliability-info {
  margin-left: 50px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .service-reliability-info {
    margin-left: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .service-reliability-info {
    margin-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .service-reliability-info {
    margin-left: 0;
  }
}
.service-reliability-info .section-heading {
  margin-bottom: 22px;
}
.service-reliability-info h3, .service-reliability-info .h3 {
  margin-bottom: 30px;
}
.service-reliability-info ul {
  margin: 0;
  padding: 0;
}
.service-reliability-info ul li {
  list-style: none;
  margin-bottom: 0px;
}
.service-reliability-info ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.service-reliability-info ul li:last-child {
  margin-bottom: 0;
}
.service-reliability-info ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  background: url(../images/single-service/check-circle-red.svg) no-repeat center/contain;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .service-reliability-info ul li::before {
    top: 7px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .service-reliability-info ul li::before {
    top: 7px;
  }
}
@media all and (max-width: 575px) {
  .service-reliability-info ul li::before {
    height: 16px;
    width: 16px;
    top: 5.6px;
  }
}

.pin-spacer {
  overflow: hidden !important;
}

.service-horizontal-scroll .pin-wrap {
  padding-top: 0 !important;
}
@media all and (max-width: 1200px) {
  .service-horizontal-scroll .pin-wrap {
    display: block;
    width: 850px;
    margin-inline: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 991px) {
  .service-horizontal-scroll .pin-wrap {
    width: 720px;
  }
}
@media all and (max-width: 767px) {
  .service-horizontal-scroll .pin-wrap {
    max-width: 540px;
  }
}
@media all and (max-width: 575px) {
  .service-horizontal-scroll .pin-wrap {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-horizontal-section-info {
  margin-bottom: 90px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .service-horizontal-section-info {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .service-horizontal-section-info {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  .service-horizontal-section-info {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 575px) {
  .service-horizontal-section-info {
    margin-bottom: 40px;
  }
}
.service-horizontal-section-info .section-heading {
  margin-bottom: 0px;
}

.website-process-no-wrap {
  display: flex;
}
@media all and (max-width: 1200px) {
  .website-process-no-wrap {
    flex-direction: column;
    overflow: hidden;
  }
}

.website-process-card {
  padding: 25px;
  border: 1px solid #E7E8E9;
  border-radius: 20px;
  background: #fff;
  margin-right: 25px;
  width: 680px;
  flex: none;
  position: relative;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .website-process-card {
    width: 600px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .website-process-card {
    width: 600px;
  }
}
@media all and (max-width: 1200px) {
  .website-process-card {
    width: 100%;
    padding-left: 70px;
    padding-bottom: 70px;
    margin-bottom: 25px;
  }
  .website-process-card:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .website-process-card {
    padding-left: 60px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .website-process-card {
    padding-left: 36px;
    padding-bottom: 40px;
  }
}
.website-process-card .website-process-top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}
@media all and (max-width: 575px) {
  .website-process-card .website-process-top {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .website-process-card .website-process-top {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.website-process-card .website-process-top figure {
  height: 52px;
  width: 52px;
  flex: none;
  background: #f20056;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .website-process-card .website-process-top figure {
    height: 52px;
    width: 52px;
  }
}
.website-process-card .website-process-top figure img {
  max-width: 20px;
  flex: none;
}
.website-process-card .website-process-heading {
  margin-top: -6px;
}
@media all and (max-width: 1200px) {
  .website-process-card .website-process-heading {
    margin-top: -5px;
  }
}
@media all and (max-width: 575px) {
  .website-process-card .website-process-heading {
    margin-top: -1px;
  }
}
.website-process-card .website-process-heading span {
  display: block;
  margin-bottom: 2px;
  line-height: 22px;
}
.website-process-card .website-process-heading h2, .website-process-card .website-process-heading .h2 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .website-process-card .website-process-heading h2, .website-process-card .website-process-heading .h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .website-process-card .website-process-heading h2, .website-process-card .website-process-heading .h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media all and (max-width: 1200px) {
  .website-process-card .website-process-heading h2, .website-process-card .website-process-heading .h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .website-process-card .website-process-heading h2, .website-process-card .website-process-heading .h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  .website-process-card .website-process-heading h2, .website-process-card .website-process-heading .h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.website-process-card .website-process-border {
  border-bottom: 1px solid #E7E8E9;
  width: 100%;
  margin-left: 0;
  height: 1px;
  position: relative;
  margin-bottom: 28px;
}
@media all and (max-width: 1200px) {
  .website-process-card .website-process-border {
    position: absolute;
    left: 10px;
    top: 38px;
    height: 100%;
    border-bottom: 0;
    border-left: unset;
    margin-left: 0;
  }
}
@media all and (max-width: 575px) {
  .website-process-card .website-process-border {
    top: 30px;
  }
}
.website-process-card .website-process-border::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  height: 21px;
  width: 21px;
  background: #0E121D;
  border-radius: 50%;
  display: none;
}
@media all and (max-width: 1200px) {
  .website-process-card .website-process-border::before {
    top: -20px;
    left: -11px;
  }
}
@media all and (max-width: 575px) {
  .website-process-card .website-process-border::before {
    top: -10px;
    left: -10px;
    height: 18px;
    width: 18px;
  }
}
.website-process-card p {
  max-width: unset;
}
@media all and (max-width: 1200px) {
  .website-process-card:last-child .website-process-border {
    border: 0;
  }
}
.website-process-card:last-child .website-process-border::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  height: 21px;
  width: 21px;
  background: #0E121D;
  border-radius: 50%;
  display: none;
}
@media all and (max-width: 1200px) {
  .website-process-card:last-child .website-process-border::after {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .website-process-card:last-child p {
    max-width: 100%;
  }
}

.service-reliability-section .section-heading {
  margin-bottom: 30px;
}

.service-providers-info-area {
  padding: 150px 0;
  margin-right: 50px;
}
@media all and (max-width: 1200px) {
  .service-providers-info-area {
    margin-right: 20px;
    padding: 0;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .service-providers-info-area {
    margin-right: 0;
  }
}
.service-providers-info-area .section-heading {
  margin-bottom: 22px;
}
@media all and (max-width: 575px) {
  .service-providers-info-area .section-heading {
    margin-bottom: 20px;
  }
}

.service-provider-card {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E7E8E9;
  border-radius: 10px;
  box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.07);
  margin-bottom: 28px;
}
.service-provider-card img {
  max-width: 80%;
  max-height: 60px;
}
.service-provider-card:last-child {
  margin-bottom: 0;
}

.service-providers-section {
  padding: 0;
}
@media all and (max-width: 1200px) {
  .service-providers-section {
    padding-top: 80px;
  }
}
@media all and (max-width: 991px) {
  .service-providers-section {
    padding-top: 70px;
  }
}
@media all and (max-width: 575px) {
  .service-providers-section {
    padding-top: 40px;
  }
}

.service-providers-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inset: 0;
  padding: 0 15px;
  min-height: 400px;
}
@media all and (max-width: 1200px) {
  .service-providers-logo {
    position: relative;
    height: 600px;
    padding: 0;
  }
}
.service-providers-logo .swiper-container {
  height: 100%;
}
.service-providers-logo .swiper-container .swiper-slide {
  height: auto;
}

.service-providers-logo-wrapper {
  position: relative;
}
@media all and (max-width: 575px) {
  .service-providers-logo-wrapper > *:last-child {
    display: none;
  }
}
.service-providers-logo-wrapper:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -10%, white 70%);
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  height: 142px;
  z-index: 1;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
@media all and (max-width: 575px) {
  .service-providers-logo-wrapper:after {
    height: 52px;
  }
}
.service-providers-logo-wrapper:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -10%, white 70%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.5px;
  height: 142px;
  z-index: 2;
}
@media all and (max-width: 575px) {
  .service-providers-logo-wrapper:before {
    height: 52px;
  }
}
@media all and (max-width: 575px) {
  .service-providers-logo-wrapper.row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (max-width: 575px) {
  .service-providers-logo-wrapper.row > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.service-providers-logo-wrapper .swiper-container {
  overflow: visible;
}

section.bg-light-grey .service-providers-logo-wrapper::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -10%, #F7F8F9 70%);
}
section.bg-light-grey .service-providers-logo-wrapper::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -10%, #F7F8F9 70%);
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.single-service-design-detail {
  margin-left: auto;
  width: 540px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: sticky;
  top: 180px;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .single-service-design-detail {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .single-service-design-detail {
    transform: scale(0.8);
    margin-top: -50px;
    margin-bottom: 20px;
    transform-origin: center;
  }
}
@media all and (max-width: 575px) {
  .single-service-design-detail {
    width: 330px !important;
    transform: scale(1) !important;
    gap: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }
}
.single-service-design-detail.direction-order-1 .service-img-top {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.single-service-design-detail.direction-order-1 .service-img-bottom {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.service-img-top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 36px;
  z-index: 4;
}
@media all and (max-width: 575px) {
  .service-img-top {
    gap: 16px !important;
  }
}

.service-img-bottom {
  display: flex;
  gap: 36px;
  z-index: 4;
}
@media all and (max-width: 575px) {
  .service-img-bottom {
    gap: 16px !important;
  }
}

.single-service-design-circle {
  width: 436px;
  height: 436px;
  background: #E9ECEF;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 18px;
  left: 70px;
}
@media all and (max-width: 575px) {
  .single-service-design-circle {
    width: 260px !important;
    height: 260px !important;
    top: 18px !important;
    left: 40px !important;
  }
}

.home-faq-blob {
  width: 436px;
  height: 436px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 18px;
  left: 70px;
}
.home-faq-blob img {
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 575px) {
  .home-faq-blob {
    width: 260px !important;
    height: 260px !important;
    top: 18px !important;
    left: 40px !important;
  }
}

.home-faq-blob-model {
  width: 436px;
  height: 436px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 18px;
  left: 70px;
}
@media all and (max-width: 575px) {
  .home-faq-blob-model {
    width: 280px !important;
    height: 280px !important;
    top: 24px !important;
    left: 24px !important;
  }
}

.service-img-screen {
  width: 280px;
  height: 230px;
  background: #FFFFFF;
  border: 0.358974px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 35.8974px 43.0769px rgba(0, 0, 0, 0.07), 0px 35.1795px 35.8974px rgba(0, 0, 0, 0.0503198);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 575px) {
  .service-img-screen {
    width: 190px !important;
    height: 155px !important;
  }
}
.service-img-screen img {
  width: 100%;
  height: auto;
}
.service-img-screen.with-browser img {
  margin-top: 20px;
}
.service-img-screen.with-browser::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 21px;
  background: url(../images/single-service/browser-top-bar.svg) no-repeat left/cover;
}

.service-img-logo {
  width: 160px;
  height: 160px;
  background: #FFFFFF;
  border: 0.352012px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 35.2012px 42.2414px rgba(0, 0, 0, 0.07), 0px 34.4972px 35.2012px rgba(0, 0, 0, 0.0503198);
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
}
@media all and (max-width: 575px) {
  .service-img-logo {
    width: 100px !important;
    height: 100px !important;
    padding: 15px !important;
  }
}
.service-img-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bg-light-grey .single-service-design-circle {
  background: #ffffff;
}

.single-service-design-detail.faq-img-wrapper {
  margin-left: 0;
  width: 514px;
  gap: 30px;
}
@media all and (max-width: 1200px) {
  .single-service-design-detail.faq-img-wrapper {
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .single-service-design-detail.faq-img-wrapper {
    margin-bottom: -25px !important;
  }
}
@media all and (max-width: 575px) {
  .single-service-design-detail.faq-img-wrapper {
    margin-bottom: -5px !important;
  }
}
.single-service-design-detail.faq-img-wrapper::before {
  width: 148px;
  height: 148px;
}
.single-service-design-detail.faq-img-wrapper::after {
  width: 192px;
  height: 192px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .single-service-design-detail.faq-img-wrapper .service-img-top {
    margin-right: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .single-service-design-detail.faq-img-wrapper .service-img-top {
    margin-right: 20px;
  }
}
.single-service-design-detail.faq-img-wrapper .service-img-top, .single-service-design-detail.faq-img-wrapper .service-img-bottom {
  gap: 30px;
}
.single-service-design-detail.faq-img-wrapper .service-img-screen {
  width: 244px;
  height: 201px;
}
.single-service-design-detail.faq-img-wrapper .service-img-logo {
  width: 140px;
  height: 140px;
}
.single-service-design-detail.faq-img-wrapper .single-service-design-circle {
  width: 380px;
  height: 380px;
  top: 18px;
  left: 40px;
}
.single-service-design-detail.faq-img-wrapper .home-faq-blob {
  width: 380px;
  height: 380px;
  top: 18px;
  left: 40px;
}
.single-service-design-detail.faq-img-wrapper .home-faq-blob-model {
  width: 380px;
  height: 380px;
  top: -100px;
  left: -70px;
}

.feature-service-blob-one {
  width: 436px;
  position: absolute;
  z-index: 1;
  right: 70px;
  top: 30px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .feature-service-blob-one {
    width: 400px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .feature-service-blob-one {
    width: 400px;
  }
}
@media all and (max-width: 1200px) {
  .feature-service-blob-one {
    width: 400px;
  }
}
@media all and (max-width: 767px) {
  .feature-service-blob-one {
    right: 40px;
  }
}
@media all and (max-width: 575px) {
  .feature-service-blob-one {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.feature-service-blob-one img {
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.feature-service-blob-two {
  width: 436px;
  position: absolute;
  z-index: 1;
  right: 70px;
  top: 30px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .feature-service-blob-two {
    width: 400px;
    right: 100px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .feature-service-blob-two {
    width: 400px;
    right: 100px;
  }
}
@media all and (max-width: 1200px) {
  .feature-service-blob-two {
    width: 400px;
    right: 100px;
  }
}
.feature-service-blob-two img {
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 575px) {
  .feature-service-blob-two {
    width: 280px;
    right: 30px;
  }
}

.feature-service-blob-three {
  width: 436px;
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 40px;
}
.feature-service-blob-three img {
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 575px) {
  .feature-service-blob-three {
    width: 280px;
    right: 30px;
    top: 24px;
  }
}

.service-all-devices-section .service-reliability-info {
  margin-left: 56px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .service-all-devices-section .service-reliability-info {
    margin-left: 56px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .service-all-devices-section .service-reliability-info {
    margin-left: 56px;
  }
}
@media all and (max-width: 1200px) {
  .service-all-devices-section .service-reliability-info {
    margin-left: 0;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .service-all-devices-section .service-reliability-info ul li {
    position: relative;
    padding-left: 28px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .service-all-devices-section .service-reliability-info ul li {
    position: relative;
    padding-left: 28px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .service-all-devices-section .service-reliability-info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background: url(../images/single-service/check-circle-red.svg) no-repeat center/contain;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .service-all-devices-section .service-reliability-info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background: url(../images/single-service/check-circle-red.svg) no-repeat center/contain;
  }
}
.service-all-devices-section .service-reliability-info a {
  text-decoration: underline !important;
}
.service-all-devices-section .service-reliability-info .btn, .service-all-devices-section .service-reliability-info .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .service-all-devices-section .service-reliability-info .gform_button_select_files, .service-all-devices-section .service-reliability-info input[type=submit] {
  text-decoration: unset !important;
}

.all-devices-img-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .all-devices-img-wrapper {
    transform: scale(0.86);
    transform-origin: left top;
    top: 14px;
    left: 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper {
    transform: scale(0.86);
    transform-origin: left top;
    top: 14px;
    left: 70px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper {
    height: 410px;
    transform: scale(0.8);
  }
}
.all-devices-img-wrapper.devices-option1 {
  top: 56px;
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option1 {
    height: 550px;
    margin-bottom: 100px;
    margin-top: 0;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option1 {
    height: 460px;
    margin-top: -90px;
    margin-bottom: 110px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option1 {
    height: 414px;
    margin-bottom: 120px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option1 {
    height: 344px;
    top: 0;
    margin-bottom: 20px;
    margin-top: -70px;
  }
}
.all-devices-img-wrapper.devices-option1 .desktop-device {
  position: absolute;
  top: -16px;
  left: -114px;
  width: 536px;
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option1 .desktop-device {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option1 .desktop-device {
    transform: translateX(-50%) scale(0.8);
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option1 .desktop-device {
    transform: translateX(-50%) scale(0.75);
    width: 520px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option1 .desktop-device {
    width: 420px;
  }
}
.all-devices-img-wrapper.devices-option1 .desktop-device .desktop-device-img {
  width: 94.5%;
  position: absolute;
  top: 3%;
  left: 2.8%;
  aspect-ratio: 16/9.13;
}
.all-devices-img-wrapper.devices-option1 .ipad-portrait-device {
  position: absolute;
  top: 272px;
  left: -170px;
  width: 178px;
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option1 .ipad-portrait-device {
    left: 90px;
    top: 308px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option1 .ipad-portrait-device {
    transform: scale(0.8);
    left: 70px;
    top: 250px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option1 .ipad-portrait-device {
    width: 140px;
    top: 260px;
    left: 0px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option1 .ipad-portrait-device {
    width: 120px;
    top: 207px;
    left: -20px;
  }
}
.all-devices-img-wrapper.devices-option1 .ipad-portrait-device .ipad-portrait-frame {
  width: 100%;
}
.all-devices-img-wrapper.devices-option1 .ipad-portrait-device .ipad-portrait-img {
  width: 83.5%;
  aspect-ratio: 3/4;
  z-index: 0;
  position: absolute;
  top: 5%;
  left: 5%;
  border-radius: 4px;
}
.all-devices-img-wrapper.devices-option1 .macbook-device {
  position: absolute;
  top: 250px;
  left: 253px;
  width: 414px;
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option1 .macbook-device {
    left: auto;
    right: 0;
    top: 286px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option1 .macbook-device {
    transform: scale(0.9);
    top: 215px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option1 .macbook-device {
    transform: scale(0.75);
    width: 360px;
    top: 230px;
    right: -70px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option1 .macbook-device {
    width: 320px;
    top: 180px;
    right: -74px;
  }
}
.all-devices-img-wrapper.devices-option1 .macbook-device .macbook-device-img {
  width: 77.9%;
  border-radius: 2.9451224804px;
  position: absolute;
  left: 11.6%;
  top: 3%;
  aspect-ratio: 16/10.05;
}
.all-devices-img-wrapper.devices-option1 .devices-pattern {
  position: absolute;
  width: 254px;
  height: 254px;
  opacity: 0.26;
  left: -200px;
  top: -104px;
  z-index: -1;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .all-devices-img-wrapper.devices-option1 .devices-pattern {
    position: absolute;
    width: 234px;
    opacity: 0.26;
    left: -186px;
    top: -100px;
    z-index: -1;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option1 .devices-pattern {
    position: absolute;
    width: 234px;
    opacity: 0.26;
    left: -186px;
    top: -100px;
    z-index: -1;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option1 .devices-pattern {
    left: 0;
    top: -68px;
    left: 60px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option1 .devices-pattern {
    width: 200px;
    height: 200px;
    top: -7px;
    left: 60px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option1 .devices-pattern {
    left: -20px;
    top: 20px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option1 .devices-pattern {
    left: -40px;
    top: 20px;
  }
}
.all-devices-img-wrapper.devices-option1 .devices-dot-pattern {
  width: 192px;
  height: 190px;
  opacity: 0.26;
  position: absolute;
  right: 76px;
  top: 88px;
  z-index: -1;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .all-devices-img-wrapper.devices-option1 .devices-dot-pattern {
    width: 192px;
    height: 190px;
    opacity: 0.26;
    position: absolute;
    right: 16px;
    top: 88px;
    z-index: -1;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option1 .devices-dot-pattern {
    width: 192px;
    height: 190px;
    opacity: 0.26;
    position: absolute;
    right: 16px;
    top: 88px;
    z-index: -1;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option1 .devices-dot-pattern {
    right: 46px;
    top: 100px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option1 .devices-dot-pattern {
    width: 152px;
    height: 152px;
    top: 100px;
    right: 70px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option1 .devices-dot-pattern {
    top: 120px;
    right: 0;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option1 .devices-dot-pattern {
    top: 96px;
    right: -11px;
    width: 110px;
    height: 110px;
  }
}

.all-devices-img-wrapper.devices-option2 {
  z-index: 1;
  top: 56px;
  height: 560px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .all-devices-img-wrapper.devices-option2 {
    height: 485px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option2 {
    transform: scale(0.84) !important;
    left: 80px !important;
    top: 56px;
    height: 475px;
    width: 580px;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option2 {
    height: 550px;
    top: 0px;
    margin-bottom: 110px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option2 {
    height: 460px;
    top: 0;
    margin-bottom: 70px;
    margin-top: -40px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option2 {
    height: 310px;
    margin-top: -50px;
    top: 70px;
    margin-bottom: 130px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option2 {
    transform: scale(0.75);
    height: 274px;
    margin-bottom: 90px;
    margin-top: -90px;
  }
}
.all-devices-img-wrapper.devices-option2 .desktop-device {
  position: absolute;
  top: -36px;
  left: -136px;
  width: 620px;
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option2 .desktop-device {
    left: 50%;
    transform: translateX(-60%);
    top: 10px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option2 .desktop-device {
    transform: translateX(-60%) scale(0.75);
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option2 .desktop-device {
    transform: translateX(-60%);
    width: 360px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option2 .desktop-device {
    width: 320px;
    transform: translateX(-68%);
  }
}
.all-devices-img-wrapper.devices-option2 .desktop-device .desktop-device-img {
  width: 94.5%;
  position: absolute;
  top: 3%;
  left: 2.8%;
  aspect-ratio: 16/9.13;
}
.all-devices-img-wrapper.devices-option2 .macbook-device {
  position: absolute;
  top: 260px;
  left: 253px;
  width: 414px;
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option2 .macbook-device {
    left: auto;
    right: -30px;
    top: 296px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option2 .macbook-device {
    transform: scale(0.75);
    top: 252px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option2 .macbook-device {
    width: 330px;
    top: 140px;
    right: -50px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option2 .macbook-device {
    right: -110px;
    top: 106px;
  }
}
.all-devices-img-wrapper.devices-option2 .macbook-device .macbook-device-img {
  width: 77.9%;
  border-radius: 2.9451224804px;
  position: absolute;
  left: 11.6%;
  top: 3%;
  aspect-ratio: 16/10.05;
}
.all-devices-img-wrapper.devices-option2 .devices-pattern {
  position: absolute;
  width: 254px;
  height: 254px;
  opacity: 0.26;
  transform: rotate(-90deg);
  top: 242px;
  left: -226px;
  z-index: -1;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .all-devices-img-wrapper.devices-option2 .devices-pattern {
    width: 234px;
    top: 242px;
    left: -226px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option2 .devices-pattern {
    width: 234px;
    top: 222px;
    left: -186px;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option2 .devices-pattern {
    left: -50px;
    top: 260px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option2 .devices-pattern {
    width: 190px;
    top: 240px;
    left: 20px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option2 .devices-pattern {
    width: 150px;
    height: 150px;
    top: 160px;
    left: -15px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option2 .devices-pattern {
    top: 150px;
    left: -90px;
    width: 120px;
    height: 120px;
  }
}
.all-devices-img-wrapper.devices-option2 .devices-dot-pattern {
  width: 192px;
  height: 190px;
  opacity: 0.26;
  position: absolute;
  right: 40px;
  top: 98px;
  z-index: -1;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .all-devices-img-wrapper.devices-option2 .devices-dot-pattern {
    width: 192px;
    height: 190px;
    opacity: 0.26;
    position: absolute;
    right: 16px;
    top: 88px;
    z-index: -1;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option2 .devices-dot-pattern {
    width: 192px;
    height: 190px;
    right: -9px;
    top: 98px;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option2 .devices-dot-pattern {
    right: 60px;
    top: 134px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option2 .devices-dot-pattern {
    right: 70px;
    top: 127px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option2 .devices-dot-pattern {
    width: 170px;
    height: 150px;
    top: 45px;
    right: 42px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option2 .devices-dot-pattern {
    width: 150px;
    height: 150px;
    top: 45px;
    right: -18px;
  }
}

.all-devices-img-wrapper.devices-option3 {
  top: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option3 {
    transform: scale(0.84) !important;
    left: 60px !important;
    width: 580px;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option3 {
    height: 540px;
    margin-bottom: 90px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option3 {
    height: 480px;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option3 {
    height: 470px;
    margin-bottom: 20px;
    margin-top: -70px;
    transform: scale(0.75);
    transform-origin: left center;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option3 {
    transform: scale(0.56);
    height: 450px;
    transform-origin: left center;
    left: 40px;
    margin-bottom: -30px;
    margin-top: -120px;
  }
}
.all-devices-img-wrapper.devices-option3 .macbook-device {
  width: 690px;
  left: -124px;
  position: absolute;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option3 .macbook-device {
    left: -90px;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option3 .macbook-device {
    left: 40px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option3 .macbook-device {
    transform: scale(0.9);
    left: 0px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option3 .macbook-device {
    left: 20px;
    transform: scale(0.9);
    transform-origin: left center;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option3 .macbook-device {
    left: -60px;
    transform: scale(0.8);
  }
}
.all-devices-img-wrapper.devices-option3 .macbook-device .macbook-device-img {
  width: 77.9%;
  border-radius: 2.9451224804px;
  position: absolute;
  left: 11.6%;
  top: 3%;
  aspect-ratio: 16/10.05;
}
.all-devices-img-wrapper.devices-option3 .ipad-landscape-device {
  width: 344px;
  position: absolute;
  top: 170px;
  right: 30px;
  transform: rotate(90deg);
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .all-devices-img-wrapper.devices-option3 .ipad-landscape-device {
    right: -50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option3 .ipad-landscape-device {
    right: -60px;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option3 .ipad-landscape-device {
    right: 50px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option3 .ipad-landscape-device {
    transform: scale(0.75) rotate(90deg);
    right: 0px;
    top: 140px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option3 .ipad-landscape-device {
    right: -190px;
  }
}
.all-devices-img-wrapper.devices-option3 .ipad-landscape-device .ipad-landscape-device-img {
  width: 83.5%;
  aspect-ratio: 3/4;
  z-index: 0;
  position: absolute;
  top: 5%;
  left: 5%;
  border-radius: 4px;
}
.all-devices-img-wrapper.devices-option3 .mobile-device {
  width: 140px;
  position: absolute;
  top: 251px;
  right: 450px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .all-devices-img-wrapper.devices-option3 .mobile-device {
    right: 370px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option3 .mobile-device {
    right: 360px;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option3 .mobile-device {
    right: 460px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option3 .mobile-device {
    transform: scale(0.85);
    right: 360px;
    top: 210px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option3 .mobile-device {
    right: 160px;
  }
}
.all-devices-img-wrapper.devices-option3 .mobile-device .mobile-device-img {
  width: 90%;
  border-radius: 16px;
  position: absolute;
  left: 5.6%;
  top: 2.2%;
  aspect-ratio: 3/6.5;
}
.all-devices-img-wrapper.devices-option3 .devices-pattern {
  position: absolute;
  width: 254px;
  height: 254px;
  opacity: 0.26;
  transform: rotate(90deg);
  top: 240px;
  left: -170px;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option3 .devices-pattern {
    left: 0;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option3 .devices-pattern {
    width: 230px;
    left: -10px;
    top: 200px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option3 .devices-pattern {
    width: 260px;
    left: -10px;
    top: 200px;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option3 .devices-pattern {
    width: 220px;
    left: -110px;
    top: 200px;
  }
}
.all-devices-img-wrapper.devices-option3 .devices-dot-pattern {
  width: 226px;
  height: 223px;
  opacity: 0.26;
  width: 226.34px;
  height: 223.98px;
  right: 14px;
  top: 63px;
  position: absolute;
  z-index: -1;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .all-devices-img-wrapper.devices-option3 .devices-dot-pattern {
    right: -57px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .all-devices-img-wrapper.devices-option3 .devices-dot-pattern {
    right: -80px;
  }
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option3 .devices-dot-pattern {
    right: 30px;
    top: 80px;
    width: 220px;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option3 .devices-dot-pattern {
    right: -160px;
  }
}

.all-devices-img-wrapper.devices-option4 {
  inset: 0;
  height: auto;
  transform: none;
}
@media all and (max-width: 1200px) {
  .all-devices-img-wrapper.devices-option4 {
    width: 80%;
    margin: 0 auto 50px;
  }
}
@media all and (max-width: 991px) {
  .all-devices-img-wrapper.devices-option4 {
    width: 90%;
  }
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option4 {
    width: 100%;
  }
}
.all-devices-img-wrapper.devices-option4 .devices-option4-right-align, .all-devices-img-wrapper.devices-option4 .devices-option4-left-align {
  display: flex;
  gap: 18px;
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option4 .devices-option4-right-align, .all-devices-img-wrapper.devices-option4 .devices-option4-left-align {
    gap: 12px;
  }
}
.all-devices-img-wrapper.devices-option4 .devices-option4-right-align {
  margin-bottom: 18px;
  align-items: flex-end;
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option4 .devices-option4-right-align {
    margin-bottom: 12px;
  }
}
.all-devices-img-wrapper.devices-option4 .devices-option4-left-align {
  justify-content: flex-end;
}
.all-devices-img-wrapper.devices-option4 .devices-option4-large-img {
  width: 63%;
  height: 236px;
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option4 .devices-option4-large-img {
    width: 60%;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option4 .devices-option4-large-img {
    width: 55%;
    height: 210px;
  }
}
.all-devices-img-wrapper.devices-option4 .devices-option4-small-img {
  width: 27%;
  height: 190px;
}
@media all and (max-width: 767px) {
  .all-devices-img-wrapper.devices-option4 .devices-option4-small-img {
    width: 30%;
  }
}
@media all and (max-width: 575px) {
  .all-devices-img-wrapper.devices-option4 .devices-option4-small-img {
    width: 35%;
    height: 170px;
  }
}
.all-devices-img-wrapper.devices-option4 img {
  height: 100%;
  object-fit: cover;
}

body#overflow-hidden {
  overflow: hidden;
}

@media (min-width: 992px) {
  .page-template-project-planner .primary-nav {
    display: none !important;
  }
}
.project-planner-section {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  background: #f5f6f7;
}
@media all and (max-width: 1200px) {
  .project-planner-section {
    align-items: flex-start;
    flex-direction: column;
    overflow-y: scroll;
  }
}
.project-planner-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  background: white;
}
@media all and (max-width: 1200px) {
  .project-planner-section::before {
    display: none;
  }
}
.project-planner-section .gform_required_legend {
  display: none;
}

.project-planner-left-wrapper {
  width: 40%;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .project-planner-left-wrapper {
    width: 100%;
  }
}

.project-planner-heading-area {
  max-width: 500px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .project-planner-heading-area {
    min-width: 100%;
    padding-inline: 100px;
    padding-top: 170px;
    padding-bottom: 80px;
    background: white;
  }
}
@media all and (max-width: 767px) {
  .project-planner-heading-area {
    padding-top: 140px;
    padding-inline: 40px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .project-planner-heading-area {
    padding-top: 125px;
    padding-bottom: 40px;
    padding-inline: 20px;
  }
}
.project-planner-heading-area .project-planner-logo {
  width: 100%;
  position: fixed;
  top: 30px;
  left: 28px;
  z-index: 1;
  display: none;
}
@media all and (max-width: 1200px) {
  .project-planner-heading-area .project-planner-logo {
    top: 0;
    left: 0;
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 28px;
  }
}
@media all and (max-width: 991px) {
  .project-planner-heading-area .project-planner-logo {
    padding-top: 33px;
    padding-left: 28px;
    padding-bottom: 33px;
  }
}
@media all and (max-width: 767px) {
  .project-planner-heading-area .project-planner-logo {
    padding-left: 20px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.project-planner-heading-area .project-planner-logo a {
  width: 150px;
  display: inline-block;
}
@media all and (max-width: 991px) {
  .project-planner-heading-area .project-planner-logo a {
    width: 120px;
  }
}
.project-planner-heading-area .project-planner-logo a img {
  width: 100%;
}
.project-planner-heading-area h1, .project-planner-heading-area .h1 {
  margin-bottom: 24px;
}
@media all and (max-width: 991px) {
  .project-planner-heading-area h1, .project-planner-heading-area .h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media all and (max-width: 575px) {
  .project-planner-heading-area h1, .project-planner-heading-area .h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.project-planner-heading-area p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}
@media all and (max-width: 991px) {
  .project-planner-heading-area p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .project-planner-heading-area p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media all and (max-width: 1200px) {
  .logged-in .project-planner-heading-area {
    padding-top: 200px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in .project-planner-heading-area {
    padding-top: 150px;
  }
}
@media all and (max-width: 575px) {
  .logged-in .project-planner-heading-area {
    padding-top: 170px;
  }
}
.logged-in .project-planner-logo {
  top: 62px;
}
@media all and (max-width: 1200px) {
  .logged-in .project-planner-logo {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in .project-planner-logo {
    top: 46px;
  }
}

.project-planner-right-wrapper {
  width: 60%;
  padding-top: 100px;
  padding-inline: 100px;
  padding-bottom: 100px;
  overflow-y: scroll;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .project-planner-right-wrapper {
    display: block;
    overflow-y: initial;
    width: 100%;
    padding-block: 80px;
  }
}
@media all and (max-width: 767px) {
  .project-planner-right-wrapper {
    padding-inline: 40px;
    padding-block: 60px;
  }
}
@media all and (max-width: 575px) {
  .project-planner-right-wrapper {
    padding-block: 40px 60px;
    padding-inline: 20px;
  }
}
.project-planner-right-wrapper textarea,
.project-planner-right-wrapper select,
.project-planner-right-wrapper input[type=week],
.project-planner-right-wrapper input[type=time],
.project-planner-right-wrapper input[type=month],
.project-planner-right-wrapper input[type=datetime-local],
.project-planner-right-wrapper input[type=datetime],
.project-planner-right-wrapper input[type=date],
.project-planner-right-wrapper input[type=color],
.project-planner-right-wrapper input[type=url],
.project-planner-right-wrapper input[type=text],
.project-planner-right-wrapper input[type=tel],
.project-planner-right-wrapper input[type=search],
.project-planner-right-wrapper input[type=password],
.project-planner-right-wrapper input[type=select],
.project-planner-right-wrapper input[type=number],
.project-planner-right-wrapper input[type=email] {
  background-color: #ffffff !important;
}

.project-form-wrapper {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
.project-form-wrapper .gform_wrapper.gravity-theme .ginput_complex {
  row-gap: 15px;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_validation_errors {
  margin-top: 0 !important;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps {
  display: flex;
  border-bottom: 0;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 20px;
  position: relative;
}
@media all and (max-width: 575px) {
  .project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps {
    margin-bottom: 36px;
  }
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(14, 18, 29, 0.1);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: -1;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step .gf_step_number {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 0;
  color: #222A3A;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  display: none;
}
@media all and (max-width: 575px) {
  .project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step .gf_step_number {
    display: flex;
    width: 38px;
    height: 38px;
    font-size: 14px;
    padding-bottom: 1px;
  }
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step::after {
  content: "";
  width: 66px;
  height: 4px;
  background: url(../images/form-dot-light.svg) no-repeat center/contain;
  display: none;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step .gf_step_label {
  white-space: nowrap;
  height: 40px;
  line-height: 37px;
  background: white;
  padding: 0 16px;
  border-radius: 50px;
  color: #222A3A;
  font-weight: 500;
  font-size: 15px;
}
@media all and (max-width: 575px) {
  .project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step .gf_step_label {
    display: none;
  }
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background: #222A3A;
  color: white;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  background: #222A3A;
  color: white;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  background: #222A3A;
  font-size: 0;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step.gf_step_completed .gf_step_number::before {
  display: none;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step.gf_step_completed .gf_step_number::after {
  font-size: 30px;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step.gf_step_completed::after {
  background: url(../images/form-dot-dark.svg) no-repeat center/contain;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gf_page_steps .gf_step:last-child::after {
  display: none !important;
}
.project-form-wrapper .gform_wrapper.gravity-theme .noUi-target {
  background: #ffffff;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.project-form-wrapper .gform_wrapper.gravity-theme .noUi-target .noUi-connect {
  box-shadow: none;
  background: #d5d5d5;
}
.project-form-wrapper .gform_wrapper.gravity-theme .noUi-target .noUi-tooltip {
  border: 0;
  border-radius: 8px;
  color: #222A3A;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  height: 30px;
}
.project-form-wrapper .gform_wrapper.gravity-theme .noUi-target .noUi-handle {
  border: 0;
  border-radius: 4px;
  background: #e1e1e1;
}
.project-form-wrapper .gform_wrapper.gravity-theme .noUi-target .noUi-handle:after,
.project-form-wrapper .gform_wrapper.gravity-theme .noUi-target .noUi-handle:before {
  background: #222A3A;
}
.project-form-wrapper .gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}
.project-form-wrapper .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area {
  background: white;
  border: 0;
  border-radius: 10px;
  margin-bottom: 0px;
  padding: 20px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 24px !important;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_drop_instructions {
  margin-bottom: 0;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files {
  height: 46px;
  line-height: normal;
  font-weight: 600 !important;
  padding: 0 22px 4px;
  border-radius: 50px;
  background: #ddd;
  color: #687184 !important;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:hover {
  background: #ddd;
  color: #687184 !important;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:focus {
  background: #ddd;
  color: #687184 !important;
}
.project-form-wrapper .gform_wrapper.gravity-theme .ginput_preview {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 16px;
  align-items: center;
}
.project-form-wrapper .gform_wrapper.gravity-theme .ginput_preview button.gform_delete_file {
  height: 32px;
  width: 32px;
  background: #f20056;
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.project-form-wrapper .gform_wrapper.gravity-theme .ginput_preview button.gform_delete_file:hover {
  background: #222A3A;
}
.project-form-wrapper .gform_wrapper.gravity-theme .ginput_preview strong {
  font-weight: inherit;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
  height: 50px;
  color: white;
  font-weight: 600 !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  padding: 0 26px 2px;
  border-radius: 50px;
  background: #222A3A;
  margin: 0 !important;
}
@media all and (max-width: 575px) {
  .project-form-wrapper .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
    height: 44px;
    line-height: 44px;
  }
}
.project-form-wrapper .gform_wrapper.gravity-theme .gform_page_footer .gform_next_button {
  height: 50px;
  color: white;
  font-weight: 600 !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  padding: 0 26px 2px;
  border-radius: 50px;
  background: #f20056;
  margin: 0 !important;
}
@media all and (max-width: 575px) {
  .project-form-wrapper .gform_wrapper.gravity-theme .gform_page_footer .gform_next_button {
    height: 44px;
    line-height: 44px;
  }
}

.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
  text-align-last: left !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select {
  text-align-last: left !important;
  background-position: center right 6px !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  width: 100px !important;
  padding-left: 10px !important;
  margin-left: 0 !important;
  font-size: 14px !important;
  height: 30px !important;
  padding-bottom: 2px !important;
  line-height: 19px !important;
}

.noUi-handle:after, .noUi-handle:before {
  top: 8px !important;
  height: 14px !important;
}

.noUi-handle:before {
  top: 8px !important;
  left: 15px !important;
}

.noUi-handle:after {
  left: 19px !important;
}

.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0 !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  font-size: 24px !important;
  height: 30px !important;
  justify-content: center !important;
  line-height: 1 !important;
  top: 1px !important;
  width: 30px !important;
}

.page-template-project-planner .gform-theme-datepicker {
  width: 400px !important;
}
@media all and (max-width: 575px) {
  .page-template-project-planner .gform-theme-datepicker {
    width: 310px !important;
  }
}
.page-template-project-planner .gform-theme-datepicker table thead tr th,
.page-template-project-planner .gform-theme-datepicker table tr td {
  padding: 5px !important;
}
@media all and (max-width: 575px) {
  .page-template-project-planner .gform-theme-datepicker table thead tr th,
  .page-template-project-planner .gform-theme-datepicker table tr td {
    font-size: 11px !important;
  }
}

@media all and (max-width: 575px) {
  .gravity-theme.ui-datepicker .ui-datepicker-calendar td {
    width: auto !important;
    height: auto !important;
  }
}

@media all and (max-width: 575px) {
  .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default, .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default, .gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
    height: 24px !important;
    width: 24px !important;
  }
}

.project-planner-header {
  background: transparent;
  border: 0;
}
@media all and (max-width: 1200px) {
  .project-planner-header {
    background: white;
    border-bottom: 1px solid #E7E8E9;
  }
}

#project-planner-form {
  margin-top: 35px !important;
  max-width: 800px;
  margin: auto;
  display: block;
}
#project-planner-form .gform_fields {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}
#project-planner-form .gform_required_legend {
  display: none;
}
#project-planner-form .gform_next_button:hover {
  background: #333 !important;
  color: #fff !important;
}
#project-planner-form .gform_next_button, #project-planner-form .gform_previous_button {
  line-height: 0px;
  padding-bottom: 3px;
  height: 50px;
  font-weight: 600 !important;
  min-width: 100px;
}
#project-planner-form .gform_next_button {
  float: right;
}
#project-planner-form input[type=url], #project-planner-form input[type=tel], #project-planner-form input[type=email], #project-planner-form input[type=text] {
  width: 100%;
  height: 62px;
  font-size: 17px !important;
  line-height: 30px !important;
  border: 1px solid #ddd !important;
}
#project-planner-form textarea {
  width: 100%;
  font-size: 17px !important;
  line-height: 30px !important;
  border: 1px solid #ddd !important;
}
#project-planner-form .inline-checkboxes .gchoice {
  display: inline-block;
  margin-right: 20px;
}
#project-planner-form input[type=submit] {
  float: right;
  font-size: 16px !important;
  line-height: 0px;
}
#project-planner-form .name_first input[type=text], #project-planner-form .name_last input[type=text] {
  background-image: unset !important;
  padding-left: 22px !important;
}
#project-planner-form .gform_wrapper.gravity-theme .gform_validation_errors {
  background-color: #ffffff !important;
}

.partial_entry_warning {
  display: none;
}

.free-call-section p {
  max-width: 800px;
  margin: auto;
}

@media (max-width: 767px) {
  #project-planner-form {
    margin-top: 0px !important;
  }
  #project-planner-form .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0px;
  }
  #project-planner-form .name_first input[type=text] {
    margin-bottom: 10px;
  }
}
.sitemap-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
@media all and (max-width: 991px) {
  .sitemap-wrapper {
    flex-direction: column;
  }
}
@media all and (max-width: 575px) {
  .sitemap-wrapper {
    gap: 30px;
    margin-top: 30px;
  }
}
.sitemap-wrapper br {
  display: none !important;
}

.simple-sitemap-container {
  width: calc(50% - 25px);
  background: #F4F7F9;
  padding: 30px;
  border-radius: 16px;
}
@media all and (max-width: 991px) {
  .simple-sitemap-container {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .simple-sitemap-container {
    padding: 24px;
    border-radius: 12px;
  }
}

.simple-sitemap-wrap .post-type {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 30px;
}
.simple-sitemap-wrap ul {
  margin: 0;
  padding: 0;
}
.simple-sitemap-wrap ul li {
  list-style: none;
  margin-bottom: 0px;
}
.simple-sitemap-wrap ul {
  margin: 0 !important;
}
.simple-sitemap-wrap ul li {
  position: relative;
  padding-left: 30px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media all and (max-width: 575px) {
  .simple-sitemap-wrap ul li {
    padding-left: 26px;
    line-height: 24px;
  }
}
.simple-sitemap-wrap ul li:last-child {
  margin-bottom: 0;
}
.simple-sitemap-wrap ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
  background: url(../images/arrow-down-red-color.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .simple-sitemap-wrap ul li::before {
    top: 2px;
    height: 18px;
    width: 18px;
  }
}
.simple-sitemap-wrap ul li a {
  color: #687184;
}
.simple-sitemap-wrap ul li a:hover {
  color: #0E121D;
}

.gfield_label {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #687184 !important;
  margin-bottom: 10px !important;
}
@media all and (max-width: 991px) {
  .gfield_label {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.gfield_label .gfield_required {
  color: #f20056 !important;
  top: -1px;
  font-size: 14px !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #E7E8E9 !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: none !important;
  border: none !important;
  margin-top: 9px !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 450 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  letter-spacing: 0 !important;
  color: #f20056 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background-color: #fff9f9 !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 16px 60px 16px 20px !important;
  border-radius: 12px !important;
  margin-bottom: 20px !important;
  position: relative;
  overflow: hidden;
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: 0 !important;
}
@media all and (max-width: 575px) {
  .gform_wrapper.gravity-theme .gform_validation_errors {
    padding-right: 40px !important;
  }
}
.gform_wrapper.gravity-theme .gform_validation_errors h2, .gform_wrapper.gravity-theme .gform_validation_errors .h2 {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 450 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #f20056 !important;
  position: initial !important;
  letter-spacing: 0 !important;
}
@media all and (max-width: 575px) {
  .gform_wrapper.gravity-theme .gform_validation_errors h2, .gform_wrapper.gravity-theme .gform_validation_errors .h2 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.gform_wrapper.gravity-theme .gform_validation_errors h2 .gform-icon, .gform_wrapper.gravity-theme .gform_validation_errors .h2 .gform-icon {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background: url(../images/warning-icon.svg) no-repeat center/contain;
  bottom: 50%;
  transform: translateY(50%);
  right: 20px;
  pointer-events: none;
}
@media all and (max-width: 575px) {
  .gform_wrapper.gravity-theme .gform_validation_errors::before {
    width: 22px;
    height: 22px;
    right: 10px;
  }
}

.gform_wrapper .gfield_error label {
  color: #687184 !important;
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 24px !important;
}
.gform_wrapper .gform_footer input {
  margin: 0 !important;
}
.gform_wrapper .gform_footer input[type=submit] {
  padding-bottom: 4px;
}

@media all and (max-width: 1200px) {
  .gform_wrapper input[type=checkbox] + label {
    font-size: 15px !important;
  }
}
.gform_wrapper input[type=checkbox] + label a {
  color: black;
}
.gform_wrapper input[type=checkbox] + label a:hover {
  color: #f20056;
}

.gform_wrapper input[type=checkbox] + label + span {
  display: none;
}

.newsletter-card .gform_wrapper.gravity-theme {
  max-width: 680px;
}
@media all and (max-width: 1200px) {
  .newsletter-card .gform_wrapper.gravity-theme {
    max-width: 500px;
  }
}
@media all and (max-width: 991px) {
  .newsletter-card .gform_wrapper.gravity-theme {
    max-width: 300px;
  }
}
@media all and (max-width: 767px) {
  .newsletter-card .gform_wrapper.gravity-theme {
    max-width: 100%;
  }
}
.newsletter-card .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.newsletter-card .gform_wrapper.gravity-theme form {
  display: flex;
  gap: 24px;
}
@media all and (max-width: 1200px) {
  .newsletter-card .gform_wrapper.gravity-theme form {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media all and (max-width: 991px) {
  .newsletter-card .gform_wrapper.gravity-theme form {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .newsletter-card .gform_wrapper.gravity-theme form {
    max-width: 100%;
  }
}
.newsletter-card .gform_wrapper.gravity-theme form input[type=text], .newsletter-card .gform_wrapper.gravity-theme form input[type=email] {
  height: 50px;
}
.newsletter-card .gform_wrapper.gravity-theme form input[type=submit] {
  width: 130px;
  flex: none;
  font-weight: 500;
  background-color: black;
}
@media all and (max-width: 767px) {
  .newsletter-card .gform_wrapper.gravity-theme form input[type=submit] {
    width: 100%;
  }
}
.newsletter-card .gform_wrapper.gravity-theme form input[type=submit]:hover {
  background-color: #f20056;
}
.newsletter-card .gform_wrapper.gravity-theme .gform-body {
  width: 100%;
}
.newsletter-card .gform_wrapper.gravity-theme .gform-body .gform_fields {
  display: flex;
  gap: 24px;
}
@media all and (max-width: 991px) {
  .newsletter-card .gform_wrapper.gravity-theme .gform-body .gform_fields {
    flex-direction: column;
  }
}
@media all and (max-width: 575px) {
  .newsletter-card .gform_wrapper.gravity-theme .gform-body .gform_fields {
    gap: 20px;
  }
}
.newsletter-card .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield {
  width: 100%;
}
.newsletter-card .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}
.newsletter-card .gform_wrapper.gravity-theme .gform_footer input {
  margin: 0;
}

.contact-form {
  margin-left: 40px;
}
@media all and (max-width: 1200px) {
  .contact-form {
    margin-left: 10px;
  }
}
@media all and (max-width: 991px) {
  .contact-form {
    margin-left: 0;
    margin-top: 60px;
  }
}
@media all and (max-width: 575px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-form .gravity-theme {
  background: #F7F8F9;
  border-radius: 14px;
  padding: 40px;
}
@media all and (max-width: 1200px) {
  .contact-form .gravity-theme {
    padding: 30px;
  }
}
@media all and (max-width: 575px) {
  .contact-form .gravity-theme {
    padding: 18px 20px 22px;
  }
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-form .gform_body.gform-body .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gform_confirmation_wrapper {
  border-radius: 14px;
  padding: 20px;
  padding-left: 80px;
  background: rgba(0, 128, 0, 0.08);
  color: #006e00;
  position: relative;
}
@media all and (max-width: 575px) {
  .gform_confirmation_wrapper {
    padding-left: 65px;
  }
}
.gform_confirmation_wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 36px;
  height: 36px;
  background: url(../images/thankyou-check-icon.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .gform_confirmation_wrapper::before {
    height: 32px;
    width: 32px;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 15px !important;
  line-height: 26px !important;
  font-weight: 450 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
@media all and (max-width: 575px) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

.image-content-scroll {
  padding: 0;
  height: calc(100vh - 100px);
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .image-content-scroll {
    height: calc(100vh - 88px);
    padding: 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .image-content-scroll {
    height: calc(100vh - 88px);
    padding: 0;
  }
}
@media all and (max-width: 1200px) {
  .image-content-scroll {
    height: auto;
    padding: 80px 0;
  }
}
@media all and (max-width: 991px) {
  .image-content-scroll {
    overflow: hidden;
    padding: 60px 0;
  }
}
@media all and (max-width: 575px) {
  .image-content-scroll {
    padding: 50px 0;
  }
}

.image-content-scroll-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .image-content-scroll-wrapper {
    gap: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .image-content-scroll-wrapper {
    gap: 60px;
  }
}

.scroll-image-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
}
@media all and (max-width: 1200px) {
  .scroll-image-wrapper {
    display: none;
  }
}
.scroll-image-wrapper .scroll-image {
  width: 100%;
  height: calc(100vh - 100px);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  position: relative;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .scroll-image-wrapper .scroll-image {
    transform: scale(0.92);
    height: calc(100vh - 88px);
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .scroll-image-wrapper .scroll-image {
    transform: scale(0.92);
    height: calc(100vh - 88px);
  }
}
.scroll-image-wrapper .scroll-image .scroll-image-frame {
  position: absolute;
  width: 716px;
  right: -88px;
}
.scroll-image-wrapper .scroll-image .scroll-image-frame-inner {
  position: relative;
  width: 570px;
  top: -20px;
  right: 10px;
  border-radius: 10px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .scroll-image-wrapper .scroll-image .scroll-image-frame-inner {
    right: 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .scroll-image-wrapper .scroll-image .scroll-image-frame-inner {
    right: 18px;
  }
}

.scroll-content-wrapper {
  width: 50%;
}
@media all and (max-width: 1200px) {
  .scroll-content-wrapper {
    width: 100%;
  }
}
.scroll-content-wrapper .scroll-content {
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .scroll-content-wrapper .scroll-content {
    height: calc(100vh - 88px);
    padding-bottom: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .scroll-content-wrapper .scroll-content {
    height: calc(100vh - 88px);
    padding-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .scroll-content-wrapper .scroll-content {
    height: auto;
    gap: 10px;
    margin-bottom: 60px;
    padding-bottom: 0;
    display: none;
  }
}
@media all and (max-width: 991px) {
  .scroll-content-wrapper .scroll-content {
    gap: 0;
  }
}
.scroll-content-wrapper .scroll-content:first-child {
  display: flex;
}
@media all and (max-width: 991px) {
  .scroll-content-wrapper .scroll-content .scroll-content-inner {
    margin-top: -50px;
  }
}
@media all and (max-width: 767px) {
  .scroll-content-wrapper .scroll-content .scroll-content-inner {
    margin-top: -150px;
  }
}
.scroll-content-wrapper .scroll-content .scroll-content-inner h2, .scroll-content-wrapper .scroll-content .scroll-content-inner .h2 {
  margin-bottom: 20px;
}
.scroll-content-wrapper .scroll-content .scroll-content-inner p {
  letter-spacing: -0.01em;
  opacity: 0.85;
}
@media all and (max-width: 767px) {
  .scroll-content-wrapper .scroll-content .scroll-content-inner p {
    font-size: 15px;
    line-height: 26px;
  }
}
.scroll-content-wrapper .scroll-content .scroll-content-inner .btn, .scroll-content-wrapper .scroll-content .scroll-content-inner input[type=submit], .scroll-content-wrapper .scroll-content .scroll-content-inner .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files, .project-form-wrapper .gform_wrapper.gravity-theme .gform_drop_area .scroll-content-wrapper .scroll-content .scroll-content-inner .gform_button_select_files {
  margin-top: 20px;
}
.scroll-content-wrapper .scroll-content .scroll-mobile-image {
  display: none;
  flex: none;
  position: relative;
}
@media all and (max-width: 1200px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image {
    display: block;
    transform-origin: top center;
    transform: scale(0.8);
  }
}
@media all and (max-width: 991px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image {
    transform: scale(0.7);
  }
}
@media all and (max-width: 767px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image {
    transform: scale(0.5);
  }
}
.scroll-content-wrapper .scroll-content .scroll-mobile-image .scroll-image-frame {
  width: 716px;
  position: absolute;
  top: -38px;
  left: -114px;
}
@media all and (max-width: 1200px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image .scroll-image-frame {
    left: 10.3%;
    right: auto;
    top: -23px;
  }
}
@media all and (max-width: 991px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image .scroll-image-frame {
    left: 3%;
  }
}
@media all and (max-width: 767px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image .scroll-image-frame {
    left: -68px;
  }
}
@media all and (max-width: 575px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image .scroll-image-frame {
    left: calc(50% + 32px);
    transform: translateX(-50%);
  }
}
.scroll-content-wrapper .scroll-content .scroll-mobile-image .scroll-image-frame-inner {
  position: relative;
  width: 550px;
  top: 19px;
  right: -18px;
  border-radius: 10px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image .scroll-image-frame-inner {
    right: 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image .scroll-image-frame-inner {
    right: 18px;
  }
}
@media all and (max-width: 1200px) {
  .scroll-content-wrapper .scroll-content .scroll-mobile-image .scroll-image-frame-inner {
    top: 20px;
    width: 570px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media all and (max-width: 991px) {
  .related-services {
    display: none !important;
  }
}
.related-services {
  margin-bottom: 30px;
  padding: 0px;
  color: #222A3A !important;
  display: block;
}

.related-services .service-tag {
  display: inline;
  margin-right: 12px;
  color: #222A3A !important;
  text-decoration: underline;
}

a .related-services .service-tag:hover {
  color: #f20056 !important;
}

.text-container {
  padding: 34px 0px 0px 0px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.extra-text {
  width: 100%;
  padding: 0;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.website-text {
  position: relative;
  box-sizing: border-box;
  animation: scroll-up 30s linear infinite;
}

.website-text:hover {
  animation-play-state: paused;
}

.website-text a {
  color: rgb(98, 106, 122) !important;
}

.website-text h1, .website-text .h1 {
  font-size: 21px;
  color: rgb(98, 106, 122) !important;
  font-weight: 700 !important;
}

.website-text h2, .website-text .h2 {
  font-size: 20px;
  color: rgb(98, 106, 122) !important;
  font-weight: 700 !important;
}

.website-text h3, .website-text .h3 {
  font-size: 18px;
  color: rgb(98, 106, 122) !important;
  font-weight: 700 !important;
}

.home-link {
  margin-bottom: 10px !important;
}

.services-card {
  background: #fff;
  border: 1px solid #e7e8e9;
  padding: 26px 30px 30px;
  box-shadow: 0px 21px 24px rgba(34, 42, 58, 0.08);
  border-radius: 10px;
}

.scroll-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.scroll-wrapper {
  height: 150px; /* Adjust visible scroll area */
  overflow: hidden;
  position: relative;
}

.website-text {
  animation: scroll-up 40s linear infinite;
  padding: 20px;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.portfolio-modal-view .modal-content {
  height: unset !important;
}

.services-card {
  background: #fff;
  border: 1px solid #e7e8e9;
  padding: 26px 30px 30px;
  box-shadow: 0px 21px 24px rgba(34, 42, 58, 0.08);
  border-radius: 10px;
}

.cta-section .cta-info h4, .cta-section .cta-info .h4 {
  max-width: 100%;
}

.blog-card .blog-card-img {
  border: 1px solid #eee;
}

.single-blog-hero figure:after {
  background-color: rgba(0, 0, 0, 0.4) !important; /* 0.4 = 40% opacity */
}

.h3-counter--check-icon {
  background-image: url(/wp-content/themes/webpop-design/images/check-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 60% !important;
  text-indent: -9999px;
  overflow: hidden;
}

.active .green-check li::before {
  background: url(/wp-content/themes/webpop-design/images/check-circle-red-white.svg) no-repeat center/contain !important;
}

.green-check li::before {
  background: url(/wp-content/uploads/2026/01/check-circle-green.svg) no-repeat center/contain !important;
}

.not-included li::before {
  background: url(/wp-content/uploads/2026/01/cross-circle-red.svg) no-repeat center/contain !important;
}

.red {
  color: #f20056;
}

.portfolio-no-wrap .portfolio-item {
  width: 500px !important;
}

.gform_required_legend {
  display: none !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  font-size: 14px !important;
  padding-top: 0px !important;
}

html .gfield_label {
  font-weight: 700 !important;
}

html .gform_next_button {
  height: 50px !important;
  padding-bottom: 3px !important;
  line-height: 50px !important;
  padding: 0 26px !important;
  font-size: 16px !important;
  background: #f20056 !important;
}

html .gform_next_button:hover {
  color: #fff;
}

.gform-page-footer {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.onboarding-form input[type=radio] + label:after {
  top: 10px !important;
}

.onboarding-form input[type=radio] + label:before {
  top: 4px !important;
}

#input_10_11 {
  margin-bottom: 20px;
}

.gf_progressbar_title {
  display: none;
}

.gform_wrapper.gravity-theme .gf_progressbar {
  margin-bottom: 32px !important;
}

html input[type=checkbox] + label {
  text-transform: unset !important;
}