@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//hardwickkrauss.com/wp-content/themes/woodmart/fonts/woodmart-font-2-700.woff2?v=8.0.0") format("woff2");
}

:root {
	--wd-text-font: "Red Hat Display", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: rgb(56,56,56);
	--wd-text-font-size: 19px;
	--wd-title-font: "The Seasons Bold", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-transform: uppercase;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "The Seasons Bold", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Red Hat Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "The Seasons Bold", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Red Hat Display", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(89,107,91);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(89,107,91);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(226,155,141);
	--btn-accented-bgcolor-hover: rgb(98,110,96);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1337px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1320px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "The Seasons Bold";
	src: url("//hardwickkrauss.com/wp-content/uploads/2025/04/The-Seasons-Bold.woff2") format("woff2"), 
url("//hardwickkrauss.com/wp-content/uploads/2025/04/The-Seasons-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

.wd-content-layout {
    padding-block: 0;
}
.wd-prefooter {
    padding-bottom: 0!important;
}
/* Base Button Style */
.btn-style-default {
    padding: 12px 24px;
    background-color: #596b5b;
    color: #ffffff;
    border: 1px solid #596b5b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.8s ease;
    z-index: 1;
    border-radius:2px;
}
.btn-style-default::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(50 52 51);
    transform: translateY(100%);
    transition: transform 0.8s ease;
    z-index: -1;
    /* border: 1px solid #90595e; */
}
.btn-style-default:hover {
    color: #fff;
    border-width: 0;
    background: unset !important;
    transition: color 0.8s ease;
    background-color: unset;
    border: 1px solid rgb(50 52 51);
}
.btn-style-default:hover::before {
    transform: translateY(0);
    transition: transform 0.8s ease;
}
.btn-black a.btn.btn-style-default {
    background-color:#865C5E;
}
.contact-page input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: rgb(50 52 51) !important;
}
.elementor-element.btn-white .btn-style-default:hover {
    color: #ffffff;
}

.elementor-element.btn-white .btn-style-default {
    background-color: #ffffff;
    border-color: #ffffff;
    color:#596b5b;
}
.elementor-element.btn-pink .btn-style-default:hover,
.cs-team .btn-style-default:hover{
    color: #ffffff;
}
.elementor-element.btn-pink .btn-style-default,
.cs-team .btn-style-default{
    background-color:rgb(50 52 51);
    border-color:rgb(50 52 51);
    color: #ffffff;
}
.cs-practice .wd-info-box:hover img {
    opacity: .6;
    transition: all 0.5s ease-in-out;
}
.cs-practice .wd-info-box:hover p.info-box-title{
    color:#8a555a;
}
.cs-practice .wd-info-box img {
	transition: all 0.5s ease-in-out;
	border-radius: 4px;
}
.over-info-sec .wd-info-box {
    background-color: #FFFFFF;
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.09);
    min-height: 105px;
    align-items: center;
	transition: background-color 0.4s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}
.over-info-sec .wd-info-box:hover {
transform: translateY(-5px);
}
.over-info-sec .wd-info-box .info-box-icon {
    width: 28px;
}
.over-info-sec .info-box-inner {
    margin-top: 0 !important;
}
.elementor-element.cs-why {
    background: linear-gradient(255deg, #0b2e47 21.63%, #103b5a 71.37%, #0b2e47 94.69%);
}
.cs-why .info-box-icon {
    width: 100px;
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 49px;
    height: 100px;
    line-height: 65px;
}
.overlap-cta .wd-info-box {
    background-color: #ffffff;
    padding: 35px;
    box-shadow: 0 0 20px 6px #00000012;
}
.promo-banner.wd-with-link {
    position: relative;
    overflow: hidden;
}
/* 1. Add the shadow at the bottom */
.promo-banner.wd-with-link::before {
    content: "";
    background:linear-gradient(180deg, rgba(17, 25, 48, 0.00) 59.2%, rgb(98 110 96 / 82%) 87.96%);
    position: absolute;
    width: 100%;
    height: 340px;
    bottom: 0;
    left: 0;
    pointer-events: none; /* Ensures the banner link remains clickable */
}

/* 2. Add the irregular shape at the bottom-right corner */
.promo-banner.wd-with-link::after {
    content: "";
    position: absolute;
    width: 83px;
    height: 113px;
    background:rgb(50 52 51);
    clip-path: path("M 134 1.75391 C 72.0544 18.9045 22.6366 50.5665 1.5 105 H 134 V 1.75391 Z");
    right: 0;
    bottom: -15px;
    transition: all 0.2s ease-in-out;
    pointer-events: none; /* Ensures the banner link remains clickable */
}
.promo-banner.wd-with-link:hover::after{
	transform: scale(1.2) rotate(10deg);
}
/* 3. Add the arrow on the shape */
.promo-banner.wd-with-link .wrapper-content-banner::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='60 45 50 50' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M88.1719 77.0625L102.234 63L88.1719 48.9375M100.281 63H71.7656'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
	filter: invert(1);
}

/* Hover effect for arrow */
.promo-banner.wd-with-link:hover .wrapper-content-banner::after {
    transform: scale(1.1);
}
.promo-banner .content-banner {
    width: 75%!important;
}
.promo-banner{
    border-radius: 5px;
}
.wd-accordion.wd-opener-style-arrow>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before {
    color: #596b5b;
    font-size: 18px;
}
.cs-choose .wd-info-box {
	padding: 40px 30px 30px 30px;
	border-radius:2px;
	transition: all 0.3s fadeInUp;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow:4px 4px 0px 0px #32343399;
}
/* Hover Effect */
.cs-choose .wd-info-box:hover {
	background: #fcfcfc;
}
.cs-footerinfo .info-box-icon img {
	width: 50px;
}
.cs-choose .wd-info-box {
    animation: fadeInUp 0.5s ease-in-out;
}
/* Icon Animation */
.cs-choose .info-box-icon img {
    transition: transform 0.3s ease-in-out;
	width: 80px;
}
.cs-choose .wd-info-box:hover .info-box-icon img {
    transform: rotate(10deg) scale(1.1);
}
/* Title Styling */
.cs-choose .info-box-title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: 15px;
    transition: color 0.3s ease-in-out;
}
.cs-choose .wd-info-box:hover .info-box-title {
    color:#596b5b;
}

/* Content Styling */
.cs-choose .info-box-inner p {
    font-size: 16px;
    color: #555;
    transition: color 0.3s ease-in-out;
}
.cs-choose .wd-info-box:hover .info-box-inner p {
    color: #000;
}
textarea {
	min-height: 110px;
	background-color: #ffffff;
	border-color: #333333;
	border-width: 1px;
	font-size: 17px;
	font-weight: 600;
}
input[type='text'], input[type='email'] {
	background-color: #ffffff;
	border: 1px solid #333333;
	font-size: 17px;
	font-weight: 600;
}
/* .row.sb-btn {
    text-align: center;
} */
.scrollToTop {
	background:linear-gradient(45deg, #596B5B, #596B5B);
	color: #ffffff !important;
	border-radius: 0% !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: translateY(10px);
	width: 40px !important;
	height: 40px !important;
}
.scrollToTop.button-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scrollToTop:hover {
    background: linear-gradient(45deg, #323433, #323433);
    transform: scale(1.1);
	color:#ffffff!important;
}
.scrollToTop.button-show:hover {
    animation: bounce 0.5s infinite;
}
.elementor-element.bio-ban {
    background: linear-gradient(255deg, #103b5a 21.63%, #184565 71.37%, #103b5a 94.69%);
}
.elementor-element.side-cta{
    background:linear-gradient(181deg, #103b5a 21.63%, #184565 71.37%, #103b5a 94.69%);
}
.side-form .wpcf7-form .row>[class*="col"] {
    flex-basis: auto;
}
.testimonial-content p,
.testimonial-content{
    color: #ffffff!important;
	padding-bottom: 27px;
	font-family: 'Libre Baskerville';
}
p.testi-heading {
    font-size: 24px;
	padding-bottom:0px;
}
.testimonial-avatar img {
    border-radius: 0!important;
	filter: brightness(87.5);
}
/* .star-rating {
	position: absolute !important;
	color: #e29b8d !important;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
} */
.ft-phone .info-box-icon {
    width: 50px;
}
.wd-social-icon {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.wd-social-icon .wd-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1); 
    transition: transform 0.3s ease-in-out;
}
/* Hover Effect */
.wd-social-icon:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.25);
}
.wd-social-icon:hover .wd-icon {
    transform: rotate(360deg);
}
.cs-footerinfo .wd-info-box:hover .info-box-icon {
    transform: translateY(-10px);
}
.cs-footerinfo .wd-info-box {
    transition: all 0.5s ease;
}
.wd-social-icons>a {
	background: #596B5B !important;
	border-radius: 3px !important;
}
div.wpcf7 input[type="submit"] {
    color: #ffffff;
    background-color:#323433;
    padding: 17px 30px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: unset;
	width: 100%;
}
.cs-footerinfo .wd-info-box:hover h6.info-box-title {
    color: #e29b8d;
}
/* .page-id-56 .elementor-element.cta-banner {
    display: none;
} */
.page-id-56 .row.sb-btn {
    text-align: center;
}
.page-id-56 input[type='text'], .page-id-56 input[type='email'],.page-id-56 textarea {
    background-color: #fafafa;
}
.cs-bio .wd-text-block ul li:before {
    content: "";
    position: absolute;
    background: #e29b8d;
    width: 6px;
    height: 6px;
    left: -15px;
    transform: rotate(45deg);
    top: 11px;
}
.cs-bio .wd-text-block ul li {
    padding-left: 5px;
    list-style: none;
    position: relative;
}
.forminator-label,.forminator-description {
    display: none !important;
}
.forminator-col {
    margin-bottom:5px !important;
}
.forminator-row {
    margin-bottom:5px !important;
}
button.forminator-button.forminator-button-submit {
    background-color: #865c5e;
    color: #ffffff;
	    width: 100% !important;
}
.practice-box .wd-info-box:hover .info-box-content p {
    color: #e29b8d;
}
.featured-videos {
  position: relative;
  overflow: hidden;
}
.featured-videos .elementor-widget-image a::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.125 26.25L26.875 15L8.125 3.75V26.25Z' fill='%2390595e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transition: all 0.3s ease-in-out;
}

/* Optional Hover Effect */
.featured-videos .elementor-widget-image a:hover::after {
  background-color:#90595e;
  background-image:url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.125 26.25L26.875 15L8.125 3.75V26.25Z' fill='white'/%3E%3C/svg%3E");
}
.cs-team p.info-box-title {
    margin-top: -51px;
    padding: 12px 5px;
    background-color: #626e60cc;
    color: #ffffff;
}
.cs-process .wd-info-box {
    box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 35px;
	transition:all 0.5s ease;
}
.cs-process .wd-info-box:hover {
transition:all 0.5s ease;
	transform:translatey(-10px);
}
.cs-process .wd-info-box .info-box-icon {
    position: absolute;
    left: -15px;
    background-color:#865c5e;
    top: -15px;
    padding: 20px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 32px;
}
.cs-footer .info-box-icon {
    width: 28px;
}
.page-id-64 .elementor-element.cta-banner,
.page-id-64 .elementor-element.cs-footer,
div#comments,a.back-to-archive.wd-tooltip.wd-tooltip-inited,
.sharedaddy.sd-sharing-enabled,
div.jetpack-likes-widget-wrapper,
.post-single-page .wd-meta-author,.wd-meta-reply,.wd-post-cat.wd-style-with-bg,.wd-post-meta{
    display: none!important;
}
.single-post .wd-content-area.site-content {
    max-width: 1000px;
    margin: 0px auto;
	padding-top: 80px;
}
.single-post .whb-header-bottom {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #dddddd;
}
.page-id-64 div.wpcf7 input[type="submit"], .side-form input[type="submit"]{
    background-color: #626e60!important;
    width: 100%;
}
.side-practice .elementor-icon-list-item {
display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #626E60;
    margin-bottom: 10px;
    border-radius: 0px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    margin-bottom: 10px !important;
}

.side-practice .elementor-icon-list-item a {
display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    padding: 13px 20px;
}

.side-practice .elementor-icon-list-icon {
  order: 2; 
  margin-left: 10px;
}

.side-practice .elementor-icon-list-text {
  order: 1;
  flex-grow: 1;
	color: #fff!important;
}
.side-practice .elementor-icon-list-item:hover .elementor-icon-list-text{
  color: #ffffff!important;
}
.side-practice .elementor-icon-list-item:hover {
  background-color:rgb(50 52 51); 
}

.side-practice .elementor-icon-list-item:hover .elementor-icon-list-text,
.side-practice .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
  color: #fff;
  fill: #fff;
}
.elementor-element.cs-list li {
    list-style: none;
    position: relative;
}
.elementor-element.cs-list li:before {
    content: "";
    position: absolute;
    background: #626e60;
    width: 6px;
    height: 6px;
    left: -18px;
    top: 10px;
    transform: rotate(45deg);
}
.elementor-element.ft-ctatext .wd-text-block, .elementor-element.ft-ctatext .wd-text-block a {
    color: #ffffff !important;
}
.ft-phone .info-box-inner p, .ft-phone .info-box-inner a {
    color: #ffffff !important;
}
.side-form span.forminator-checkbox-label,
.contact-page span.forminator-checkbox-label{
    color: #ffffff;
}
/* Animation Effect */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
@-webkit-keyframes cfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}@media (min-width: 1025px) {
	.wd-sub-menu li>a {
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #ffffff45;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 700;
	text-transform: capitalize;
	background-color: #596B5B;
}
.wd-sub-menu li>a:hover {
	background-color:#323433;
	color: #ffffff;
}
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 12px;
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a,
.wd-nav[class*="wd-style-"]>li:hover>a{
    color:#596b5b;
}
.wd-dropdown-menu.wd-design-default {
    padding: 0;
}
.wd-nav>li>a {
    height:45px !important;
}
.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
    margin-top: 15px!important;
}
.wd-dropdown {
    box-shadow:unset!important;
	margin-top: 0 !important;
}
.hd-ph .info-box-inner,.wd-info-box.hd-confi .info-box-inner {
    margin-top: 0 !important;
}
.wd-info-box.hd-confi .info-box-inner {
    margin-top: 0;
}
.wd-info-box.hd-confi .info-box-title {
    font-weight: 700;
    color: #976d72;
}
.wd-header-text.txt-spanish {
    font-style: italic;
    color: #865C5E;
    font-size: 25px;
}
.hd-ph .info-box-icon {
    width: 30px;
	overflow: visible!important;
}
.wd-header-text.txt-spanish {
    font-style: italic;
    color: #596b5b;
    font-size: 25px;
}
.wd-info-box.hd-ph {
    background-color:#865C5E;
    padding: 12px 70px;
}
.hd-ph .info-box-title.title {
	margin-top: 0 !important;
	font-size: 29px;
	font-weight: 600;
	line-height: 30px !important;
	color: #ffffff;
	font-family: 'Red Hat Display';
	letter-spacing: 1px;
}
.hd-ph .info-box-inner p {
	font-size: 16px;
	font-weight: 400;
	color: #626e60;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.cs-choose .wd-info-box {
    animation: fadeInUp 0.5s ease-in-out;
    min-height: 465px;
}
.wd-info-box.hd-ph:hover .info-box-icon img {
    -webkit-animation-name: nc-buzz-out;
    animation-name: nc-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wd-scrollbar.platform-Windows {
        --wd-scroll-w: 15px!important;
    }
.e-n-tab-title {
    flex: 1 !important;
}
.testimonial-content {
    max-width: 900px;
    margin: 0 auto;
}
.cs-process .wd-info-box {
    min-height: 365px;
}
@keyframes nc-buzz-out {
10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}

20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
}
100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
}
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.cs-choose .wd-info-box {
	min-height: 663px;
	flex-direction: column;
}
.ft-phone .wd-info-box {
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 311px;
    margin: 0 auto;
}
.wd-social-icons.wd-style-simple.wd-size-default.social-follow.wd-shape-square.color-scheme-light.text-left {
    text-align: center;
    justify-content:flex-start;
}
.wd-info-box.mobile-phone p.info-box-title.title {
    font-size: 27px;
}
.wd-tools-element .wd-tools-icon:before {
    font-size: 34px!important;
}
.wd-info-box.mobile-phone .info-box-inner {
    margin-top: 0!important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.cs-choose .wd-info-box {
    min-height: 322px;
}
.whb-general-header .info-box-icon {
	width:53px;
	padding: 11px;
	border-radius:0px;
}
.contact-page .title-wrapper.text-left {
    text-align: center;
}
.ft-phone .wd-info-box {
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 311px;
    margin: 0 auto;
}
.wd-social-icons.wd-style-simple.wd-size-default.social-follow.wd-shape-square.color-scheme-light.text-left {
    text-align: center;
    justify-content: flex-start;
}
.wd-carousel-container.banners-carousel-wrapper {
	overflow: visible !important;
}
.wd-info-box.mobile-phone p.info-box-title.title {
    font-size: 27px;
}
.wd-carousel-inner,
.wd-carousel,
.wd-carousel-wrap {
	display: block !important;
	transform: none !important;
	transition: none !important;
}
.wd-tools-element .wd-tools-icon:before {
    font-size: 34px!important;
}
.wd-carousel-item {
	width: 100% !important;
	display: block !important;
	margin-bottom: 20px;
}
.wd-info-box.mobile-phone .info-box-inner {
    margin-top: 0!important;
}
}

@media (max-width: 576px) {
	.ft-phone .wd-info-box {
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 248px;
    margin: 0 auto;
}
.contact-page .title-wrapper.text-left {
    text-align: center;
}
.wd-social-icons.wd-style-simple.wd-size-default.social-follow.wd-shape-square.color-scheme-light.text-left {
    text-align: left!important;
    justify-content: flex-start!important;
}
.cs-choose .wd-info-box {
	min-height: 377px;
	flex-direction: column;
}
.home-ban .wd-button-wrapper.text-left {
    text-align: center;
}
.cs-wh .wd-text-block.reset-last-child.text-left {
    text-align: center !important;
}
.cs-wh .wd-button-wrapper.text-left {
    width: 100% !important;
}
.cs-wh a.btn.btn-style-default {
    width: 100% !important;
}
.whb-general-header .info-box-icon {
	width:53px;
	padding: 11px;
	border-radius:0px;
}
.wd-info-box.mobile-phone p.info-box-title.title {
    font-size: 27px;
}
.cs-process .wd-info-box .info-box-icon {
    padding: 14px;
    font-size: 22px;
}
.wd-info-box.mobile-phone .info-box-inner {
    margin-top: 0!important;
}
 .home-ban a.btn.btn-style-default {
    background-color:rgb(50 52 51);
} 
a.btn.btn-style-default {
    padding: 10px 15px!important;
    width: 100%;
}
.elementor-77 .elementor-element.elementor-element-38026a7f::before, .elementor-77 .elementor-element.elementor-element-38026a7f > .elementor-background-video-container::before, .elementor-77 .elementor-element.elementor-element-38026a7f > .e-con-inner > .elementor-background-video-container::before, .elementor-77 .elementor-element.elementor-element-38026a7f > .elementor-background-slideshow::before, .elementor-77 .elementor-element.elementor-element-38026a7f > .e-con-inner > .elementor-background-slideshow::before, .elementor-77 .elementor-element.elementor-element-38026a7f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(64deg, #626E60 19%, #626e60 63%);
}
body .wd-negative-gap.elementor-element.wd-section-stretch.home-ban:before{
background-image: linear-gradient(64deg, #626E60 19%, #626E60 63%)!important;
}
.elementor-element.wd-section-stretch.home-ban .title-wrapper.text-left .liner-continer h1::after {
    background-position: center!important;
}
.promo-banner.wd-with-link::after,
.promo-banner.wd-with-link .wrapper-content-banner::after{
display:none!important;
}
.promo-banner .wrapper-content-banner {
    padding: 0!important;
}
.whb-row.whb-general-header {
    margin-top: -1px;
}
.overlap-contact .wd-info-box .info-box-icon {
    width: 20px;
}
.cs-practice .wd-carousel-container.banners-carousel-wrapper {
	overflow: visible !important;
}
.wd-tools-element .wd-tools-icon:before {
    font-size: 34px!important;
}
.cs-practice .wd-carousel-inner,
.cs-practice .wd-carousel,
.cs-practice .wd-carousel-wrap {
	display: block !important;
	transform: none !important;
	transition: none !important;
}
.promo-banner .content-banner {
	width: 100% !important;
	background-color: #323433;
	padding: 23px 15px;
	text-align: center;
}
.cs-practice .wd-carousel-item {
	width: 100% !important;
	display: block !important;
	margin-bottom: 20px;
}
.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    padding: 22px 20px!important;
    font-size: 20px!important;
}
}

