@charset "UTF-8";
/*
/wp-content/themes/wp-creative/css/scss/rebuild-2022
sass --watch --embed-sources --style=compressed rebuild_2022.scss rebuild.css
*/
*:not(.fa) {
  font-family: Inter, sans-serif;
}

.page-template-template-home-2022 {
  overflow-x: hidden;
}
.page-template-template-home-2022 #menu {
  display: none;
}

.space-top, .content-image, .we-do-more-container.our-services {
  padding-top: 170px;
}
@media (max-width: 991px) {
  .space-top, .content-image, .we-do-more-container.our-services {
    padding-top: 110px;
  }
}

.space-bottom, .content-image {
  padding-bottom: 170px;
}
@media (max-width: 991px) {
  .space-bottom, .content-image {
    padding-bottom: 110px;
  }
}

.common-btn, .yellow-block a, .success-stories .cBtn, .get_wpSite--left a, #banner-2022 .mainB .bannerC .Request, #newNav .contact-header a, .site_btn {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #09102e;
  background: #fe9a00;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  min-width: 157px;
  height: 58px;
  border-radius: 32px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.common-btn:before, .yellow-block a:before, .success-stories .cBtn:before, .get_wpSite--left a:before, #banner-2022 .mainB .bannerC .Request:before, #newNav .contact-header a:before, .site_btn:before {
  border-color: #fe9a00;
  opacity: 0;
  transition: all 0.3s ease;
}
.common-btn:hover, .yellow-block a:hover, .success-stories .cBtn:hover, .get_wpSite--left a:hover, #banner-2022 .mainB .bannerC .Request:hover, #newNav .contact-header a:hover, .site_btn:hover {
  background: #fff !important;
  color: #1a5ecb !important;
}

.site-h2,
.site-h2 span {
  font-family: "Publico Banner", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: #09102e;
}
@media (max-width: 991px) {
  .site-h2,
  .site-h2 span {
    font-size: 38px;
    line-height: 52px;
  }
}

.site-p,
.site-p p {
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #09102e;
}
@media (max-width: 991px) {
  .site-p,
  .site-p p {
    font-size: 38px;
    line-height: 52px;
  }
}

.site-wrap {
  position: relative;
  overflow: hidden;
}

#newNav {
  display: block;
}

text[font-weight="600"] tspan {
  font-weight: 600 !important;
}

@media (min-width: 1500px) {
  .page-template-template-home-2022 .container {
    width: 1227px;
  }
}
.single-post ul.simpletoc-list {
  margin-top: 0;
}

@media (max-width: 1024px) {
  body {
    margin-bottom: 58px;
  }
}
@font-face {
  font-family: "Graphik";
  src: url("../../../fonts/Graphik-Regular.woff") format("woff2"), url("../../../fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Publico Banner";
  src: url("../../../fonts/PublicoBanner-Roman.woff2") format("woff2"), url("../../../fonts/PublicoBanner-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../../fonts/Inter-Regular.woff2") format("woff2"), url("../../../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../../fonts/Inter-SemiBold.woff2") format("woff2"), url("../../../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellatio Regular";
  src: url("../../../fonts/Gellatio Regular.eot");
  src: url("../../../fonts/Gellatio Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Gellatio Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GellatioPersonalUse";
  src: url("../../../fonts/GellatioPersonalUse.svg#GellatioPersonalUse") format("svg"), url("../../../fonts/GellatioPersonalUse.ttf") format("truetype"), url("../../../fonts/GellatioPersonalUse.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#newNav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s linear;
}
#newNav .container:after {
  display: none;
}
#newNav .menu-overlay {
  transition: padding 0.5s linear;
}
#newNav .navbar-brand {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -17px;
}
#newNav .phone .contact-header a {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #09102e;
  margin: 0;
}
#newNav .phone .contact-header a:hover {
  color: #1a5ecb;
}
#newNav .navbar-toggle {
  display: none;
}
#newNav .phone {
  display: flex;
  align-items: center;
}
#newNav .contact-header {
  margin-left: 35px;
}
#newNav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#newNav .container:before {
  display: none;
}
#newNav #menu-mega-menu {
  display: flex;
  margin-bottom: 0;
}
#newNav #menu-mega-menu li {
  margin-right: 30px;
}
@media (max-width: 1140px) {
  #newNav #menu-mega-menu li {
    margin-right: 15px;
  }
}
#newNav #menu-mega-menu li a {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #fff;
  line-height: 21px;
}
#newNav #menu-mega-menu li .sub-menu a {
  color: #fff;
  margin: 0 0 15px;
  display: inline-block;
}
#newNav #menu-mega-menu li .sub-menu a:hover {
  color: #fe9a00;
}
#newNav #menu-mega-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  padding-left: 0;
}
#newNav #menu-mega-menu li.menu-item-has-children > a {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
#newNav #menu-mega-menu li.menu-item-has-children > a:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQuMDI1IiBoZWlnaHQ9IjcuNDQ3IiB2aWV3Qm94PSIwIDAgMTQuMDI1IDcuNDQ3Ij4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPg0KICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV85NiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgOTYiIHdpZHRoPSIxNC4wMjUiIGhlaWdodD0iNy40NDciIGZpbGw9IiNmNWY1ZjUiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSJHcm91cF82NyIgZGF0YS1uYW1lPSJHcm91cCA2NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+DQogICAgPGcgaWQ9Ikdyb3VwXzY1IiBkYXRhLW5hbWU9Ikdyb3VwIDY1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xOTQiIGRhdGEtbmFtZT0iUGF0aCAxOTQiIGQ9Ik03LjAyNCw3LjQ0N0EyLjcyMiwyLjcyMiwwLDAsMSw1LjEsNi42NTdMMCwxLjU5NCwxLjU0MS4wNDIsNi42NDMsNS4xYS41NDMuNTQzLDAsMCwwLC43NjYsMEwxMi40NzMsMGwxLjU1MywxLjU0MS01LjA2NCw1LjFhMi43MjQsMi43MjQsMCwwLDEtMS45MzguOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iI2Y1ZjVmNSIvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  width: 14px;
  height: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 2px;
  display: none;
}
#newNav #menu-mega-menu li a {
  color: #fff;
}
#newNav #menu-mega-menu .sub-menu {
  display: none;
}
#newNav .phone a {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}
#newNav.fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(#1a5ecb 0%, #0d54c7 100%);
}
#newNav.fixedHeader .menu-overlay {
  padding-top: 15px;
  padding-bottom: 15px;
}
#newNav.fixedHeader .menu-overlay #menu-mega-menu li.menu-item-has-children .sub-menu {
  top: 10px;
}

#menu + div {
  height: auto !important;
}

.menu-caret {
  cursor: pointer;
  margin-left: 3px;
}
@media (max-width: 1140px) {
  .menu-caret {
    margin-left: 7px !important;
  }
}
@media (max-width: 1140px) {
  .menu-caret svg {
    width: 11px;
    height: 7px;
  }
}

@media (max-width: 991px) {
  span.menu-caret svg {
    width: 20px;
    height: 12px;
    position: relative;
    top: -3px;
    right: -3px;
  }
  .menu-caret {
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  #newNav .navbar-brand img {
    width: 158px;
    height: auto;
  }
  #newNav .navbar-brand {
    height: auto;
  }
  #newNav .menu-overlay {
    padding-top: 46px;
  }
  #newNav .subMenu-bg {
    position: absolute;
    background: #09102e;
    left: -100vw;
    width: 200vw;
    height: 100%;
    z-index: 10;
    opacity: 1;
    border-top: 1px solid #444755;
    z-index: 9999;
    top: 100%;
    opacity: 0.5;
    height: 219px;
    margin-top: 14px;
    margin-top: 0;
    height: 0px;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 0;
  }
  #newNav #menu-mega-menu li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    height: 219px;
    padding-top: 23px;
    top: 74px;
    transition: all 0.6s;
    opacity: 0;
    padding-top: 155px;
  }
  #newNav #menu-mega-menu li.menu-item-has-children .sub-menu:before {
    content: "";
    position: absolute;
    top: 79px;
    width: 100%;
    height: 4px;
    background: #fff;
  }
  #newNav #menu-mega-menu li.is-visible.menu-item-has-children .sub-menu {
    display: block;
  }
  #newNav #menu-mega-menu li.animate-init.menu-item-has-children .sub-menu {
    opacity: 1;
    transition: all 0.6s;
  }
  #newNav .sub-menu li {
    transform: translateY(5px);
    transition: all 0.6s;
    opacity: 0;
  }
  #newNav .animate-init li {
    opacity: 1;
    transform: translateY(0px);
  }
}
body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09102e;
  opacity: 0;
  transition: all 1s ease;
  pointer-events: none;
}

.body-overlay:after {
  opacity: 0.9;
  transition: all 1s;
}

.body-overlay .menu-overlay {
  background: #09102e;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  #newNav .subMenu-bg {
    display: none;
  }
}
#newNav .subMenu-bg li a:hover {
  color: red;
}

#newNav .subMenu-bg.is-active {
  opacity: 1;
  height: 380px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #newNav .navbar-collapse.collapse {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  #newNav .phone .contact-header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background: #09102e;
    padding: 10px;
    text-align: center;
  }
  #newNav .phone .contact-header a {
    min-width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  #newNav #menu-mega-menu li.menu-item-has-children .sub-menu {
    position: relative;
    padding-left: 40px;
  }
  [aria-expanded=true] .menu-ham {
    position: fixed !important;
    right: 42px;
    margin-top: 0px;
  }
  #newNav .navbar-brand {
    padding: 0;
    height: auto;
  }
  #newNav .navbar-brand img {
    width: 177px;
  }
  #newNav .menu-overlay {
    padding-top: 37px;
  }
  #newNav .navbar-toggle {
    display: block;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
  }
  #newNav .container:after {
    display: none;
  }
  #newNav .menu-ham span {
    width: 53px;
    height: 2px;
    background: #fff;
    display: inline-block;
    transition: all 0.5s;
  }
  #newNav [aria-expanded=true] .menu-ham .first {
    transform: rotate(47deg) translateX(8px);
    transition: all 0.5s;
  }
  #newNav [aria-expanded=true] .menu-ham .second {
    transform: rotate(-46deg) translateX(7px);
    transition: all 0.5s;
  }
  #newNav .menu-ham {
    display: flex;
    flex-direction: column;
    z-index: 10;
    position: relative;
  }
  #newNav .menu-ham .first {
    margin-bottom: 9px;
  }
  #newNav #navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    padding-top: 118px;
    background: #09102e;
    opacity: 0;
    transition: all 0.5s ease !important;
    overflow-y: auto;
  }
  #newNav #navbar[aria-expanded=true],
  #newNav #navbar.show {
    opacity: 1;
    transition: all 0.5s ease !important;
  }
  #newNav #menu-mega-menu {
    flex-wrap: wrap;
    padding-left: 15px;
  }
  #newNav #menu-mega-menu li {
    width: 100%;
  }
  #newNav .logo-link {
    order: 1;
  }
  #newNav .phone {
    order: 2;
  }
  #newNav .menu {
    order: 3;
  }
  #newNav #menu-mega-menu li a {
    font-size: 30px;
    line-height: 42px;
  }
  #newNav #menu-mega-menu li .sub-menu a {
    font-size: 24px;
    line-height: 36px;
  }
  #newNav #menu-mega-menu li.menu-item-has-children > a:after {
    width: 33px;
    height: 15px;
    top: -4px;
    position: relative;
  }
}
@media (max-width: 575px) {
  #newNav .menu-overlay {
    padding-top: 20px;
  }
  #banner-2022 .mainB .container .bannerC {
    margin-top: 115px;
  }
  #newNav .phone i {
    font-size: 32px;
  }
  #newNav .phone span {
    display: none;
  }
}
.bubble1 {
  right: 40px;
  top: -50%;
}

.bubble2 {
  bottom: -14%;
  left: -14%;
}

.bubble1,
.bubble2 {
  position: absolute;
  pointer-events: none;
}

@media (max-width: 991px) {
  .bubble1,
  .bubble2 {
    width: 606px;
    display: none;
  }
  .bubble2 svg,
  .bubble2 {
    width: 363px;
    height: 363px;
  }
}
@media (max-width: 767px) {
  .bubble1,
  .bubble2 {
    width: 543px;
  }
}
#banner-2022 .mainB {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding-bottom: 80px;
}
#banner-2022 .mainB .container .bannerC,
#banner-2022 .mainB .container .banner-image {
  margin-top: 170px;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  #banner-2022 .mainB .container .banner-image svg {
    max-width: 100%;
    height: auto;
  }
}
#banner-2022 .mainB .bannerC .Request {
  min-width: 260px;
}
#banner-2022 .mainB .bannerC {
  max-width: 520px;
  margin-top: 145px;
}
@media (max-width: 991px) {
  #banner-2022 .mainB .bannerC h1 {
    max-width: 100% !important;
  }
}
#banner-2022 .mainB .bannerC p {
  line-height: 28px;
}
#banner-2022 .mainB .bannerC .google_review {
  margin: 28px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #banner-2022 .mainB .bannerC .google_review {
    justify-content: center;
  }
}
#banner-2022 .mainB .bannerC .google_review .review_text {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 0 10px;
  padding-top: 30px;
  position: relative;
}
#banner-2022 .mainB .bannerC .google_review .review_text:before {
  content: "";
  display: block;
  width: 133px;
  height: 29px;
  background-image: url("../../../images/new-home/stars.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: -5px;
}
#banner-2022 .mainB .bannerC .banner-image {
  text-align: center;
}
#banner-2022 .mainB .bannerC ul {
  margin: 20px 0 35px;
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) {
  #banner-2022 .mainB .bannerC ul {
    width: max-content;
    margin: 20px auto 35px;
  }
}
#banner-2022 .mainB .bannerC ul li {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px;
  padding-left: 35px;
  position: relative;
}
#banner-2022 .mainB .bannerC ul li:before {
  content: "";
  display: block;
  width: 21px;
  height: 22px;
  background-image: url("../../../images/new-home/list_bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 0;
}
#banner-2022 .mainB h1 span {
  font-family: "Publico Banner", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 68px;
  margin: 0 0 30px;
}
#banner-2022 .mainB h1 span span {
  font-family: "Gellatio Regular", sans-serif;
  color: #fe9a00;
  margin-right: 10px;
  display: inline-block;
  font-size: 38px;
}
#banner-2022 .mainB h1 b {
  font-family: "Gellatio Regular";
  font-weight: normal;
  color: #fe9a00;
  position: relative;
  top: 12px;
}

.wpc_features {
  max-width: 528px;
  margin: 31px auto 0;
}
@media (max-width: 991px) {
  .wpc_features {
    max-width: 100%;
    padding-bottom: 40px;
    display: none;
  }
}
@media (max-width: 575px) {
  .wpc_features {
    padding-bottom: 0;
  }
}
.wpc_features-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 575px) {
  .wpc_features-block {
    flex-direction: column;
    align-items: center;
    padding: 25px 0 0;
  }
}
.wpc_features-block:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}
@media (max-width: 575px) {
  .wpc_features-block:after {
    display: none;
  }
}
.wpc_features-block img {
  flex-basis: 20px;
  margin-top: 2px;
}
@media (max-width: 575px) {
  .wpc_features-block img {
    margin-top: 0;
  }
}
.wpc_features-block p {
  flex-basis: calc(100% - 20px);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-left: 12px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .wpc_features-block p {
    margin-left: 0;
    margin-top: 10px;
  }
}
.wpc_features .row [class*=col-]:last-child .wpc_features-block:after {
  display: none;
}

.isInnerBanner .bubble1,
.isInnerBanner .bubble2 {
  opacity: 0 !important;
}

.site-wrap.animate .isInnerBanner .bubble1,
.site-wrap.animate .isInnerBanner .bubble2 {
  opacity: 1 !important;
  transition-delay: 1.8s !important;
}

@media (max-width: 991px) {
  #banner-2022 .mainB h1 span {
    line-height: 52px;
  }
  #banner-2022 .col-md-6 {
    width: 100%;
  }
  #banner-2022 .mainB .container .bannerC {
    max-width: 100%;
    text-align: center;
  }
  #banner-2022 .mainB h1 span {
    font-size: 38px;
    line-height: 52px;
  }
  #banner-2022 .mainB .bannerC .Request {
    margin-top: 30px;
  }
  #banner-2022 .mainB .container .bannerC,
  #banner-2022 .mainB .container .banner-image {
    margin-bottom: 0;
    margin-top: 0;
  }
  #banner-2022 .mainB .container .banner-image {
    margin-top: 38px;
    margin-bottom: 108px;
    display: block;
  }
  #banner-2022 .mainB .container .bannerC {
    margin-top: 151px;
  }
}
@media (max-width: 768px) {
  #banner-2022 .mainB .container .banner-image svg {
    display: none;
  }
}
@media (max-width: 575px) {
  #banner-2022 .mainB .container .banner-image {
    margin-top: 57px;
    margin-bottom: 95px;
    display: block;
  }
}
body.home .site-wrap #banner-2022 .mainB.banner_darkBlue, body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB.banner_darkBlue {
  background-color: #09102e !important;
  background-size: cover !important;
  background-image: none !important;
}
body.home .site-wrap #banner-2022 .mainB.banner_darkBlue .bubble1,
body.home .site-wrap #banner-2022 .mainB.banner_darkBlue .bubble2, body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB.banner_darkBlue .bubble1,
body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB.banner_darkBlue .bubble2 {
  opacity: 1 !important;
}
body.home .site-wrap #banner-2022 .mainB.banner_darkBlue h1, body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB.banner_darkBlue h1 {
  max-width: 490px;
}
body.home .site-wrap #banner-2022 .mainB.banner_darkBlue h1 i, body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB.banner_darkBlue h1 i {
  color: #fe9a00;
  display: inline-block;
  font-family: "Gellatio Regular";
  font-size: 40px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body.home .site-wrap #banner-2022 .mainB.banner_darkBlue h1 i, body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB.banner_darkBlue h1 i {
    font-size: 28px;
  }
}
body.home .site-wrap #banner-2022 .mainB.banner_darkBlue .bubble1 svg circle, body.home .site-wrap #banner-2022 .mainB.banner_darkBlue .bubble2 svg circle, body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB.banner_darkBlue .bubble1 svg circle, body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB.banner_darkBlue .bubble2 svg circle {
  fill: #222A4B;
}
body.home .site-wrap #banner-2022 .mainB.banner_darkBlue .container .banner-image, body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB.banner_darkBlue .container .banner-image {
  margin-top: 150px;
  text-align: center;
}
body.home .site-wrap #banner-2022 .mainB .container .banner-image, body.page-template-template-home-2022 .site-wrap #banner-2022 .mainB .container .banner-image {
  text-align: center;
}

.page-about #banner-2022 .mainB h1 b {
  font-size: 40px;
}
@media (max-width: 991px) {
  .page-about #banner-2022 .mainB h1 b {
    font-size: 32px;
  }
}

.featuredContainer-2022 .featuredContainer img {
  max-width: 100%;
  border: none;
}
.featuredContainer-2022 .featuredContainer {
  position: relative;
  padding-top: 68px;
  padding-bottom: 0;
  background: #f5f5f5;
}
.featuredContainer-2022 .featuredContainer h2 {
  font-family: "Publico Banner", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 68px;
  text-align: center;
  color: #09102e;
}
@media (min-width: 992px) {
  .featuredContainer-2022 .featuredContainer h2 {
    max-width: 625px;
    margin: 0 auto;
  }
}
.featuredContainer-2022 .featuredContainer h2 span {
  color: #1a5ecb;
  font-family: "Publico Banner", sans-serif;
}
.featuredContainer-2022 .featuredContainer h2 {
  margin-bottom: 52px;
}
.featuredContainer-2022 .google-review-img img {
  border: none;
}
.featuredContainer-2022 .google-review-img {
  text-align: center;
  margin-bottom: -70px;
  margin-top: 20px;
}
.featuredContainer-2022 .google-review-img {
  display: flex;
  align-content: center;
  justify-content: center;
}
.featuredContainer-2022 .google-review-img .card {
  width: 334px;
  height: 230px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media (min-width: 992px) {
  .featuredContainer-2022 .google-review-img .card:not(:last-child) {
    margin-right: 27px;
  }
}
.featuredContainer-2022 .google-review-img .num {
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  color: #1a5ecb;
  margin-bottom: 15px;
}
.featuredContainer-2022 .google-review-img .content span {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #09102e;
}
.featuredContainer-2022 ul.brands .img-wrap {
  width: 20%;
  text-align: center;
  min-height: 115px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 25px;
}
.featuredContainer-2022 ul.brands .img-wrap:nth-child(5n) {
  border-right: 0;
}
@media (max-width: 767px) {
  .featuredContainer-2022 ul.brands .img-wrap:nth-child(5n) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .featuredContainer-2022 ul.brands .img-wrap:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .featuredContainer-2022 ul.brands .img-wrap:nth-child(2n) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 575px) {
  .featuredContainer-2022 ul.brands .img-wrap:nth-child(3n) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .featuredContainer-2022 ul.brands .img-wrap {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .featuredContainer-2022 ul.brands .img-wrap {
    padding: 5px 10px;
  }
}
.featuredContainer-2022 .brands_wrap {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .featuredContainer-2022 .brands_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.featuredContainer-2022 .brands_wrap .container {
  max-width: 1460px;
  width: 100%;
}
.featuredContainer-2022 .brands_wrap .brands {
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 100%;
}

body:not(.home) .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer, body:not(.home).page-services .site-wrap .featuredContainer-2022 .featuredContainer {
  padding-top: 68px;
  padding-bottom: 0;
}
body:not(.home) .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer::before, body:not(.home).page-services .site-wrap .featuredContainer-2022 .featuredContainer::before {
  display: block;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDE5MjAgNDIiPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjAuMSIgeTE9IjAuODQ5IiB4Mj0iMC44NTgiIHkyPSIwLjIxMiIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMWE1ZWNiIi8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwZDU0YzciLz4NCiAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzkwMSIgZGF0YS1uYW1lPSJQYXRoIDkwMSIgZD0iTTAsNzYxSDE5MjB2NDJIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxODAgLTE2NjU1KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iTWFza19Hcm91cF8xMTEiIGRhdGEtbmFtZT0iTWFzayBHcm91cCAxMTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTgwIDE1ODk0KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgIDxlbGxpcHNlIGlkPSJncmFwaGljX3Bob25lIiBjeD0iMzM3OCIgY3k9IjkzNC41IiByeD0iMzM3OCIgcnk9IjkzNC41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzYyIC0xNTg5MykiIGZpbGw9IiNmNWY1ZjUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  height: 42px;
  width: 100%;
  position: absolute;
  top: -42px;
  left: 0;
  background-repeat: no-repeat;
}
body:not(.home) .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .featuredText, body:not(.home).page-services .site-wrap .featuredContainer-2022 .featuredContainer .featuredText {
  order: initial;
}
body:not(.home) .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .brands_wrap, body:not(.home).page-services .site-wrap .featuredContainer-2022 .featuredContainer .brands_wrap {
  background-color: transparent;
  padding: 0;
}
body:not(.home) .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .brands_wrap .brands, body:not(.home).page-services .site-wrap .featuredContainer-2022 .featuredContainer .brands_wrap .brands {
  border: 0;
}
body:not(.home) .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .brands_wrap .brands .img-wrap, body:not(.home).page-services .site-wrap .featuredContainer-2022 .featuredContainer .brands_wrap .brands .img-wrap {
  border: 0;
}
body:not(.home) .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .google-review-img, body:not(.home).page-services .site-wrap .featuredContainer-2022 .featuredContainer .google-review-img {
  margin-top: 80px;
  margin-bottom: -50px;
}
@media (max-width: 991px) {
  body:not(.home) .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .google-review-img, body:not(.home).page-services .site-wrap .featuredContainer-2022 .featuredContainer .google-review-img {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .featuredContainer-2022 .featuredContainer:before {
    background-size: contain;
    top: -39px;
    height: 40px;
    background-position: bottom;
  }
  .featuredContainer-2022 .card:not(.card-google) {
    display: none;
  }
  .featuredContainer-2022 .featuredContainer {
    padding-top: 41px;
  }
  .featuredContainer-2022 .featuredContainer h2 {
    max-width: 480px;
    margin: 0 auto;
    font-size: 38px;
    line-height: 52px;
  }
  .featuredContainer-2022 .google-review-img {
    margin-top: 110px;
  }
  .featuredContainer-2022 .featuredContainer h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .featuredContainer-2022 .brands .img-wrap {
    width: 50%;
    width: auto;
    margin-bottom: 50px;
  }
  .featuredContainer-2022 .brands .img-wrap:last-child {
    display: none;
  }
  .featuredContainer-2022 .brands img {
    width: auto !important;
  }
  .featuredContainer-2022 ul.brands .img-wrap {
    min-height: auto;
    height: 75px;
    width: 33.33%;
  }
  .featuredContainer-2022 .google-review-img {
    margin-top: 50px;
  }
  .featuredContainer-2022 .featuredContainer h2 {
    margin-bottom: 40px;
  }
}
.we-do-more-flex-container {
  width: 100%;
}

.we-do-more-container.our-services {
  padding-bottom: 170px;
  background: #fff;
}
.we-do-more-container.our-services .we-do-more-flex {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .we-do-more-container.our-services .we-do-more-container.our-services .we-do-more-flex-items {
    margin: 0;
  }
}
@media (max-width: 1366px) {
  .we-do-more-container.our-services {
    padding-bottom: 150px;
  }
}
@media (max-width: 1280px) {
  .we-do-more-container.our-services {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .we-do-more-container.our-services {
    padding-bottom: 110px;
  }
}
.we-do-more-container.our-services .featured-content .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.we-do-more-container.our-services .featuredText h2 {
  font-family: "Publico Banner", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 68px;
  text-align: center;
  color: #1a5ecb;
  margin: 0;
}
.we-do-more-container.our-services .featured-content h3 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #09102e;
  margin-bottom: 25px;
  margin-top: 23px;
}
.we-do-more-container.our-services .featured-content p {
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #09102e;
  margin-bottom: 25px;
}
.we-do-more-container.our-services .featured-content a {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #1a5ecb;
}
.we-do-more-container.our-services .featured-content a:hover {
  color: #fe9a00;
}
@media (min-width: 992px) {
  .we-do-more-container.our-services .we-do-more-flex-items {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.we-do-more-container.our-services a.cBtn {
  margin: 80px 0 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .we-do-more-container.our-services a.cBtn {
    margin: 60px 0;
  }
}
.we-do-more-container.our-services.isDark .featured-content h3 {
  font-family: "Publico Banner", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 991px) {
  .we-do-more-container .featuredText {
    width: 100%;
  }
  .we-do-more-container.our-services .featured-content {
    margin-bottom: 80px;
  }
  .we-do-more-container.our-services {
    padding-bottom: 20px;
    padding-top: 110px;
  }
  .we-do-more-container.our-services .featuredText h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 768px) and (min-width: 525px) {
  .we-do-more-flex-items {
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 0 15px;
  }
  .we-do-more-flex-container {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .we-do-more-container.our-services .featuredText {
    margin-bottom: 45px;
  }
  .we-do-more-container.our-services .featured-content {
    margin-bottom: 88px;
  }
}
@media (max-width: 1100px) {
  .home .our-services .we-do-more-flex {
    position: relative;
  }
  .home .our-services .we-do-more-flex .featured-content {
    margin-bottom: 80px;
  }
  .home .our-services .we-do-more-flex .slick-arrow {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 54px;
    height: 54px;
    z-index: 1;
  }
  .home .our-services .we-do-more-flex .slick-arrow.slick-prev {
    left: calc(50% - 60px);
    transform: translate(0) rotate(180deg);
  }
  .home .our-services .we-do-more-flex .slick-arrow.slick-next {
    transform: translate(0);
    right: calc(50% - 60px);
  }
  .home .our-services .we-do-more-flex .slick-arrow:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .we-do-more-container.our-services {
    padding-bottom: 50px;
  }
  .home .our-services .we-do-more-flex .slick-arrow {
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  .home .our-services .we-do-more-flex .we-do-more-flex-items {
    margin-bottom: 30px;
  }
}
.process_slider .process_slider-main .process_slide-item .process_content h3 {
  font-size: 22px;
  line-height: 28px;
  color: #09102e;
  font-weight: 600;
  margin: 0 0 15px;
  transition: color 0.3s ease;
}

.home .our-services:not(.isDark) .we-do-more-flex .slick-track {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .home .our-services:not(.isDark) .we-do-more-flex .slick-track {
    display: block;
  }
}
.home .our-services:not(.isDark) .we-do-more-flex .slick-track .we-do-more-flex-items-4 {
  flex-basis: calc(25% - 20px);
  margin: 0 10px;
}
@media (max-width: 1080px) {
  .home .our-services:not(.isDark) .we-do-more-flex .slick-track .we-do-more-flex-items-4 {
    flex-basis: calc(33.33% - 30px);
  }
}
@media (max-width: 991px) {
  .home .our-services:not(.isDark) .we-do-more-flex .slick-track .we-do-more-flex-items-4 {
    flex-basis: calc(50% - 30px);
  }
}

.get_wpSite {
  background: #09102e;
  color: #fff;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .get_wpSite {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .get_wpSite {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .get_wpSite {
    padding: 110px 0;
  }
}
.get_wpSite .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .get_wpSite .row [class*=col-] {
    width: 100%;
  }
}
.get_wpSite--left .cBtn {
  min-width: 255px;
}
.get_wpSite--left h2 {
  font-family: "Publico Banner", sans-serif !important;
  font-weight: normal;
  font-size: 50px;
  line-height: 66px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
}
.get_wpSite--left h2 span {
  font-family: "Publico Banner", sans-serif !important;
  color: #fe9a00;
  display: block;
}
.get_wpSite--left p {
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
}
.get_wpSite--left a {
  margin-top: 0;
}

.get_wpSite--right {
  position: relative;
  text-align: center;
}

.get_wpSite--right .back {
  position: absolute;
  left: 0;
  top: 0;
}

.get_wpSite--right .front {
  position: relative;
  z-index: 1;
  margin-top: 128px;
  margin-top: 83px;
  transition: all 0.1s cubic-bezier(0, 0, 0, 1);
}

.sprite-animation {
  position: absolute;
  top: 132px;
  width: 283px;
  height: 472px;
  z-index: 1;
  left: 151px;
  background-position-y: 0%;
  background-size: cover;
  border-radius: 40px;
}

.aos-animate .sprite-animation {
  animation: mymove 15s infinite;
  animation-timing-function: linear;
}

.get_wpSite--right .front {
  opacity: 0;
}

@keyframes mymove {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 100%;
  }
}
@media (max-width: 1199px) {
  .sprite-animation {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .get_wpSite--left {
    max-width: 550px;
  }
}
@media (min-width: 575px) and (max-width: 768px) {
  .get_wpSite--right.animate .back {
    max-width: 80%;
    margin-left: 10%;
  }
}
@media (max-width: 1200px) {
  .get_wpSite--right.animate .back {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  .get_wpSite--right.animate .front {
    max-width: 247px;
    margin-bottom: 0;
  }
  .get_wpSite--left {
    text-align: center;
  }
  .get_wpSite--left h2 {
    text-align: center;
    font-size: 38px;
    line-height: 52px;
  }
  .get_wpSite--left p {
    text-align: center;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  .get_wpSite--left h2 span {
    display: inline-block;
  }
  .get_wpSite--left {
    margin: 0 auto;
  }
  .get_wpSite--right img {
    width: 546px;
    max-width: 100%;
  }
  .get_wpSite--right {
    text-align: center;
  }
  .get_wpSite {
    padding-bottom: 110px;
  }
}
@media (max-width: 575px) {
  .get_wpSite--right img {
    transform: scale(1.4);
    margin-top: 125px;
    margin-bottom: 70px;
    width: 546px;
    height: 605px;
    object-fit: contain;
  }
  .get_wpSite--right.animate .back {
    object-fit: contain;
    top: -21%;
  }
  .get_wpSite .row .col-lg-6:last-child {
    padding: 0;
  }
  .get_wpSite--right .front {
    margin-top: 0;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .row {
    margin-right: -48px;
    margin-left: -48px;
  }
  .container,
  .col-lg-6,
  .col-md-6 {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .container,
  .col-lg-6,
  .col-md-6,
  .our-services .we-do-more-flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#banner-2022 .mainB .container .banner-image svg,
#banner-2022 .mainB .container .banner-image img {
  opacity: 0;
}

.site-wrap.animate #banner-2022 .mainB .container .banner-image svg,
.site-wrap.animate #banner-2022 .mainB .container .banner-image img {
  opacity: 1;
}

#herographic * {
  transition: all 0.6s linear;
}
#herographic rect#_0R3A4634_REV {
  opacity: 0;
}
#herographic g#Group_1046 text,
#herographic g#Group_1046 circle,
#herographic g#Group_1046 rect {
  opacity: 0;
  width: 0;
}
#herographic g#Group_1046 g rect {
  opacity: 0;
  width: 0;
}
#herographic g#Group_1047 {
  opacity: 0;
}
#herographic g#Group_1047 text,
#herographic g#Group_1047 circle,
#herographic g#Group_1047 rect {
  opacity: 0;
  width: 0;
}
#herographic g#Group_1047 g rect {
  opacity: 0;
  width: 0;
}
#herographic g#arrows {
  opacity: 0;
}
#herographic g#arrows rect {
  height: 0;
}
#herographic g#arrows circle {
  stroke-dashoffset: 999;
  stroke-dasharray: 999;
}

#banner-2022 .mainB .container .banner-image svg.animate {
  opacity: 1;
}

svg.animate #herographic rect#_0R3A4634_REV {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 1.5s;
}
svg.animate #herographic g#Group_1046 text,
svg.animate #herographic g#Group_1046 circle,
svg.animate #herographic g#Group_1046 rect {
  opacity: 1;
  transition-delay: 0.9s;
}
svg.animate #herographic g#Group_1046 circle {
  transition-delay: 1.2s;
}
svg.animate #herographic g#Group_1046 rect {
  width: 34px;
}
svg.animate #herographic g#Group_1046 g rect {
  opacity: 1;
  width: 241px;
  transition-delay: 0s;
}
svg.animate #herographic g#Group_1047 {
  opacity: 1;
  transition-delay: 0.78s;
}
svg.animate #herographic g#Group_1047 text,
svg.animate #herographic g#Group_1047 circle,
svg.animate #herographic g#Group_1047 rect {
  opacity: 1;
  transition-delay: 1.5s;
}
svg.animate #herographic g#Group_1047 circle {
  transition-delay: 1.8s;
}
svg.animate #herographic g#Group_1047 rect {
  width: 34px;
}
svg.animate #herographic g#Group_1047 g rect {
  opacity: 1;
  width: 241px;
  transition-delay: 0.78s;
}
svg.animate #herographic g#arrows {
  opacity: 1;
  transition-delay: 1.8s;
}
svg.animate #herographic g#arrows rect {
  transition-delay: 1.92s;
}
svg.animate #herographic g#arrows circle {
  transition-delay: 2.4s;
}
svg.animate #herographic g#arrows rect#Rectangle_20 {
  height: 39px;
}
svg.animate #herographic g#arrows rect#Rectangle_22 {
  height: 33px;
}
svg.animate #herographic g#arrows rect#Rectangle_21 {
  height: 20px;
}
svg.animate #herographic g#arrows circle {
  stroke-dashoffset: 523;
  transition-duration: 5s;
}

.help-is-here + .we-care + .we-care {
  background: #f5f5f5;
}

.we-care {
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .we-care {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .we-care {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .we-care {
    padding: 110px 0;
  }
}
.we-care .section-title {
  text-align: center;
}
.we-care .section-title h2 {
  font-family: "Publico Banner", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #1a5ecb;
  margin-bottom: 78px;
  margin-top: 0;
}
.we-care .section-title h2 span {
  font-family: "Gellatio Regular";
  font-size: 44px;
  color: #09102e;
  margin: 0 0 0 15px;
}
.we-care .we-care__item {
  text-align: center;
  padding-bottom: 50px;
}
.we-care .we-care__item .we-care__item .img {
  height: 75px;
}
.we-care .we-care__item img {
  margin-bottom: 32px;
  height: auto;
}
.we-care .we-care__item h3 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #09102e;
  margin-top: 0;
}
.we-care .we-care__item p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}

.we-careWrap[data-id="2"] .we-care {
  background: #f5f5f5;
}

.we-careWrap.fixed .we-care {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

.we-careWrap.fixed + .we-careWrap {
  position: relative;
  z-index: 12;
  background: #fff;
}

@media (max-width: 991px) {
  .we-care {
    padding-bottom: 50px;
    padding-left: 33px;
    padding-right: 33px;
  }
  .we-care .section-title h2 {
    font-size: 38px;
    line-height: 52px;
  }
  .we-care .section-title h2 span {
    font-size: 34px;
  }
  .we-care .section-title h2 {
    margin-bottom: 42px;
  }
  .we-care .we-care__item img {
    margin-bottom: 42px;
  }
}
@media (max-width: 575px) {
  .we-care .section-title h2 span {
    margin-top: 10px;
    display: inline-block;
  }
  .we-care {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.we-careTab {
  background-color: #f5f5f5;
}
.we-careTab .we-care {
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .we-careTab .we-care {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .we-careTab .we-care {
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) {
  .we-careTab .we-care .container {
    max-width: 100%;
  }
}
.we-careTab .we-care .we-care__item {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .we-careTab .we-care .we-care__item {
    margin: 30px 0 40px;
  }
}
.we-careTab .we-care .we-care__item p:last-child {
  margin-bottom: 0;
}
.we-careTab .we-care .section-title h2 {
  margin-bottom: 40px;
  text-transform: capitalize;
}
.we-careTab .section_tab ul {
  justify-content: center;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .we-careTab .section_tab ul {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .we-careTab .section_tab ul {
    margin-bottom: 30px;
  }
}
.we-careTab .section_tab ul li .nav-link {
  color: #09102e;
  font-size: 18px;
  line-height: 125%;
  border: 1px solid rgba(9, 16, 46, 0.2);
  border-radius: 50px;
  margin: 0 7.5px;
  padding: 10px 30px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .we-careTab .section_tab ul li .nav-link {
    font-size: 16px;
    margin: 0 2px;
    padding: 5px 15px;
  }
}
.we-careTab .section_tab ul li .nav-link:hover, .we-careTab .section_tab ul li .nav-link.active {
  background-color: #fe9a00;
  border-color: #fe9a00;
}

@media (max-width: 575px) {
  .we-do-more-flex .we-do-more-flex-items {
    margin-bottom: 30px;
  }
}

.success-stories {
  background: #1a5ecb;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .success-stories {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .success-stories {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .success-stories {
    padding: 110px 0;
  }
}
.success-stories .title h2,
.success-stories .title h2 span {
  height: 133.45px;
  font-family: "Publico Banner", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
}
.success-stories .title h2 span {
  color: #fe9a00;
  display: block;
}
.success-stories .title h2 {
  margin-bottom: 42px;
  display: inline-block;
  margin-top: 0;
}
.success-stories .success-stories__item .content {
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 21px;
  background: #3a77d8;
  padding: 50px 32px 32px 32px;
  position: relative;
  margin-bottom: 35px;
}
.success-stories .success-stories__item .content:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 224C84.72 224 74.05 226.3 64 229.9V224c0-35.3 28.7-64 64-64c17.67 0 32-14.33 32-32S145.7 96 128 96C57.42 96 0 153.4 0 224v96c0 53.02 42.98 96 96 96s96-42.98 96-96S149 224 96 224zM352 224c-11.28 0-21.95 2.305-32 5.879V224c0-35.3 28.7-64 64-64c17.67 0 32-14.33 32-32s-14.33-32-32-32c-70.58 0-128 57.42-128 128v96c0 53.02 42.98 96 96 96s96-42.98 96-96S405 224 352 224z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 32px;
  filter: invert(0.9);
}
.success-stories .success-stories__item .content:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQ2IiB2aWV3Qm94PSIwIDAgNCA0NiI+DQogIDxnIGlkPSJHcm91cF82ODYiIGRhdGEtbmFtZT0iR3JvdXAgNjg2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM0NSAtNTU5NykiPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzNCIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzQiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjI3KSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQ0MCIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0NDAiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjMzKSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQ0MSIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0NDEiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjM5KSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzNSIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzUiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjIxKSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzNiIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzYiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjE1KSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzNyIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzciIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjA5KSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzOCIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzgiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjAzKSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzOSIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzkiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NTk3KSIgZmlsbD0iIzNhNzdkOCIvPg0KICA8L2c+DQo8L3N2Zz4NCg==);
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 4px;
  height: 46px;
}
.success-stories .success-stories__item img {
  width: 113px;
  height: 113px;
  object-fit: contain;
}
.success-stories .success-stories__item .name-pos {
  margin-top: 25px;
}
.success-stories .success-stories__item .name-pos .name {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.success-stories .success-stories__item .name-pos .pos {
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #7ca6ea;
}
.success-stories .cBtn {
  margin-top: 37px;
  margin-left: 10px;
}
.success-stories .cBtn:hover {
  background: #fff;
  color: #1a5ecb;
}
.success-stories .row {
  margin-right: -23px;
  margin-left: -23px;
}
.success-stories .col-lg-4,
.success-stories .col-sm-4 {
  padding-right: 23px;
  padding-left: 23px;
}
.success-stories.success-stories-grey {
  background: #f5f5f5;
}
.success-stories.success-stories-grey h2 {
  color: #1a5ecb;
}
.success-stories.success-stories-grey h2 span {
  color: #09102e;
}
.success-stories.success-stories-grey .success-stories__item .content {
  background: #fff;
  color: #000;
}
.success-stories.success-stories-grey .success-stories__item img {
  object-fit: cover;
  object-position: center;
}
.success-stories.success-stories-grey .success-stories__item .name-pos .name {
  color: #000;
}
.success-stories.success-stories-grey .success-stories__item .name-pos .pos {
  color: #000;
}

.success-stories .bubble1 {
  top: 68%;
  right: -10vw;
  right: -8%;
}
.success-stories .bubble2 {
  bottom: auto;
  top: -9%;
}

.success-stories__item img,
.success-stories .name-pos {
  opacity: 0;
  transition: all 1s;
}

.success-stories__item .content {
  opacity: 0;
  transition: all 1s;
}

.success-stories .cBtn {
  opacity: 0;
  transition: all 1s;
}

.aos-animate .success-stories__item img, .aos-animate.success-stories .name-pos {
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.8s;
}
.aos-animate .success-stories__item .content {
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.8s;
}
.aos-animate.success-stories .cBtn {
  opacity: 1;
}
.aos-animate.success-stories .cBtn:hover {
  background: #fff;
  color: #1a5ecb;
}

@media (max-width: 991px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .col-lg-4,
  .col-sm-4 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .success-stories .bubble1,
  .success-stories .bubble2 {
    display: none;
  }
  .success-stories {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .success-stories .title h2,
  .success-stories .title h2 span {
    font-size: 38px;
    line-height: 52px;
  }
  .success-stories .title h2 {
    margin-bottom: 36px;
  }
  .success-stories .success-stories__item .content {
    font-size: 18px;
    line-height: 28px;
  }
  .success-stories .cBtn {
    margin-top: 60px;
    margin-right: 0;
  }
  .success-stories .success-stories__item .content {
    padding: 50px 17px 30px 17px;
  }
}
@media (max-width: 575px) {
  .success-stories {
    padding-top: 90px;
  }
  .success-stories .title h2 {
    margin-bottom: 55px;
  }
  .success-stories__item {
    margin-bottom: 70px;
  }
  .success-stories .cBtn {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .content-image .row {
    display: flex;
    align-items: center;
  }
}
.content-image .section-title h2 {
  margin-bottom: 69px;
}
.content-image .section-title h2 span {
  color: #1a5ecb;
  display: block;
}
.content-image__left .content {
  margin-bottom: 23px;
}
.content-image__left .site_btn:hover {
  border: 1px solid #1a5ecb;
}
.content-image.content-image__leftTitle .section-title .site-h2 {
  text-align: left;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .content-image.content-image__leftTitle .section-title .site-h2 {
    text-align: center;
  }
}
.content-image.content-image__leftTitle .section-title .site-h2 span {
  text-align: left;
}
@media (max-width: 991px) {
  .content-image.content-image__leftTitle .section-title .site-h2 span {
    text-align: center;
  }
}
.content-image.content-image__leftTitle .content {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .content-image.content-image__leftTitle .content {
    margin: 0 auto 45px;
  }
}
.content-image.content-image__leftTitle .content.site-p {
  max-width: 448px;
  width: 100%;
}
.content-image.content-image__leftTitle .site_btn {
  min-width: 255px;
}

@media (max-width: 991px) {
  .content-image .section-title h2 {
    margin: 0;
    margin-bottom: 42px;
  }
  .content.site-p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
  }
  .content-image__left {
    text-align: center;
    margin-bottom: 87px;
  }
  .content-image__right img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .content-image .section-title h2 span {
    display: inline;
  }
  .content-image__left {
    margin-bottom: 72px;
  }
}
.google-review {
  padding: 0 0 80px 0;
  background: #fff;
  position: relative;
  text-align: center;
}
.google-review:before {
  content: "";
  background: #f5f5f5;
  background-size: cover;
  height: 42px;
  height: calc(50% - 85px);
  width: 100%;
  position: absolute;
  top: -42px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.google-review .google-review_block {
  max-width: 1060px;
  margin: 0 auto;
  margin-top: -85px;
}
.google-review .review-block {
  min-height: 230px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  flex-wrap: wrap;
  margin: 15px 0;
}
.google-review .review-block .num {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 60px;
  font-size: 24px;
  line-height: 68px;
  line-height: 1.2;
  text-align: center;
  color: #1a5ecb;
  margin-bottom: 15px;
}
.google-review .review-block .num span {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.google-review .review-block .card-image {
  margin-bottom: 15px;
}
.google-review .review-block .title {
  margin-bottom: 10px;
}
.google-review .review-block .title span {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
  line-height: 24px;
  text-align: center;
  color: #09102e;
}

.recent_work {
  background-color: #f5f5f5;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .recent_work {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .recent_work {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .recent_work {
    padding: 110px 0;
  }
}
.recent_work-wrapper {
  transform: translateX(353px);
  position: relative;
}
@media (max-width: 1740px) {
  .recent_work-wrapper {
    transform: translateX(268px);
  }
}
@media (max-width: 1640px) {
  .recent_work-wrapper {
    transform: translateX(222px);
  }
}
@media (max-width: 1540px) {
  .recent_work-wrapper {
    transform: translateX(170px);
  }
}
@media (max-width: 1440px) {
  .recent_work-wrapper {
    transform: translateX(150px);
  }
}
@media (max-width: 1366px) {
  .recent_work-wrapper {
    transform: translateX(110px);
  }
}
@media (max-width: 1280px) {
  .recent_work-wrapper {
    transform: translateX(68px);
  }
}
@media (max-width: 1024px) {
  .recent_work-wrapper {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .recent_work-wrapper {
    transform: translateX(48px);
  }
}
@media (max-width: 767px) {
  .recent_work-wrapper {
    transform: translateX(30px);
  }
}
@media (max-width: 575px) {
  .recent_work-wrapper {
    transform: translateX(0);
    padding: 0 30px;
  }
}
.recent_work .recent_work-title {
  margin: 0 0 50px;
}
@media (max-width: 1024px) {
  .recent_work .recent_work-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .recent_work .recent_work-title {
    transform: translateX(-48px);
  }
}
@media (max-width: 768px) {
  .recent_work .recent_work-title {
    transform: translateX(-30px);
    padding: 0;
  }
}
@media (max-width: 575px) {
  .recent_work .recent_work-title {
    transform: translateX(0);
  }
}
.recent_work .recent_work-title .site-h2 {
  text-align: left;
  color: #1a5ecb;
  margin: 0 0 15px;
}
@media (max-width: 1024px) {
  .recent_work .recent_work-title .site-h2 {
    text-align: center;
    margin: 0 0 10px;
  }
}
.recent_work .recent_work-title p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #09102e;
}
.recent_work .recent_work-slider {
  position: relative;
  /* the slides */
  /* the parent */
}
.recent_work .recent_work-slider .slick-slide {
  margin: 0 12px;
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider .slick-slide {
    margin: 0 10px;
  }
}
.recent_work .recent_work-slider .slick-track {
  transition: fade 2000ms ease-out;
  infinite: true;
}
.recent_work .recent_work-slider .slick-list {
  margin: 0 -15px;
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider .slick-list {
    margin: 0 -10px;
    padding: 0 30% 0 0;
  }
}
.recent_work .recent_work-slider .slick-arrow {
  position: absolute;
  top: -114px;
  left: auto;
  right: auto;
  width: 53px;
  height: 53px;
}
.recent_work .recent_work-slider .slick-arrow.slick-prev {
  top: -140px;
  right: 720px;
  transform: rotateY(180deg);
}
@media (max-width: 1740px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    right: 660px;
  }
}
@media (max-width: 1640px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    right: 630px;
  }
}
@media (max-width: 1540px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    right: 600px;
  }
}
@media (max-width: 1440px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    right: 570px;
  }
}
@media (max-width: 1366px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    right: 540px;
  }
}
@media (max-width: 1280px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    right: 510px;
  }
}
@media (max-width: 1200px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    right: 480px;
  }
}
@media (max-width: 1024px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    right: inherit;
    top: auto;
    left: 40%;
    bottom: -90px;
  }
}
@media (max-width: 828px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    left: 39%;
  }
}
@media (max-width: 768px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    left: 38%;
  }
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider .slick-arrow.slick-prev {
    bottom: -50px;
    left: calc(50% - 60px);
    right: auto;
  }
}
.recent_work .recent_work-slider .slick-arrow.slick-prev:before {
  display: none;
}
.recent_work .recent_work-slider .slick-arrow.slick-next {
  right: 650px;
}
@media (max-width: 1740px) {
  .recent_work .recent_work-slider .slick-arrow.slick-next {
    right: 590px;
  }
}
@media (max-width: 1640px) {
  .recent_work .recent_work-slider .slick-arrow.slick-next {
    right: 560px;
  }
}
@media (max-width: 1540px) {
  .recent_work .recent_work-slider .slick-arrow.slick-next {
    right: 530px;
  }
}
@media (max-width: 1440px) {
  .recent_work .recent_work-slider .slick-arrow.slick-next {
    right: 500px;
  }
}
@media (max-width: 1366px) {
  .recent_work .recent_work-slider .slick-arrow.slick-next {
    right: 470px;
  }
}
@media (max-width: 1280px) {
  .recent_work .recent_work-slider .slick-arrow.slick-next {
    right: 440px;
  }
}
@media (max-width: 1200px) {
  .recent_work .recent_work-slider .slick-arrow.slick-next {
    right: 420px;
  }
}
@media (max-width: 1024px) {
  .recent_work .recent_work-slider .slick-arrow.slick-next {
    right: inherit;
    top: auto;
    left: 46.5%;
    bottom: -115px;
  }
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider .slick-arrow.slick-next {
    bottom: -75px;
    left: auto;
    right: calc(50% - 60px);
  }
}
.recent_work .recent_work-slider .slick-arrow.slick-next:before {
  display: none;
}
.recent_work .recent_work-slider .slick-arrow.slick-disabled {
  opacity: 0.28;
}
.recent_work .recent_work-slider .recent_slide-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider .recent_slide-item {
    margin: 0 10px 30px;
  }
}
.recent_work .recent_work-slider .recent_slide-item.empty-slide {
  display: none;
}
.recent_work .recent_work-slider .recent_slide-item .recent_img {
  position: relative;
}
.recent_work .recent_work-slider .recent_slide-item .recent_img img {
  width: 100%;
  height: 448px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1024px) {
  .recent_work .recent_work-slider .recent_slide-item .recent_img img {
    height: 303px;
  }
}
@media (max-width: 767px) {
  .recent_work .recent_work-slider .recent_slide-item .recent_img img {
    height: 222px;
  }
}
.recent_work .recent_work-slider .recent_slide-item .recent_img span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: max-content;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  font-size: 16px;
  line-height: 20px;
  color: #09102e;
  padding: 19px 33px;
  visibility: hidden;
  opacity: 0;
  transition: background-color 0.3s ease;
}
.recent_work .recent_work-slider .recent_slide-item .recent_content {
  text-align: left;
  background-color: #fff;
  padding: 40px 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .recent_work .recent_work-slider .recent_slide-item .recent_content {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .recent_work .recent_work-slider .recent_slide-item .recent_content {
    padding: 40px 45px;
  }
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider .recent_slide-item .recent_content {
    padding: 40px 30px;
  }
}
.recent_work .recent_work-slider .recent_slide-item .recent_content h5 {
  font-size: 22px;
  line-height: 28px;
  color: #09102e;
  font-weight: 600;
  margin: 0 0 15px;
  transition: color 0.3s ease;
}
.recent_work .recent_work-slider .recent_slide-item .recent_content h3 {
  color: #1a5ecb !important;
  font-family: "Publico Banner";
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  margin: 0 0 15px !important;
}
.recent_work .recent_work-slider .recent_slide-item .recent_content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px;
  color: #09102e;
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider .recent_slide-item .recent_content p {
    display: none;
  }
}
.recent_work .recent_work-slider .recent_slide-item .recent_content .recent_content-category ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}
.recent_work .recent_work-slider .recent_slide-item .recent_content .recent_content-category ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 22px;
  color: #9b9b9b;
  margin-left: 20px;
}
.recent_work .recent_work-slider .recent_slide-item .recent_content .recent_content-category ul li:first-child {
  list-style-type: none;
  margin-left: 0;
}
.recent_work .recent_work-slider .recent_slide-item .recent_content .review_numbers {
  margin: 15px 0 30px;
  padding: 0;
}
.recent_work .recent_work-slider .recent_slide-item .recent_content .review_numbers li {
  align-items: center;
  color: #1a5ecb;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  column-gap: 15px;
  display: flex;
  margin-bottom: 12px;
  padding-left: 36px;
  position: relative;
  text-align: left;
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider .recent_slide-item .recent_content .review_numbers li {
    flex-wrap: wrap;
  }
}
.recent_work .recent_work-slider .recent_slide-item .recent_content .review_numbers li:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cmask id='a' width='24' height='25' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 .409h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%231A5ECB' d='m11 6.234-4.6 4.575-1.4-1.4 7-7 7 7-1.4 1.425-4.6-4.6v7.175h-2zm0 12.175v-3h2v3zm0 4v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 0;
  top: 50%;
  width: 24px;
}
.recent_work .recent_work-slider .recent_slide-item .recent_content .review_numbers li .number_raised {
  color: #1a5ecb;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 52px;
  min-width: 104px;
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider .recent_slide-item .recent_content .review_numbers li .number_raised {
    font-size: 36px;
    line-height: 46px;
  }
}
.recent_work .recent_work-slider .recent_slide-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.recent_work .recent_work-slider .recent_slide-item a span {
  transition: all 1s;
}
.recent_work .recent_work-slider .recent_slide-item a:hover ~ .recent_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.recent_work .recent_work-slider .recent_slide-item a:hover ~ .recent_img span {
  visibility: visible;
  opacity: 1;
  transition: all 1s;
}
.recent_work .recent_work-slider:after {
  content: "";
  display: block;
  width: 416px;
  height: 100%;
  background: rgb(245, 245, 245);
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 15%, rgb(245, 245, 245) 100%);
  position: absolute;
  right: 353px;
  top: 0;
}
@media (max-width: 1740px) {
  .recent_work .recent_work-slider:after {
    right: 268px;
  }
}
@media (max-width: 1640px) {
  .recent_work .recent_work-slider:after {
    right: 222px;
  }
}
@media (max-width: 1540px) {
  .recent_work .recent_work-slider:after {
    right: 170px;
  }
}
@media (max-width: 1440px) {
  .recent_work .recent_work-slider:after {
    right: 150px;
  }
}
@media (max-width: 1366px) {
  .recent_work .recent_work-slider:after {
    right: 110px;
  }
}
@media (max-width: 1280px) {
  .recent_work .recent_work-slider:after {
    right: 68px;
  }
}
@media (max-width: 991px) {
  .recent_work .recent_work-slider:after {
    right: 48px;
    width: 314px;
  }
}
@media (max-width: 767px) {
  .recent_work .recent_work-slider:after {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .recent_work .recent_work-slider:after {
    display: none;
  }
}
.recent_work .work-more {
  margin-top: 63px;
}
.recent_work .work-more .site_btn {
  min-width: 189px;
}

body .recent_work-slider[data-aos=fade-left] {
  transform: translate3d(30px, 0, 0) !important;
}

body .recent_work-slider.aos-animate[data-aos=fade-left] {
  transform: translate3d(0, 0, 0) !important;
}

.worried-about {
  background-color: #09102e;
  color: #fff;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .worried-about {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .worried-about {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .worried-about {
    padding: 110px 0;
  }
}
.worried-about .container {
  max-width: 1180px;
  width: 100%;
}
@media (max-width: 1080px) {
  .worried-about .container {
    max-width: 485px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .worried-about .container .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .worried-about .container .row [class*=col-lg] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .worried-about__right {
    margin: 0 0 55px;
  }
}
@media (max-width: 1080px) {
  .worried-about__right {
    text-align: center;
  }
}
.worried-about__right .section-title .site-h2 {
  color: #fff;
  text-align: left;
  margin: 0 0 20px;
}
@media (max-width: 1080px) {
  .worried-about__right .section-title .site-h2 {
    text-align: center;
    margin: 0 0 45px;
  }
}
@media (max-width: 575px) {
  .worried-about__right .section-title .site-h2 {
    margin: 0 0 64px;
  }
}
.worried-about__right .section-title .site-h2 span {
  color: #fe9a00;
}
.worried-about__right .content.site-p {
  color: #fff;
}
@media (max-width: 991px) {
  .worried-about__right .content.site-p {
    font-size: 18px;
    line-height: 28px;
  }
}
.worried-about__right .content.site-p p {
  color: #fff;
  margin: 0 0 25px;
}
@media (max-width: 1080px) {
  .worried-about__right .content.site-p p {
    text-align: center;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .worried-about__right .content.site-p p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .worried-about__right .content.site-p p {
    margin: 0 0 48px;
  }
}
.worried-about__right .content.site-p ul {
  padding: 0;
}
.worried-about__right .content.site-p ul li {
  padding-left: 40px;
  margin: 0 0 10px;
  position: relative;
}
.worried-about__right .content.site-p ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.176' height='25.177' viewBox='0 0 25.176 25.177'%3E%3Cg id='icon_tick' transform='translate(-977 -10257.596)'%3E%3Cpath id='Path_543' data-name='Path 543' d='M25.176,12.588A12.588,12.588,0,1,1,12.587,0,12.588,12.588,0,0,1,25.176,12.588' transform='translate(977 10257.597)' fill='%23fe9a00'/%3E%3Cpath id='Path_544' data-name='Path 544' d='M20.079,7.416,10.684,16.8l-3.7-3.7L5.145,14.93l5.539,5.539L21.907,9.245Z' transform='translate(976.061 10256.242)' fill='%2309102e'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
}
.worried-about__right .content.site-p ul li:last-child {
  margin: 0;
}
.worried-about__right .site_btn {
  margin-top: 60px;
  min-width: 266px;
}
@media (max-width: 1080px) {
  .worried-about__right .site_btn {
    margin-top: 55px;
  }
}
@media (max-width: 575px) {
  .worried-about__right .site_btn {
    margin-top: 75px;
  }
}
.worried-about__left {
  text-align: center;
}
.worried-about__left img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .worried-about__left img {
    max-width: 267px;
    width: 100%;
  }
}

.worried-about__left svg * {
  transition: all 1.5s;
}
.worried-about__left path#speedo_bg {
  opacity: 0;
}
.worried-about__left path#speedo_pointer {
  opacity: 0;
}
.worried-about__left path#speedo_pink {
  opacity: 0;
}

.worried-about.aos-animate svg * {
  transition: all 1.5s;
}
.worried-about.aos-animate .worried-about__left path#speedo_bg {
  opacity: 1;
  transition-delay: 0.5s;
}
.worried-about.aos-animate .worried-about__left path#speedo_pointer {
  opacity: 1;
  transition-delay: 1s;
}
.worried-about.aos-animate .worried-about__left path#speedo_pink {
  opacity: 1;
  transition-delay: 1.5s;
}

linearGradient#paint0_linear_1_17 stop:nth-child(1) {
  stop-color: #09102e;
  opacity: 1 !important;
}

linearGradient#paint0_linear_1_17 stop:nth-child(2) {
  stop-color: #fff;
}

.modal_subscribe-2022 {
  padding-right: 0 !important;
}
.modal_subscribe-2022.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal_subscribe-2022 .modal-header {
  border-bottom: 0;
}
.modal_subscribe-2022 .modal-body {
  padding: 15px 40px;
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
@media (max-width: 575px) {
  .modal_subscribe-2022 .modal-body {
    padding: 15px 20px;
  }
}
.modal_subscribe-2022 .modal-body .gform_wrapper .gfield label {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #09102e;
}
.modal_subscribe-2022 .modal-body .gform_wrapper .gfield .ginput_container {
  border-bottom: 0;
  margin: 0 0 10px;
}
.modal_subscribe-2022 .modal-body .gform_wrapper .gfield .ginput_container input {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #09102e;
  border: 1px solid rgba(155, 155, 155, 0.3) !important;
  border-radius: 5px;
  padding: 15px 20px !important;
  background: transparent;
}
.modal_subscribe-2022 .modal-body .gform_wrapper .gfield .ginput_container input::placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
.modal_subscribe-2022 .modal-body .gform_wrapper .gform_footer .gform_button {
  padding: 12px 40px;
  border-radius: 33px;
  font-weight: 600;
}
.modal_subscribe-2022 .modal-body .gform_wrapper .gform_footer .gform_button:hover {
  background: #1258c8;
  color: #fff;
}

.faq-2022 {
  background-color: #f5f5f5;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .faq-2022 {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .faq-2022 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .faq-2022 {
    padding: 110px 0;
  }
}
.faq-2022 .container {
  max-width: 1650px;
  width: 100%;
}
.faq-2022_left {
  max-width: 703px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1080px) {
  .faq-2022_left {
    padding-right: 0;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
  }
}
.faq-2022_left .site-h2 {
  margin: 0 0 25px;
}
@media (max-width: 1080px) {
  .faq-2022_left .site-h2 {
    margin: 0 0 45px;
  }
}
@media (max-width: 575px) {
  .faq-2022_left .site-h2 {
    margin: 0 0 38px;
  }
}
.faq-2022_left .site-h2 span {
  color: #1a5ecb;
}
.faq-2022_left p {
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
  max-width: 453px;
  width: 100%;
  margin: 0 auto;
}
.faq-2022_left .site_btn {
  margin: 38px 0 0;
}
.faq-2022_right {
  margin: 80px 0 0;
}
@media (max-width: 1199px) {
  .faq-2022_right {
    margin: 55px 0 0;
  }
}
@media (max-width: 575px) {
  .faq-2022_right {
    margin: 105px 0 0;
  }
}
.faq-2022_right #faqs {
  background: transparent;
}
.faq-2022_right #faqs .title-section {
  display: none;
}
.faq-2022_right #faqs .card {
  display: block;
}
.faq-2022_right #faqs .card:before, .faq-2022_right #faqs .card:after {
  content: "";
  display: block;
  clear: both;
}
.faq-2022_right #faqs .card-wrapper {
  padding: 40px 40px 33px;
  border-radius: 11px;
  margin-left: 23px;
  margin-right: 23px;
  margin-bottom: 15px;
  float: left;
  width: calc(50% - 56px);
}
@media (max-width: 1080px) {
  .faq-2022_right #faqs .card-wrapper {
    padding: 29px;
  }
}
@media (max-width: 991px) {
  .faq-2022_right #faqs .card-wrapper {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .faq-2022_right #faqs .card-wrapper {
    padding: 23px 29px;
    margin-bottom: 24px;
  }
}
.faq-2022_right #faqs .card-wrapper .card-header a {
  font-size: 18px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding-right: 35px;
  position: relative;
}
.faq-2022_right #faqs .card-wrapper .card-header a h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.faq-2022_right #faqs .card-wrapper .card-header a i {
  display: none;
}
.faq-2022_right #faqs .card-wrapper .card-header a:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.825' height='25.825' viewBox='0 0 25.825 25.825'%3E%3Cg id='icon_faqarrow' transform='translate(-1438.346 -8926)'%3E%3Cpath id='Path_541' data-name='Path 541' d='M25.825,12.913A12.913,12.913,0,1,1,12.913,0,12.913,12.913,0,0,1,25.825,12.913' transform='translate(1438.346 8926)' fill='%231a5ecb' fill-rule='evenodd'/%3E%3Cpath id='Path_542' data-name='Path 542' d='M18.653,25.932l7.354-7.354-.942-.942-6.412,6.412V10.876H17.32V24.047l-6.411-6.412-.942.942,7.354,7.354v.092h.092l.574.574.574-.574h.092Z' transform='translate(1433.272 8920.463)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
}
.faq-2022_right #faqs .card-wrapper .card-header a.collapsed:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.825' height='25.825' viewBox='0 0 25.825 25.825'%3E%3Cg id='Group_733' data-name='Group 733' transform='translate(-8926 1464.171) rotate(-90)'%3E%3Cpath id='Path_541' data-name='Path 541' d='M25.825,12.913A12.913,12.913,0,1,1,12.913,0,12.913,12.913,0,0,1,25.825,12.913' transform='translate(1438.346 8926)' fill='%231a5ecb' fill-rule='evenodd'/%3E%3Cpath id='Path_542' data-name='Path 542' d='M18.653,25.932l7.354-7.354-.942-.942-6.412,6.412V10.876H17.32V24.047l-6.411-6.412-.942.942,7.354,7.354v.092h.092l.574.574.574-.574h.092Z' transform='translate(1433.272 8920.463)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.faq-2022_right #faqs .card-wrapper .card-body {
  padding: 35px 0 0 45px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 575px) {
  .faq-2022_right #faqs .card-wrapper .card-body {
    padding: 11px 0 0;
  }
}
.faq-2022_right #faqs .card-wrapper .card-body p {
  font-size: 18px;
  line-height: 28px;
}
.faq-2022_right #faqs .card-wrapper .card-body p:last-child {
  margin: 0;
}
.faq-2022_right #faqs .card-wrapper:last-child {
  margin-bottom: 0;
}
.faq-2022_right #faqs .accordian-wrapper {
  margin-bottom: 0;
}

body.page-faqs .site-wrap #banner-2022 .mainB.banner_darkBlue .row {
  justify-content: center !important;
}
body.page-faqs .site-wrap #banner-2022 .mainB.banner_darkBlue .bannerC {
  text-align: center;
}
body.page-faqs .site-wrap .faq-2022 + .faq-2022 {
  padding-top: 0;
}

#footer-2022 {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding-top: 67px;
}
#footer-2022 .bubble1 {
  bottom: -165px;
  top: auto;
  right: -12%;
}
@media (max-width: 991px) {
  #footer-2022 .bubble1 {
    top: 15px;
    bottom: auto;
  }
}
@media (max-width: 575px) {
  #footer-2022 .bubble1 {
    top: -275px;
    right: auto;
    left: 60px;
  }
}
@media (max-width: 575px) {
  #footer-2022 .bubble1 svg {
    width: 484px;
  }
}
#footer-2022 .bubble2 {
  display: none;
}
@media (max-width: 1199px) {
  #footer-2022 .bubble2 {
    display: block;
    position: absolute;
    bottom: 0;
    left: -18%;
  }
}
@media (max-width: 575px) {
  #footer-2022 .bubble2 {
    left: -64%;
  }
}
@media (max-width: 1199px) {
  #footer-2022 .bubble2 svg {
    width: auto;
    height: auto;
  }
}
#footer-2022:before {
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920.001' height='66.639' viewBox='0 0 1920.001 66.639'%3E%3Cpath id='Subtraction_3' data-name='Subtraction 3' d='M4639.769,7541.858h-1920v-20.133c122.625,1.7,246.537,2.561,368.293,2.561,538.7,0,1060.773-16.513,1551.708-49.065v66.638Z' transform='translate(-2719.768 -7475.22)' fill='%231a5ecb'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
}
#footer-2022 .footer-top {
  padding: 170px 0;
  background-color: #1a5ecb;
}
@media (max-width: 1080px) {
  #footer-2022 .footer-top {
    padding: 126px 0 105px;
  }
}
@media (max-width: 575px) {
  #footer-2022 .footer-top {
    padding: 85px 0 95px;
  }
}
#footer-2022 .footer-top .row {
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  #footer-2022 .footer-top .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #footer-2022 .footer-top .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1080px) {
  #footer-2022 .footer-top_left {
    text-align: center;
  }
}
@media (max-width: 991px) {
  #footer-2022 .footer-top_left .footer_image .wp-block-image {
    margin: 0;
  }
}
@media (max-width: 991px) {
  #footer-2022 .footer-top_left .footer_image .wp-block-image img {
    max-width: 246px;
    height: auto;
  }
}
@media (max-width: 1080px) {
  #footer-2022 .footer-top_right {
    text-align: center;
  }
}
#footer-2022 .footer-top_right .footer-content h2 {
  font-family: "Publico Banner", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
  margin-top: 0;
  text-align: left;
  max-width: 537px;
  width: 100%;
}
@media (max-width: 1080px) {
  #footer-2022 .footer-top_right .footer-content h2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  #footer-2022 .footer-top_right .footer-content h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
#footer-2022 .footer-top_right .footer-content h2 span {
  font-family: "Gellatio Regular", sans-serif;
  font-size: 44px;
  color: #fe9a00;
  margin-right: 10px;
}
@media (max-width: 991px) {
  #footer-2022 .footer-top_right .footer-content h2 span {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  #footer-2022 .footer-top_right .footer-content .footer_image {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  #footer-2022 .footer-top_right .footer-content .footer_image .wp-block-image img {
    max-width: 246px;
  }
}
#footer-2022 .footer-top_right .footer-content .site_btn {
  min-width: 255px;
}
#footer-2022 .footer-bottom {
  padding-bottom: 230px;
  padding-bottom: 15px;
  background-color: #1a5ecb;
}
@media (max-width: 1080px) {
  #footer-2022 .footer-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  #footer-2022 .footer-bottom ul {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  #footer-2022 .footer-bottom .row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  #footer-2022 .footer-bottom .row [class*=col-]:first-child {
    order: 1;
  }
}
@media (max-width: 1199px) {
  #footer-2022 .footer-bottom .row [class*=col-]:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 575px) {
  #footer-2022 .footer-bottom .row [class*=col-]:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 1199px) {
  #footer-2022 .footer-bottom .row [class*=col-]:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 575px) {
  #footer-2022 .footer-bottom .row [class*=col-]:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 1199px) {
  #footer-2022 .footer-bottom .row [class*=col-]:last-child {
    order: 4;
  }
}
@media (max-width: 991px) {
  #footer-2022 .footer-bottom .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
    flex-basis: 50%;
  }
}
@media (max-width: 575px) {
  #footer-2022 .footer-bottom .row [class*=col-] {
    flex-basis: 100%;
    text-align: center;
  }
}
#footer-2022 .footer-bottom .mobile-image {
  margin: 0 0 38px;
}
@media (max-width: 1199px) {
  #footer-2022 .footer-bottom .mobile-image {
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  #footer-2022 .footer-bottom .mobile-image {
    text-align: center;
  }
}
#footer-2022 .footer-bottom .widget {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  #footer-2022 .footer-bottom .widget {
    margin: 0 0 30px;
  }
}
#footer-2022 .footer-bottom .widget .wp-block-image {
  display: none;
}
#footer-2022 .footer-bottom .widget#block-8 {
  font-weight: 400;
}
@media (max-width: 1199px) {
  #footer-2022 .footer-bottom .widget#block-8 {
    margin-bottom: 10px;
  }
}
#footer-2022 .footer-bottom .widget h3,
#footer-2022 .footer-bottom .widget p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}
#footer-2022 .footer-bottom .widget ul {
  padding-left: 0;
}
#footer-2022 .footer-bottom .widget ul li {
  border-bottom: none;
}
#footer-2022 .footer-bottom .widget ul li a {
  color: #fff;
  padding: 4px 0;
  font-weight: 400;
}
#footer-2022 .footer-bottom .widget ul li a:before {
  display: none;
}
#footer-2022 .footer-bottom .widget ul li a i {
  margin-right: 8px;
}
#footer-2022 .footer-bottom .widget ul li a a:hover {
  color: #fe9a00;
}
#footer-2022 .footer-bottom .widget ul#menu-footer-bottom-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
@media (max-width: 575px) {
  #footer-2022 .footer-bottom .widget ul#menu-footer-bottom-menu {
    justify-content: center;
  }
}
#footer-2022 .footer-bottom .widget ul#menu-footer-bottom-menu li a {
  border-right: 1px solid #fff;
  padding: 0 10px;
  line-height: 18px;
  display: inline-block;
}
#footer-2022 .footer-bottom .widget ul#menu-footer-bottom-menu li:first-child a {
  padding-left: 0;
}
#footer-2022 .footer-bottom .widget ul#menu-footer-bottom-menu li:last-child a {
  border-right: 0;
}
#footer-2022 .footer-bottom .footer-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  #footer-2022 .footer-bottom .footer-social {
    margin: 25px 0 0;
  }
}
@media (max-width: 575px) {
  #footer-2022 .footer-bottom .footer-social {
    justify-content: center;
  }
}
#footer-2022 .footer-bottom .footer-social li a {
  width: 33px;
  height: 33px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 22px;
}
#footer-2022 .footer-bottom .footer-social li a i {
  color: #1a5ecb;
  margin-right: 0 !important;
}
#footer-2022 .footer-bottom .footer-social li a:hover {
  background: #fe9a00;
}
#footer-2022 .footer-bottom .footer-social li a:hover i {
  color: #fff;
}

.faq-2022 + #footer-2022 {
  background-color: #f5f5f5;
}

#faqs + #footer-2022 {
  background-color: #f5f5f5;
}

#footer-2022 .footer-bottom .copyright {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  font-size: 14px;
}

@media (max-width: 575px) {
  #footer-2022 .footer-bottom .row [class*=col-] {
    flex-basis: 100%;
    text-align: center !important;
  }
}
.team-2022 {
  background-color: #f5f5f5;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .team-2022 {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .team-2022 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .team-2022 {
    padding: 110px 0;
  }
}
.team-2022 .team-2022-wrapper .team-2022-block img {
  width: 187px;
  height: 187px;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .team-2022 {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .team-2022 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .team-2022 {
    padding: 80px 0;
  }
}
.team-2022 .section-title {
  max-width: 598px;
  width: 100%;
  margin: 0 auto 102px;
}
@media (max-width: 1366px) {
  .team-2022 .section-title {
    margin: 0 auto 75px;
  }
}
@media (max-width: 991px) {
  .team-2022 .section-title {
    margin: 0 auto 55px;
  }
}
.team-2022 .section-title .site-h2 {
  line-height: 68px;
  margin: 0;
}
@media (max-width: 991px) {
  .team-2022 .section-title .site-h2 {
    line-height: 52px;
  }
}
.team-2022 .section-title .site-h2 span {
  color: #1a5ecb;
}
.team-2022 .team-2022-wrapper .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.team-2022 .team-2022-wrapper .team-2022-block {
  margin: 0 0 110px;
  text-align: center;
}
@media (max-width: 1366px) {
  .team-2022 .team-2022-wrapper .team-2022-block {
    margin: 0 0 80px;
  }
}
.team-2022 .team-2022-wrapper .team-2022-block .team-block-img {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .team-2022 .team-2022-wrapper .team-2022-block .team-block-img {
    margin: 0 0 25px;
  }
}
.team-2022 .team-2022-wrapper .team-2022-block .team-block-content h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 7px;
  color: #09102e;
}
.team-2022 .team-2022-wrapper .team-2022-block .team-block-content span {
  font-size: 14px;
  line-height: 22px;
  color: #9b9b9b;
}
.team-2022 .team-2022-wrapper .team-2022-block .team-block-content p {
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1366px) {
  .team-2022 .team-2022-wrapper .team-2022-block .team-block-content p {
    margin: 20px 0;
  }
}
.team-2022 .team-img {
  text-align: center;
}
.team-2022 .team-img img {
  max-width: 100%;
}

.extra_section {
  padding: 170px 0;
  text-align: center;
  color: #09102e;
}
@media (max-width: 1440px) {
  .extra_section {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .extra_section {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .extra_section {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .extra_section {
    padding: 70px 0;
  }
}
.extra_section .container {
  max-width: 900px;
}
.extra_section .section-title,
.extra_section p {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
.extra_section .section-title h2 {
  margin: 0 0 35px;
}
.extra_section p {
  font-size: 18px;
  line-height: 28px;
  margin: 40px auto;
}
.extra_section ul {
  padding: 0;
  margin: 0 0 40px;
  text-align: left;
}
@media (max-width: 991px) {
  .extra_section ul {
    margin: 0;
  }
}
.extra_section ul li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 5px;
}
.extra_section ul li:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_967' data-name='Group 967' xmlns='http://www.w3.org/2000/svg' width='21.176' height='21.176' viewBox='0 0 21.176 21.176'%3E%3Ccircle id='Ellipse_1469' data-name='Ellipse 1469' cx='10.588' cy='10.588' r='10.588' transform='translate(21.176 21.176) rotate(-180)' fill='%23d84242'/%3E%3Crect id='Rectangle_1327' data-name='Rectangle 1327' width='2.049' height='13.004' transform='translate(15.888 14.438) rotate(135)' fill='%23fff'/%3E%3Crect id='Rectangle_1328' data-name='Rectangle 1328' width='2.049' height='13.004' transform='translate(14.439 5.242) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3px;
  left: 0;
}
.extra_section .site_btn {
  min-width: 255px;
}
.extra_section .site_btn:hover {
  border: 1px solid #1a5ecb;
}

.block_content_withaccordion .content-block .short-description a {
  color: #FE9A00;
}
.block_content_withaccordion .content-accordion .accordion-body a {
  color: #FE9A00;
}

.bgBlue {
  background-color: #09102e;
  padding: 170px 0;
  color: #fff;
}
@media (max-width: 1366px) {
  .bgBlue {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .bgBlue {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .bgBlue {
    padding: 110px 0;
  }
}

.bgYellow {
  background-color: #fe9a00;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .bgYellow {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .bgYellow {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .bgYellow {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .bgYellow {
    padding: 80px 0;
  }
}

.imageRight-contentLeft .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.imageRight-contentLeft .row.flex-row-reverse {
  flex-direction: row-reverse;
}
.imageRight-contentLeft .imageRight {
  text-align: right;
}
@media (max-width: 991px) {
  .imageRight-contentLeft .imageRight {
    text-align: center;
  }
}
.imageRight-contentLeft .imageRight img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .imageRight-contentLeft .contentLeft {
    text-align: center;
  }
}
.imageRight-contentLeft .contentLeft h2 {
  color: #fff;
  text-align: left;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .imageRight-contentLeft .contentLeft h2 {
    text-align: center;
    margin: 0 0 25px;
  }
}
.imageRight-contentLeft .contentLeft p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 40px;
  max-width: 416px;
  width: 100%;
}
@media (max-width: 991px) {
  .imageRight-contentLeft .contentLeft p {
    margin: 0 0 30px;
  }
}
.imageRight-contentLeft .contentLeft .site_btn {
  min-width: 255px;
}

.care_plans {
  text-align: center;
}
.care_plans h2 {
  margin: 0;
}
.care_plans .plan_wrapper {
  margin: 75px 0 0;
}
@media (max-width: 1366px) {
  .care_plans .plan_wrapper {
    margin: 50px 0 0;
  }
}
@media (max-width: 991px) {
  .care_plans .plan_wrapper {
    margin: 20px 0 0;
  }
}
.care_plans .plan_wrapper .row {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .care_plans .plan_wrapper .row {
    flex-direction: column;
  }
}
.care_plans .plan_wrapper .plan-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 48px 35px 26px;
  color: #09102e;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1080px) {
  .care_plans .plan_wrapper .plan-block {
    padding: 40px 25px 20px;
  }
}
@media (max-width: 991px) {
  .care_plans .plan_wrapper .plan-block {
    margin: 20px 0;
    padding: 40px 30px;
  }
}
.care_plans .plan_wrapper .plan-block h5 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #1a5ecb;
  margin-top: 30px;
}
.care_plans .plan_wrapper .plan-block .starting_price {
  font-size: 16px;
}
.care_plans .plan_wrapper .plan-block p {
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0 34px;
}
@media (max-width: 1080px) {
  .care_plans .plan_wrapper .plan-block p {
    margin: 15px 0 25px;
  }
}
.care_plans .plan_wrapper .plan-block p strong {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  max-width: 175px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.care_plans .plan_wrapper .plan-block p strong:last-child {
  font-size: 16px;
  color: #1a5ecb;
  margin-top: 32px;
}
.care_plans .plan_wrapper .plan-block p:nth-of-type(2) {
  margin-bottom: 20px;
}
.care_plans .plan_wrapper .plan-block ul {
  margin: 0;
  padding: 0;
  text-align: left;
  border-top: 1px solid #d8d8d8;
}
.care_plans .plan_wrapper .plan-block ul li {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0 10px 30px;
  position: relative;
}
.care_plans .plan_wrapper .plan-block ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.103' height='16.104' viewBox='0 0 16.103 16.104'%3E%3Cg id='icon_tick' transform='translate(-977 -10257.597)'%3E%3Cpath id='Path_543' data-name='Path 543' d='M16.1,8.052A8.052,8.052,0,1,1,8.051,0,8.052,8.052,0,0,1,16.1,8.052' transform='translate(977 10257.597)' fill='%231a5ecb'/%3E%3Cpath id='Path_544' data-name='Path 544' d='M14.7,7.416l-6.009,6L6.322,11.054,5.145,12.222l3.543,3.543,7.179-7.179Z' transform='translate(974.545 10254.059)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 0;
}
.care_plans .plan_wrapper .plan-block .plan_price {
  font-size: 48px;
  line-height: 26px;
  font-weight: 600;
  margin: 35px 0 0;
  display: block;
}
.care_plans .plan_wrapper .plan-block .plan_terms {
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  margin: 15px 0 0;
}
.care_plans .plan_wrapper .plan-block .plan_btn {
  display: inline-block;
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: #1a5ecb;
  border-radius: 32px;
  padding: 17px;
  min-width: 145px;
  color: #fff;
  border: 2px solid #1a5ecb;
}
.care_plans .plan_wrapper .plan-block .plan_btn:hover {
  background-color: #fe9a00;
  border-color: #fe9a00;
  color: #09102e;
}
.care_plans .plan_wrapper .plan-block .badge {
  background-color: transparent;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  color: #1a5ecb;
  display: block;
  margin: 10px 0 0;
}
.care_plans .plan_wrapper .plan-block.plan_popular .plan_btn {
  background-color: #1a5ecb;
  border-color: #1a5ecb;
  color: #fff;
}
.care_plans .plan_wrapper .plan-block.plan_popular .plan_btn:hover {
  background-color: #fe9a00;
  border-color: #fe9a00;
  color: #09102e;
}
.care_plans .plan_meta {
  max-width: 530px;
  width: 100%;
  margin: 100px auto 0;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1366px) {
  .care_plans .plan_meta {
    margin: 70px auto 0;
  }
}
@media (max-width: 1080px) {
  .care_plans .plan_meta {
    margin: 50px auto 0;
  }
}
@media (max-width: 991px) {
  .care_plans .plan_meta {
    margin: 30px auto 0;
  }
}
.care_plans .plan_meta p {
  margin: 0;
}
.care_plans .plan_meta p strong {
  display: block;
}
.care_plans .plan_meta p a {
  color: #09102e;
  text-decoration: underline;
}

.help-is-here .help-is-here_right a {
  background-color: #1a5ecb;
  color: #fff;
  padding: 15px 25px;
}
.help-is-here .help-is-here_right a:hover {
  color: #1a5ecb;
}

.awards-2022 {
  padding: 35px 0;
}
.awards-2022 .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 575px) {
  .awards-2022 .awards-wrapper {
    flex-wrap: wrap;
  }
}
.awards-2022 .awards-wrapper:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: "";
  z-index: 2;
}
.awards-2022 .awards-wrapper:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: white;
  content: "";
  z-index: 2;
}
.awards-2022 .awards-wrapper .awards-block {
  flex-basis: 20%;
  padding: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1200px) {
  .awards-2022 .awards-wrapper .awards-block {
    flex-basis: 25%;
  }
}
@media (max-width: 991px) {
  .awards-2022 .awards-wrapper .awards-block {
    flex-basis: 33.33%;
  }
}
@media (max-width: 768px) {
  .awards-2022 .awards-wrapper .awards-block {
    flex-basis: 50%;
    padding: 15px;
  }
}
.awards-2022 .awards-wrapper .awards-block img {
  max-width: 100%;
}

.site-wrap #banner-2022 .mainB.isInnerBanner {
  background: transparent;
}
.site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 {
  opacity: 0.3;
}
.site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:first-child {
  stop-color: #09102e;
}
.site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:last-child {
  stop-color: #222a4b;
}
.site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:first-child {
  stop-color: #09102e;
}
.site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:last-child {
  stop-color: #4f5c93;
}
.site-wrap #banner-2022 .mainB.isInnerBanner .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.site-wrap #banner-2022 .mainB.isInnerBanner .row [class*=col-] {
  flex-basis: 100%;
}
.site-wrap #banner-2022 .mainB.isInnerBanner .bannerC {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 135px;
}
@media (max-width: 991px) {
  .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC {
    margin-bottom: 105px;
  }
}
.site-wrap #banner-2022 .mainB.isInnerBanner .bannerC h1 {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC h1 {
    margin: 0 0 30px;
  }
}
.site-wrap #banner-2022 .mainB.isInnerBanner .bannerC p {
  max-width: 573px;
  margin: 0 auto;
}
.site-wrap #banner-2022 .mainB.isInnerBanner .bannerC .cBtn {
  margin-top: 50px;
  padding: 15px !important;
}
@media (max-width: 991px) {
  .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC .cBtn {
    margin-top: 30px;
  }
}
.site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer {
  padding-top: 0;
  padding-bottom: 170px;
}
@media (max-width: 1440px) {
  .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer {
    padding-bottom: 40px;
  }
}
.site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .row .google-review-img {
  order: 1;
  margin-top: -85px;
  margin-bottom: 172px;
}
@media (max-width: 1440px) {
  .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .row .google-review-img {
    margin-bottom: 130px;
  }
}
@media (max-width: 991px) {
  .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .row .google-review-img {
    margin-top: -70px;
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .row .google-review-img {
    margin-top: -70px;
    margin-bottom: 80px;
  }
}
.site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .row .featuredText {
  order: 2;
}
.site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .row .featuredText h2 {
  color: #1a5ecb;
}
.site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .row .featuredText h2 span {
  color: #09102e;
}
.site-wrap .featuredContainer-2022.isInnerBrands .featuredContainer .row .brands {
  order: 3;
}
.site-wrap .our-services.isDark {
  background: #09102e;
}
.site-wrap .our-services.isDark .featuredText h2 {
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.site-wrap .our-services.isDark .featuredText h2 span {
  font-family: "Publico Banner", sans-serif;
  color: #fe9a00;
  display: block;
}
.site-wrap .our-services.isDark .featured-content {
  max-width: 264px;
  margin: 0 auto;
}
.site-wrap .our-services.isDark .featured-content h2 {
  font-family: "Publico Banner", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
}
.site-wrap .two_wysiwyg_column {
  background-color: #f5f5f5;
}
.site-wrap .two_wysiwyg_column .container {
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .site-wrap .two_wysiwyg_column .container {
    padding: 150px 30px;
  }
}
@media (max-width: 1280px) {
  .site-wrap .two_wysiwyg_column .container {
    padding: 120px 30px;
  }
}
@media (max-width: 991px) {
  .site-wrap .two_wysiwyg_column .container {
    padding: 110px 15px;
  }
}
.site-wrap .two_wysiwyg_column h4 {
  font-family: "Publico Banner", sans-serif;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 991px) {
  .site-wrap .two_wysiwyg_column h4 {
    margin: 0 0 30px;
  }
}
.site-wrap .imageRight .row,
.site-wrap .enable_right_image .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .site-wrap .imageRight .row [class*=col-],
  .site-wrap .enable_right_image .row [class*=col-] {
    flex-basis: 100%;
  }
}
.site-wrap .imageRight .help-is-here_right p,
.site-wrap .enable_right_image .help-is-here_right p {
  max-width: 463px;
  width: 100%;
}
@media (max-width: 991px) {
  .site-wrap .imageRight .row {
    flex-direction: column-reverse;
  }
}
.site-wrap .enable_right_image .worried-about__right {
  max-width: 416px;
  width: 100%;
}

.site-wrap #banner-2022 .mainB.isInnerBanner {
  background: #09102e;
}

.site-wrap.animate #banner-2022 .bannerC {
  transition-delay: 1.5s;
}

.page-template-template-home-2022 .upperFooter,
.page-template-template-home-2022 .bottomfooter {
  display: none;
}

.page-services .site-wrap #banner-2022 .mainB.isInnerBanner,
.page-wordpress-maintenance .site-wrap #banner-2022 .mainB.isInnerBanner,
.page-wordpress-support-sydney .site-wrap #banner-2022 .mainB.isInnerBanner,
.page-custom-wordpress-website-design .site-wrap #banner-2022 .mainB.isInnerBanner,
.page-woocommerce-developer-sydney .site-wrap #banner-2022 .mainB.isInnerBanner {
  background: #1a5ecb;
}
.page-services .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1,
.page-wordpress-maintenance .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1,
.page-wordpress-support-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1,
.page-custom-wordpress-website-design .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1,
.page-woocommerce-developer-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 {
  opacity: 0.3;
}
.page-services .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:first-child,
.page-wordpress-maintenance .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:first-child,
.page-wordpress-support-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:first-child,
.page-custom-wordpress-website-design .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:first-child,
.page-woocommerce-developer-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:first-child {
  stop-color: #1a5ecb;
}
.page-services .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:last-child,
.page-wordpress-maintenance .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:last-child,
.page-wordpress-support-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:last-child,
.page-custom-wordpress-website-design .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:last-child,
.page-woocommerce-developer-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble1 svg linearGradient stop:last-child {
  stop-color: #0d2f66;
}
.page-services .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:first-child,
.page-wordpress-maintenance .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:first-child,
.page-wordpress-support-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:first-child,
.page-custom-wordpress-website-design .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:first-child,
.page-woocommerce-developer-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:first-child {
  stop-color: #1a5ecb;
}
.page-services .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:last-child,
.page-wordpress-maintenance .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:last-child,
.page-wordpress-support-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:last-child,
.page-custom-wordpress-website-design .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:last-child,
.page-woocommerce-developer-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bubble2 svg linearGradient stop:last-child {
  stop-color: #0d2f66;
}
.page-services .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC,
.page-wordpress-maintenance .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC,
.page-wordpress-support-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC,
.page-custom-wordpress-website-design .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC,
.page-woocommerce-developer-sydney .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC {
  max-width: 573px;
}
.page-services .site-wrap .we-do-more-container .featuredText,
.page-wordpress-maintenance .site-wrap .we-do-more-container .featuredText,
.page-wordpress-support-sydney .site-wrap .we-do-more-container .featuredText,
.page-custom-wordpress-website-design .site-wrap .we-do-more-container .featuredText,
.page-woocommerce-developer-sydney .site-wrap .we-do-more-container .featuredText {
  max-width: 872px;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
.page-services .site-wrap .we-do-more-container .featuredText h2 span,
.page-wordpress-maintenance .site-wrap .we-do-more-container .featuredText h2 span,
.page-wordpress-support-sydney .site-wrap .we-do-more-container .featuredText h2 span,
.page-custom-wordpress-website-design .site-wrap .we-do-more-container .featuredText h2 span,
.page-woocommerce-developer-sydney .site-wrap .we-do-more-container .featuredText h2 span {
  font-family: "Publico Banner", sans-serif;
  color: #09102e;
  display: block;
}
.page-services .site-wrap .we-do-more-container .featuredText p,
.page-wordpress-maintenance .site-wrap .we-do-more-container .featuredText p,
.page-wordpress-support-sydney .site-wrap .we-do-more-container .featuredText p,
.page-custom-wordpress-website-design .site-wrap .we-do-more-container .featuredText p,
.page-woocommerce-developer-sydney .site-wrap .we-do-more-container .featuredText p {
  color: #09102e;
  max-width: 620px;
  width: 100%;
  margin: 60px auto;
}
@media (max-width: 991px) {
  .page-services .site-wrap .we-do-more-container .featuredText p,
  .page-wordpress-maintenance .site-wrap .we-do-more-container .featuredText p,
  .page-wordpress-support-sydney .site-wrap .we-do-more-container .featuredText p,
  .page-custom-wordpress-website-design .site-wrap .we-do-more-container .featuredText p,
  .page-woocommerce-developer-sydney .site-wrap .we-do-more-container .featuredText p {
    margin: 40px auto;
  }
}
.page-services .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex,
.page-wordpress-maintenance .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex,
.page-wordpress-support-sydney .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex,
.page-custom-wordpress-website-design .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex,
.page-woocommerce-developer-sydney .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex {
  justify-content: center;
  align-items: flex-start;
  margin: 45px auto 0;
}
.page-services .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
.page-wordpress-maintenance .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
.page-wordpress-support-sydney .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
.page-custom-wordpress-website-design .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
.page-woocommerce-developer-sydney .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items {
  width: calc(33.33% - 30px);
  margin: 0 15px;
}
@media (max-width: 991px) {
  .page-services .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
  .page-wordpress-maintenance .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
  .page-wordpress-support-sydney .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
  .page-custom-wordpress-website-design .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
  .page-woocommerce-developer-sydney .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .page-services .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
  .page-wordpress-maintenance .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
  .page-wordpress-support-sydney .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
  .page-custom-wordpress-website-design .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items,
  .page-woocommerce-developer-sydney .site-wrap .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items {
    width: calc(100% - 30px);
  }
}

.blogsingle-page .blog-item img {
  width: 100%;
  filter: none;
}

.page-website-speed .two-columns-text-section {
  padding-top: 170px;
}
@media (max-width: 1280px) {
  .page-website-speed .two-columns-text-section {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .page-website-speed .two-columns-text-section {
    padding-top: 110px;
  }
}
@media (max-width: 575px) {
  .page-website-speed .two-columns-text-section {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .we-do-more-container.our-services .we-do-more-flex-items.we-do-more-flex-items-3 {
    width: calc(33.33% - 30px) !important;
  }
  .we-do-more-container.our-services .we-do-more-flex-items.we-do-more-flex-items-4 {
    width: calc(25% - 30px) !important;
  }
}
.page-about-us .help-is-here .help-is-here_right {
  padding-left: 90px;
}
@media (max-width: 1440px) {
  .page-about-us .help-is-here .help-is-here_right {
    padding-left: 60px;
  }
}
@media (max-width: 1366px) {
  .page-about-us .help-is-here .help-is-here_right {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .page-about-us .help-is-here .help-is-here_right {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .page-about-us .help-is-here .help-is-here_right {
    padding: 0;
  }
}
.page-about-us .help-is-here .help-is-here_right a {
  width: auto;
  padding: 15px 25px;
}
@media (max-width: 991px) {
  .page-about-us .help-is-here .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .page-about-us .we-do-more-container .we-do-more-flex-container {
    padding: 0;
  }
}
.page-about-us .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items {
  width: calc(33.33% - 30px);
  margin: 0 15px;
}
@media (max-width: 991px) {
  .page-about-us .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items {
    width: calc(50% - 30px);
    padding: 0;
  }
}
@media (max-width: 575px) {
  .page-about-us .we-do-more-container .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items {
    width: calc(100% - 30px);
  }
}

g#marketing-design-team * {
  transition: all 0.6s linear;
}
g#marketing-design-team rect#_0R3A4537_REV {
  opacity: 0;
}
g#marketing-design-team rect#_0R3A4537_REV {
  width: 332px;
}
g#marketing-design-team path#Path_879 {
  opacity: 0;
}
g#marketing-design-team path#Path_880 {
  opacity: 0;
}
g#marketing-design-team rect {
  width: 0;
}
g#marketing-design-team text#Marketing_Design_Team {
  opacity: 0;
}
g#marketing-design-team g#Group_793 {
  opacity: 0;
}
g#marketing-design-team circle {
  opacity: 0;
}
g#marketing-design-team line,
g#marketing-design-team path#Path_876 {
  opacity: 0;
}

.aos-animate g#marketing-design-team rect#_0R3A4537_REV {
  opacity: 1;
  transition-delay: 1.2s;
}
.aos-animate g#marketing-design-team rect#_0R3A4537_REV {
  width: 332px;
  transition-delay: 1.2s;
}
.aos-animate g#marketing-design-team path#Path_879 {
  opacity: 1;
  transition-delay: 1.5s;
}
.aos-animate g#marketing-design-team path#Path_880 {
  opacity: 1;
  transition-delay: 1.62s;
}
.aos-animate g#marketing-design-team rect#Rectangle_68-2 {
  width: 454px;
  transition-delay: 1.8s;
}
.aos-animate g#marketing-design-team rect {
  width: 70px;
  transition-delay: 2.16s;
}
.aos-animate g#marketing-design-team text#Marketing_Design_Team {
  opacity: 1;
  transition-delay: 2.4s;
}
.aos-animate g#marketing-design-team g#Group_793 {
  opacity: 1;
  transition-delay: 2.4s;
}
.aos-animate g#marketing-design-team circle {
  opacity: 1;
  transition-delay: 2.4s;
}
.aos-animate g#marketing-design-team line,
.aos-animate g#marketing-design-team path#Path_876 {
  opacity: 1;
  transition-delay: 2.4s;
}

.portfolio_2022 {
  background-color: #f5f5f5;
  padding: 170px 0 92px;
}
@media (max-width: 1366px) {
  .portfolio_2022 {
    padding: 150px 0 72px;
  }
}
@media (max-width: 1280px) {
  .portfolio_2022 {
    padding: 120px 42px;
  }
}
@media (max-width: 991px) {
  .portfolio_2022 {
    padding: 110px 0 22px;
  }
}
.portfolio_2022-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.portfolio_2022-nav ul li {
  margin: 0 8px;
}
@media (max-width: 1080px) {
  .portfolio_2022-nav ul li {
    margin: 5px;
  }
}
.portfolio_2022-nav ul li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #09102e;
  padding: 17px 26px;
  border: 2px solid #fc9927;
  display: inline-block;
  border-radius: 30px;
  text-transform: capitalize;
}
@media (max-width: 1080px) {
  .portfolio_2022-nav ul li a {
    font-size: 14px;
    padding: 12px 20px;
  }
}
@media (max-width: 575px) {
  .portfolio_2022-nav ul li a {
    padding: 10px 15px;
  }
}
.portfolio_2022-nav ul li a:hover {
  background-color: #fc9927;
}
.portfolio_2022-nav ul li.active a {
  background-color: #fc9927;
}
.portfolio_2022-list {
  margin: 125px 0 0;
}
@media (max-width: 1366px) {
  .portfolio_2022-list {
    margin: 100px 0 0;
  }
}
@media (max-width: 1280px) {
  .portfolio_2022-list {
    margin: 80px 0 0;
  }
}
@media (max-width: 1080px) {
  .portfolio_2022-list {
    margin: 60px 0 0;
  }
}
.portfolio_2022-list .row {
  margin: 0 -10px;
}
.portfolio_2022-list .row [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.portfolio_2022-list .portfolio_2022-block {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin: 0 0 78px;
}
@media (max-width: 1280px) {
  .portfolio_2022-list .portfolio_2022-block {
    margin: 0 0 60px;
  }
}
.portfolio_2022-list .portfolio_2022-block .portfolio_img {
  position: relative;
}
.portfolio_2022-list .portfolio_2022-block .portfolio_img img {
  width: 100%;
  height: 311px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1024px) {
  .portfolio_2022-list .portfolio_2022-block .portfolio_img img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .portfolio_2022-list .portfolio_2022-block .portfolio_img img {
    height: 200px;
  }
}
.portfolio_2022-list .portfolio_2022-block .portfolio_img span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: max-content;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  font-size: 16px;
  line-height: 20px;
  color: #09102e;
  padding: 19px 33px;
  visibility: hidden;
  opacity: 0;
  transition: background-color 0.3s ease;
}
.portfolio_2022-list .portfolio_2022-block .portfolio_content {
  text-align: center;
  background-color: #fff;
  padding: 40px 27px;
  margin-top: -15px;
}
@media (max-width: 1024px) {
  .portfolio_2022-list .portfolio_2022-block .portfolio_content {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .portfolio_2022-list .portfolio_2022-block .portfolio_content {
    padding: 40px 20px;
  }
}
.portfolio_2022-list .portfolio_2022-block .portfolio_content h5 {
  font-size: 22px;
  line-height: 28px;
  color: #09102e;
  font-weight: 600;
  margin: 0 0 15px;
  transition: color 0.3s ease;
}
.portfolio_2022-list .portfolio_2022-block .portfolio_content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 30px;
  color: #09102e;
}
.portfolio_2022-list .portfolio_2022-block .portfolio_content .portfolio_content-category ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}
.portfolio_2022-list .portfolio_2022-block .portfolio_content .portfolio_content-category ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 22px;
  color: #9b9b9b;
  margin-left: 20px;
}
.portfolio_2022-list .portfolio_2022-block .portfolio_content .portfolio_content-category ul li:first-child {
  list-style-type: none;
}
.portfolio_2022-list .portfolio_2022-block a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.portfolio_2022-list .portfolio_2022-block a:hover ~ .portfolio_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio_2022-list .portfolio_2022-block a:hover ~ .portfolio_img span {
  visibility: visible;
  opacity: 1;
  transition: all 1s;
}
.portfolio_2022-list .portfolio_2022-block a:hover ~ .portfolio_content h5 {
  color: #fe9a00;
}

.page-template-template-work .google-review-img {
  margin-bottom: 0 !important;
}

.page-template-template-work .featuredContainer {
  padding: 0 !important;
}

.portfolio_content-category ul li:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}

.process_slider {
  background-color: #f5f5f5;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .process_slider {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .process_slider {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .process_slider {
    padding: 110px 0;
  }
}
.process_slider-wrapper {
  transform: translateX(353px);
  position: relative;
}
@media (max-width: 1740px) {
  .process_slider-wrapper {
    transform: translateX(268px);
  }
}
@media (max-width: 1640px) {
  .process_slider-wrapper {
    transform: translateX(222px);
  }
}
@media (max-width: 1540px) {
  .process_slider-wrapper {
    transform: translateX(170px);
  }
}
@media (max-width: 1440px) {
  .process_slider-wrapper {
    transform: translateX(150px);
  }
}
@media (max-width: 1366px) {
  .process_slider-wrapper {
    transform: translateX(110px);
  }
}
@media (max-width: 1280px) {
  .process_slider-wrapper {
    transform: translateX(68px);
  }
}
@media (max-width: 1024px) {
  .process_slider-wrapper {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .process_slider-wrapper {
    transform: translateX(48px);
  }
}
@media (max-width: 767px) {
  .process_slider-wrapper {
    transform: translateX(30px);
  }
}
.process_slider .process_slider-title {
  margin: 0 0 90px;
}
@media (max-width: 1024px) {
  .process_slider .process_slider-title {
    text-align: center;
    margin: 0 0 50px;
    transform: translateX(-68px);
  }
}
@media (max-width: 991px) {
  .process_slider .process_slider-title {
    padding-right: 30px;
    transform: translateX(-48px);
  }
}
@media (max-width: 767px) {
  .process_slider .process_slider-title {
    padding: 0 15px;
    transform: translateX(-30px);
  }
}
.process_slider .process_slider-title .site-h2 {
  text-align: left;
  color: #1a5ecb;
  margin: 0 0 15px;
}
@media (max-width: 1024px) {
  .process_slider .process_slider-title .site-h2 {
    text-align: center;
    margin: 0 0 10px;
  }
}
.process_slider .process_slider-title p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #09102e;
}
.process_slider .process_slider-main {
  position: relative;
  /* the slides */
  /* the parent */
}
.process_slider .process_slider-main .slick-slide {
  margin: 0 15px;
}
@media (max-width: 575px) {
  .process_slider .process_slider-main .slick-slide {
    margin: 0 10px;
  }
}
.process_slider .process_slider-main .slick-list {
  margin: 0 -15px;
}
@media (max-width: 575px) {
  .process_slider .process_slider-main .slick-list {
    margin: 0 -10px;
    padding: 0 30% 0 0;
  }
}
.process_slider .process_slider-main .slick-list .slick-track {
  padding-left: 105px;
}
@media (max-width: 1280px) {
  .process_slider .process_slider-main .slick-list .slick-track {
    padding-left: 0;
  }
}
.process_slider .process_slider-main .slick-arrow {
  position: absolute;
  top: -130px;
  left: auto;
  right: auto;
}
.process_slider .process_slider-main .slick-arrow.slick-prev {
  top: -100px;
  right: 720px;
  transform: rotateY(180deg);
}
@media (max-width: 1740px) {
  .process_slider .process_slider-main .slick-arrow.slick-prev {
    right: 660px;
  }
}
@media (max-width: 1640px) {
  .process_slider .process_slider-main .slick-arrow.slick-prev {
    right: 630px;
  }
}
@media (max-width: 1540px) {
  .process_slider .process_slider-main .slick-arrow.slick-prev {
    right: 600px;
  }
}
@media (max-width: 1440px) {
  .process_slider .process_slider-main .slick-arrow.slick-prev {
    right: 570px;
  }
}
@media (max-width: 1366px) {
  .process_slider .process_slider-main .slick-arrow.slick-prev {
    right: 540px;
  }
}
@media (max-width: 1280px) {
  .process_slider .process_slider-main .slick-arrow.slick-prev {
    right: 510px;
  }
}
@media (max-width: 1200px) {
  .process_slider .process_slider-main .slick-arrow.slick-prev {
    right: 480px;
  }
}
@media (max-width: 1024px) {
  .process_slider .process_slider-main .slick-arrow.slick-prev {
    right: inherit;
    top: auto;
    left: 40%;
    bottom: -70px;
  }
}
@media (max-width: 414px) {
  .process_slider .process_slider-main .slick-arrow.slick-prev {
    left: 39%;
  }
}
.process_slider .process_slider-main .slick-arrow.slick-prev:before {
  display: none;
}
.process_slider .process_slider-main .slick-arrow.slick-next {
  top: -90px;
  right: 680px;
}
@media (max-width: 1740px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    right: 630px;
  }
}
@media (max-width: 1640px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    right: 600px;
  }
}
@media (max-width: 1540px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    right: 570px;
  }
}
@media (max-width: 1440px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    right: 540px;
  }
}
@media (max-width: 1366px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    right: 510px;
  }
}
@media (max-width: 1280px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    right: 480px;
  }
}
@media (max-width: 1200px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    right: 450px;
  }
}
@media (max-width: 1024px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    right: inherit;
    top: auto;
    left: 43.5%;
    bottom: -80px;
  }
}
@media (max-width: 575px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    left: 45%;
  }
}
@media (max-width: 414px) {
  .process_slider .process_slider-main .slick-arrow.slick-next {
    left: 46%;
  }
}
.process_slider .process_slider-main .slick-arrow.slick-next:before {
  display: none;
}
.process_slider .process_slider-main .slick-arrow.slick-disabled {
  opacity: 0.28;
}
.process_slider .process_slider-main .process_slide-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.process_slider .process_slider-main .process_slide-item .process_img {
  position: relative;
  padding: 45px 10px 0;
}
.process_slider .process_slider-main .process_slide-item .process_img img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.process_slider .process_slider-main .process_slide-item .process_content {
  text-align: center;
  background-color: #fff;
  padding: 40px 70px;
  margin-top: -15px;
}
@media (max-width: 1024px) {
  .process_slider .process_slider-main .process_slide-item .process_content {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .process_slider .process_slider-main .process_slide-item .process_content {
    padding: 40px 30px;
  }
}
.process_slider .process_slider-main .process_slide-item .process_content h5 {
  font-size: 22px;
  line-height: 28px;
  color: #09102e;
  font-weight: 600;
  margin: 0 0 15px;
  transition: color 0.3s ease;
}
.process_slider .process_slider-main .process_slide-item .process_content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px;
  color: #09102e;
}
.process_slider .process_slider-main .process_slide-item .process_content .process_content-category ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}
.process_slider .process_slider-main .process_slide-item .process_content .process_content-category ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 22px;
  color: #9b9b9b;
  margin-left: 20px;
}
.process_slider .process_slider-main .process_slide-item .process_content .process_content-category ul li:first-child {
  list-style-type: none;
}
.process_slider .process_slider-main .process_slide-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.process_slider .process_slider-main .process_slide-item a:hover ~ .process_img span {
  visibility: visible;
  opacity: 1;
}
.process_slider .process_slider-main .process_slide-item a:hover ~ .process_content h5 {
  color: #fe9a00;
}
.process_slider .process_slider-main:after {
  content: "";
  display: block;
  width: 416px;
  height: 100%;
  background: rgb(245, 245, 245);
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 79%, rgb(245, 245, 245) 100%);
  position: absolute;
  right: 353px;
  top: 0;
}
@media (max-width: 1740px) {
  .process_slider .process_slider-main:after {
    right: 268px;
  }
}
@media (max-width: 1640px) {
  .process_slider .process_slider-main:after {
    right: 222px;
  }
}
@media (max-width: 1540px) {
  .process_slider .process_slider-main:after {
    right: 170px;
  }
}
@media (max-width: 1440px) {
  .process_slider .process_slider-main:after {
    right: 150px;
  }
}
@media (max-width: 1366px) {
  .process_slider .process_slider-main:after {
    right: 110px;
  }
}
@media (max-width: 1280px) {
  .process_slider .process_slider-main:after {
    right: 68px;
  }
}
@media (max-width: 991px) {
  .process_slider .process_slider-main:after {
    right: 48px;
    width: 314px;
  }
}
@media (max-width: 767px) {
  .process_slider .process_slider-main:after {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .process_slider .process_slider-main:after {
    width: 150px;
  }
}

.page-wordpress-support-sydney .we-do-more-container.our-services {
  background: #f5f5f5;
}

.page-success-stories .success-story {
  background-color: #f5f5f5;
  padding: 120px 0;
}
@media (max-width: 1080px) {
  .page-success-stories .success-story {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .page-success-stories .success-story {
    padding: 80px 0;
  }
}
.page-success-stories .success-story .container {
  padding: 0 15px;
}
.page-success-stories .success-story .success-story-section .testimonial-sec .testimonial-text {
  background-color: #1a5ecb !important;
  color: #fff;
  border-radius: 21px;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.page-success-stories .success-story .success-story-section .testimonial-sec .testimonial-text p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.page-success-stories .success-story .success-story-section .testimonial-sec .testimonial-text:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 224C84.72 224 74.05 226.3 64 229.9V224c0-35.3 28.7-64 64-64c17.67 0 32-14.33 32-32S145.7 96 128 96C57.42 96 0 153.4 0 224v96c0 53.02 42.98 96 96 96s96-42.98 96-96S149 224 96 224zM352 224c-11.28 0-21.95 2.305-32 5.879V224c0-35.3 28.7-64 64-64c17.67 0 32-14.33 32-32s-14.33-32-32-32c-70.58 0-128 57.42-128 128v96c0 53.02 42.98 96 96 96s96-42.98 96-96S405 224 352 224z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 32px;
  filter: invert(0.9);
  border: 0;
}
.page-success-stories .success-story .success-story-section .testimonial-sec .testimonial-text:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQ2IiB2aWV3Qm94PSIwIDAgNCA0NiI+DQogIDxnIGlkPSJHcm91cF82ODYiIGRhdGEtbmFtZT0iR3JvdXAgNjg2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM0NSAtNTU5NykiPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzNCIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzQiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjI3KSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQ0MCIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0NDAiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjMzKSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQ0MSIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0NDEiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjM5KSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzNSIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzUiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjIxKSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzNiIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzYiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjE1KSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzNyIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzciIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjA5KSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzOCIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzgiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NjAzKSIgZmlsbD0iIzNhNzdkOCIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTQzOSIgZGF0YS1uYW1lPSJFbGxpcHNlIDE0MzkiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NSA1NTk3KSIgZmlsbD0iIzNhNzdkOCIvPg0KICA8L2c+DQo8L3N2Zz4NCg==);
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 4px;
  height: 46px;
  border: 0;
}
.page-success-stories .success-story .success-story-section .testimonial-sec .user {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.page-success-stories .success-story .success-story-section .testimonial-sec .user span {
  font-size: 18px;
  line-height: 28px;
}

.page-success-stories .site-wrap.animate #banner-2022 .mainB.isInnerBanner {
  background: linear-gradient(#1a5ecb 0%, #0d54c7 100%);
}

.success-container .testimonial-description {
  position: relative;
  padding-top: 50px;
}
.success-container .testimonial-description p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.success-container .testimonial-description:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 224C84.72 224 74.05 226.3 64 229.9V224c0-35.3 28.7-64 64-64c17.67 0 32-14.33 32-32S145.7 96 128 96C57.42 96 0 153.4 0 224v96c0 53.02 42.98 96 96 96s96-42.98 96-96S149 224 96 224zM352 224c-11.28 0-21.95 2.305-32 5.879V224c0-35.3 28.7-64 64-64c17.67 0 32-14.33 32-32s-14.33-32-32-32c-70.58 0-128 57.42-128 128v96c0 53.02 42.98 96 96 96s96-42.98 96-96S405 224 352 224z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 32px;
  filter: invert(0.9);
  border: 0;
}

@media (max-width: 991px) {
  body .success-stories__item .content {
    opacity: 1;
  }
  body .success-stories__item img,
  body .success-stories .name-pos {
    opacity: 1;
  }
  body .success-stories .cBtn {
    opacity: 1;
  }
  body .worried-about__left path#speedo_bg {
    opacity: 1;
  }
  body .worried-about__left path#speedo_pointer {
    opacity: 1;
  }
  body .worried-about__left path#speedo_pink {
    opacity: 1;
  }
}
.contact_main-2022 {
  background-color: #f5f5f5;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .contact_main-2022 {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .contact_main-2022 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .contact_main-2022 {
    padding: 80px 0 110px;
  }
}
@media (max-width: 575px) {
  .contact_main-2022 .container {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .contact_main-2022 .row {
    display: flex;
    flex-direction: column;
  }
}
.contact_main-2022 .contact_left {
  padding: 50px 40px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contact_main-2022 .contact_left {
    margin: 0 0 35px;
  }
}
@media (max-width: 575px) {
  .contact_main-2022 .contact_left {
    padding: 35px 25px;
  }
}
.contact_main-2022 .contact_left .contact_form .gform_wrapper {
  margin: 0;
}
.contact_main-2022 .contact_left .contact_form .gform_wrapper .gform_heading {
  display: none;
}
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield {
  width: 100%;
  padding: 0;
  margin: 0 0 20px !important;
}
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield input,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield select,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield textarea,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield select#input_1_7, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half input,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half select,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half textarea,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half select#input_1_7, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield input,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield select,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield textarea,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield select#input_1_7, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield input,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield select,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield textarea,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield select#input_1_7 {
  border: 1px solid rgba(155, 155, 155, 0.3);
  border-radius: 5px;
  padding: 15px 20px !important;
  font-size: 18px;
  line-height: 28px;
  color: #09102e !important;
  margin: 0 !important;
}
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield input::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield select::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield textarea::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield select#input_1_7::placeholder, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half input::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half select::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half textarea::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half select#input_1_7::placeholder, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield input::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield select::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield textarea::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield select#input_1_7::placeholder, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield input::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield select::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield textarea::placeholder,
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield select#input_1_7::placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
.contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield .ginput_container, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half .ginput_container, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_left_half + li.gfield .ginput_container, .contact_main-2022 .contact_left .contact_form .gform_wrapper form#gform_1 li.gfield.gf_right_half + li.gfield .ginput_container {
  border-bottom: 0;
  margin: 0;
}
.contact_main-2022 .contact_left .contact_form .gform_wrapper .gform_footer {
  margin: 50px 0 0;
  padding: 0;
}
@media (max-width: 575px) {
  .contact_main-2022 .contact_left .contact_form .gform_wrapper .gform_footer {
    margin: 30px 0 0;
  }
}
.contact_main-2022 .contact_left .contact_form .gform_wrapper .gform_footer #gform_submit_button_1 {
  background-color: #fe9a00;
  display: block !important;
  color: #09102e;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 600;
  border-radius: 55px;
  width: 100%;
  padding: 18px 20px !important;
  border: 2px solid #fe9a00 !important;
}
.contact_main-2022 .contact_left .contact_form .gform_wrapper .gform_footer #gform_submit_button_1:hover {
  background-color: transparent;
  color: #3a77d8;
  border-color: #3a77d8 !important;
}
.contact_main-2022 .contact_right {
  color: #09102e;
  padding: 0 0 0 60px;
}
@media (max-width: 1200px) {
  .contact_main-2022 .contact_right {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 1080px) {
  .contact_main-2022 .contact_right {
    padding: 0;
  }
}
.contact_main-2022 .contact_right h2 {
  text-align: left;
  color: #3a77d8;
  margin: 0 0 50px;
}
@media (max-width: 1280px) {
  .contact_main-2022 .contact_right h2 {
    margin: 0 0 35px;
  }
}
.contact_main-2022 .contact_right p {
  font-size: 18px;
  line-height: 28px;
}
.contact_main-2022 .contact_right h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 30px 0 0;
}
@media (max-width: 1280px) {
  .contact_main-2022 .contact_right h6 {
    margin: 25px 0 0;
  }
}
.contact_main-2022 .contact_right h5 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid rgba(68, 71, 85, 0.2);
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .contact_main-2022 .contact_right h5 {
    margin: 35px 0 0;
    padding: 35px 0 0;
  }
}
.contact_main-2022 .contact_right a {
  font-size: 40px;
  line-height: 68px;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0 0;
  color: #3a77d8;
}
@media (max-width: 575px) {
  .contact_main-2022 .contact_right a {
    font-size: 28px;
    line-height: 44px;
  }
}
.contact_main-2022 .contact_right a img {
  margin: 0 20px 0 0;
}

body:not(.page-contact) .mobile-contact-title {
  display: none;
}

.contact_map-2022 img {
  max-width: 100%;
}

.section_map {
  position: relative;
}

.page-template-template-contact-form .featuredContainer-2022.isInnerBrands .google-review-img {
  margin-bottom: 0 !important;
  display: flex;
}
.page-template-template-contact-form .featuredContainer-2022.isInnerBrands .featuredContainer {
  padding-bottom: 0 !important;
}
.page-template-template-contact-form .featuredContainer-2022 .featuredContainer {
  padding-bottom: 170px;
  padding-top: 170px;
}
@media (max-width: 1366px) {
  .page-template-template-contact-form .featuredContainer-2022 .featuredContainer {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media (max-width: 1280px) {
  .page-template-template-contact-form .featuredContainer-2022 .featuredContainer {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .page-template-template-contact-form .featuredContainer-2022 .featuredContainer {
    padding-bottom: 50px;
    padding-top: 110px;
  }
}
.page-template-template-contact-form .featuredContainer-2022 .google-review-img {
  display: none;
}
@media (max-width: 991px) {
  .page-template-template-contact-form div#banner-2022 .mainB {
    padding-bottom: 100px;
  }
}
.page-template-template-contact-form div#banner-2022 .row {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .page-template-template-contact-form div#banner-2022 .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .page-template-template-contact-form div#banner-2022 .row .banner-image {
    text-align: center;
    margin-top: 108px;
    margin-bottom: 0px;
  }
}
.page-template-template-contact-form div#banner-2022 .row .banner-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .page-template-template-contact-form div#banner-2022 .row .bannerC {
    margin-top: 50px;
  }
}

.page-contact .featuredContainer-2022.isInnerBrands .featuredContainer {
  background: #f5f5f5;
}
.page-contact .featuredContainer-2022 .featuredContainer {
  background: #fff;
}
.page-contact .featuredContainer-2022 .featuredContainer img {
  border: 0;
}
.page-contact #footer-2022 .bubble1 {
  display: none;
}
.page-contact #footer-2022 .footer-top {
  display: none;
}
.page-contact #footer-2022 .footer-bottom {
  padding-top: 170px;
}
@media (max-width: 991px) {
  .page-contact #footer-2022 .footer-bottom {
    padding-top: 110px;
  }
}

.contact_featured-2022 {
  background: #f5f5f5;
  margin: -80px 0 0;
}
@media (max-width: 1280px) {
  .contact_featured-2022 {
    margin: -70px 0 0;
  }
}
@media (max-width: 991px) {
  .contact_featured-2022 {
    margin: -60px 0 0;
  }
}
.contact_featured-2022 .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact_featured-2022 .row [class*=col-] {
  width: calc(30% - 30px);
  margin: 0 15px;
  padding: 0;
}
@media (max-width: 991px) {
  .contact_featured-2022 .row [class*=col-] {
    width: calc(35% - 30px);
  }
}
@media (max-width: 940px) {
  .contact_featured-2022 .row [class*=col-] {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575px) {
  .contact_featured-2022 .row [class*=col-] {
    width: calc(100% - 30px);
    margin: 15px 0;
  }
}
.contact_featured-2022 .contact_featured-block {
  border-radius: 12px;
  background: #fff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 40px;
  min-height: 230px;
  height: autos;
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
  text-align: center;
}
@media (max-width: 1280px) {
  .contact_featured-2022 .contact_featured-block {
    padding: 23px;
  }
}
@media (max-width: 940px) {
  .contact_featured-2022 .contact_featured-block {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .contact_featured-2022 .contact_featured-block {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  }
}
.contact_featured-2022 .contact_featured-block h4 {
  font-size: 36px;
  line-height: 28px;
  font-weight: 600;
  color: #1a5ecb;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
@media (max-width: 1280px) {
  .contact_featured-2022 .contact_featured-block h4 {
    margin: 10px 0 0;
  }
}
.contact_featured-2022 .contact_featured-block h4 span {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 5px;
}

.section_map {
  margin-bottom: -20px;
}

.custom_map {
  width: 100%;
  height: 620px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.custom_map img {
  max-width: inherit !important;
}

.customInfo_holder {
  min-width: 336px;
  padding: 42px 47px;
}

.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d {
  padding: 0 !important;
}

.customInfo_inner,
.customInfo_inner p {
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}

.customInfo_inner p a {
  color: #09102e;
  text-decoration: none;
}

.customInfo_inner p a:hover {
  color: #1a5ecb;
}

.customInfo_inner p {
  margin-bottom: 40px;
}

.customInfo_inner p:last-child {
  margin-bottom: 0;
}

.page-careers .our-services .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items {
  width: calc(25% - 30px);
  margin: 0 15px;
}
@media (max-width: 1100px) {
  .page-careers .our-services .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .page-careers .our-services .we-do-more-flex-container .we-do-more-flex .we-do-more-flex-items {
    width: 100%;
  }
}

.available_positions-2022 {
  background-color: #f5f5f5;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .available_positions-2022 {
    padding: 80px 0;
  }
}
.available_positions-2022 .positions_intro {
  text-align: center;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
.available_positions-2022 .positions_intro h2 {
  color: #3a77d8;
  margin: 0 0 30px;
}
.available_positions-2022 .positions_intro p {
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
.available_positions-2022 .positions_list-block .portfolio_content {
  margin-top: 0;
}
.available_positions-2022 .positions_list-block .portfolio_content p {
  margin: 0 0 10px;
}
.available_positions-2022 .positions_list-block .portfolio_content span {
  font-size: 14px;
  line-height: 24px;
  color: #3a77d8;
  font-weight: 600;
}

#banner-2022.banner_careerDetail .mainB .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#banner-2022.banner_careerDetail .mainB:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDE5MjAgNDIiPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjAuMSIgeTE9IjAuODQ5IiB4Mj0iMC44NTgiIHkyPSIwLjIxMiIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMWE1ZWNiIi8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwZDU0YzciLz4NCiAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzkwMSIgZGF0YS1uYW1lPSJQYXRoIDkwMSIgZD0iTTAsNzYxSDE5MjB2NDJIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxODAgLTE2NjU1KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iTWFza19Hcm91cF8xMTEiIGRhdGEtbmFtZT0iTWFzayBHcm91cCAxMTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTgwIDE1ODk0KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgIDxlbGxpcHNlIGlkPSJncmFwaGljX3Bob25lIiBjeD0iMzM3OCIgY3k9IjkzNC41IiByeD0iMzM3OCIgcnk9IjkzNC41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzYyIC0xNTg5MykiIGZpbGw9IiNmNWY1ZjUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  height: 42px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  #banner-2022.banner_careerDetail .mainB .bannerC {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #banner-2022.banner_careerDetail .mainB .bannerC {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #banner-2022.banner_careerDetail .mainB .applicants-requirement {
    margin-bottom: 80px;
  }
}
#banner-2022.banner_careerDetail .mainB .applicants-requirement .applicants-detail {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 15px 0;
  text-align: left;
}
#banner-2022.banner_careerDetail .mainB .applicants-requirement .applicants-detail span {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
#banner-2022.banner_careerDetail .mainB .applicants-requirement .applicants-detail p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 15px;
}

.job_desc-2022 {
  background-color: #f5f5f5;
  padding: 170px 0;
  color: #09102e;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1366px) {
  .job_desc-2022 {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .job_desc-2022 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .job_desc-2022 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .job_desc-2022 {
    padding: 80px 0;
  }
}
.job_desc-2022 .container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.job_desc-2022 h2 {
  text-align: left;
  color: #3a77d8;
  margin: 50px 0;
}
.job_desc-2022 h2:first-of-type {
  margin-top: 0;
}
.job_desc-2022 ul,
.job_desc-2022 ol {
  margin: 0 0 30px;
  padding: 0;
}
.job_desc-2022 ul:last-child,
.job_desc-2022 ol:last-child {
  margin: 0;
}
.job_desc-2022 ul li,
.job_desc-2022 ol li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 10px;
}
.job_desc-2022 ul li:before,
.job_desc-2022 ol li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.103' height='16.104' viewBox='0 0 16.103 16.104'%3E%3Cg id='icon_tick' transform='translate(-977 -10257.597)'%3E%3Cpath id='Path_543' data-name='Path 543' d='M16.1,8.052A8.052,8.052,0,1,1,8.051,0,8.052,8.052,0,0,1,16.1,8.052' transform='translate(977 10257.597)' fill='%231a5ecb'/%3E%3Cpath id='Path_544' data-name='Path 544' d='M14.7,7.416l-6.009,6L6.322,11.054,5.145,12.222l3.543,3.543,7.179-7.179Z' transform='translate(974.545 10254.059)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
.job_desc-2022 p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 30px;
}
.job_desc-2022 p:last-child {
  margin: 0;
}

.application_form-2022 {
  background-color: #f5f5f5;
  padding: 0 0 170px;
  color: #09102e;
}
@media (max-width: 1366px) {
  .application_form-2022 {
    padding: 0 0 150px;
  }
}
@media (max-width: 1280px) {
  .application_form-2022 {
    padding: 0 0 120px;
  }
}
@media (max-width: 991px) {
  .application_form-2022 {
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .application_form-2022 {
    padding: 0 0 80px;
  }
}
.application_form-2022 h2 {
  margin: 0 0 50px;
}

.send_cv {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 575px) {
  .send_cv {
    padding: 35px 25px;
  }
}

.career_application-2022 {
  background-color: #f5f5f5;
  padding: 120px 0;
  color: #09102e;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .career_application-2022 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .career_application-2022 {
    padding: 80px 0;
  }
}
.career_application-2022 .career_intro {
  text-align: center;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
.career_application-2022 .career_intro h2 {
  color: #3a77d8;
  margin: 0 0 30px;
}
.career_application-2022 .career_intro h4 {
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
}
.career_application-2022 .career_intro p {
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
.career_application-2022 .send_cv {
  margin: 50px 0 0;
}
.career_application-2022 .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  margin: 0 0 10px;
}
.career_application-2022 .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  font-weight: 400;
  cursor: pointer;
}

.single-career section.application_form-2022 select,
.career_application-2022 section.application_form-2022 select {
  border: 0 !important;
  height: 36px;
}
.single-career .gform_legacy_markup_wrapper .gform_page_footer input.button,
.single-career .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link,
.career_application-2022 .gform_legacy_markup_wrapper .gform_page_footer input.button,
.career_application-2022 .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
  font-size: 16px;
}
.single-career .gform_wrapper.gravity-theme .gfield input,
.career_application-2022 .gform_wrapper.gravity-theme .gfield input {
  background: transparent;
  cursor: pointer;
}
.single-career .ginput_container.ginput_container_select:before,
.career_application-2022 .ginput_container.ginput_container_select:before {
  display: none;
}
.single-career .gform_wrapper.gravity-theme legend,
.career_application-2022 .gform_wrapper.gravity-theme legend {
  border: 0;
}
.single-career .gform_legacy_markup_wrapper label.gfield_label,
.single-career .gform_legacy_markup_wrapper legend.gfield_label,
.career_application-2022 .gform_legacy_markup_wrapper label.gfield_label,
.career_application-2022 .gform_legacy_markup_wrapper legend.gfield_label {
  font-size: 16px;
}
.single-career .gform_legacy_markup_wrapper .gfield_checkbox li label,
.single-career .gform_legacy_markup_wrapper .gfield_radio li label,
.career_application-2022 .gform_legacy_markup_wrapper .gfield_checkbox li label,
.career_application-2022 .gform_legacy_markup_wrapper .gfield_radio li label {
  font-size: 16px;
  font-weight: 400;
}
.single-career .gform_legacy_markup_wrapper .gf_step,
.career_application-2022 .gform_legacy_markup_wrapper .gf_step {
  font-size: 18px;
}
.single-career .gform_legacy_markup_wrapper .gf_step span.gf_step_number,
.career_application-2022 .gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  font-size: 18px;
}
.single-career .gform_footer.top_label .gform_button,
.single-career .gform_footer.top_label input[type=button],
.single-career input#gform_submit_button_8,
.career_application-2022 .gform_footer.top_label .gform_button,
.career_application-2022 .gform_footer.top_label input[type=button],
.career_application-2022 input#gform_submit_button_8 {
  background-color: #fe9a00;
  color: #09102e;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 600;
  border-radius: 55px;
  max-width: 200px;
  width: 100%;
  padding: 14px 20px;
  border: 2px solid #fe9a00;
}
.single-career .gform_footer.top_label .gform_button:hover,
.career_application-2022 .gform_footer.top_label .gform_button:hover {
  background: #1258c8;
  color: #fff;
}

.send_cv .gform_wrapper form {
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
.send_cv .gform_wrapper form .gfield_label {
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
.send_cv .gform_wrapper form .ginput_container {
  border-bottom: 0;
  margin: 0 0 10px;
}
.send_cv .gform_wrapper form .ginput_container select,
.send_cv .gform_wrapper form .ginput_container input[type=text],
.send_cv .gform_wrapper form .ginput_container textarea {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #09102e;
  border: 1px solid rgba(155, 155, 155, 0.3) !important;
  border-radius: 5px;
  padding: 17.5px 20px !important;
  background: transparent;
}
.send_cv .gform_wrapper form .ginput_container select::placeholder,
.send_cv .gform_wrapper form .ginput_container input[type=text]::placeholder,
.send_cv .gform_wrapper form .ginput_container textarea::placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
.send_cv .gform_wrapper form .ginput_container.ginput_container_radio, .send_cv .gform_wrapper form .ginput_container.ginput_container_checkbox {
  margin: 10px 0;
}
@media (max-width: 575px) {
  .send_cv .gform_wrapper form .ginput_container.ginput_container_radio li.gchoice, .send_cv .gform_wrapper form .ginput_container.ginput_container_checkbox li.gchoice {
    width: 100%;
    float: none;
  }
}
.send_cv .gform_wrapper form .ginput_container.ginput_container_radio li.gchoice input:checked + label:before, .send_cv .gform_wrapper form .ginput_container.ginput_container_checkbox li.gchoice input:checked + label:before {
  background: #1258c8;
  border-color: #1258c8;
}
.send_cv .gform_wrapper form .ginput_container.ginput_container_radio li.gchoice label, .send_cv .gform_wrapper form .ginput_container.ginput_container_checkbox li.gchoice label {
  padding: 0 0 0 30px !important;
  font-size: 18px;
  line-height: 28px !important;
  font-weight: 400;
  color: #09102e;
  position: relative;
  border: 0;
  height: auto !important;
  margin: 0 20px 20px 0;
}
.send_cv .gform_wrapper form .ginput_container.ginput_container_radio li.gchoice label:before, .send_cv .gform_wrapper form .ginput_container.ginput_container_checkbox li.gchoice label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid rgba(155, 155, 155, 0.3) !important;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 3px;
}
.send_cv .gform_wrapper form .gfield_html_formatted {
  margin: 0 0 20px;
}
.send_cv .gform_wrapper form fieldset {
  margin: 0 0 20px;
}
.send_cv .gform_wrapper form .gform_footer .gform_button,
.send_cv .gform_wrapper form .gform_page_footer .gform_button {
  padding: 12px 40px;
  border-radius: 33px;
}
.send_cv .gform_wrapper form .gform_footer .gform_button:hover,
.send_cv .gform_wrapper form .gform_page_footer .gform_button:hover {
  background: #1258c8;
  color: #fff;
}
.send_cv .gform_wrapper form .gform_footer .gform_save_link,
.send_cv .gform_wrapper form .gform_page_footer .gform_save_link {
  padding: 12px 40px;
}
.send_cv .gform_wrapper.gform_legacy_markup_wrapper .form_saved_message {
  background: rgba(26, 94, 203, 0.1215686275);
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
}
.send_cv .gform_wrapper.gform_legacy_markup_wrapper .form_saved_message a {
  color: #1a5ecb;
}
.send_cv .gform_wrapper.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform #gform_resume_email {
  padding: 11px;
}
.send_cv .gform_wrapper.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform #gform_resume_email:focus {
  outline: none;
}
.send_cv .gform_wrapper.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform #gform_send_resume_link_button_10 {
  background-color: #fe9a00;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 25px;
  border: none;
  color: #09102e;
  font-weight: 600;
  text-transform: none;
}
.send_cv .gform_wrapper.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform #gform_send_resume_link_button_10:hover {
  background-color: #1258c8;
  color: #fff;
}

.yellow-block {
  background: #fe9a00;
  padding: 170px 0;
}
@media (max-width: 1366px) {
  .yellow-block {
    padding: 150px 0;
  }
}
@media (max-width: 1280px) {
  .yellow-block {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .yellow-block {
    padding: 110px 0;
  }
}
.yellow-block h2 {
  font-family: "Publico Banner" !important;
  font-weight: normal;
  font-size: 50px;
  line-height: 66px;
  text-align: left;
  color: #09102e;
  margin-bottom: 32px;
  margin-top: 0;
}
.yellow-block p {
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #09102e;
  margin-bottom: 48px;
}
.yellow-block a {
  background-color: #1a5ecb;
  color: #fff;
}
.yellow-block a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.yellow-block svg {
  max-width: 100%;
  height: auto;
}
.yellow-block .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.yellow-block g#graphic_helpisrighthere g#Group_48 {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere g#Group_48 rect {
  width: 0;
}
.yellow-block g#graphic_helpisrighthere g#Group_48 text#Project_Team {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere g#Group_48 g#Group_50 {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere g#dedicated {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere g#dedicated rect#Rectangle_59-4,
.yellow-block g#graphic_helpisrighthere g#dedicated rect#Rectangle_61,
.yellow-block g#graphic_helpisrighthere g#dedicated rect#Rectangle_62 {
  width: 0;
}
.yellow-block g#graphic_helpisrighthere g#dedicated text {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere g#dedicated circle {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere g#up-arrow {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere g#down-arrow {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere image {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere g#circle-rect {
  opacity: 0;
}
.yellow-block g#graphic_helpisrighthere g#circle-rect rect#Rectangle_1230 {
  height: 0;
}
.yellow-block g#graphic_helpisrighthere g#circle-rect rect#Rectangle_1231 {
  height: 0;
}
.yellow-block g#graphic_helpisrighthere g#circle-rect rect#Rectangle_1232 {
  height: 0;
}
.yellow-block g#graphic_helpisrighthere g#circle-rect circle {
  stroke-dashoffset: 999;
  stroke-dasharray: 999;
}

.help-is-here_left img {
  max-width: 100%;
  height: auto;
}

.help-is-here_right ul {
  margin: 0 0 48px;
  padding: 0;
}
.help-is-here_right ul li {
  padding: 0 0 0 30px;
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 28px;
  color: #09102e;
  position: relative;
}
@media (max-width: 991px) {
  .help-is-here_right ul li {
    text-align: left;
  }
}
.help-is-here_right ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.103' height='16.104' viewBox='0 0 16.103 16.104'%3E%3Cg id='icon_tick' transform='translate(-977 -10257.597)'%3E%3Cpath id='Path_543' data-name='Path 543' d='M16.1,8.052A8.052,8.052,0,1,1,8.051,0,8.052,8.052,0,0,1,16.1,8.052' transform='translate(977 10257.597)' fill='%231a5ecb'/%3E%3Cpath id='Path_544' data-name='Path 544' d='M14.7,7.416l-6.009,6L6.322,11.054,5.145,12.222l3.543,3.543,7.179-7.179Z' transform='translate(974.545 10254.059)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}

.yellow-block.aos-animate g#graphic_helpisrighthere *,
.yellow-block .animate g#graphic_helpisrighthere * {
  transition: all 0.4s linear;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#Group_48,
.yellow-block .animate g#graphic_helpisrighthere g#Group_48 {
  transition-delay: 1.92s;
  opacity: 1;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#Group_48 rect#Rectangle_59-3,
.yellow-block .animate g#graphic_helpisrighthere g#Group_48 rect#Rectangle_59-3 {
  transition-delay: 1.92s;
  width: 255px;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#Group_48 text#Project_Team,
.yellow-block .animate g#graphic_helpisrighthere g#Group_48 text#Project_Team {
  opacity: 1;
  transition-delay: 2.16s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#Group_48 g#Group_50,
.yellow-block .animate g#graphic_helpisrighthere g#Group_48 g#Group_50 {
  opacity: 1;
  transition-delay: 2.34s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#dedicated,
.yellow-block .animate g#graphic_helpisrighthere g#dedicated {
  opacity: 1;
  transition-delay: 0.6s linear;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#dedicated rect#Rectangle_59-4,
.yellow-block .animate g#graphic_helpisrighthere g#dedicated rect#Rectangle_59-4 {
  width: 304px;
  transition-delay: 0.78s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#dedicated text,
.yellow-block .animate g#graphic_helpisrighthere g#dedicated text {
  opacity: 1;
  transition-delay: 0.96s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#dedicated circle,
.yellow-block .animate g#graphic_helpisrighthere g#dedicated circle {
  opacity: 1;
  transition-delay: 1.14s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#dedicated rect#Rectangle_61,
.yellow-block .animate g#graphic_helpisrighthere g#dedicated rect#Rectangle_61 {
  width: 159px;
  transition-delay: 1.32s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#dedicated rect#Rectangle_62,
.yellow-block .animate g#graphic_helpisrighthere g#dedicated rect#Rectangle_62 {
  width: 89px;
  transition-delay: 1.44s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#up-arrow,
.yellow-block .animate g#graphic_helpisrighthere g#up-arrow {
  opacity: 1;
  transition-delay: 1.5s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#down-arrow,
.yellow-block .animate g#graphic_helpisrighthere g#down-arrow {
  opacity: 1;
  transition-delay: 1.74s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere image,
.yellow-block .animate g#graphic_helpisrighthere image {
  opacity: 1;
  transition-delay: 0.6s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#circle-rect,
.yellow-block .animate g#graphic_helpisrighthere g#circle-rect {
  opacity: 1;
  transition-delay: 1.92s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#circle-rect rect,
.yellow-block.aos-animate g#graphic_helpisrighthere g#circle-rect circle,
.yellow-block .animate g#graphic_helpisrighthere g#circle-rect rect,
.yellow-block .animate g#graphic_helpisrighthere g#circle-rect circle {
  transition-delay: 2.1s;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#circle-rect rect#Rectangle_1230,
.yellow-block .animate g#graphic_helpisrighthere g#circle-rect rect#Rectangle_1230 {
  height: 39px;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#circle-rect rect#Rectangle_1231,
.yellow-block .animate g#graphic_helpisrighthere g#circle-rect rect#Rectangle_1231 {
  height: 33px;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#circle-rect rect#Rectangle_1232,
.yellow-block .animate g#graphic_helpisrighthere g#circle-rect rect#Rectangle_1232 {
  height: 20px;
}
.yellow-block.aos-animate g#graphic_helpisrighthere g#circle-rect circle,
.yellow-block .animate g#graphic_helpisrighthere g#circle-rect circle {
  stroke-dashoffset: 523;
  transition-duration: 5s;
}

@media (max-width: 991px) {
  .help-is-here .row .col-lg-6:first-child {
    order: 1;
    width: 100%;
  }
  .help-is-here_right {
    text-align: center;
  }
  .yellow-block h2 {
    text-align: center;
    font-size: 38px;
    line-height: 48px;
    margin: 0;
    margin-bottom: 28px;
  }
  .yellow-block p {
    text-align: center;
  }
  .yellow-block p {
    margin-bottom: 40px;
  }
  .help-is-here_left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
/*maintenance 5/28/2020*/
.page-template-thankyou .external {
  font-size: 20px !important;
  padding: 10px 20px !important;
}

/*maintenance 5/28/2020*/
.brands {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.brands-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1130px !important;
}

/*1/25/2021*/
section.blog-page .masonry .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 600px) {
  section.blog-page .masonry .row .col-sm-4 {
    width: 33%;
  }
}
a.navbar-brand img {
  width: 205px;
  max-height: 38px;
  height: 100%;
}

.why-us-section-inner img {
  max-height: 112px;
  height: 100%;
  max-width: 87px;
  width: 100%;
}

.testimonial-sec.testimonial-left.clearfix .client-image img {
  max-height: 77px;
  max-width: 77px;
  height: 100%;
  width: 100%;
}

.flex-brands-img img {
  max-height: 90px;
  height: 100%;
  max-width: 150px;
  width: 100%;
}

.disqus-footer__link {
  font-size: 14px;
  font-weight: 400;
}

.notitle {
  padding-left: 15px;
}

.notitle a {
  font-size: 16px;
}

.postid-1936 div#content {
  padding: 0 15px;
}

#comments {
  padding-top: 0 !important;
}

.testimonial-right .client-image {
  width: 75px;
  height: 75px;
}

.widget_text.col-md-3.footer4 img {
  max-width: 115px;
  width: 100%;
  max-height: 53px;
  height: 100%;
}

/*maintenance 0/26/2021*/
.landing__from__section .gform_wrapper[id^=gform_wrapper_] [id^=gform_] .gform_footer .gform_button {
  outline: none;
}

@media (max-width: 667px) {
  .pdTitle .row {
    margin: 0;
  }
  .portfolioItemWrap img {
    height: 150px;
    object-fit: cover;
  }
}
#primary-menu li.current-menu-item a {
  color: #e8750c;
}

.footer3 ul li a {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.footer3 ul li a[href*="tel:"],
.wp-creative-banner-thankyou a[href*="tel:"] {
  font-family: "Museo7", sans-serif;
}

.page-template-thankyou .footer3 .external {
  font-size: 14px !important;
  padding: 0 !important;
}

.wp-banner-slogan-thankyou a.external {
  font-weight: 400 !important;
}

#gform_submit_button_1 {
  margin: 0 auto;
  padding: 10px 20px !important;
}

.flex-brands-img img {
  max-height: 90px;
  height: 100%;
  max-width: 150px;
  width: 100%;
  min-width: 150px;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: white;
}

.gform_legacy_markup_wrapper textarea.medium {
  background: white;
}

.success-container .testimonial-client-image img {
  height: 105px;
  width: 105px;
  border-radius: 50%;
  overflow: hidden;
}

#gform_1 #input_1_7,
#gform_2 #input_2_11 option {
  color: rgba(66, 66, 66, 0.7882352941) !important;
  padding-left: 11px;
  font-size: 15px;
}

@media (max-width: 480px) {
  .meet-team div[class*=col-] {
    padding: 0;
  }
}
/* 19 jan 2022*/
#faqs .card-wrapper {
  position: relative;
}

@media (min-width: 1200px) {
  #faqs .rotate-icon {
    position: absolute;
    right: 45px;
    top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #faqs .rotate-icon {
    position: absolute;
    right: 35px;
    top: 44px;
  }
}
@media (max-width: 767px) {
  #faqs .rotate-icon {
    top: 14px;
  }
}
.gform_page_footer input.gform_next_button,
.gform_page_footer input.gform_previous_button {
  background: #157ac0;
  border-radius: 99px;
  color: #fff;
}

.we-do-more-container .featured-content {
  margin-bottom: 50px;
  text-align: center;
}

.page-template-template-home-2022 #menu {
  display: none;
}

#footer-2022 {
  color: #fff;
}

.header_cta .cBtn {
  display: none;
}

body {
  overflow-x: hidden;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-landing-page-v2 .navbar-toggle {
    display: none;
  }
  .page-landing-page-v2 .navbar-header {
    transition: all 0.3s ease-in-out;
    float: left;
  }
  .page-landing-page-v2 .navbar-collapse.collapse {
    display: block !important;
    float: right;
    padding-right: 0;
  }
  .page-landing-page-v2 button.cBtn {
    margin-right: 0;
  }
  .bannerC {
    max-width: 100%;
  }
}
.page-landing-page-v2 #newNav {
  display: none;
}

.brands {
  padding-left: 0;
}

@media (min-width: 992px) {
  .container {
    max-width: 1360px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bannerC {
    max-width: 100%;
  }
}
.navbar-default {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .page-landing-page-v2 .navbar-fix .navbar-header {
    opacity: 1;
    visibility: visible;
  }
}
.page-template.page-template-template-home-2022 #xmenu,
.page-template.page-template-template-home-2022 #xmenu + div {
  display: none !important;
}

body.page-landing-page-v2:not(.loged-in) {
  padding-top: 1px;
}

.recent_work-slider[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0) !important;
}

.recent_work-slider.aos-animate[data-aos=fade-left] {
  transform: translate3d(0, 0, 0) !important;
}

.we-do-more-container.our-services .we-do-more-flex {
  margin: 0 auto;
  justify-content: center;
}

.recent_work .recent_work-slider svg {
  width: 53px;
  height: 53px;
}

@media (max-width: 991px) {
  .we-care {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-2022 h2 span {
    display: block;
  }
  .footer-top .col-md-6:first-child {
    order: 1;
    margin-top: 20px;
  }
}
body #faqs .card-body {
  color: #09102e;
}

.worried-about__right .content.site-p ul li {
  text-align: left;
}

.worried-about__left svg {
  width: 100%;
}

.faq-2022_right #faqs .card-wrapper .card-header a {
  color: #09102e;
}

.page-landing-page-v2 .navbar-fix .navbar-header {
  opacity: 1;
  visibility: visible;
}

#menu {
  background: #1a5ecb;
}

.faq-2022_right #faqs .card-wrapper .card-header a:after {
  transition: all 0.4s;
}

.footer-bottom .wp-block-image img {
  max-width: 195px;
}

@media (max-width: 575px) {
  #footer-2022 .bubble1 {
    display: none;
  }
}
.cus-sidebar .gform_wrapper[id^=gform_wrapper_] .gform_footer .gform_button {
  border: 1px solid transparent;
}

.cus-sidebar .gform_wrapper[id^=gform_wrapper_] .gform_footer .gform_button:hover {
  background: #fff !important;
  color: #1a5ecb !important;
  transition: all 0.4s;
  border: 1px solid #1a5ecb !important;
}

.we-do-more-container.our-services + .content-image.content-image__leftTitle {
  background-color: #f5f5f5;
}

.page-custom-WordPress-website-design .content-image.content-image__leftTitle .section-title .site-h2 {
  font-size: 36px;
  line-height: 1.3;
}

.page-custom-WordPress-website-design .we-do-more-container.our-services.isDark + .we-do-more-container.our-services .img {
  height: 200px;
}

.plan-block br {
  display: none;
}

.page-site-map strong.wsp-category-title {
  display: inline-block;
  margin-bottom: 15px;
}

.page-site-map h2.wsp-pages-title {
  display: inline-block;
  margin-bottom: 15px;
}

.page-WordPress-support-sydney section.extra_section {
  padding-top: 100px;
}

.apply-btn {
  margin-top: 30px;
}

.help-is-here + .we-careWrap + .we-careWrap {
  background: #f5f5f5;
}

.custom_map button.gm-ui-hover-effect {
  margin: 10px !important;
}

.process_slider .process_slider-main .process_slide-item .process_img img {
  width: 77px;
  object-fit: contain;
  height: 90px;
  object-position: center;
}

.home #teamContent .modal-dialog {
  width: 80%;
  max-height: 75vh;
}

.home #teamContent .modal-body {
  max-height: 65vh;
  overflow: auto;
  padding-bottom: 0;
}

.home #teamContent .modal-content {
  padding-bottom: 55px;
}

.team-2022-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.mobile-titleContact .site-h2 {
  text-align: left;
  color: #3a77d8;
  margin: 0 0 50px;
  display: none;
}

@media (max-width: 991px) {
  .mobile-titleContact .site-h2 {
    display: block;
  }
  .contact_main-2022 .contact_right h2 {
    display: none;
  }
}
.mobile-only-contact {
  display: none;
}

@media (max-width: 991px) {
  .mobile-only-contact {
    display: block;
  }
}
body:not(.page-contact) .mobile-contact-title {
  display: none;
}

.site-wrap #newNav,
.site-wrap .bubble1,
.site-wrap .bubble2,
.site-wrap .bannerC,
.site-wrap .mainB,
.site-wrap .banner-image {
  transition: none !important;
  opacity: 1 !important;
}

.site-wrap #banner-2022 .mainB {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a5ecb), to(#0d54c7));
  background: -o-linear-gradient(#1a5ecb 0%, #0d54c7 100%);
  background: linear-gradient(#1a5ecb 0%, #0d54c7 100%);
}

.portfolio_2022-list .row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

p.client-site-link a {
  pointer-events: none;
}

/* 3-9-2025 */
.home #banner-2022 .mainB h1 b {
  font-size: 40px;
}

.we-do-more-container.our-services .we-do-more-flex-items.we-do-more-flex-items-4 {
  user-select: text;
}

.home .get_wpSite--left h2 span {
  display: inline-block;
  margin-right: 10px;
}

.we-careTab .we-care .section-title h2 {
  max-width: 589px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .home #banner-2022 .mainB h1 b {
    font-size: 32px;
  }
}
/* 3-21-2025 */
.mega_menu > li:has(.block.current_menu) .caret_wrap a {
  color: #FE9A00;
}

.mega_menu > li:has(.block.current_menu) .caret_wrap .menu-caret {
  border-color: #FE9A00;
}

.child_items li:has(.current_menu) > a {
  color: #FE9A00;
}

.mega_menu .mega_continer {
  cursor: auto;
}

.page-template-thankyou .external {
  font-size: 20px !important;
  padding: 10px 20px !important;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.brands-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1130px !important;
}

section.blog-page .masonry .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 600px) {
  section.blog-page .masonry .row .col-sm-4 {
    width: 33%;
  }
}
a.navbar-brand img {
  width: 205px;
  max-height: 38px;
  height: 100%;
}

.why-us-section-inner img {
  max-height: 112px;
  height: 100%;
  max-width: 87px;
  width: 100%;
}

.testimonial-sec.testimonial-left.clearfix .client-image img {
  max-height: 77px;
  max-width: 77px;
  height: 100%;
  width: 100%;
}

.flex-brands-img img {
  max-height: 90px;
  height: 100%;
  max-width: 150px;
  width: 100%;
}

.disqus-footer__link {
  font-size: 14px;
  font-weight: 400;
}

.notitle {
  padding-left: 15px;
}

.notitle a {
  font-size: 16px;
}

.postid-1936 div#content {
  padding: 0 15px;
}

#comments {
  padding-top: 0 !important;
}

.testimonial-right .client-image {
  width: 75px;
  height: 75px;
}

.widget_text.col-md-3.footer4 img {
  max-width: 115px;
  width: 100%;
  max-height: 53px;
  height: 100%;
}

.landing__from__section .gform_wrapper[id^=gform_wrapper_] [id^=gform_] .gform_footer .gform_button {
  outline: 0;
}

@media (max-width: 667px) {
  .pdTitle .row {
    margin: 0;
  }
  .portfolioItemWrap img {
    height: 150px;
    object-fit: cover;
  }
}
#primary-menu li.current-menu-item a {
  color: #e8750c;
}

.footer3 ul li a {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.footer3 ul li a[href*="tel:"],
.wp-creative-banner-thankyou a[href*="tel:"] {
  font-family: "Museo7";
}

.page-template-thankyou .footer3 .external {
  font-size: 14px !important;
  padding: 0 !important;
}

.wp-banner-slogan-thankyou a.external {
  font-weight: 400 !important;
}

#gform_submit_button_1 {
  margin: 0 auto;
  padding: 10px 20px !important;
}

.flex-brands-img img {
  max-height: 90px;
  height: 100%;
  max-width: 150px;
  width: 100%;
  min-width: 150px;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: white;
}

.gform_legacy_markup_wrapper textarea.medium {
  background: white;
}

.success-container .testimonial-client-image img {
  height: 105px;
  width: 105px;
  border-radius: 50%;
  overflow: hidden;
}

#gform_1 #input_1_7,
#gform_2 #input_2_11 option {
  color: rgba(66, 66, 66, 0.7882352941) !important;
  padding-left: 11px;
  font-size: 15px;
}

@media (max-width: 480px) {
  .meet-team div[class*=col-] {
    padding: 0;
  }
}
#faqs .card-wrapper {
  position: relative;
}

@media (min-width: 1200px) {
  #faqs .rotate-icon {
    position: absolute;
    right: 45px;
    top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #faqs .rotate-icon {
    position: absolute;
    right: 35px;
    top: 44px;
  }
}
@media (max-width: 767px) {
  #faqs .rotate-icon {
    top: 14px;
  }
}
.gform_page_footer input.gform_next_button,
.gform_page_footer input.gform_previous_button {
  background: #157ac0;
  border-radius: 99px;
  color: #fff;
}

.we-do-more-container .featured-content {
  margin-bottom: 50px;
  text-align: center;
}

.page-template-template-home-2022 #menu {
  display: none;
}

#footer-2022 {
  color: #fff;
}

.header_cta .cBtn {
  display: none;
}

body {
  overflow-x: hidden;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-landing-page-v2 .navbar-toggle {
    display: none;
  }
  .page-landing-page-v2 .navbar-header {
    transition: all 0.3s ease-in-out;
    float: left;
  }
  .page-landing-page-v2 .navbar-collapse.collapse {
    display: block !important;
    float: right;
    padding-right: 0;
  }
  .page-landing-page-v2 button.cBtn {
    margin-right: 0;
  }
  .bannerC {
    max-width: 100%;
  }
}
.page-landing-page-v2 #newNav {
  display: none;
}

.brands {
  padding-left: 0;
}

@media (min-width: 992px) {
  .container {
    max-width: 1360px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bannerC {
    max-width: 100%;
  }
}
.navbar-default {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .page-landing-page-v2 .navbar-fix .navbar-header {
    opacity: 1;
    visibility: visible;
  }
}
.page-template.page-template-template-home-2022 #xmenu,
.page-template.page-template-template-home-2022 #xmenu + div {
  display: none !important;
}

body.page-landing-page-v2:not(.loged-in) {
  padding-top: 1px;
}

.recent_work-slider[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0) !important;
}

.recent_work-slider.aos-animate[data-aos=fade-left] {
  transform: translate3d(0, 0, 0) !important;
}

.we-do-more-container.our-services .we-do-more-flex {
  margin: 0 auto;
  justify-content: center;
}

.recent_work .recent_work-slider svg {
  width: 53px;
  height: 53px;
}

@media (max-width: 991px) {
  .we-care {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-2022 h2 span {
    display: block;
  }
  .footer-top .col-md-6:first-child {
    order: 1;
    margin-top: 20px;
  }
}
body #faqs .card-body {
  color: #09102e;
}

.worried-about__right .content.site-p ul li {
  text-align: left;
}

.worried-about__left svg {
  width: 100%;
}

.faq-2022_right #faqs .card-wrapper .card-header a {
  color: #09102e;
}

.page-landing-page-v2 .navbar-fix .navbar-header {
  opacity: 1;
  visibility: visible;
}

#menu {
  background: #1a5ecb;
}

.faq-2022_right #faqs .card-wrapper .card-header a:after {
  transition: all 0.4s;
}

.footer-bottom .wp-block-image img {
  max-width: 195px;
}

@media (max-width: 575px) {
  #footer-2022 .bubble1 {
    display: none;
  }
}
.cus-sidebar .gform_wrapper[id^=gform_wrapper_] .gform_footer .gform_button {
  border: 1px solid transparent;
}

.cus-sidebar .gform_wrapper[id^=gform_wrapper_] .gform_footer .gform_button:hover {
  background: #fff !important;
  color: #1a5ecb !important;
  transition: all 0.4s;
  border: 1px solid #1a5ecb !important;
}

.we-do-more-container.our-services + .content-image.content-image__leftTitle {
  background-color: #f5f5f5;
}

.page-custom-wordpress-website-design .content-image.content-image__leftTitle .section-title .site-h2 {
  font-size: 36px;
  line-height: 1.3;
}

.page-custom-wordpress-website-design .we-do-more-container.our-services.isDark + .we-do-more-container.our-services .img {
  height: 200px;
}

.plan-block br {
  display: none;
}

.page-site-map strong.wsp-category-title {
  display: inline-block;
  margin-bottom: 15px;
}

.page-site-map h2.wsp-pages-title {
  display: inline-block;
  margin-bottom: 15px;
}

.page-wordpress-support-sydney section.extra_section {
  padding-top: 100px;
}

.apply-btn {
  margin-top: 30px;
}

.help-is-here + .we-careWrap + .we-careWrap {
  background: #f5f5f5;
}

.custom_map button.gm-ui-hover-effect {
  margin: 10px !important;
}

.process_slider .process_slider-main .process_slide-item .process_img img {
  width: 77px;
  object-fit: contain;
  height: 90px;
  object-position: center;
}

.home #teamContent .modal-dialog {
  width: 80%;
  max-height: 75vh;
}

.home #teamContent .modal-body {
  max-height: 65vh;
  overflow: auto;
  padding-bottom: 0;
}

.home #teamContent .modal-content {
  padding-bottom: 55px;
}

.team-2022-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.mobile-titleContact .site-h2 {
  text-align: left;
  color: #3a77d8;
  margin: 0 0 50px;
  display: none;
}

@media (max-width: 991px) {
  .mobile-titleContact .site-h2 {
    display: block;
  }
  .contact_main-2022 .contact_right h2 {
    display: none;
  }
}
.mobile-only-contact {
  display: none;
}

@media (max-width: 991px) {
  .mobile-only-contact {
    display: block;
  }
}
body:not(.page-contact) .mobile-contact-title {
  display: none;
}

.site-wrap #newNav,
.site-wrap .bubble1,
.site-wrap .bubble2,
.site-wrap .bannerC,
.site-wrap .mainB,
.site-wrap .banner-image {
  transition: none !important;
  opacity: 1 !important;
}

.site-wrap #banner-2022 .mainB {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a5ecb), to(#0d54c7));
  background: -o-linear-gradient(#1a5ecb 0, #0d54c7 100%);
  background: linear-gradient(#1a5ecb 0, #0d54c7 100%);
}

.get_wpSite .row {
  align-items: flex-start;
}

.menu-caret {
  margin-left: 10px;
}

#footer-2022 .footer-top_right .footer-content .footer_image .wp-block-image img {
  height: auto;
}

.read-more-wrap {
  margin-top: 50px;
}

.content-image .row {
  flex-wrap: wrap;
}

:root {
  --font-primary: Inter, sans-serif;
  --font-publico: "Publico Banner";
  --font-gellatio: "Gellatio Regular";
  --font-gellatio-personal: "GellatioPersonalUse";
  --color-main: #09102e;
  --color-orange: #fe9a00;
  --color-blue: #1a5ecb;
  --color-white: #fff;
  --color-light-blue: #7ca6ea;
  --color-light-grey: #f5f5f5;
}

.page-success-stories #newNav {
  background: linear-gradient(#1a5ecb 0%, #0d54c7 100%);
}

.page-success-stories .site-content {
  margin-top: 111px;
}

.section_success-stories {
  background: var(--color-light-grey);
  padding: 57px 0 100px;
}

.page-template-template-success-story .section_success-stories + .success-story {
  padding: 80px 0;
}

.success-stories_title {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.section_success-stories h2 {
  font-family: var(--font-publico);
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 52px;
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 99px;
}

.section_success-stories h2 span {
  font-family: var(--font-gellatio-personal);
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 42px;
  color: var(--color-orange);
  margin-top: 16px;
  display: inline-block;
}

.success-stories_carousel {
  opacity: 0;
}
.success-stories_carousel.slick-initialized {
  opacity: 1;
}

.success-storiest_desc .growth-right_Quote {
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
}

.success-storiest_desc .growth-right_name,
.success-storiest_desc .growth-right_deg {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #1A5ECB;
}

.success-storiest_desc .growth-right_name {
  padding-top: 31px;
  font-weight: 700;
}

.success-storiest_desc .growth-right_deg {
  font-style: italic;
}

.success-storiest_desc .growth-right_name {
  padding-top: 19px;
}

.success-storiest_desc .cBtn {
  margin-top: 55px;
}

/* carousel styles here  */
.success-stories_item .video_holder {
  max-width: 510px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.success-stories_item .video_holder video {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: text-bottom;
}

.success-stories_item .video_holder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
  background-color: rgb(66, 91, 118);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease-in-out;
}

.success-stories_item .video_holder .play-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.success-stories_item .video_holder .play-button svg {
  width: 50px;
  height: 50px;
}

.success-stories_item .video_holder .play-button:hover {
  opacity: 1;
}

.success-storiest_desc .growth-right_rating {
  margin-bottom: 17px;
}

.success-storiest_desc .growth-right_Quote {
  max-width: 480px;
}

.success-storiest_desc .btn_holder {
  padding-top: 54px;
}

.success-storiest_desc .btn_holder .btn_main {
  min-width: 204px;
}

.success-stories_carousel .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 34px;
  height: 34px;
  z-index: 9;
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2242_1109)'%3E%3Cpath d='M17.2363 34.3076C7.84749 34.3076 0.236328 26.6965 0.236328 17.3076C0.236328 7.91878 7.84749 0.307617 17.2363 0.307617C26.6252 0.307617 34.2363 7.91878 34.2363 17.3076C34.2363 26.6965 26.6252 34.3076 17.2363 34.3076Z' fill='%2309102E'/%3E%3Cpath d='M17.3457 7.71143L7.74964 17.3069L17.3457 26.903' stroke='white' stroke-width='1.97813' stroke-miterlimit='10'/%3E%3Cpath d='M7.74938 17.3076H26.7227' stroke='white' stroke-width='1.97813' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2242_1109'%3E%3Crect width='34' height='34' fill='white' transform='matrix(-1 0 0 1 34.2363 0.307129)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.success-stories_carousel .slick-disabled {
  opacity: 0.28;
}

.success-stories_carousel .slick-prev {
  left: -34px;
  cursor: pointer;
  margin-left: -45px;
}

.success-stories_carousel .slick-next {
  right: -34px;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2242_1116)'%3E%3Cpath d='M17.7656 34.3076C27.1545 34.3076 34.7656 26.6965 34.7656 17.3076C34.7656 7.91878 27.1545 0.307617 17.7656 0.307617C8.37678 0.307617 0.765625 7.91878 0.765625 17.3076C0.765625 26.6965 8.37678 34.3076 17.7656 34.3076Z' fill='%2309102E'/%3E%3Cpath d='M17.6562 7.71143L27.2523 17.3069L17.6562 26.903' stroke='white' stroke-width='1.97813' stroke-miterlimit='10'/%3E%3Cpath d='M27.2526 17.3076H8.2793' stroke='white' stroke-width='1.97813' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2242_1116'%3E%3Crect width='34' height='34' fill='white' transform='translate(0.765625 0.307129)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  cursor: pointer;
  margin-right: -45px;
}

.success-stories_carousel .slick-arrow svg {
  background: #eb2474;
  border-radius: 50%;
  fill: #fff;
  position: relative;
}

.success-stories_carousel .slick-prev::before, .success-stories_carousel .slick-next::before {
  display: none;
}

.success-stories_carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 100px auto 0;
  list-style: none;
  bottom: -60px;
}

.success-stories_carousel .slick-dots li button {
  background: #fe9100;
  border: 0;
  font-size: 0;
  height: 4px;
  width: 102px;
  padding: 0;
}

.success-stories_carousel .slick-dots li {
  margin: 0 5px;
  height: 4px;
  width: 102px;
}

.success-stories_carousel .slick-dots li.slick-active button {
  background: #09102e;
}

.success-stories_carousel .slick-dots li button::before {
  display: none;
}

.success-story .featuredText h2 {
  font-family: var(--font-publico);
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 52px;
  color: var(--color-blue);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.success-story .featuredText h2 span {
  font-family: var(--font-publico);
  color: var(--color-orange);
}

@media (min-width: 992px) {
  .section_success-stories .container {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  .success-stories_carousel .slick-prev {
    left: -50px;
    margin-left: 0;
  }
  .success-stories_carousel .slick-next {
    right: -50px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .section_success-stories .container {
    max-width: 900px;
  }
  .section_success-stories .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .section_success-stories .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .page-success-stories .site-wrap .site-content {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .page-success-stories #newNav .menu-overlay {
    padding: 25px 0 20px;
  }
  .section_success-stories {
    padding: 57px 0 50px;
  }
  .page-template-template-success-story .section_success-stories + .success-story {
    padding: 50px 0;
  }
  .section_success-stories h2, .success-story .featuredText h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .success-story .featuredText h2 {
    margin: 0 auto 30px;
  }
  .section_success-stories h2 span {
    font-size: 34px;
    line-height: 36px;
  }
  .success-stories_carousel .slick-dots {
    margin-top: 50px;
    bottom: -10px;
  }
  .success-stories_item .video_holder {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .success-stories_carousel .slick-dots {
    margin: 40px auto 0;
  }
  .success-stories_carousel {
    text-align: center;
  }
  .success-storiest_desc .growth-right_Quote {
    margin-left: auto;
    margin-right: auto;
  }
  .success-storiest_desc .growth-right_rating img {
    margin-left: auto;
    margin-right: auto;
  }
  .success-stories_item .video_holder .play-button {
    width: 50px;
    height: 50px;
  }
  .success-stories_item .video_holder .play-button svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 828px) {
  .success-stories_carousel .slick-prev {
    left: 0;
  }
  .success-stories_carousel .slick-next {
    right: 0;
  }
  .success-storiest_desc .cBtn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section_success-stories {
    padding-top: 30px;
  }
  .success-stories_item .video_holder {
    margin-bottom: 40px;
  }
  .success-stories_carousel .slick-dots {
    margin: 40px auto 0;
  }
  .success-stories_carousel .slick-dots li button {
    width: 40px;
  }
  .success-stories_carousel {
    text-align: center;
  }
  .success-stories_item {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  .success-storiest_desc .growth-right_rating img {
    display: inline-block;
    vertical-align: top;
  }
  .success-stories_item .video_holder .play-button img {
    width: 50px;
    height: 50px;
  }
  .success-storiest_desc .growth-right_Quote {
    font-size: 22px;
    line-height: 30px;
  }
  .success-stories_carousel .slick-dots {
    bottom: -30px;
  }
  .success-stories_carousel .slick-dots li {
    width: 40px;
  }
  .success-stories_item .video_holder .play-button {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .section_success-stories h2 {
    margin-bottom: 40px;
  }
}
.section_success-stories.white_bg {
  background: var(--color-white);
}
.section_success-stories.white_bg h2 span {
  color: var(--color-main);
  font-family: var(--font-publico);
  font-size: inherit;
}

.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .row [class*=col-] {
  flex-basis: initial;
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .bannerC {
  max-width: 514px;
  margin-bottom: 80px;
  text-align: left;
  padding-left: 30px;
  margin-left: 0;
}
@media (max-width: 991px) {
  .site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .bannerC {
    max-width: 100%;
  }
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .bannerC h1 {
  margin: 0 0 16px;
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .bannerC p {
  margin-left: 0;
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .bannerC .wrap {
  max-width: 400px;
  position: relative;
}
@media (max-width: 991px) {
  .site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .bannerC .wrap {
    max-width: 100%;
  }
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .bannerC .wrap:before {
  content: "";
  display: block;
  width: 78px;
  height: 66px;
  background-image: url("../../../images/new-landing/wpc_pattern.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -40px;
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .banner_list {
  margin-top: 236px;
}
@media (max-width: 991px) {
  .site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .banner_list {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .banner_list {
    margin-top: 50px;
  }
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .banner_list ul {
  margin: 0;
  padding: 0;
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .banner_list ul li {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 25px;
  padding-left: 66px;
  position: relative;
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .banner_list ul li:before {
  content: "";
  display: block;
  width: 41px;
  height: 42px;
  background-image: url("../../../images/new-landing/orange_tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .banner_list ul li .list_head {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 6px;
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .review_numbers {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 13px 0 0;
}
@media (max-width: 575px) {
  .site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .review_numbers {
    justify-content: center;
  }
}
.site-wrap #banner-2022 .mainB.isInnerBanner.aboveFold .review_numbers img {
  margin-right: 10px;
}

.scrolling_logos {
  padding: 10px 0 75px 0;
  position: relative;
  /* the slides */
  /* the parent */
}
.scrolling_logos:before {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDE5MjAgNDIiPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjAuMSIgeTE9IjAuODQ5IiB4Mj0iMC44NTgiIHkyPSIwLjIxMiIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMWE1ZWNiIi8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwZDU0YzciLz4NCiAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzkwMSIgZGF0YS1uYW1lPSJQYXRoIDkwMSIgZD0iTTAsNzYxSDE5MjB2NDJIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxODAgLTE2NjU1KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iTWFza19Hcm91cF8xMTEiIGRhdGEtbmFtZT0iTWFzayBHcm91cCAxMTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTgwIDE1ODk0KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgIDxlbGxpcHNlIGlkPSJncmFwaGljX3Bob25lIiBjeD0iMzM3OCIgY3k9IjkzNC41IiByeD0iMzM3OCIgcnk9IjkzNC41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzYyIC0xNTg5MykiIGZpbGw9IiNmNWY1ZjUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  height: 42px;
  width: 100%;
  position: absolute;
  top: -42px;
  left: 0;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .scrolling_logos:before {
    display: none;
  }
}
.scrolling_logos .slick-slide {
  margin: 0 30px;
}
.scrolling_logos .slick-list {
  margin: 0 -30px;
}
.scrolling_logos .slick-list .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrolling_carousel.slick-initialized {
  visibility: visible;
}

.scrolling_carousel {
  visibility: hidden;
}

.featured_with_intro .featured_intro {
  background: #09102e;
  padding: 100px 0 200px;
  text-align: center;
}
@media (max-width: 991px) {
  .featured_with_intro .featured_intro {
    padding: 70px 0 140px;
  }
}
.featured_with_intro .featured_intro .container {
  max-width: 765px;
  margin: 0 auto;
}
.featured_with_intro .featured_intro h2 {
  color: #fff;
  max-width: 656px;
  margin: 0 auto;
}
.featured_with_intro .featured_intro h2 span {
  color: #fe9a00;
}
.featured_with_intro .featured_intro p {
  color: #fff;
  margin: 25px 0 0;
}
.featured_with_intro .featured_blocks {
  margin-top: -125px;
}
@media (max-width: 991px) {
  .featured_with_intro .featured_blocks {
    margin-top: -85px;
  }
}
.featured_with_intro .featured_blocks .featured_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.featured_with_intro .featured_blocks .featured_section .card {
  flex-basis: calc(33.33% - 26px);
  margin: 0 13px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  text-align: center;
}
@media (max-width: 991px) {
  .featured_with_intro .featured_blocks .featured_section .card {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .featured_with_intro .featured_blocks .featured_section .card {
    flex-basis: 100%;
    margin: 0 0 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  }
}
.featured_with_intro .featured_blocks .featured_section .card .num {
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  color: #1a5ecb;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .featured_with_intro .featured_blocks .featured_section .card .num {
    font-size: 40px;
    line-height: 48px;
  }
}
.featured_with_intro .featured_blocks .featured_section .card .content span {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #09102e;
}
@media (max-width: 767px) {
  .featured_with_intro .featured_blocks .featured_section .card:last-child {
    margin: 0;
  }
}

.page-template-template-case-studies .site-content .container {
  max-width: 1220px;
}

.case_banner {
  background: #09102E;
  color: #fff;
  padding: 170px 0 80px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='847' height='397' viewBox='0 0 847 397' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.305' d='M423.241 396.482C656.99 396.482 846.482 206.99 846.482 -26.7591C846.482 -260.509 656.99 -450 423.241 -450C189.491 -450 0 -260.509 0 -26.7591C0 206.99 189.491 396.482 423.241 396.482Z' fill='url(%23paint0_linear_4190_26)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4190_26' x1='423.241' y1='-450' x2='423.241' y2='396.482' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2309102E'/%3E%3Cstop offset='1' stop-color='%23222A4B'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 828px;
  background-repeat: no-repeat;
  background-position: 90% 0;
}
@media (max-width: 1080px) {
  .case_banner {
    padding: 140px 0 40px;
  }
}
@media (max-width: 575px) {
  .case_banner {
    padding: 100px 0 40px;
  }
}
.case_banner h1 {
  color: #FE9A00;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
@media (max-width: 1080px) {
  .case_banner h1 {
    margin-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .case_banner h1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.case_banner h2 {
  font-family: "Publico Banner", sans-serif;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .case_banner h2 {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (max-width: 575px) {
  .case_banner h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.case_banner h2 span {
  font-family: "Publico Banner", sans-serif;
  font-style: italic;
}

body.single-case-study .site-wrap {
  padding-top: 0 !important;
}
body.single-case-study #newNav:not(.fixedHeader) .menu-overlay {
  background-color: transparent !important;
}
body.single-case-study .banner-cs {
  background: #09102E;
  color: #fff;
  padding: 150px 0 125px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='847' height='397' viewBox='0 0 847 397' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.305' d='M423.241 396.482C656.99 396.482 846.482 206.99 846.482 -26.7591C846.482 -260.509 656.99 -450 423.241 -450C189.491 -450 0 -260.509 0 -26.7591C0 206.99 189.491 396.482 423.241 396.482Z' fill='url(%23paint0_linear_4190_26)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4190_26' x1='423.241' y1='-450' x2='423.241' y2='396.482' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2309102E'/%3E%3Cstop offset='1' stop-color='%23222A4B'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 828px;
  background-repeat: no-repeat;
  background-position: 90% 0;
  position: relative;
}
@media (max-width: 1080px) {
  body.single-case-study .banner-cs {
    padding: 140px 0 80px;
  }
}
@media (max-width: 575px) {
  body.single-case-study .banner-cs {
    padding: 90px 0 50px;
  }
}
body.single-case-study .banner-cs .logo_cs img {
  max-width: 230px;
  width: 100%;
}
@media (max-width: 575px) {
  body.single-case-study .banner-cs .logo_cs img {
    max-width: 110px;
  }
}
body.single-case-study .banner-cs .content {
  max-width: 912px;
}
body.single-case-study .banner-cs .content .case-study__meta {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #FE9A00;
  margin-bottom: 28px;
}
@media (max-width: 1080px) {
  body.single-case-study .banner-cs .content .case-study__meta {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  body.single-case-study .banner-cs .content .case-study__meta {
    margin-top: 18px;
  }
}
body.single-case-study .banner-cs .content h1.entry-title {
  font-size: 50px;
  line-height: 68px;
  margin: 0;
}
@media (max-width: 1080px) {
  body.single-case-study .banner-cs .content h1.entry-title {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (max-width: 575px) {
  body.single-case-study .banner-cs .content h1.entry-title {
    font-size: 30px;
    line-height: 42px;
  }
}
body.single-case-study .banner-cs .content h1.entry-title span {
  font-family: "Publico Banner", sans-serif;
  font-style: italic;
}
body.single-case-study .banner-cs .content .big_numbers {
  margin-top: 30px;
}
@media (max-width: 1080px) {
  body.single-case-study .banner-cs .content .big_numbers {
    margin-top: 10px;
  }
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block {
  color: #BCBEC5;
  font-family: Inter;
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 0;
}
@media (max-width: 1080px) {
  body.single-case-study .banner-cs .content .big_numbers .big_numbers-block {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  body.single-case-study .banner-cs .content .big_numbers .big_numbers-block {
    margin: 25px 0 0;
  }
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block .number_block {
  margin-bottom: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block .number_block.icon_end {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block .number_block.icon_end span.icon {
  margin-left: 5px;
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block span {
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.04em;
}
@media (max-width: 1080px) {
  body.single-case-study .banner-cs .content .big_numbers .big_numbers-block span {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  body.single-case-study .banner-cs .content .big_numbers .big_numbers-block span {
    font-size: 30px;
    line-height: 34px;
  }
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block span.icon {
  font-weight: 500;
  margin-right: 5px;
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block span.icon img {
  max-width: 30px;
}
@media (max-width: 1080px) {
  body.single-case-study .banner-cs .content .big_numbers .big_numbers-block span.icon img {
    max-width: 24px;
  }
}
@media (max-width: 991px) {
  body.single-case-study .banner-cs .content .big_numbers .big_numbers-block span.icon img {
    max-width: 20px;
  }
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block span.plus {
  color: #FE9A00;
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block span.number {
  color: #fff;
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block p:last-child {
  margin-bottom: 0;
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block h5 {
  font-weight: bold;
  color: #fff;
}
body.single-case-study .banner-cs .content .big_numbers .big_numbers-block p {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1080px) {
  body.single-case-study .banner-cs .content .big_numbers .big_numbers-block p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  body.single-case-study .banner-cs .content .big_numbers .big_numbers-block p {
    font-size: 15px;
  }
}
body.single-case-study .banner-cs .content .banner_intro {
  color: #BCBEC5;
}
body.single-case-study .banner-cs .content .banner_intro ul {
  padding-left: 20px;
}
body.single-case-study .banner-cs .content .banner_intro ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
body.single-case-study .media-cs img {
  width: 100%;
}
body.single-case-study .media-cs + .media_slider_cs {
  margin-top: 100px;
}
@media (max-width: 1080px) {
  body.single-case-study .media-cs + .media_slider_cs {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  body.single-case-study .media-cs + .media_slider_cs {
    margin-top: 60px;
  }
}
body.single-case-study .title_content_cs {
  background-color: #F5F5F5;
  padding-top: 120px;
  padding-bottom: 120px;
}
body.single-case-study .title_content_cs + .title_content_cs {
  padding-top: 0;
}
@media (max-width: 1080px) {
  body.single-case-study .title_content_cs {
    padding: 80px 0;
  }
}
body.single-case-study .title_content_cs .title_cs {
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  color: #1A5ECB;
}
@media (max-width: 991px) {
  body.single-case-study .title_content_cs .title_cs {
    margin-bottom: 25px;
  }
}
body.single-case-study .title_content_cs .content_cs {
  max-width: 912px;
}
@media (max-width: 767px) {
  body.single-case-study .title_content_cs .content_cs p {
    line-height: 24px;
  }
}
body.single-case-study .title_content_cs .content_cs p:last-child {
  margin-bottom: 0;
}
body.single-case-study .title_content_cs .content_cs ul {
  padding: 0;
}
body.single-case-study .title_content_cs .content_cs ul li {
  font-size: 18px;
  line-height: 28px;
  color: #09102E;
  position: relative;
  padding-left: 25px;
}
body.single-case-study .title_content_cs .content_cs ul li:before {
  content: "";
  background-color: #1A5ECB;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
body.single-case-study .title_content_cs .content_cs ul li:not(:last-child) {
  margin-bottom: 24px;
}
body.single-case-study .title_content_cs .content_cs .common-btn, body.single-case-study .title_content_cs .content_cs .site_btn, body.single-case-study .title_content_cs .content_cs #newNav .contact-header a, #newNav .contact-header body.single-case-study .title_content_cs .content_cs a, body.single-case-study .title_content_cs .content_cs #banner-2022 .mainB .bannerC .Request, #banner-2022 .mainB .bannerC body.single-case-study .title_content_cs .content_cs .Request, body.single-case-study .title_content_cs .content_cs .get_wpSite--left a, .get_wpSite--left body.single-case-study .title_content_cs .content_cs a, body.single-case-study .title_content_cs .content_cs .success-stories .cBtn, .success-stories body.single-case-study .title_content_cs .content_cs .cBtn, body.single-case-study .title_content_cs .content_cs .yellow-block a, .yellow-block body.single-case-study .title_content_cs .content_cs a {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
body.single-case-study .title_content_cs + .key_results {
  padding-top: 0;
}
@media (max-width: 1080px) {
  body.single-case-study .title_content_cs + .key_results {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  body.single-case-study .title_content_cs + .key_results {
    padding-top: 0;
  }
}
body.single-case-study .media_slider-img .slick-list {
  overflow: visible;
  margin: 0 14% 0 28%;
}
@media (max-width: 767px) {
  body.single-case-study .media_slider-img .slick-list {
    margin: 0 12%;
  }
}
body.single-case-study .media_slider-img .slick-dots {
  bottom: -50px;
}
body.single-case-study .media_slider-img .slick-dots li button:before {
  font-size: 30px;
}
body.single-case-study .media_slider-img .slick-dots li.slick-active button:before {
  font-size: 30px;
  color: #1A5ECB;
}
body.single-case-study .media_slider-img .slick-slide {
  padding: 0 12px;
}
@media (max-width: 767px) {
  body.single-case-study .media_slider-img .slick-slide {
    padding: 0 5px;
  }
}
body.single-case-study .media_slider-img .slick-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.media_slider_cs + .more-case-studies, .media_slider_cs + .solutions_process, .media_slider_cs + .single_testimonial {
  margin-top: 100px;
}
@media (max-width: 1080px) {
  .media_slider_cs + .more-case-studies, .media_slider_cs + .solutions_process, .media_slider_cs + .single_testimonial {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .media_slider_cs + .more-case-studies, .media_slider_cs + .solutions_process, .media_slider_cs + .single_testimonial {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .recent_work-slider .slick-list {
    padding: 0 !important;
  }
}
.recent_work-slider .recent_slide-item .recent_img img {
  height: 249px !important;
}
.recent_work-slider .recent_content {
  padding: 30px 40px 40px !important;
}
.recent_work-slider .recent_content .case-study__meta {
  margin-bottom: 20px;
}
.recent_work-slider .recent_content .case-study__meta span {
  color: #FE9A00;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.recent_work-slider .recent_content h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 26px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  margin: 20px 0 !important;
}
@media (max-width: 1080px) {
  .recent_work-slider .recent_content h3 {
    margin: 15px 0 !important;
  }
}
.recent_work-slider .recent_content .highlight_number {
  font-size: 42px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.004rem;
}
.recent_work-slider .recent_content .highlight_number .number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.recent_work-slider .recent_content .highlight_number .number .plus {
  color: #09102e;
  margin-right: 5px;
}
.recent_work-slider .recent_content .highlight_number .text {
  font-size: 20px;
  line-height: 24px;
  margin: 14px 0 26px;
}
@media (max-width: 1080px) {
  .recent_work-slider .recent_content .highlight_number .text {
    margin: 14px 0 20px;
  }
}
.recent_work-slider .recent_content .common-btn, .recent_work-slider .recent_content .site_btn, .recent_work-slider .recent_content #newNav .contact-header a, #newNav .contact-header .recent_work-slider .recent_content a, .recent_work-slider .recent_content #banner-2022 .mainB .bannerC .Request, #banner-2022 .mainB .bannerC .recent_work-slider .recent_content .Request, .recent_work-slider .recent_content .get_wpSite--left a, .get_wpSite--left .recent_work-slider .recent_content a, .recent_work-slider .recent_content .success-stories .cBtn, .success-stories .recent_work-slider .recent_content .cBtn, .recent_work-slider .recent_content .yellow-block a, .yellow-block .recent_work-slider .recent_content a {
  font-size: 14px;
  line-height: 14px;
  padding: 12px 24px;
  height: auto;
}
.recent_work-slider .recent_content .case-study__tags {
  margin: 30px 0 0;
}
@media (max-width: 1080px) {
  .recent_work-slider .recent_content .case-study__tags {
    margin: 20px 0 0;
  }
}
@media (max-width: 575px) {
  .recent_work-slider .recent_content .case-study__tags {
    display: none;
  }
}
.recent_work-slider .recent_content .case-study__tags span {
  color: #09102e;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding: 0 8px 0 0;
}
.recent_work-slider .recent_content .case-study__tags span::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(188, 190, 197, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
}
.recent_work-slider .recent_content .case-study__tags span:last-child::after {
  display: none;
}

.case-study__item {
  border-radius: 24px;
  margin: 24px 0 0;
}
.case-study__item .case-study__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px 24px 0 0;
  display: block;
  min-height: 249px;
}
@media (max-width: 1080px) {
  .case-study__item .case-study__img {
    min-height: 210px;
  }
}
.case-study__item .case-study__content {
  background: #1B213D;
  border-radius: 0 0 24px 24px;
  padding: 30px 40px 40px;
}
@media (max-width: 1080px) {
  .case-study__item .case-study__content {
    padding: 25px 30px;
  }
}
.case-study__item .case-study__content .case-study__meta span {
  color: #FE9A00;
  font-size: 14px;
  line-height: 20px;
}
.case-study__item .case-study__content h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 1080px) {
  .case-study__item .case-study__content h3 {
    margin: 15px 0;
  }
}
.case-study__item .case-study__content .case-study__increment {
  font-size: 42px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.004rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.case-study__item .case-study__content .case-study__increment.icon_end {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.case-study__item .case-study__content .case-study__increment.icon_end span.plus {
  margin-left: 5px;
}
.case-study__item .case-study__content .case-study__increment .plus {
  color: #FE9A00;
  margin-right: 5px;
}
.case-study__item .case-study__content .case-study__increment .plus img {
  max-width: 30px;
}
@media (max-width: 1080px) {
  .case-study__item .case-study__content .case-study__increment .plus img {
    max-width: 24px;
  }
}
@media (max-width: 991px) {
  .case-study__item .case-study__content .case-study__increment .plus img {
    max-width: 20px;
  }
}
.case-study__item .case-study__content p {
  font-size: 20px;
  line-height: 24px;
  margin: 14px 0 26px;
}
@media (max-width: 1080px) {
  .case-study__item .case-study__content p {
    margin: 14px 0 20px;
  }
}
.case-study__item .case-study__content .common-btn, .case-study__item .case-study__content .site_btn, .case-study__item .case-study__content #newNav .contact-header a, #newNav .contact-header .case-study__item .case-study__content a, .case-study__item .case-study__content #banner-2022 .mainB .bannerC .Request, #banner-2022 .mainB .bannerC .case-study__item .case-study__content .Request, .case-study__item .case-study__content .get_wpSite--left a, .get_wpSite--left .case-study__item .case-study__content a, .case-study__item .case-study__content .success-stories .cBtn, .success-stories .case-study__item .case-study__content .cBtn, .case-study__item .case-study__content .yellow-block a, .yellow-block .case-study__item .case-study__content a {
  font-size: 14px;
  line-height: 14px;
  padding: 12px 24px;
  height: auto;
}
.case-study__item .case-study__content .case-study__tags {
  margin: 30px 0 0;
}
@media (max-width: 1080px) {
  .case-study__item .case-study__content .case-study__tags {
    margin: 20px 0 0;
  }
}
.case-study__item .case-study__content .case-study__tags a, .case-study__item .case-study__content .case-study__tags span {
  color: #BCBEC5;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding: 0 10px 0 4px;
}
.case-study__item .case-study__content .case-study__tags a::after, .case-study__item .case-study__content .case-study__tags span::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(188, 190, 197, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
}
.case-study__item .case-study__content .case-study__tags a:last-child::after, .case-study__item .case-study__content .case-study__tags span:last-child::after {
  display: none;
}

.case_studies_filter {
  background: #09102E;
  color: #fff;
  padding-bottom: 122px;
}
@media (max-width: 1080px) {
  .case_studies_filter {
    padding-bottom: 80px;
  }
}
.case_studies_filter .case-studies__filter-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 70px;
}
@media (max-width: 1080px) {
  .case_studies_filter .case-studies__filter-wrapper {
    margin: 0 0 40px;
  }
}
@media (max-width: 575px) {
  .case_studies_filter .case-studies__filter-wrapper {
    margin: 0 0 20px;
  }
}
.case_studies_filter .case-studies__filter-wrapper .case-studies__fb {
  flex-basis: calc(33.33% - 24px);
  margin-right: 24px;
}
@media (max-width: 575px) {
  .case_studies_filter .case-studies__filter-wrapper .case-studies__fb {
    flex-basis: calc(50% - 10px);
    margin-right: 10px;
  }
}
.case_studies_filter .case-studies__filter-wrapper .case-studies__fb .select2-container {
  background-color: #09102E;
  color: #7C8196;
  width: 100% !important;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #7C8196;
  padding: 11px 20px 11px 0;
}
.case_studies_filter .case-studies__filter-wrapper .case-studies__fb .select2-container .select2-selection--single {
  background: transparent;
  border: 0;
}
.case_studies_filter .case-studies__filter-wrapper .case-studies__fb .select2-container .select2-selection--single .select2-selection__rendered {
  color: #7C8196;
  padding: 0;
}
.case_studies_filter .case-studies__filter-wrapper .case-studies__fb .select2-container .select2-selection--single .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00013 6.70788L0.692383 1.40013L1.40013 0.692383L6.00013 5.29238L10.6001 0.692383L11.3079 1.40013L6.00013 6.70788Z' fill='%237C8196'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.case_studies_filter .case-studies__filter-wrapper .case-studies__fb .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
@media (max-width: 1024px) {
  .case_studies_filter .case-studies__listing-wrapper .case-studies__listing .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .case_studies_filter .case-studies__listing-wrapper .case-studies__listing .row .col-lg-6, .case_studies_filter .case-studies__listing-wrapper .case-studies__listing .row .col-md-6 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination {
  margin: 25px 0 0;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin: 6px 0 0 0;
  padding: 0;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li {
  font-size: 16px;
  line-height: 28px;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li .current-page {
  padding: 0 10px;
  display: inline-block;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li a {
  color: #7C8196;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li a::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #7C8196;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li a.next-page {
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.00588 19.3078L0.942383 18.2443L9.18663 10L0.942383 1.75576L2.00588 0.692261L11.3136 10L2.00588 19.3078Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: top;
  margin-left: 12px;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li a.next-page::before {
  display: none;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li a.prev-page {
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99412 0.69224L11.0576 1.75574L2.81337 9.99999L11.0576 18.2442L9.99412 19.3077L0.686369 9.99999L9.99412 0.69224Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: top;
  margin-right: 12px;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li a.prev-page::before {
  display: none;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li:not(:first-child) .current-page {
  position: relative;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li:not(:first-child) .current-page::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #7C8196;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.case_studies_filter .case-studies__listing-wrapper .case-studies__pagination ul li:nth-child(2) a[data-page="1"]::before {
  display: none;
}

.page-template-template-case-studies .navbar .container {
  max-width: 1220px;
}
.page-template-template-case-studies .select2-selection__clear span {
  color: #7C8196;
}
.page-template-template-case-studies .select2-container .select2-selection__placeholder {
  color: #7C8196;
}
.page-template-template-case-studies .select2-container.select2-container--open .select2-results__option:first-child.select2-results__option--selected {
  display: none;
}
.page-template-template-case-studies .select2-dropdown {
  background: #1B213D;
  border: 0;
  color: #7C8196;
  padding-bottom: 10px;
}
.page-template-template-case-studies .select2-dropdown .select2-search {
  display: none;
}
.page-template-template-case-studies .select2-dropdown .select2-results__option {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-template-case-studies .select2-dropdown .select2-results__option--highlighted {
  background-color: #FE9A00;
  color: #fff;
}
.page-template-template-case-studies .select2-dropdown .select2-results__option--selectable:hover {
  background-color: #FE9A00;
  color: #fff;
}
.page-template-template-case-studies .select2-dropdown .select2-results__option--selectable.select2-results__option--selected {
  background-color: #FE9A00;
  color: #fff;
}

.body-overlay .site-content {
  pointer-events: none;
}

.single-case-study {
  background: #F5F5F5;
}
.single-case-study .container {
  max-width: 1220px;
}
@media (max-width: 375px) {
  .single-case-study .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .single-case-study .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 375px) {
  .single-case-study .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 1024px) {
  .single-case-study .row [class^=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 375px) {
  .single-case-study .row [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.single_testimonial {
  background: #1B213D;
  color: #fff;
  padding: 180px 0;
}
@media (max-width: 1080px) {
  .single_testimonial {
    padding: 80px 0;
  }
}
.single_testimonial .single_testimonial-title {
  color: #FE9A00;
  font-size: 26px;
  line-height: 28px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .single_testimonial .single_testimonial-title {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .single_testimonial .single_testimonial-title {
    margin-bottom: 25px;
  }
}
.single_testimonial .single_testimonial-content h2 {
  font-family: "Publico Banner", sans-serif;
  font-size: 50px;
  line-height: 68px;
  margin: 0;
}
@media (max-width: 1080px) {
  .single_testimonial .single_testimonial-content h2 {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (max-width: 575px) {
  .single_testimonial .single_testimonial-content h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.single_testimonial .single_testimonial-content h2 span {
  font-family: "Publico Banner", sans-serif;
  font-style: italic;
}
.single_testimonial .single_testimonial-content .author_meta {
  margin: 26px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.single_testimonial .single_testimonial-content .author_meta-left {
  flex-basis: 80px;
  background: #FE9A00;
  min-height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.single_testimonial .single_testimonial-content .author_meta-left img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.single_testimonial .single_testimonial-content .author_meta-right {
  flex-basis: calc(100% - 80px);
  padding-left: 16px;
  color: #BCBEC5;
}
.single_testimonial .single_testimonial-content .author_meta-right span {
  display: block;
}

.single_video-testimonial {
  background: #1B213D;
  color: #fff;
  position: relative;
  min-height: 728px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .single_video-testimonial {
    min-height: auto;
    height: auto;
    overflow: hidden;
  }
}
.single_video-testimonial .slide-video {
  position: relative;
  transform: scale(1.5);
  transform-origin: 38% 10%;
}
@media (max-width: 1080px) {
  .single_video-testimonial .slide-video {
    transform: none;
  }
}
.single_video-testimonial .slide-video:before {
  content: "";
  display: block;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  background-image: url("../../../images/case-studies/gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1080px) {
  .single_video-testimonial .slide-video {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 1080px) {
  .single_video-testimonial .slide-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.single_video-testimonial .play_feedback {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  left: 30%;
  z-index: 2;
}
@media (max-width: 1080px) {
  .single_video-testimonial .play_feedback {
    top: 42%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
  }
}
@media (max-width: 820px) {
  .single_video-testimonial .play_feedback {
    top: 50%;
  }
}
.single_video-testimonial .play_feedback img {
  max-width: 84px;
}
.single_video-testimonial .play_feedback .pause {
  display: none;
}
.single_video-testimonial .slide_caption {
  position: absolute;
  top: 70px;
  max-width: 29vw;
  width: 100%;
  right: 10vw;
  text-align: left;
}
@media (max-width: 1600px) {
  .single_video-testimonial .slide_caption {
    max-width: 35vw;
    right: 10vw;
  }
}
@media (max-width: 1080px) {
  .single_video-testimonial .slide_caption {
    position: relative;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px 30px;
  }
}
.single_video-testimonial .slide_caption .feedback_title {
  color: #FE9A00;
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 26px;
}
@media (max-width: 991px) {
  .single_video-testimonial .slide_caption .feedback_title {
    font-size: 20px;
    line-height: 24px;
  }
}
.single_video-testimonial .slide_caption h2 {
  color: #fff;
  font-family: "Publico Banner", sans-serif;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 0;
}
@media (max-width: 1540px) {
  .single_video-testimonial .slide_caption h2 {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .single_video-testimonial .slide_caption h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
.single_video-testimonial .slide_caption h2 p {
  color: #fff;
  font-family: "Publico Banner", sans-serif;
  font-size: 44px;
  line-height: 62px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .single_video-testimonial .slide_caption h2 p {
    font-size: 36px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  .single_video-testimonial .slide_caption h2 p {
    font-size: 30px;
    line-height: 44px;
  }
}
.single_video-testimonial .slide_caption .author_meta {
  color: #BCBEC5;
  margin: 28px 0 0;
}

.solutions_process {
  position: relative;
  background: #09102E;
  color: #fff;
  padding: 100px 0 20px;
}
@media (max-width: 1080px) {
  .solutions_process {
    padding: 80px 0 60px;
  }
}
.solutions_process .solutions_process-title {
  color: #FE9A00;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 55px;
}
@media (max-width: 1080px) {
  .solutions_process .solutions_process-title {
    margin-bottom: 25px;
  }
}
.solutions_process .image_content {
  margin: 0;
}
@media (max-width: 767px) {
  .solutions_process .image_content .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .solutions_process .image_content .image {
    margin-bottom: 5px;
  }
}
.solutions_process .image_content .content {
  margin: 40px 0 120px;
}
@media (max-width: 1080px) {
  .solutions_process .image_content .content {
    margin: 30px 0 80px;
  }
}
.solutions_process .image_content .content h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 14px;
}
.solutions_process .image_content .content p {
  color: #BCBEC5;
}
.solutions_process .image_content .content ul li {
  color: #BCBEC5;
  font-size: 18px;
  line-height: 30px;
  list-style-type: disc;
}
.solutions_process .image_content .content .common-btn, .solutions_process .image_content .content .site_btn, .solutions_process .image_content .content #newNav .contact-header a, #newNav .contact-header .solutions_process .image_content .content a, .solutions_process .image_content .content #banner-2022 .mainB .bannerC .Request, #banner-2022 .mainB .bannerC .solutions_process .image_content .content .Request, .solutions_process .image_content .content .get_wpSite--left a, .get_wpSite--left .solutions_process .image_content .content a, .solutions_process .image_content .content .success-stories .cBtn, .success-stories .solutions_process .image_content .content .cBtn, .solutions_process .image_content .content .yellow-block a, .yellow-block .solutions_process .image_content .content a {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.key_results {
  padding-top: 120px;
}
@media (max-width: 1080px) {
  .key_results {
    padding-top: 80px;
  }
}
.key_results .key_results-title {
  color: #1A5ECB;
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 60px;
}
@media (max-width: 1080px) {
  .key_results .key_results-title {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .key_results .results_media {
    margin: 0 0 25px;
  }
}
.key_results .results_score .row [class^=col-]:nth-child(1) .score_block, .key_results .results_score .row [class^=col-]:nth-child(2) .score_block {
  margin-bottom: 48px;
}
.key_results .results_score .row [class^=col-]:nth-child(1) .score_block .score_data, .key_results .results_score .row [class^=col-]:nth-child(2) .score_block .score_data {
  color: #ED1C24;
  background-image: url("data:image/svg+xml,%3Csvg width='122' height='122' viewBox='0 0 122 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4190_778)'%3E%3Cpath d='M61.0415 121.929C94.7104 121.929 122.012 94.6272 122.012 60.9583C122.012 27.2894 94.7104 0 61.0415 0C27.3726 0 0.0708008 27.3018 0.0708008 60.9707C0.0708008 94.6396 27.3726 121.941 61.0415 121.941' fill='%23FDE8E9'/%3E%3Cpath d='M61.0431 121.929C58.9125 121.929 57.1782 120.195 57.1782 118.064C57.1782 115.933 58.9125 114.199 61.0431 114.199C90.4012 114.199 114.284 90.3163 114.284 60.9582C114.284 31.6001 90.3888 7.72961 61.0431 7.72961C58.9125 7.72961 57.1782 5.99537 57.1782 3.86474C57.1782 1.73411 58.9125 -0.00012207 61.0431 -0.00012207C94.6625 -0.00012207 122.014 27.3512 122.014 60.9706C122.014 94.59 94.6625 121.941 61.0431 121.941V121.929Z' fill='%23ED1C24'/%3E%3Cpath d='M61.0432 121.929C46.8225 121.929 32.9857 116.924 22.0725 107.857C20.4249 106.494 20.202 104.054 21.577 102.419C22.9396 100.784 25.3799 100.548 27.015 101.923C36.5409 109.851 48.6186 114.212 61.0308 114.212C63.1614 114.212 64.8957 115.946 64.8957 118.076C64.8957 120.207 63.1614 121.941 61.0308 121.941L61.0432 121.929Z' fill='%23ED1C24'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4190_778'%3E%3Crect width='121.929' height='121.929' fill='white' transform='translate(0.0708008)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.key_results .results_score .row .score_block .score_title {
  color: #7C8196;
  font-size: 16px;
  line-height: 24px;
  width: 121px;
  text-align: center;
}
@media (max-width: 1024px) {
  .key_results .results_score .row .score_block .score_title {
    margin: 0 auto;
  }
}
.key_results .results_score .row .score_block .score_data {
  margin: 24px 0 0;
  color: #52B047;
  font-size: 68px;
  background-image: url("data:image/svg+xml,%3Csvg width='122' height='122' viewBox='0 0 122 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4190_795)'%3E%3Cpath d='M61.0415 121.929C94.7104 121.929 122.012 94.6272 122.012 60.9583C122.012 27.2894 94.7104 0 61.0415 0C27.3726 0 0.0708008 27.3018 0.0708008 60.9707C0.0708008 94.6396 27.3726 121.941 61.0415 121.941' fill='%23DCEFDA'/%3E%3Cpath d='M61.0431 121.929C58.9125 121.929 57.1782 120.195 57.1782 118.064C57.1782 115.933 58.9125 114.199 61.0431 114.199C90.4012 114.199 114.284 90.3163 114.284 60.9582C114.284 31.6001 90.3888 7.72961 61.0431 7.72961C58.9125 7.72961 57.1782 5.99537 57.1782 3.86474C57.1782 1.73411 58.9125 -0.00012207 61.0431 -0.00012207C94.6625 -0.00012207 122.014 27.3512 122.014 60.9706C122.014 94.59 94.6625 121.941 61.0431 121.941V121.929Z' fill='%2352B047'/%3E%3Cpath d='M61.0432 121.929C46.8225 121.929 32.9857 116.924 22.0725 107.857C20.4249 106.494 20.202 104.054 21.577 102.419C22.9396 100.784 25.3799 100.548 27.015 101.923C36.5409 109.851 48.6186 114.212 61.0308 114.212C63.1614 114.212 64.8957 115.946 64.8957 118.076C64.8957 120.207 63.1614 121.941 61.0308 121.941L61.0432 121.929Z' fill='%2352B047'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4190_795'%3E%3Crect width='121.929' height='121.929' fill='white' transform='translate(0.0708008)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 121px;
  height: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .key_results .results_score .row .score_block .score_data {
    margin: 24px auto 0;
  }
}
.key_results .numbers_block {
  margin: 60px 0 0;
  padding: 32px 24px;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 1080px) {
  .key_results .numbers_block {
    margin: 40px 0 0;
    padding: 25px 20px;
  }
}
.key_results .numbers_block .numbers {
  color: #1A5ECB;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: -0.004rem;
}
@media (max-width: 1080px) {
  .key_results .numbers_block .numbers {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .key_results .numbers_block .numbers {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  .key_results .numbers_block .numbers {
    font-size: 30px;
    line-height: 34px;
  }
}
.key_results .numbers_block .numbers .plus {
  color: #FE9A00;
  margin-right: -20px;
}
@media (max-width: 1024px) {
  .key_results .numbers_block .numbers .plus {
    margin-right: -10px;
  }
}
.key_results .numbers_block .number_description {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
}
@media (max-width: 1024px) {
  .key_results .numbers_block .number_description {
    font-size: 17px;
    margin: 7px 0 0;
  }
}
@media (max-width: 991px) {
  .key_results .numbers_block .number_description {
    font-size: 16px;
  }
}
.key_results + .more-case-studies {
  margin-top: 120px;
}
@media (max-width: 1080px) {
  .key_results + .more-case-studies {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .key_results + .more-case-studies {
    margin-top: 60px;
  }
}

.more-case-studies {
  background: #09102E;
  color: #fff;
  padding: 120px 0;
}
@media (max-width: 1080px) {
  .more-case-studies {
    padding: 80px 0 20px;
  }
}
@media (max-width: 767px) {
  .more-case-studies {
    padding: 80px 0 120px;
  }
}
.more-case-studies .more-case-studies__title {
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .more-case-studies .more-case-studies__title {
    margin-bottom: 40px;
  }
}
.more-case-studies .more-case-studies__title h2 {
  font-family: "Publico Banner", sans-serif;
  font-size: 50px;
  line-height: 68px;
  margin: 0;
}
@media (max-width: 1080px) {
  .more-case-studies .more-case-studies__title h2 {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (max-width: 575px) {
  .more-case-studies .more-case-studies__title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.more-case-studies .more-case-studies-slider {
  position: relative;
}
.more-case-studies .more-case-studies-slider .case-study__item {
  margin: 0;
}
.more-case-studies .more-case-studies-slider .case-slide-item {
  margin: 0 15px;
}
.more-case-studies .more-case-studies-slider .slick-arrow {
  position: absolute;
  width: 53px;
  height: 53px;
}
.more-case-studies .more-case-studies-slider .slick-arrow.slick-prev {
  top: -91px;
  left: auto;
  right: 85px;
}
@media (max-width: 1080px) {
  .more-case-studies .more-case-studies-slider .slick-arrow.slick-prev {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .more-case-studies .more-case-studies-slider .slick-arrow.slick-prev {
    top: auto;
    bottom: -130px;
    left: calc(50% - 61px);
    right: auto;
  }
}
.more-case-studies .more-case-studies-slider .slick-arrow.slick-next {
  top: -91px;
  left: auto;
  right: 15px;
}
@media (max-width: 1080px) {
  .more-case-studies .more-case-studies-slider .slick-arrow.slick-next {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .more-case-studies .more-case-studies-slider .slick-arrow.slick-next {
    top: auto;
    bottom: -130px;
    right: calc(50% - 61px);
    left: auto;
  }
}
.more-case-studies .more-case-studies-slider .slick-arrow::before {
  display: none;
}

.few-slides-left-align .slick-list .slick-track {
  margin-left: 0 !important;
}

.page-template-template-home-2022 .single_testimonial .single_testimonial-content h2 {
  font-size: 26px;
  line-height: 40px;
  margin-top: 7px;
  position: relative;
}
@media (max-width: 991px) {
  .page-template-template-home-2022 .single_testimonial .single_testimonial-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 375px) {
  .page-template-template-home-2022 .single_testimonial .single_testimonial-content h2 {
    padding-left: 25px;
  }
}
.page-template-template-home-2022 .single_testimonial .single_testimonial-content h2 .quote-before {
  position: absolute;
  left: -25px;
  top: -15px;
}
@media (max-width: 375px) {
  .page-template-template-home-2022 .single_testimonial .single_testimonial-content h2 .quote-before {
    left: 0;
  }
}
.page-template-template-home-2022 .single_testimonial .single_testimonial-content h2 .quote-after svg {
  transform: rotate(180deg);
  margin-top: -25px;
}
@media (max-width: 991px) {
  .page-template-template-home-2022 .single_testimonial .single_testimonial-content .author_meta-right {
    font-size: 14px;
  }
}
.page-template-template-home-2022 .single_testimonial .single_testimonial-content .case_link a {
  color: white;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
}
.page-template-template-home-2022 .single_testimonial .single_testimonial-content .case_link a:hover {
  color: #FE9A00;
}
.page-template-template-home-2022 .single_testimonial .single_testimonial-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
  margin-top: 0;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .page-template-template-home-2022 .single_testimonial .single_testimonial-title {
    font-size: 38px;
    line-height: 44px;
    padding-right: 0;
  }
}
.page-template-template-home-2022 .single_testimonial .single_testimonial-title span {
  display: block;
}
.page-template-template-home-2022 .single_testimonial .single_testimonial-title .site_btn {
  margin-top: 30px;
  max-width: 260px;
  width: 100%;
  min-width: auto;
}

.case_study-feedback {
  background: #1B213D;
  color: #fff;
  position: relative;
}
.case_study-feedback .case_slider {
  margin-bottom: 0;
}
.case_study-feedback .case_slider .feedback_slide {
  position: relative;
  overflow: hidden;
}
.case_study-feedback .case_slider .feedback_slide .slide_background {
  position: relative;
  min-height: 728px;
  height: 100%;
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .feedback_slide .slide_background {
    min-height: auto;
    height: auto;
    max-height: 500px;
    overflow: hidden;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_background:before {
  content: "";
  display: block;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  background-image: url("../../../images/case-studies/gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
}
.case_study-feedback .case_slider .feedback_slide .slide_background .slide-img {
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  min-height: 728px;
  height: 100%;
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .feedback_slide .slide_background .slide-img {
    background: none !important;
    min-height: auto;
    height: auto;
    max-height: 500px;
    overflow: hidden;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_background .slide-img img {
  display: none;
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .feedback_slide .slide_background .slide-img img {
    display: block;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_background .slide-video {
  position: relative;
  transform: scale(1.5);
  transform-origin: 38% 10%;
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .feedback_slide .slide_background .slide-video {
    transform: none;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_background .slide-video:before {
  content: "";
  display: block;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  background-image: url("../../../images/case-studies/gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .feedback_slide .slide_background .slide-video {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .feedback_slide .slide_background .slide-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_background .play_feedback {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  left: 30%;
  z-index: 2;
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .feedback_slide .slide_background .play_feedback {
    top: 42%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
  }
}
@media (max-width: 820px) {
  .case_study-feedback .case_slider .feedback_slide .slide_background .play_feedback {
    top: 50%;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_background .play_feedback img {
  max-width: 84px;
}
.case_study-feedback .case_slider .feedback_slide .slide_background .play_feedback .pause {
  display: none;
}
.case_study-feedback .case_slider .feedback_slide .slide_caption {
  position: absolute;
  top: 100px;
  max-width: 29vw;
  width: 100%;
  right: 10vw;
  text-align: left;
}
@media (max-width: 1600px) {
  .case_study-feedback .case_slider .feedback_slide .slide_caption {
    max-width: 35vw;
    right: 10vw;
  }
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .feedback_slide .slide_caption {
    position: relative;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px 30px;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_caption .feedback_title {
  color: #FE9A00;
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 26px;
}
@media (max-width: 991px) {
  .case_study-feedback .case_slider .feedback_slide .slide_caption .feedback_title {
    font-size: 20px;
    line-height: 24px;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_caption h2 {
  color: #fff;
  font-family: "Publico Banner", sans-serif;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .feedback_slide .slide_caption h2 {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .case_study-feedback .case_slider .feedback_slide .slide_caption h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_caption h2 em {
  font-family: "Publico Banner", sans-serif;
}
.case_study-feedback .case_slider .feedback_slide .slide_caption h2 p {
  color: #fff;
  font-family: "Publico Banner", sans-serif;
  font-size: 44px;
  line-height: 62px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .case_study-feedback .case_slider .feedback_slide .slide_caption h2 p {
    font-size: 36px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  .case_study-feedback .case_slider .feedback_slide .slide_caption h2 p {
    font-size: 30px;
    line-height: 44px;
  }
}
.case_study-feedback .case_slider .feedback_slide .slide_caption h2 p em {
  font-family: "Publico Banner", sans-serif;
}
.case_study-feedback .case_slider .feedback_slide .slide_caption .author_meta {
  color: #BCBEC5;
  margin: 28px 0 0;
}
.case_study-feedback .case_slider .slick-dots {
  bottom: 78px;
  max-width: 29vw;
  width: 100%;
  right: 10vw;
  text-align: left;
}
@media (max-width: 1600px) {
  .case_study-feedback .case_slider .slick-dots {
    max-width: 35vw;
    right: 10vw;
  }
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .slick-dots {
    position: relative;
    max-width: 100%;
    left: 30px;
    right: 0;
    bottom: 0;
    padding-bottom: 80px;
  }
}
.case_study-feedback .case_slider .slick-dots li {
  margin: 0 5px;
  height: 4px;
  width: 70px;
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .slick-dots li {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .case_study-feedback .case_slider .slick-dots li {
    width: 40px;
  }
}
.case_study-feedback .case_slider .slick-dots li button {
  background: #fe9100;
  border: 0;
  font-size: 0;
  height: 4px;
  width: 70px;
  padding: 0;
}
@media (max-width: 1080px) {
  .case_study-feedback .case_slider .slick-dots li button {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .case_study-feedback .case_slider .slick-dots li button {
    width: 40px;
  }
}
.case_study-feedback .case_slider .slick-dots li button:before {
  display: none;
}
.case_study-feedback .case_slider .slick-dots li.slick-active button {
  background: #fff;
}

.customer_referral {
  background: #09102e;
  color: #fff;
  padding: 220px 0 120px;
  text-align: center;
}
@media (max-width: 1080px) {
  .customer_referral {
    padding: 170px 0 80px;
  }
}
@media (max-width: 575px) {
  .customer_referral {
    padding: 150px 0 60px;
  }
}
.customer_referral .title {
  font-weight: 700;
  text-transform: uppercase;
}
.customer_referral h1 {
  font-family: "Publico Banner", sans-serif;
  font-size: 50px;
  line-height: 68px;
  margin-top: 20px;
}
@media (max-width: 1080px) {
  .customer_referral h1 {
    font-size: 40px;
    line-height: 58px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .customer_referral h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
.customer_referral p {
  color: #BCBEC5;
  font-size: 18px;
  line-height: 30px;
}

/* 1/6/2025 Ad Inserter */
.ad_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 50px 0;
  padding-top: 50px;
}

.ad_wrap.row_reverse {
  flex-direction: row-reverse;
}

.ad_img {
  flex-basis: 30%;
}

.ad_content {
  flex-basis: 70%;
  margin-bottom: 45px;
  padding-left: 60px;
}

.ad_content h2 {
  color: white;
  font-family: Inter;
  letter-spacing: -1.24px;
  padding: 0;
}

.ad_content h3 {
  color: white;
  font-family: Inter;
}

.ad_content ul {
  color: white;
  padding: 0;
}

.ad_content ul li {
  font-size: 22px;
  padding: 0;
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 15px;
}

.ad_content ul li::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ad_content a {
  color: #09102E;
  font-size: 18px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .ad_wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-top: 35px;
  }
  .ad_img, .ad_content {
    flex-basis: 100%;
  }
  .ad_img img {
    max-width: 200px;
  }
  .ad_content {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mega_menu li.mega {
  cursor: pointer;
}
.mega_menu li.mega > a {
  pointer-events: none;
}
@media (max-width: 1024px) {
  .mega_menu li.mega > a {
    pointer-events: auto;
  }
}
.mega_menu li .caret_wrap a {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .mega_menu li .caret_wrap a {
    font-size: 24px;
  }
}
.mega_menu .mega_cta .site_btn {
  font-size: 14px;
  padding: 10px 15px;
}
.mega_menu .block .content {
  background: transparent;
}
.mega_menu .block strong {
  margin-top: 7px;
}
.mega_menu .block .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.mega_menu .block .icon img {
  max-height: 30px;
}

body.error404 .main_header, body.blog .main_header, body.single:not(.single-career) .main_header, body.page-career-application .main_header, body.page-terms .main_header, body.page-privacy .main_header, body.page-thank-you-application .main_header {
  background: #1a5ecb;
}
body.error404 .site-wrap, body.blog .site-wrap, body.single:not(.single-career) .site-wrap, body.page-career-application .site-wrap, body.page-terms .site-wrap, body.page-privacy .site-wrap, body.page-thank-you-application .site-wrap {
  padding-top: 150px !important;
}
@media (min-width: 992px) {
  body.error404 .site-wrap, body.blog .site-wrap, body.single:not(.single-career) .site-wrap, body.page-career-application .site-wrap, body.page-terms .site-wrap, body.page-privacy .site-wrap, body.page-thank-you-application .site-wrap {
    padding-top: 110px !important;
  }
}

body.page-template-template-contact-form .main_header {
  background: #1a5ecb;
}

@media (max-width: 1024px) {
  .main_header .nav {
    padding: 35px 46px 100px;
  }
  .mega_menu .childs:hover .caret_wrap a {
    color: #09102E;
  }
  .mega_menu .childs.submenu_open .caret_wrap a {
    color: #FE9A00;
  }
}
.page-careers .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC h1 {
  margin: 0 0 20px;
}
.page-careers .site-wrap #banner-2022 .mainB.isInnerBanner .bannerC .cBtn {
  max-width: 163px;
  min-width: auto;
  width: 100%;
  margin-top: 35px;
}

.career_slider {
  margin: 0 0 100px;
}
.career_slider .career_images .slick-arrow {
  z-index: 2;
}
.career_slider .career_images .slick-arrow:before {
  display: none;
}
.career_slider .career_images .slick-arrow.slick-prev {
  left: 25px;
}
.career_slider .career_images .slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .career_slider .career_images .slick-arrow.slick-prev {
    left: 15px;
  }
}
.career_slider .career_images .slick-arrow.slick-next {
  right: 50px;
}
@media (max-width: 767px) {
  .career_slider .career_images .slick-arrow.slick-next {
    right: 26px;
  }
}
.career_slider .career_images .slick-arrow svg {
  height: 45px;
  width: 45px;
}
@media (max-width: 767px) {
  .career_slider .career_images .slick-arrow svg {
    height: 30px;
    width: 30px;
  }
}
.career_slider .career_images .slick-arrow svg #icon_rightarrow #Ellipse_1 {
  fill: #fff;
}
.career_slider .career_images .slick-arrow svg #icon_rightarrow #Path_539, .career_slider .career_images .slick-arrow svg #icon_rightarrow #Line_6 {
  stroke: #09102E;
}
.career_slider .career_images .slick-list {
  margin: 0 -17.5px;
}
@media (max-width: 1366px) {
  .career_slider .career_images .slick-list {
    margin: 0 -10px;
  }
}
.career_slider .career_images .slick-slide {
  margin: 0 17.5px;
}
@media (max-width: 1366px) {
  .career_slider .career_images .slick-slide {
    margin: 0 10px;
  }
}
.career_slider .career_images .career_images-item img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1540px) {
  .career_slider .career_images .career_images-item img {
    height: 380px;
  }
}
@media (max-width: 1366px) {
  .career_slider .career_images .career_images-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .career_slider .career_images .career_images-item img {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .career_slider .career_images .career_images-item img {
    height: 300px;
  }
}

.single-career .career_slider {
  margin: 0;
  padding-top: 100px;
  background: #F5F5F5;
}
@media (max-width: 991px) {
  .single-career .career_slider {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .single-career .career_slider {
    padding-top: 60px;
  }
}

.related_careers {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .related_careers {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .related_careers {
    padding: 80px 0;
  }
}
.related_careers .container {
  max-width: 1200px;
}
.related_careers h2 {
  color: #1A5ECB;
  margin: 0 0 40px;
  text-align: left;
}
@media (max-width: 991px) {
  .related_careers h2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .related_careers h2 {
    margin: 0 0 20px;
  }
}
.related_careers .related_careers-block a {
  border: 1px solid rgba(9, 16, 46, 0.35);
  border-radius: 14px;
  margin: 25px 0 0;
  padding: 14px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.related_careers .related_careers-block a img {
  object-fit: contain;
}

.lottie-anim {
  background-color: #1a5ecb;
  padding: 100px 0;
}

.lottie_wrap {
  position: relative;
  width: 690px;
  text-align: right;
  overflow: hidden;
}
.lottie_wrap dotlottie-player {
  position: absolute;
  top: 80px;
  left: 0;
}

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