/*
Theme Name: Evolving Money
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020.
Version: 2.8.1744611216
Updated: 2025-04-14 06:13:36
*/
/* Global Styling */
:root {
  --primary: #3d5f90;
  --secondary: #7189f9;
  --accent: #f9f9f9;
  --black: #000000;
  --white: #ffffff;
  --text: #000000;
  --grey: #f2eeed;
  --nav-font: "Raleway", sans-serif;
  --heading-font: "Lato", sans-serif;
  --body-font: "Noto Serif", serif;
  --base-transition: all 0.3s ease-in-out;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html body {
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
}
.container {
  max-width: 1340px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  width: 100%;
}
section {
  position: relative;
  padding-block: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
img,
svg,
video,
iframe,
img:hover {
  transition: all 0.3s ease-in-out;
  vertical-align: top;
}
i {
  font-family: "Font Awesome 5 Brands";
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:focus {
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  outline: none;
}
html a {
  color: var(--accent);
}
html a:hover {
  color: var(--primary);
}
button:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-family: var(--heading-font);
  font-weight: 500;
}
h1,
h1.entry-title {
  font-size: 58px;
  line-height: 68px;
  font-weight: 600;
}
h2,
h2,
h2.entry-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}
h3 {
  font-size: 32px;
  line-height: 42px;
}
h4 {
  font-size: 26px;
  line-height: 36px;
}
h5 {
  font-size: 20px;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
p {
  font-size: 16px;
  line-height: 26px;
}
ul li {
  font-size: 16px;
  line-height: 26px;
}
input:focus,
a:focus {
  outline: none !important;
}
.btn_wrap a,
html input[type="button"],
html input[type="submit"],
html button[type="submit"] {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 18px;
  border-radius: 6px;
  transition: var(--base-transition);
  position: relative;
  display: inline-block;
  border: 1px solid var(--primary);
  color: var(--white);
  background-color: var(--primary);
  cursor: pointer;
}
html button[type="submit"]:hover,
html button[type="submit"]:focus,
html input[type="submit"]:hover,
html input[type="submit"]:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
.btn_wrap a:hover,
header:not(.custom_sticky) .btn_wrap a:hover,
.btn_wrap a:focus {
  /* background: transparent; */
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.gform_wrapper input[type="submit"] {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  transition: var(--base-transition) !important;
  position: relative !important;
  display: inline-block !important;
  border: 1px solid var(--primary) !important;
  color: var(--white) !important;
  background-color: var(--primary) !important;
  cursor: pointer !important;
}
.gform_wrapper input[type="submit"]:hover {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: #fff !important;
}
.inner_wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-wrap: wrap;
}
.title_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.title_wrap h6 {
  font-size: 16px;
  line-height: 24px;
  color: var(--accent);
  font-weight: 500;
}
.owl-stage {
	display: flex;
	height: auto;
}
.owl-item {
	flex: 1;
}
.item {
	height: 100%;
}
/* Global Styling */
/* ******************************* Demo ******************************* */
.owl-carousel.owl-theme .owl-nav button[type="button"] {
  width: 50px;
  height: 50px;
  background-color: #fefefe;
  border-radius: 50%;
  background-image: url("https://codinggang.com/evolvingmoney/wp-content/uploads/2025/04/caret-right.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  font-size: 0 !important;
  background-position: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 30%;
  left: -25px;
  z-index: 4;
  transform: scaleX(-1);
}
.owl-carousel.owl-theme .owl-nav button[type="button"].owl-next {
  left: auto;
  right: -25px;
  transform: unset;
}
/* ******************************* Demo ******************************* */
/* ******************************* Home ******************************* */
.our_service_sec {
  overflow: hidden;
}
.global_sub_header {
  position: relative;
  margin-bottom: 80px;
}
/* .our_service_carousel:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: auto;
    background: #fff;
    content: '';
    right: 100%;
    z-index: 1;
}
.our_service_carousel:before {
    position: absolute;
    width: 100%;
    height: 140px;
    display: block;
    top: 0px;
    left: auto;
    background: var(--primary)  ;
    content: '';
    right: 100%;
    z-index: 2;
} */
.our_service_row .service_sub_header {
  color: #fff;
  /* margin-bottom: 80px; */
}
.service_sub_header::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100% + 300px);
  background: var(--primary);
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  top: -80px;
}
.title-tag {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-weight: 600;
  font-family: var(--nav-font);
  font-size: 16px;
  line-height: 1.5;
}
.title-tag::after {
  content: "";
  position: absolute;
  background: currentColor;
  width: 60px;
  height: 2px;
  border-radius: 4px;
  left: 0;
  bottom: 0;
}
.block {
  display: flex;
  flex-direction: column;
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.global_sub_header_inner {
  grid-template-columns: 45% 42%;
  justify-content: space-between;
}
.global_sub_header_right {
  padding-left: 8%;
  border-left: 1px solid currentColor;
}
.service_card {
	gap: 24px;
	position: relative;
	/* padding-bottom: 24px; */
	/* border-bottom: 1px solid var(--primary); */
	height: 100%;
	display: flex;
}
.service-card_img-wrap {
  overflow: hidden;
  border-radius: 16px;
}
.service-card_img-wrap img {
  object-fit: cover;
  height: 312px;
  transform: scale(1.01);
}
.service_card_content .btn_wrap {
	position: relative;
	z-index: 2;
	margin-top: auto;
}
.service_card:hover .service-card_img-wrap img {
  transform: scale(1.1);
}
.our_service_carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.our_service_carousel_wrap {
  position: relative;
}
.service_card_title {
  font-size: 24px;
  line-height: 1.5;
  color: #012d76;
}
.service_card_inner {
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}
body .service_card .service_card_inner img {
  height: 24px;
  width: auto;
  filter: invert(11%) sepia(58%) saturate(5192%) hue-rotate(215deg)
    brightness(81%) contrast(99%);
}
.service_card_content {
	gap: 8px;
	flex: 1;
}
.service_card_link {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.service_sub_header {
  color: #fff;
}
.benefit_inner {
  grid-template-columns: 48% 45%;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.benefit_img_block img {
  object-fit: cover;
  position: absolute;
  border-radius: 24px;
  object-position: top center;
}
.benefit_inner__left {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-block: 70px;
}
.benefit_img_block {
  width: 100%;
  position: absolute;
  height: 100%;
}
.benefit_img_block img:first-child {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(50% - 10px);
  height: 90%;
}
.benefit_img_block img:nth-child(2) {
  width: 43%;
  right: 4%;
  top: 0;
  height: calc(50% - 10px);
}
.benefit_img_block img:nth-child(3) {
  width: calc(50% - 20px);
  right: 0;
  top: auto;
  bottom: 0;
  height: calc(50% - 10px);
}
.benefit_counter {
  background: var(--primary);
  z-index: 2;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
}
.number_cont_box {
  text-align: center;
}
.number_cont_box_inner {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
  gap: 10px;
  margin-bottom: 8px;
}
.number_cont_box_inner p {
  font-size: 50px;
  line-height: 1;
}
.number_cont_child:not(:last-child) {
  border-bottom: 1px solid currentColor;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.number_cont_box span {
  font-size: 17px;
}
.benefit_icon_box {
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: flex-start;
}

.page-template-about-us .benefit_icon_box {
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: flex-start;
}
.benefit_icon__wrap {
  border-radius: 50%;
  background: var(--primary);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit_icon__wrap img {
  height: 34px;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%)
    hue-rotate(254deg) brightness(110%) contrast(110%);
}
.benefit_icon_box_content {
  gap: 8px;
}
.benefit_inner__right {
  gap: 32px;
}
.benefit_icon_box_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}

.page-template-home  .our_location {
    margin-bottom: 0;
}
.our_partners_header {
  text-align: center;
  gap: 20px;
  max-width: 768px;
  margin: 0 auto;
}
.our_partners_header .h--2 {
  color: var(--primary);
}
.our_partners_row {
  gap: 40px;
}
.our_partners_carousel {
  padding-inline: 60px;
}
.our_partners_carousel .owl-carousel.owl-theme .owl-nav button[type="button"] {
  top: 50%;
  transform: scaleX(-1) translateY(-50%);
  left: -60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.our_partners_carousel
  .owl-carousel.owl-theme
  .owl-nav
  button[type="button"].owl-next {
  left: auto;
  right: -60px;
  transform: translateY(-50%);
}
.our_partners_logo {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 8px;
}
.our_partners_logo img {
  aspect-ratio: 277/155;
  object-fit: contain;
  background: #fff;
  padding: 30px;
}
.benefit_sec::after {
  background-image: var(--var-image);
  background-size: contain;
  background-position: 100% bottom;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}
.home_banner_sec {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.home_banner_sec .container {
  padding-top: 120px;
}
.home_banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* ******************* video wap ********************* */
.home_banner_bg .video-wrapper {
    width: 100%;
    height: 100%;
}
 .home_banner_bg .video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2) ;
    width: 177.78vh !important;
    height: 100vh !important;
    min-width: 100vw;
    min-height: 56.25vw;
    max-width: none;
    display: block;
} 
/* .home_banner_bg .video-wrapper iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.78vh !important;
	height: 92vh !important;
	min-width: 100vw;
	 min-height: 56.25vw; 
	max-width: none;
	display: block;
} */
/* ******************* video wap ********************* */
img.home_banner_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner_row {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 767px;
  gap: 32px;
}
.home_banner_inner h2 {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 550px;
  margin-top: 20px;
}
.home_banner_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(45deg, black, transparent);
}
.home_banner_row .btn_wrap {
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.btn_wrap .btn-white {
  background: #fff;
  color: var(--primary);
}
.user-review {
  flex-direction: row;
  column-gap: 1em;
  row-gap: 1em;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.avatar-group-md {
  flex-direction: row;
}
.avatar-group-md__card {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  margin-left: -12px;
  overflow: hidden;
  background: var(--accent);
}
.avatar-group-md__card:first-child {
  margin: 0;
}
.avatar-group-md__card img {
  border: 0.75px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 100%;
}
.rating__wrap {
  gap: 2px;
}
.rating__block {
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
}
.rating__block img {
  height: 20px;
  width: auto !important;
}
.home_banner_bg video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.faq_row {
  grid-template-columns: 43% 1fr;
  gap: 60px;
}
.faq__left {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  padding: 24px;
  min-height: 350px;
  justify-content: flex-end;
}
.faq_block {
  background: var(--accent);
  border-radius: 12px;
  padding: 24px;
  gap: 20px;
}
.faq_block_inner h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.faq_sec {
  background: var(--accent);
}
.faq__right .global_sub_header_title {
  color: var(--primary);
}
.faq__right .global_sub_header {
  margin-bottom: 42px;
}
.faq__right {
  padding-block: 28px;
}
.accordion_wrapper {
  gap: 20px;
}
.accordion_header {
  padding: 20px;
  border: 1px solid #d7d6d6;
  background: #fff;
  border-radius: 12px;
  font-size: 23px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  transition: var(--base-transition);
}
.accordion_header span.arrow {
  width: 48px;
  height: 48px;
  background-image: url("https://codinggang.com/evolvingmoney/wp-content/uploads/2025/04/caret-right.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #d7d6d6;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  transition: var(--base-transition);
}
.accordion_item_answe_inner {
  padding: 20px;
  border-radius: 0 0 12px 12px;
}
.accordion_item {
  background: #efefef;
  border-radius: 12px;
}
.accordion_item_answe_inner ul,
.accordion_item_answe_inner ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.accordion_item_answe_inner p {
  margin-bottom: 1em;
}
.accordion_item_answe_inner > *:last-child {
  margin-bottom: 0 !important;
}
.accordion_item_answe_inner ul li,
.accordion_item_answe_inner ol li {
  margin-bottom: 1em;
}
.accordion_item_answe_inner ul li {
  list-style: disc;
}
.accordion_header.active {
  background: var(--primary);
  color: #fff;
}
.accordion_header.active span.arrow {
  transform: rotate(90deg);
}
.accordion_item_answe_inner a {
  text-decoration: underline !important;
  color: var(--primary);
  font-weight: 700;
  text-underline-offset: 0.15em;
}
.accordion_item_answe_inner a:hover {
  color: var(--secondary);
}
.house_cta_sec {
  background: #efefef;
  padding-block: 60px;
}
.house_cta_right .btn_wrap {
  flex-direction: row;
  gap: 20px;
}
.house_cta_row {
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 70% 1fr;
}
.house_cta_left {
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 24px;
}
.house_cta_left img {
  width: 100%;
}
.house_cta_right.block {
  align-items: end;
}
.house_cta_inner {
  gap: 10px;
}
.house_cta_title {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
}
.testimonial_row {
  flex-direction: row;
  gap: 40px;
  position: relative;
}
.testimonial_row > img {
  width: 300px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: bottom;
}
.testimonial_sec {
  padding-bottom: 0;
  overflow: hidden;
}
.testimonial_row .global_sub_header_inner {
  grid-template-columns: 45% 51%;
}
.testimonial_row::after {
  content: "";
  width: 100vw;
  height: calc(100% + 80px);
  position: absolute;
  left: 161px;
  top: -80px;
  background: var(--accent);
  border-radius: 24px 0 0 0;
  z-index: -1;
}
.testimonial_author_img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
}
.testimonial_inner {
  width: 35%;
  flex-grow: 1;
  height: 100%;
}
.testimonial_card_inner {
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
}
.testimonial_card_content p {
  font-size: 26px;
  line-height: 1.5;
}
.testimonial_author_img {
  border: 1px solid #d7d6d6;
  border-radius: 50%;
  width: 60px;
  overflow: hidden;
  background: var(--accent);
}
.testimonial_author {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.testimonial_author_name {
  color: var(--primary);
  font-size: 18px;
  line-height: 1.3;
}
.testimonial_author_position {
  font-size: 14px;
  line-height: 1.5;
}
.testimonial_author_inner {
  gap: 4px;
}
.testimonial_inner .global_sub_header {
  margin-bottom: 60px;
}
.testimonial_inner {
  padding-bottom: 40px;
}
.testimonial_carousel {
  padding-right: 80px;
  position: relative;
}
.testimonial_carousel .owl-dots {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.testimonial_carousel .owl-dots button {
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  position: relative;
}
.testimonial_carousel .owl-carousel {
  position: static;
}
.testimonial_carousel .owl-dots button.owl-dot.active {
  background: var(--secondary);
}
.testimonial_carousel .owl-dots button::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--secondary);
  border-radius: 50%;
  opacity: 0;
  transition: var(--base-transition);
}
.testimonial_carousel .owl-dots button.owl-dot.active::after {
  opacity: 1;
}
.testimonial_inner .btn_wrap {
  margin-top: 40px;
}
.our_location_feature {
  grid-template-columns: 28% 1fr;
  gap: 24px;
}
.our_location_feature_block {
  background: var(--primary);
  color: #fff;
  height: 100%;
  border-radius: 8px;
  padding: 32px;
  gap: 16px;
}
.our_location_feature_header {
  font-size: 32px;
  line-height: 1.5;
}
.our_location_feature_block_inner .title-tag {
  font-size: 14px;
  margin-bottom: 16px;
}
.our_location_feature_right {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.our_location_feature_card {
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 32px;
  gap: 20px;
}
.our_location {
  background: var(--accent);
  margin-bottom: 80px;
}
.our_location_feature_card .loaction_img_wrap {
  width: 100%;
  height: 200px;
}
.our_location_feature_card .loaction_img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  filter: none;
  object-fit: cover;
  object-position: top;
}
.our_location_feature_card .detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.our_location .container {
  max-width: calc(100% - 40px);
}
.our_location_feature_card .info_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.our_location_feature_card .info_wrap a {
  color: var(--black);
  display: flex;
  gap: 10px;
  align-items: center;
}
.our_location_form {
  grid-template-columns: 1fr auto;
  gap: 40px;
  max-width: 1340px;
  margin: auto;
  width: 100%;
}
.our_location_right img {
  width: 280px;
  object-fit: contain;
}
.our_location_left .global_sub_header {
  margin-bottom: 60px;
}
.gform_wrapper :where(input, select, textarea):not(input[type="checkbox"]) {
  border: 1px solid #d7d6d6 !important;
  box-shadow: unset !important;
  min-height: 50px !important;
  border-radius: 10px !important;
  width: 100% !important;
  font-family: var(--heading-font) !important;
  font-size: 15px !important;
}
.gform_wrapper .gfield_label {
  font-size: 22px !important;
  line-height: 32px !important;
}
.gform_wrapper .gform_fields {
  gap: 24px 20px !important;
}
.gform_wrapper .gfield--type-checkbox .gfield_checkbox {
  flex-direction: row !important;
  flex-wrap: wrap;
}
.gform_wrapper [type="checkbox"] {
  position: relative;
}
.gform_wrapper
  .gfield--type-checkbox
  .gfield_checkbox
  [type="checkbox"]::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background-color: var(--accent);
  transform: translate(6px, -6px);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.gform_wrapper
  .gfield--type-checkbox
  .gfield_checkbox
  [type="checkbox"]:checked::before {
  opacity: 1;
}
.gform_wrapper
  .gfield--type-checkbox
  .gfield_checkbox
  [type="checkbox"]::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 4px;
  margin: auto;
  width: 7px;
  height: 18px;
  border-width: 0 2px 2px 0;
  border-color: var(--secondary);
  border-style: solid;
  z-index: 1;
  transform: rotate(36deg) scale(0);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: center bottom;
}
.gform_wrapper
  .gfield--type-checkbox
  .gfield_checkbox
  [type="checkbox"]:checked::after {
  transform: rotate(36deg) scale(1);
}
.gform-theme--framework .gform_validation_errors {
  display: none !important;
}
.gform_confirmation_message {
  width: 100%;
  padding: 21px 32px;
  border: 1px solid var(--secondary);
  border-radius: 10px;
  font-size: 18px;
  line-height: 26px;
  height: auto;
  text-align: center;
  color: var(--prim);
  background-color: RGBa(113, 137, 249, 0.1);
}
/* ******************************* Home ******************************* */
/* About page */
.team_section {
  background-color: var(--primary);
  color: var(--accent);
}
.team_section .inner_wrapper {
  align-items: center;
  text-align: center;
}
.team_section .title-tag::after {
  left: 50%;
  transform: translateX(-50%);
}
.team_section .team_wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.team_section .team_wrapper .team_col {
  width: calc(25% - 22.5px);
  display: flex;
  gap: 20px;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.team_section .team_wrapper .team_col .team_popup {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff !important;
}
.team_section .team_wrapper .team_col .team_img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.team_wrapper .team_col .team_img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  aspect-ratio: 302/344;
  object-position: top;
  object-fit: cover;
  transition: var(--base-transition);
  background-color: var(--accent);
}
.team_section .team_wrapper .team_col:hover .team_img_wrap img {
  transform: scale(1.1);
  transform-origin: top;
  transform-box: fill-box;
}
.team_wrapper .team_col .team_deatil_wrap {
  text-align: left;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 40px;
}
.team_wrapper .team_col .team_deatil_wrap .arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.team_wrapper .team_col .team_deatil_wrap .arrow img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%)
    hue-rotate(254deg) brightness(110%) contrast(110%);
}
.social_link_wrap {
  display: flex;
  gap: 10px;
}
.team_section .social_link_wrap {
  flex-direction: column;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.social_link_wrap .social_link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.social_link_wrap .social_link {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: var(--base-transition);
}
.team_section .social_link_wrap .social_link {
  transform: translateX(50px);
  opacity: 0;
}
.team_section .team_col:hover .social_link_wrap .social_link {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 100ms;
}
.team_section .team_col:hover .social_link_wrap .social_link:nth-child(2) {
  transition-delay: 200ms;
}
.team_section .team_col:hover .social_link_wrap .social_link:nth-child(3) {
  transition-delay: 300ms;
}
.team_section .team_col:hover .social_link_wrap .social_link:nth-child(4) {
  transition-delay: 400ms;
}
.social_link_wrap .social_link:hover {
  background-color: var(--accent);
  color: var(--primary);
}
.team_member_popup .inner_wrapper {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.team_member_popup .inner_wrapper .member_img {
  aspect-ratio: 1/1;
  width: 40%;
}
.team_member_popup .inner_wrapper .member_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.team_member_popup .inner_wrapper .about_member {
  padding: 40px;
  width: 60%;
}
.team_member_popup .about_member .about_member__content h6 {
  margin-bottom: 20px;
}
.team_member_popup .about_member .about_member__content h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
body .team_member_popup.fancybox-content {
  padding: 0 !important;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
}
/* About page */
/* contact Page */
.Intro_wrapper {
  display: grid;
  grid-template-columns: 55% 45%;
  justify-content: space-between;
  /* 	gap: 30px; */
}
.Intro_wrapper .intro_left_wrap .img_wrap {
  width: 15%;
}
.Intro_wrapper .intro_left_wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-right: 32px;
}
.Intro_wrapper .intro_left_wrap .title-tag {
  color: var(--black);
}
.Intro_wrapper .intro_right_wrap {
  padding-left: 32px;
  border-left: 1px solid CurrentColor;
}
.contact_form_section .Form_wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
  justify-content: space-between;
}
.contact_form_section .Form_wrapper .form_wrap {
  padding: 32px;
  background-color: var(--accent);
  border-radius: 20px;
  width: calc(60% - 20px);
}
.contact_form_section .Form_wrapper .sidebar_wrap {
  width: calc(40% - 20px);
  background-color: var(--secondary);
  padding: 32px;
  border-radius: 20px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_form_section .Form_wrapper .sidebar_wrap h3 {
  font-weight: 700;
}
.Form_wrapper .sidebar_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.contact_form_section .Form_wrapper .sidebar_wrap .content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact_form_section .Form_wrapper .sidebar_wrap .content_wrapper h4 {
  font-weight: 600;
}
.content_wrapper .social_link_wrap {
  position: static;
  flex-direction: row;
}
.content_wrapper .social_link_wrap .social_link {
  background-color: transparent;
  border: 1px solid var(--accent);
}
.content_wrapper .social_link_wrap .social_link:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.page-template-contact-page .our_location {
  margin-bottom: 0;
}
.map_section {
  position: relative;
  padding-top: 0;
  background-color: #fff;
}
.map_section .container {
  height: 100%;
  max-width: 100%;
  padding: 0;
}
.map_section .inner_wrapper {
  height: 100%;
  justify-content: end;
}
.map_section iframe {
  position: relative;
  inset: 0;
  height: 500px !important;
  width: 100% !important;
}
.map_section .map_wrapper .content_wrapper {
  width: calc(60% - 22.5px);
  padding: 40px 0 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.map_section .map_wrapper .img_wrapper {
  width: calc(40% - 22.5px);
  position: relative;
}
.map_section .map_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 45px;
  background-color: var(--white);
  max-width: 1170px;
  box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.05);
  margin-top: -350px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
.map_section .map_wrapper .title_wrapper h6 {
  color: var(--secondary);
  font-weight: 600;
  text-transform: uppercase;
}
.map_section .map_wrapper .content_wrapper .info_wrp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.map_section .map_wrapper .content_wrapper .info_wrp ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  padding: 0;
}
.map_section .map_wrapper .content_wrapper .info_wrp ul li {
  position: relative;
  width: 33.333%;
  font-size: 16px;
  padding-left: 27px;
  margin: 0;
  list-style: none;
  font-weight: 500;
}
.map_section .map_wrapper .content_wrapper .info_wrp ul li::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 700;
  left: 0;
  top: 0;
  content: "\f058";
  color: var(--secondary);
}
.map_section .map_wrapper .img_wrapper .info_wrapper {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}
.map_section .map_wrapper .img_wrapper::after {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.map_section .map_wrapper .img_wrapper .info_wrapper {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  z-index: 1;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.map_section .map_wrapper .img_wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map_section .map_wrapper .img_wrapper .info_wrapper .smart_box {
  padding: 20px;
  border: 1px dashed var(--white);
  display: flex;
  align-items: center;
  gap: 20px;
}
.map_section .map_wrapper .img_wrapper .info_wrapper .smart_box .content span {
  display: block;
}
.map_section .map_wrapper .img_wrapper .info_wrapper .smart_box .content a {
  color: var(--accent) !important;
}
.map_section .map_wrapper .img_wrapper .info_wrapper p {
  text-align: center;
  color: var(--white);
}
/* contact Page */
/* Service Page */
.services_section .Intro_wrapper .intro_right_wrap {
  border: 0;
  display: flex;
  justify-content: end;
  align-items: end;
}
.services_section .Intro_wrapper .intro_right_wrap .btn_wrap {
  display: flex;
  gap: 20px;
}
.services_section .Intro_wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid currentColor;
}
.services_section .service_wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.service_wrapper .service_item {
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  position: relative;
}
.service_wrapper .service_item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--secondary);
  bottom: -1px;
  position: absolute;
  transition: var(--base-transition);
  transform: scaleX(0);
  left: 0;
  right: 0;
}
.service_wrapper .service_item:hover::after {
  transform: scaleX(1);
}
.service_wrapper .service_item .service_img_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.service_detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service_detail_wrap .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service_wrapper .service_item .service_img_wrap::before {
  top: auto;
  bottom: 0;
  height: 50%;
  background-image: linear-gradient(
    rgba(34, 34, 34, 0),
    rgba(34, 34, 34, 1) 100%
  );
  opacity: 0;
  transition: var(--base-transition);
  z-index: 1;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
}
.service_wrapper .service_item:hover .service_img_wrap::before {
  opacity: 1;
}
.service_wrapper .service_item .service_img_wrap .img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.service_wrapper .service_item .service_img_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
  aspect-ratio: 413/473;
}
.service_wrapper .service_item .service_img_wrap .view_btn {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  border-radius: 100%;
  transition: var(--base-transition);
  z-index: 2;
  opacity: 0;
}
.service_wrapper .service_item:hover .service_img_wrap .view_btn {
  opacity: 1;
}
.service_wrapper .service_item .service_img_wrap .view_btn:hover {
  transform: translate(-50%, -50%) perspective(20px) rotatey(1deg) scale(1.1);
}
.service_detail_wrap .title_wrap {
  position: relative;
  padding-right: 40px;
}
.service_detail_wrap .title_wrap .arrow {
  width: 30px;
  position: absolute;
  right: 0;
  top: 10px;
}
.service_review_section {
  background-color: var(--primary);
  color: #fff;
  overflow: hidden;
}
.service_review_section .title-tag {
  color: var(--accent) !important;
}
.service_review_carousel {
  max-width: 1100px;
  margin: auto;
}
.service_review_carousel .owl-stage-outer {
  overflow: visible;
}
.service_review_carousel .owl-item {
  padding-bottom: clamp(2.8125rem, 2.4375rem + 1.875vw, 4.6875rem);
}
.service_review_carousel .service_review_item {
  display: flex;
  border-radius: 20px;
  padding: 65px 33px 0 33px;
  margin-top: 40px;
  flex-direction: column;
  background-color: var(--accent);
  color: var(--black);
  text-align: center;
  gap: 25px;
}
.service_review_item .detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.service_review_item .detail_wrap .quote_icon_wrap {
  font-size: 1.5rem;
  line-height: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--text);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service_review_item .detail_wrap .quote_icon_wrap img {
  width: 30px;
}
.service_review_item .detail_wrap .rating {
  display: flex;
  gap: 4px;
  color: #ffc527;
}
.service_review_item .profile_wrap {
  width: 134px;
  margin: auto;
  aspect-ratio: 1/1;
  height: 134px;
  margin-bottom: -67px;
}
.service_review_item .profile_wrap img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 100%;
  background-color: #e4e9ec;
}
.service_review_carousel .owl-dots {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.service_review_carousel .owl-dots .owl-dot {
  display: inline-flex;
  height: 30px;
  opacity: 1;
  position: relative;
  width: 30px;
  border-radius: 0;
  transition: var(--base-transition);
  justify-content: center;
  align-items: center;
}
.service_review_carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--accent);
  border-radius: 100%;
}
.service_review_carousel .owl-dots .owl-dot::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  width: 30px;
  height: 30px;
  transform: scale(0);
  border-radius: 100%;
  transition: var(--base-transition);
  transform-origin: center;
  border: 1px solid var(--accent);
  z-index: 0;
}
.service_review_carousel .owl-dots .owl-dot:hover::after,
.service_review_carousel .owl-dots .owl-dot.active::after {
  transform: scale(1);
}
.request_quote_section .Intro_wrapper .intro_left_wrap {
  align-items: END;
}
.request_quote_section .Intro_wrapper .intro_right_wrap {
  display: flex;
  align-items: end;
  justify-content: end;
}
.Intro_wrapper .intro_right_wrap .icon_box_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.icon_box_wrapper .icon_box_wrap {
  padding: 15px;
  border-radius: 16px;
  border: 1px solid var(--grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: var(--base-transition);
  text-align: center;
}
.icon_box_wrapper .icon_box_wrap:hover {
  background-color: var(--secondary);
  color: var(--accent);
  border-color: var(--secondary);
}
.icon_box_wrapper .icon_box_wrap img {
  width: 55px;
  height: 55px;
}
.Intro_wrapper .intro_right_wrap .icon_box_wrapper .icon_box_wrap:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(166deg) brightness(126%) contrast(113%);
}
/* Service Page */
/* Service Area Page*/
.services_banner_sec {
  position: relative;
  padding: 120px 0 160px;
}
.services_banner_sec::before {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.7;
}
.services_banner_sec .container {
  position: relative;
}
.services_banner_sec .main_wrapper {
  max-width: 630px;
}
.services_banner_sec h1,
.services_banner_sec p {
  color: var(--white);
}
.services_banner_sec h1 {
  margin-bottom: 20px;
}
.main_sec_wrapper section:first-child {
  padding-bottom: 0;
}
.Wilshire_sec .Wilshire_sec_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Wilshire_sec .Wilshire_sec_wrapper .Wilshire_sec_heading {
  max-width: 850px;
  width: 100%;
}
.Wilshire_sec .Wilshire_sec_wrapper .Wilshire_sec_heading h4 {
  text-align: center;
  letter-spacing: 0;
}
.Wilshire_sec .Wilshire_sec_wrapper .Wilshire_sec_heading h4 p {
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 34px;
}
.Orange_sec .orange_sec_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.Orange_sec .orange_sec_wrapper .orange_sec_heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Orange_sec .orange_sec_wrapper .orange_info_wrapper {
  width: 100%;
  max-width: 920px;
}
.Orange_sec .orange_sec_wrapper .orange_info_wrapper .orange_info_box {
  display: flex;
  gap: 25px;
  width: 100%;
  flex-wrap: wrap;
}
.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content {
  display: flex;
  align-items: baseline;
  gap: 15px;
  width: calc(33.33% - 16.66px);
}
.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content::before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "\f00c";
  font-family: "fontawesome";
  color: var(--secondary);
  font-size: 19px;
}
.Orange_sec:nth-child(2n + 1) .orange_info_content::before {
  color: var(--accent) !important;
}
.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content p {
  font-size: 18px;
  line-height: 28px;
}
.Orange_sec:nth-child(2n + 1) {
  background-color: var(--secondary);
  color: #fff;
}
.repair_Luxury_sec {
  position: relative;
  /* z-index: 1; */
}
.repair_Luxury_sec::before {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.5;
}
.repair_Luxury_sec .repair_Luxury_sec_heading {
  position: relative;
  z-index: 1;
}
.our_services-main {
  padding-bottom: 0px;
  padding-top: 60px;
}
section.Orange_sec {
  padding-top: 40px;
}
.repair_Luxury_sec .repair_Luxury_sec_heading h4 {
  text-align: center;
  letter-spacing: -0.3px;
  color: #fff;
}
.Luxury_Experts_sec {
  background-color: var(--accent);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
.Luxury_Experts_sec .Luxury_Experts_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.Luxury_Experts_sec .Luxury_Experts_wrapper h2 {
  margin-bottom: 30px;
}
.our_services .row,
.our_services-main .row {
  justify-content: center;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.our_services-main .row .col-md-4 {
  width: calc(33.33% - 20px);
}
.our_services-main .serivce_card {
  padding: 30px 25px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100% !important;
}
.our_services-main .serivce_card .inner_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 72px;
}
.our_services-main .serivce_card .inner_wrap span.icon {
  background-color: var(--primary);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--accent);
  font-size: 18px;
  flex-shrink: 0;
}
.our_services-main .link_btn {
  color: var(--primary);
}
.our_services-main .serivce_card .content_wrapper {
  margin-top: auto;
}
.our_services-main .serivce_card .content_wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.contact_sec {
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  background-position: 50% 50%;
}
.contact_sec .contact_form_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact_sec .contact_form_wrapper .contact_form {
  max-width: 718px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.contact_sec .contact_form_wrapper .contact_form .form_heading {
  background-color: var(--primary);
  text-align: center;
  padding: 28px;
}
.contact_sec .contact_form_wrapper .contact_form .form_heading h2 {
  margin: 0;
  color: #fff;
}
.contact_sec .contact_form_wrapper .contact_form .contact_form_info {
  height: 100%;
  width: 100%;
  padding: 35px 43px;
  text-align: center;
}
.contact_form .contact_form_info .contact_block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact_form .contact_form_info .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}
/* Service Area Page*/
/* ******************************* Footer ******************************* */
.site_footer {
  background: var(--primary);
  padding-top: 64px;
  padding-bottom: 32px;
  color: #fff;
}
.site_footer .inner_wrap {
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  gap: 40px;
}
.site_footer .container {
  gap: 90px;
}
.footer_col_1 .wp-block-image img {
  height: 70px;
  width: auto;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}

#site-footer .footer_newsletter_form .gform_body .gform_fields {
  grid-template-columns: 1fr;
}
.footer_col_1 .widget-content p {
  font-size: 15px;
  line-height: 1.5;
}
footer .widgettitle,
footer .widget-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 16px;
}
footer .widget_nav_menu .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .widget_nav_menu .menu a:hover {
  color: #fff;
}
footer .widget_nav_menu .menu a {
  position: relative;
}
footer .widget_nav_menu .menu a::after {
  content: "";
  position: absolute;
  background: currentColor;
  width: 0;
  height: 2px;
  right: 0;
  bottom: -0.15em;
  transition: var(--base-transition);
  transform-origin: left;
}
footer .widget_nav_menu .menu a:hover::after {
  width: 100%;
  transform-origin: right;
  right: auto;
  left: 0;
}
.col_wrap.footer_col_2 .is-layout-flex {
    display: flex;
    flex-direction: column;
}
.footer_col_3 .textwidget ul {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  margin-bottom: 26px;
}
.footer_col_3  ul.wp-block-social-links {
    display: flex;
    margin-top: 10px;

}
a.wp-block-social-link-anchor {
    color: var(--primary) !important;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    padding: 0px;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}
.footer_col_3 .textwidget ul li {
  display: flex;
  align-items: baseline;
  gap: 0.6em;
}
.footer_col_3 .textwidget ul li i {
  width: 1em;
  flex-shrink: 0;
  text-align: center;
}
.site_footer .widget_text a:hover,
.footer-credits a:hover {
  color: currentColor;
  text-decoration-color: currentColor !important;
}
.site_footer .widget_text a,
.footer-credits a {
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  text-underline-offset: 0.2em;
}
.footer_col_4 .textwidget p {
  font-size: 14px;
  line-height: 1.5;
}
.footer_col_4 .widget_block {
  margin-top: 32px;
}
#site-footer .footer_newsletter_form .gform-footer {
  margin: 0;
}
#site-footer .footer_newsletter_form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border: 1px solid #ffff;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
  position: relative;
}
#site-footer .footer_newsletter_form input[type="submit"] {
  background: transparent;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  border-radius: 4px;
  background-image: url(https://codinggang.com/evolvingmoney/wp-content/uploads/2025/04/paper-plane-svgrepo-com.svg);
  font-size: 0;
  height: 44px;
  width: 44px;
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
#site-footer .footer_newsletter_form .gfield_description {
  position: absolute;
  margin: 0;
  color: #fff;
  left: 0;
  top: calc(100% + 10px);
}
#site-footer .footer_newsletter_form .gform_body {
  height: 100%;
}
#site-footer .footer_newsletter_form .gform_body input[type="email"] {
  min-height: 44px;
  background: transparent;
  border: 0;
  box-shadow: unset;
}
.footer-credits {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
/* ******************************* Footer ******************************* */
/******************* header *******************/
.site_header {
  padding-block: 25px;
  position: fixed;
  transition: all 0.3s linear;
  top: 0;
  z-index: 99;
  background: transparent;
  width: 100%;
}
.site_header .header_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  position: relative;
}
.site_header .header_logo {
  position: relative;
  z-index: 4;
  width: 18%;
}
.site_header .header_logo img {
  height: 70px;
  max-width: 200px;
  width: 100%;
  object-fit: contain;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 1025px) {
  .site_header .header_menu {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
  }
  .site_header .header_row > .btn_wrap {
    width: auto;
    display: flex;
    justify-content: flex-end;
  }
  .site_header .btn_wrap a {
    margin-left: auto;
  }
  .site_header .header_menu .nav-menu {
    display: flex;
    margin: 0;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .site_header .header_menu .mega_menu.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible !important;
    display: flex;
    pointer-events: all;
  }
  .site_header .header_menu ul.nav-menu > li > a {
    position: relative;
    line-height: 1.5;
    display: inline-block;
    font-size: 16px;
    color: #000;
  }
  .site_header .header_menu .nav-menu li a {
    color: #fff;
    font-weight: 500;
    font-family: var(--nav-font);
  }
  .site_header .header_menu .nav-menu li a:hover {
    color: var(--primary);
  }
}
.site_header .header_menu ul.nav-menu > li.menu-item-has-children {
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.3s ease-in-out;
  flex-wrap: wrap;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header_menu__wrap,
  .header_row > .btn_wrap {
    display: none;
  }
  .site_header .header_logo {
    width: auto;
  }
  body .mobile_toggle_icon {
    display: flex;
  }
  .pricing_plans_section .pricing_plans_wrapper .pricing_plan.best {
    scale: 1;
    margin-inline: 0px;
    order: -1;
    max-width: 493px;
    margin: auto;
    grid-column: 1/-1;
  }
}
.mobile_toggle_icon.active span {
  background-color: var(--primary) !important;
}
.header_mobile-menu {
  display: flex !important;
  position: fixed;
  width: 100vw;
  left: 100%;
  right: 0;
  background-color: #fff;
  height: 100%;
  top: 0;
  padding-top: 120px;
  padding-inline: 25px;
  padding-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
.header_mobile-menu .btn_wrap a {
  background: var(--primary) !important;
  color: #fff !important;
  border: 1px solid var(--primary) !important;
}
.header_mobile_menu__wrap {
  overflow: auto;
  width: 100%;
}
.site_header .header_logo {
  width: auto;
}
.mobile_toggle_icon {
  width: 30px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  display: none;
}
.header_menu .mobile_toggle_icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--accent);
  border-radius: 9px;
  opacity: 1;
  transform: rotate(0.1deg);
  transition: 0.25s ease-in-out;
  left: 0;
}
.site_header.custom_sticky .header_menu .mobile_toggle_icon span {
  background: var(--primary);
}
.header_menu .mobile_toggle_icon span:nth-of-type(1) {
  top: 0px;
}
.header_menu .mobile_toggle_icon span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}
.header_menu .mobile_toggle_icon span:nth-of-type(3) {
  top: 100%;
  transform: translateY(-100%);
}
.header_menu .mobile_toggle_icon.active span:nth-of-type(2) {
  opacity: 0;
}
.header_menu .mobile_toggle_icon.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.header_menu .mobile_toggle_icon.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
.header_open .header_mobile-menu {
  left: 0;
}
.header_mobile-menu .nav-menu {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-weight: 500;
}
.header_mobile-menu .btn_wrap {
  margin-top: 30px;
}
body.header_open {
  overflow: hidden;
}
.header_mobile-menu ul.nav-menu > li > a {
  color: var(--primary) !important;
}
.header_mobile-menu .nav-menu a[aria-current="page"] {
  color: var(--primary) !important;
}
header:not(.custom_sticky) .btn_wrap a {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.site_header .header_menu ul.nav-menu > li > a:hover::after {
  width: 100%;
}
.site_header .header_menu ul.nav-menu > li > a::after {
  content: "";
  position: absolute;
  background: currentColor;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -0.15em;
  transition: var(--base-transition);
  transform-origin: left;
}
/******************* header *******************/
/* ************************** mega menu ************************** */
.site_header .header_menu .mega_menu > ul.sub-menu {
  position: absolute;
  top: 80px;
  left: 50%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  transition: 0.3s all ease-in-out;
  min-width: 1010px;
  padding: 20px;
  margin: auto;
  transform: translateX(-50%);
  z-index: 10;
  list-style: none;
  gap: 20px;
  pointer-events: none;
  max-width: 1010px;
}
.site_header .header_menu .mega_menu > ul.sub-menu:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  top: -42px;
  background-color: #ffffff00;
  left: 0px;
}
.site_header .header_menu .mega_menu > ul.sub-menu > .mega_menu_left {
  width: 50%;
}
.site_header .header_menu .mega_menu > ul.sub-menu > .mega_menu_right {
  width: 50%;
  text-align: left;
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_right
  > ul.sub-menu {
  list-style: none;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #012d760d;
  border-radius: 8px;
  padding: 20px 20px;
  gap: 15px;
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_right
  .mega_menu_img {
  width: 100%;
}
.site_header .header_menu .mega_menu > ul.sub-menu > .mega_menu_right > a {
  display: none;
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_right
  .mega_menu_img
  img {
  max-width: 100%;
  object-fit: cover;
  width: auto;
  border-radius: 5px;
  margin: auto;
  height: auto;
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_right
  .mega_menu_content
  a {
  color: var(--text) !important;
  text-align: left;
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_right
  .btn_wrap
  a {
  color: var(--white);
  background-color: var(--primary);
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_right
  .btn_wrap
  a:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_left
  > .sub-menu
  .mega_menu_left-inner
  > a {
  display: none;
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_left
  > .sub-menu
  .mega_menu_left-inner
  > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site_header .header_menu .mega_menu > ul.sub-menu > .mega_menu_left > a {
  display: none;
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_left
  > .sub-menu
  .mega_menu_left-inner
  > .sub-menu
  .sub_mega_item
  > a {
  display: flex;
  flex-direction: column;
  padding: 15px 50px 15px 15px !important;
  background-image: url(https://codinggang.com/evolvingmoney/wp-content/uploads/2025/04/caret-double-right.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 12px;
  color: var(--primary);
  font-size: 16px;
  line-height: 22px;
  border-radius: 5px;
  gap: 4px;
  font-weight: 600;
}
.site_header
  .header_menu
  .mega_menu
  > ul.sub-menu
  > .mega_menu_left
  > .sub-menu
  .mega_menu_left-inner
  > .sub-menu
  .sub_mega_item
  > a:hover {
  background-color: #012d760d;
}
.site_header
  .header_menu
  .mega_menu_left-inner
  > .sub-menu
  .sub_mega_item
  > a
  .menu-description {
  display: block;
  color: var(--text);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}
.site_header .header_menu__wrap .nav-menu > li.mega_menu > span.sub-arrow,
.site_header .header_mobile-menu .nav-menu > li.mega_menu > span.sub-arrow {
  width: 20px;
  height: 20px;
  background-image: url(https://codinggang.com/evolvingmoney/wp-content/uploads/2025/04/arrow-down-svgrepo-com.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.site_header .header_menu__wrap .nav-menu > li.mega_menu:hover > .sub-arrow {
  transform: rotate(180deg);
}
/* .site_header .header_menu__wrap .nav-menu>li.mega_menu:hover a {
    color: var(--accent);
} */
.mega_menu .btn_wrap {
  width: 100%;
}
.site_header .menu-item-has-children li {
  width: 100%;
}
.site_header.custom_sticky {
  background: #fff !important;
}
.site_header:not(.custom_sticky) .header_menu ul.nav-menu > li > a {
  color: #fff;
}
.site_header:not(.custom_sticky)
  .header_menu__wrap
  .nav-menu
  > li.mega_menu
  > span.sub-arrow,
.site_header:not(.custom_sticky)
  .header_mobile-menu
  .nav-menu
  > li.mega_menu
  > span.sub-arrow {
  filter: invert(1);
}
body
  .site_footer
  .inner_wrap
  .wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column {
  flex-basis: unset !important;
}
/* ************************** mega menu ************************** */
/* ************************** mega menu responsive  ************************** */
@media (max-width: 1024px) {
  .site_header .header_menu .mega_menu > ul.sub-menu > .mega_menu_right {
    display: none;
  }
  .site_header .header_menu .mega_menu > ul.sub-menu > .mega_menu_left {
    width: 100%;
  }
  .site_header .header_mobile-menu .nav-menu > li.mega_menu > span.sub-arrow {
    filter: brightness(0) saturate(100%) invert(13%) sepia(58%) saturate(3549%)
      hue-rotate(211deg) brightness(88%) contrast(104%) !important;
  }
  .site_header .header_menu .mega_menu > ul.sub-menu {
    position: static;
    min-width: auto;
    padding: 20px 20px;
    transform: unset;
    gap: 15px;
    margin: 0px 0px 10px 0px;
    max-width: 500px;
    box-shadow: unset;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    height: 100%;
    transform: none;
  }
  .site_header
    .header_menu
    .mega_menu
    > ul.sub-menu
    > .mega_menu_left
    > .sub-menu
    .mega_menu_left-inner
    > .sub-menu
    .sub_mega_item
    > a {
    padding: 0px 45px 0px 0px !important;
    background-color: unset;
  }
  .site_header
    .header_menu
    .mega_menu
    > ul.sub-menu
    > .mega_menu_left
    > .sub-menu
    .mega_menu_left-inner
    > .sub-menu {
    gap: 20px;
  }
  /* ******* */
  body
    .site_header
    .header_mobile_menu__wrap
    ul.nav-menu
    > li.menu-item-has-children {
    position: relative;
  }
}
/* ************************** mega menu responsive  ************************** */
/* ************* Blog Single **************** */
.single #site-content article {
  max-width: 1340px;
  margin: auto;
  padding: 0 20px;
  display: block !important;
}
.single-post #site-content:not(.main_sync) article {
  max-width: 1340px;
  margin: auto;
  width: auto;
}
.singular .entry-content img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.single header.entry-header {
  position: relative;
}
.single .entry-categories {
  margin-bottom: 14px;
}
.single .entry-categories .entry-categories-inner a {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: var(--primary) !important;
  transition: all 0.3s ease-in-out;
  text-transform: unset;
  font-weight: normal;
  letter-spacing: 0;
  border: 0;
}
.single .entry-categories .entry-categories-inner a:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.1em;
}
.single #site-content article h1 {
  line-height: 1.35;
  margin-bottom: 0;
  color: #000;
  max-width: 1024px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
}
.single .post-meta {
  display: none;
  justify-content: center;
  gap: 24px;
  align-items: center;
  padding: 0;
}
.single .post-meta-wrapper {
  margin: 0;
}
.single .post-meta li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}
.single .post-meta li,
.single .post-meta li a {
  color: #fff;
}
.single figure.featured-media {
  display: none !important;
}
.single.single-service
  main#site-content
  .featured-media
  .featured-media-inner
  img {
  margin: auto;
}
.single.single-service figure.featured-media {
  display: block !important;
}
.single .post-inner.thin {
  padding: 20px 0px !important;
}
.single figure.featured-media img {
  aspect-ratio: 250/180;
  object-fit: cover;
  width: 40%;
  /* height: auto; */
  object-position: top;
  margin: 0;
}
.single .featured-media-inner {
  position: unset;
  left: calc(50% - 50vw);
  width: 100%;
  margin: 0;
}
.single figure.featured-media:before {
  display: none;
}
.single .pagination-single-inner .arrow,
.single .pagination-single-inner .title-inner {
  /* color: var(--primary); */
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
.pagination-single-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.single .pagination-single-inner a {
  color: #000;
}
.single .pagination-single-inner a:hover {
  color: var(--primary) !important;
}
.single .entry-content p a,
.single .entry-content a {
  color: #000;
  display: inline-block;
}
.single .entry-content p + a {
  display: block;
}
.single .entry-content a ul {
  margin-left: 0;
}
.consulation_sec_inner .btn_wrap a {
  color: #fff;
}
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft {
  position: relative !important;
  right: 0 !important;
  margin: 0 20px 20px 0 !important;
}
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright {
  position: relative !important;
  left: 0 !important;
  margin: 0px 0px 20px 20px;
}
.single .entry-content p {
  margin-bottom: 15px;
}
.single .entry-content p,
.single .entry-content ul,
.single .entry-content ul li,
.single .entry-content ol li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.single .entry-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  background: rgba(1, 45, 118, 0.06);
  padding: 40px 24px 24px !important;
  position: relative;
  margin-block: 40px !important;
  width: 100% !important;
}
.single .entry-content ul.accordion_list {
  padding: 0;
  background-color: transparent;
}
.single .entry-content ul.accordion_list::before {
  display: none;
}
.single .entry-content ul::before {
  content: "";
  width: 50px;
  height: 50px;
  display: flex;
  background-image: url(/wp-content/uploads/2025/05/bulb.svg);
  position: absolute;
  top: -23px;
  background-color: var(--primary);
  border-radius: 50%;
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
}
.single .table_content_wrapper {
  display: flex;
  flex-direction: column;
  background: var(--white);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 30px 30px 0;
  padding: 20px 12px 24px 16px;
  width: 250px;
  position: fixed;
  top: 150px;
  box-sizing: border-box;
  z-index: 3;
  bottom: 30px;
  overflow: auto;
  scrollbar-width: none;
}
.single .table_content_wrapper h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 12px;
  color: var(--primary);
  letter-spacing: -0.4px;
  font-weight: 600;
}
.single .table_content_wrapper .progress_wrapper {
  background: #e0e0e0;
  height: 5px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.single .table_content_wrapper .progress_wrapper .progress_bar {
  height: 5px;
  background-color: var(--primary);
  border-radius: 12px;
}
.single .table_content_wrapper .sync_wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.single .table_content_wrapper .sync_wrapper .sync_item {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.2s ease-in-out;
  font-size: 15px;
  line-height: 22px;
}
.single .entry-content {
  max-width: 900px;
  margin: auto;
  display: block !important;
  font-size: 2.1rem;
  padding-inline: 0px !important;
  font-family: inherit;
}
.single .entry-content ol {
  margin: 20px 0px 8px 0px;
  padding: 0px 20px;
}
.single .table_content_wrapper .sync_wrapper .sync_item.active,
.single .table_content_wrapper .sync_wrapper .sync_item:hover {
  background-color: #eee;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.single .comments-wrapper {
  display: none;
}
.ssinglefigure.featured-media,
.single .post-inner.thin,
.single .comments-wrapper {
  padding: 50px 0px 0;
}
.pagination-single a {
  align-items: baseline;
  display: flex;
  font-weight: 600;
  letter-spacing: -0.0275em;
  text-decoration: none;
  flex: 1;
}
hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: var(--primary);
  margin: 2.5rem 0;
  color: var(--primary);
}
body hr.styled-separator {
  color: #6d6d6d;
  height: 1px;
  background-color: #6d6d6d !important;
}
.entry-content hr,
hr.styled-separator {
  background: linear-gradient(
    to left,
    currentColor calc(50% - 16px),
    transparent calc(50% - 16px),
    transparent calc(50% + 16px),
    currentColor calc(50% + 16px)
  );
  background-color: transparent !important;
  border: none;
  height: 2px;
  overflow: visible;
  position: relative;
}
.entry-content hr:not(.has-background),
hr.styled-separator {
  color: #6d6d6d;
}
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transform: rotate(22.5deg);
  width: 2px;
  display: none;
}
.entry-content hr::before,
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}
.entry-content hr::after,
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}
.entry-content > .alignwide:not(.wp-block-group.has-background),
.entry-content > .alignfull:not(.wp-block-group.has-background) {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.entry-content > .alignwide {
  width: 100%;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.alignleft,
.alignright {
  max-width: 29rem;
}
.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.alignnone {
  display: block;
}
.single-post .consulation_sec {
  padding: 20px 0;
}
.single-post .consulation_sec .container {
  padding: 0;
}
.consulation_sec_inner {
  display: flex;
  width: 100%;
  min-height: 313px;
  background-color: rgba(1, 45, 118, 0.03);
  box-shadow: 0px 0px 2px 0 rgba(113, 171, 225, 0.75);
}
.consulation_sec_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  width: 60%;
  text-align: left;
}
.consulation_sec_right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  width: 40%;
}
.consulation_sec_left .main_btn {
  text-align: left;
  margin-left: 2px;
}
.consulation_sec_left .consulation_sec_title h2 {
  margin: 0 0 16px 0;
  font-size: 36px;
  line-height: 46px;
}
.consulation_sec_inner .btn_wrap {
  margin-top: 24px;
}
section.consulation_sec .container {
  width: 100%;
}
.consulation_sec_left .consulation_sec_content {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.comment-reply-title {
  margin: 0 0 2rem 0;
  text-align: center;
}
.section-inner.thin {
  max-width: 580px;
  margin: auto;
  text-align: center;
}
main#site-content {
  padding: 130px 0px 80px;
}
body.single-post main#site-content {
  padding-top: 170px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 30px 0px 10px 0px;
  font-family: inherit;
  letter-spacing: -0.2px;
}
.fancybox-slide--html {
  padding: 20px !important;
}
/* Form */
.comment-respond p:not(.comment-notes) {
  width: 100%;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
  margin-bottom: 0;
  width: 100%;
}
.comment-respond label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
.comment-respond textarea {
  height: 160px !important;
}
.comment-respond .logged-in-as {
  text-align: center;
}
.comment-respond p {
  line-height: 1.1;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  float: left;
  width: calc(50% - 1rem) !important;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea,
.comment-respond input {
  background: #fff;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 12px 15px 12px 15px;
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  outline: 0 !important;
  border: 1px solid rgb(87 87 87 / 20%);
}
.comment-respond textarea:focus {
  outline: none !important;
}
.comment-form-cookies-consent {
  align-items: baseline;
  display: flex;
  gap: 6px;
}
.comment-respond input[type="checkbox"] + label {
  font-size: 15px;
  line-height: 1.25;
}
.comment-respond input[type="checkbox"] {
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  cursor: pointer;
}
.comment-respond .comment-form-email {
  margin-left: 2rem;
}
.comment-respond input.submit {
  width: auto;
  font-size: 14px !important;
  padding: 15px 20px;
  line-height: 1;
  background-color: var(--primary) !important;
  color: #fff !important;
  position: relative;
  font-weight: 600;
  line-height: 26px;
  font-size: 18px !important;
  padding: 12px 25px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  border: 1px solid var(--primary);
  text-transform: uppercase;
  font-family: var(--primary-font);
}
.comment-respond input.submit:hover {
  background-color: #fff !important;
  color: var(--primary) !important;
}
/* Form */
/* *** Comment *** */
#site-content .comments-wrapper .comment-meta .comment-author {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
#site-content #comments .comments-inner {
  max-width: none;
}
#site-content #comments .comments-inner .comment > .comment {
  position: relative;
  margin-left: 80px;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
#site-content #comments .comments-inner .comment {
  position: relative;
}
#site-content #comments .comments-inner .comment article.comment-body {
  position: static;
  text-align: left;
}
#site-content #comments .comments-inner .comment .comment-body::before {
  position: absolute;
  content: "";
  left: 45px;
  top: 75px;
  bottom: 0px;
  width: 1px;
  background-color: #ddd;
}
#site-content
  .comments-wrapper
  .comments
  .comments-inner
  > [id*="comment-"]:not(:last-child) {
  margin-bottom: 100px;
  padding-top: 0;
  margin-top: 0;
}
#site-content
  .comments-wrapper
  .comments
  .comments-inner
  > [id*="comment-"]:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #ddd;
  height: 1px;
}
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
  padding-top: 0;
}
#site-content .comments-wrapper #commentform .logged-in-as a {
  color: var(--primary);
}
#site-content .comment-reply-title small {
  display: none;
}
#site-content .comment-reply-title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 45px;
  letter-spacing: 0;
}
#site-content .comment-respond .comment-reply-title {
  margin-bottom: 20px;
}
#site-content .comment-respond .comment-reply-title a {
  color: #fc6719;
  text-decoration: none;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
  margin: 0 0 20px;
}
#site-content .comments-wrapper .comment-meta .comment-author a .fn {
  color: #000;
}
.comments-wrapper .comments .comment-content h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
  margin: 20px 0 10px;
}
.comments-wrapper .comments .comment-content {
  padding-top: 0px;
  max-width: 1060px;
  margin: 0px;
  padding-left: 80px;
}
.comments-wrapper .comments .comment-footer-meta {
  display: inline-block;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.030833333em;
  line-height: 1;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.comment-footer-meta > * {
  margin: 0;
}
.comment-author a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.comment-footer-meta a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  background: #0088b8;
  padding: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.comment-content p {
  font-size: 14px;
  margin-bottom: 10px;
}
.comments-wrapper .comments .comment-meta img {
  border-radius: 50%;
  width: 60px !important;
  height: 60px;
}
.comments-wrapper .comments .comment-footer-meta .by-post-author {
  display: none;
}
.comment-metadata {
  display: none;
}
.comments-wrapper .comments .comment-footer-meta .comment-reply {
  padding-left: 80px;
}
/* *** Comment *** */
.pagination-single {
  margin-top: 3rem;
}
.pagination-single hr:first-of-type {
  margin-top: 0;
}
.pagination-single hr:last-of-type {
  margin-bottom: 0;
}
.pagination-single a .arrow {
  margin: 0 1.4rem 0 0;
}
.pagination-single .next-post .arrow {
  margin: 0 0 0 1.4rem;
}
.pagination-single .next-post {
  flex-direction: row-reverse;
  text-align: right;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
  font-size: 18px;
  letter-spacing: -0.025em;
  margin: 0 0 3rem 0;
  display: inline-block;
}
/* ************* Blog Single **************** */

/* ************* gallery **************** */

.page-template-home .our_location_feature_right {
	grid-template-columns: 1fr;
}


.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
  align-items: center;
}

.gallery-wrap .gallery-card {
  width: 25%;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.gallery-wrap .gallery-card .gallery-card__click {
  display: block;
  color: #fff !important;
  position: relative;
}
.gallery-card__click .gallery-card__img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
}
.gallery-wrap .gallery-card .gallery-card__click:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-wrap .gallery-card:hover .gallery-card__click:after {
  opacity: 0.3;
}

.gallery-card.video .gallery-card__icon {
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.gallery-card.video .gallery-card__icon img {
  width: 20px;
  object-fit: contain;
  height: auto;
}
.gallery-card.video .gallery-card__icon::before,
.gallery-card.video .gallery-card__icon::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffd;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: 0;
}
.gallery-card.video .gallery-card__icon::before {
  animation-delay: 0.9s;
}
.gallery-card.video .gallery-card__icon::after {
  animation-delay: 0.3s;
}

@keyframes button-ripple {
  70% {
    box-shadow: 0 0 0 15px #fff;
    opacity: 0;
  }

  100% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0;
  }
}

.gallery-wrap .gallery-card .gallery-card__hover-text {
  position: absolute;
  top: 0;
  padding: 20px;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.gallery-wrap .gallery-card:hover .gallery-card__hover-text {
  visibility: visible;
  opacity: 1;
}
/* ************* gallery **************** */

/* ************************** responsive  ************************** */
@media (max-width: 1450px) {
  .single-post #site-content:not(.main_sync) article {
    max-width: none !important;
    margin: 0 0 0 auto !important;
    width: calc(100% - 250px) !important;
  }
}
@media (max-width: 1360px) {
  .our_service_carousel {
    padding: 0px 20px;
  }
}
@media (max-width: 1024px) {
  h1,
  h1.entry-title {
    font-size: 48px;
    line-height: 58px;
  }
  h2,
  h2,
  h2.entry-title {
    font-size: 42px;
    line-height: 52px;
  }
  .site_footer .inner_wrap {
    grid-template-columns: 1fr 1fr;
  }
  .site_footer .container {
    gap: 60px;
  }
  .house_cta_row {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
    display: flex;
  }
  .faq_row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq__right {
    padding-block: 0;
  }
  .our_location_feature {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .testimonial_row .global_sub_header_inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body .gform_wrapper .gform_fields {
    gap: 24px 20px !important;
    grid-template-columns: 1fr 1fr;
  }
  body .gform-theme--foundation .gfield {
    grid-column: unset !important;
    min-inline-size: 0;
  }
  .benefit_inner {
    grid-template-columns: 1fr;
  }
  .global_sub_header_inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .global_sub_header_right {
    padding-left: 20px;
  }
  .global_sub_header {
    position: relative;
    margin-bottom: 40px;
  }
  .services_section .Intro_wrapper .intro_right_wrap {
    justify-content: flex-start;
  }
  body.page-template-Service
    .request_quote_section
    .Intro_wrapper
    .intro_right_wrap {
    justify-content: flex-start;
  }
  .single-post #site-content:not(.main_sync) article {
    width: 100% !important;
  }
  .single .table_content_wrapper {
    display: none;
  }
  .gallery-wrap .gallery-card {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  section {
    padding-block: 60px;
  }
  h1,
  h1.entry-title,
  .single #site-content article h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
  }
  h2,
  h2,
  h2.entry-title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .site_footer .inner_wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #site-footer .footer_newsletter_form {
    max-width: 456px;
    width: 100%;
  }
  .faq__right .global_sub_header {
    margin-bottom: 30px;
  }
  .title-tag {
    margin-bottom: 12px;
  }
  .our_location_left .global_sub_header {
    margin-bottom: 30px;
  }
  .our_location_feature_right {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .our_location {
    margin-bottom: 40px;
  }
  .our_partners_header {
    text-align: center;
    gap: 12px;
    max-width: 768px;
    margin: 0 auto;
  }
  .testimonial_row > img {
    display: none;
  }
  .testimonial_row::after {
    content: "";
    width: 100vw;
    height: calc(100% + 30px);
    position: absolute;
    left: 0;
    top: -30px;
    background: var(--accent);
    border-radius: 20px 0 0 0;
    z-index: -1;
  }
  .testimonial_inner {
    padding-left: 20px;
    padding-bottom: 0px;
  }
  .global_sub_header_right {
    padding-left: 20px;
  }
  .testimonial_inner .global_sub_header {
    margin-bottom: 40px;
  }
  body .gform_wrapper .gform_fields {
    gap: 20px !important;
    grid-template-columns: 1fr !important;
  }
  .our_location_right {
    display: none;
  }
  .our_location_form {
    grid-template-columns: 1fr;
  }
  .benefit_counter {
    padding: 20px;
  }
  .number_cont_box_inner p {
    font-size: 34px;
  }
  .number_cont_box_inner {
    font-size: 26px;
    line-height: 1;
    gap: 6px;
    margin-bottom: 6px;
  }
  .number_cont_box span {
    font-size: 14px;
  }
  .service-card_img-wrap img {
    height: 260px;
  }
  .single .pagination-single-inner .arrow,
  .single .pagination-single-inner .title-inner {
    font-size: 14px;
    line-height: 1.3em;
  }
  .service_wrapper .service_item {
    width: calc(50% - 15px);
  }
  .gallery-wrap .gallery-card {
    width: 50%;
  }
	
/* 	.home_banner_bg .video-wrapper iframe {
    transform: translate(-50%, -50%) scale(2.1);
} */
	
}
@media (max-width: 575px) {
  h1,
  h1.entry-title,
  .single #site-content article h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2,
  h2,
  h2.entry-title {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .site_header .header_logo img {
    height: 60px;
    max-width: 160px;
  }
  .site_header {
    padding-block: 20px;
  }
  .home_banner_sec {
    min-height:100svh;
  }
  .footer-credits {
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer_col_1 .wp-block-image img {
    height: 60px;
  }
  .house_cta_left {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .house_cta_right .btn_wrap {
    flex-direction: row;
    gap: 8px;
  }
  .house_cta_title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
  }
  .accordion_header span.arrow {
    width: 38px;
    height: 38px;
    background-size: 18px;
  }
  .accordion_header {
    padding: 16px;
    font-size: 18px;
    line-height: 1.3;
  }
  body .our_location_feature_right {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .our_location_feature_card {
    padding: 22px;
  }
  .our_location_feature_card img {
    height: 50px;
  }
  .our_location_feature_card span {
    font-size: 20px;
    line-height: 1.3;
  }
  .our_location_feature_block {
    padding: 22px;
  }
  .our_location_feature_block_inner .title-tag {
    margin-bottom: 12px;
  }
  .our_location_feature_header {
    font-size: 26px;
    line-height: 1.3;
  }
  .benefit_icon_box {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }
  .benefit_icon__wrap img {
    height: 26px;
  }
  .benefit_icon_box_title {
    font-size: 20px;
    line-height: 1.3;
  }
  .faq_block_inner h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
  }
  .testimonial_carousel {
    padding-right: 50px;
  }
  .testimonial_carousel .owl-dots {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  body .our_location {
    margin-bottom: 20px;
  }
  .owl-carousel.owl-theme .owl-nav button[type="button"] {
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
  .owl-carousel.owl-theme .owl-nav button[type="button"].owl-next {
    right: -20px;
  }
  .owl-carousel.owl-theme .owl-nav button[type="button"] {
    left: -20px;
  }
  .faq_block {
    padding: 20px;
  }
  .testimonial_inner .btn_wrap {
    margin-top: 30px;
  }
  body .service-card_img-wrap img {
    object-fit: cover;
    height: 230px;
    transform: scale(1.01);
  }
  .service_card_title {
    font-size: 20px;
    line-height: 1.3;
    color: #012d76;
  }
  .our_service_row .service_sub_header {
    margin-bottom: 40px !important;
  }
  .home_banner_inner h2 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    max-width: 550px;
    margin-top: 10px;
  }
  .user-review {
    margin-top: 10px;
  }
  .services_section .Intro_wrapper {
    padding-bottom: 30px;
  }
  .service_wrapper .service_item {
    width: 100%;
  }
  body.page-template-Service .request_quote_section .Intro_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  body.page-template-Service
    .request_quote_section
    .Intro_wrapper
    .intro_left_wrap {
    align-items: flex-start;
  }
  body.page-template-Service
    .Intro_wrapper
    .intro_right_wrap
    .icon_box_wrapper {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .request_quote_section {
    padding-bottom: 40px;
  }
  .singular .entry-content img {
    width: 100%;
  }
  body.single-post main#site-content {
    padding-top: 130px;
  }
  .gallery-wrap .gallery-card {
    width: 100%;
  }
	.home_banner_sec .container {
    padding-top: 80px;
}
}
/* ************************** responsive  ************************** */
