@import url("https://fonts.googleapis.com/css2?family=Greycliff+CF:wght@400;700&display=swap");
body {
  font-family: "Greycliff CF", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #000;
}

h1 {
  line-height: 76.8px;
}

.text-stroke {
  text-fill-color: transparent;
  text-stroke: 1px black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px black;
  -moz-text-fill-color: transparent;
}

#header-space {
  height: 0 !important;
}
#header-outer {
  background-color: transparent !important;
}
#header-outer.small-nav {
  background-color: #fff !important;
}
#header-outer #top nav > ul {
  align-items: center;
}
#header-outer #top nav > ul li {
  padding: 0 10px;
}
#header-outer #top nav > ul li.current_page_item a {
  font-weight: 700;
}
#header-outer #top nav > ul li.current_page_item a .menu-title-text::after {
  transform: scaleX(0);
}
#header-outer #top nav > ul li.current_page_item a:hover .menu-title-text::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header-outer #top nav > ul li a {
  color: #000a13;
}
#header-outer #top nav > ul li a .menu-title-text::after {
  border: 1px solid; /* or any other border width */
  border-image: linear-gradient(90deg, rgb(43, 170, 226) 20%, rgb(232, 11, 138) 50%, rgb(255, 255, 0) 100%);
  border-image-slice: 1;
}
#header-outer #top nav > ul li:last-child {
  border-radius: 100px;
  width: 140px;
  height: 38px;
  justify-content: center;
  margin-left: 30px;
  color: #000a13;
  border: solid 1px #000;
  overflow: hidden;
}
#header-outer #top nav > ul li:last-child::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 400%;
  background: linear-gradient(135deg, #fcee1a 20%, #e80b8a 50%, #2baae2 80%);
  transform: translate3d(-50%, -50%, 0);
  transition: 0.5s;
}
#header-outer #top nav > ul li:last-child:hover {
  border-color: #fff;
}
#header-outer #top nav > ul li:last-child:hover::before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate(-180deg);
}
#header-outer #top nav > ul li:last-child a {
  display: inline-block;
  color: #000a13;
  margin: 0;
}
#header-outer #top nav > ul li:last-child a span:after {
  display: none;
}

#banner {
  min-height: 50vh;
}
#banner > .col.span_12 {
  min-height: 50vh;
}
#banner:after {
  content: " ";
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 100%);
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  height: 30vh;
}
#banner .btn-shadow {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
  min-width: 160px;
  text-align: center;
  overflow: hidden;
}
#banner .btn-shadow::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 400%;
  background: linear-gradient(135deg, #fcee1a 20%, #e80b8a 50%, #2baae2 80%);
  transform: translate3d(-50%, -50%, 0);
  transition: 0.5s;
}
#banner .btn-shadow:hover::before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate(-180deg);
}

.home #banner {
  min-height: 100vh;
}
.home #banner > .col.span_12 {
  min-height: 100vh;
}
.home .border-20 .border-no-left .inner-wrap {
  border-radius: 0px 20px 20px 0px;
}
.home .border-20 .inner-wrap,
.home .border-20 .column-bg-overlay-wrap,
.home .border-20 .box-bg {
  border-radius: 20px;
}
.home .center-img {
  width: 22px !important;
}
.home .center-img img.img-with-animation.skip-lazy {
  scale: 8;
}

.border-20 .border-no-left .inner-wrap {
  border-radius: 0px 20px 20px 0px;
}
.border-20 .border-no-right .inner-wrap {
  border-radius: 20px 0px 0px 20px;
}
.border-20 .inner-wrap,
.border-20 .column-bg-overlay-wrap,
.border-20 .box-bg {
  border-radius: 20px;
}

.cta .iwithtext {
  width: 270px;
  height: 46px;
  border-radius: 100px;
  background: #f3f3f3;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #231f20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.cta .iwithtext .iwt-icon {
  position: relative;
  left: 0;
  top: 0;
}
.cta .iwithtext .iwt-icon img:not([srcset]) {
  vertical-align: middle;
}
.cta .iwithtext .iwt-text {
  padding-left: 0;
}
.cta .iwithtext .iwt-text a {
  color: #231f20;
}

.schedule td:first-child {
  padding-right: 20px;
}
.schedule td:last-child {
  color: #828282;
}

.social-icon .nectar_icon {
  color: #fff !important;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  padding-left: 0 !important;
  padding-top: 5px !important;
}

#services .text {
  padding: 15px 10% 30px 0;
}
#services .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

#contact-form {
  height: 100%;
  border-radius: 20px;
  border: 1px solid #eee;
  background: #fff;
  padding: 40px;
}
#contact-form label {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
}
#contact-form .wpcf7-form .wpcf7-not-valid-tip {
  box-shadow: unset;
  color: red;
  padding: 0;
  font-size: 10px;
}
#contact-form form.wpcf7-form {
  gap: 25px;
  display: flex;
  flex-direction: column;
}
#contact-form .wpcf7-text,
#contact-form .wpcf7-email,
#contact-form .wpcf7-textarea {
  background: transparent;
  border-bottom: solid 1px #828282;
  padding: 5px 0;
  border-radius: 0;
  margin-bottom: 0;
  outline: 0;
}
#contact-form .wpcf7-text:active, #contact-form .wpcf7-text:focus,
#contact-form .wpcf7-email:active,
#contact-form .wpcf7-email:focus,
#contact-form .wpcf7-textarea:active,
#contact-form .wpcf7-textarea:focus {
  outline: 0;
  border-left: 0;
  box-shadow: unset;
  border-right: 0;
  border-top: 0;
}
#contact-form textarea.wpcf7-form-control {
  height: 110px;
}
#contact-form .wpcf7-submit {
  float: right;
  width: 201.388px;
  height: 50px;
}

.cfsection p {
  display: flex;
  gap: 20px;
}

.services-section .iwithtext {
  display: flex;
  flex-direction: column;
}
.services-section .iwithtext .iwt-icon {
  position: relative;
}
.services-section .iwithtext .iwt-icon img:not([srcset]) {
  min-width: 60px;
}
.services-section .iwithtext .iwt-text {
  padding-left: 0;
}

.arrow-btn .link_wrap:hover .arrow {
  margin-left: 5px;
  transition: all 0.2s;
}
.arrow-btn .link_wrap .link_text {
  background: var(--Gradient, linear-gradient(43deg, #2baae2 20.21%, #e80b8a 87.97%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.arrow-btn .link_wrap .link_text:after {
  display: none;
}
.arrow-btn .link_wrap .link_text .arrow {
  -webkit-text-fill-color: #e80b8a;
}
.arrow-btn .link_wrap .link_text .arrow:before, .arrow-btn .link_wrap .link_text .arrow:after {
  transform: scale(1, 1) translateX(9px);
}
.arrow-btn .link_wrap .link_text .arrow:after {
  border-bottom: 1px solid #9a4cad;
}

#core .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
  margin: 0px 0 90px 0;
}
#core .box-inner-wrap {
  padding: 30px !important;
}
#core .nectar-flickity .inner {
  align-items: self-start;
  min-height: 220px !important;
}
#core .nectar-flickity h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}
#core .nectar-flickity p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

#awards:after {
  content: " ";
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 100%);
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  height: 30vh;
}
#awards .nectar-fancy-box {
  padding: 0;
}
#awards .nectar-fancy-box:hover .box-bg {
  opacity: 0 !important;
}
#awards .nectar-fancy-box .inner {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#awards h2,
#awards p {
  color: #000;
}

.testimonial_slider[data-style=multiple_visible] .image-icon {
  width: 100%;
  height: 70px;
  margin-bottom: 17px;
  position: relative;
  background-size: unset;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial_slider[data-style=multiple_visible] .flickity-prev-next-button {
  display: none;
}
.testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote.is-selected p {
  background: rgb(43, 170, 226);
  background: linear-gradient(40deg, rgb(43, 170, 226) 32%, rgb(232, 11, 138) 100%);
}
.testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote.is-selected p::before {
  color: #fff;
  opacity: 1;
}
.testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote.is-selected p .bottom-arrow::after {
  border-color: #36a0dc;
}

.gallery-section .column-image-bg {
  background-size: cover;
}
.gallery-section .nectar-button {
  width: 120px;
  text-align: center;
  pointer-events: none;
}
.gallery-section .wpb_text_column h4 {
  color: #fff;
  font-size: 16px;
  line-height: 19.2px;
}
.gallery-section .wpb_text_column h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}
.gallery-section .stretch-box .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.client-section .column-image-bg {
  background-size: cover;
}
.client-section .nectar-button {
  width: 120px;
  text-align: center;
  pointer-events: none;
}
.client-section .wpb_text_column h4 {
  font-size: 16px;
  line-height: 19.2px;
}
.client-section .wpb_text_column h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}
.client-section .stretch-box .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.client-section .full-height .wpb_wrapper,
.client-section .full-height .col,
.client-section .full-height .vc_column-inner,
.client-section .full-height .inner_row {
  height: 100%;
}
.client-section .full-height .wpb_wrapper .wpb_text_column h4,
.client-section .full-height .col .wpb_text_column h4,
.client-section .full-height .vc_column-inner .wpb_text_column h4,
.client-section .full-height .inner_row .wpb_text_column h4 {
  color: #fff;
}
.client-section .full-height .wpb_wrapper .wpb_text_column h3,
.client-section .full-height .col .wpb_text_column h3,
.client-section .full-height .vc_column-inner .wpb_text_column h3,
.client-section .full-height .inner_row .wpb_text_column h3 {
  color: #fff;
}