/* START CUSTOM SfcwOLL BAR */

*::-webkit-sfcwollbar {
    width: 8px;
  }
  
  *::-webkit-sfcwollbar-track {
    background: #eef3e7;
  }
  
  *::-webkit-sfcwollbar-thumb {
    background: #0068E3;
  }
  
  * {
    scrollbar-width: thin;
    scrollbar-color: #0068E3 #eef3e7;
  }
  
  /* END CUSTOM SfcwOLL BAR */
  
  /* START GLOBLE CSS */
   html {
  scroll-behavior: smooth;
  }
  input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
  }
  input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
  }
  input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
  }
  input[type="file"]::-o-file-upload-button {
    cursor: pointer;
  }
  input[type="file"] {
    cursor: pointer;
  }
  
  *::-moz-selection {
    color: var(--e-global-color-20222b1);
    background: var(--e-global-color-861a444);
  }
  *::-webkit-selection {
    color: var(--e-global-color-20222b1);
    background: var(--e-global-color-861a444);
  }
  *::-webkit-input-placeholder {
    color: var(--e-global-color-20222b1);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 500;
  }
  *:-moz-placeholder {
    color: var(--e-global-color-20222b1);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 500;
  }
  *::-moz-placeholder {
    color: var(--e-global-color-20222b1);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 500;
  }
  *:-ms-input-placeholder {
    color: var(--e-global-color-20222b1);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 500;
  }
  
  a,
  div a:hover,
  div a:active,
  div a:focus,
  button {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a,
  span,
  div a:hover,
  div a:active,
  button {
    text-decoration: none;
  }
  *::after,
  *::before,
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  
  body.no_space {
    padding-top: 0;
  }
  body {
    font-family: var(--body-font);
    box-sizing: border-box;
    margin: 0;
    padding-inline: 0;
  }
  body * {
    margin: 0;
    box-sizing: border-box;
  }
  .main_wrap {
    min-height: 100vh;
  }
  .hide_in_desktop {
    display: none;
  }
  .no_sfcwoll {
    overflow: hidden;
  }
  .hidden {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
  }
  
  body .clearfix,
  body .clear {
    clear: both;
    line-height: 100%;
  }
  body .clearfix {
    height: auto;
  }
  * {
    outline: none !important;
  }
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .clr::after,
  ul::after,
  .clearfix::after,
  li::after {
    clear: both;
    display: block;
    content: "";
  }
  iframe {
    display: block;
    width: 100%;
  }
  
  :root {
    --sec_space: 110px;
  
    --head-font: "Playfair Display"; /*  Usage in headings */
    --body-font: "Poppins"; /*  Usage in body text, small titles and subtext */
  }
  
  /* START BODY CONTAINER STYLE */
  .e-con > div.e-con-inner {
    padding-inline: 15px;
    max-width: calc(var(--content-width) + 30px);
    width: 95%;
  }
  section {
    padding-top: var(--sec_space);
    padding-bottom: var(--sec_space);
    position: relative;
  }
  /* END BODY CONTAINER STYLE */
  
  /* START FORM-ITEMS STYLES */
  div input,
  div select,
  div textarea,
  div button {
    font-family: var(--body-font);
  }
  div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  div select option {
    font-size: 13px;
    color: var(--e-global-color-primary);
    padding: 2px 5px;
  }
  /* END FORM-ITEMS STYLES */
  
  /* START IMAGE STYLE */
  img {
    width: 100%;
    height: 100%;
  }
  .elementor-element.fcw-img-wrapper {
      width: 100%;
  }
 .e-con > .elementor-widget.fcw-img-wrapper > .elementor-widget-container {
	position: relative;
	padding-top: 78.55%;
	border-radius: 20px;
	overflow: hidden;
	height: auto;
}
  .fcw-img-wrapper > .elementor-widget-container img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s ease;
  }
  /* .fcw-img-wrapper:hover > .elementor-widget-container img {
      transform: scale(1.1);
  } */
  /* END IMAGE STYLE */
  
  /* START HEADING STYLE */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h1.entry-title,
  .elementor-widget-image-box h1.elementor-image-box-title,
  .elementor-widget-image-box h2.elementor-image-box-title,
  .elementor-widget-image-box h3.elementor-image-box-title,
  .elementor-widget-image-box h4.elementor-image-box-title,
  .elementor-widget-image-box h5.elementor-image-box-title,
  .elementor-widget-image-box h6.elementor-image-box-title,
  .elementor-widget-heading h1.elementor-heading-title,
  .elementor-widget-heading h2.elementor-heading-title,
  .elementor-widget-heading h3.elementor-heading-title,
  .elementor-widget-heading h4.elementor-heading-title,
  .elementor-widget-heading h5.elementor-heading-title,
  .elementor-widget-heading h6.elementor-heading-title {
    font-family: var(--head-font);
    transition: all 0.3s ease;
    font-weight: 700;
    /* color: var(--e-global-color-861a444); */
  }
  
  
  h1, h1.elementor-heading-title {
      font-size: 64px;
      line-height: 130%;
  }
  
  h2, h2.elementor-heading-title {
      font-size: 48px;
      line-height: 110%;
  }
  h3, h3.elementor-heading-title {
    font-size: 32px;
    line-height: 110%;
  }
  h4, h4.elementor-heading-title {
    font-size: 24px;
    line-height: 110%;
  }
  /* END HEADING STYLE */
  
  /* START BODY TEXT STYLE */
  p {
      font-family: var(--body-font);
      font-size: 22px;
      /* color: var(--e-global-color-861a444); */
      line-height: 140%;
      margin-bottom: 15px;
      font-weight: 400;
  }
  p:last-child{
    margin-bottom: 0;
  }
  span {
    display: inline-block;
  }
  /* END BODY TEXT STYLE */
  
  /* START LINKS STYLE */
  a {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    transition: all 0.3s ease;
    font-family: var(--body-font);
  }
  /* END LINKS STYLE */
  
  /* START  BUTTONS STYLE */
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  .fcw-btn.elementor-widget-button .elementor-button {
    padding: 16px 20px;
    /* transition: all 0.3s ease; */
    background-color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
  }
.fcw-btn.elementor-widget-button .elementor-button::before {
	position: absolute;
	content: "";
	width: 360px;
	height: 360px;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translate(35%,-50%);
	z-index: 1;
	opacity: 0;
	transition: transform .8s ease;
}
.fcw-btn.elementor-widget-button .elementor-button:hover::before {
	transform: translate(0,-50%);
	opacity: 1;
}
.fcw-btn-white.elementor-widget-button .elementor-button {
	padding: 12px 18px;
	/* transition: all 0.3s ease; */
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 18px;
	font-family: var(--body-font);
	font-weight: 600;
	line-height: 140%;
	color: var(--e-a-color-black);
	cursor: pointer;
	position: relative;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}
.fcw-btn-white.elementor-widget-button .elementor-button::before {
	position: absolute;
	content: "";
	width: 360px;
	height: 360px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translate(100%,-50%);
	z-index: 1;
	opacity: 0;
    transition: transform .8s ease;
}
.fcw-btn-white.elementor-widget-button .elementor-button:hover::before {
	transform: translate(0,-50%);
	opacity: 1;
}
  /* .fcw-btn.elementor-widget-button .elementor-button:hover {
      background-color: var(--e-global-color-2d1dfb3);
  } */
  
  .fcw-btn.elementor-widget-button .elementor-button-content-wrapper {
      align-items: center;
  }
  .fcw-btn.elementor-widget-button .elementor-button-icon {
      width: 20px;
      height: 20px;
      display: flex;
      transition: all 0.3s ease;
      position: relative;
      top: 1px;
  }
  .fcw-btn.elementor-widget-button .elementor-button:hover .elementor-button-icon {
      transform: rotate(45deg);
  }
  /* END BUTTONS STYLE */
  
  /* START LISTING STYLE */
  
  body ul {
    margin: 0;
    padding: 0;
  }
  
  ul,
  ul li,
  ol,
  li {
    font-family: var(--body-font);
    padding: 0;
    color: var(--e-global-color-20222b1);
  }
  /* END LISTING STYLE */
  
  /* END GLOBLE CSS */
  
/* BACK TO TO CSS START */
 .back-to-top div:hover {
   animation: btt 1s linear infinite alternate;
  }
  .back-to-top.active-to-top {
      bottom: 20px;
      pointer-events: auto;
      opacity: 1;
  }
  /* .back-to-top.active-to-top svg path {
	fill: #0068E3 !important;
} */
  @keyframes btt {
    0%   {transform: scale(1);}
    50%  {transform: scale(1.1);}
    100% {transform: scale(1);}
  }
/* BACK TO TO CSS END */
/* HEADER CSS START */

/* header.site-header {
    position: fixed;
	width: 100%;
	z-index: 999;
	padding: 10px 0;
} */
 .fcw-header {
	top: 10px !important;
 }
.fcw-header > .e-con-inner > .elementor-element {
	box-shadow: 0px 14px 20px 0px #0000004D;
	/* backdrop-filter: blur(20px); */
	border-radius: 16px;
	padding: 22px 16px;
  background-color: transparent;
}
.fcw-header > .e-con-inner > .elementor-element:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #23242B;
    backdrop-filter: blur(10px);
    border-radius: 16px;
}
/* header.elementor-location-header.active .fcw-header > .e-con-inner > .elementor-element {
  background-color: #000;
} */
/* .site-header div.header-inner {
	background: #00000000;
	padding: 20px 15px;
	border-radius: 16px;
	box-shadow: 0px 14px 20px 0px #0000004D;
	backdrop-filter: blur(20px);
	max-width: 1200px;
	width: 95%;
} */
.elementor.elementor .e-con > .elementor-widget-theme-site-logo.elementor-widget-image {
	max-width: 21.1%;
	width: 100%;
}
.elementor.elementor .e-con > .fcw-header-menu.elementor-widget {
	max-width: 44.9%;
	width: 100%;
	display: flex;
	justify-content: center;
}
.elementor.elementor .e-con > .fcw-header-btn.elementor-widget.elementor-widget-button {
	max-width: 22.8%;
	width: 100%;
}
.fcw-header-menu .elementor-nav-menu {
	padding: 0;
	width: 100%;
	justify-content: space-between;
}
header .fcw-header-menu.elementor-element .elementor-nav-menu--main .elementor-nav-menu .elementor-item {
    margin-right: 0;
    margin-left: 15px;
}

.fcw-header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul.sub-menu {
	border-radius: 10px;
	top: 260% !important;
    min-width: 223px !important;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
	/* backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); */
	
	background-color: #fff;
}
/* .fcw-header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul.sub-menu:after {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 223px;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: #F6F6F6A3;
    right: 0;
    z-index: -1;
    border-radius: 10px;
} */
.fcw-header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul.sub-menu > li > ul {
    margin-left: 227px !important;
    margin-top: -89.9722px !important;
	/* backdrop-filter: blur(10px); */
    background-color: #fff;
	min-width: 223px !important;
	top: 90px !important;
	border-radius: 10px;
	    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

/* header .fcw-header-menu.elementor-element .elementor-nav-menu--main .elementor-nav-menu li.current-page-ancestor.current-menu-parent  .elementor-item {
	color: var(--e-global-color-accent);
} */
 .fcw-header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul.sub-menu.elementor-nav-menu--dropdown a.elementor-sub-item.elementor-item-anchor {
    color: #33373d;
  }
 .fcw-header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>ul.sub-menu li.current-menu-item>a.elementor-sub-item.elementor-item-anchor.elementor-item-active {
    color: var(--e-global-color-accent);
}
  .elementor-element .elementor-nav-menu--layout-horizontal .current-practice-areas-cpt-ancestor.current-menu-ancestor.current-menu-parent.current-practice-areas-cpt-parent > a.elementor-sub-item,
 .elementor-element .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.current_page_ancestor a.elementor-item,
.elementor-nav-menu--main li.menu-item.current-menu-parent.current_page_parent > a.elementor-item {
	color: var(--e-global-color-accent);
}
.elementor-element .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.current_page_ancestor a.elementor-item .sub-arrow svg,
.elementor-nav-menu--main li.menu-item.current-menu-parent.current_page_parent a.elementor-item .sub-arrow svg{
	fill: var(--e-global-color-accent);
}
/* header .fcw-header-menu.elementor-element .elementor-nav-menu--main .elementor-nav-menu li.current-page-ancestor.current-menu-parent  .elementor-item .sub-arrow svg{
	fill: var(--e-global-color-accent);
} */
.fcw-header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul.sub-menu li.current-menu-item > a.elementor-sub-item {
	color: var(--e-global-color-accent);
}
.fcw-header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul.sub-menu a {
	white-space: wrap;
}
header .fcw-header-btn.elementor-element .elementor-button.elementor-button-link .elementor-button-icon {
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
header .fcw-header-btn.elementor-element .elementor-widget-container .elementor-button {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 0;
}

header .fcw-header-btn.elementor-element .elementor-widget-container .elementor-button:hover {
	color: var(--e-global-color-accent);
}
header .fcw-header-btn.elementor-element .elementor-button.elementor-button-link .elementor-button-content-wrapper {
	gap: 28px;
	align-items: center;
}
header .fcw-header-btn.elementor-element .elementor-button.elementor-button-link .elementor-button-icon::before {
	content: "";
	background: #0068E3;
	width: 42px;
	height: 42px;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
}
header .fcw-header-btn.elementor-element .elementor-button.elementor-button-link .elementor-button-icon::after {
	content: "";
	position: absolute;
	background: #0068E3;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	opacity: 30%;
	z-index: 0;
	transition: all .5s ease;
	transform: scale(1);
}
header .fcw-header-btn.elementor-element .elementor-button.elementor-button-link:hover .elementor-button-icon::after {
	transform: scale(1.5);
	opacity: 0;
}
header .fcw-header-btn.elementor-element  .elementor-button-icon svg {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
header .fcw-header-menu.elementor-element .elementor-nav-menu--main .elementor-nav-menu .current-menu-item .elementor-item.elementor-item-active,
header .fcw-header-menu.elementor-element .elementor-nav-menu--main .elementor-nav-menu .elementor-item:hover {
	color: var(--e-global-color-accent);
}

header .fcw-header-menu.elementor-element .elementor-nav-menu--main .elementor-nav-menu .current-menu-item .elementor-item.elementor-item-active .sub-arrow,
header .fcw-header-menu.elementor-element .elementor-nav-menu--main .elementor-nav-menu .elementor-item:hover .sub-arrow {
	fill:  var(--e-global-color-accent);
}
/* HEADER CSS START */


/* FOOTER CSS START */
footer.elementor-element.fcw-footer-sec .fcw-footer-top {
	padding-top: 40px;
	padding-bottom: 40px;
}
.fcw-footer-top .e-con-inner > .elementor-element p {
	font-size: 14px;
	color: #888888;
	font-weight: 400;
	line-height: 140%;
}
.fcw-footer-top .e-con-inner > .elementor-element p a {
	color: var(--e-global-color-accent);
	display: block;
	margin-top: 16px;
  font-size: 14px;
}
.fcw-footer-top .e-con-inner > .elementor-element p a:hover{
  	color: #888888;
}
.fcw-footer-top .elementor-widget.elementor-widget-image .elementor-widget-container {
	max-width: 237px;
	width: 100%;
}
.fcw-footer-top .e-con-inner > .elementor-element > .elementor-element:first-child {
	border-right: 1px solid #3D3D3D;
	margin-right: 40px;
	padding-right: 40px;
}
.fcw-footer-top .e-con-inner > .elementor-element > .elementor-element:last-child{
border-left: 1px solid #3D3D3D;
	margin-left: 40px;
	padding-left: 40px;
}
.fcw-footer-top .elementor-nav-menu--main a.elementor-item:hover{
  padding: 0 0 16px 0;
}

.fcw-footer-top .elementor-nav-menu--main .elementor-nav-menu{
	    flex-direction: column;
		z-index: 0;
		padding-left: 0;
}
.fcw-footer-top .elementor-nav-menu--main a.elementor-item {
	padding: 0 0 16px 0;
	color: #888888;
  line-height: 140%;
  word-break: break-word;
    white-space: normal;
}
.fcw-call-cion .elementor-icon-box-icon a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fcw-call-cion .elementor-icon-box-icon a svg{
  position: relative;
  z-index: 2;
}
.fcw-call-cion .elementor-icon-box-icon a::before{
  content: "";
  background: #0068E3;
  width: 53px;
  height: 53px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}
.fcw-call-cion .elementor-icon-box-icon a::after{
  content: "";
  position: absolute;
  background: #0068E3;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 30%;
  z-index: 0;
  transform: scale(1);
  transition: all .5s ease;
}
.fcw-call-cion .elementor-icon-box-wrapper:hover .elementor-icon-box-icon a:after{
	transform: scale(1.5);
	opacity: 0;
}
.fcw-call-cion .elementor-icon-box-title a {
	font-size: 18px;
	letter-spacing: 10%;
	margin-top: 20px;
}
.fcw-footer-top .e-con-inner > .elementor-element > .elementor-element:last-child .elementor-widget-heading h4.elementor-heading-title {
	font-size: 14px;
	font-weight: 600;
}
div.fcw-footer-bottom {
	padding: 10px 0;
}
.fcw-footer-bottom .elementor-widget-text-editor p {
	font-size: 14px;
  color: #888888;
  font-weight: 400;
}
.fcw-footer-bottom .elementor-nav-menu--main .elementor-nav-menu a.elementor-item {
	padding: 0;
	font-size: 14px;
}
.fcw-footer-bottom .elementor-nav-menu--main .elementor-nav-menu a.elementor-item::after{
	content: unset;
}
.fcw-footer-bottom .elementor-nav-menu--main .elementor-nav-menu a.elementor-item.elementor-item-active,
.fcw-footer-bottom .elementor-nav-menu--main .elementor-nav-menu a.elementor-item:hover {
	color: var(--e-global-color-accent);
}
.fcw-footer-bottom .elementor-widget-text-editor p a {
	color: #fff;
	font-size: 14px;
}
.fcw-footer-bottom .elementor-widget-text-editor p a:hover{
	color: var(--e-global-color-accent);
}
/* FOOTER CSS END */


/* HOME PAGE CSS START */

.red-text p {
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;

}
.fcw-about-home-top .red-text p{
	display: flex;
	align-items: center;
	gap: 7px;
}
.fcw-about-home-top .red-text p::before {
	content: "";
	/* font-size: 27px; */
	/* display: inline-flex; */
	align-items: center;
	background-image: url(../images/dot.svg);
	width: 5px;
	height: 7px;
	background-size: 100%;
	background-repeat: no-repeat;
}
section.fcw-home-banner {
	padding-top: 160px;
}
.elementor-element.fcw-home-banner-top  {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
    gap: 20px;
}

div.fcw-banner-bottom {
	padding-top: 180px;
	padding-bottom: 93px;
}
.fcw-google-review-banner .elementor-widget-image .elementor-widget-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 10px;
}
.fcw-google-review-banner .elementor-widget-image .elementor-widget-container img{
    position: relative;
    z-index: 1;
}
section.fcw-counter-sec.e-con {
	padding-top: 50px;
	padding-bottom: 50px;
}
.fcw-counter-sec.e-con .e-con-inner > .elementor-element {
	gap: 28px;
}
.fcw-counter-sec.e-con .e-con-inner > .elementor-element .elementor-widget-icon-box {
	max-width: calc(33.33% - 19px);
	width: 100%;
}
.fcw-counter-sec .e-con-inner .elementor-widget-container {
	border-radius: 20px;
	padding: 20px;
}
.fcw-counter-sec .e-con-inner .elementor-widget-container h3.elementor-icon-box-title {
	font-size: 32px;
	margin-bottom: 10px;
  margin-top: 0;
}
.fcw-counter-sec .e-con-inner .elementor-widget-container .elementor-icon-box-wrapper {
	max-width: 256px;
	width: 100%;
	margin: 0 auto;
}
.fcw-counter-sec .e-con-inner .elementor-widget-container  .elementor-icon-box-description{
    font-size: 16px;
    line-height: 130%;
}
div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-text-editor {
	max-width: 38.9%;
	width: 100%;
	padding-right: 50px;
}
/* div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading {
	max-width: 61.6%;
	width: 100%;
	padding-left: 40px;
} */
div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading {
	max-width: 100%;
	width: 100%;
	padding-left: 40px;
}
div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading h2.elementor-heading-title {
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
}
.fcw-about-home-bottom.e-con {
	border-top: 1px solid #D1D1D1;
	margin-top: 20px;
}
.fcw-about-home-bottom.e-con > .elementor-element:first-child {
	max-width: 37.9%;
	width: 100%;
	border-right: 1px solid #D1D1D1;
	padding-right: 50px;
	padding-top: 40px;
}
.fcw-about-home-bottom.e-con > .elementor-element:last-child {
	max-width: 62.1%;
	width: 100%;
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.fcw-about-tag p {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
}
.fcw-para p {
	font-size: 14px;
	color: #454545;
	line-height: 150%;
}
.fcw-para p:last-child {
	margin-bottom: 40px;
}
section.fcw-logo-sec {
	padding-top: 100px;
  /* padding-bottom: 77px; */
}
.fcw-logo-sec .elementor-widget.elementor-widget-image-gallery {
	margin-top: 50px;
}
.fcw-logo-sec .elementor-image-gallery .gallery-item .gallery-icon {
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #E7E7E7;
	padding: 9px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fcw-logo-sec .elementor-image-gallery .gallery-item .gallery-icon img {
	max-height: 128px;
	height: auto;
	width: auto;
}
.fcw-logo-sec .elementor-image-gallery .gallery {
	display: flex;
	flex-wrap: wrap;
}
.fcw-contact-form-sec.e-con > .e-con-inner > .elementor-element:not(.elementor-widget-heading) {
	position: relative;
	align-items: center !important;
	background-color: var(--e-global-color-4e035fa);
	border-radius: 20px;
}

.fcw-contact-form-sec .e-con-inner > .elementor-element > .elementor-element:not(.fcw-contact-form) {
	max-width: 58%;
	width: 100%;
	margin-top: -30px;
	padding-right: 20px;
}
.fcw-contact-form-sec .e-con-inner > .elementor-element >.elementor-element.fcw-contact-form {
	max-width: 42%;
	width: 100%;
	margin-right: 20px;
	background-color: var(--e-a-color-white);
	box-shadow: 0px 14px 100px 0px #00000026;
	border-radius: 20px;
	padding: 24px;
	position: absolute;
	right: 0;
  background-color: #fff;
}
.fcw-contact-form h4.elementor-heading-title {
	color: var(--e-a-color-black);
	margin-top: 10px;
}
.fcw-contact-form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row{
  margin-left: -6px;
  margin-right: -6px;
}
.fcw-contact-form div.wpforms-container-full .wpforms-layout-row div.wpforms-layout-column {
	padding: 0 6px;
}
.fcw-contact-form div.wpforms-container-full {
	margin: 0;
}
.fcw-contact-form h4.elementor-heading-title {
	color: var(--e-a-color-black);
	margin-top: 15px;
	margin-bottom: 13px;
	line-height: 130%;
}
.wpforms-container .wpforms-field.wpforms-field-layout{
  padding-bottom: 0;
}
div.wpforms-container .wpforms-field {
	padding-bottom: 12px;
	padding-top: 0;
}
div.wpforms-container .wpforms-field.wpforms-field-checkbox {
	padding-left: 3px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height: 80px;
  resize: none;

}
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full.wpforms-container input[type="email"] ,
div.wpforms-container-full.wpforms-container input[type="tel"] ,
div.wpforms-container-full.wpforms-container input[type="text"] {
	border: 0;
	background: #F6F6F6;
	border-radius: 10px;
	font-size: 14px;
	color: var(--e-a-color-black);
	font-weight: 400;
  height: 45px;
}
div.wpforms-container-full .wpforms-form textarea::placeholder,
div.wpforms-container-full.wpforms-container input[type="email"]::placeholder ,
div.wpforms-container-full.wpforms-container input[type="tel"]::placeholder ,
div.wpforms-container-full.wpforms-container input[type="text"]::placeholder {
  color: #3D3D3D;
  font-size: 14px;
	font-weight: 400;
  opacity: 1;
}
div.wpforms-container-full.wpforms-container .wpforms-form textarea:focus,
div.wpforms-container-full.wpforms-container .wpforms-form textarea:focus:invalid,
div.wpforms-container-full.wpforms-container input[type="email"]:focus,
div.wpforms-container-full.wpforms-container input[type="email"]:focus:invalid,
div.wpforms-container-full.wpforms-container input[type="tel"]:focus,
div.wpforms-container-full.wpforms-container input[type="tel"]:focus:invalid,
div.wpforms-container-full.wpforms-container input[type="text"]:focus,
div.wpforms-container-full.wpforms-container input[type="text"]:focus:invalid{
  box-shadow: unset;
  border: 0;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label {
	font-size: 14px;
	color: #3D3D3D;
	font-weight: 400;
	line-height: 150%;
	padding-left: 10px;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label a{
	font-size: 14px;
	color: var(--e-global-color-accent);
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label a:hover{
	text-decoration: underline;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul::after{
  content: unset;
}
div.wpforms-container-full input[type="checkbox"]{
  margin: 0;
}
div.wpforms-container-full input[type="checkbox"]::before {
	border-color: #D1D1D1;
	background-color: #E7E7E7;
}
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
div.wpforms-container-full button[type="submit"] {
	width: 100%;
	background-color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
	font-size: 18px;
	font-weight: 600;
	height: 59px;
	border-radius: 5px;
  overflow: hidden;
  position: relative;
}
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active)::before,
div.wpforms-container-full button[type="submit"]::before{
  position: absolute;
  content: "";
  width: 460px;
  height: 460px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(100%,-50%);
  z-index: 1;
  opacity: 0;
  transition: transform 1s ease;
}
div.wpforms-container-full button[type="submit"].wpforms-submit:hover{
  background: var(--e-global-color-accent);
}
div.wpforms-container-full button[type="submit"]:hover::before{
  transform: translate(0,-50%);
  opacity: 1;
}
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active):focus,
 div.wpforms-container-full button[type="submit"]:focus{
  content: unset;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  margin: auto;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
	font-size: 12px;
	margin-top: 5px;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	border-radius: 10px;
	text-align: center;
  margin-bottom: 0;
}

.fcw-lets-talk-sec .e-con-inner > .elementor-element {
	border-radius: 30px;
	padding: 32px;
}
.elementor-element.fcw-lets-talk-sec-left {
	max-width: 68.8%;
	width: 100%;
	margin-right: 52px;
}
.elementor-element.fcw-lets-talk-sec-right {
	max-width: 31.2%;
	width: 100%;
}
.fcw-lets-talk-sec-left p {
	font-size: 24px;
	margin-top: 18px;
	margin-bottom: 33px;
}
.fcw-lets-talk-sec-left .elementor-element.fcw-btn-white.elementor-widget {
	margin-bottom: 52px;
}
.elementor-element.fcw-lets-talk-sec-right .elementor-widget.elementor-widget-image {
	height: 100%;
}
.elementor-element.fcw-lets-talk-sec-right .elementor-widget.elementor-widget-image .elementor-widget-container {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.elementor-element.fcw-lets-talk-sec-right .elementor-widget.elementor-widget-image .elementor-widget-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.fcw-need-sec .e-con-inner > .elementor-element {
	border-radius: 30px;
	padding: 10px 10px 10px 58px;
}
.elementor-element.fcw-need-sec-left {
	max-width: 45.6%;
	width: 100%;
	margin-right: 73px;
}
.elementor-element.fcw-need-sec-right {
	max-width: 55.4%;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.elementor-element.fcw-need-sec-right::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00000066;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 1;
}
.elementor-element.fcw-need-sec-left p {
	font-size: 24px;
	margin-bottom: 32px;
	margin-top: 18px;
}
section.fcw-need-sec {
	padding-bottom: 0;
}
.fcw-location-sec .e-n-tabs .e-n-tabs-heading {
	background-color: var(--e-global-color-secondary);
	width: fit-content;
	margin: 0 auto 30px;
	padding: 10px;
	border-radius: 60px;
}
.fcw-location-sec.elementor-element .e-con > .elementor-widget.elementor-widget-n-tabs {
	max-width: 964px;
	margin: 0 auto;
}
.fcw-location-sec.elementor-element .e-con > .elementor-widget.elementor-widget-n-tabs.fcw-loaction-home {
	margin-top: 50px;
}
.fcw-location-sec .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
	border-radius: 40px;
	border: 3px solid var(--e-a-color-white);
	padding: 7px 15px;
}
.fcw-location-sec .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="false"]{
  color: var(--e-a-color-black);
}
.fcw-location-sec .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
	font-size: 14px;
}
.fcw-location-sec  .elementor-widget-text-editor p,
.fcw-location-sec .e-n-tabs-content .elementor-widget-text-editor p {
	color: #3D3D3D;
	font-size: 14px;
}
.fcw-location-sec  .elementor-widget-text-editor p a,
.fcw-location-sec .e-n-tabs-content .elementor-widget-text-editor p a {
	color: #3D3D3D;
	font-size: 14px;
}
.fcw-location-sec  .elementor-widget-text-editor p a:hover,
.fcw-location-sec .e-n-tabs-content .elementor-widget-text-editor p a:hover {
	color: #E90B00;
}
.fcw-location-sec .elementor-widget.elementor-widget-google_maps {
	margin-top: 30px;
}
.fcw-location-sec .elementor-widget.elementor-widget-google_maps .elementor-widget-container {
	border-radius: 20px;
}
.elementor-element.fcw-location-sec {
	padding-bottom: 0;
	padding-top: 100px;
}
.fcw-guide-form-sec > .e-con-inner > .elementor-element {
	max-width: 725px;
	width: 100%;
	margin: 0 auto -110px;
	padding: 24px;
	border-radius: 20px;
	box-shadow: 0px 14px 100px 0px #00000026;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.elementor-element.fcw-guide-form--left {
	max-width: 63%;
	width: 100%;
}
.fcw-guide-form--left div.wpforms-container-full .wpforms-submit-container {
        margin-top:20px;
    }
.elementor-element.fcw-guide-form-right {
	max-width: calc(35.6% - 30px);
	width: 100%;
	margin-left: 30px;
}
.fcw-guide-form-right.e-con > .elementor-widget > .elementor-widget-container {
	width: 100%;
	height: auto;
	padding-top: 127.6%;
}
.fcw-guide-form-right.e-con > .elementor-widget > .elementor-widget-container img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: contain;
}
.fcw-guide-form--left h3.elementor-heading-title {
	font-size: 30px;
	color: var(--e-a-color-black);
	line-height: 140%;
}
.fcw-guide-form--left .elementor-widget.elementor-widget-text-editor {
	color: #5D5D5D;
	margin-top: 10px;
}
.fcw-guide-form--left .elementor-widget.elementor-widget-text-editor p{
	font-size: 16px;
	font-weight: 500;
}
.fcw-guide-form--left .elementor-widget-shortcode{
  margin-top: 13px;
}
.fcw-guide-form--left .elementor-widget-shortcode div.wpforms-container-full {
	margin: 0;
}
/* .fcw-guide-form--left div.wpforms-container-full .wpforms-submit-container{
  width: fit-content;
} */
.fcw-guide-form--left div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
.fcw-guide-form--left  div.wpforms-container-full button[type="submit"]{
  width: 100%;
  height: 59px;
  font-size: 18px;
  background: var(--e-global-color-accent);
  font-weight: 600;
}

.elementor-element.fcw-guide-form-sec {
	/* padding-top: 0; */
	padding-bottom: 0;
}
.elementor-element.fcw-marquee-sec {
	padding-bottom: 0;
	padding-top: 70px;
	z-index: 0;
}


.marquee-container{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.marquee {
    display: inline-block;
    animation: marquee 28s linear infinite;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.marquee p {
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 10%;
  margin-bottom: 0;
  opacity: .2;
  margin-left: 20px;
}
.marquee svg{
  width: 32px;
  height: 32px;
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.elementor-element.fcw-practice-areas-sec {
	padding-top: 100px;
	/* padding-bottom: 60px; */
}
.fcw-practice-areas-sec .elementor-widget-loop-carousel.e-widget-swiper {
	margin-top: 50px;
	position: relative;
	padding-bottom: 120px;
}
.fcw-practice-areas-sec .swiper.elementor-loop-container {
	padding-inline-end: 100px;
}
.fcw-practice-areas-sec .elementor-widget-theme-post-featured-image .elementor-widget-container {
	position: relative;
	width: 100%;
	padding-top: 77.4%;
  border-radius: 20px;
  overflow: hidden;
}
.fcw-practice-areas-sec .elementor-widget-theme-post-featured-image .elementor-widget-container img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	object-fit: cover;
}
.fcw-practice-areas-sec .elementor-widget-theme-post-featured-image .elementor-widget-container::before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.fcw-practice-areas-sec .elementor-element.fcw-practice-areas-sec {
	padding-top: 60px;
	padding-bottom: 60px;
}
.fcw-practice-areas-sec .swiper-slide .e-con > .e-con-inner {
	position: relative;
	padding: 0;
	margin: 0;
  width: 100%;
}
.fcw-practice-areas-sec .swiper-slide .elementor-page-title.elementor-widget-heading {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
  z-index: 2;
}
.fcw-practice-areas-sec .swiper-slide .elementor-page-title.elementor-widget-heading h3.elementor-heading-title {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.fcw-practice-areas-sec .swiper-slide .e-con-inner .elementor-element.fcw-btn-group {
	position: absolute;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s ease width .5s ease;
	width: 0;
}
.fcw-practice-areas-sec .swiper-slide:hover .e-con-inner .elementor-element.fcw-btn-group {
	opacity: 1;
	width: 100%;
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next,
 .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	background-color: #0068E3;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.fcw-practice-areas-sec .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next {
  right: 6.5% !important;
}
.fcw-practice-areas-sec .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	left: auto !important;
	right: calc(6.5% - -24px) !important;
}

.fcw-practice-areas-sec .elementor.practice-areas-cpt > .elementor-element {
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #E7E7E7;
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt h3.elementor-heading-title {
	font-size: 16px;
	font-family: var(--body-font);
	line-height: 190%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt h3.elementor-heading-title a {
	display: block;
	position: relative;
	font-weight: 700;
	padding-right: 40px;
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt h3.elementor-heading-title a:hover {
	color: var(--e-global-color-accent);
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt h3.elementor-heading-title a::after {
	content: "";
	position: absolute;
	background-image: url(../images/Arrow.svg);
	width: 30px;
	height: 30px;
	right: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all .5s ease;
	top: 0;
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt h3.elementor-heading-title a:hover::after{
	transform: rotate(25deg);
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt .elementor-widget-text-editor p {
	font-size: 14px;
	color: #5D5D5D;
	line-height: 150%;
	margin-bottom: 15px;
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt .elementor-widget-text-editor ul{
	padding-left: 15px;
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt .elementor-widget-text-editor ul li{
	font-size: 14px;
	color: #5D5D5D;
	line-height: 150%;
}
.fcw-practice-areas-sec  .elementor-widget-loop-grid .elementor-loop-container {
	margin-top: 50px;
	align-items: flex-start;
}
.fcw-practice-areas-sec  .elementor-loop-container:not(.elementor-posts-masonry) {
	align-items: flex-start;
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt > .elementor-element > .e-con-inner {
	padding: 0;
	margin: 0;
	width: 100%;
}
.fcw-practice-areas-sec .elementor.practice-areas-cpt > .elementor-element .elementor-widget.elementor-widget-theme-post-featured-image {
	max-width: 377px;
	width: 100%;
}
/* .trigger{
      text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
} */

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 24px;
	width: 100%;
	border-radius: 0.5rem;
	max-height: 70vh;
	overflow-y: auto;
	margin: 0 auto;
	max-width: 576px;
}
.modal-content p.popup-title {
	font-size: 16px;
	font-weight: 600;
	color:#000;
	margin-bottom: 0;
	line-height: 220%;
}
.modal-content div.popup-des p{
 font-size: 14px;
  font-weight: 400;
  color: #5D5D5D;
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 150%;
}
.modal-content div.popup-des ul.wp-block-list {
	padding-left: 15px;
	font-size: 14px;
	color: #5d5d5d;
	line-height: 130%;
	margin-top: 20px;
}
.modal-content div.popup-des ul.wp-block-list li{
	margin-bottom: 20px;
}
.close-button {
	float: right;
	width: 10px;
	line-height: 10px;
	cursor: pointer;
	border-radius: 0;
	color: #B0B0B0;
	font-size: 22px;
	height: 10px;
}
.close-button:hover {
  color: #000;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
.trigger.elementor-element.elementor-button-info .elementor-button {
	background: #0068E333;
	border: 1px solid #0068E3;
	padding: 16px 20px;
	font-size: 14px;
	font-family: var(--body-font);
	font-weight: 600;
	line-height: 140%;
	color: #fff;
	min-width: 194px;
	width: 100%;
  cursor: pointer;
}
.fcw-btn-group .fcw-btn.elementor-widget-button .elementor-button {
	font-size: 14px;
	min-width: 194px;
}

.elementor-element.fcw-blog-sec {
	padding-top: 100px;
  padding-bottom: 100px; 
}
.fcw-blog-sec .elementor-widget-text-editor p {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 20px;
}
.fcw-blog-sec .elementor-widget-loop-carousel {
	padding-bottom: 110px;
	padding-top: 50px;
}
.fcw-blog-sec .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	left: calc(50% - 35px) !important;
	right: auto;
}
.fcw-blog-sec .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next {
	right: calc(50% - 35px) !important;
	left: auto;
}
.fcw-blog-sec .elementor-widget-loop-carousel .e-con-inner {
	padding: 20px;
	margin: 0;
	background-color: #fff;
	border-radius: 20px;
}
.fcw-blog-sec .elementor-widget-loop-carousel .e-con-inner .elementor-widget-theme-post-featured-image .elementor-widget-container {
	width: 100%;
	position: relative;
	padding-top: 75%;
	border-radius: 20px;
	overflow: hidden;
}
.fcw-blog-sec .elementor-widget-loop-carousel .swiper-slide > .elementor-element {
	flex-direction: row;
}
.fcw-blog-sec div.elementor-widget.elementor-widget-post-info {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 20px;
}
.fcw-blog-sec .elementor-widget-loop-carousel .e-con-inner .elementor-widget-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fcw-blog-sec div.elementor-widget.elementor-widget-post-info .elementor-inline-items .elementor-icon-list-item::after{
  content: unset;
}
.fcw-blog-sec .elementor-widget-loop-carousel h4.elementor-heading-title {
	font-size: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.fcw-blog-sec .elementor-widget-loop-carousel .elementor-widget-theme-post-excerpt p {
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 16px;
}
.fcw-blog-sec .elementor-widget-loop-carousel span.elementor-heading-title a{
  font-size: 16px;
  color:var(--e-global-color-accent);
  line-height: 120%;
  font-weight: 600;
}
.fcw-blog-sec .elementor-widget-loop-carousel span.elementor-heading-title a:hover {
	text-decoration: underline;
}
.fcw-client-story-sec .elementor-main-swiper {
	padding-inline: 360px;
	height: auto !important;
	padding-block: 3%;
}
 .fcw-client-story-sec .elementor-widget-media-carousel div.swiper-slide.swiper-slide-active{
	transform: scale(1) !important;
	z-index: 3;
}
.fcw-client-story-sec .swiper-slide a {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 45.25%;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
  pointer-events: none;
}
.fcw-client-story-sec .swiper-slide a .elementor-carousel-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.fcw-client-story-sec .swiper-slide{
	transition: all 200ms linear;
	transform: scale(0.8) !important;


}
.elementor-custom-embed-play {
	width: 90px;
	height: 90px;
  pointer-events: all;
}
.elementor-custom-embed-play::before {
	content: "";
	position: absolute;
	background-image: url(../images/play.svg);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 0;
	top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.elementor-custom-embed-play svg{
  display: none;
}
.elementor-element.fcw-client-story-sec {
	padding-top: 100px;
	padding-bottom: 90px;
}

.elementor-element.fcw-google-review-slider {
	padding-bottom: 190px;
	padding-top: 100px;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-reviews-container-wrapper {
	margin: 0 !important;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls {
	top: auto !important;
	bottom: -50px;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-next,
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-prev {
	padding: 0;
	background-color: #0068E3;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.ti-controls > div[style*="display:"] {
	display: block !important;
	opacity: 0.3 !important;
	pointer-events: none;
}

.fcw-google-review-slider  .ti-widget.ti-goog .ti-controls .ti-next {
	right: calc(48% - 35px) ;
	left: auto;
}
.fcw-google-review-slider  .ti-widget.ti-goog .ti-controls .ti-prev {
	left: calc(48% - 35px) ;
	right: auto;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-col-3 .ti-review-item {
	flex: 0 0 25%;
	max-width: 25%;
}
 .fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-prev::after,
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-next::after,
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-next::before, 
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-prev::before {
	background: #fff;
	width: 13px;
	
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-next::before {
	top: 19px;
	right: 0px;
	left: 0;
	margin: 0 auto;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-next::after {
	top: 27px;
	right: 0px;
	left: 0;
	margin: auto;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-prev::after {
	top: 19px;
	left: 0px;
	right: 0;
	margin: auto;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-prev::before {
	top: 27px;
	left: 0px;
	right: 0;
	margin: auto;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-next:hover,
.fcw-google-review-slider .ti-widget.ti-goog .ti-controls .ti-prev:hover {
	cursor: pointer;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
}
.fcw-client-story-sec .elementor-widget.elementor-widget-media-carousel {
	margin-top: 25px;
}
.ti-footer-filter-text,
.ti-widget.ti-goog .ti-stars .ti-verified-review,
.fcw-google-review-slider .ti-widget.ti-goog .ti-verified-by-row {
	display: none;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-review-item > .ti-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	background: var(--e-global-color-secondary) !important;
	border-radius: 16px !important;
	padding: 24px !important;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-review-header {
	posiion: static;
	order: 2;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-review-header::after {
	content: "";
	background-image: url(../images/logos_google.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 64px;
	height: 21px;
	margin: 0 auto;
}
.fcw-google-review-slider .ti-widget.ti-goog:not(.ti-no-profile-img) .ti-review-header .ti-platform-icon {
	left: 0;
	width: 26px !important;
	height: 26px !important;
	right: 0;
	bottom: 0;
	top: auto;
	margin: auto !important;
	order: 2;
	position: static;
	display: none;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner > .ti-stars {
	margin-top: 0;
	margin-bottom: 16px !important;
	order: 0;
	height: 24px;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-review-content {
	order: 1;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 131%;
	margin-bottom: 16px;
}
.fcw-google-review-slider  .ti-widget.ti-goog .ti-review-header .ti-profile-img {

	margin-top: 0 !important;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name {
	font-size: 16px;
	color: #1A1A1A;
	margin-bottom: 8px;
}
.fcw-google-review-slider .ti-widget.ti-goog .ti-widget-container .ti-date {
	color: #00000080;
	font-size: 12px !important;
	margin-bottom: 8px;
}
.ti-widget.ti-goog .ti-widget-container .ti-date::before{
	content: "Posted On ";
	display: inline-table;
	padding-right: 5px;
}
.ti-widget.ti-goog .ti-stars img.ti-star {
	width: 24px !important;
	height: 24px !important;
}
/* HOME PAGE CSS END */

/* OUR FIRM PAGE CSS START */
.fcw-our-firm-contact-form div.wpforms-container-full .wpforms-form div.wpforms-submit-container {
	margin-top: 20px;
}
.fcw-inner-page-banner p {
	font-size: 18px;
}
section.fcw-home-banner.fcw-inner-page-banner {
	padding-bottom: 84px;
	min-height: 37.917vw;
	justify-content: center;
}
section.fcw-home-banner.fcw-inner-page-banner .e-con-inner {
	justify-content: center;
}
.fcw-about-reverse-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
}
.fcw-about-reverse-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading h2.elementor-heading-title {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}
.fcw-about-reverse-sec .fcw-about-home-bottom.e-con > .elementor-element:last-child {
	padding-right: 50px;
	padding-top: 40px;
	border-right: 1px solid #D1D1D1;
	padding-left: 0;
  max-width: 54.4%;
  padding-bottom: 0;
}
.fcw-about-reverse-sec .fcw-about-home-bottom.e-con > .elementor-element:first-child {
	border-right: 0;
	padding-left: 30px;
	padding-top: 40px;
	padding-right: 0;
  max-width: 45.6%;
}
.fcw-about-reverse-sec .fcw-img-wrapper > .elementor-widget-container {
	padding-top: 70.55%;
}
.elementor-element.fcw-root-sec {
	padding-top: 100px;
}
.elementor-element.fcw-root-bottom {
	margin-top: 50px;
	padding: 40px;
	gap: 40px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 25px rgba(0, 98, 211, 0.06);
  flex-wrap: wrap;
}
.elementor-element.fcw-root-bottom.e-con > .elementor-widget.elementor-widget-image {
	max-width: calc(50.5% - 15px);
	width: 100%;
}
.elementor-element.fcw-root-bottom.e-con > .elementor-widget.elementor-widget-text-editor {
	max-width: calc(48.5% - 15px);
	width: 100%;
}
.elementor-element.fcw-root-bottom.e-con > .elementor-widget.elementor-widget-image .elementor-widget-container {
	position: relative;
	width: 100%;
	padding-top: 66.35%;
	border-radius: 50px 0 50px 0;
	overflow: hidden;
	height: auto;
}
.elementor-element.fcw-root-bottom.e-con > .elementor-widget.elementor-widget-image .elementor-widget-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.elementor-element.fcw-root-bottom.e-con > .elementor-widget.elementor-widget-text-editor p {
	font-size: 14px;
	line-height: 150%;
}
.elementor-element.fcw-philosophy-sec {
	padding-top: 60px;
	padding-bottom: 60px;
}

.elementor-element.fcw-philosophy-inner-sec {
	margin-top: 20px;
	padding: 30px;
	justify-content: space-between;
	/* border: 1px solid transparent; */
	position: relative;
	transition: all .5s ease;
}
.elementor-element.fcw-philosophy-inner-sec > *{
	position: relative;
	z-index: 3;
}
.elementor-element.fcw-philosophy-inner-sec::before {
	position: absolute;
	width: auto;
	height: auto;
	margin: 1px;
	background: #1A1B24;
	content: "";
	transition: all .5s ease;
	inset: 0;
	z-index: 2;
	border-radius: 5px;
}
.elementor-element.fcw-philosophy-inner-sec:hover::before {
	background: #172337;
}


.elementor-element.fcw-philosophy-inner-sec::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(146deg,rgb(0, 104, 227),rgba(0, 81, 176, 0.1),rgba(0, 94, 206, 0.62),rgb(0, 104, 227));
	z-index: 1;
	height: 100%;
	transition: all .5s ease;
	opacity: 0;
	border-radius: 5px;
}
.elementor-element.fcw-philosophy-inner-sec:hover::after {
	opacity: 1;
}
.elementor-element.fcw-philosophy-inner-sec.e-con> .elementor-widget.elementor-widget-heading {
	max-width: 250px;
	width: 100%;
}
.elementor-element.fcw-philosophy-inner-sec.e-con> .elementor-widget.elementor-widget-text-editor {
	max-width: calc(100% - 280px);
	width: 100%;
}
.fcw-philosophy-inner-sec.e-con > .elementor-widget-heading h4.elementor-heading-title {
	font-size: 22px;
	line-height: 140%;
	font-weight: 600;
}
.fcw-philosophy-inner-sec.e-con > .elementor-widget-text-editor p {
	font-size: 14px;
	line-height: 150%;
}	

.fcw-hill-sec > .e-con-inner > .elementor-element {
	padding: 40px;
	border-radius: 30px;
}
.elementor-element.fcw-hill-bottm-sec {
	background-color: #fff;
	padding: 40px 20px;
	border-radius: 30px;
	margin-top: 30px;
	gap: 16px;
}
.elementor-element.fcw-hill-bottm-sec p {
	font-size: 16px;
	text-align: center;
	color: #5D5D5D;
	line-height: 150%;
}
.elementor-element.fcw-hill-bottm-sec p a {
	color: var(--e-global-color-accent);
}
.elementor-element.fcw-hill-bottm-sec p a:hover{
	text-decoration: underline;
}
.elementor-element.fcw-skills-sec {
	padding-top: 100px;
	padding-bottom: 110px;
}
.elementor-element.fcw-skills-icon-wrap {
	margin-top: 50px;
	gap: 18px;
}
.elementor-element.fcw-skills-icon-wrap.e-con > .elementor-element.elementor-widget-icon-box {
	max-width: calc(25% - 9px);
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	transition: all .5s ease;
}
.fcw-skills-icon-wrap .elementor-element.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
	margin: 0 0 14px;
	line-height: 80%;
	transition: all .5s ease;
}
.fcw-skills-icon-wrap .elementor-element.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title a{
	font-size: 20px;
}
.elementor-element.fcw-skills-icon-wrap.e-con > .elementor-element.elementor-widget-icon-box a.elementor-icon svg path{
	transition: all .5s ease;
}
.fcw-skills-icon-wrap .elementor-element.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-description {
	font-size: 16px;
}
.elementor-element.fcw-skills-icon-wrap.e-con > .elementor-element.elementor-widget-icon-box:hover {
	box-shadow: 0px 4px 30px 0px #0062D31A;
}
.elementor-element.fcw-skills-icon-wrap.e-con > .elementor-element.elementor-widget-icon-box:hover .elementor-icon-box-title {
	color: var(--e-global-color-accent);
}
.elementor-element.fcw-skills-icon-wrap.e-con > .elementor-element.elementor-widget-icon-box:hover a.elementor-icon svg path{
	fill: var(--e-global-color-accent);
}
.fcw-our-firm-contact-form .elementor-element.fcw-guide-form-right {
	margin-left: 0;
	max-width: calc(40% - 40px);
}
.fcw-guide-form-sec.fcw-our-firm-contact-form > .e-con-inner > .elementor-element {
	max-width: 759px;
}
.fcw-our-firm-contact-form .elementor-element.fcw-guide-form--left {
	max-width: 60%;
}
.fcw-our-firm-contact-form .e-con > .elementor-widget.elementor-widget-image .elementor-widget-container {
	width: 100%;
	position: relative;
	padding-top: 128%;
	border-radius: 4px 50px;
	overflow: hidden;
}
.fcw-our-firm-contact-form .e-con > .elementor-widget.elementor-widget-image .elementor-widget-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* OUR FIRM PAGE CSS END */

/* ABOUT US PAGE CSS START */
.fcw-about-img-round .elementor-element.fcw-about-home-bottom {
	border-top: 0;
	margin-top: 0;
}
.fcw-about-img-round .fcw-about-home-bottom.e-con > .elementor-element:first-child {
	padding-right: 80px;
	padding-top: 30px;
	padding-left: 30px;
	max-width: 39.4%;
	padding-bottom: 30px;
}
.fcw-about-img-round .fcw-about-home-bottom.e-con > .elementor-element:last-child {
	padding-left: 40px;
	padding-top: 0;
	padding-bottom: 0;
}
.fcw-about-img-round  .e-con > .fcw-img-wrapper > .elementor-widget-container {
	padding-top: 0;
	border-radius: 50px 5px;
}
.fcw-about-img-round .fcw-img-wrapper > .elementor-widget-container img {
	position: static;
	max-height: 609px;
}
.fcw-about-img-round .fcw-para p{
	color: #454545;
}
.fcw-about-img-round .fcw-para p:last-child{
	margin-bottom: 0;
}
.fcw-about-home-bottom .fcw-para p {
	margin-bottom: 30px;
	color: #5D5D5D;
}
.fcw-about-home-bottom .fcw-para p:last-child{
	margin-bottom: 0;
}
.fcw-about-home-bottom.e-con > .elementor-element:last-child .fcw-btn.elementor-widget-button {
	margin-top: 30px;
}
.elementor-element.fcw-awards-sec {
	padding-top: 0;
}
.elementor-element.fcw-awards-sec .e-con-inner > .elementor-element {
	gap: 20px;
}
.elementor-element.fcw-awards-sec .e-con-inner > .elementor-element > .elementor-element {
	background-color: var(--e-global-color-secondary);
	padding: 30px;
	border-radius: 30px;
}
.elementor-element.fcw-awards-sec h3.elementor-heading-title {
	font-size: 30px;
	position: relative;
	padding-left: 40px;
	line-height: 130%;
}
.elementor-element.fcw-awards-sec h3.elementor-heading-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 32px;
}
.fcw-awards-accolades- h3.elementor-heading-title::before {
	background-image: url(../images/awards.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.fcw-awards-education h3.elementor-heading-title::before {
	background-image: url(../images/education.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.elementor-element.fcw-awards-sec ul {
	padding-left: 22px;
	margin-top: 24px;
	font-size: 14px;
}
.elementor-element.fcw-awards-sec ul li:last-child{
	margin-bottom: 0;
}
.elementor-element.fcw-awards-sec ul li{
	margin-bottom: 12px;
}
.elementor-element.fcw-awards-sec p a,
.elementor-element.fcw-awards-sec ul li a{
	display: inline;
	font-size: 14px;
	color: var(--e-global-color-accent);
}
.elementor-element.fcw-awards-sec p a:hover,
.elementor-element.fcw-awards-sec ul li a:hover{
	text-decoration: underline;
}
.fcw-skills-sec p {
	font-size: 16px;
	line-height: 150%;
	color: #000;
}
.fcw-skills-sec p a{
	font-size: 16px;
	color: var(--e-global-color-accent);
}
.fcw-skills-sec p a:hover{
	text-decoration: underline;
}
.fcw-skills-sec .elementor-widget-text-editor:not(.fcw-skills-craig-para){
	margin-top: 12px;
}
.fcw-skills-craig-para.elementor-widget-text-editor {
	margin-top: 48px;
}
.fcw-para p a {
	color: var(--e-global-color-accent);
	display: inline;
}
.fcw-para p a:hover{
	text-decoration: underline;
}
/* ABOUT US PAGE CSS END */

/* GUIDE PAGE CSS START */
/* .fcw-about-img-round .fcw-img-wrapper.fcw-guide-img > .elementor-widget-container {
	padding-top: 104.5%;
} */
.elementor-element.fcw-awards-sec.fcw-steps-sec .e-con-inner > .elementor-element {
	max-width: 903px;
	margin: 0 auto;
}
.elementor-element.fcw-awards-sec.fcw-steps-sec h3.elementor-heading-title {
	padding-left: 0;
}
.elementor-element.fcw-awards-sec .elementor-widget-text-editor p {
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 0;
	line-height: 150%;
}
.elementor-element.fcw-awards-sec .elementor-widget-text-editor p + ul {
	margin-top: 12px;
}
/* GUIDE PAGE CSS END */

/* OUR ATTORNEY PAGE CSS START */
.fcw-about-img-round.fcw-attorney-about-sec .fcw-about-home-bottom.e-con > .elementor-element {
	max-width: 100%;
	border-right: 0;
	padding: 0;
}
.fcw-civil-lawyers-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading h2.elementor-heading-title {
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}
section.fcw-civil-lawyers-sec {
	padding-top: 0;
}
section.fcw-civil-lawyers-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading {
	max-width: 100%;
	padding-left: 0;
}
.fcw-about-img-round.fcw-civil-lawyers-sec .fcw-about-home-bottom.e-con > .elementor-element:first-child {
	padding-right: 0;
	padding-top: 40px;
	border-right: 0;
	max-width: 41.4%;
	padding-left: 68px;
	position: relative;
}
.fcw-about-img-round.fcw-civil-lawyers-sec .fcw-about-home-bottom.e-con > .elementor-element:last-child {
	padding-left: 57px;
	padding-top: 40px;
}

.fcw-about-img-round.fcw-civil-lawyers-sec  .fcw-about-home-bottom .fcw-para p b {
	margin-bottom: 10px;
	display: block;
}
.elementor-element.fcw-experience-red-sec {
	position: absolute;
	bottom: -80px;
	max-width: 303px;
	width: 100%;
	border-radius: 0 0 0 50px;
	left: 0;
	padding: 0px 29px 17px;
	min-height: 191px;
	justify-content: center;
}
.fcw-civil-lawyers-sec  .elementor-element.fcw-experience-red-sec h3.elementor-heading-title{
	font-size: 55px;
	margin-bottom: 16px;
	
}
.elementor-element.fcw-experience-red-sec p {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
.fcw-civil-lawyers-sec .fcw-about-home-bottom h3.elementor-heading-title {
	font-size: 30px;
	line-height: 140%;
}
.fcw-civil-lawyers-sec div.elementor-widget.elementor-widget-icon-list {
	margin-top: 30px;
	margin-bottom: 30px;
}
.fcw-civil-lawyers-sec .elementor-widget-icon-list .elementor-icon-list-item {
	border: 1px solid #B0B0B0;
	border-radius: 4px;
	background-color: #F6F6F6;
	padding: 10px;
}
.fcw-civil-lawyers-sec .elementor-widget-icon-list .elementor-icon-list-item::after {
	content: unset;
}
.fcw-about-img-round.fcw-civil-lawyers-sec .elementor-element.fcw-about-home-bottom {
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 110px;
	/* margin-bottom: 110px; */
	margin-bottom: 40px;
}
/* .fcw-about-img-round.fcw-civil-lawyers-sec .elementor-element.fcw-about-home-bottom.fcw-space-bottom {
	padding-bottom: 90px;
} */
.fcw-about-img-round.fcw-civil-lawyers-sec .elementor-element.fcw-about-home-bottom:last-child {
	margin-bottom: 0;
	padding-bottom: 40px;
}
.fcw-about-img-round.fcw-civil-lawyers-sec .fcw-about-home-bottom.fcw-lawyers-reverse.e-con > .elementor-element:last-child {
	padding-left: 0;
	padding-top: 40px;
	padding-right: 40px;
}
.elementor-element.fcw-client-story-sec.fcw-attorney-client-sec {
	padding-bottom: 0;
}
/* OUR ATTORNEY PAGE CSS END */

/* CONTACT US PAGE CSS START */
.fcw-contact-form div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list{
width: 220px;
}
.fcw-guide-form-sec.fcw-our-firm-contact-form div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list{
width: 426px;
}
.fcw-contact-form-sec.e-con > .e-con-inner > .elementor-element.elementor-widget-heading {
	max-width: 818px;
	width: 100%;
	margin: 0 auto 200px;
}
section.fcw-contact-form-page-sec {
	padding-bottom: 220px;
}
/* CONTACT US PAGE CSS END */

/* BLOG PAGE CSS START */
body.single-post ul.sub-menu li:last-child {
    margin-bottom: 0;
}
.elementor-element.fcw-blog-list-sec {
	padding-bottom: 0;
}
.elementor-element.fcw-blog-list {
	margin-right: 40px;
}
.fcw-blog-list .elementor-post__excerpt  {
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	order: 2;
	font-size: 14px;
	line-height: 150%;
}	
.elementor  .fcw-blog-list .elementor-element.elementor-posts--thumbnail-left a.elementor-post__thumbnail__link {
	margin-right: 35px;
}
.fcw-blog-list .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
	width: 100%;
	/* height: 100%; */
	border-radius: 4px 50px;
	
}
.fcw-blog-list .elementor-posts-container.elementor-has-item-ratio div.elementor-post__thumbnail img {
	width: 100%;
	object-fit: cover;
}
.fcw-blog-list .elementor-posts .elementor-post {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 40px;
}
.fcw-blog-list .elementor-posts .elementor-post__text {
	display: flex;
}
.fcw-blog-list .elementor-posts .elementor-post__title a{
font-size: 28px;
}
.fcw-blog-list .elementor-posts .elementor-post__title {
	order: 1;
	margin-bottom: 27px;
}
.fcw-blog-list .elementor-posts .elementor-post__meta-data {
	font-size: 14px;
	margin-bottom: 10px;
	order: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.fcw-blog-list .elementor-posts .elementor-post__read-more {
	font-size: 14px;
	order: 3;
	border: 1px solid var(--e-global-color-accent);
	padding: 14px;
	border-radius: 5px;
	margin-top: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.fcw-blog-list .elementor-posts .elementor-post__read-more::before {
	position: absolute;
	content: "";
	width: 360px;
	height: 360px;
	background: linear-gradient(180deg, rgba(0, 104, 227, 0.17) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translate(35%,-50%);
	z-index: -1;
	opacity: 0;
	transition: transform .8s ease;
}
.fcw-blog-list .elementor-posts .elementor-post__read-more:hover::before {
	transform: translate(0,-50%);
	opacity: 1;
}
.elementor-element.fcw-practice-video-sec ,
.elementor-element.fcw-quick-links,
.elementor-element.fcw-recent-practice-sec,
.elementor-element.fcw-post-about-sec {
	background: #FAFAFA;
	border: 1px solid #E7E7E7;
	border-radius: 20px;
	padding: 30px;
}
.elementor-element.fcw-practice-video-sec {
	padding: 16px;
	margin-top: 30px;
}
.fcw-practice-video-sec .elementor-widget-video .elementor-wrapper {
	border-radius: 20px;
	overflow: hidden;
}
.elementor-element.fcw-post-about-sec p {
	font-size: 14px;
	color: #454545;
	margin-top: 18px;
}
.elementor-element.fcw-post-about-sec p a{
	font-size: 14px;
	display: block;
	margin-top: 10px;
	font-weight: 600;
	color: var(--e-global-color-accent);
}
.elementor-element.fcw-post-sidebar {
	gap: 40px;
}
.elementor-element.fcw-post-sidebar p.elementor-heading-title {
	font-size: 16px;
	font-weight: 600;
	color: #3D3D3D;
	line-height: 110%;
	margin-bottom: 18px;
}
.elementor-element.fcw-post-sidebar .elementor-element.fcw-practice-video-sec p.elementor-heading-title {
	position: absolute;
	top: -50px;
	left: -16px;
}
.fcw-practice-video-sec .fcw-btn.elementor-widget-button .elementor-button{
	width: 100%;
	margin-top: 18px;
}
.elementor-element.fcw-post-sidebar .elementor-post__text h3.elementor-post__title {
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #111827;
}
.elementor-element.fcw-post-sidebar .elementor-post__text h3.elementor-post__title a:hover{
	color: var(--e-global-color-accent);
}
.elementor-element.fcw-post-sidebar  .elementor-posts .elementor-post__meta-data{
	margin-bottom: 0;
}
.elementor-element.fcw-quick-links .elementor-item:hover{
	padding: 5px 0;
}
.elementor-element.fcw-quick-links .elementor-item {
	padding: 5px 0;
	font-size: 12px;
	position: relative;
}
.elementor-element.fcw-quick-links .elementor-item:last-child{
	padding-bottom: 0;
}

.elementor-element.fcw-quick-links .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item::after {
	content: "";
	position: absolute;
	background-image: url(../images/new-tab.svg);
	right: 0;
	width: 9px;
	height: 10px;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: transparent;
}
.elementor-element.fcw-quick-links .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:hover:after{
	filter: brightness(0) invert(0);
}
.elementor-element.fcw-quick-links .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::after{
	opacity: 1;
}
/* BLOG PAGE CSS END */

/* BLOG DETAIL PAGE CSS START */
.fcw-post-sidebar .elementor-custom-embed-play {
	width: 45px;
	height: 45px;
}
.fcw-post-banner .elementor-element.fcw-home-banner-top {
	max-width: 950px;
}
.elementor-element.fcw-post-content {
	padding-bottom: 0;
}

.elementor-widget-theme-post-content .e-con > .e-con-inner {
	padding: 0;
	margin: 0;
	width: 100%;
}



.single-post p img {
	margin-bottom: 20px;
}
.single-post p {
	font-size: 14px;
	color: #5D5D5D;
	line-height: 150%;
	margin-bottom: 20px;
}
.single-post .marquee p{
font-size: 34px;
color: #fff;
margin-bottom: 0;
}
.single-post p:last-of-type {
	margin-bottom: 0;
}
.single-post p a {
	font-size: 14px;
	color: var(--e-global-color-accent);
}
.single-post p a:hover{
	text-decoration: underline;
}
.single-post h2 {
	font-size: 48px;
	font-weight: 700;
	color: #000;
	margin-top: 70px;
	line-height: 130%;
	border-bottom: 1px solid #B0B0B0;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.single-post h2 a{
	font-size: 48px;
	font-weight: 700;
	color: #000;
	transition: all .5s ease;
}
.single-post .elementor  hr {
	margin-bottom: 30px;
}
.single-post h2 a:hover{
	color: var(--e-global-color-accent);
}
.single-post li a,
.single-post h5 a,
.single-post h4 a{
color: var(--e-global-color-accent);
}
.single-post h2 b {
	font-weight: 700;
}
.single-post ol,
.single-post ul {
	padding-left: 15px;
	font-size: 14px;
	color: #5D5D5D;
	line-height: 150%;
}
.single-post  li {
	margin-bottom: 10px;
}
 
.single-post  li:last-child {
	margin-bottom: 40px;
}
.elementor-element.fcw-post-detail-sidebar {
	position: sticky;
	top: 120px;
	align-self: flex-start;
}
.elementor-element.fcw-post-detail-left {
	margin-right: 40px;
}
/* BLOG DETAIL PAGE CSS END */

/* THANK YOU PAGE CSS START */
.fcw-thankyou-banner .elementor-element.fcw-home-banner-top {
	max-width: 100%;
}
.fcw-thankyou-banner .elementor-element.fcw-home-banner-top .elementor-element.e-con.e-child {
	max-width: 596px;
	width: 100%;
	margin: 0 auto;
	padding:40px 30px ;
	border-radius: 10px;
}
.fcw-thankyou-banner .elementor-element.fcw-home-banner-top .elementor-element.e-con.e-child p {
	font-size: 22px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}
.fcw-outline-btn.fcw-btn.elementor-widget-button .elementor-button {
	border: 1px solid rgba(255, 255, 255,.5);
}
.elementor-element.fcw-small-font p {
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
}
/* THANK YOU PAGE CSS END */

/* NEWS LETTER PAGE CSS START */
.elementor-element.fcw-nesletter-sec {
	padding-top: 0;
	padding-bottom: 0;
}
/* .fcw-about-img-round .fcw-newsletter-img .fcw-img-wrapper.fcw-guide-img > .elementor-widget-container {
	padding-top: 135.5%;
} */
.fcw-nesletter-sec .e-con-inner > .elementor-element {
	border-radius: 30px;
	padding:60px 70px 70px;
}

.elementor-element.fcw-call-to-action-group {
	margin-top: 32px;
	gap: 12px;
	flex-wrap: wrap;
}
.elementor.elementor .fcw-call-to-action-group.e-con > .elementor-widget.elementor-widget-call-to-action {
	max-width: calc(50% - 6px);
	width: 100%;
}
.elementor-element.fcw-call-to-action-group .elementor-cta--skin-cover .elementor-cta__bg-wrapper {
	
	background: #FFFFFF0D;
	border-radius: 20px;
}
.elementor-element.fcw-call-to-action-group .elementor-cta .elementor-cta__content {
	flex-direction: row;
	align-items: center;
	min-height: unset;
	padding: 30px;
	justify-content: space-between;
	gap: 10px;
}
.elementor-element.fcw-call-to-action-group .elementor-cta .elementor-cta__content .elementor-cta__content-item {
	width: unset;
	margin-bottom: 0;
	display: flex;
	
}
.elementor-element.fcw-call-to-action-group .elementor-cta .elementor-cta__content .elementor-cta__title{
font-size: 24px;
	line-height: 130%;
}
.elementor-element.fcw-call-to-action-group .elementor-animated-content:hover .elementor-animated-item--grow{
	transform: unset;
}
.elementor-element.fcw-call-to-action-group .elementor-cta:hover .elementor-cta__bg-overlay{
background: #FFFFFF0D;

}
.elementor-element.fcw-call-to-action-group .elementor-cta .elementor-cta__content .elementor-cta__button {
	border: 0.5px solid #FFFFFF;
	border-radius: 5px;
	font-size: 14px;
	padding: 16px 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.elementor-element.fcw-call-to-action-group .elementor-cta .elementor-cta__content .elementor-cta__button:hover::after{
	transform: translate(0,-50%);
 	 opacity: 1;
}
.elementor-element.fcw-call-to-action-group .elementor-cta .elementor-cta__content .elementor-cta__button::after {
	position: absolute;
	content: "";
	width: 360px;
	height: 360px;
	background: #0068e3;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translate(35%,-50%);
	z-index: 1;
	opacity: 0;
	transition: transform .8s ease;
	z-index: -1;
}
/* NEWS LETTER PAGE CSS END */

/* PRACTICE AERA PAGE CSS START */
.elementor-element.fcw-practice-category {
	padding-top: 0;
}
.elementor-element.fcw-practice-category > .e-con-inner > .elementor-element {
	border-radius: 30px;
	padding: 30px;
}
.elementor-element.fcw-practise-area-list {
	margin-top: 24px;
	gap: 24px;
	flex-wrap: wrap;
}
.elementor-element.fcw-practise-area-list > .elementor-element {
	max-width: calc(33.33% - 16px);
	width: 100%;
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
}
.elementor-element.fcw-practise-area-list > .elementor-element:last-child ,
.elementor-element.fcw-practise-area-list > .elementor-element:first-child {
	max-width: 100%;
}
.elementor-element.fcw-practise-area-list > .elementor-element .elementor-widget-text-editor {
	margin-top: 10px;
}
.elementor-element.fcw-practise-area-list > .elementor-element:last-child .elementor-widget-text-editor ul,
.elementor-element.fcw-practise-area-list > .elementor-element:first-child .elementor-widget-text-editor ul{
column-count: 3;
column-gap: 32px;
}
.elementor-element.fcw-practise-area-list > .elementor-element .elementor-widget-text-editor ul {
	padding-left: 20px;
	font-size: 14px;
	line-height: 120%;
	
}
.elementor-element.fcw-practise-area-list > .elementor-element .elementor-widget-text-editor ul li {
	margin-bottom: 10px;
	display: list-item;
  list-style-position: outside;
}
.elementor-element.fcw-practise-area-list > .elementor-element .elementor-widget-text-editor ul li:last-child{
	margin-bottom: 0;
}
.elementor-element.fcw-practise-area-list > .elementor-element .elementor-widget-text-editor ul li a {
	color: var(--e-global-color-accent);
	font-size: 14px;
	display: inline;
  vertical-align: baseline;
  /* 454545 */
}
.elementor-element.fcw-practise-area-list > .elementor-element .elementor-widget-text-editor ul li a:hover{
	color: var(--e-global-color-accent);
	text-decoration: underline;
}
.elementor-element.fcw-practise-area-list > .elementor-element h4.elementor-heading-title {
	line-height: 140%;
	color: #111827;
}
.fcw-attroney-trusted-sec .fcw-about-home-bottom.e-con {
	border-top: 0;
	margin-top: 0;
}
.elementor-element.fcw-attroney-trusted-sec {
	padding-top: 0;
}
.fcw-attroney-trusted-sec .fcw-about-home-bottom.e-con > .elementor-element:first-child {
	max-width: 49%;
	padding: 40px 38px 40px 30px;
	border-right: 0;
}
.fcw-attroney-trusted-sec .fcw-about-home-bottom.e-con > .elementor-element:last-child {
	max-width: 51%;
	padding: 22px 49px 22px 0;
}
.fcw-attroney-trusted-sec .fcw-about-home-bottom .fcw-para p {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 0;
	margin-top: 30px;
}
.fcw-attroney-trusted-sec .e-con > .elementor-widget.fcw-img-wrapper > .elementor-widget-container {
	padding-top: 70.3%;
}
.elementor-element.fcw-case-sec {
	padding-top: 0;
}
.elementor-element.fcw-case-sec > .e-con-inner > .elementor-element {
	border-radius: 30px;
	padding: 45px;
}
.fcw-case-left .elementor-widget.elementor-widget-heading h2 {
	margin-bottom: 18px;
	line-height: 130%;
}
.elementor-element.fcw-case-left {
	max-width: calc(100% - 440px);
	width: 100%;
}
.elementor-element.fcw-case-right {
	max-width: 446px;
	width: 100%;
}
.fcw-case-left p {
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 18px;
}
.fcw-case-left p:last-of-type{
	margin-bottom: 32px;
}
.elementor-element.fcw-case-right p.elementor-heading-title {
	font-size: 52px;
	line-height: 120%;
	padding: 30px;
}
.fcw-case-bottom h3.elementor-heading-title {
	font-size: 30px;
	line-height: 130%;
}
.fcw-case-bottom ul.elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 18px;
}
.fcw-case-bottom ul.elementor-icon-list-items::after {
	content: unset;
}
.fcw-case-bottom ul.elementor-icon-list-items li.elementor-icon-list-item {
	max-width: calc(50% - 9px);
	width: 100%;
	background: #FFFFFF0D;
	padding: 16px;
	border-radius: 8px;
	font-size: 18px;
}
.fcw-case-bottom.e-con .elementor-widget.elementor-widget-icon-list {
	margin-top: 32px;
	margin-bottom: 32px;
}
.fcw-practice-category .elementor-icon-list-text {
	font-size: 18px;
}
/* PRACTICE AERA PAGE CSS END */


/* PRACTICE AREA DETAIL PAGE CSS START */

.elementor-element.fcw-practice-detail-about-sec {
	overflow: hidden;
}

.fcw-practice-detail-about-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-text-editor {
	max-width: 100%;
	padding-right: 0;
	margin-top: 0;
}
.fcw-practice-detail-about-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading {
	max-width: 100%;
	padding-left: 0;
	margin-bottom: 18px;
}
.fcw-practice-detail-about-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading h2 {
	margin-right: 0;
	max-width: 100%;
}
.fcw-practice-detail-about-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-text-editor p {
	font-size: 14px;
	color: #5D5D5D;
	margin-bottom: 18px;
	line-height: 150%;
}
.fcw-practice-detail-about-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-text-editor p a{
	font-size: 14px;
}
.fcw-practice-detail-about-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-text-editor p:last-of-type{
	margin-bottom: 0
}
.fcw-practice-detail-about-sec .fcw-about-home-top {
	position: relative;
	padding-bottom: 42px;
	width: 100%;
}
.fcw-practice-detail-about-sec .fcw-about-home-top::before {
	content: "";
	border-bottom: 1px solid #D1D1D1;
	position: absolute;
	right: 0;
	max-width: 100%;
	min-width: 100vw;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.fcw-practice-detail-about-sec .fcw-about-home-top::after {
	content: "";
	border-bottom: 2px solid #E90B00;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	position: absolute;
	margin: auto;
	max-width: 528px;
}
.fcw-practice-detail-about-sec.fcw-about-img-round .fcw-about-home-bottom.e-con > .elementor-element:last-child {
	max-width: 49%;
	width: 100%;
	padding-top: 40px;
	padding-right: 43px;
	padding-left: 30px;
	padding-bottom: 40px;
}
.fcw-practice-detail-about-sec.fcw-about-img-round .fcw-about-home-bottom.e-con > .elementor-element:first-child {
	max-width: 51%;
	width: 100%;
	padding-right: 49px;
	padding-left: 0;
	padding-bottom: 0;
}
.fcw-practice-detail-about-sec.fcw-about-img-round .elementor-element.fcw-about-home-bottom h3.elementor-heading-title {
	font-size: 30px;
	margin-bottom: 30px;
}
.fcw-practice-detail-about-sec .fcw-about-home-bottom .fcw-para p{
	font-size: 14px;
	color: #5D5D5D;
	margin-bottom: 40px;
	line-height: 150%;
}
.fcw-practice-detail-about-sec .fcw-about-home-bottom .fcw-para p a{
	font-size: 14px;
}
/* .fcw-practice-detail-about-sec.fcw-about-img-round .e-con > .fcw-img-wrapper > .elementor-widget-container {
	padding-top: 71%;
} */
.fcw-how-long.fcw-about-img-round .fcw-about-home-bottom.e-con > .elementor-element:first-child {
	border-right: 0;
}
.fcw-how-long h2.elementor-heading-title {
	margin-bottom: 30px;
}
.fcw-about-img-round.fcw-how-long .e-con > .fcw-img-wrapper > .elementor-widget-container {
	/* padding-top: 122%; */
	border-radius: 50px 4px;
}
.fcw-practice-detail-about-sec.fcw-how-long {
	padding-top: 0;
	padding-bottom: 0;
}
.fcw-personal-lawer .e-con-inner > .elementor-element {
	padding: 45px;
	border-radius: 30px;
}
.fcw-personal-lawer .elementor-widget-icon-list {
	margin-top: 24px;
}
.fcw-personal-lawer .elementor-widget-icon-list .elementor-icon-list-item {
	background: #FFFFFF0D;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 150%;
}
.fcw-personal-lawer .elementor-widget-icon-list .elementor-icon-list-item b {
	display: block;
	margin-bottom: 10px;
}
.fcw-personal-lawer .elementor-widget-icon-list .elementor-icon-list-item:last-child{
	margin-bottom: 0;
}
.fcw-personal-lawer .elementor-widget-icon-list .elementor-icon-list-item a {
	display: inline;
	color: var(--e-global-color-accent);
}
.fcw-personal-lawer .elementor-widget-icon-list .elementor-icon-list-item a:hover{
	text-decoration: underline;
}


/* PRACTICE AREA DETAIL PAGE CSS END */

/* PRACTICE AREA SUB DETAIL PAGE CSS START */
.elementor-element.fcw-sub-detail-immediate {
	padding-top: 100px;
	/* padding-bottom: 64px; */
}
.fcw-practice-sub-detail .e-con-inner > .elementor-element {
	border: 1px solid #E7E7E7;
	border-radius: 32px;
	padding: 60px 67px;
}
.fcw-practice-sub-detail .elementor-element.elementor-widget-text-editor.elementor-widget {
	margin-top: 20px;
	margin-bottom: 20px;
}

.fcw-practice-sub-detail .elementor-element.elementor-widget-text-editor p{
	font-size: 14px;
	line-height: 150%;
}
.fcw-practice-sub-detail .elementor-element.elementor-widget-text-editor p a{
	color: var(--e-global-color-accent);
	font-size: 14px;
}
.elementor-element.fcw-Premises-sec.e-con {
	gap: 32px;
}
.elementor-element.fcw-Premises-sec.e-con > .elementor-widget-icon-box.elementor-widget {
	max-width: calc(50% - 16px);
	width: 100%;
	background: #F6F6F6;
	border: 1px solid #E7E7E7;
	border-radius: 10px;
	padding: 20px;
}
.elementor-element.fcw-Premises-sec.e-con .elementor-icon-box-title {
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
}
.fcw-sub-detail-immediate .elementor-widget.elementor-widget-text-editor {
	margin-top: 12px;
	margin-bottom: 24px;
}
.fcw-sub-detail-immediate .elementor-widget.elementor-widget-text-editor  p{
	font-size: 16px;
	line-height: 150%;
}
.fcw-sub-detail-immediate .fcw-sub-detail-immediate-bottom.elementor-widget.elementor-widget-text-editor p {
	margin-top: 24px;
}
.fcw-sub-detail-immediate .elementor-widget.elementor-widget-text-editor p a,
.fcw-sub-detail-immediate .fcw-sub-detail-immediate-bottom.elementor-widget.elementor-widget-text-editor p a{
	color: var(--e-global-color-accent);
}

.elementor-element.fcw-immediate-list ol {
	/* display: flex; */
	flex-wrap: wrap;
	gap: 24px;
	column-count: 2;
	margin-top: 24px;
}
.elementor-element.fcw-immediate-list ol > li {
	background-color: #fff;
	border: 1px solid #E7E7E7;
	padding: 20px;
	border-radius: 12px;
	list-style: none;
	/* max-width: calc(50% - 12px); */
	/* width: 100%; */
	margin-bottom: 12px;
	break-inside: avoid;
	font-size: 18px;
	font-family: var(--head-font);
	font-weight: 700;
	color: #111827;
}
.elementor-element.fcw-immediate-list ol > li a {
	font-size: 18px;
	font-family: var(--head-font);
	font-weight: 700;
	color: var(--e-global-color-accent);
}
.elementor-element.fcw-immediate-list ol > li:last-child{
	margin-bottom: 0;
}
.elementor-element.fcw-immediate-list ol > li.fcw-slip-evidence {
	min-height: 393px;
}
.elementor-element.fcw-immediate-list ol > li:last-child ul {
	padding-left: 15px;
	margin-top: 18px;
}
.elementor-element.fcw-immediate-list ol > li ul > li {
	list-style: disc;
	margin-bottom: 19px;
	font-family: var(--body-font);
	font-size: 16px;
	color: #454545;
	font-weight: 400;
}
.elementor-element.fcw-immediate-list ol > li:last-child ul > li:last-child{
	margin-bottom: 0;
}
.elementor-element.fcw-partly-sec {
	padding-bottom: 0;
}
.fcw-partly-sec .fcw-about-home-bottom.e-con > .elementor-element:first-child {
	max-width: 47.2%;
	padding-left: 16px;
	padding-right: 30px;
}
.fcw-partly-sec .fcw-about-home-bottom.e-con > .elementor-element:last-child {
	max-width: 52.8%;
	padding-right: 12px;
	padding-top: 0;
	padding-bottom: 0;
}	
.fcw-partly-sec .fcw-about-home-bottom.e-con {
	border-top: 0;
}	
.fcw-partly-sec .fcw-about-home-bottom h2.elementor-heading-title {
	margin-bottom: 30px;
}
.fcw-partly-sec  .fcw-about-home-bottom .fcw-para p{
	font-size: 14px;
}
.fcw-attorney-individual .elementor-icon-list-item:first-child,
.fcw-partly-sec .elementor-icon-list-item:first-child {
	background-color: #E7E7E7;
	padding: 6px;
	border-radius: 8px;
	margin-top: 30px;
}
.fcw-attorney-individual .elementor-icon-list-item:first-child  .elementor-icon-list-text,
.fcw-partly-sec .elementor-icon-list-item:first-child .elementor-icon-list-text{
	font-size: 18px;
	color: #000000;
	line-height: 130%;
}
.fcw-attorney-individual .elementor-icon-list-item:last-child,
.fcw-partly-sec .elementor-icon-list-item:last-child {
	background-color: #25A230;
	padding: 5px;
	border-radius: 6px;
	margin-top: 10px;
}
.fcw-attorney-individual .elementor-icon-list-item:last-child  .elementor-icon-list-text,
.fcw-partly-sec .elementor-icon-list-item:last-child .elementor-icon-list-text{
	font-size: 16px;
	line-height: 130%;
	color: #fff;
}
.fcw-personal-lawer .elementor-widget-icon-list.fcw-injuries-icon-sec .elementor-icon-list-item .elementor-icon-list-text {
	color: #6E707F;
	font-size: 18px;
	line-height: 160%;
}
.fcw-personal-lawer .elementor-widget-icon-list.fcw-injuries-icon-sec.fcw-injury-only-head .elementor-icon-list-item .elementor-icon-list-text{
	color: #fff;
}
.fcw-para.fcw-nursing-para p a,
.fcw-para.fcw-nursing-para p {
	font-size: 14px;
}
.fcw-personal-lawer .elementor-widget-icon-list.fcw-injuries-icon-sec .elementor-icon-list-item .elementor-icon-list-text br {
	margin-bottom: 15px;
}
.fcw-personal-lawer .elementor-widget-icon-list.fcw-injuries-icon-sec .elementor-icon-list-item .elementor-icon-list-text h4 {
	font-family: var(--head-font);
	font-size: 20px;
	margin: 0 0 8px;
	color: #fff;
}
.fcw-personal-lawer .elementor-widget-icon-list.fcw-injuries-icon-sec .elementor-icon-list-item .elementor-icon-list-text h4 span {
	color: var(--e-global-color-accent);
	margin-right: 7px;
}
.fcw-personal-lawer p {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 150%;
}
.fcw-personal-lawer p a {
	color: var(--e-global-color-accent);
	font-size: 14px;
}
.fcw-personal-lawer p a:hover{
	text-decoration: underline;
}
.fcw-personal-lawer .elementor-widget-heading + .elementor-widget-text-editor p{
	margin-top: 32px;
	margin-bottom: 10px;
}

.fcw-personal-lawer .elementor-widget-icon-list.fcw-injuries-icon-sec .elementor-icon-list-item {
	padding: 20px;
	margin-bottom: 20px;
}
.fcw-personal-lawer .elementor-widget-icon-list.fcw-injuries-icon-sec .elementor-icon-list-item:last-child{
	margin-bottom: 0;
}
.fcw-personal-lawer .elementor-widget-icon-list.fcw-injuries-icon-sec .elementor-icon-list-item svg path{
	transition: all .5s ease;
}
.fcw-personal-lawer .elementor-widget-icon-list.fcw-injuries-icon-sec .elementor-icon-list-item:hover .elementor-icon-list-icon svg path {
	fill: var(--e-global-color-accent);
}
.fcw-injury-marquee-sec .elementor-widget.elementor-widget-html {
	margin-top: 64px;
}
.marquee-icon-list {
	display: flex;
	list-style: none;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}
.marquee-icon-list li {
	background: #F6F6F6;
	border: 1px solid #E7E7E7;
	border-radius: 12px;
	padding: 18px 24px;
	font-size: 22px;
	color: #1A1B24;
	display: flex;
	align-items: center;
	gap: 5px;
	width: max-content;
	line-height: 160%;
}
.marquee-icon-list li:After {
  content: unset;
}

.elementor-element.fcw-injury-marquee-sec {
	padding: 0;
}

.fcw-injury-marquee-sec p {
	font-size: 18px;
	line-height: 150%;
	margin-top: 32px;
}
/* PRACTICE AREA SUB DETAIL PAGE CSS END */


/* CLIENT REVIEW PAGE CSS START */

.elementor-element.fcw-review-page.fcw-google-review-slider {
	padding-bottom: 0;
}
.fcw-google-review-slider .wp-gr .grw-header {
	width: 100% !important;
	background-color: #F2F2F2 !important;
	border-radius: 16px !important;
	padding: 24px !important;
}
.fcw-google-review-slider  .wp-gr .grw-header-inner {
	padding: 0 !important;
}
.fcw-google-review-slider .wp-google-right {
	display: flex !important;
	width: 100% !important;
	flex-wrap: wrap;
}
.fcw-google-review-slider .wp-google-right div:first-child {
	order: 1;
	width: 100% !important;
}
.fcw-google-review-slider .wp-gr .wp-google-powered {
	width: 100% !important;
	order: 0;
	font-size: 24px !important;
	color: #1A1A1A !important;
	text-transform: capitalize !important;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 120%;
	font-family: "Inter" !important;
}
.wp-gr .wp-google-rating {
	color: var(--star-color,#ffc107) !important;

}
.wp-gr .wp-google-stars .wp-star svg path {
	fill: #ffc107;
}
.fcw-google-review-slider .wp-gr .wp-google-powered > span {
	font-weight: 500 !important;
	/* position: absolute !important; */
	left: 0 !important;
	font-size: 35px !important;
}
.fcw-google-review-slider .wp-gr .wp-google-wr {
	margin: 0 !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;

}
.fcw-google-review-slider .wp-gr .wp-google-wr a {
	background-color: #0068E3 !important;
	border-radius: 5px !important;
	padding: 16px 20px !important;
	font-size: 18px !important;
	text-transform: capitalize !important;
	font-weight: 600 !important;
	text-shadow: none !important;
	font-family: "Inter" !important;
	
}
.fcw-google-review-slider .wp-gr .wp-google-wr a::before {
	position: absolute;
	content: "";
	width: 360px;
	height: 360px;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translate(35%,-50%);
	z-index: 1;
	opacity: 0;
	transition: transform .8s ease;
}
.fcw-google-review-slider .wp-gr .wp-google-wr a:hover::before{
	transform: translate(0,-50%);
  opacity: 1;
}
.fcw-google-review-slider .wp-gr .wp-google-wr a svg {
	display: none;
}
.fcw-google-review-slider .grw-row {
	margin-top: 30px !important;
}
.fcw-google-review-slider .wp-gr .grw-content-inner .grw-reviews {
	gap: 30px;
	margin-bottom: 30px !important;

}
.fcw-google-review-slider .wp-gr .grw-content-inner .grw-reviews .grw-review {
	flex: 0 0 calc(25% - 23px) !important;
}
.fcw-google-review-slider .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
	background: #F2F2F2 !important;
}
.fcw-google-review-slider .wp-gr .grw-review-inner {
	padding: 24px !important;
	border-radius: 16px !important;
	align-items: center;
}
.fcw-google-review-slider .wp-gr .grw-review .wp-google-left::after {
	content: "";
	background-image: url(../images/logos_google.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 64px;
	height: 21px;
	margin: auto auto 0;
}
.wp-gr .grw-review-inner > svg {
	display: none;
}
.fcw-google-review-slider .wp-gr .grw-review .wp-google-left {
	display: flex !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	line-height: 24px !important;
	order: 2;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 16px !important;
	width: 100% !important;
	flex-grow: 1;
}
.wp-gr .grw-review .wp-google-stars {
	margin: 0 0 10px !important;
	order: 0;
}
.fcw-google-review-slider .wp-gr .wp-google-wrap {
	display: flex;
	flex-direction: column;
	gap: var(--rev-gap);
	order: 1;
}
.fcw-google-review-slider .wp-gr .wp-google-text {
	color: #1A1A1A !important;
	font-size: 16px !important;
	line-height: 24px !important;
	max-width: 100% !important;
	overflow: hidden !important;
	white-space: pre-wrap !important;
	word-break: break-word !important;
	text-align: center !important;
	font-family: "Inter"  !important;
	display: block;
}
.fcw-google-review-slider .wp-gr .grw-review .wp-google-stars .wp-stars .wp-star svg {
	height: 24px !important;
	width: 24px !important;
}
.fcw-google-review-slider .wp-gr .grw-review .wp-google-feedback {
	height: 120px !important;
}
.fcw-google-review-slider .wp-gr.wpac .wp-google-left img {
	
	margin-right: 0 !important;
	margin-bottom: 16px !important;
}
.fcw-google-review-slider .wp-gr.wpac a.wp-google-name {
	font-size: 16px !important;
	color: #1A1A1A !important;
	font-family: "Inter" !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
	white-space: wrap !important;
	text-align: center !important;
}
.fcw-google-review-slider .wp-gr .wp-google-time {
	color: #00000080 !important;
	font-size: 12px !important;
	white-space: nowrap !important;
	font-family: "Inter" !important;
	margin-bottom: 8px !important;
}
.fcw-google-review-slider .wp-gr .wp-google-time::before {
	content: "Posted On";
	display: inline-table;
	padding-right: 5px;
}
.fcw-google-review-slider .wp-gr {
	padding-bottom: 0 !important;
}
/* CLIENT REVIEW PAGE CSS END */


/* VETERANS DEISABILITY PAGE CSS START */
.fcw-practice-detail-about-sec .fcw-about-home-bottom .fcw-para ul {
	font-size: 14px;
	color: #5D5D5D;
	margin-bottom: 40px;
	padding-left: 15px;
}
.fcw-practice-detail-about-sec .fcw-about-home-bottom .fcw-para ul li a {
	font-size: 14px;
	display: inline;
	color: var(--e-global-color-accent);
}
.fcw-practice-detail-about-sec .fcw-about-home-bottom .fcw-para ul li {
	margin-bottom: 15px;
}
.fcw-practice-detail-about-sec .fcw-about-home-bottom .fcw-para ul li > ul{
	margin-bottom: 0;
}
.fcw-practice-detail-about-sec .fcw-about-home-bottom .fcw-para ul li > ul > li {
	margin-bottom: 0;
}
.fcw-practice-detail-about-sec .fcw-about-home-bottom .fcw-para ul li:last-child{
	margin-bottom: 0;
}
.fcw-veternal-disability-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading h2.elementor-heading-title {
	max-width: 100%;
	margin-right: 0;
}
.fcw-veternal-disability-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading{
	padding-left: 0;
}
.fcw-veternal-disability-sec .e-con > .elementor-widget.fcw-img-wrapper > .elementor-widget-container {
	padding-top: 0;
	border-radius: 50px 4px;
}
.fcw-veternal-disability-sec .e-con > .elementor-widget.fcw-img-wrapper > .elementor-widget-container img {
	position: static;
	max-height: 368px;
}
.fcw-veternal-disability-sec .fcw-about-home-bottom.e-con > .elementor-element:first-child {
	padding-right: 80px;
	padding-top: 30px;
	padding-left: 30px;
	max-width: 39.4%;
	padding-bottom: 30px;
}
.fcw-veternal-disability-sec .fcw-about-home-bottom.e-con > .elementor-element:last-child {
	padding-left: 40px;
}
.fcw-veternal-disability-sec .fcw-about-home-bottom .fcw-para p {
	color: #454545;
	line-height: 150%;
}
.fcw-faq-sec .e-n-accordion-item {
	border: 1px solid #E7E7E7;
	border-radius: 14px;
}
.fcw-faq-sec .elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
	margin-block-end: 24px;
}
.elementor-widget-n-accordion .e-n-accordion-item[open=""] {
	box-shadow: 0px 6px 20px 0px #E6F1FF;
}
.fcw-faq-sec .e-n-accordion-item:last-child{
	margin-bottom: 0;
}
.fcw-faq-sec .e-n-accordion-item .e-n-accordion-item-title {
	padding: 30px 30px;
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element {
	padding: 0 30px 30px;
}

 .elementor-element.fcw-faq-sec {
	padding: 0;
}
.fcw-faq-sec .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
	font-size: 24px;
	color: #000;
	line-height: 140%;
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element p {
	font-size: 16px;
	color: #5D5D5D;
	line-height: 140%;
	margin-bottom: 12px;
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element p a{
	color: var(--e-global-color-accent);
	display: inline;
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element p:last-of-type{
	margin-bottom: 0;
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element p strong {
	font-weight: 400;
	color: #000;
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element  ul {
	padding-left: 15px;
	margin-top: 15px;
	/* margin-bottom: 20px; */
}
.fcw-faq-sec h2.elementor-heading-title {
	margin-bottom: 65px;
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element ul.faq-list {
	column-count: 2;
}
.fcw-faq-footer.elementor-widget-text-editor {
	border-top: 1px solid #E1E1E1;
	padding-top: 20px;
	margin-top: 20px;
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element  ul li {
	margin-bottom: 12px;
	color: #5d5d5d;
	line-height: 140%;
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element ul li a{
	color: var(--e-global-color-accent);
}
.fcw-faq-sec .e-n-accordion-item > .elementor-element  ul li:last-child {
	margin-bottom: 0;
}
.fcw-faq-sec .e-n-accordion-item .elementor-icon-list-item span {
	display: block;
	color: #000;
	margin-bottom: 5px;
}
.fcw-faq-sec .e-n-accordion-item .elementor-icon-list-item {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 12px;
}
.fcw-faq-sec .e-n-accordion-item .elementor-icon-list-item:last-child{
	margin-bottom: 0;
}
.fcw-faq-sec .elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg,
.fcw-faq-sec .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg,
.fcw-faq-sec .elementor-widget-n-accordion .e-n-accordion-item > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg {
	fill: transparent;
}
.elementor-element.fcw-personal-lawer.fcw-va-detail {
	padding-top: 0;
}

.fcw-practice-detail-about-sec.fcw-how-long.fcw-wrong-sec {
	padding-top: 110px;
	padding-bottom: 110px;
}
.elementor-element.fcw-injury-marquee-sec.fcw-dog-page-sec {
	padding-bottom: 110px;
}
.fcw-faq-appeals.fcw-veternal-disability-sec div.fcw-about-home-top.e-con > .elementor-widget.elementor-widget-heading {
	max-width: 100%;
}
.elementor-element.fcw-immediate-list ol > li.fcw-slip-evidence.fcw-gather {
	min-height: 150px;
}
.elementor-element.fcw-immediate-list ol > li.fcw-slip-evidence.fcw-gather ul > li {
	margin-bottom: 11px;
}
.elementor-element.fcw-immediate-list ol > li.fcw-slip-evidence.fcw-gather ul > li:last-child{
	margin-bottom: 0;
}
.elementor-element.fcw-injury-marquee-sec.fcw-car-accident {
	padding-bottom: 110px;
}
.elementor-element.fcw-faq-sec.fcw-car-faq {
	padding-bottom: 110px;
}
.fcw-car-accident .marquee-icon-list li a{
	color: var(--e-global-color-accent);
}
.fcw-car-accident .marquee-icon-list  li{
	cursor: pointer;
}
.fcw-car-accident .marquee-icon-list li:hover a{
	color: #1A1B24;
}
section.elementor-element.fcw-padding-top-0{
padding-top: 0;
}
.elementor-element.fcw-personal-lawer.fcw-padding-top-0 {
	padding-top: 0;
}
.fcw-practice-detail-about-sec.fcw-how-long.fcw-padding-bottom {
	padding-bottom: 110px;
}
.fcw-padding-top-0 .elementor-widget.elementor-widget-button {
	margin-top: 50px;
}
.fcw-personal-lawer.fcw-padding-top-0 h2.elementor-heading-title.elementor-size-default {
	margin-bottom: 0;
}
.fcw-padding-top-0 h2.elementor-heading-title.elementor-size-default {
	margin-bottom: 18px;
}
.fcw-personal-lawer.fcw-bycycle-sec .elementor-widget-icon-list {
	margin-top: 0;
}
.fcw-about-img-round.fcw-practice-detail-about-sec .e-con > .fcw-img-wrapper > .elementor-widget-container {
	border-radius: 50px 4px;
}

.elementor-element.fcw-skills-sec.fcw-higway-contact {
	padding-top: 0;
}
/* VETERANS DEISABILITY PAGE CSS END */

/* TERMS AND CONDTION PAGE CSS START */
.fcw-terms-conditon h1,
.fcw-terms-conditon h2 {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 20px;
	font-size: 32px;
	line-height: 130%;
	color: #000;
}
.fcw-terms-conditon h3 {
	font-size: 24px;
	line-height: 130%;
	color: #000;
	margin: 0 0 20px;
}
.fcw-terms-conditon p {
	font-size: 16px;
	line-height: 140%;
	color: #454545;
	margin-bottom: 30px;
}
.fcw-terms-conditon p a{
	color: var(--e-global-color-accent);
	font-size: 16px;
}
.fcw-terms-conditon ol,
.fcw-terms-conditon ul {
	padding-left: 15px;
	font-size: 16px;
	color: #454545;
	line-height: 130%;
}
.fcw-terms-conditon ol > li {
	margin-bottom: 10px;
}
.fcw-terms-conditon ol > li:last-child{
	margin-bottom: 0;
}
.fcw-terms-conditon ol > li:last-child >ul >li > ul >li:last-child{
	margin-bottom: 0;
}
.fcw-terms-conditon ol li > ul {
	margin-top: 15px;
}
.fcw-terms-conditon ul li {
	margin-bottom: 10px;
}
.fcw-terms-conditon ul li:last-child {
	margin-bottom: 30px;
}

.fcw-header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.terms-condition-menu-item {
	display: none;
}
/* TERMS AND CONDTION PAGE CSS END */

/* SITEMAP CSS START */
.fcw-sitemap .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
	position: relative;
	margin-top: 91px;
}
.fcw-sitemap .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
	position: relative;
	margin-top: 91px;
}
.fcw-sitemap .elementor-nav-menu--layout-horizontal .elementor-nav-menu::after {
	content: "";
	border-top: 1px solid #D1D1D1;
	position: absolute;
	top: -50px;
	left: 40px;
	right: 58px;
	height: 1px;
	width: auto;
	visibility: visible;
}
.fcw-sitemap .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > .elementor-item {
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
}
.fcw-sitemap .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > .elementor-item::before {
	content: "";
	border-left: 1px solid #D1D1D1;
	left: 0;
	right: 0;
	width: 1px;
	height: 50px;
	opacity: 1 !important;
	top: -50px;
	margin: auto;
}
.fcw-sitemap .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > .elementor-item::after{
	content: unset;
}

/* .fcw-sitemap .elementor-nav-menu--layout-horizontal .elementor-nav-menu::before {
	content: "";
	border-bottom: 1px solid #D1D1D1;
	width: 100%;
	position: absolute;
	top: 21px;
} */
.fcw-sitemap-sec .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu {
	display: block;
	position: static;
	padding-left: 42px;
}
.fcw-sitemap-sec .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu::before {
	content: "";
	border-left: 1px solid #D1D1D1;
	position: absolute;
	left: 25px;
	height: auto;
	top: 42px;
	bottom: 20px;
}
.fcw-sitemap-sec .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu a.elementor-sub-item {
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	margin-bottom: 20px;
	width: fit-content;
	position: relative;
	margin-top: 20px;
	z-index: 2;
}
.fcw-sitemap-sec .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu a.elementor-sub-item:hover{
	color: var(--e-global-color-accent);
}
.fcw-sitemap-sec .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu a.elementor-sub-item:last-child{
	margin-bottom: 0;
}
.fcw-sitemap-sec .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li::after,
.fcw-sitemap-sec .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu::after{
	content: unset;
}
.fcw-sitemap-sec .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu a.elementor-sub-item::before {
	content: "";
	border-bottom: 1px solid #D1D1D1;
	width: 17px;
	position: absolute;
	left: -18px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
}
.fcw-sitemap-sec .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
/* .fcw-sitemap-sec .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li::before {
	content: "";
	border-left: 1px solid #D1D1D1;
	position: absolute;
	left: 50px;
	height: 100%;
} */
.fcw-sitemap .elementor-nav-menu--layout-horizontal .elementor-nav-menu  li  .sub-arrow {
	display: none;
}
.fcw-sitemap .elementor-nav-menu--layout-horizontal .elementor-nav-menu li a {
	font-size: 14px;
	padding: 10px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	font-family: var(--body-font);
}
.fcw-sitemap-sec p a {
	color: var(--e-global-color-accent);
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #D1D1D1;
	padding: 10px 20px;
	border-radius: 5px;
	max-width: 230px;
	width: 100%;
	position: relative;
}
.fcw-sitemap-sec p a:hover {
	color: var(--e-global-color-text);
}
.fcw-sitemap-sec p a::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 43px;
	left: 0;
	right: 0;
	margin: auto;
	visibility: visible;
	bottom: -43px;
	border-left: 1px solid #D1D1D1;
}
/* SITEMAP CSS END */

/* 404 PAGE CSS START */
.error404 .elementor.elementor-location-footer,
.error404 .elementor.elementor-469.elementor-location-header {
	
	display: none;
}
.error404 .elementor.elementor-location-single {
	min-height: 100vh;
}
.error404 .elementor.elementor-location-single section.elementor-element {
	min-height: 100vh;
	padding: 0;
}
.error404 h1.elementor-heading-title {
	font-size: 180px;
	line-height: 130%;
}

.error404 .fcw-inner-page-banner p {
    font-size: 22px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.error404 .elementor-element.fcw-home-banner-top{
	gap: 40px;
}
/* 404 PAGE CSS END */

/* PAGINATION CSS START */
.elementor-pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.elementor-pagination .page-numbers {
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    padding: 2px;
    color: #777;
    font-size: 16px;
    width: 30px;
    height: auto;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor-pagination .page-numbers.current {
	color: var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-accent);
}
.elementor-pagination a.page-numbers {
	color: #777;
	transition: all .5s ease;
}
.elementor-pagination a.page-numbers:hover {
	color: #fff;
	background-color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}
.elementor-pagination .page-numbers.next,
.elementor-pagination .page-numbers.prev {
    border: 0;
    width: unset;
    display: block;
}
.elementor-pagination .page-numbers.next:hover,
.elementor-pagination .page-numbers.prev:hover{
	color: var(--e-global-color-accent);
	background-color: transparent;
}

/* PAGINATION CSS END */

/* LOCATION INNER PAGE CSS START */
.elementor-element.fcw-location-inner-page.fcw-steps-sec .e-con-inner > .elementor-element {
	max-width: 100%;
	flex-direction: row;
}
.elementor-element.fcw-awards-sec.fcw-location-inner-page .e-con-inner > .elementor-element > .elementor-element {
	padding: 20px;
	border-radius: 20px;
	text-align: center;
}
.elementor-element.fcw-awards-sec.fcw-location-inner-page h3.elementor-heading-title {
	font-size: 20px;
	padding-left: 0;
}
.elementor-element.fcw-awards-sec.fcw-location-inner-page .elementor-widget-text-editor p {
	margin-top: 15px;
}
/* LOCATION INNER PAGE CSS END */



/* WP GOOGLE REVIEW SLIDER PLUGIN CSS IN CLEINT REVIEW PAGE START */
.wprev-no-slider {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.wprev-no-slider .wprevpro_t1_outer_div {
	display: flex;
	gap: 30px;
	border-radius: 16px !important;
	align-items: stretch;
	padding: 0;
	width: 100%;
}
.wprev-no-slider .wprevpro_t1_outer_div::after{
	content: unset;
}

.wprev-no-slider .wprevpro_t1_outer_div .wprevpro_t1_DIV_1 {
	background: #F2F2F2;
	padding: 24px !important;
	border-radius: 16px !important;
	align-items: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: calc(25% - 15px);
	width: 100%;
}
.wprevpro_t1_DIV_2 {
	box-shadow: unset;
	position: static;
	background: transparent;
	border: 0;
	font-style:normal ;
	outline: #fff none 0;
	padding: 0;
	text-align: center;
}
.wprevpro_t1_P_3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: auto;
	color: #1A1A1A ;
	font-size: 16px ;
	line-height: 130% ;
	font-style: normal;
	min-height: 127px;
	margin-bottom: 0;
	font-family: "Inter";
}
span.wprevpro_star_imgs_T1 {
	margin-right: 2px;
	display: block;
	position: sticky;
	top: 0;
	background-color: #f1f1f1;
}
span.svgicons.svg-wprsp-verified {
	
	display: none;
}
span.wprevpro_star_imgs_T1 {
	margin-right: 0;
	display: block;
	position: sticky;
	top: 0;
	background-color: #f1f1f1;
	margin-bottom: 10px;
}
img.wprevpro_t1_site_logo {
	position: absolute;
	right: 2px;
	bottom: 2px;
	height: 32px;
	width: unset;
	margin-bottom: unset !important;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(../images/logos_google.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 64px;
	height: 21px;
	margin: auto auto 0;
	display: none;
}
.wprev-no-slider .wprevpro_t1_outer_div .wprevpro_t1_DIV_1::after {
	content: "";
	background-image: url(../images/logos_google.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 64px;
	height: 21px;
	margin: auto auto 0;
}
.wprevpro_t1_DIV_1 .wprevpro_t1_A_8 {
	margin-top: auto;
	margin-bottom: 16px;
}
.wprevpro_t1_SPAN_5.wprev_preview_tcolor2_T1 {
	color: #1A1A1A ;
	font-size: 16px ;
	line-height: 24px ;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	padding-top: 0;
	font-family: "Inter";
}
.wprev_showdate_T1 {
	color: #00000080 ;
	font-size: 12px ;
	white-space: nowrap ;
	font-family: "Inter" ;
	margin-bottom: 8px ;
	font-weight: 400;
}
.wprev_showdate_T1::before {
	content: "Posted On";
	display: inline-table;
	padding-right: 5px;
}
.wprevpro_t1_DIV_2::after,
.wprevpro_t1_DIV_2::before {
	
	content: unset;
}
.wprevpro_star_imgs span.svgicons {
	width: 24px;
	height: 24px;
	background: #ffc107;
	
}
/* WP GOOGLE REVIEW SLIDER PLUGIN CSS IN CLEINT REVIEW PAGE END */


/* https://wordpress-1296364-5490822.cloudwaysapps.com/location//#RockHill
https://wordpress-1296364-5490822.cloudwaysapps.com/location//#Lancaster */

