/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 13.0.6.1728965447
Updated: 2024-10-15 15:10:47

*/


/* Header Start */
/*header .sf-menu li ul li .sf-sub-indicator {
    top: 10px;
}
header .sf-menu li ul li .sf-sub-indicator .fa {
    font-size: 16px;
}
header .sf-menu ul.sub-menu {
    padding: 3px 0;
	border-color: #01a1dd !important;
    border-width: 2px !important;
}
.sf-menu .cust-submenu ul.sub-menu li a,
#header-outer header .inner-submenu.menu-item ul.sub-menu li a{
    padding: 10px 18px;
    border-bottom: 1px solid #3a3a3a !important;
	line-height: 1.3 !important;
}
.sf-menu .cust-submenu ul.sub-menu li:last-child a,
#header-outer header .inner-submenu.menu-item ul.sub-menu li:last-child a{
	border-bottom: 0 !important;
}
.inner-submenu.menu-item ul.sub-menu {
    right: auto;
    left: -312px;
    margin: 0;
	padding: 0;
	max-height: 390px;
	overflow-y: auto;
}
.inner-submenu.menu-item ul.sub-menu::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.inner-submenu.menu-item ul.sub-menu::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}
.inner-submenu.menu-item ul.sub-menu::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #01a1dd;
}
#header-outer header .inner-submenu.menu-item ul.sub-menu {
    margin-top: 0 !important;
}*/
/* Header Close */

body {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p{
	 font-family: 'Plus Jakarta Sans', sans-serif !important;
}
p {
    padding-bottom: 0.8em;
}

/*body #header-space {
    height: 100px;
}*/

header .header-call-btn{
	margin-top: 0;
	line-height: 1;
}
.cust-submenu ul.sub-menu li:last-child a{
	border-bottom: 0;
}
.header-call-btn i {
    padding-right: 7px;
}
.header-call-btn.book-btn img {
    width: 20px !important;
}
.header-call-btn img {
    width: 24px !important;
	height: 24px !important;
	object-fit: contain;
	margin: 0 !important;
}
.header-call-btn span.hide-on-sm, header .book-btn{
	display: inline-flex !important;
    align-items: center;
    column-gap: 7px;
}
.header-call-btn.cust-btn.book-btn {
    background: #eee;
    color: #000;
}
header nav ul.sf-menu li.menu-item a .menu-title-text:after {
    border-color: #313f4a !important;
}
.wpcs_content_main div#wpcs_close_slider_1072 {
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 99;
	top: 5px;
	left: auto;
    right: 5px;
	background: transparent;
}   

.wpcs_content_main #wpcs_close_slider_1072 img {
    max-width: 26px;
	height: auto;
}
.nectar-wpcf7-inline-form.mobile-fullwidth.mobile-1-col {
    padding-bottom: 0;
}

body div#wpcs_content_main_1072{
	width: 410px;
	overflow-y: auto;
}
.form-head {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
    background: #313f4a;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    column-gap: 22px;
	display: none;
}
#wpcs_content_main_1072 .form-head{
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}
#wpcs_content_main_1072 .btm-phone-no{
	display: block;
}
#wpcs_content_main_1072 form.wpcf7-form.init p em {
    display: block;
}
form.wpcf7-form.init p em {
    font-style: normal;
}
.form-col .nectar-wpcf7-inline-form.mobile-fullwidth.mobile-1-col {
    margin-bottom: 0.8em;
}
body div#wpcs_content_inner_1072 {
    margin: 0 !important;
    padding: 0 !important;
}
.form-head p {
    padding: 0;
    line-height: 0;
}
.form-head img {
    max-width: 155px;
	height: auto;
}
.form-head h3 {
    color: #fff;
    line-height: 1.3;
    font-size: 19px;
    display: inline-block;
    margin: 0;
}
.form-head h4 {
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    margin: 10px 0 0;
    font-weight: normal;
}
.secure-text p {
    padding: 0 0 0 14px;
    font-size: 12px;
	display: inline-block;
    position: relative;
    line-height: 1.2;
}
.secure-text p:before {
    content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url('/wp-content/uploads/2025/12/security-icon.png') no-repeat;
	width: 10px;
    height: 12px;
    background-size: contain;
}
.rating-text p {
    text-align: center;
    line-height: 1.4;
    max-width: 250px;
	padding: 0;
    margin: 12px auto 0;
    position: relative;
    font-size: 14px;
}
.rating-text p:before{
	left: -75px;
    top: 2px;
	position: absolute;
	content: "";
	background: url('/wp-content/uploads/2025/06/reviews-stars.png') no-repeat;
	background-size: 71px;
    width: 71px;
    height: 14px;
}
.rating-text p:after{
	background: url('/wp-content/uploads/2025/08/google-review-icon.png') no-repeat;
	content: "";
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    right: -50px;
    top: -7px;
}
.rating-text {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
}
.nectar-wpcf7-inline-field.court-date-field {
    margin-top: -15px;
    margin-bottom: 12px;
}
.form-col .nectar-wpcf7-inline-field.court-date-field p {
    justify-content: unset;
}
/*.form-col .secure-text, .rating-text {
    display: none;
}*/
.form-col .form-wrapper {
    padding: 15px 0 0;
}
.form-col .nectar-wpcf7-inline-field.court-date-field {
    margin: 0 0 25px;
}
.form-wrapper label {
    font-weight: bold !important;
    margin-bottom: 7px !important;
    display: inline-block;
}
.form-col .nectar-wpcf7-inline-field.court-date-field .wpcf7-form-control-wrap {
    width: auto;
    margin-left: 8px;
    min-width: 200px;
}
#wpcs_content_main_1072 .cust-btn em {
    font-size: 12px;
    text-transform: initial;
    width: 100%;
    line-height: normal;
    padding: 3px 0 0;
}
#wpcs_content_main_1072 .btm-phone-no h5 {
    line-height: 1;
    font-size: 16px;
	margin: 0 0 7px;
    position: relative;
}
#wpcs_content_main_1072 .btm-phone-no h5:before,
#wpcs_content_main_1072 .btm-phone-no h5:after {
    content: "";
    width: 95px;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 7px;
}
#wpcs_content_main_1072 .btm-phone-no h5:after {
    right: 0;
}
#wpcs_content_main_1072 .btm-phone-no h5:before {
    left: 0;
}
#wpcs_content_main_1072 .cust-btn {
    flex-wrap: wrap;
}
.nectar-wpcf7-inline-field.court-date-field  p{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.nectar-wpcf7-inline-field.court-date-field label{
	 min-width: 150px;
	font-weight: bold !important;
    line-height: 1.3;
}
.nectar-wpcf7-inline-field.court-date-field input {
    width: 100%;
    background-color: transparent;
    padding: 8px 10px;
    border: 1px solid #666869;
}
.nectar-wpcf7-inline-field.court-date-field .wpcf7-form-control-wrap {
    width: calc(100% - 158px);
}
.form-wrapper {
    padding: 25px 22px;
}
.secure-text {
    background: #f3f1f2;
    padding: 9px 16px;
    text-align: center;
}
.btm-phone-no h5 {
    margin: 0;
    line-height: 1;
}
.btm-phone-no {
    text-align: center;
	margin-top: -10px;
	display: none;
}
.btm-phone-no .cust-btn {
    width: 100%;
    background: transparent;
    border: 1px solid #313f4a;
    color: #313f4a;
    line-height: 1;
    font-weight: 600;
    padding: 8.5px 0;
	column-gap: 8px;
	transition: .3s;
}
.btm-phone-no .cust-btn:hover{
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.btm-phone-no .cust-btn img {
    width: auto !important;
    height: auto !important;
    filter: none;
}
form .radio-btn label.date-label {
    font-size: 14px !important;
    font-weight: 700 !important;
}
.radio-btn .wpcf7-list-item {
    margin: 0 25px 0 0;
}

#wpcs_content_main_1072 .wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    padding-right: 12px;
}
#wpcs_content_main_1072 .wpcf7-form input[type="text"],
#wpcs_content_main_1072 .wpcf7-form input[type="email"],
#wpcs_content_main_1072 .wpcf7-form input[type="tel"],
#wpcs_content_main_1072 .wpcf7-form textarea, 
#wpcs_content_main_1072 .wpcf7-form select {
    border-color: #666869;
    border-width: 1px;
    background: transparent;
	border-radius: 6px;
	transition: .4s;
	color: #000;
}
#wpcs_content_main_1072 .wpcf7-form select{
	background: url('/wp-content/uploads/2025/06/btm-arrow-dark.png') no-repeat 96% 50%;
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	background-size: 13px;
}
#wpcs_content_main_1072 .wpcf7-form input[type="text"]:focus,
#wpcs_content_main_1072 .wpcf7-form input[type="email"]:focus,
#wpcs_content_main_1072 .wpcf7-form input[type="tel"]:focus,
#wpcs_content_main_1072 .wpcf7-form textarea:focus, 
#wpcs_content_main_1072 .wpcf7-form select:focus {
    border-color: #000;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
    padding: 0;
    box-shadow: none;
    color: #ff0000;
    font-weight: normal;
    font-size: 12px;
}
#wpcs_content_main_1072 .wpcf7-form.invalid .wpcf7-not-valid-tip {
    display: block;
}
#wpcs_content_main_1072 .wpcf7-not-valid-tip {
    display: none;
}
.nectar-wpcf7-inline-field.radio-btn {
    margin: -10px 0 10px;
}
.mobile-fullwidth .nectar-wpcf7-inline-field:last-child {
    padding-right: 0 !important;
}
.radio-btn .wpcf7-list-item label {
    font-size: 15px !important;
}
.radio-btn.conf-field p {
    padding-bottom: 6px;
}
.radio-btn .wpcf7-list-item .wpcf7-list-item-label,
.radio-btn .radio-group .weekday{
    position: relative;
    padding-left: 20px;
}
.radio-group label span {
    color: #000;
    font-size: 14px;
	display: block;
}
.radio-btn .wpcf7-list-item .wpcf7-list-item-label:before,
.radio-btn .radio-group .weekday:before{
    content: " ";
    display: inline-block;
    top: 3px;
    width: 13px;
    height: 13px;
    border: 1px solid #313f4a;
    background-color: transparent;
    left: 0;
    position: absolute;
    border-radius: 20px;
}
.radio-btn .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label:after,
.radio-btn .radio-group input[type=radio]:checked+.weekday:after{
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 4px;
    content: " ";
    display: block;
    background: #313f4a;
    border-radius: 10px;
}
.radio-btn .wpcf7-list-item input,
.radio-btn .radio-group input{
    display: none;
}
.radio-btn .radio-group label{
    padding: 10px 20px;
    display: inline-block;
    margin: 0 8px 5px 0;
    background: #eee;
    border-radius: 4px;
}
.radio-group label span:last-child {
    text-align: right;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #ff0000;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 15px;
    padding: 10px 5px;
    border: 1px dashed #fff;
    margin: 5px 0;
}
#header-secondary-outer{
	display: none;
}
/* Home New Page Start */
#header-secondary-outer .phone a:hover {
    color: #fff !important;
}
.btn-wrap .cust-btn {
    background: #313f4a;
    color: #fff !important;
}
.btn-wrap .cust-btn.cus-btn-white {
    color: #313f4a !important;
}
.btn-wrap.text-center {
    justify-content: center;
}
.hide-on-desktop{
	display: none !important;
}
.page-btm-space-0 .container.main-content>.row {
    padding-bottom: 0;
}
.home-banner{
	min-height: 570px;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.home-banner .row_col_wrap_12{
	width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: block !important;
}
.cust-btn.book-btn {
    background: #eee;
    color: #313f4a;
	border: 1px solid #313f4a !important;
}
.btn-wrap .cust-btn:hover {
    background: #eee;
    color: #313f4a !important;
}
.btn-wrap .cust-btn:hover img {
    filter: none;
}
header .cust-btn.book-btn img{
	 mix-blend-mode: difference;
}
.cust-btn.book-btn:hover img{
	-webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.hero-sub-heading p {
    font-size: 20px;
	color: #fff;
}
.cust-btn.book-btn img {
    width: 20px !important;
    margin-right: 4px !important;
    display: inline-block;
}
.helper-text {
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    color: #313f4a;
    text-align: center;
}
.helper-text.text-left {
    text-align: left;
}
.btn-wrap .cust-btn.cus-btn-white i {
    padding-right: 6px;
    padding-top: 3px;
}
.cus-btn-white.book-btn:hover {
    background: #313f4a;
    color: #fff !important;
}
.home-banner .cus-btn-white:hover img {
    filter: invert(1);
}
.cus-btn-white.book-btn:hover img{
	filter: none;
}
.btn-wrap {
    display: flex;
    column-gap: 17px;
    margin: 12px 0 12px !important;
}
.star-rating img {
    max-width: 415px !important;
    margin: 0 !important;
}
/*.home-banner .row-bg-wrap:after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(1, 115, 253, 0) 100%);
}*/
.wpcs_content_main.is_open .nectar-wpcf7-inline-field {
    padding-bottom: 0 !important;
}
.home-banner .inner-wrap.row-bg-layer.using-image{
	position: relative;
}
#main-banner>.row-bg-wrap:after,
.home-banner .inner-wrap.row-bg-layer.using-image:after{
	background-image: linear-gradient(360deg,#000 20%,#00000000 88%);
	width: 100%;
	height: 120px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.banner-text-col {
    padding-top: 0;
}
.home-banner h1.vc_custom_heading {
    max-width: 800px;
	font-size: 46px !important;
}
.home-banner .row_col_wrap_12, .home-banner .banner-text-col, 
.home-banner .vc_column-inner{
	position: static;
}
.location-tabs {
    position: absolute;
    bottom: 230px;
    right: 0;
    left: 0;
	z-index: 1;
}
.location-tabs ul {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
	 max-width: 1270px;
    justify-content: center;
    column-gap: 8px;
}
.location-tabs ul li {
    	list-style: none;
	}
.location-tabs ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 25px;
    border-radius: 4px;
    display: inline-flex;
    text-align: center;
    line-height: 1;
    align-items: center;
    column-gap: 10px;
	min-width: 176px;
    justify-content: center;
}
.location-tabs ul li a:hover {
	background: #fff;
	color: #313f4a;
}
.location-tabs ul li a img {
    max-width: 25px !important;
    margin: 0 !important;
    height: 18px !important;
    object-fit: contain;
}
.location-tabs ul li a:hover img{
	filter: invert(32%) sepia(58%) saturate(794%) hue-rotate(299deg) brightness(0%) contrast(100%);	
}

.rc-carousel {
  --box-gap: 1.5rem;
  --tile-size: 6rem;
  width: 100%;
  position: relative;
  z-index: 10;
}
.rc-carousel::before,
.rc-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5rem;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    ,
    from(transparent),
    to(var(--body-bg))
  );
  background-image: -o-linear-gradient(
    var(--direction),
    transparent,
    var(--body-bg)
  );
  background-image: linear-gradient(
    to var(--direction),
    transparent,
    var(--body-bg)
  );
  z-index: inherit;
}
.rc-carousel::before {
  left: 0;
  --direction: left;
}

.rc-carousel::after {
  right: 0;
  --direction: right;
}
.rc-carousel-strip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: slideX 40s linear infinite;
  animation: slideX 40s linear infinite;
}


.rc-carousel-strip.reverse {
  /* reverse animation */
  animation-direction: reverse;
}
.rc-carousel-strip:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.rc-carousel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--box-gap);
  justify-content: center;
}

.rc-carousel-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: var(--tile-size);
  height: var(--tile-size);
}

.rc-carousel-item-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@-webkit-keyframes slideX {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
    transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
  }
}

@keyframes slideX {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
    transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
  }
}

/* Animation won't work if you preferes reduced motion */
@media (prefers-reduced-motion) {
  /* styles to apply if a user's device settings are set to reduced motion */
  .rc-carousel::before,
  .rc-carousel::after {
    display: none;
  }
  .rc-carousel-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rc-carousel-box [aria-hidden="true"] {
    display: none;
  }
  .rc-carousel-strip {
    animation: none;
  }
}
h4.vc_custom_heading.award-title {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 7px 25px;
}
.award-title img {
    max-width: 25px !important;
}
.text-center{
	text-align: center;
}
.eutf-casestudies .cus-post-slider .slick-arrow:hover{
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.strategic-right-col.wpb_column{
	align-items: self-start !important;
}
.expertise-section .col.child_column .vc_column-inner{
	min-height: 210px;
	border-radius: 10px;
    overflow: hidden;
}
.expertise-section .service-icons .wpb_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.expertise-section .service-icons .wpb_wrapper h3 {
    color: #ddd;
    font-size: 17px;
    line-height: 1.3;
    margin: 0;
}
.expertise-section .service-icons .wpb_wrapper h3 a {
    color: #fff;
	display: block;
    padding: 14px 5px;
	background-color: rgba(0, 0, 0, 0.55);
	text-align: center;
}
.expertise-section .iwithtext .iwt-text {
    padding-left: 0;
}
.expertise-section .vc_col-sm-3:hover h3 a{
	background: #313f4a;
	color: #fff;
}
.expertise-section .vc_col-sm-3.wpb_column {
    overflow: hidden;
}
.expertise-section .vc_col-sm-3:before {
    background-image: linear-gradient(0deg, transparent, transparent 30%, rgba(255, 255, 208, 0.3));
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    transform: rotate(-45deg);
    transition: all 0.8s ease;
    top: -50%;
    left: -50%;
    opacity: 0;
	z-index: 1;
}
.expertise-section .vc_col-sm-3:hover:before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}
.cust-content p {
    font-size: 17px;
    color: #313f4a;
    line-height: 1.5;
}
.fancy-ul ul.cust-check-list li {
    padding-left: 26px;
}
.step-box .nectar-fancy-box .box-bg:after {
    opacity: 0.3;
}
.step-box .nectar-fancy-box .inner {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    min-width: 335px;
    padding: 0;
    min-height: 52px !important;
	left: 0 !important;
    display: flex;
    align-items: center;
}
.step-box .nectar-fancy-box .inner .Step-count {
    position: absolute;
    background: #313f4a;
    left: 0;
    top: 0;
    bottom: 0;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 15px;
    letter-spacing: 1px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	font-weight: normal;
	margin: 0;
}
.step-box .nectar-fancy-box .inner .Step-count em {
    font-size: 20px;
	font-weight: 600;
	font-style: normal;
}
.step-box .nectar-fancy-box .inner h3 {
    font-size: 18px;
    color: #313f4a;
    margin: 0;
	line-height: 1.2;
	padding-left: 70px;
}
.step-box .nectar-fancy-box .box-bg {
    background: center center;
    background-size: cover;
}
.step-box .nectar-fancy-box {
    padding: 0;
    min-height: 240px;
	margin: 0 0 15px;
}
.step-box .nectar-fancy-box:after{
	content: none;
}
.step-box>.vc_column-inner {
    background: #fff;
	padding-bottom: 25px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
}
.step-box .wpb_text_column {
    padding: 0 20px 30px;
	height: 170px;
    overflow-y: auto;
}
.step-box .wpb_text_column p {
    font-size: 15px;
}
.vc_col-sm-6.cust-content {
	padding: 0 45px 0 20px !important;
}

/*.vc_col-sm-6.cust-content {
    background: url(/wp-content/uploads/2025/06/about-image-Criminal-Law-Group.png) no-repeat;
    background-size: 180px;
    background-position: right center;
}*/
.csBtnBox {
    text-align: center;
}
.trusted-reviews h3.vc_custom_heading em {
    font-size: 19px;
    font-style: normal;
    max-width: 570px;
    display: inline-block;
    line-height: 1.4;
}
/*.review-btns .btn-wrap.text-center {
    margin: -82px 0 80px !important;
    position: relative;
    z-index: 1;
}*/
.review-btns h3.vc_custom_heading {
    text-align: center;
    margin: 0;
}
.review-btns .wpb_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
	 margin: -82px 0 35px !important;
    position: relative;
    z-index: 1;
	text-align: center;
}
#cust-casestudies-section {
    margin: 25px 0 0;
}
.eutf-casestudies .cs_button.cs_button_light {
    background: #313f4a;
    color: #fff;
	display: inline-block;
    margin: 25px 0 0;
	font-size: 16px;
    padding: 12.5px 25px !important;
	border-radius: 4px;
}
.faq-col h3.toggle-title .toggle-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}
.faq-col .toggle.default {
    border: 1px solid #ddd;
    margin: 0 0 15px;
	padding: 0 18px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
	border-radius: 5px;
}
.faq-col .toggle.default:last-child{
	border-bottom: 0;
}
.hover-wrap-inner .faq-left-img {
    height: 540px !important;
    object-fit: cover;
}
.faq-col.wpb_column{
    align-items: center !important;
}
.faq-col .toggle-heading .fa {
    border: 0;
}
.faq-col .toggle.default:hover h3 a,
.faq-col .toggle.default.open h3 a{
	color: #313f4a !important;
}
.faq-col .toggle.default:hover h3 a .fa:before,
.faq-col .toggle.default.open h3 a .fa:before,
.faq-col .toggle.default:hover h3 a .fa:after,
.faq-col .toggle.default.open h3 a .fa:after{
	background-color: #313f4a !important;
}
.faq-col .toggles {
    max-width: 850px;
    margin: 15px auto 35px;
    border-radius: 10px;
    padding: 15px 40px 0px;
}
.faq-col .toggle > .toggle-title a {
    padding: 22px 70px 22px 0px !important;
}
.faq-col .toggle .wpb_wrapper {
    background: #f8f8f8;
    padding: 14px 20px 10px;
}
.faq-col .toggle .wpb_wrapper p {
    font-size: 15px;
    padding: 0 0 8px;
}
.page-btm-space-0 .container-wrap {
    padding-bottom: 0;
}
#footer-widgets {
    /*background: #121c27 url(/wp-content/uploads/2025/06/footer-shape-left-Criminal-Law-Group.png) no-repeat;*/
	background: #121c27;
    background-size: contain;
	position: relative;
}
/*#footer-widgets:before {
    content: "";
    background: url(/wp-content/uploads/2025/07/dark-footer-logo-Criminal-Law-Group.png);
    width: 380px;
    height: 284px;
    position: absolute;
    left: 50px;
    top: 50%;
    opacity: 0.35;
    background-size: contain;
    transform: translateY(-50%);
}
#footer-widgets #custom_html-2 {
    opacity: 0;
}*/
body[class] #footer-outer #footer-widgets .widget h4,
body[class] #footer-outer #footer-widgets .widget h3 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
	line-height: 1;
	padding-left: 10px;
}
body[class] #footer-outer #footer-widgets .widget h4:before,
body[class] #footer-outer #footer-widgets .widget h3:before {
    content: "";
	background: #8e99a3;
	width: 3px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3.2px;
    background-size: contain;
}
#footer-widgets ul.offc-location {
    margin: 12px 0 0;
	max-width: 270px;
}
body #footer-outer #footer-widgets .offc-location li {
    margin: 0 0 5px;
}
body #footer-outer #footer-widgets .offc-location li a label {
    display: inline-block;
    cursor: pointer;
}
body #footer-outer #footer-widgets .offc-location li a {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 14px !important;
	position: relative;
	padding-left: 52px !important;
}
#footer-outer #footer-widgets .offc-location li a img {
    max-width: 15px;
    margin: 0;
}
body #footer-outer #footer-widgets .offc-location li a em {
    width: 36px;
    height: 36px;
    border: 1px solid #475566;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
body #footer-outer #footer-widgets .offc-location li a b {
    margin: 0 0 5px;
    display: block;
	font-size: 16px;
}
#footer-outer .site-info img {
    max-width: 290px;
}
#footer-widgets #custom_html-3 {
    max-width: 125px;
    margin: 0 auto;
}
#footer-widgets .menu li, .ft-info li {
    margin-left: 15px;
}
#footer-outer #footer-widgets .menu li, #footer-outer #footer-widgets .ft-info li {
    margin-bottom: 3px !important;
}
#footer-outer #footer-widgets .menu li a, 
#footer-outer #footer-widgets .ft-info li a{
	position: relative;
}
#footer-widgets .menu li a:before,
.ft-info li a:before{
	 font-family: FontAwesome;
	content: "\f101";
	position: absolute;
	left: -12px;
	top: -1px;
}
body[class] #footer-outer #footer-widgets ul.contact-detail li {
    margin: 0 0 12px;
}
#footer-outer #footer-widgets ul.contact-detail li a {
    position: relative;
    padding-left: 52px !important;
    max-width: 275px;
}
#footer-outer .contact-detail li i,
body #footer-outer #footer-widgets .offc-location li a i{
    position: absolute;
    left: 0;
    width: 38px;
    height: 38px;
    background-color: rgba(57, 80, 105, 0.57);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-size: 16px;
    border-radius: 100%;
}
#footer-outer #footer-widgets ul.contact-detail li a label {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 5px;
	display: block;
}
body[class] #footer-outer #footer-widgets ul.contact-detail li.footer-btn {
    margin-bottom: 6px;
}
body[class] #footer-outer #footer-widgets ul.contact-detail li.footer-btn a {
    padding: 12px 10px 12px 52px !important;
    border-radius: 4px;
    background: #fff;
    color: #313f4a !important;
    font-weight: 500 !important;
    overflow: hidden;
	text-align: left;
	max-width: 228px;
}
body[class] #footer-outer #footer-widgets ul.contact-detail li.footer-btn a i {
    border-radius: 2px;
    bottom: 2px;
    height: auto;
    background-color: #313f4a;
    color: #fff;
    left: 2px;
    top: 2px;
    font-size: 19px;
}
body[class] #footer-outer #footer-widgets ul.contact-detail li.footer-btn a:hover,
body[class] #footer-outer #footer-widgets ul.contact-detail li.footer-btn a:focus{
    opacity: 1 !important;
    background: #313f4a;
	color: #fff !important;
}
body[class] #footer-outer #footer-widgets ul.contact-detail li.footer-btn a:hover i,
body[class] #footer-outer #footer-widgets ul.contact-detail li.footer-btn a:focus i{
    background-color: #fff;
	color: #313f4a;
}
body[class] #footer-outer #footer-widgets ul.contact-detail li.phone-no.footer-btn {
    margin-top: 32px;
}
#footer-outer #copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
}
.trusted-reviews .wpb_row.vc_row-fluid {
    padding-top: 0px !important;
}
.expertise-section .service-icons .row_col_wrap_12_inner {
	justify-content: center;
}
#footer-widgets ul#social {
    display: flex;
    column-gap: 12px;
    margin: 20px 0 0;
}
#footer-widgets ul#social li a {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 4px;
}
#footer-widgets ul#social li a i {
    font-size: 17px;
    top: 0;
}
#footer-widgets ul#social li a:hover {
    background: #fff;
	opacity: 1 !important;
}
#footer-widgets ul#social li a:hover i {
    color: #313f4a !important;
    opacity: 1 !important;
}
#footer-outer #copyright p, #footer-outer #copyright {
    color: #CCCCCC;
    font-size: 14px;
    font-weight: normal;
}
.form-section .secure-text {
    margin-bottom: 12px !important;
	line-height: 1em;
}
.custom-icon-list .nectar-icon-list-item .content {
    color: #313f4a;
}
/*.form-section .secure-text {
    display: none;
}*/
.form-section .form-wrapper {
    padding: 0;
}
.form-section .row .col p:last-child {
    padding-bottom: 0.8em;
}
/* Home New Page Close */


/* New Blog Post Layout Start */
.single-post .post-imgWrap img.post-center-img {
    height: auto !important;
}

.single-post .nectar-social.fixed {
    display: none;
}
.cust-post-banner {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    min-height: 470px;
}
.cust-post-banner>div {
    width: 50%;
}
.banner-text{
	padding: 55px 65px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-text h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 20px;
	font-family: Poppins;
}
.banner-text p {
    color: #282828;
}
.banner-text .btn {
    background: #313f4a !important;
    color: #fff;
    padding: 11px 30px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border-radius: 4px;
    display: inline-block;
	margin-right: 14px;
	transition: .4s;
	position: relative;
}
.banner-text .btn.read-more{
	padding: 11px 45px 11px 30px;
}
.banner-text .btn.read-more,
.banner-text .btn:hover{
	background: #eee !important;
    color: #313f4a;
}
.banner-text .btn.read-more:hover{
	background: #313f4a;
}
.banner-text .btn.read-more:after{
	position: absolute;
	content: "";
	background: url('/wp-content/uploads/2024/10/down-arrow.png') no-repeat;
	width: 10px;
    height: 13px;
    right: 27px;
    top: 16px;
    background-size: cover;
	filter: invert(0.7);
}

.postbanner-img{
	background-repeat: no-repeat !important;
    background-position: center !important;
	background-size: cover !important;
}	
.single-post #page-header-wrap {
    display: none;
}
.breadcrumb {
    position: absolute;
    top: 10px;
    left: 66px;
}
.breadcrumb ul {
    margin: 0;
	display: inline-flex;
}
.breadcrumb ul li {
    list-style: none;
	display: inline-flex;
}
.breadcrumb ul li:first-child:before {
    content: none;
}
.breadcrumb ul li:before {
    content: "/";
    margin: -2px 4px;
    opacity: .7;
    float: left;
    font-size: 10px;
}
.breadcrumb li a {
    font-size: 14px;
    font-weight: 300;
    color: #7c7c7c;
	line-height: 1.2;
}
.breadcrumb ul li:last-child a{
	color: #000;
}
/*.single-post.postid-3076 .container-wrap.no-sidebar {
    padding-top: 0;
}
.single-post.postid-3076 .container.main-content {
    max-width: unset;
    padding: 0;
    margin: 0;
}*/
.single-post .main-content .articleInfo{
    width: 25%;
    padding-right: 40px;
}
.single-case_studies .main-content .post-content{
	max-width: 1000px;
    margin: 0 auto;
}
.single-case_studies .main-content .articleInfo,
.single-case_studies .banner-text .btn-wrap{
	display: none;
}
.single-post .main-content .post-content{
    width: 75%;
}
.single.single-post .main-content .post-area {
    max-width: unset !important;
}
.single-post .main-content .inner-wrap,
.single-case_studies .main-content .inner-wrap{
    display: flex;
    flex-wrap: wrap;
}
.article_meta .article__date{
	position: relative;
    font-size: 15px;
    padding-left: 18px;
}
.article_meta .article__date:before{
	content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 14px;
    top: -3px;
}
.articleInfo .article__author{
	position: relative;
	color: #282828;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 7px;
	display: block;
    padding: 18px 0 0;
}
.articleInfo .article__author:before {
    position: absolute;
    content: "";
    width: 72px;
    height: 4px;
	background: #01A1DD;
    top: 0;
}
.article_share {
    margin: 25px 0 0;
}
.article_share-label {
    font-size: 21px;
    font-weight: 600;
    color: #282828;
    display: inline-block;
    margin: 0 0 6px;
}
.article_share .article_share-button-item{
    background: #effbff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid #a0e2ff;
    border-radius: 4px;
    transition: .3s;
}
.article_share .article_share-button-item svg path {
    fill: #01A1DD;
}
.article_share .article_share-button-item:hover {
	background: #01A1DD;
}
.article_share .article_share-button-item:hover svg path {
    fill: #fff;
}
.grey-bg {
    background: #f5f5f5;
    padding: 40px 42px;
    border-radius: 12px;
    margin-bottom: 35px;
}
body.single-post .content-inner .grey-bg h3 {
    margin: 0 0 15px !important;
	  font-size: 26px;
}
.grey-bg ul{
	margin: 0;
}
.grey-bg ul li, .grey-bg ul li a{
	color: #282828;
}
.grey-bg ul li{
	position: relative;
	list-style: none;
	margin: 0 0 7px;
}
.grey-bg li{
	padding-left: 18px;
	line-height: 1.4;
}
.grey-bg li:before  {
	  content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: #01A1DD;
    left: 0;
    border-radius: 100px;
    top: 7px;
}
.grey-bg li a{
	text-decoration: underline;
    text-decoration-color: rgba(40, 40, 40, .35);
    text-underline-offset: 2px;
}
.grey-bg li a:hover{
    text-decoration-color: rgba(1, 161, 221, 1);
}
.grey-bg li a:hover{
	color: #01A1DD;
}
.faq-section-title h2,
.single-post .main-content .content-inner h2 {
    font-size: 30px;
    line-height: 1.1;
    margin: 25px 0 8px !important;
	  font-weight: 600;
}
.single-post .main-content .content-inner h3 {
    font-size: 20px;
    line-height: 1.1;
    margin: 20px 0 8px !important;
}
.single .main-content .article_disclaimer {
    margin-top: 25px;
}
.single .main-content .article_disclaimer p {
    font-size: 14px;
    line-height: 21px;
    font-style: italic;
}
.single-case_studies .related_postlist h3.section-title {
    text-align: center;
}
.single-case_studies .container-wrap.no-sidebar {
    padding-bottom: 0;
}
.single-case_studies .related_postlist .cus-post-slider {
    max-width: 1425px;
}
.single-case_studies .related_postlist {
    background: #e9f3fb;
    padding: 65px 0 75px;
    margin: 40px 0 0;
}
.single-post .main-content .content-inner p {
    padding-bottom: 13px;
}
.single-case_studies .cus-post-slider p a,
.single-case_studies .related_postlist .slick-slide{
	padding: 0;
}

.single-post .content-inner .cus-cta-box p:last-child {
    padding-bottom: 0;
}
.cta-warning {
    background: #fef6ed;
}
.cus-cta-box.cta-dark{
	background: #272727;
}
.cus-cta-box.cta-dark h5 {
    color: #01A1DD;
}
.cus-cta-box {
    margin: 25px 0 40px;
    text-align: center;
    border-radius: 10px;
    padding: 55px 70px 60px;
    position: relative;
    overflow: hidden;
	background: #01A1DD;
}
.cus-cta-box:before, .cus-cta-box:after{
	  content: "";
    width: 108px;
    height: 160px;
}
.cus-cta-box:after {
    background: url('/wp-content/uploads/2024/10/dotted-img-right_430x.webp') no-repeat;
    position: absolute;
    top: 0;
    right: 0;
	background-position: bottom left;
}
.cus-cta-box:before {
    background: url('/wp-content/uploads/2024/10/dotted-shape-left_430x.webp') no-repeat !important;
    position: absolute;
    bottom: 0;
    left: 0;
	background-position: top right;
}
.cus-cta-box.cta-warning:before, .cus-cta-box.cta-warning:after {
    filter: invert(63%) sepia(15%) saturate(3405%) hue-rotate(350deg) brightness(100%) contrast(91%);
    opacity: .2;
}
.single-post .cus-cta-box h5 {
    font-size: 18px;
    line-height: 1.3;
}
body.single.single-post .cus-cta-box h3 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.2;
	  margin: 15px 0 10px;
}
.single-post .cus-cta-box * {
    color: #fff;
}
.cust-btn {
    background: #0f68be;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 25px;
    border: 0;
    margin: 12px 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: .4s;
	column-gap: 4px;
}
.cust-btn img {
    margin: 0 !important;
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
	filter: invert(1) brightness(2);
}
.cus-btn-white:hover{
	background: #313e49;
	color: #fff !important;
}
.cta-dark .cust-btn {
	background: #01A1DD;
	color: #fff !important;
}
.cta-dark .cust-btn:hover {
	background: #fff;
	color: #01A1DD !important;
}
.post-imgWrap {
    margin: 25px 0 30px;
}
.single-post .post-imgWrap img {
    border-radius: 8px;
    height: 450px;
    object-fit: cover;
    margin: 0;
}
.single.single-post h3.section-title {
    text-align: center;
    max-width: 690px;
    margin: 0 auto 30px;
    font-size: 30px;
    line-height: 1.2;
}
.cust-faq-section {
    background: #f5f5f5;
    padding: 55px 0;
}
.faq-section-title h2 {
    text-align: center;
    max-width: 690px;
    margin: 0 auto 30px !important;
}
#sticky-button {
    position: fixed !important;
    bottom: 0%;
    z-index: 999;
    background: #01A1DD;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    padding: 12px 41px;
    text-align: center;
    right: 3%;
    top: auto !important;
    border-radius: 8px 8px 0 0 !important;
    transition: .4s;
}
.cust-faq-section .faq__item {
    background: #fff;
    border: 1px solid #d7d7d7 !important;
    border-radius: 8px !important;
	max-width: 992px;
    margin: 0 auto 17px;
}
.faq__item .faq-question-seo {
    font-size: 18px;
    border: 0;
    font-weight: 500;
    background: transparent;
    color: #282828;
    font-family: 'Poppins';
	padding: 15px 45px 15px 22px;
    width: 100%;
    text-align: left;
	cursor: pointer;
	position: relative;
}
.faq__item .faq-question-seo:before{
	content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.faq__item .faq-question-seo[aria-expanded="true"]:before {
    content: "\f106";
}
.cust-faq-section .collapsible__content {
    padding: 19px 22px 22px !important;
    border-top: 1px solid #d7d7d7;
	color: #282828;
}
.related_postlist .slick-arrow {
    background-color: #d7f2ff;
    width: 45px;
    height: 45px;
    border-radius: 100px !important;
    z-index: 2;
    transition: .4s;
    background-image: url('/wp-content/uploads/2024/10/prev-arrow.png');
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px !important;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 0;
    border: 0 !important;
	cursor: pointer;
	margin-top: -18px;
}
.related_postlist .slick-arrow:hover {
    background-color: #01A1DD;
    background-image: url('/wp-content/uploads/2024/10/prev-arrow-white.png');
}
.related_postlist .slick-arrow.slick-next {
    right: -65px;
    /*transform: translateY(-50%) rotate(180deg) !important;*/
}

.related_postlist .slick-arrow.slick-prev {
    left: -65px;
}
.single-post .related_postlist {
    margin: 50px 0 0;
}
.cus-post-box {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
    margin-bottom: 23px;
    transition: .4s;
    min-height: 266px;
}
.cus-post-box img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}
.related_postlist .cus-post-inner p {
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	padding: 14px 15px 0;
    -webkit-box-orient: vertical;
	font-size: 15px;
	font-weight: 500;
	font-family: Poppins;
}
.related_postlist .slick-dots {
    display: none !important;
}
.related_postlist .cus-post-inner p a {
	color: #000;
	padding: 0;
}
.related_postlist .cus-post-inner p a:hover {
	color: #00a2de;
}
.related_postlist .cus-post-slider {
    margin: 22px auto 0;
    max-width: 1245px;
}
.related_postlist .slick-slide {
    padding: 0 10px;
}
.faq .faq-answer-seo {
    display: none;
}
.faq .faq-answer-seo.open {
    display: block;
}

/* New Blog Post Layout Close */

.overlay-bg>.row-bg-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #111;
    background: linear-gradient(50deg, rgba(17, 17, 17, 0.65) -7%, rgba(253, 187, 45, 0.06) 100%);
}




@media screen and (min-width: 1600px) {
	  .container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
        padding: 0px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1599px){
	    .container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
        padding: 0px 90px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1420px){
	#header-outer #logo img, 
	#header-outer .logo-spacing img {
    	height: 50px;
	}
	.home div#header-space {
    	height: auto !important;
	}
	body .header-call-btn {
        font-size: 11px;
        padding: 7px 14px !important;
    }
}

@media screen and (max-width: 1536px) {
body div#wpcs_content_main_1072{
	overflow-y: scroll;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close {
    z-index: 99 !important;
}
#slide-out-widget-area[class*="slide-out-from-right"] .inner-wrap {
    margin: 0;
    padding-top: 30px;
}	
div#slide-out-widget-area.slide-out-from-right.mobile.material-open:before {
    content: "";
    background: #272727;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
a.slide_out_area_close.follow-body.material-ocm-open:focus,
a.slide_out_area_close.follow-body.material-ocm-open:before,	
a.slide_out_area_close.follow-body.material-ocm-open:focus:before {
    background-color: transparent !important;
}
}

/* Header Mega Menu Start */
@media screen and (min-width: 1251px) {
	/*header#top .container, 
	header#top .container .row{
		position: static;
	}
    .blog-mega-menu {
        position:static!important;
    }
	.blog-mega-menu *{
		pointer-events: all !important;
	}
    .blog-mega-menu ul.sub-menu:not(.blog-mega-menu ul.sub-menu ul) {
        border: none!important;
        padding: 0!important;
    }
    .blog-mega-menu ul.sub-menu li:not(.blog-mega-menu ul.sub-menu ul li) {
        padding: 0!important;
    }
    .blog-mega-menu ul.sub-menu li a:not(.blog-mega-menu ul.sub-menu ul li a) {
        padding: 0!important;
    }
    .blog-mega-menu ul.sub-menu ul {
        position: static!important;
        visibility: visible!important;
        opacity: 1!important;
        width: 100%!important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 30px 50px !important;
        max-height: 65vh!important;
        overflow-y: scroll;
        border-top: none!important;
		margin-top: 0 !important;
    }

    .blog-mega-menu ul.sub-menu {
        width: auto;
        left: 0!important;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform .3s ease,.3s ease!important;
		background-color: #fff;
		box-shadow: 0 400px 600px #0000009c;
    }
	header .eutf-header-menu.eutf-horizontal-menu .eutf-first-level:not(.megamenu):not(.eutf-menu-area-item) .eutf-classic-sub-menu ul.sub-menu {
		transform: scaleY(1);
	}	
    .blog-mega-menu ul.sub-menu a:empty {
        display: none!important;
    }
    .blog-mega-menu ul.sub-menu ul li {
        padding: 0!important;
        margin-bottom: 12px!important;
        width: 100%;
        height: max-content!important;
        width: 22%;
    }
    .blog-mega-menu ul.sub-menu ul li a {
        font-size: 15px!important;
		font-weight: 500;
        line-height: 20px!important;
        padding: 0!important;
        width: 100%!important;
    }
    .blog-mega-menu ul.sub-menu ul li a:hover {
        background: 0 0!important;
        color: #01a1dd !important;
    }
    .post-mega-wrapper {
        border-top: 3px solid #01a1dd;
		position: relative;
    }
    .post-mega-wrapper h3 {
        width: 100%;
		position: relative;
        padding-left: 40px;
        border-bottom: 1px solid #504f4f;
        margin: 0!important;
        padding-top: 25px;
        padding-bottom: 15px;
    }
    body[class] #header-outer header#top li.blog-mega-menu .post-mega-wrapper h3 a {
        font-size: 20px!important;
        font-weight: 600 !important;
        color: #01a1dd !important;
        width: max-content!important;
		position: relative;
    }
	.post-mega-wrapper h3 a:hover{
		color: #01a1dd !important;
	}
    .blog-mega-menu ul.sub-menu ul::-webkit-scrollbar {
        width: 10px;
    }
    .blog-mega-menu ul.sub-menu ul::-webkit-scrollbar-track {
        background: #e6e6e6;
    }
    .blog-mega-menu ul.sub-menu ul::-webkit-scrollbar-thumb {
        background: #01a1dd;
    }
    .blog-mega-menu ul.sub-menu ul::-webkit-scrollbar-thumb:hover {
        background: #2f3b63;
    }
    .post-mega-wrapper h3 a:after {
        content: "";
        width: 17px;
        height: 15px;
        background: url('/wp-content/uploads/2024/10/right-arrow-blue.png');
        position: absolute;
        background-repeat: no-repeat;
        background-size: 100%!important;
        background-position: center;
        right: -22px;
        top: 4px;
        transition: .4s;
    }
    .post-mega-wrapper h3 a:hover:after {
        right: -28px;
    }
    .post-mega-wrapper:before {
        content: "";
        width: calc(100% - 10px);
        height: 58px;
        background: linear-gradient(180deg,#ffffff00,#333);
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 0
    }
    .post-mega-wrapper h3 a:hover {
        background: 0 0!important;
    }*/
}
@media screen and (max-width: 1251px) {
	/*.eutf-hidden-area .eutf-area-inner .eutf-area-scroller .eutf-area-container {
		padding: 5vh calc(10% + 30px) 12vh 10%;
	}
    .blog-mega-menu a:empty {
        display: none!important;
    }
	.post-mega-wrapper h3{
		display: none;
	}
    .blog-mega-menu ul.sub-menu li {
        padding-left: 0!important;
    }
	.inner-wrap ul.menu .sub-menu li a{
		font-size: 14px !important;
    	line-height: 20px !important;
	}
    .blog-mega-menu ul.sub-menu {
        padding-left: 0!important;
    }
	.post-mega-wrapper {
        max-width: 600px;
    }
	.blog-mega-menu .post-mega-wrapper ul {
        max-height: 60vh !important;
        overflow-y: auto !important;
		position: relative !important;
		margin-top: -20px !important;
		padding-left: 20px !important;
    }
	.post-mega-wrapper ul:before {
        content: "";
        width: 100%;
        height: 40px;
        background: linear-gradient(190deg, #ffffff00, #272727);
        position: fixed;
        bottom: -1px;
        z-index: 1;
    }
	.post-mega-wrapper ul::-webkit-scrollbar {
        width: 7px;
    }
	.post-mega-wrapper ul li {
    	margin: 0 0 12px;
	}
	body #eutf-responsive-menu-area .post-mega-wrapper ul li a {
    	font-size: 17px !important;
    	line-height: 1.2;
	}*/
} 




@media screen and (max-width: 1024px){
	.nectar-header-text-content.mobile-only .cust-btn img {
    	filter: none;
	}
	header#top .header-call-btn.cust-btn.book-btn {
    	display: none !important;
		text-indent: -999px;
        width: auto;
        height: auto;
        justify-content: center;
        align-items: center;
        column-gap: 0;
		margin-left: 12px;
		background: #fff;
		border-radius: 0;
		font-size: 0 !important;
	}
	header .header-call-btn.cust-btn.book-btn img {
    	margin: 0 auto !important;
		width: 32px !important;
	}
	header#top ul.buttons.sf-menu .nectar-header-text-content>div{
    	display: flex;
	}
	#slide-out-widget-area .header-call-btn {
    	display: none !important;
	}
	#slide-out-widget-area .inner .nectar-header-text-content.mobile-only {
		padding: 0 !important;
		height: auto;
		margin-bottom: 15px !important;
	}
	#slide-out-widget-area .header-call-btn.cust-btn.book-btn.cunsultation-btn {
		display: inline-flex !important;
		width: 100%;
		background: #fff;
		text-align: left;
		text-transform: inherit;
		margin: 0 !important;
		height: auto;
		padding: 8.5px 15px !important;
		line-height: 1.4;
		font-size: 13px;
		 border-radius: 3px;
        color: #384651;
        justify-content: start;
        column-gap: 9px;
        align-items: center;
	}
	.banner-text {
		padding: 20px 15px;
	}
	.banner-text h1 {
		font-size: 24px;
		margin: 0 0 5px;
	}
	.banner-text p {
		color: #282828;
		line-height: 1.4;
	}
	.breadcrumb {
		left: 15px;
	}
	.banner-text .btn {
		padding: 10px 20px;
		margin-right: 7px;
		font-size: 14px;
	}
	.banner-text .btn.read-more {
    	padding: 10px 35px 10px 20px;
	}
	.banner-text .btn.read-more:after {
		right: 17px;
		top: 16px;
	}
	.banner-text p {
        font-size: 15px;
    }
	.grey-bg {
		padding: 25px 18px;
		margin-bottom: 25px;
	}
	.single-post .grey-bg h3{
		font-size: 20px;
	}
	.grey-bg ul li, .grey-bg ul li a {
    	font-size: 15px;
	}
	.faq-section-title h2,
	.single-post .main-content .content-inner h2 {
		font-size: 22px;
	}
	.single-post .main-content .content-inner h3 {
		font-size: 18px;
	}
	.cus-cta-box {
		padding: 25px 15px 30px;
	}
	.cust-btn {
		padding: 13px 10px;
		margin: 5px 0 0;
		font-size: 14px;
	}
	.single-post .cus-cta-box h5 {
		font-size: 15px;
	}
	body.single.single-post .cus-cta-box h3 {
		font-size: 20px;
	}
	.cus-cta-box p {
		font-size: 15px;
		line-height: 1.4;
	}
	.single.single-post h3.section-title {
		max-width: 490px;
		margin: 0 auto 20px;
		font-size: 22px;
	}
	.faq__item .faq-question-seo {
		font-size: 18px;
		padding: 13px 45px 13px 18px;
		font-size: 15px;
	}
	.cust-faq-section .collapsible__content {
		padding: 14px 18px 18px !important;
		font-size: 15px;
		line-height: 1.3;
	}
	.related_postlist .cus-post-inner p {
		line-height: 1.4;
		padding: 14px 15px 0;
		font-size: 14px;
	}
	.related_postlist .slick-slide {
    	padding: 0 7px;
	}
	.related_postlist .cus-post-slider {
		margin: 22px 40px;
	}
	.related_postlist .slick-arrow.slick-prev {
    	left: -32px;
	}
	.related_postlist .slick-arrow.slick-next {
    	right: -32px;
	}
	.related_postlist .slick-arrow{
		width: 32px;
    	height: 32px;
		background-size: 15px !important;
	}
	.cus-post-box img {
		height: 155px;
	}
	.cus-post-box {
		min-height: 220px;
	}
	.cust-faq-section {
		padding: 45px 0;
	}
	.single-post .post-imgWrap img {
		border-radius: 5px;
		height: 230px;
	}
	.single-post .main-content .articleInfo {
		padding-right: 15px;
	}
	.article_meta .article__date {
		font-size: 13px;
	}
	.article_share-label {
		font-size: 15px;
		margin: 0 0 4px;
	}
	.article_share .article_share-button-item {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
	.eutf-casestudies .cs_button.cs_button_light {
		display: inline-block !important;
		margin: 22px 0 0;
		width: auto;
		height: auto;
		padding: 10.5px 20px !important;
		font-size: 13px;
	}
}

@media screen and (max-width: 999px){
/* Header Start */
/*.inner-submenu.menu-item ul.sub-menu {
    left: 0;
	max-height: 300px !important;
    overflow-y: auto !important;
}*/
/* Header Close */
}

@media screen and (max-width: 767px){
	body[class] #header-outer header#top #logo img{
		height: 54px !important;
	}
	.trusted-reviews h3.vc_custom_heading em {
    	font-size: 14px;
	}
	.faq-col .toggle .wpb_wrapper{
		background: transparent;
		padding: 0 15px;
	}
	.helper-text.text-left {
    	text-align: center;
	}
	.helper-text {
		font-size: 14px;
		margin-top: -5px;
	}
	.case-result-text-under-button p {
		padding: 10px 0px 0px;
		font-size: 13px;
	}
	.wpb_wrapper h2.vc_custom_heading.traffic-heading {
        font-size: 23px !important;
    }
	.form-col .nectar-wpcf7-inline-field {
    	padding-bottom: 0.8rem !important;
	}
	#wpcs_content_main_1072 .form-head{
		justify-content: center;
	}
	.wpcs_content_main #wpcs_close_slider_1072 img {
		max-width: 100%;
		width: 32px !important;
        height: 32px !important;
        padding: 6px !important;
		object-fit: contain;
	}
	.radio-btn .radio-group label {
		padding: 10px 18px;
		margin: 0 6px 5px 0;
	}
	.form-col .nectar-wpcf7-inline-form.mobile-fullwidth.mobile-1-col {
    	margin-bottom: 0;
	}
	#wpcs_content_main_1072 .wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    	padding-right: 0;
	}
	#wpcs_content_main_1072 .wpcf7-form textarea {
    	max-height: 118px;
	}
	.form-head img {
		max-width: 130px;
		height: 50px;
		object-fit: contain;
	}
	.form-head h3 {
    	font-size: 15px;
	}
	.form-head {
    	padding: 12px 20px;
	}
	body div#wpcs_content_main_1072{
		overflow-y: scroll;
	}
	.btm-phone-no{
    	margin-top: -14px;
	}
	.btn-wrap {
    	column-gap: 5px;
		display: grid;
	}
	.btn-wrap.text-center {
		justify-content: normal;
	}
	#slide-out-widget-area.slide-out-from-right{
		z-index: 99 !important;
	}
	/* Home New Page Start */
	.strategic-right-col.vc_col-sm-6 {
    	display: block !important;
	}
	.faq-col .toggles {
		margin: 25px auto 0;
		padding: 0px 10px 10px;
	}
	
	h3.vc_custom_heading.award-title {
		padding: 7px 15px;
		font-size: 16px;
		line-height: 25px;
	}
	h3.vc_custom_heading.award-title {
		padding: 3px 20px;
		font-size: 13px !important;
	}
	.home-banner .row-bg.viewport-desktop.using-image {
    	background-position: 50% 50% !important;
	}
	.padding-mob-0.wpb_column {
    	padding: 0 !important;
	}
	.home-banner h1.vc_custom_heading {
		text-align: center !important;
		color: #fff !important;
		font-size: 29px !important;
	}
	.home-banner .inner-wrap.row-bg-layer.using-image{
		position: relative;
	}
	.home-banner .inner-wrap.row-bg-layer.using-image:before,
	#main-banner>.row-bg-wrap:before{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.25);
		top: 0;
		left: 0;
		z-index: 2;
		right: 0;
	}
	.home-banner.avo-page-banner .btn-wrap{
		margin: -15px 0 30px !important;
	}
	.home-banner .btn-wrap {
		margin: 15px 0 20px !important;
		flex-direction: column;
	}
	.inner img.star-rating {
		max-width: 290px;
		margin: 0 auto;
	}
	.hero-sub-heading p {
		font-size: 15px;
	}
	.sub-heading-check-list li {
		font-size: 15px;
	}
	.wpb_row.full-width-section.home-banner{
		padding-bottom: 20px !important;
	}
	.home-banner .cust-btn {
        padding: 12px 6px;
        margin: 8px auto 0;
        font-size: 13px;
        display: inline-flex;
        line-height: 1.4;
        min-width: unset;
		height: 43px;
		width: 100%;
    }
	.location-tabs ul {
    	column-gap: 5px;
	}
	
	.location-tabs {
		position: relative;
		bottom: 0 !important;
		margin-top: 7px !important;
	}
	.brb-review-data {
		justify-content: center;
	}
	.home-banner .brb-review-data {
        padding-left: 0;
		margin-bottom: 0px !important;
    }
	.location-tabs ul li a {
		font-size: 13px;
		font-weight: 800;
		padding: 8px 0px;
		border-radius: 4px;
		column-gap: 6px;
		min-width: unset;
		justify-content: center;
		display: flex;
	}
	.location-tabs ul li a img {
		max-width: 12px !important;
		height: auto !important;
		object-fit: contain;
	}
	.location-tabs ul li a:hover {
		background: transparent;
		color: #fff;
	}
	.location-tabs ul li {
		display: inline-block;
		margin: 0 4px 8px;
	}
	.rc-carousel-box .rc-carousel-item .rc-carousel-item-image{
		max-width: 70px;
	}
	.rc-carousel-item {
		width: auto;
		height: auto;
	}
	.rc-carousel .rc-carousel-box {
		gap: 0.5em;
	}
	.fancy-ul ul.cust-check-list li {
		line-height: 1.2;
		margin: 0 0 10px;
		padding-left: 26px;
	}
	.fancy-ul ul.cust-check-list {
    	column-count: 1;
	}
	.fancy-ul ul.cust-check-list li i {
    	line-height: 1 !important;
	}
	.inner .strategic-lg-img {
		height: auto !important;
		width: 100%;
	}
	.inner .strategic-sm-img {
		max-width: 110px !important;
		height: 100px !important;
		bottom: 35px;
	}
	.expertise-section .col.child_column .vc_column-inner {
		min-height: 118px;
		border-radius: 6px;
	}
	.expertise-section .vc_col-sm-3.wpb_column {
    	width: 33% !important;
		margin-bottom: 6px;
	}
	.services-in-mobile .row_col_wrap_12_inner .wpb_column.column_container.vc_column_container {
    	width: 50%;
	}
	.expertise-section .service-icons .wpb_wrapper .bullet-points {
		line-height: 1.2;
	}
	.vc_col-sm-6.cust-content {
    	padding: 0px !important;
	}
	.step-box .nectar-fancy-box .inner {
		min-width: unset;
		left: 0;
	}
	.expertise-section .service-icons .wpb_wrapper h3 {
		font-size: 11px;
		line-height: 1.3;
		font-weight: normal;
	}
	.expertise-section .service-icons .wpb_wrapper h3 a {
		padding: 7px 2px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.expertise-section .service-icons .row_col_wrap_12_inner .wpb_column.column_container.vc_column_container.col:last-child , 
	.expertise-section .service-icons .row_col_wrap_12_inner .wpb_column.column_container.vc_column_container.col:nth-child(14), 
	.expertise-section .service-icons .row_col_wrap_12_inner .wpb_column.column_container.vc_column_container.col:nth-child(13) {
    	display: none;
	}
	.expertise-section .last-inner-col .row_col_wrap_12_inner .wpb_column.column_container.vc_column_container.col:last-child {
		display: block !important;
	}
	.hover-wrap-inner .faq-left-img {
		height: auto !important;
	}
	.eutf-casestudies .cus-post-slider .slick-arrow.slick-prev {
        left: -12px;
    }
	.eutf-casestudies .cus-post-slider .slick-arrow {
        top: 50% !important;
        transform: translateY(-50%);
        bottom: -40px;
    }
	.eutf-casestudies .cus-post-slider .slick-arrow.slick-next {
        right: -12px;
    }	
	.eutf-casestudies .cs_button.cs_button_light {
		display: inline-block !important;
		margin: 22px 0 0;
		width: auto;
		height: auto;
		padding: 11px 28px !important;
		font-size: 13px;
	}
	.hide-on-desktop{
		display: block !important;
	}
	.review-btns .wpb_wrapper {
		margin: -65px 0 25px !important;
	}
	
	.faq-col .vc_col-sm-12 .vc_column-inner {
    	padding: 30px 17px 26px;
	}
	.faq-col h3.toggle-title .toggle-heading {
		font-weight: normal;
		font-size: 16px;
		line-height: 1.4;
		padding: 12px 35px 12px 0;
	}
	.trusted-reviews h4.vc_custom_heading em {
		font-size: 15px;
	}
	.vc_col-sm-6.cust-content {
		background: url(/wp-content/uploads/2025/06/about-image-Criminal-Law-Group.png) no-repeat;
		background-size: 180px;
		background-position: right center;
	}
	.vc_col-sm-6.cust-content.background-none {
		background: none !important;
	}
	#cust-casestudies-section {
    	margin: 15px 0 0;
	}
	#footer-widgets #custom_html-3 {
    	max-width: unset;
	}
	#footer-widgets .col.span_3:first-child {
    	float: right;
    	width: auto;
		margin: 0 0 20px;
	}
	#footer-widgets .col.span_3:nth-child(2), #footer-widgets .col.span_3:nth-child(3) {
    	width: auto;
    	display: inline-block;
	}
	 #footer-widgets .col.span_3:nth-child(3){
		float: left;
    	width: auto;
	}
	 #footer-widgets .col.span_3:nth-child(2){
		float: left;
		 margin: 0 0 25px;
	}
	body[class] #footer-outer #footer-widgets .widget h4,
	body[class] #footer-outer #footer-widgets .widget h3 {
		font-size: 17px !important;
		margin-bottom: 5px;
		padding-left: 8px;
	}
	#footer-widgets ul.offc-location {
    	margin: 7px 0 0;
		max-width: unset;
	}
	body #footer-outer #footer-widgets .offc-location li {
    	margin: 0;
	}
	body #footer-outer #footer-widgets .offc-location li a {
		column-gap: 9px;
		font-size: 13px !important;
	}
	body #footer-outer #footer-widgets .offc-location li a em {
		width: 30px;
		height: 30px;
	}
	#footer-outer #footer-widgets .offc-location li a img {
    	max-width: 12px;
	}
	body[class] #footer-outer #footer-widgets .widget h4:before, 
	body[class] #footer-outer #footer-widgets .widget h3:before {
		width: 2px;
		height: 14px;
		left: 0;
		top: 2px;
	}
	#footer-widgets .col.span_3:last-child {
    	margin-top: 25px;
	}
	#footer-outer #footer-widgets ul.contact-detail li a {
		max-width: unset;
	}
	#footer-outer #footer-widgets ul.contact-detail li a {
    	line-height: 1.5;
	}
	body[class] #footer-outer #footer-widgets ul.contact-detail li.footer-btn {
    	display: none;
	}
	body #footer-outer #copyright[data-layout="centered"] {
    	padding: 8px 0 45px;
	}
	.banner.trusted-reviews .templatera_shortcode>div {
    	padding-bottom: 50px !important;
	}
	.site-info {
    	text-align: center;
	}
	#footer-outer .site-info img {
		max-width: 210px;
		margin: 0 auto;
	}
	/*#footer-widgets:before {
		content: "";
		background: url('/wp-content/uploads/2025/07/light-footer-logo-Criminal-Law-Group.png');
		width: 140px;
		height: 105px;
		left: 0;
		top: 40px;
		opacity: 1;
		transform: none;
		right: 0;
		margin: 0 auto;
		background-size: contain;
	}*/
	#footer-widgets ul#social {
		column-gap: 4px;
	}
	#wpcs_content_main_1072 .btm-phone-no h5:before, #wpcs_content_main_1072 .btm-phone-no h5:after{
		width: 85px;
	}
	.secure-text p {
		font-size: 11px;
	}
	.secure-text p:before {
		left: 3px;
		top: 1px;
		background-size: 9px;
	}
	.custom-bar.bottom {
    	display: none;
	}
	.wpb_raw_code.wpb_raw_html.banner-location-section.location-wrap {
    	margin: 0 0 10px;
	}
	/* Home New Page Close */
	
	/* New Blog Post Layout Start */
	.cust-post-banner {
		min-height: unset;
		flex-direction: column-reverse;
		position: relative;
	}
	.postbanner-img{
		min-height: 220px;
	}
	.cust-post-banner>div {
    	width: 100%;
	}
	.banner-text {
        padding: 35px 25px 65px;
        max-width: unset;
        margin: 0 auto;
		position: static;
    }
	.banner-text .btn {
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
        line-height: 1;
        padding: 14px 20px;
    }
	.banner-text .btn.read-more {
        padding: 14px 35px 14px 20px;
    }
	.breadcrumb ul {
		margin: 0 10px;
        display: flex;
        max-width: unset;
	}
	.single-case_studies .banner-text .breadcrumb {
    	display: none;
	}
	.single-case_studies .banner-text {
        padding: 25px 25px;
    }
	.single-case_studies .related_postlist {
		padding: 45px 0 55px;
	}
	.breadcrumb {
        left: 0;
        top: auto;
        bottom: 0;
        background: #e4e4e4;
        right: 0;
        padding: 8px 15px;
    }
	.breadcrumb ul li:before {
		margin: -3px 4px;
		font-size: 8px;
	}
	.breadcrumb li a {
		font-size: 12px;
	}
	body.single.single-post .container-wrap.no-sidebar {
    	padding-top: 45px !important;
	}
	.grey-bg {
        padding: 20px 18px;
    }
	.single-post .main-content .articleInfo, .single-post .main-content .post-content {
    	width: 100%;
	}
	.single-post .main-content .inner-wrap {
    	flex-direction: column-reverse;
	}
	.faq-section-title h2,
	.single-post .main-content .content-inner h2 {
		font-size: 22px;
	}
	.single-post .main-content .content-inner p {
		line-height: 1.4;
		font-size: 15px;
	}
	.single-post .main-content .content-inner h3 {
        font-size: 16px;
        line-height: 1.3;
        margin: 15px 0 3px !important;
    }
	.cus-cta-box {
		margin: 25px 0 40px;
		text-align: center;
		border-radius: 10px;
		padding: 35px 20px 40px;
		position: relative;
		overflow: hidden;
		background: #01A1DD;
	}
	.single-post .cus-cta-box h5 {
		font-size: 15px;
	}
	body.single.single-post .cus-cta-box h3 {
		font-size: 22px;
		margin: 15px 0 12px !important;
	}
	.cust-btn {
		padding: 10px 15px;
        margin: 8px 0 0;
        font-size: 10px;
        line-height: 1.4;
        min-width: unset;
	}
	.cust-btn.book-btn img {
    	width: 15px !important;
	}
	.cust-btn img {
		width: 15px !important;
		height: 15px !important;
	}
	.expertise-section .service-icons .wpb_wrapper .bullet-points {
		padding: 10px 5px;
		line-height: 1.4;
		font-size: 15px;
	}
	.single-post .post-imgWrap img {
		height: auto;
	}
	.single-post .post .content-inner {
    	padding-bottom: 30px;
	}
	.single-post .container.main-content {
    	padding-bottom: 50px;
	}
	.cust-faq-section {
        padding: 35px 0 25px;
    }
	.cust-faq-section .faq__item {
		border-radius: 4px !important;
		margin: 0 auto 12px;
	}
	.faq__item .faq-question-seo {
        padding: 11px 35px 11px 15px;
        font-size: 14px;
    }
	.faq__item .faq-question-seo:before {
		right: 13px;
		top: 11px;
		font-size: 22px;
	}
	.cust-faq-section .collapsible__content {
        padding: 12px 15px 15px !important;
        font-size: 14px;
        line-height: 1.4;
    }
	.single-post .related_postlist {
    	margin: 35px 0 0;
	}
	/* New Blog Post Layout Close */
	.service-icons.services-in-mobile .row_col_wrap_12_inner .wpb_column.column_container.vc_column_container,
	.expertise-section .services-in-mobile .row_col_wrap_12_inner .wpb_column,
	.expertise-section .services-in-mobile .vc_col-sm-3.wpb_column {
        width: 50% !important;
    }
	.contact-section .row_col_wrap_12.col.span_12.dark.left {
    	flex-direction: column-reverse;
	}
	.contact-section form.wpcf7-form {
    	margin: 0 0 30px;
	}
}

@media only screen and (max-width: 690px) {
    body .container {
        max-width: unset;
        padding-left: 15px;
        padding-right: 15px;
    }
}















/*
******************************* WOLF IQ Customizations
*/

/* Custom PPC Classes */
/* .light-blue {
    color: #39b9ed; 
}

.force-montserrat,
.ppc-pages p,
.ppc-pages h1,
.ppc-pages h2,
.ppc-pages h3,
.ppc-pages h4,
.ppc-pages h5,
.ppc-pages h6 {
    font-family: 'Montserrat', sans-serif !important;
}

.hd-letter-space-wide {
    letter-spacing: 3px;
}

.ppc-pages .wpb_row {
    margin-bottom: 0;
}

.boxed-container {
    width: 100%;
    max-width: 1425px;
    margin: 0 auto !important;
    padding-left: 20px;
    padding-right: 20px;
}

.single-ppc_pages .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}

.flex-center-end > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 10px;
}

.flex-center-center > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}


.ppc-small-btn span {
    font-size: 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.ppc-small-btn .link_wrap {
    border-radius: 50px;
    column-gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ppc-regular-btn span {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 12px;
    display: block;
    border-radius: 50px;
}

.ppc-regular-btn .link_wrap {
    border: 2px solid #39b9ed !important;
    padding: 10px 30px !important;
}


.ppc-banner-img {
    width: 100%;
    object-fit: cover;
}

.ppc-pages .ti-widget .ti-footer  {
    margin-top: 11px !important;
}

.ppc-pages .ti-widget .ti-footer .ti-row {
    background: #fff;
    padding: 24px 30px;
    border-radius: 10px;
}

.trust-pills-section .span_12 > .wpb_column .vc_column-inner {
    box-sizing: border-box;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #000928;
    height: 100%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.trust-pills-section .span_12 > .wpb_column .vc_column-inner .iwt-icon i {
    color: #39b9ed !important;
} */














