@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap");
:root {
  --global-font-family: "Mulish", sans-serif;
  --global-font-family-2: "Sora", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #000;
  --global-background-color: #F6F6F6;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #0E2232;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #0091B4;
}

@keyframes neechejaa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes paintFill {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 0.95;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
    opacity: 1;
  }
}
@keyframes paintShine {
  0% {
    left: -100%;
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    left: 100%;
    opacity: 0.4;
  }
}
@keyframes brushSweep {
  0% {
    width: 0;
    opacity: 0.8;
  }
  100% {
    width: 100%;
    opacity: 0.8;
  }
}
@keyframes colorWash {
  0% {
    filter: brightness(1) saturate(1);
  }
  50% {
    filter: brightness(1.08) saturate(1.1);
  }
  100% {
    filter: brightness(1) saturate(1);
  }
}
@keyframes paintFadeIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(8, 43, 104, 0.2);
  z-index: 9999;
  pointer-events: none;
}

.scroll-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0d3b8e, #1668d5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.08s linear;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: url("https://demos.bohradevelopers.com/probytes/wp-content/uploads/2026/05/Rectangle-143.webp") center/cover fixed no-repeat;
}
body ::-moz-selection {
  background-color: #0E2232;
  color: #fff;
}
body ::selection {
  background-color: #0E2232;
  color: #fff;
}
body .container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}
body .center {
  text-align: center;
}
body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}
body .wpb_single_image {
  margin-bottom: 0;
}
body .wpb_text_column {
  margin-bottom: 0;
}
body .vc_icon_element {
  margin-bottom: 0;
}
body .hidden {
  display: none !important;
}
body .desk-hide {
  display: none !important;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #0091B4;
  transition: 0.4s;
}
body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}
body .mg-none {
  margin: 0 !important;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body .vc_grid-item-zone-c-left .vc_gitem-animated-block {
  width: 100%;
  float: none;
}
body .no-pad {
  padding: 0 !important;
}
body .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body header#masthead {
  position: relative;
  z-index: 99;
  width: 100%;
  transition: all 0.4s;
  background: transparent;
}
body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
}
body header#masthead.sticky .top-bar {
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  overflow: hidden;
}
body header#masthead.sticky .header-main .header-inner {
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(2px);
  border-radius: 40px;
}
body header#masthead.sticky .header-main .header-inner .logo img {
  width: 100%;
}
body header#masthead.sticky .header-main .header-inner ul.menu-wrapper li.menu-item a {
  font-size: 1rem;
}
body header#masthead .header-main .header-inner {
  background: transparent;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem;
  margin-top: 1rem;
}
body header#masthead .header-main .header-inner .flex-row {
  align-items: center;
  justify-content: space-between;
}
body header#masthead .header-main .header-inner .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .header-inner .logo {
  width: -moz-fit-content;
  width: fit-content;
}
body header#masthead .header-main .header-inner .logo img {
  transition: all 0.4s;
  height: auto;
  width: 100%;
}
body header#masthead .header-main .header-inner ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.5rem;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.8em;
  transition: all 0.3s;
  color: #000;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  width: 100%;
  right: 0;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item.btn a {
  background: #0091B4;
  color: #fff;
  padding: 0.469rem 2.5rem;
  border-radius: 25px;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: all 0.6s;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item.btn a:hover {
  color: #fff;
  background: transparent !important;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item.btn a:hover::after {
  transform: skewX(-45deg) scale(1, 1);
  transition: all 0.5s;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item.btn a:before {
  display: none;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item.btn a::after {
  content: "";
  background: #0E2232;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: var(--global-font-color);
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 400;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #0091B4;
  height: 1px;
  transition: all 0.4s;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item a:hover {
  color: #0091B4;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #7C7C7C;
  display: block;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #000;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #0091B4;
  color: #fff;
  transition: 0.4s;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main .header-inner ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body header#masthead .header-main .header-inner .btn {
  margin-bottom: 0;
}
body header#masthead .header-main .header-inner .btn a {
  font-size: 1rem;
  color: #fff;
  background-color: #000;
  padding: 0.669rem 1.4rem;
  border-radius: 25px;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: all 0.6s;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body header#masthead .header-main .header-inner .btn a i {
  font-size: 1rem;
  margin-right: 0.5rem;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #1668D5;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #1668D5;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body #content .vc_row {
  margin: 0;
}
body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 5rem 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .max-50 {
  max-width: 50%;
}
body #content .max-70 {
  max-width: 70%;
}
body #content .max-80 {
  max-width: 80%;
}
body #content .max-90 {
  max-width: 90%;
}
body #content .m-auto {
  margin: 0 auto;
}
body #content .mg-bottom {
  margin-bottom: 1.875rem;
}
body #content .full-img > .vc_figure {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}
body #content .desk-hidden {
  display: none;
}
body #content .wht-head {
  color: #fff !important;
}
body #content .wht-txt p {
  color: #fff !important;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .main-head {
  font-size: 3.75rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
body #content .main-head span {
  background: linear-gradient(to top left, #0b3f94 0%, #0a3d90 30%, #0a3c8e 42%, #031635 52%, #0a3c8e 62%, #093983 74%, #08357a 100%);
  background-size: 260% 260%;
  background-position: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: moving-gradient-text 3.8s linear infinite;
  will-change: background-position;
}
@keyframes moving-gradient-text {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
body #content .sub-head {
  font-size: 1rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #1668D5;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
body #content .txt ul {
  padding-left: 1.5rem;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}
body #content .txt p strong {
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Playfair Display";
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .justify-center {
  justify-content: center;
}
body #content .btn-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body #content .btn {
  margin-bottom: 0;
}
body #content .btn a {
  background: #0091B4;
  font-size: 1.125rem;
  color: #fff;
  padding: 0.869rem 2.5rem;
  border-radius: 25px;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: all 0.6s;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body #content .btn a:hover {
  transform: translateY(-3px);
}
body #content .btn-2 {
  margin-bottom: 0;
}
body #content .btn-2 a {
  background: transparent;
  color: #fff;
  border: 1px solid #FFF;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 400;
  padding: 0.806rem 3.333rem;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn-2 a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
body #content .btn-2 a:hover {
  color: #0091B4;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.25);
}
body #content .btn-2 a:hover::before {
  transform: scaleX(1);
  transform-origin: right center;
}
body #content ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2em;
}
body #content ul.slick-dots li {
  margin: 0;
}
body #content ul.slick-dots li button {
  outline: none;
  font-size: 0;
  padding: 0;
  width: 3rem;
  height: 0.125rem;
  border: none;
  border-radius: 0px;
  background: #0E2232;
  cursor: pointer;
  transition: background 0.4s;
  transition: all 0.4s;
}
body #content ul.slick-dots li.slick-active button {
  height: 0.125rem;
  background: #0091B4;
  transition: all 0.4s;
}
body #content .home-banner-sec .home-banner-row h2.main-head {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  padding: 6rem 6rem 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto !important;
}
body #content .home-banner-sec .home-banner-row h2.main-head span {
  color: #1668D5;
}
body #content .home-banner-sec .home-banner-row p {
  width: 50%;
  margin: 0 auto;
  padding-top: 1rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.7;
}
body #content .home-banner-sec .home-banner-row .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}
body #content .home-banner-sec .home-banner-row .btn a:nth-child(1) {
  background-color: #000;
  color: #fff;
}
body #content .home-banner-sec .home-banner-row .btn a:nth-child(1) i {
  padding-left: 0.5rem;
}
body #content .home-banner-sec .home-banner-row .btn a:nth-child(2) {
  background-color: #fff;
  color: #000;
}
body #content .home-banner-sec .home-banner-row p.light-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 2rem;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.5294117647);
}
body #content .before-after-sec .before-after-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 2rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.21);
  border-radius: 23px;
  background-color: #fff;
}
body #content .before-after-sec .before-after-row > .wpb_column > .vc_column-inner > .wpb_wrapper .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #content .before-after-sec .before-after-row > .wpb_column > .vc_column-inner > .wpb_wrapper .flex .dots {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}
body #content .before-after-sec .before-after-row > .wpb_column > .vc_column-inner > .wpb_wrapper .flex .dots i {
  color: rgba(0, 0, 0, 0.26);
  font-size: 0.75rem;
}
body #content .before-after-sec .before-after-row > .wpb_column > .vc_column-inner > .wpb_wrapper .flex .breadcrumbs {
  color: rgba(0, 0, 0, 0.7019607843);
}
body #content .before-after-sec .before-after-row > .wpb_column > .vc_column-inner > .wpb_wrapper .flex .breadcrumbs i {
  color: rgba(0, 0, 0, 0.4196078431);
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner {
  padding: 2rem 0 !important;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .before-txt,
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt {
  padding: 2rem 2rem;
  width: 45%;
  border: 1px solid rgba(0, 0, 0, 0.2588235294);
  border-radius: 23px;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .before-txt .before-head,
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .before-txt .after-head,
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt .before-head,
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt .after-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .before-txt .desc-txt p,
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt .desc-txt p {
  color: rgba(0, 0, 0, 0.4431372549);
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .before-txt ul,
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt ul {
  padding: 1rem;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .before-txt ul li,
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt ul li {
  line-height: 2.2;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .before-txt .before-head i {
  color: #EE777B;
  background: rgba(238, 119, 123, 0.3490196078);
  padding: 0.3rem;
  border-radius: 50%;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .before-txt ul li {
  text-decoration: line-through;
  text-decoration-color: #EE777B;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .before-txt ul li::marker {
  color: #EE777B;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt {
  border: 1px solid #2179EE;
  box-shadow: 8px 20px 44px rgba(33, 121, 238, 0.4);
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt .after-head {
  color: #2179EE;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt .after-head img {
  width: 28px;
  background: rgba(33, 122, 238, 0.368627451);
  padding: 0.2rem;
  border-radius: 50%;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt ul {
  padding: 1rem 0rem;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt ul li i {
  color: #2179EE;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt ul li img {
  width: 21px;
  margin-left: -0.2rem;
}
body #content .before-after-sec .before-after-row .before-after-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .after-txt ul li::marker {
  color: #2179EE;
}
body #content .before-after-sec .before-after-row .description-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body #content .before-after-sec .before-after-row .description-row .description-col > .vc_column-inner {
  padding: 0;
}
body #content .before-after-sec .before-after-row .description-row .description-col > .vc_column-inner > .wpb_wrapper {
  padding: 1rem 2rem;
  transition: all 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.2588235294);
  border-radius: 23px;
  text-align: center;
  background: #F2F5F6;
}
body #content .before-after-sec .before-after-row .description-row .description-col > .vc_column-inner > .wpb_wrapper .description-head {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
body #content .before-after-sec .before-after-row .description-row .description-col > .vc_column-inner > .wpb_wrapper .description-txt {
  text-transform: uppercase;
}
body #content .before-after-sec .before-after-row .description-row .description-col > .vc_column-inner > .wpb_wrapper .description-txt p {
  font-size: 0.9rem;
}
body #content .before-after-sec .before-after-row .description-row .description-col > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-5px);
  border: 1px solid rgba(33, 121, 238, 0.4196078431);
}
body #content .process-sec .process-row .process-col > .vc_column-inner {
  padding: 0;
}
body #content .process-sec .process-row .process-col > .vc_column-inner > .wpb_wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1411764706);
  padding: 1rem;
}
body #content .process-sec .process-row .process-col > .vc_column-inner > .wpb_wrapper .flex {
  display: flex;
  gap: 1rem;
}
body #content .process-sec .process-row .process-col > .vc_column-inner > .wpb_wrapper .flex .icon i {
  color: #2179EE;
  background: #fff;
  padding: 0.6rem;
  border-radius: 50%;
}
body #content .process-sec .process-row .process-col > .vc_column-inner > .wpb_wrapper .flex .icon img {
  background: #fff;
  padding: 0.6rem;
  border-radius: 50%;
  width: 40px;
}
body #content .process-sec .process-row .process-col > .vc_column-inner > .wpb_wrapper .flex .content h5 {
  color: #2179EE;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}
body #content .process-sec .process-row .process-col:nth-child(1) > .vc_column-inner > .wpb_wrapper {
  border-left: none;
}
body #content .process-sec .process-row .process-col:nth-child(4) > .vc_column-inner > .wpb_wrapper {
  border-right: none;
}
body #content .vh p {
  display: flex;
  min-height: 114px;
  align-items: center;
}
body #content .vh ul {
  min-height: 153px;
}
body #content .problem-sec .problem-row .problem-head-row {
  margin-bottom: 3rem;
}
body #content .problem-sec .problem-row .problem-col > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 1.1rem;
  border-radius: 18px;
  transition: 0.2s ease all;
  margin-bottom: 1.5rem;
}
body #content .problem-sec .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .problem-head {
  font-size: 1.4rem;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin: 1rem 0;
}
body #content .problem-sec .problem-row .problem-col > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-5px);
  transition: 0.2s all ease;
}
body #content .problem-sec .problem-row .problem-col > .vc_column-inner > .wpb_wrapper:hover .vc_icon_element .vc_icon_element-inner {
  border: 0.5px solid #2179EE;
  transition: 0.2s all ease;
}
body #content .problem-sec .problem-row .problem-col > .vc_column-inner > .wpb_wrapper:hover .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon::before {
  color: #2179EE;
  transition: 0.2s all ease;
}
body #content .approach-sec .approach-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper {
  padding: 1.5rem;
}
body #content .approach-sec .approach-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper:hover {
  background: linear-gradient(to right, white 66%, rgba(230, 236, 245, 0.4901960784) 100%);
}
body #content .approach-sec .approach-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
body #content .approach-sec .approach-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .flex .icon {
  background: #000;
  padding: 0.7rem;
  border-radius: 51%;
}
body #content .approach-sec .approach-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .flex .icon i {
  color: #fff;
  font-size: 2rem;
}
body #content .approach-sec .approach-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .problem-txt {
  min-height: 50px;
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper {
  padding: 2.2rem;
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .flex h5 {
  color: rgba(0, 0, 0, 0.5607843137);
  font-weight: 600;
  font-size: 0.9rem;
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .flex .icon1 i {
  color: rgba(0, 0, 0, 0.5215686275);
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .main-head {
  font-size: 3rem;
  margin: 1rem 0;
  min-height: 120px;
  display: flex;
  align-items: center;
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .main-txt > .wpb_wrapper {
  background: #F7F9FB;
  padding: 0.8rem 1.5rem;
  margin: 2rem 0;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1411764706);
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .list-txt ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .list-txt ul li::before {
  content: "✓";
  color: #fff;
  background: #000;
  font-weight: 900;
  border-radius: 50%;
  padding: 0.1rem 0.4rem;
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .link-txt {
  margin-top: 6rem;
}
body #content .service-sec .service-row .problem-row .problem-col > .vc_column-inner > .wpb_wrapper .link-txt a {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper {
  background: radial-gradient(circle at top right, rgba(38, 99, 255, 0.25), transparent 24%), linear-gradient(135deg, #000814 100%);
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .flex h5 {
  color: #fff !important;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .flex .icon1 i {
  color: #fff !important;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .main-head {
  color: #fff;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .txt p {
  color: #fff;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .main-txt > .wpb_wrapper {
  background: transparent !important;
  border: 1px solid rgba(110, 107, 107, 0.4) !important;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .main-txt > .wpb_wrapper p {
  color: #fff !important;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .main-txt > .wpb_wrapper .sub-head {
  color: #2179EE !important;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .list-txt ul li {
  color: #fff;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .list-txt ul li::before {
  color: #000 !important;
  background: #1874ED !important;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .link-txt a {
  color: #1874ED !important;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .btn {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1rem;
  display: flex;
  gap: 0.3rem;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .btn a:nth-child(1) {
  background-color: #fff !important;
  color: #000 !important;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .btn a:nth-child(1) i {
  padding-left: 0.5rem;
}
body #content .service-sec .service-row .problem-row .service-col > .vc_column-inner > .wpb_wrapper .btn a {
  background-color: transparent;
  color: #fff;
  border: 1px solid #868686;
}
body #content .work-sec .work-row .work-row-inner .work-col > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.21);
  position: relative;
}
body #content .work-sec .work-row .work-row-inner .work-col > .vc_column-inner > .wpb_wrapper .arrow-right {
  position: absolute;
  right: -16px;
  background: #FBFAF6;
  padding: 0.3rem 0.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3294117647);
}
body #content .work-sec .work-row .work-row-inner .work-col > .vc_column-inner > .wpb_wrapper .arrow-right i {
  color: #1874ED;
}
body #content .work-sec .work-row .work-row-inner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #content .work-sec .work-row .work-row-inner .flex h5 {
  color: rgba(0, 0, 0, 0.5607843137);
  font-weight: 600;
  font-size: 0.9rem;
}
body #content .work-sec .work-row .work-row-inner .flex .icon2 {
  background: #000;
  padding: 0.9rem;
  border-radius: 51%;
}
body #content .work-sec .work-row .work-row-inner .flex .icon2 i {
  color: #fff;
  font-size: 1rem;
}
body #content .work-sec .work-row .work-row-inner .sub-head {
  font-size: 0.8rem !important;
  background: #E7F1FD;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 0.5rem;
  margin-top: 1rem;
  border-radius: 10px;
}
body #content .proof-sec .proof-row .proof-row-inner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #content .proof-sec .proof-row .proof-row-inner .flex h5 {
  color: #1668D5;
}
body #content .proof-sec .proof-row .proof-row-inner .proof-head {
  font-size: 1.9rem !important;
  min-height: 76px;
  display: flex;
  align-items: center;
}
body #content .proof-sec .proof-row .proof-row-inner .before-after-flex .flex {
  gap: 1rem;
}
body #content .proof-sec .proof-row .proof-row-inner .before-after-flex .flex .before {
  background: #F7F9FB;
  padding: 1.5rem 1rem;
  margin: 1rem 0 0 0;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1411764706);
  width: 50%;
}
body #content .proof-sec .proof-row .proof-row-inner .before-after-flex .flex .before h5 {
  color: rgba(0, 0, 0, 0.5411764706);
  margin-bottom: 1rem;
}
body #content .proof-sec .proof-row .proof-row-inner .before-after-flex .flex .after {
  padding: 1.5rem 1.5rem;
  margin: 1rem 0 0 0;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1411764706);
  background: radial-gradient(circle at top right, rgba(38, 99, 255, 0.25), transparent 24%), linear-gradient(135deg, #000814 100%);
  color: #fff;
  width: 50%;
}
body #content .proof-sec .proof-row .proof-row-inner .before-after-flex .flex .after h5 {
  color: #1668D5 !important;
  margin-bottom: 1rem;
}
body #content .about-sec .about-row .about-row-inner .about-col > .vc_column-inner > .wpb_wrapper {
  padding: 1.3rem;
  border-radius: 20px;
  background: linear-gradient(217deg, white -2%, rgba(230, 236, 245, 0.4901960784) 100%);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.21);
}
body #content .about-sec .about-row .about-row-inner .about-col > .vc_column-inner > .wpb_wrapper img {
  border-radius: 15px;
  margin-bottom: 1rem;
}
body #content .about-sec .about-row .about-row-inner .about-col > .vc_column-inner > .wpb_wrapper .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #content .about-sec .about-row .about-row-inner .about-col > .vc_column-inner > .wpb_wrapper .flex .founder h5 {
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
body #content .about-sec .about-row .about-row-inner .about-col > .vc_column-inner > .wpb_wrapper .flex .name {
  font-size: 1.5rem;
  font-family: "Playfair Display";
}
body #content .about-sec .about-row .about-row-inner .about-col > .vc_column-inner > .wpb_wrapper .flex .icon {
  background: #000;
  padding: 0.5rem 0.6rem;
  border-radius: 50%;
}
body #content .about-sec .about-row .about-row-inner .about-col > .vc_column-inner > .wpb_wrapper .flex .icon i {
  color: #fff;
}
body #content .about-sec .about-row .about-row-inner .about-col > .vc_column-inner > .wpb_wrapper .services ul {
  display: flex;
  gap: 0.6rem;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
body #content .about-sec .about-row .about-row-inner .about-col > .vc_column-inner > .wpb_wrapper .services ul li {
  background: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
  font-size: 0.8rem;
}
body #content .about-sec .about-row .about-row-inner .vc_col-sm-9 ul li {
  line-height: 2.4;
}
body #content .about-sec .about-row .about-row-inner .vc_col-sm-9 ul li::marker {
  color: #1874ED;
}
body #content .about-sec .about-row .about-row-inner .vc_col-sm-9 .main-txt > .wpb_wrapper .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
body #content .about-sec .about-row .about-row-inner .vc_col-sm-9 .main-txt > .wpb_wrapper .flex .mission, body #content .about-sec .about-row .about-row-inner .vc_col-sm-9 .main-txt > .wpb_wrapper .flex .vision {
  background: #F7F9FB;
  padding: 0.8rem 1.5rem;
  margin: 2rem 0;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1411764706);
}
body #content .faq-sec .faq-row .faq-row-inner .faq-col .vc_do_toggle {
  margin: 2rem 0;
}
body #content .faq-sec .faq-row .faq-row-inner .faq-col .vc_do_toggle .vc_toggle_title {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #content .faq-sec .faq-row .faq-row-inner .faq-col .vc_do_toggle .vc_toggle_title h4 {
  font-family: "Playfair Display";
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out;
}
body #content .faq-sec .faq-row .faq-row-inner .faq-col .vc_do_toggle .vc_toggle_title .vc_toggle_icon {
  left: 0;
}
body #content .faq-sec .faq-row .faq-row-inner .faq-col .vc_do_toggle .vc_toggle_title:hover h4 {
  color: #1874ED;
}
body #content .ready-sec .ready-row .ready-row-inner .ready-col > .vc_column-inner > .wpb_wrapper {
  padding: 4.1rem;
}
body #content .ready-sec .ready-row .ready-row-inner .ready-col > .vc_column-inner > .wpb_wrapper .main-head {
  width: 50%;
}
body #content .ready-sec .ready-row .ready-row-inner .ready-col > .vc_column-inner > .wpb_wrapper .txt {
  width: 61%;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .call-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 18px;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .call-flex p {
  margin: 0;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .call-flex .icon {
  background-color: #000;
  padding: 0.8rem 1rem;
  border-radius: 36%;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .call-flex .icon i {
  color: #fff;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .email-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 18px;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .email-flex p {
  margin: 0;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .email-flex .icon {
  background-color: #000;
  padding: 0.8rem 1rem;
  border-radius: 36%;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .email-flex .icon i {
  color: #fff;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .linkedin-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 18px;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .linkedin-flex p {
  margin: 0;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .linkedin-flex .icon {
  background-color: #000;
  padding: 0.8rem 1rem;
  border-radius: 36%;
}
body #content .contact-sec .contact-row .contact-row-inner .detail-col .flex .linkedin-flex .icon i {
  color: #fff;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.21);
  padding: 2.3rem;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .two-col {
  display: flex;
  width: 100%;
  gap: 1rem;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .two-col .form-group {
  width: 50%;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .form-row label {
  font-size: 0.8rem;
  font-family: "Playfair Display";
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .form-row input, body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .form-row textarea {
  padding: 1rem;
  border-radius: 15px;
  border: 1px solid #afafaf;
  margin-top: 0.7rem;
  background: rgba(238, 238, 238, 0.3490196078);
  width: 100%;
  font-family: "Mulish", sans-serif;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .form-bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .form-bottom input[type=submit] {
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 35px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .form-bottom .wpcf7-spinner {
  display: none;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .form-bottom .book-call-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #afafaf;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 35px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .form-bottom .book-call-btn br {
  display: none;
}
body #content .contact-sec .contact-row .contact-row-inner .contact-col .contact-form .reply-text {
  color: #696868;
  font-size: 0.8rem;
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .two-col {
  display: flex;
  width: 100%;
  gap: 1rem;
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .two-col .form-group {
  width: 50%;
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .form-row label {
  font-size: 0.8rem;
  font-family: "Playfair Display";
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .form-row input, body .fancybox-container .fancybox-inner #popup-form form .contact-form .form-row textarea {
  padding: 1rem;
  border-radius: 15px;
  border: 1px solid #afafaf;
  margin-top: 0.7rem;
  background: rgba(238, 238, 238, 0.3490196078);
  width: 100%;
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .form-bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .form-bottom input[type=submit] {
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 35px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .form-bottom .wpcf7-spinner {
  display: none;
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .form-bottom .book-call-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #afafaf;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 35px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .form-bottom .book-call-btn br {
  display: none;
}
body .fancybox-container .fancybox-inner #popup-form form .contact-form .reply-text {
  color: #696868;
  font-size: 0.8rem;
}/*# sourceMappingURL=template.css.map */