@import url("https://use.typekit.net/bai1tzz.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=League+Gothic&display=swap');

:root {
  --primary: #132339;
  --secondary-bg:#FBFBFB;
  --highlight:#ac8e6a;  
  --secondary: #ac8e6a;
  --third: #CEC7FF;
  --textcolor: #011e21;
  --fourth: #01373D;
  --fourth: #132339;
  --primary-font-h1:'Noto Serif', sans-serif;
}
body .container { max-width: 1520px; margin: auto; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: none; }

body{
    font-family: 'Noto Sans', sans-serif; 
    font-size: 17px; 
    line-height: 1.4;
    overflow-x: hidden;
    font-weight: 400;
    color: var(--textcolor);
}
*{
	line-height: normal;
}
body:not(.home) p{line-height: 27px;}
.home p{line-height: 27px;}

.main-content ul,.az-post-content ul{padding-left: 35px; margin-bottom: 15px;}
.main-content ul li,.type-practice-areas ul li,.lts-content ul li,.az-post-content ul li{
	list-style-type: none;
	padding-left: 27px;
	font-size: 17px;
	color: var(--textcolor);
	line-height: 28px;
    font-weight: 400;
    position: relative;
}

.main-content ul li::after,.type-practice-areas ul li:after,.lts-content ul li:after,.az-post-content ul li:after{
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	background: var(--primary);
}

.btn-tel{
    font-weight: 500;
    color: #2D429F;
    margin-right: 50px;
}
.cta {
	font-size: 28px;
	color: var(--primary);
	font-family: Noto Sans;
    font-weight: 700;
}
.phone-cta span {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: Noto Sans;
	color: var(--secondary);
}
span.bar:hover { background: var(--secondary); } 
.phone-inner { display: flex; flex-direction: column; margin-left: 15px; } 
.phone-cta a.zero-font { font-size: 0; }
a.btn-sqr span { z-index: 1; position: relative; }
.bar:hover { background: var(--secondary); }
.phone-inner { display: flex ; flex-direction: column; margin-left: 15px; }
.btn-sqr {
    align-items: center;
    display: flex;
    justify-content: center;
    background: rgba(186, 234, 160, 0.1);
    margin-left: auto;
    border-radius: 0;
    font-size: 16px;
    padding: 9px 15px;
    color: var(--secondary); /* Ensure text color is set */
    border: 1px solid var(--secondary);
    position: relative;
    overflow: hidden; /* Prevent the hover effect from spilling outside */
    z-index: 1; /* Ensure text remains above the background */
    text-decoration: none; /* Remove underline for links */
    transition: color 0.3s ease; /* Smooth text color transition */
}

.btn-sqr::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Start off-screen */
    width: 100%;
    height: 100%;
    background: var(--secondary); /* Background color for hover effect */
    z-index: 0; /* Keep the background behind the text */
    transition: left 0.4s ease; /* Smooth left-to-right animation */
}

.btn-sqr:hover::before {
    left: 0; /* Move the background into view */
}

.btn-sqr:hover {
    color: #fff; /* Change text color to white for contrast */
}

.btn {
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: var(--primary);
	padding: 15px 40px;
	display: inline-block;
	text-decoration: none;
	min-width: 210px;
}

.btn:hover{
    background: var(--secondary);
    color: #fff;
}

a{
    color: var(--primary);
}
a:hover{
    color: var(--highlight);
    text-decoration: none;
}

/* Header */
.row {
	display: flex;
	flex-wrap: wrap;
}
.mega-menu .row {
	height: 100%;
}
.left-side,.right-side {
	flex: 0 0 50%;
	max-width: 50%;
}
.right-side {
	padding-top: 110px;
}
.left-side figure {
	position: relative;
	height: 100%;
}
.left-side figure img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.nav-menu ul li::after {content: none;}
.nav-menu ul li a {
	font-size: 35px;
	font-family: var(--primary-font-h1);
	line-height: 50px;
	padding: 10px 0;
	display: block;
}

.btn-a {
	display: flex;
	align-items: center;
	gap: 20px;
}
.btn-a strong {
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
.spb {
	border-top: 1px solid var(--primary);
	width: 20px;
	margin-right: -7px;
}
.bar {
	width: 48px;
	height: 48px;
	background: var(--primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
    transition: 0.2s ease all;
    position: relative;
    z-index: 151;
}
.bar:hover {
	transform: scale(1.12);
}
.bar svg {
	width: 20px;
	fill: #fff;
}
.right-box {
	padding-left: 30px;
	border-left: 1px solid rgba(78,81,80,.15);
}
.right-box {
	padding-left: 30px;
	border-left: 1px solid rgba(78,81,80,.15);
	min-height: 110px;
	align-items: center;
	display: flex;
}


.header {
	width: 100%;
	background: none;
	padding: 0;
	z-index: 105;
	position: relative;
	background: #fff;
}
.navbar .container {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 49px;
}
.src-btn {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-right: 25px;
}
.src-btn a.src-button {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f8f8;
	border-radius: 50%;
}
.src-btn a.src-button svg {
	width: 20px;
    height: 20px;
}

.home-banner figure {
	position: relative;
	width: 100%;
	height: calc(100vh - 130px);
	z-index: 99;
    border-radius: 24px;
    overflow: hidden;
}
.home-banner figure::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.home-banner figure img {
    max-width: 620px;
    margin-left: 60px;
}

.pa-section {
	background: var(--secondary-bg);;
	padding: 90px 0 190px;
	text-align: center;
}
.pa-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.pa-item .item {
	flex: 0 0 calc(25% - 23px);
	max-width: calc(25% - 23px);
	background: var(--primary);
	min-height: 356px;
    overflow: hidden;
    transition: 0.3s ease all;
}
.pa-item .item:hover{background: #000;}

.pa-section .btn {
	margin-top: 20px;
	margin-bottom: -10px;
}
.pa-section .box {
	border: 1px solid var(--secondary);
	height: calc(100% - 30px);
	margin: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
    text-align: left;
}
.pa-section .box h2 {
	font-size: 32px;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 100%;
	font-family:var(--primary-font-h1);
	text-align: center;
	font-weight: 300;
}
.pa-section .box p {
	line-height: 25px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-align: center;
}
.pa-section .stnbr {
	font-size: 50px;
	font-family: Noto Sans;
	font-weight: 600;
	color: var(--secondary);
	margin-bottom: 14px;
	text-align: center;
	display: block;
	width: 100%;
}

.back-text {display: none;}
.stnbr svg path{fill: var(--secondary);}

.pa-section .box:hover .back-text{display: block;}
.pa-section .box:hover h2{display: none;}
.hover-img-xd { position: absolute; left: 0; width: 100%; height: 100%; }
.hover-img-xd img { width: 100%; height: 100%; object-fit: cover; }
.section-servicesss {
	text-align: center;
	background: url(/wp-content/uploads/2024/11/hero-desktop.jpg;);
	background-position: center;
	background-size: cover;
	position: relative;
}

.section-services .row { position: relative; }

.section-services .box {
	height: 454px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	z-index: 2;
	position: relative;
	transition: 0.3s ease all;
	padding: 0 50px;
	border-right: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    position: relative;
}
.section-services .box h3 { color: #fff; font-size: 28px; margin: 10px 0 5px; min-height: auto; position: relative; z-index: 9; margin-bottom: 55px; }

.section-services .box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(172, 142, 106, 0.6);
	mix-blend-mode: multiply;
	visibility: hidden;
	transform-origin: top center;
	transform: scaleY(0) translateZ(100px);
	transition: opacity .5s ease,visibility .5s ease,transform .7s ease;
	z-index: 9;
}
.section-services .box:hover:before{
	visibility: visible;
	transform: scaleY(1) translateZ(0);
}
.hover-img-xd:before { position: absolute; left: 0; width: 100%; height: 100%; background: #0000006b; top: 0; content: ''; } 
.hover-img-xd.default::before { background: #00000026; }



.section-services .box .link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	text-decoration: none;
	font-size: 0;
	color: #fff;
	background: rgba(255, 255, 255, 0.5) url(../img/arrow-up-solid.svg);
	border: 1.16px solid #f2e0c9;
	box-shadow: 0 6px 30px 3px #00000017;
	border-radius: 50%;
	transition: all .5s ease;
	position: absolute;
	top: 35px;
	right: 35px;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	transform: rotate(45deg);
}

.section-services .box:hover .link{opacity: 1; z-index: 9;}



.small-banner .row {
	background: var(--primary);
	padding: 10px 0 15px;
}
.small-banner-content .h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 51px;
	font-family: 'Noto Serif', sans-serif;
}
.p-title h2, .p-title .h2,.p-title h1 {
	font-size: 57px;
	text-transform: uppercase;
	line-height: 1;
	font-family: var(--primary-font-h1);
	letter-spacing: -1px;
}
.p-title h2 span, .small-banner.p-title .h2 span {
	color: var(--secondary);
}
.small-banner-content p {
	color: #fff;
	font-size: 19px;
}
.small-banner .col-6 {
	padding: 30px 60px;
}
.small-banner .get-free {
	display: inline-flex;
	flex-direction: column;
	align-content: flex-end;
	flex-wrap: wrap;
	justify-content: center;
}
.small-banner .right-data span {
	font-size: 25.658px;
	font-family: var(--third-font);
	color: #FFF;
	opacity: .8;
}
.small-banner .btn-tel {
	color: var(--highlight);
	margin-right: 50px;
	font-weight: 600;
	font-size: 60px;
}
.small-banner .btn-tel:hover{color:#fff;}
.faq .heading {
	text-align: center;
	padding: 70px 20px 70px;
}
.faq .p-title h2,.faq .p-title h1{color: var(--primary); font-size: 56px; margin-bottom: 35px;}

.p-title h2 span, .small-banner.p-title .h2 span {
	color: var(--highlight);
}

.rt-content {padding-left: 120px;}
.rt-content span{
    color: var(--secondary);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
}
.rt-content h2 {
    color: var(--fourth);
    font-family: "Noto Serif";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -2.56px;
}

.about-section {margin-bottom: 55px;}
.lt-tile {
	background: var(--primary);
	color: #fff;
	padding: 12px 15px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 75%;
	margin-top: 42px;
	position: relative;
}
.lt-tile::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	left: -100%;
	background: var(--primary);
	width: 100%;
}
.count-bottom {
	margin-top: 30px;
}
ul.grid {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
ul.grid li::after {content: none;}
ul.grid li{
	padding-left: 0;
	padding-bottom: 0;
}
ul.grid li h3{
    color: var(--fourth);
    font-family: "Noto Serif";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -2.56px;
}
ul.grid li span{
    color: var(--secondary);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: none;
}

.about-section {
	background: var(--secondary-bg);
	padding: 90px 0;
}
.about-section:not(.flip-section){
	margin-bottom: 0;
}

.figure-box figure {position: relative; border-radius: 10px; overflow: hidden;}
.figure-box figure img{width: 100%; height: auto;}
.figure-box h2 {
	font-size: 28px;
	color: #fff;
	font-family: 'Noto Serif', sans-serif;
	text-align: center;
	font-weight: normal;
	margin-top: 37px;
	margin-bottom: 5px;
	line-height: 44px;
}

.about-section .figure-box figure {padding-bottom: 89%;}
.about-section .figure-box figure img{width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover;}

.about-section .row{align-items: center;}

.about-section.flip-section {
	background: #fff;
}
.about-section.flip-section .col-7 {order: -1;}
.about-section.flip-section .rt-content {
	padding-left: 0;
	padding-right: 120px;
}
.about-section.flip-section h2{
    color: var(--fourth);
    font-family: "Noto Serif";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.96px;
}
.about-section.flip-section h2 strong{
    color: var(--highlight);
    font-family: "Noto Serif";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.96px;
}
.figure-box .sm-box {
	border-radius: 8px;
	background: var(--fourth) url(../img/scale-seal.webp);
	margin-top: 20px;
	padding: 30px;
	color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
}
.figure-box .sm-box h3{
    color: #FFF;
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.figure-box .sm-box p {
	color: #E6E6E6;
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 180%;
}
.partner-section figure {padding: 45px; position: relative;}
.partner-section figure img{height: 110px; width: auto!important;}

.wrapper {margin: 0 -50px;}
.partner-section h2 {font-family: var(--primary-font-h1); position: relative; color: var(--primary); margin: 0;}
.partner-section h2 strong {color: var(--highlight);}


h2.title {
	background: var(--primary);
	color: #fff;
	margin: 0;
	font-size: 50px;
	padding-bottom: 5px;
}

.lm-block .btn {padding: 25px 40px; font-size: 22px; display: block; border-radius: 0;}
.lm-block .btn strong {color: var(--secondary); font-weight: 600;}
.lm-block .btn:hover strong {color: var(--primary);}

.partner-section .wrapper{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    padding: 100px 0;
    margin: 0 auto;
}
.partner-section .lt-box {
	flex: 0 0 35%;
	max-width: 35%;
}

.partner-section .awards{
	flex: 0 0 65%;
	max-width: 65%;
}
.partner-section figure{
	padding: 5px;
	text-align: center;
	background: #fff;
	display: flex;
	justify-content: center;
	min-height: 130px;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0,0.2);
	margin: 5px;
    cursor: pointer;
}

.partner-section .container{max-width: 1520px; padding:0px 20px;}
.testimonial-section {
	background: var(--fourth);
	color: #fff;
	padding: 70px 0;
	margin-bottom: 0;
    position: relative;
    margin-top: 50px;
}


/* Menu */

.mega-menu {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgb(242, 244, 246);
	top: 0;
    right: -100%;
    transition: 0.2s ease all;
}
.mega-menu.active{right: 0;}

@media (min-width:1025px){
ul.menu li:hover ul.sub-menu ul { left: 100%; top: 0px; }  
ul.menu li:hover > ul.sub-menu { opacity: 1; visibility: visible; z-index: 9; }
ul.sub-menu li { width: 100%; }
ul.menu li:hover ul.sub-menu ul { left: 100%; top: 0px; }
ul.menu ul.sub-menu {
	display: block !important;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms ease-in-out;
	position: absolute;
	top: 0;
	width: 310px;
	left: 318px;
	margin-left: 0;
	box-shadow: none;
	background: transparent;
}
ul.menu li:hover ul.sub-menu ul { left: 100%; top: 0px; }
}

.sc-logo img{width: 100%; height: auto;}
/* Header */

/* Home Page */
.home-banner {
	background-size: cover !important;
	background: var(--primary);
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: left;
	position: relative;
	flex-direction: column;
	border-radius: 12px;
	max-height: 785px;
}

.home-banner-container {
	max-width: 100%;
	margin: auto;
	width: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	height: 100%;
}


.home-banner-content {max-width: calc( 100% - 650px);text-align: left;margin-left: auto;margin-right: 0;display: flex;width: 100%;height: calc(100vh - 130px);align-items: center;justify-content: center;margin-bottom: 6px;}


.scroll-wrap { position: absolute; left: 50%; bottom: 35px; transform: translate(-50%); z-index: 1; cursor: pointer; }
.scroll-wrap::after {
	content: "";
	width: 16px;
	height: 31px;
	border: 1px solid #F4E0C8;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	transform: translate(-51%,-50%);
}
.scroll-wrap::before {
	content: "";
	width: 2px;
	height: 7px;
	background: #F4E0C8;
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-51%,-50%);
	animation: mover 1s infinite alternate;
	border-radius: 10px;
}
.scroll-box {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.home-banner-content p {
	color: rgba(255, 255, 255, 0.8);
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.2px;
}

.home-banner h1,.home-banner .b-title {
	color: var(--highlight);
	font-size: 102px;
	font-weight: 700;
	line-height: 1.2;
	font-family: League Gothic;
    margin: -120px 0 0;
    text-transform: uppercase;
}

.home-banner h1 em.rwpi,.home-banner .b-title em.rwpi {
	font-family: Archivo;
	font-size: 3.55vw;
	margin-left: 0px;
	font-weight: 800;
    letter-spacing: 0px;
    display: block;
    font-style: normal;
}
.home-banner h1 strong,.home-banner .b-title strong {
	display: block;
	font-size: 30px;
	margin: 11px 0 1px;
	font-weight: normal;
}

.home-banner h1 strong .wpi,.home-banner .b-title .wpi{
	color: #fff;
	font-weight: 400 !important;
	font-family: League Gothic !important;
    font-style: normal;
}
.heading h2 strong,.faq .p-title h1 strong{
	color: var(--highlight);
}

.home-banner h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.home-banner h1 span,.home-banner .b-title span{
    color: var(--secondary);
}
.small-wrap {
	max-width: 1020px;
	margin: 0 auto 45px;
}
.home-banner .b-title {
    margin-top: 0;
}
.small-wrap p{
	font-size: 17px;
	line-height: 30px;
	color: var(--textcolor);
	font-weight: 400;
}

.small-wrap h2 {
	font-size: 60px;
	font-weight: normal;
	margin-bottom: 20px;
    font-family: var(--primary-font-h1);
    color: var(--primary);
}

.pa-item .item:nth-child(2),.pa-item .item:nth-child(3) {
	position: relative;
	bottom: -65px;
}
.pa-section .container {
	max-width: 1520px;
	margin: auto;
}
.pa-section figure {
	position: relative;
	height: 100%;
}
.pa-section figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phone-cta {
	margin-left: auto;
	padding-right: 35px;
	display: flex;
	gap: 0;
	background-repeat: no-repeat;
	background-position: 0 center;
	align-items: center;
}
.phone-cta a:hover svg circle {
    fill: var(--secondary);
}
.section-contact .links a:hover { color: #fff; }
.sc-social a img:hover { opacity: .8; }
a.src-button:hover path {
    fill: #fff;
}

.src-btn a.src-button:hover {background: var(--secondary);}

.partner-section .owl-nav {
	border: 1px solid transparent;
	position: absolute;
	right: 53px;
	top: -62px;
	display: flex;
	gap: 1px;
	padding: 0;
	min-width: 97px;
	height: 49px;
	background: #bdbdbd;
}

.partner-section .owl-nav {text-align: center;}
.partner-section .owl-carousel .owl-nav button.owl-next, 
.partner-section .owl-carousel .owl-nav button.owl-prev{
    font-size: 0;
      width: 47px;
      background: var(--secondary) url(../img/arrow-up-solid.svg) !important;
      color: #fff;
      background-repeat: no-repeat !important;
      background-size: 17px !important;
      background-position: center !important;
      transform: rotate(-90deg);
      height: 47px;
}
.partner-section .owl-carousel .owl-nav button.owl-next{
	transform: rotate(90deg);
}

.star-ratings {
	display: flex;
	padding: 0 85px;
	margin: 20px 0 30px;
}
.testimonial-section h2 {
	color: var(--highlight);
	font-family: "Noto Serif";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
	letter-spacing: -0.96px;
	text-align: center;
	margin: 0;
	padding: 30px 0 5px;
}

.testimonial-section .item{
	padding: 30px 80px;
	margin: 0 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	background-image: url(../img/in-comma.svg),url(../img/inr-comma.svg);
	background-position: 0 top, 100% 42%;
	background-repeat: no-repeat;
    cursor: pointer;
    max-width: 1155px;
}
.t-bottom {
	text-align: center;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
}
.r-title {
	font-weight: 700;
	font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.testimonial-section h3{
	font-family: var(--primary-font-h1);
	font-size: 28px;
	text-align: center;
	margin: 20px 0;
	color: var(--primary);
}
.rv-port {
	width: 75px;
	height: 75px;
	border: 1px solid transparent;
	border-radius: 100%;
	margin: 15px auto 25px;
}
.star-ratings path{fill: #CE1A1A;}

.testimonial-section .owl-prev {
	position: absolute;
	left: -77px;
	top: 35%;
	height: 50px;
	width: 50px;
	background: var(--secondary) url(../img/arrow-up-solid.svg) !important;
	font-size: 0 !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	background-position: center !important;
	transform: rotate(-90deg);
}
.testimonial-section .owl-next {
	position: absolute;
	right: -77px;
	top: 35%;
	height: 50px;
	width: 50px;
	background: var(--secondary) url(../img/arrow-up-solid.svg) !important;
	font-size: 0 !important;
	background-repeat: no-repeat !important;
	background-size: 17px !important;
	background-position: center !important;
	transform: rotate(90deg);
}
.testimonial-section p,.ti-review-content {
	color: #fff;
    text-align: center;
    font-family: "Noto Sans"!important;
    font-size: 24px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 40px!important;
}

.top-block {
	display: flex;
	margin: 0 auto;
	padding: 0 30px;
	align-items: center;
	background: var(--primary);
	padding: 0 200px;
}

.top-block .cta {
	display: flex;
	text-align: left;
	padding: 7px 0;
	margin-bottom: 0px;
	margin-top: 5px;
    gap: 75px;
    min-width: 395px;
    transition: 0.3s ease all;
    align-items: self-end;
}

.cmr {
	background: rgba(242, 224, 201,0.1);
	padding: 10px 15px;
	margin-left: auto;
	margin-top: 30px;
	color: #fff;
	margin-bottom: 30px;
	text-align: left;
    border: 1px solid var(--secondary);
}
.cmr h3 {
	font-size: 24px;
	font-family: 'Noto Serif', sans-serif;
    color: #fff;
}
.cmr .btn {
	font-size: 17px;
	min-width: 150px;
}
.cmr .sm-box a {font-size: 22px; color: #fff; display: block; font-weight: 700; font-family: 'Noto Serif', sans-serif;}
.cmr p {
	color: #fff;
	margin-bottom: 0;
}
.btn-sqr {
	align-items: center;
	display: flex;
	justify-content: center;
	background: rgba(186, 234, 160,0.1);
	margin-left: auto;
	border-radius: 0;
	font-size: 16px;
	padding: 9px 15px;
	color: var(--secondary);
	border: 1px solid var(--secondary);
}

.rpt {
	max-width: 175px;
	margin: 0 auto;
}

/* Home Page */

/* Bread Crumb */
div#crumbs a, div#crumbs { color: #fff; margin-bottom: 25px; }

.block-form {
	margin: 80px 0;
	background: url(../img/Two_Car_Bumped_Car_Accident.webp) no-repeat center center;
}

.block-form_right{
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}
.block-form_wrap {
	background: var(--primary);
	padding: 40px;
	color: #fff;
	width: 100%;
    max-width: 950px;
    min-height: 507px;
}
.gfield_radio {
	flex-direction: row !important;
	flex-wrap: wrap!important;
}
.block-form .gfield_radio .gchoice {
	background: #fff;
	padding: 18px;
	flex: 0 0 calc(25% - 9px);
	max-width: calc(25% - 9px);
	display: flex !important;
	border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.block-form .gchoice input[type="radio"]{opacity: 0!important;}
.block-form .gchoice input[type="radio"]+label {
	position: absolute;
	left: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
    transition: 0.3s ease all;
}
.block-form .gchoice input[type="radio"]:checked+label,.block-form .gchoice input[type="radio"]+label:hover{
	border: 1px solid var(--secondary) !important;
	font-size: 17px!important;
	font-weight: 700!important;
    background: var(--primary);
    color: #fff!important;
}
.block-form_wrap h3 {
	color: #fff;
	font-size: 36px;
}
.gf_progressbar_title {
	color: #fff !important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {background-color: var(--secondary)!important;}
.gform-theme--framework .gf_progressbar {background-color: #fff!important;}
.gform_next_button,.gform_previous_button{
	background: transparent!important;
	border: 1px solid var(--secondary)!important;
	border-radius: 0!important;
	padding: 13px 30px!important;
	font-size: 17px!important;
	min-width: 150px!important;
    color: #fff !important;
}
.gform_next_button{margin-left: auto!important;}
.gform_next_button:hover{background: var(--highlight)!important; border: 1px solid var(--highlight)!important;}

.block-form_right .gfield_label{
	font-family: var(--primary-font-h1)!important;
	font-size: 40px!important;
	color: var(--highlight)!important;
	margin-bottom: 20px!important;
	font-weight: bold!important;
}

.faq-section {
	padding-bottom: 70px;
	padding-top: 70px;
	background: var(--secondary-bg);
}

.faq-header h3 {
    color: var(--fourth);
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}
.faq-header {
	padding: 15px 25px 15px 0px;
    position: relative;
    cursor: pointer;
}

.lts-content {
	margin-right: 20px;
}
.rts-content {
	margin-left: 55px;
}
.flip-section .container {
	max-width: 1520px;
}
.flip-section {padding-bottom: 38px;}

.lt-image {
	flex: 0 0 120px;
	display: flex;
	max-width: 120px;
	justify-content: center;
	align-items: center;
}
.rt-quote p{
	color: var(--primary);
    font-family: var(--primary-font-h1);
}
.top-content {
	position: relative;
	display: flex;
	gap: 25px;
	padding: 30px 0;
	margin-top: 55px;
	background: #F4FFFD url(../img/icon-cta.svg);
	border: 1px solid #333;
	filter: drop-shadow(0px 5px 14px rgba(8, 15, 52, 0.04));
	backdrop-filter: blur(4.300000190734863px);
	padding: 45px 35px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: 95% 87%;
}
.top-content p{margin: 0;}
.top-content h3 {
	color: #01373D;
	font-family: "Noto Serif";
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.6px;
}
.btn-cta {
	margin-top: 50px;
}
.btn-cta a {
	color: var(--primary);
	font-family: "Noto Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	text-transform: uppercase;
}

.btn-cta strong {
	text-transform: uppercase;
	font-weight: normal;
}
.lts-content ul{margin-bottom: 10px; margin-left: 30px;}
.rts-content figure{
	border-radius: 12px;
	overflow: hidden;
	margin: 10px 0 65px;
}
.lts-content ul li::after {top: 12px;}

/* Footer */
.ft-nav li::after,.big-footer li:after{content: none;}

.copyright {
	padding: 23px 40px 20px;
	text-align: center;
	color: #fff;
    border-top: 1px solid RGBA(249, 249, 249,0.2);
}
.copyright p{margin: 0; font-weight: normal; color: #fff; font-size: 15px;}
.copyright .container {display: flex;flex-wrap: wrap;}
.copyright .ft-nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: -10px;
}
.copyright ul {
    list-style-type: none;
    margin: 0;
}
.copyright ul li {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    line-height: 24px;
    color: #fff;
}
.copyright ul li a {
    color: var(--primary);
    font-weight: normal;
}
.copyright{
	display: flex;
	justify-content: space-between;
	padding: 20px 25px;
	align-items: center;
}
.big-footer p{color: #fff;}
.big-footer {
	padding: 135px 0 20px;
	text-align: center;
	color: #fff;
}
.big-footer img {filter: brightness(0) invert(1);}
.blog-section .top-title {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}
.blog-section .container, .faq-section .container { max-width: 1520px; padding: 0px 20px;}
.blog-section a.btn {
	margin-left: auto;
    background-image: url(../img/icon-rtaw.svg);
    background-repeat: no-repeat;
	background-position: 73% 52%;
}
.blog-section a.btn:hover {
    background-image: url(../img/icon-rtaw.svg);
    background-repeat: no-repeat;
	background-position: 73% 52%;
}

.ct-date, .ct-author, .ct-text {
	color: var(--secondary);
	font-family: "Noto Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: block;
	margin: 20px 0 5px;
}
.ct-author a{
	color: var(--primary);
}
.ct-author a:hover{color: var(--secondary);}
.ct-post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ct-author {color: var(--textcolor);}
.ct-text{color: var(--primary);}
.ct-author.ct-optional, .ct-text.ct-optional{margin-top: 0;}
.blog-section .blog-item h3{
    color: var(--fourth);
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.64px;
}
.blog-section .recent-blog figure {
	border-radius: 10px;
	overflow: hidden;
	min-height: 135px;
	position: relative;
    min-width: 175px;
}
.blog-section .blog-item figure {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding-bottom: 36.15%;
}

.blog-section .blog-item figure img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-section .recent-blog figure img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recent-blog h3 {
	color: var(--fourth);
	font-family: "Noto Serif";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: -0.64px;
	margin-bottom: 6px;
}
.recent-blog .ct-date {margin-top: 0;}

.section-contact h2 {
	font-family: "Noto Serif";
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.96px;
    margin-bottom: 30px;
}

.section-contact .container{display: flex; justify-content: space-between; max-width: 1290px; position: relative; z-index: 99}
.footer{background: var(--primary); color: #fff; position: relative;}
.footer:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(19,35,57,0.7);
}

.footer .phone-btn {
	font-size: 35px;
	font-weight: 700;
	margin-top: 20px;
	display: block;
}
.footer h3 {
	font-size: 20px;
	font-family: Noto Sans;
	text-transform: none;
	font-weight: normal;
	color: #fff;
	position: relative;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.footer a.gd-btn {
	color: var(--secondary);
	font-size: 18px;
	margin: 15px 0 0;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--secondary);
}
.footer .btn {
	background: #fff;
	color: var(--primary);
}
.footer .btn:hover{
    background: var(--highlight);
    color: #fff;
}
.social-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-links svg {
	width: 25px;
	fill: #fff;
	height: 25px;
    transition: 0.3s ease all;
}

.bottom-section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: auto;
}
.faq-section .btn{padding: 15px 20px; width: 140px; min-width: 110px;}
.faq-section h4 {
	font-size: 16px;
	font-family: 'Noto Serif', sans-serif;
	font-weight: 600;
}
.faq-section .content {
	min-height: 450px;
	display: flex;
	flex-direction: column;
	padding-right: 40px;
}
.lt-itm {
	padding-left: 18px;
	border-left: 1px solid #dcdcdc;
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.bottom-section .gd-btn {border-bottom: 1px solid #d5d5d5; font-weight: 500;}
.section-cta {
	text-align: center;
	padding: 70px 0 81px;
	background: var(--fourth);
	color: #fff;
	margin-bottom: 1px;
}
.section-cta h2{
    color: var(--highlight);
    font-family: "Noto Serif";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.96px;
}
.section-cta p{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.section-cta .btn {
	border-radius: 4px;
	background: #fff url(../img/icon-rta.svg);
	color: var(--fourth);
	background-repeat: no-repeat;
	background-position: 91% 52%;
}

.section-cta .btn:hover{
    background: var(--highlight) url(../img/icon-rtaw.svg);
    background-repeat: no-repeat;
	background-position: 91% 52%;
    color: #fff;
}

.blog-section {padding: 70px 0 0;}

.top-title {
	text-align: center;
}
.row.sm-row {
	max-width: 810px;
	margin: 75px auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.blog-item {
	padding-right: 30px;
    padding-top: 10px;
}
.blog-item p{max-width: 800px;}

.b-item {
	display: flex;
	gap: 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
    align-items: center;
}
.sm-row h3 {
	color: var(--fourth);
	font-family: "Noto Serif";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0.48px;
	margin-bottom: 0;
}
.blog-section h2{
    color: var(--fourth);
    font-family: "Noto Serif";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -2.56px;
}
.blog-section h2 strong{
    color: var(--highlight);
    font-family: "Noto Serif";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -2.56px;
}
.wh-form {
	border-radius: 10px;
	background: var(--secondary-bg);
	padding: 75px 30px 90px;
	margin: 20px auto -55px;
	z-index: 9;
	position: relative;
	max-width: 1255px;
    box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.1);
}
.wh-form::after {
	content: "";
	position: absolute;
	border: 1px solid var(--highlight);
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	top: 30px;
	left: 30px;
	pointer-events: none;
}
.wh-form::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	border: 1px solid var(--highlight);
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	pointer-events: none;
}

.form-wrap {
	max-width: 680px;
	margin: 0 auto;
	padding: 40px;
	background: var(--primary);
}

.faq-content {
	padding: 15px 25px 15px 0px;

}
.faq-content h3{
    color: var(--fourth);
    font-family: "Noto Serif";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
}
.faq-content p {font-size: 16px;}
.faq-accordion {
	border-radius: 8px;
	background: #FFFEFE url(../img/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: 97% 25px;
	box-shadow: 0px 5px 16px 0px rgba(81, 133, 129, 0.06);
	margin: 20px 10px;
	padding: 20px;
}
.faq-accordion:hover { background: #ac8e6a1c url(../img/icon-plus.svg);background-repeat: no-repeat;
    background-position: 97% 25px; }
.faq-accordion.active {
    background: #ac8e6a1c url(../img/icon-minus.svg);
    background-repeat: no-repeat;
    background-position: 97% 25px;
}
.faq-section h2 {text-align: center;}

input[type="text"], input[type="email"], input[type="tel"], textarea, select:not(.ui-datepicker-title select) {
	min-height: 55px !important;
	border: 1px solid rgba(1, 55, 61, 0.18) !important;
    background: var(--primary) !important;
    color: #fff !important;
    outline: none !important;
}
.gform-theme--foundation .gform_fields {row-gap: 16px!important;}
#gform_2 .gform_button {
	border-radius: 4px !important;
	background: var(--fourth) !important;
	margin: 0 auto;
	padding: 15px 65px;
	background-image: url(../img/icon-rtaw.svg) !important;
	background-repeat: no-repeat !important;
	background-position: 75% 53% !important;
	font-size: 16px;
}
#gform_2 .gform_button:hover{
    background: var(--highlight)!important;
    background-image: url(../img/icon-rtaw.svg)!important;
    background-repeat: no-repeat!important;
	background-position: 79% 53%!important;
}
.gform-theme--foundation .gform-grid-row {column-gap: 4px;}

.big-footer .footer-column{
	flex: 0 0 15.67%;
	max-width: 15.67%;
    text-align: left;
}
.big-footer .footer-column:first-child{
    flex: 0 0 50%;
	max-width: 50%;
    display: flex;
    flex-direction: column;
}
.big-footer h2 {
	color: var(--highlight);
	font-family: "Noto Serif";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0.96px;
}



.footer .social-links a {
	color: #fff;
	display: block;
	width: 45px;
	height: 45px;
	background: transparent;
	border: 1px solid var(--secondary);
	margin: 10px 10px;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	padding: 13px;
	transition: 0.3s ease all;
}
.footer .social-links a:hover{background: var(--secondary);}
.footer .social-links a:hover svg{fill: var(--primary);}
.footer .social-links a br {
	display: none;
}

.footer .container {
	position: relative;
	z-index: 10;
}
.footer .row{
	color: #fff;
	border-top: 1px solid rgba(228, 228, 228, 0.14);
	border-bottom: 1px solid rgba(228, 228, 228, 0.14);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.footer a {
	color: #fff;
	font-size: 16px;
	font-family: Noto Sans;
	font-weight: normal;
}
.footer a:hover,.footer .copyright a:hover{color: var(--highlight);}
.footer .copyright a {
	color: #fff;
	font-size: 15px;
}
.footer-nav-title{font-size: 18px; font-weight: 700;}
.footer-nav ul{margin: 25px 0 0 0; padding: 0;}
.footer-nav ul li{margin-bottom: 15px; list-style-type: none; line-height: 1.4; padding: 0;}
.big-footer .container{display: flex;flex-wrap: wrap; justify-content: space-between;}
.footer-media li{display: inline-block;}
.footer-media li a{padding: 5px 30px 5px 0; display: block;}
.footer-media {margin: 40px 0 60px;}
.copyright img{filter: brightness(0) invert(1);}

/* Footer */
ul li.icon-tel {
	padding: 10px 0 10px 31px !important;
	background: url(../img/icon-np.svg);
	background-repeat: no-repeat !important;
	background-size: 18px;
	background-position: 0 center;
	margin-bottom: 0;
}
ul li.icon-mail {
	padding: 10px 0 10px 31px !important;
	background: url(../img/icon-mail.svg);
	background-repeat: no-repeat !important;
	background-size: 18px;
	background-position: 0 center;
	margin-bottom: 0;
}
ul li.icon-add {
	padding: 10px 0 10px 31px !important;
	background: url(../img/icon-location.svg);
	background-repeat: no-repeat !important;
	background-size: 18px;
	background-position: 0 center;
	margin-bottom: 0;
}
ul li.icon-add p {margin-bottom: 0;}
.home-banner figure::after {content: none;}

.flip-section .figure-box figure {
	padding-bottom: 77%;
}
.flip-section .figure-box figure img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-social{order: 1;}
.sc-social{display: flex; gap: 0px;}
.sc-social a img{transition: 0.3s ease all;}
.sc-social a:hover img{transform: scale(1.1);}

.partner-section {
	background: #fbfbfb;
	margin: 50px 0 0;
}
.small-banner.p-title.mb--160 { background: #fbfbfb; }

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

body.menu-active{overflow: hidden;}
svg.close{display: none;}
.menu-active svg.close{display: block;}
.menu-active svg.open{display: none;}

.nav-menu ul li li a {
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 0;
}
.nav-menu ul ul{
	margin: 0;
	padding: 0;
}
.right-side .main-menu{position: relative;}
.mega-menu .right-side{display: flex; position: relative;}
.mega-menu .right-side ul{height: 100%; border-right: 1px solid #ddd; padding-left: 0; margin-left: 40px}
.mega-menu .right-side ul li{padding: 0}
.mega-menu .right-side ul > li > a{padding: 10px 40px 10px 0;}
.mega-menu .right-side ul ul ul{border: none;}
.mega-menu .right-side ul li li a{padding: 10px 20px}

.right-side_bottom{position: absolute; right: 0; bottom: 0; left: 0; z-index: 99;}
.right-side_bottom ul{display: flex; align-items: center; background: var(--primary); padding: 10px 20px !important; color: #fff; margin: 0 !important; justify-content: space-evenly;}
.right-side_bottom ul li a{color: #fff; display: block;}
.section-contact_right h2{text-align: center; color: var(--secondary);}
.section-contact_right input, .section-contact_right textarea,.section-contact_right select,#input_2_5{border-color: var(--secondary) !important;}
.section-contact{padding: 70px 0}
.section-contact_right{width: 50%;}
.section-contact .links a{color: var(--secondary); }
.section-contact .icon-tel{font-size: 24px; font-weight: bold;}
.section-contact .links{margin: 40px 0;}
.section-contact .sc-social{margin-bottom: 40px;}
.section-contact_left{max-width: 473px;}
.contact-form-wrapper #input_2_5, .contact-form-wrapper #input_2_9{background: #fff!important; border: 1px solid rgba(1, 55, 61, 0.18) !important; padding: 16px 9px; color: #011E21A3 !important; -webkit-appearance: auto; -moz-appearance: auto; appearance: auto;}
div.post-title {
	font-size: 4rem;
	font-weight: 700;
	font-family: var(--primary-font-h1);
}
.page-banner {
	background: var(--primary);
	color: #fff;
	text-align: center;
	margin-bottom: 65px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.page-banner .figure {
	position: relative;
	height: 400px;
}

.page-banner .figure img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-banner .content-area {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7),rgba(0,0,0,0.6));
}
.rank-math-breadcrumb a{color: var(--secondary);}
.gap-50{padding: 50px 0;}
.card {
	background: var(--primary);
	color: #fff;
	padding: 35px 40px;
	border-radius: 10px;
    margin-bottom: 50px;
    width: 100%;
}

.card ul li a {
	color: #fff;
	text-align: left;
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.type-practice-areas {
	padding-left: 70px;
    padding-bottom: 50px;
}

.page-banner + .container {max-width: 1360px;}
.type-practice-areas ol {
	padding-left: 48px;
	margin-bottom: 20px;
}
.type-practice-areas ol li {
    padding: 10px 0;
	padding-left: 10px;
}
.type-practice-areas ul {
	padding-left: 30px;
	margin-bottom: 20px;
}
.practice-areas h1 {
	font-size: 3.5rem;
	line-height: 65px;
	margin-bottom: 20px;
}
.practice-areas a{color: var(--highlight);}
.practice-areas a:hover {color: var(--primary);}
.sidebar {margin-bottom: 50px;}
.faq-wide-section{background: linear-gradient(180deg, #FFF 0.82%, #F6F4EF 18.94%); padding: 0px 0 50px;}

.parctice-area-title h2{
	color: #071753;
	font-family: "Noto Serif";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.92px;
}
.parctice-area-title h2 a {text-decoration: underline;}

.practice-sub-area-block {
	display: flex;
	flex-wrap: wrap;
}
.practice-sub-area-block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 45px;
    padding-left: 35px;padding-right: 35px;
}
.practice-sub-area-block .p-item {border-bottom: 1px solid #CCCAC3;	padding: 15px 10px;}
.practice-area-wrapper {margin-bottom: 50px;}
.box-modules-card ul {
	padding-left: 30px;
	margin-bottom: 15px;
}
.practice-area-wrapper-padding{
	padding: 0px 20px;
}
.box-modules-card ul li{list-style: disc;}

.az-form-link a {
    color: var(--highlight);
}

.az-form-link a:hover {
    text-decoration: underline;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {color: #fff!important;}
.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {--gf-local-color: #f00!important;}
.gfield_description.instruction.validation_message{display: none!important;}
.gform-theme--framework .gform_validation_errors {display: none!important;}

.contact-form-wrapper .gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: #ff0f0f !important;
}
.block-form_right .gform_required_legend {display: none;}
input.datepicker{border: 1px solid #fff!important;}

.site-title-sp.site-title {
	width: 100%;
	margin: 0 0 50px;
}
.right-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 99;
    padding-left: 25px;
    padding-right: 25px;
}
.right-title h3 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 400;
	margin: 35px 0 10px;
}
.left-content{max-width: 800px;}
.block-form .gfield_required{display: none;}
.block-form input[type="text"], 
.block-form input[type="email"], 
.block-form input[type="tel"], 
.block-form textarea, 
.block-form select:not(.ui-datepicker-title select){
	border: 1px solid rgb(255,255,255,0.3) !important;
}
.block-form #gform_submit_button_1 {
	background: #fff;
	color: #000;
	height: 48px;
	font-size: 20px;
	margin-top: 0;
	max-width: calc(100% - 200px);
	margin-left: auto;
}
.st-amt {
	color: var(--primary);
	font-size: 50px;
	font-weight: 700;
	line-height: normal;
}
.stl-card .pa-name {
	font-size: 30px;
	font-family: var(--primary-font-h1);
	line-height: normal;
	margin: 20px 0;
	padding: 5px 0;
	border-bottom: 1px solid #001845;
}
.sup-title {
	font-family: var(--primary-font-h1);
	font-size: 1.25rem;
}
.social-button.twitter {
	background: #e5e5e5;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
}
.page-template-practice-area .section-pa{padding-bottom: 30px;}
.block-form .gform_page {min-height: 271px; display: flex; flex-direction: column; justify-content: space-between;}
.block-form .gform_ajax_spinner {
	position: absolute;
	left: 50%;
	bottom: 54px;
	filter: brightness(0) invert(1);
}
#label_1_25_1 {color: #fff;	margin-top: -5px;}
.block-form .gform-theme--foundation .gform_fields {row-gap: 10px !important;}
.testimonial-section .es-review-content-text {padding: 20px 90px;}
.locations h1 {
	font-size: 3rem;
	line-height: normal;
}
.sidebar .h2{font-size: 2.25rem; font-weight: 700; margin-bottom: 15px;}
.author-card {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
}
.author-card p{margin-bottom: 0;}
.author-avatar {
    width: 40%;
	background: #f5f5f5;
	border-radius: 5px;
	position: relative;
}
.author-avatar img {
    width: 300px;
    border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.author-details {
    width: 60%;
}

.author-social {
    color: var(--secondary);
}

.author-social:hover {
    color: var(--primary);
}

.card.author-posts {
    margin-bottom: 15px;
}

.author-details h2 {
    margin-bottom: 5px;
	margin-top: -10px;
}
.ct-post-meta.azs-post {
    margin-bottom: 10px;
	display: flex;
    justify-content: space-between;
}
.azs-second-col {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

/* Sidebar Form Fields */
.sidebar .gform_body input[type="text"],
.sidebar .gform_body input[type="email"],
.sidebar .gform_body input[type="tel"],
.sidebar .gform_body input[type="url"],
.sidebar .gform_body input[type="number"],
.sidebar .gform_body input[type="password"],
.sidebar .gform_body input[type="search"],
.sidebar .gform_body input[type="date"],
.sidebar .gform_body input[type="datetime-local"],
.sidebar .gform_body input[type="month"],
.sidebar .gform_body input[type="week"],
.sidebar .gform_body input[type="time"],
.sidebar .gform_body input[type="checkbox"],
.sidebar .gform_body input[type="radio"],
.sidebar .gform_body select,
.sidebar .gform_body textarea,
.sidebar .gform_body #input_2_5 {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.sidebar .gform_body .gfield_checkbox label {color: rgba(255, 255, 255, 0.5);}
/* Sidebar Form Styling */
.sidebar-form {
    margin-top: 20px !important;
}
.sidebar-form h2, .sidebar-form .h2 {
    margin-bottom: 20px !important;
}

/* Sidebar Form Button */
.sidebar #gform_2 .gform_button {
    background: var(--highlight) !important;
}


/* Label Styling */
.sidebar #label_2_8_1 {
    color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width:1366px){
    .mega-menu .left-side{flex: 0 0 30%; max-width: 30%;}
    .mega-menu .right-side{flex: 0 0 70%; max-width: 70%;}
}




.hero-sec-wrapper .pa-description{
    margin: 12px auto 10px;
}
.hero-sec-wrapper .pa-link{
    color: var(--secondary);
}



.content-wrapper{
    gap: 30px 0px;
}
.content-wrapper-card{
    padding: 15px;
    border: 1px solid #ac8e6a;
    border-radius: 10px;
}
.content-wrapper-content-title{
    font-size: 27px;
    font-weight: 700;
}
.content-wrapper .btn{
    min-width: 160px;
    padding: 14px 20px;
}








.al-location-container{
    padding: 25px;
    justify-content:space-between;
    gap:30px;
}
.al-location-letter{
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 15px;
}
.al-location-list a{
    color: var(--secondary);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}







@media (max-width:1024px){
    .al-location-container{
        gap: 0px;
    }
    .al-location-letter{
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width:550px){
    .al-location-box{
        width: 100%!important;
    }
}

