.service-single-rows .row .title span,
.highlight {
  background-image: linear-gradient(120deg, var(--color-secondary) 0%, var(--color-secondary) 100%);
  background-repeat: no-repeat;
  background-size: 100% 24%;
  background-position: 0 80%;
}

.home-page-landing {
  padding: 200px 0 160px 0;
  background-color: #f8f9fb;
  background: linear-gradient(to bottom, #f8f9fb, #ffefe9);
}
.home-page-landing .image {
  position: absolute;
  bottom: -180px;
  left: 0;
  -webkit-opacity: 0.12;
  -moz-opacity: 0.12;
  filter: alpha(opacity=12);
  -khtml-opacity: 0.12;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
  opacity: 0.12;
}
.home-page-landing .txt {
  max-width: 1080px;
}
.home-page-landing .txt .title {
  font-size: 80px;
  margin-top: 32px;
  margin-bottom: 48px;
}
.home-page-landing .txt .description {
  max-width: 860px;
  margin-bottom: 32px;
}
.home-page-landing .txt ul.tags {
  text-align: center;
}
.home-page-landing .txt ul.tags li {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  padding: 6px 12px 6px 6px;
  background-color: #efefff;
  border-radius: 16px;
}
.home-page-landing .txt .btns {
  margin-top: 120px;
}

.home-page-info {
  margin-top: -64px;
}
.home-page-info .row {
  width: auto;
  height: 128px;
  background-color: #fff;
  border: solid 1px #f0f0f0;
  border-radius: 64px;
}
.home-page-info .row .one {
  padding: 8px 32px 8px 8px;
}
.home-page-info .row .one .i {
  height: 92px;
  width: 92px;
  background-color: #f8f9fb;
}

.our-services-list {
  padding: 80px 0;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
.services .service-card {
  border-radius: 12px;
  border: solid 1px;
  border-color: #f0f0f0;
  background-color: #f8f9fb;
}
.services .service-card .one-inner {
  padding: 24px 24px 24px 24px;
  height: 100%;
}
.services .service-card .i {
  height: 60px;
  width: 60px;
  background-color: var(--color-tertiary);
}
.services .service-card .i svg {
  height: 20px;
  width: 20px;
  max-width: 20px;
  max-height: 20px;
  display: block;
}
.services .service-card .i svg path {
  fill: var(--color-accent);
}
.services .service-card .lm svg {
  transition: all 0.2s;
  height: 10px;
  width: auto;
  display: block;
}
.services .service-card .lm svg path {
  fill: var(--color-accent);
}
.services .service-card .t {
  max-width: 212px;
}
.services .service-card ul {
  margin: 16px 0 24px 0;
}
.services .service-card ul li {
  position: relative;
  padding: 4px 0 4px 20px;
}
.services .service-card ul li:after {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 6px;
  width: 6px;
  background-color: #cfcfcf;
  top: 10px;
  left: 0;
}
.services .service-card ul li p {
  font-size: 14px;
  font-weight: 300;
  color: var(--color-read);
  line-height: 1.2;
}
.services .service-card:hover {
  border-color: var(--color-tertiary);
}
.services .service-card:hover .lm svg {
  margin-left: 4px;
}

.why-these-services {
  background-color: #f8f9fb;
}

.why-choose-us {
  background-color: #f2f7fb;
}

.ready-to-book {
  padding: 86px 0;
  background-color: var(--color-dark);
  border: solid 1px var(--color-primary);
}
.ready-to-book .txt {
  max-width: 640px;
}
.ready-to-book svg.s1,
.ready-to-book svg.s2 {
  position: absolute;
  height: 50%;
}
.ready-to-book svg.s1 path,
.ready-to-book svg.s2 path {
  fill: rgba(189, 216, 242, 0.08);
}
.ready-to-book svg.s1 {
  top: 0px;
  left: 0px;
}
.ready-to-book svg.s2 {
  bottom: 0px;
  right: 0px;
}

.home-page-features {
  padding: 120px 0;
}
.home-page-features .row .right {
  padding-left: 80px;
}
.home-page-features .all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 8px;
  grid-column-gap: 8px;
}
.home-page-features .all .one {
  padding: 8px;
  border-radius: 12px;
  border: solid 1px #f0f0f0;
  background-color: #f8f9fb;
}
.home-page-features .all .one .i {
  height: 48px;
  width: 48px;
  background-color: var(--color-tertiary);
}
.home-page-features .all .one .i svg {
  height: 20px;
  width: auto;
  display: block;
}
.home-page-features .all .one .i svg path {
  fill: var(--color-accent);
}
.home-page-features .txt {
  border-radius: 12px;
  border: solid 1px #f0f0f0;
  background-color: #f8f9fb;
  padding: 24px;
}
.home-page-features .illustration {
  height: 220px;
}

.how-we-work {
  padding: 120px 0;
}
.how-we-work .all {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.how-we-work .all .one {
  grid-column: span 2;
  border-radius: 12px;
  border: solid 1px #f0f0f0;
  background-color: #f8f9fb;
  padding: 12px 24px 24px 24px;
}
.how-we-work .all .one:nth-child(4), .how-we-work .all .one:nth-child(5) {
  grid-column: span 3;
}
.how-we-work .all .one:nth-child(4) .t, .how-we-work .all .one:nth-child(5) .t {
  max-width: 480px;
}

.home-stats {
  padding: 120px 0;
  background-color: #f2f7fb;
}
.home-stats .left {
  padding-right: 120px;
}
.home-stats .all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.home-stats .all .one {
  border-radius: 12px;
  border: solid 1px var(--color-tertiary);
  background-color: #f9f4f2;
  padding: 24px;
  height: 252px;
}
.home-stats .all .one svg {
  height: 32px;
  max-height: 32px;
  width: 32px;
  max-width: 32px;
  display: block;
  margin: 0 auto;
}
.home-stats .all .one svg path {
  fill: var(--color-accent);
}
.home-stats .all .one .t {
  margin: 16px 0 4px 0;
}
.home-stats .all .one:nth-child(2), .home-stats .all .one:nth-child(3) {
  border: solid 1px var(--color-secondary);
  background-color: #ecf4fb;
}

.testimonials .one {
  border-radius: 12px;
  border: solid 1px #f0f0f0;
  background-color: #fff;
  padding: 24px 20px;
}
.testimonials .one svg {
  height: 12px;
  width: auto;
  display: block;
}
.testimonials .one svg path {
  fill: var(--color-accent);
}
.testimonials .one hr {
  outline: none;
  border: none;
  height: 1px;
  margin: 24px 0;
  border-top: 1px dashed #ecf4fb;
}

.why-choose-us {
  padding: 120px 0;
}
.why-choose-us .all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.why-choose-us .all .one {
  border-radius: 12px;
  border: solid 1px #f0f0f0;
  background-color: #f8f9fb;
  padding: 24px;
}
.why-choose-us .all .one .i {
  height: 48px;
  width: 48px;
  background-color: var(--color-tertiary);
}
.why-choose-us .all .one .i svg {
  height: 20px;
  width: auto;
  display: block;
}
.why-choose-us .all .one .i svg path {
  fill: var(--color-accent);
}

.trust {
  padding: 120px 0;
  background-color: #f8f9fb;
}
.trust .left {
  padding-right: 80px;
}
.trust .all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: 16px;
}
.trust .all .one {
  border-radius: 12px;
  border: solid 1px #f0f0f0;
  background-color: #fff;
}
.trust .all .one .one-inner {
  height: 246px;
  padding: 0 24px;
}
.trust .all .one img {
  height: 28px;
}
.trust .all .one .t {
  margin-top: 20px;
  margin-bottom: 8px;
}
.trust .all .one:hover {
  border: solid 1px var(--color-accent);
}

.case-studies {
  padding: 120px 0 80px 0;
}
.case-studies .all {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 48px;
  grid-column-gap: 48px;
}
.case-studies .all .one {
  text-align: center;
}
.case-studies .all .one svg {
  height: 32px;
  max-height: 32px;
  width: 32px;
  max-width: 32px;
  display: block;
  margin: 0 auto;
}
.case-studies .all .one svg path {
  fill: var(--color-accent);
}
.case-studies .all .one .t {
  margin-top: 24px;
  margin-bottom: 8px;
}
.case-studies .all .one .d {
  max-width: 220px;
  margin-top: 8px;
}

.clients {
  padding: 120px 0;
  background-color: #f8f9fb;
}
.clients .all .single {
  padding: 0 12px;
}
.clients .all .one {
  height: 320px;
  border-radius: 12px;
  border: solid 1px #f0f0f0;
  background-color: #fff;
  padding: 24px;
}
.clients .all .one hr {
  outline: none;
  border: none;
  height: 1px;
  margin: 24px 0;
  border-top: 1px dashed #ecf4fb;
}
.clients .flex-control-nav {
  bottom: -40px;
}

.partners {
  padding: 120px 0;
}
.partners .all {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.partners .all .one {
  border-radius: 12px;
  border: solid 1px #f0f0f0;
  background-color: #fff;
  height: 80px;
  padding: 0 24px;
}
.partners .all .one img {
  height: auto;
  max-height: 40px;
  width: auto;
  max-width: 100%;
  display: block;
}

.faqs {
  padding: 120px 0;
}
.faqs .all {
  max-width: 860px;
}
.faqs .all .one {
  border-bottom: solid 1px;
  border-color: #f0f0f0;
}
.faqs .all .one:last-child {
  border-bottom: none;
}
.faqs .all .one .q {
  background-color: #f8f8ff;
  padding: 24px;
}
.faqs .all .one .q:hover .qt {
  color: var(--color-accent);
}
.faqs .all .one .q .i {
  height: 32px;
  width: 32px;
  padding-top: 2px;
  background-color: #f0f0f0;
}
.faqs .all .one .q-open .qt {
  color: var(--color-accent);
}
.faqs .all .one .q-open .i {
  transform: rotate(180deg);
}
.faqs .all .one .a {
  display: none;
  background-color: #fdfdff;
  border-top: solid 1px #f0f0f0;
  padding: 24px;
}
.faqs .all .one .a p {
  font-weight: 300;
  line-height: 1.4;
  color: var(--color-read);
}

.faqs-white-background {
  background-color: #fff;
}
.faqs-white-background .all .one .q {
  background-color: #f8f9fb;
}

.call-to-action {
  padding: 120px 0;
  background-color: var(--color-dark);
}
.call-to-action .txt {
  max-width: 640px;
}
.call-to-action .highlight {
  background-image: linear-gradient(120deg, rgba(255, 141, 103, 0.16) 0%, rgba(255, 141, 103, 0.16) 100%);
}
.call-to-action svg.s1,
.call-to-action svg.s2 {
  position: absolute;
  height: 50%;
}
.call-to-action svg.s1 path,
.call-to-action svg.s2 path {
  fill: rgba(189, 216, 242, 0.08);
}
.call-to-action svg.s1 {
  top: 0px;
  left: 0px;
}
.call-to-action svg.s2 {
  bottom: 0px;
  right: 0px;
}

.common-landing {
  background-color: #f8f9fb;
  padding: 200px 0 120px 0;
}

.common-content {
  background-color: #ffffff;
  padding: 80px 0;
}
.common-content .inner {
  max-width: 1080px;
}

.service-single-landing {
  padding: 200px 0 120px 0;
  background-color: #f8f9fb;
  background: linear-gradient(to bottom, #ffffff, #f8f9fb);
}
.service-single-landing .image {
  position: absolute;
  bottom: -220px;
  left: 0;
  -webkit-opacity: 0.12;
  -moz-opacity: 0.12;
  filter: alpha(opacity=12);
  -khtml-opacity: 0.12;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
  opacity: 0.12;
}
.service-single-landing .txt .subtitle {
  font-size: 28px;
}
.service-single-landing .txt .btn {
  margin: 40px 0;
}
.service-single-landing .img {
  border: solid 1px #ffefe9;
  border-radius: 28px;
  height: 432px;
  width: 380px;
  padding: 32px;
}
.service-single-landing .img .i {
  height: 102px;
  width: 102px;
  background-color: rgba(255, 255, 255, 0.12);
}
.service-single-landing .img .i svg {
  height: 32px;
  width: 32px;
  max-width: 32px;
  max-height: 32px;
  display: block;
}
.service-single-landing .img .i svg path {
  fill: var(--color-accent);
}
.service-single-landing .img svg.s1,
.service-single-landing .img svg.s2 {
  position: absolute;
  height: 40%;
}
.service-single-landing .img svg.s1 path,
.service-single-landing .img svg.s2 path {
  fill: rgba(189, 216, 242, 0.08);
}
.service-single-landing .img svg.s1 {
  top: 0px;
  left: 0px;
}
.service-single-landing .img svg.s2 {
  bottom: 0px;
  right: 0px;
}
.service-single-landing .img-no-cover {
  background-color: var(--color-dark);
}
.service-single-landing .img-cover {
  position: relative;
}
.service-single-landing .img-cover:after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.06));
}
.service-single-landing .img-cover .i {
  background-color: rgba(0, 0, 0, 0.48);
}

.service-single-rows .row {
  padding: 120px 0;
  background-color: white;
}
.service-single-rows .row .title {
  max-width: 640px;
  margin-bottom: 28px;
}
.service-single-rows .row .title span {
  color: var(--color-primary);
}
.service-single-rows .row .desc .m-t {
  margin-top: 48px;
}
.service-single-rows .row .desc .m-b {
  margin-bottom: 48px;
}
.service-single-rows .row .icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--color-tertiary);
}
.service-single-rows .row .icon img,
.service-single-rows .row .icon svg {
  width: 24px;
  height: auto;
  display: block;
}
.service-single-rows .row .icon svg path {
  fill: var(--color-accent);
}
.service-single-rows .row div.t p {
  margin: 0;
  color: var(--color-read);
  line-height: 1.4;
  font-weight: 300;
}
.service-single-rows .row div.t p strong {
  font-weight: 700;
  color: var(--color-dark);
}
.service-single-rows .row div.t ._t {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.service-single-rows .row .grid-2x2 {
  display: grid;
  grid-template-rows: repeat(auto-fill, auto);
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
.service-single-rows .row .grid-2x2 > div {
  border-radius: 12px;
  border: solid 1px;
  border-color: #f0f0f0;
  background-color: #fafaf9;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.service-single-rows .row .grid-2x2 > div > div.t {
  flex: 1;
}
.service-single-rows .row .grid-4x4 {
  display: grid;
  grid-template-rows: repeat(auto-fill, auto);
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.service-single-rows .row .grid-4x4 > div {
  border-radius: 12px;
  border: solid 1px;
  border-color: #f0f0f0;
  background-color: #fafaf9;
  padding: 24px;
  text-align: center;
}
.service-single-rows .row .grid-4x4 > div div.t {
  margin-top: 16px;
}
.service-single-rows .row .grid-4x4 > div div.t ._t {
  font-size: inherit;
}
.service-single-rows .row .grid-3x3 {
  display: grid;
  grid-template-rows: repeat(auto-fill, auto);
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
.service-single-rows .row .grid-3x3 > div {
  border-radius: 12px;
  border: solid 1px;
  border-color: #f0f0f0;
  background-color: #fafaf9;
  padding: 24px;
  text-align: center;
}
.service-single-rows .row .grid-3x3 > div div.t {
  margin-top: 16px;
}
.service-single-rows .row .grid-3x3 > div div.t ._t {
  font-size: inherit;
}
.service-single-rows .row:nth-child(2n) {
  background-color: #f2f7fb;
}
.service-single-rows .row:nth-child(2n) .grid-2x2 > div,
.service-single-rows .row:nth-child(2n) .grid-3x3 > div,
.service-single-rows .row:nth-child(2n) .grid-4x4 > div {
  background: white;
  border: solid 1px #dcf2ea;
}

.service-single-lists {
  padding: 120px 0;
  background-color: #f2f7fb;
}
.service-single-lists .txt .title span {
  color: var(--color-primary);
}
.service-single-lists .all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.service-single-lists .all .one {
  background-color: #fff;
  border: solid 1px #dcf2ea;
  padding: 8px;
  border-radius: 8px;
}
.service-single-lists .all .one .i {
  height: 60px;
  width: 60px;
  background-color: var(--color-tertiary);
}

.quantum-framework {
  padding: 80px 0;
}
.quantum-framework .image {
  position: absolute;
  bottom: -180px;
  left: 0;
  -webkit-opacity: 0.08;
  -moz-opacity: 0.08;
  filter: alpha(opacity=8);
  -khtml-opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  opacity: 0.08;
}
.quantum-framework .all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
.quantum-framework .all .one {
  border: solid 1px #f0f0f0;
  background-color: #f8f9fb;
  border-radius: 12px;
  padding: 32px 32px 32px 24px;
}
.quantum-framework .all .one .num {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--color-secondary);
}
.quantum-framework .all .one .i {
  height: 60px;
  width: 60px;
  background-color: var(--color-tertiary);
}
.quantum-framework .all .one .i svg {
  height: 24px;
  max-height: 24px;
  width: 20px;
  max-width: 20px;
  display: block;
}
.quantum-framework .all .one .i svg path {
  fill: var(--color-accent);
}
.quantum-framework .all .one .desc {
  max-width: 428px;
}

.content-removal {
  padding: 80px 0;
}
.content-removal .image {
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-opacity: 0.12;
  -moz-opacity: 0.12;
  filter: alpha(opacity=12);
  -khtml-opacity: 0.12;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
  opacity: 0.12;
}
.content-removal .all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
.content-removal .all .one {
  border-radius: 12px;
  border: solid 1px;
  border-color: #f0f0f0;
  background-color: #f8f9fb;
}
.content-removal .all .one .one-inner {
  padding: 24px 24px 24px 24px;
  height: 100%;
}
.content-removal .all .one .i {
  height: 60px;
  width: 60px;
  background-color: var(--color-tertiary);
}
.content-removal .all .one .i svg {
  height: 20px;
  width: 20px;
  max-width: 20px;
  max-height: 20px;
  display: block;
}
.content-removal .all .one .i svg path {
  fill: var(--color-accent);
}
.content-removal .all .one .lm svg {
  transition: all 0.2s;
  height: 10px;
  width: auto;
  display: block;
}
.content-removal .all .one .lm svg path {
  fill: var(--color-accent);
}
.content-removal .all .one:hover {
  border-color: var(--color-tertiary);
}
.content-removal .all .one:hover .lm svg {
  margin-left: 4px;
}

.content-removal-single-landing {
  padding: 200px 0 120px 0;
  background-color: #f8f9fb;
}
.content-removal-single-landing .image {
  position: absolute;
  bottom: -220px;
  left: 0;
  -webkit-opacity: 0.12;
  -moz-opacity: 0.12;
  filter: alpha(opacity=12);
  -khtml-opacity: 0.12;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
  opacity: 0.12;
}
.content-removal-single-landing .txt {
  max-width: 980px;
}
.content-removal-single-landing .txt .i {
  height: 86px;
  width: 86px;
}
.content-removal-single-landing .txt .i svg {
  height: 28px;
  width: auto;
  display: block;
}
.content-removal-single-landing .txt .i svg path {
  fill: var(--color-accent);
}

.content-removal-single-content {
  padding: 80px 0;
}
.content-removal-single-content .inner {
  max-width: 896px;
}
.content-removal-single-content .inner .content h1,
.content-removal-single-content .inner .content h2,
.content-removal-single-content .inner .content h3,
.content-removal-single-content .inner .content h4,
.content-removal-single-content .inner .content h5,
.content-removal-single-content .inner .content h6 {
  color: var(--color-dark);
}
.content-removal-single-content .inner .content .wp-block-heading {
  margin: 32px 0;
}
.content-removal-single-content .inner .content ul.wp-block-list li,
.content-removal-single-content .inner .content ol.wp-block-list li {
  background-color: #f8f9fb;
  border: solid 1px #efefff;
  padding: 16px;
  border-radius: 8px;
  color: var(--color-dark);
}
.content-removal-single-content .inner .content ul.wp-block-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.content-removal-single-content .inner .content ol.wp-block-list {
  display: block;
}
.content-removal-single-content .inner .content ol.wp-block-list li {
  margin-bottom: 12px;
  padding-left: 52px;
  position: relative;
}
.content-removal-single-content .inner .content ol.wp-block-list li:after {
  position: absolute;
  content: url(../images/icons/check.svg);
  height: 24px;
  width: 24px;
  background-color: white;
  border: solid 1px #efefff;
  top: 14px;
  left: 16px;
  border-radius: 100%;
}
.content-removal-single-content .inner .content ol.wp-block-list li:last-child {
  margin-bottom: none;
}
.content-removal-single-content .inner .content hr {
  outline: none;
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  margin: 48px 0 32px 0;
}

.our-blogs {
  padding: 80px 0;
}
.our-blogs .blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
.our-blogs .blogs .blog .img {
  height: 248px;
  border-radius: 12px 12px 0 0;
}
.our-blogs .blogs .blog .img img {
  display: none;
}
.our-blogs .blogs .blog .desc {
  background-color: #f8f9fb;
  border: solid 1px;
  border-color: #f0f0f0;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 20px 20px 20px 20px;
}
.our-blogs .blogs .blog .desc .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.our-blogs .blogs .blog .desc .content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.our-blogs .blogs .blog .desc hr {
  outline: none;
  border: none;
  height: 1px;
  border-top: 1px dashed #cfcfcf;
  margin: 24px 0 20px 0;
}
.our-blogs .blogs .blog .desc .rm {
  color: var(--color-dark);
}
.our-blogs .blogs .blog .desc .rm svg path {
  fill: var(--color-dark);
}
.our-blogs .blogs .blog:hover .desc {
  background-color: #fafaf9;
  border-color: #dcf2ea;
}
.our-blogs .blogs .blog:hover .desc .rm {
  color: var(--color-accent);
}
.our-blogs .blogs .blog:hover .desc .rm svg path {
  fill: var(--color-accent);
}

.pagination {
  margin-top: 48px;
  gap: 8px;
}
.pagination a,
.pagination span {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--color-tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--color-accent);
  font-size: 14px;
}
.pagination .current {
  background-color: var(--color-accent);
  color: white;
}

.blog-single {
  padding: 80px 0;
}
.blog-single .inner {
  max-width: 1080px;
}
.blog-single .row .left {
  padding-right: 60px;
}
.blog-single .main-image {
  height: 560px;
  border-radius: 4px;
}
.blog-single .main-image img {
  display: none;
}
.blog-single ul.share svg {
  height: 24px;
  width: auto;
  display: block;
}
.blog-single ul.share svg path {
  fill: var(--color-accent);
}
.blog-single ul.share li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #f0f0f0;
}
.blog-single ul.share li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.quote-landing {
  background-color: #f8f9fb;
  background: linear-gradient(to bottom, #f8f9fb, #ffefe9);
}
.quote-landing .image {
  position: absolute;
  bottom: -180px;
  left: 0;
  -webkit-opacity: 0.12;
  -moz-opacity: 0.12;
  filter: alpha(opacity=12);
  -khtml-opacity: 0.12;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
  opacity: 0.12;
}

.quote-form-holder {
  max-width: 512px;
  margin-top: 68px;
}
.quote-form-holder .box {
  background-color: white;
  border: solid 1px #f0f0f0;
  padding: 28px;
  border-radius: 20px;
}
.quote-form-holder .box form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.quote-form-holder .box form p {
  grid-column: span 2;
  position: relative;
}
.quote-form-holder .box form p:nth-child(2), .quote-form-holder .box form p:nth-child(3) {
  grid-column: span 1;
}
.quote-form-holder .box form div {
  grid-column: span 2;
}
.quote-form-holder .box form .req {
  color: red;
}
.quote-form-holder .box form .opt {
  color: var(--color-light);
}
.quote-form-holder .box form .wpcf7-spinner {
  position: absolute;
  bottom: 10px;
  right: 12px;
  margin: 0;
  background-color: var(--color-tertiary);
  color: var(--color-accent);
}
.quote-form-holder .box form label {
  font-size: 13px;
  color: var(--color-dark);
}
.quote-form-holder .box form label input,
.quote-form-holder .box form label select,
.quote-form-holder .box form label textarea {
  margin-top: 4px;
}
.quote-form-holder .box form label input[type=checkbox] {
  margin: 0;
}
.quote-form-holder .box form .consent {
  display: flex;
  gap: 12px;
  line-height: 1.4;
  color: var(--color-read);
  font-weight: 300;
  cursor: pointer;
}
.quote-form-holder .box form .note {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  margin: 0 auto;
  color: var(--color-read);
  display: block;
  padding: 8px 0;
}

.contact-page {
  padding: 80px 0;
}
.contact-page .image {
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-opacity: 0.12;
  -moz-opacity: 0.12;
  filter: alpha(opacity=12);
  -khtml-opacity: 0.12;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
  opacity: 0.12;
}
.contact-page .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 48px;
  grid-column-gap: 48px;
}
.contact-page .row .one:nth-child(1) {
  grid-column: span 4;
}
.contact-page .row .one:nth-child(2) {
  grid-column: span 2;
}
.contact-page .row .one:nth-child(3) {
  grid-column: span 6;
}
.contact-page .info .o {
  border: solid 1px #f0f0f0;
  background-color: #f8f9fb;
  border-radius: 12px;
  padding: 32px 20px;
  margin-bottom: 24px;
}
.contact-page .info .o:last-child {
  margin-bottom: 0;
}
.contact-page .info .o .i {
  height: 60px;
  width: 60px;
  background-color: var(--color-tertiary);
}
.contact-page .strategy {
  border: solid 1px #ffefe9;
  border-radius: 16px;
  background-color: var(--color-dark);
  padding: 36px 32px 32px 32px;
}
.contact-page .strategy .highlight {
  background-image: linear-gradient(120deg, rgba(85, 166, 242, 0.438) 0%, rgba(85, 166, 242, 0.438) 100%);
}
.contact-page .strategy svg.s1,
.contact-page .strategy svg.s2 {
  position: absolute;
  height: 33.33%;
}
.contact-page .strategy svg.s1 path,
.contact-page .strategy svg.s2 path {
  fill: rgba(189, 216, 242, 0.08);
}
.contact-page .strategy svg.s1 {
  top: 0px;
  left: 0px;
}
.contact-page .strategy svg.s2 {
  bottom: 0px;
  right: 0px;
}
.contact-page .strategy ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.contact-page .strategy ul li:last-child {
  margin-bottom: 0;
}
.contact-page .strategy ul li:after {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 6px;
  width: 6px;
  border: solid 2px var(--color-accent);
  background-color: var(--color-tertiary);
  top: 4px;
  left: 4px;
}
.contact-page .choose {
  border: solid 1px #f0f0f0;
  background-color: #f8f9fb;
  border-radius: 24px;
  padding: 80px 0;
}
.contact-page .choose .all {
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

/*
	==============================
    Text Editor Render
	==============================
*/
.text-editor-render h1,
.text-editor-render h2 {
  line-height: 1.3;
}
.text-editor-render h3,
.text-editor-render h4 {
  line-height: 1.4;
}
.text-editor-render h5,
.text-editor-render h6 {
  line-height: 1.5;
}
.text-editor-render h1 {
  font-size: 2.25rem;
  margin: 2rem 0 1rem;
}
.text-editor-render h2 {
  font-size: 1.75rem;
  margin: 1.75rem 0 0.75rem;
}
.text-editor-render h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0 0.5rem;
}
.text-editor-render h4 {
  font-size: 1.25rem;
  margin: 1.25rem 0 0.5rem;
}
.text-editor-render h5 {
  font-size: 1.125rem;
  margin: 1rem 0 0.25rem;
}
.text-editor-render h6 {
  font-size: 1rem;
  margin: 1rem 0 0.25rem;
}
.text-editor-render p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.6rem 0 0.6rem 0;
  font-weight: 300;
}
.text-editor-render p strong {
  font-weight: 600;
}
.text-editor-render a {
  color: var(--color-primary);
}
.text-editor-render a:hover {
  text-decoration: underline;
}
.text-editor-render ul,
.text-editor-render ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.text-editor-render li {
  list-style: unset;
  margin: 0.25rem 0;
  font-weight: 300;
}
.text-editor-render li strong {
  font-weight: 600;
}
.text-editor-render hr {
  outline: none;
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  margin: 2rem 0;
}
.text-editor-render a {
  text-decoration: underline;
}
.text-editor-render a:hover {
  text-decoration: none;
}

.text-editor-render-text-read h1,
.text-editor-render-text-read h2,
.text-editor-render-text-read h3,
.text-editor-render-text-read h4,
.text-editor-render-text-read h5,
.text-editor-render-text-read h6 {
  color: var(--color-read);
}
.text-editor-render-text-read p {
  color: var(--color-read);
}
.text-editor-render-text-read li {
  color: var(--color-read);
}

.text-editor-render-text-colors h1,
.text-editor-render-text-colors h2,
.text-editor-render-text-colors h3,
.text-editor-render-text-colors h4,
.text-editor-render-text-colors h5,
.text-editor-render-text-colors h6 {
  color: var(--color-dark);
}/*# sourceMappingURL=pages.css.map */