/*
Theme Name: Tanis Mc Ginagel
Theme URI: http://www.one400.com/
Author: ONE400
Author URI: http://www.one400.com/
Description: This theme is designed by ONE400.
Version: 1.0.0
Text Domain: tanismcginagel

 */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); */
/* font-family: "Playfair Display", serif; */

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); */
/* font-family: 'Inter', sans-serif; */

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600;700&display=swap'); */
/* font-family: 'Noto Serif', serif; */



img{
    max-width: 100%;
    height: auto;
}
.alignnone {
	margin: 5px 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
/* Text meant only for screen readers. */

/* General */
body{
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color:#1E1E1E;
	overflow-x:hidden;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.home h3 span{
	font-family: "Playfair Display", serif; 
	font-size: 55px;
	font-weight: 700;
	line-height: 1.26;
	color:#fff;
	display:block;
	margin-bottom: 20px;
}
.home h1{
	font-family: "Playfair Display", serif; 
	font-size: 40px;
	font-weight: 500;
	line-height: 1.25;
	color:#fff;
}
h2.title{
	font-family: "Playfair Display", serif; 
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color:#fff;
}
.white-color{
	color:#fff;
}
.dark-color{
	color:#1E1E1E;	
}
.primary-headline{
	font-family: "Playfair Display", serif; 
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	color:#1E1E1E;
	margin-bottom:25px;
	text-transform:capitalize;
}
.sub-headline{
	font-family: "Playfair Display", serif; 
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	color:#1E1E1E;
/* 	background-color:#3667D1;
	border-radius:50px;
	padding:5px 13px; */
	display:inline-block;
}
.sub-headline.light{
	display:inline-block;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.04;
	color:#3667D1;
	background-color:#fff;
	border-radius:50px;
	padding:5px 13px;	
}
.primary-button{
	display: inline-block;
	text-decoration: none !important;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.36;
	color: #fff !important; 
	text-align: center;
	text-transform: capitalize;
	border-radius: 10px;
	background: linear-gradient(122.52deg, rgba(255, 255, 255, 0.75) 1.42%, #E57200 25.57%);
	padding: 2px;
}
.primary-button span{
	background-color: #E57200;
	padding: 10.5px 35px;
	display: block;
	border-radius: 10px;	
}
.primary-button:hover{
	color: #fff;
	text-decoration:none;
}
.floating-image-container {
    position: relative;
    overflow: hidden;
}
.floating-image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    z-index: -1;
}
.image-webp, .supports-webp .image-non-webp {
    display: none;
}
.supports-webp .image-webp {
    display: block;
}
/* General */


.home-pa-container{
    padding: 40px 0 0;
}
.home-pa-container-outer{
    padding: 74px 0 42px;
}
.home-pa-content{
    box-shadow: 0px 4px 9px 0px #2B39503B;
    background-color: #D9EEF1;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 33px;
    cursor: pointer;
	position:relative;
	z-index:5;
}
.pa-home-hover-without{
    display: block;
}
.pa-home-hover{
    display: none;
}
.home-pa-content:hover .pa-home-hover-without,
.home-pa-content.active .pa-home-hover-without{
    display: none;
}
.home-pa-content:hover .pa-home-hover,
.home-pa-content.active .pa-home-hover{
    display: block;
}
.home-pa-content h3{
    margin-bottom: 0;    
    margin-top: 15px;
    text-align: center;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color:#1E1E1E;
}
.home-pa-content .home-pa-content-outer:hover,
.active.home-pa-content .home-pa-content-outer{
    background-color: #235383;
}
.home-pa-content:hover h3,
.home-pa-content.active h3{
    color: #fff;
}
.home-pa-content-left{
    display: none;
}
.home-pa-content-left.active{
    display:flex;
	align-items:center;
}
.home-pa-content-left{
    overflow: hidden;
}
.home-pa-content-left img{
	min-width:465px;
	border-radius:20px;
}
.home-pa-content-left-inner{
    padding: 20px 0 20px 33px;
}
.home-pa-content-left-btn{
    padding-top: 5px;
}
.pa-page-image a{ 
    display: inline-block;
    text-decoration: none;
}

.home-pa-content-left.home-pa-content-left-mobile{
    display: block;
    margin-top: 25px;
}
.home-pa-content-outer{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 26px 9px 25px;
	background-color: #D9EEF1;
	border-radius: 5px;
}
.home-pa-content.active .home-pa-content-outer:before{
	position: absolute;
	top: -2px;
	left: -3px;
	content: "";
	background: linear-gradient(112.06deg, #FFFFFF 15.94%, #74B9F5 42.53%, #235383 58.45%);
	height: calc(100% + 4px);
	width: calc(100% + 6px);
	border-radius: 10px;
	z-index:-1;
}

.home-pa-container.home-pa-container-mobile button{
    width: 100%;
    padding: 0;
    border: none;
    text-decoration: none;
}
.home-pa-container.home-pa-container-mobile .card-header{
    background-color: #F4F4F4;
    padding: 0;
    border: none;
}
.home-pa-container.home-pa-container-mobile .card{
    border: none;
    margin-bottom: 30px;
    background-color: #F4F4F4;
}
.home-pa-container.home-pa-container-mobile .card-body{
    padding: 0;
}
.home-pa-container.home-pa-container-mobile .home-pa-content{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 25px 13px 25px 25px;
}
.home-pa-container.home-pa-container-mobile .home-pa-content .home-pa-content-outer:hover, 
.home-pa-container.home-pa-container-mobile .active.home-pa-content .home-pa-content-outer {
    background-color: #fff;
    align-items: center;
}
.home-pa-container.home-pa-container-mobile .home-pa-content:hover h3, 
.home-pa-container.home-pa-container-mobile .home-pa-content.active h3,
.home-pa-container.home-pa-container-mobile .home-pa-content h3 {
    color: #1E1E20;
}
.home-pa-container.home-pa-container-mobile .home-pa-content h3{
    margin-left: 20px;
    margin-top: 0;
    white-space: initial;
    padding-right: 10px;
    text-align: left;
}
.home-pa-container.home-pa-container-mobile .home-pa-content:hover .pa-home-hover-without, 
.home-pa-container.home-pa-container-mobile .home-pa-content.active .pa-home-hover-without {
    display: block;
}   
.home-pa-container.home-pa-container-mobile .home-pa-content:hover .pa-home-hover, 
.home-pa-container.home-pa-container-mobile .home-pa-content.active .pa-home-hover {
    display: none;
}
.pa-icon-div{
	display: flex;
	justify-content: center;
}
.home-pa-container.home-pa-container-mobile .home-pa-content .pa-icon-div{
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 8px;
    flex-basis: 40px;
    flex-shrink: 0;
}
.home-pa-container-mobile #accordion .card-header button:before {
    position: absolute;
    top: 58px;
    right: 25px;
    content: "";
    height: 3px;
    width: 26px;
    background-color: #7d83ff;
}
.home-pa-container-mobile #accordion .card-header button.btn.btn-link.collapsed:before {
    position: absolute;
    top: 58px;
    right: 25px;
    content: "";
    height: 3px;
    width: 26px;
    background-color: #7d83ff;
}
.home-pa-container-mobile #accordion .card-header button.btn.btn-link.collapsed:after {
    position: absolute;
    top: 58px;
    right: 25px;
    content: "";
    height: 3px;
    width: 26px;
    background-color: #7d83ff;
    transform: rotate(90deg);
}
.home-pa-container.home-pa-container-mobile  .btn.btn-link.collapsed .home-pa-content{
    background-color: #D9EEF1;
}
.home-pa-container.home-pa-container-mobile  .btn.btn-link .home-pa-content{
    background-color: #235383;
}
.home-pa-container.home-pa-container-mobile .btn.btn-link.collapsed  .home-pa-content h3{
    color: #1E1E20;
}
.home-pa-container.home-pa-container-mobile .btn.btn-link  .home-pa-content h3{
    color: #fff;
}
.home-pa-container.home-pa-container-mobile .btn.btn-link.collapsed .pa-home-hover-without {
    display: block;
}
.home-pa-container.home-pa-container-mobile .btn.btn-link.collapsed .pa-home-hover {
    display: none;
}
.home-pa-container.home-pa-container-mobile .btn.btn-link .pa-home-hover-without {
    display: none;
}
.home-pa-container.home-pa-container-mobile .btn.btn-link .pa-home-hover {
    display: block;
}
.home-pa-container-mobile #accordion .card-header .btn.btn-link.collapsed:before,
.home-pa-container-mobile #accordion .card-header .btn.btn-link.collapsed::after {
    background-color: #7d83ff;
}
.home-pa-container-mobile #accordion .card-header .btn.btn-link:before,
.home-pa-container-mobile #accordion .card-header .btn.btn-link::after {
    background-color: #fff;
}
.home-pa-content-left-inner h3{
	font-family: "Playfair Display", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom:38px;
	color:#1E1E1E;
}
.home-pa-content-left-inner{
	line-height:1.4;
}
.home-pa-container.home-pa-container-mobile .home-pa-content {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 25px 13px 25px 25px;
}
.hpa-list li.or{
	display:inline-block;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color:#1E1E1E;	
	margin: 0 5px 0 9px;
}
.hpa-list{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	align-items:center;
	padding-top:8px;
}
.hpa-list li a{
	display:inline-block;
	text-decoration:underline;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color:#1E1E1E;
}
/* Header */
.header-top-bar{
	background-color:#3667D1;
	padding:16px 0;
}
.header-top-bar p,
.header-top-bar a{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Noto Serif', serif;
	color:#fff;
	margin-bottom:0;
}
.header-top-bar a{
	margin-left:4px;
	font-weight:700;
	text-decoration:none;
	display:inline-block;
	text-decoration: underline;
}
/* .header-container{
	padding:10px 0;
} */
.header-row{
	align-items:center;
}
.primary-menu li a{
	display:inline-block;
	text-decoration:none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color:#000;
	font-family: 'Noto Serif', serif;
	padding:23px 0;
}
.primary-menu > li.current-menu-item > a{
	text-decoration: underline;
}
.primary-menu li:not(:last-child){
	margin-right:30px;
}
.header.unpinned .header-container{
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #fff;
	z-index: 99;
}
.admin-bar .header.unpinned .header-container{
	top:32px;	
}
/* Header */

/* Banner */
.hb-content{
	padding:40px 0 85px 0;
	align-self:center;
}
.hb-content h3{
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.25;
	color:#fff;
	margin-bottom:24px;
	padding-right:30px;
}
.hb-content h3 span{
	font-weight:400;
}
.hb-content h1{
	font-family: 'Noto Serif', serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	color:#fff;
	margin-bottom:26px;
}
.hb-help{
	display:flex;
	border-radius:10px;
	border:2px solid #FFFFFF;
	overflow:hidden;
}
.hb-help-left {
	background: #fff;
}
.hb-help-left h2{
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	color: #204870;
	padding: 30px 7px;
	margin-bottom: 0;
	width: 67px;
	text-align: center;
}
.hb-help-left h2 img{
	height: 35px;
}
.hb-help-right{
	padding: 10px;
}
.hb-help-right ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	display:flex;
	padding-left: 6px;
	flex-wrap:wrap;
	padding: 10px 0 0 6px;
}
.hb-help-right ul li{
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color:#fff;
	margin-left:4px;
	margin-bottom: 10px;
	cursor: pointer;
}
.hb-help-right ul li a{
	color: #fff;
}
.home-banner-container{
	position:relative; 
	padding-top:70px;
	padding-bottom: 180px;
}
.home-banner-container:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	height:100%;
	width:100%;
	background-color:#235383;
	opacity:0.8;
}
.home-banner-container:after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	height:130px;
	width:100%;
	background-image:url(images/home-banner-new.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	z-index:0;
}
.home-banner-container svg{
	position:relative;
}
.hb-banner-right-image{
	padding-right:70px;	
	position:relative;
	z-index:3;
}
.hb-right-container{
	position:relative;	
}
.hb-right-outer{
	position:absolute;
	top:25px;
	right:0;
	z-index:5;
}
.hb-banner-right img{
	border-radius:20px;
}
.home-banner,
.home-right-new{
	background-color:#F5F5F5;
	border-radius:10px;
	padding:20px 12px;
	width: 170px;
	margin-top:23px;
	position:relative;
	cursor: pointer;
}
.home-banner-outer{
	position:relative;
}
.home-banner-outer:before{
	position:absolute;
	top:-2px;
	left:-2px;
	content:"";
	background: linear-gradient(122.52deg, #FFFFFF 24.42%, #AAAAAA 44.57%);
	height:calc(100% + 4px);
	width:calc(100% + 4px);
	border-radius: 10px;
}
.home-banner .item{
	text-align:center;
}
.home-banner .item img{
	width:20px;
	margin:auto;
}
.home-banner .item h3{
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color:#1E1E1E;
	margin:8px 0;
}
.home-banner .item h4{
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-weight: 700;
	line-height:1.3;
	color:#E57200;
	margin-bottom:8px;
}
.home-banner.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 5px;
}
.home-banner.owl-theme .owl-dots .owl-dot.active span, .home-banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #E57200;
}
.home-banner.owl-theme .owl-dots .owl-dot span {
    background: #B4C9DE;
}
.banner-button{
	position:fixed;
	bottom: 50px;
	right: 0;
	margin-top:22px;
	margin-right:20px;
	z-index:400;
}
.bg-color{
	background-color:#f5f5f5 !important;
}
/* Banner */
/* Home Top Text */
.home-tt-container{
	padding:60px 0 63px;
}
.home-tt-container h3{
	margin-bottom:27px;
}
.home-tt-container h2{
	margin-bottom:15px;
}
.home-tt-item{
	padding:35px 54px 15px;	
	background-color:#fff;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color:#1E1E1E;
	position:relative;
	height:100%;
	border-radius:10px;
}
.home-tt-item-outer{
	position:relative;	
	-webkit-box-shadow: 0px 7px 16px 0px rgba(113,113,113,0.9);
	-moz-box-shadow: 0px 7px 16px 0px rgba(113,113,113,0.9);
	box-shadow: 0px 7px 16px 0px rgba(113,113,113,0.9);
	background-color:#fff;
	border-radius:10px;
}
.home-tt-item-outer:before{
	position: absolute;
	height: calc(100% + 6px);
	width: calc(100% + 6px);
	top: -3px;
	left: -1.5px;
	content: "";
	background: linear-gradient(122.52deg, #FFFFFF 24.42%, #C0C0C0 44.57%);
	border-radius: 10px;
}
.home-tt-item h3{
	font-family: "Playfair Display", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	color:#E57200;
	margin-bottom:10px;
}
.home-tt-row{
	padding-top:33px;
}
/* Home Top Text */
.gl-row{
	padding-top:35px;
	position: relative;
	z-index: 5;
}
.gl-row .item{
	padding:20px 12px;
	border-bottom:13px solid #235383;
	border-radius:10px;
	text-align:center;
	overflow:hidden;
	background-color:#fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(26,25,103,0.12);
	-moz-box-shadow: 0px 2px 5px 0px rgba(26,25,103,0.12);
	box-shadow: 0px 2px 5px 0px rgba(26,25,103,0.12);
	margin-bottom: 30px;
	width: 100%;
}
.gl-row .item img{
	width:32px;
}
.gl-row .item h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color:#1E1E1E;
	margin:11px 0;
}
.gl-row .item p{
	font-family: Noto Serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	color:#1E1E1E;
}
.gl-container{
	padding-bottom:90px;
	position:relative;
}
.gl-container:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    height: 200px;
    width: 100%;
    background-image: url(images/home-location.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.home-commit-container{
	background-color:#E8E8E8;
	padding:60px 0;
}
.home-commit-container img{   
	border-radius:18px;	
}
.home-commit-left{
	padding-left:30px;
}
.home-commit-left h3{
	margin-bottom:27px;
}
.home-commit-left h2{
	margin-bottom:36px;
}
.pa-single-cta {
    background-color: #235383;
    padding: 0;
    border-radius: 10px;
}
.home-small-business-container {
    padding: 23px 0;
}
.pa-single-cta .home-small-business-bg {
    width: calc(48% - 70px);
    border-radius: 10px 0 0 10px;
	left: 0;
	z-index: 5;
}
.refer-case-content {
    padding: 92px 0 92px 25px;
    color: #fff;
	text-align:center;
}
.pa-single-cta h3 {
	background-color:#fff;
	color:#3667D1;
}
.pa-single-cta h2 {
	color:#fff;
	margin-bottom:10px;
}
.pa-single-cta .refer-case-content p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color:#fff;
}
.home-cta-outer{
	background-color:#E8E8E8;
	padding:56px 0;
}

.hc-say-container {
    padding: 32px 0 86px;
	background-color:#E8E8E8;
}
.hc-say-container h2 {
    margin-top: 22px;
    margin-bottom: 0;
}
.hc-say-container .home-banner-rating {
    justify-content: center;
    padding-top: 20px;
}
.home-banner-rating span{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.18;
	color:#235383;
	text-decoration:underline;
}
.home-banner-rating {
    display: flex;
    align-items: center;
    padding: 15px 0 23px;
}
.hot-content {
    padding-top: 18px;
}
.hc-say-row {
    padding-top: 34px;
    padding-bottom: 16px;
    border-top: 1px solid #B1B7BA;
}
.hc-say-row:last-child{
	border-bottom: 1px solid #B1B7BA;
}
.hc-say-left {
    display: flex;
    align-items: center;
}
.hc-say-left img {
    margin-right: 23px;
}
.hc-say-left h3 {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37;
    color: #1E1E20;
	margin-bottom:3px;
}
.hc-say-left h4 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #1E1E20;
	margin-bottom:0;
}
.hc-say-right {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: justify;
    color: #0D1321;
}

.footer-container {
    background-color: #001A33;
    padding-top: 64px;
}
.footer-row {
    padding-bottom: 36px;
}
.footer-logo {
    width: 250px;
}
.footer-row .footer-links .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-row .footer-links .footer-menu li a {
    display: inline-block;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 6px;
}
.footer-row .footer-headline {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 16px;
}
.footer-headline a {
    display: inline-block;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}
.footer-contact-info span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}
.footer-contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-contact-info ul li a {
    display: inline-block;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.footer-copyright-container {
    padding: 16px 0;
}
.footer-copyright-container p, .footer-copyright-container a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.footer-copyright-container p {
    margin-bottom: 0;
}
.about-banner-container{
	position:relative;
	padding:115px 0;
}
.about-banner-container:before{
	background-color:#235383;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	content:"";
	opacity: 0.9;
}
.about-banner-container h1{
	font-family: "Playfair Display", serif; 
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color:#F5F5F5;
}
.about-banner-content{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color:#fff;     
}
.about-banner-content p{
	padding-bottom:17px;
	margin-bottom:0;
}
.about-banner-content a{
	margin-top:17px;
}
.about-top-content{
	background-color:#E8E8E8;
	padding:72px 0 60px;
}
.about-top-left{
	padding-left:30px;
	line-height:1.4;
}
.about-top-left span{
	margin-bottom:28px;
}
.about-top-left h2{
	margin-bottom:33px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	color:#1E1E1E;
}
.about-approach-headline{
	padding-bottom:35px;
}
.about-approach-content{
	padding:80px 0 40px;
	position:relative;
	background-color:#E8E8E8;
}
.about-approach-content:before{
    position: absolute;
    bottom: 0;   
    left: 0;
    content: "";
    height: 130px;
    width: 100%;
    background-image: url(images/about-bg-icon.png);
    z-index: 0;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% 100%;
}
.about-approach-headline{
	border-bottom:1px solid #C0C0C0;
}
.about-approach-container{
	border-bottom:1px solid #C0C0C0;
	padding:38px 0 20px;
	line-height:1.5;
	position:relative;
}
.about-approach-container:first-child{
	border-top:1px solid #C0C0C0;
}
.about-approach-container h3{
	font-family: "Playfair Display", serif; 
	font-size: 25px;
	font-weight: 700;
	line-height: 1.32;
	color:#3667D1;
}
.about-pa-container-outer{
	padding:45px 0 40px;
}
.about-gl-container:before{
	display:none;
}
.appr-attorney-container{
	padding:50px 0 75px;
	position:relative;
}
.appr-attorney-container:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 150px;
	width: 100%;
	background-image: url(images/home-location.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:top center;
}
.home-attorney-headline h3{
	margin-bottom:20px;
}
.home-attorney-headline h2{
	margin-bottom:20px;
}
.home-attorney-headline{
	font-size:21px;
	padding-bottom:42px;
	text-align:center;
}
.home-attorney-container{
	position:relative;
}
.home-attorney-info{
	position:absolute;
	bottom:25px;
	left:25px;
}
.home-attorney-info h3{
	margin-bottom:0;
}
.home-attorney-info h3 a{
	display:inline-block;
	text-decoration:none;
	font-size: 22px;
	font-weight: 700;
	font-family: "Playfair Display", serif; 
	line-height: 1.31;
	color:#fff;
}
.home-attorney-info h4{
	font-size: 22px;
	font-weight: 700;
	font-family: "Playfair Display", serif; 
	line-height: 1.31;
	margin-bottom:0;
	color:#fff;
}
.bottom-cta-content{
	position:relative;
	background-image:url(images/bottom-cta-new.jpeg);
	background-position:center;
	background-size:cover;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	z-index:3;
}
.supports-webp .bottom-cta-content{
	background-image:url(images/bottom-cta-new.webp);	
}
.bottom-cta-content:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	background-color:#235383;
	height:100%;
	width:100%;
	opacity:0.8;
	z-index:-1;
}
.bottom-cta-inner{
	width:750px;
	margin:auto;
	max-width:100%;
	padding:60px 0;
	text-align:center;
}
.bottom-cta-inner h2{
	color:#fff;
	margin-bottom:16px;
	padding: 0 70px;
}
.bottom-cta-inner a{
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.57;
	color:#fff;
	text-decoration:underline;
	margin-bottom:10px;
}
.bottom-cta-container{
	background-color:#E8E8E8;
	padding:48px 0;
}
.pa-banner-container{
	position:relative;
}
.pa-banner-container h1{
	position:relative;
	z-index:5;
}
.pa-banner-container:after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	background-image:url(images/pa-banner-icon.png);
	height:215px;
	width:100%;
	background-position:top center;
	background-size:100% 100%;
}
.pa-top-container{
	background-color:#235383;
	padding:60px 0;
}
.pa-top-container h3{
	background-color:#fff;
	color:#3667D1;
	margin-bottom:24px;
}
.pa-top-container h2{
	color:#fff;
	margin-bottom:35px;
}
.pa-top-container img{
	border-radius:15px;
}
.pa-top-right{
	padding-left:28px;   
}
.pa-approach-container{
	background-color:#F5F5F5;
}
.pa-approach-left{
	padding-left:30px;
}
.pa-approach-container{
	background-color:#F5F5F5;
	padding-top:76px;
}
.pa-approach-container h3{
	margin-bottom:26px;
}
.about-approach-content.pa-list-container{
	background-color:#F5F5F5;
	padding:53px 0 40px;
}
.about-approach-content.pa-list-container:before{
	display:none;
}
.pa-attorney-container{
	background-color:#E8E8E8;
}
.pa-attorney-container:before{
	display:none;
}
.home-attorney-image{
	-webkit-box-shadow: 0px 4px 9px 0px rgba(53,54,59,0.14);
	-moz-box-shadow: 0px 4px 9px 0px rgba(53,54,59,0.14);
	box-shadow: 0px 4px 9px 0px rgba(53,54,59,0.14);
	border-radius:40px;
}

.single-attorney-banner-container{
	padding:62px 0;
	background-color:#E8E8E8;
	position:relative;
}
.single-attorney-banner-container:before{	
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 215px;
	width: 100%;
	background-image: url(images/home-banner-new.png);
	z-index: 0;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.single-attorney-banner h1{
	font-family: "Playfair Display", serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.31;
	color:#1E1E1E;
	margin:0 0 12px;
}
.single-attorney-banner h2{
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color:#3667D1;
	text-transform:capitalize;
	margin-bottom:36px;
}
.single-attorney-banner ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.single-attorney-banner ul li{
	flex-basis:50%;
}
.single-attorney-banner ul li a{
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color:#1E1E20;
	display: inline-block;
	text-decoration: none;
	background-position: left 12px;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 13px 0 13px 32px;
}
.single-attorney-banner ul li.team-email a {
    background-image: url(images/envelop.svg);
}
.single-attorney-banner ul li.team-phone a {
    background-image: url(images/phone.svg);
}
.single-attorney-banner ul li.team-linkedin a {
    background-image: url(images/linkedIn-icon.svg);
    background-position: left 12px;
}
.single-attorney-banner ul li.team-card a {
    background-image: url(images/contact.svg);
}
.single-attorney-banner ul li.team-location{
	background-position: left 7px;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 10px 0 10px 32px;
    background-image: url(images/location.svg);
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color:#1E1E20;
}
.single-attorney-banner ul li.team-location p{
	margin-bottom:0;
}
.single-attorney-banner ul li.team-printbio a {
    background-image: url(images/print.svg);
}
.single-attorney-content{
	padding-top:20px;
}
.single-pa-attorney{
	padding:23px 0 33px;
	background-color:#F5F5F5;
}
.single-pa-attorney h2{
	margin:10px 0 10px;
}



.section-accordions{
	padding:10px 0 38px;
	background-color:#F5F5F5;
}
.section-accordion-content .card {
    padding: 29px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #666666;
	background-color:#F5F5F5;
}
.card-header {
    padding: 0;
    border: none;
	background-color: #fff;
}
.card-body{
	padding:20px 40px 0 29px;
}
.section-accordions .card .card-header h3 {
    margin-bottom: 0;
}
.card-header h3 button {
    padding: 0;
    text-decoration: none;
    white-space: initial;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 34px;
	text-decoration:none;
	font-family: "Playfair Display", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	color:#3667D1;
	background-color:#f5f5f5;
}
.card-header h3 button:hover{
	text-decoration:none;
	color: #3667D1;
	background-color:#f5f5f5;
}
.section-accordions .card .card-header .btn:after{
    position: absolute;
    content: "";
    right: 0;
    top: 1px;
    width: 34px;
    height: 34px;
    background: url(images/minus-update.svg) no-repeat;
}
.section-accordions .card .card-header .btn.collapsed:after {
    background: url(images/plus-update.svg) no-repeat;    
}
.accordion-white-bg .section-accordion-content .card,
.accordion-white-bg .card-header h3 button,
.accordion-white-bg .card-header h3 button:hover{
	background-color:#fff;
}
.card-body p{
	margin-bottom: 10px;
	line-height:1.4;
}
/* .card-body ul li{
    position: relative;
    padding-left: 15px;
    margin-left: 12px;
} */
/* .card-body ul li::before{
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    background-color: #212121;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}
 */
.blog-banner-container,
.single-page-content{
	background-color:#F5F5F5;
	position:relative;
	padding:64px 0 47px;
}
.blog-banner-container:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 240px;
	width: 100%;
	background-image: url(images/home-location.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
.blog-banner-container h3{
	margin-bottom:17px;
}
.blog-banner-container h2{
	margin-bottom:15px;
}
.blog-content-container{
	background-color:#E8E8E8;
	padding-top:44px;
}
.blog-post-image img{
	border-radius:10px;
}
.blog-content-wrapper{
	padding:20px 22px 60px;
}
.blog-content-wrapper h3{
	margin-bottom:14px;
	line-height:1;
}
.blog-content-wrapper h3 a{
	font-family: 'Noto Serif', serif;
	font-size: 25px;
	font-weight: 400;
	line-height:1;
	color:#030713;	
}
.blog-content-wrapper h3 a:hover{
	text-decoration:none;
}
.blog-content-wrapper span{
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.28;
	text-align: left;
	color:#235383;
}

.single-blog-banner-container{
	background-position:center;
	background-size: cover;
}
.single-blog-post-container{
	padding:55px 0 25px;
}
.single-blog-post-container h2{
	margin-bottom:0;
	padding:8px 0 8px;	
	font-family: "Playfair Display", serif; 
	font-weight: 700;
	font-size:30px;
	line-height: 1.13;
}
.single-blog-post-container ul{
	padding-top:15px;
}
.single-blog-post-container ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin-bottom:10px;
	position:relative;
	padding-left:16px;
}
.single-blog-post-container ul li:before{
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #000;
	border-radius: 50%;
}
.single-blog-image{
	padding-bottom:30px;
}
.author-post,
.date-post{
	flex-basis:50%;
}
.author-image img{
	height: 46px;
	width: 46px;
	border-radius: 50%;
	margin-right: 15px;
}
.date-post span,
.author-post span{
	font-family: 'Inter', sans-serif; 
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	display:inline-block;
	color:#686868;
}
.date-post span{
	color: #989898;
}
.date-and-autor{
	padding-bottom:30px;
}
.single-blog-content{
	color: #1E1E20;
	padding-top: 42px;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	text-align: justify;
	color:#1E1E1E;
}
.single-blog-content h3{
	padding-top: 10px;
	margin-bottom: 15px;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}
.single-blog-content h2{
	padding-top: 10px;
	margin-bottom: 15px;
	font-family: 'Noto Serif', serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
}
.single-blog-content p{
	text-align: justify;
}
.single-post .bread-crumb span, .bread-crumb span a {
    color: #686868;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.21;
	font-family: 'Inter', sans-serif; 
}
.single-blog-bottom{
	text-align: center;
	padding-top: 30px;
}
.single-blog-bottom a{
	font-family: 'Inter', sans-serif; 
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	color: #0D4560;
	border: 1px solid #0D4560;
	width: 206px;
	background-color: #fff;
}
.single-blog-bottom a:hover{
	color:#fff;
	background-color: #0D4560;
}
.single-post-bg{
	background-color:#E8E8E8;
}

.gl-container.single-post-bg{
	padding-top:30px;
}


.contact-form form .gform_body input,
.contact-form form .gform_body textarea{
    width: 100%;
    padding: 10.5px 21px !important;
    border: none;
	background-color: #fff;
	border-bottom:none;
	border-radius:0;
	resize: none;
}
.contact-form form .gform_body textarea{
	height: 123px !important;
}
.contact-form .gform_heading{
	display:none;
}
.contact-form form .gform_body input::placeholder,
.contact-form form .gform_body textarea::placeholder{
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color:#1E1E20;
}
.contact-form form .gform_body input:focus,
.contact-form form .gform_body textarea:focus{
    outline: none;
}
.contact-form .gform_footer input#gform_submit_button_1,
.page-template-template-contact .single-contact-banner ul li.team-phone a{
	cursor: pointer;
	border:none;	
	display: inline-block;
    text-decoration: none !important;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.36;
    color: #fff !important;
    background-color: #E57200;
    padding: 12px 35px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 10px;
	width:100%;
	text-align:center;
	position:relative;
}
.page-template-template-contact .single-contact-banner ul li.team-phone a{
	width: auto;
	background-image: none;
}
.contact-form .gform_footer input#gform_submit_button_1:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	background: linear-gradient(122.52deg, rgba(255, 255, 255, 0.75) 1.42%, #E57200 25.57%);
	height:100%;
	width:100%;
}
.contact-form .gform_footer input#gform_submit_button_1:hover{
	background-color: #E57200;
	color: #fff;
}
.contact-form-container{
	overflow: hidden;
	position:relative;
    margin-top: -90px;
}
.contact-form .wpcf7-spinner{
	display:none;
}
.contact-form{
	padding: 28px 0 34px 20px;
    position: relative;
    z-index: 5;
}
.contact-form::before{
	position: absolute;
	top: 0;
	left: -35px;
	height: 100%;
	width: 50vw;
	background-image:url(images/contact-form-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	content: "";
	z-index: -1;
	border-radius:0;
}
.contact-form h3{
	text-align: center;
	font-size: 26px;
	margin-bottom: 0;
	font-family: "Noto Serif", serif;
	position: relative;
	margin-bottom: 45px;
	font-weight:700;
	color:#fff;
}
.page-template-template-contact .lawyer-container {
    padding: 32px 0 58px;
}
.contact-form form p{
	margin-bottom: 26px;
}
.contact-form h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.02;
    font-family: 'Noto Serif', serif; 
    margin-bottom: 26px;
	color:#fff;
}
.single-contact-banner ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.single-contact-banner ul li{
	flex-basis:100%;
}
.single-contact-banner ul li a{
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	display: inline-block;
	text-decoration: none;
	background-position: left 12px;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 13px 0 13px 32px;
	color: #666666;
}
ul{
	padding:0;
	padding:0;
	list-style:none;
}
.single-contact-banner ul li.team-email a {
    background-image: url(images/envelop.svg);
}
.single-contact-banner ul li.team-phone a {
    background-image: url(images/phone.svg);
}
.single-contact-banner ul li.team-linkedin a {
    background-image: url(images/linkedIn-icon.svg);
    background-position: left 9px;
}
.single-contact-banner ul li.team-card a {
    background-image: url(images/contact.svg);
}
.single-attorney-content{
	padding-top:20px;
}
.single-contact-banner{
    padding-top: 155px;
    padding-bottom: 25px;
}
.contact-page-container{
    margin-top: 0;
}
.contact-page-container .single-contact-banner {
    padding-top: 120px;
	padding-bottom: 120px;
}
.single-contact-banner h1 {
    margin-bottom: 15px;
    padding-left: 0;
    position: relative;    
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	color:#1E1E20;
}
.single-contact-banner{
	padding-right:90px;
}
.contact-page-container .single-contact-banner h1{
    padding-left: 0;
}
.page-template-template-contact .blog-container,
.page-template-template-thank-you .blog-container{
    padding: 75px 0 120px;
}
.page-template-template-contact .section-accordions {
    padding-top: 100px;
}
.gform_wrapper.gravity-theme #gform_fields_1.gform_fields {
    grid-row-gap: 26px;
}
.single-contact-content{
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-align: justify;
	color:#0D1321;
}
.gl-container.about-gl-container.contact-location-container{
	padding-top:70px;
}
.logo{
	width:250px;
}
.mobile-menu-container .close-btn {
    background-image: url(images/close-icon.svg);
    height: 20px;
    width: 20px;
    background-size: cover;
    top: 25px;
}
.hb-banner-right{
	width: 170px;
	background-image: url(images/batch-banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 10px;
	padding: 12px 10px 22px 15px;
	text-align:center;
}
.supports-webp .hb-banner-right{
	background-image: url(images/batch-banner.webp);	
}
.hb-banner-right h3{
	font-family: 'Noto Serif', serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	color:#F5F5F5;
	margin-bottom:4px;
}
.hb-banner-right h4{
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color:#1E1E1E;
	margin-bottom:0;
}
.primary-menu li{
	position:relative;	
}
.main-menu-container .primary-menu li > ul.sub-menu li ul.sub-menu{
	left: -220px;
	top: 0;
}
.main-menu-container .primary-menu li:hover>ul.sub-menu {
    display: block;
}
.main-menu-container .primary-menu li:hover>ul.sub-menu {
    display: block;
}
.main-menu-container .primary-menu li>ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 100;
	left: 0;
	padding: 0;
	top: 100%;
	margin: 0;
	list-style: none;
	background-color: #fff;
	min-width: 220px;
}
.main-menu-container .primary-menu li > ul.sub-menu li ul.sub-menu{
	left: -220px;
	top: 0;
}
.main-menu-container .primary-menu li>ul.sub-menu li{
	margin-right:0;
}
.main-menu-container .primary-menu li>ul.sub-menu li a:hover {
    color: #fff;
    background-color: #E57200;
}
.main-menu-container .primary-menu li>ul.sub-menu li a {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    background-color: #fff;
    padding: 9px 15px;
    display: block;
    white-space: nowrap;
    color: #1E1E1E;
}
.single-practice_area .bottom-cta-content a{
	margin-top:18px;
}

.blog-navigation-container {
    padding-top: 15px;
}
.blog-navigation .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 43px 0 28px;
}
.blog-page-navi-container .wp-pagenavi {
    padding: 0 0 20px;
}
.blog-navigation .wp-pagenavi .previouspostslink {
    background-image: url(images/pagination-arrow-new.svg);
    transform: rotateY(180deg);
}
.blog-navigation .wp-pagenavi .previouspostslink, .blog-navigation .wp-pagenavi .nextpostslink {
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    width: 33px;
    height: 33px;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: #2056AC;
}
.blog-navigation .wp-pagenavi span, .blog-navigation .wp-pagenavi a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #2056AC;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    padding: 0 0;
    height: 33px;
    width: 33px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    background-color: #FFFFFF;
}
.blog-navigation .wp-pagenavi .current {
    border: 1px solid #2056AC;
}
.blog-navigation .wp-pagenavi .nextpostslink {
    background-image: url(images/pagination-arrow-new.svg);
}
.header-container{
	padding: 10px 0;
}

.hidden-content {
    display: none;
}

.btn.btn-primary.primary-button{
	background-color: #E57200;
	padding: 10.5px 35px;
	display: block;
	border-radius: 10px;
	text-decoration: underline;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #1E1E1E;
	border: none;
}
.btn.btn-primary.primary-button:hover{
	background-color: #E57200;
	border: none;
}
.btn.btn-primary.primary-button:focus{
	border: none !important;
	outline: none !important;
	box-shadow: none;
}
.show-more-container{
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
#show-more-btn span span{
	display: none;
	padding: 0;
}
#show-more-btn span span.active{
	display: inline;
}

/* 19-11-2024 */
.pa-list{
	display: flex;
}
.pa-list li{
	color: #fff;
	padding-bottom: 25px;
	position: relative;
	margin-right: 15px;
}
.pa-list li a{
	color: #fff;	
	font-size: 18px;
	font-weight: 700;
	padding: 0 15px;
	display: block;
}
.pa-list li:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.contact-form p{
	color: #fff;
	font-size: 12px;
	font-family: "Lato", sans-serif;
	line-height: 1.45;
	margin-bottom:0;
}
.contact-form a{
	border: 2px solid #e57200;
	color: #fff !important;
	text-transform: capitalize;
	padding: 10px 25px;
	background: #e57200;
	border-radius: 10px;
	display: block;
	font-family: "Noto Serif", serif;
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
	width: 365px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
}
.page-template-template-contact .contact-form{
	padding:50px 0 50px 20px;
	display:flex;
	align-items:center;
}
.page-template-landing-page .pa-list,
.page-template-landing-page .locations-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.page-template-landing-page .pa-list li,
.page-template-landing-page .locations-list li {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #fff;
	padding-right: 35px !important;
	flex-basis: 50%;
	box-sizing: border-box;
	line-height: 1.5;
	flex-grow: 1;
	margin-right:0;
}
.page-template-landing-page .pa-list li,
.page-template-landing-page .locations-list li {
	padding-bottom: 10px;
	padding-top: 0;
}
.page-template-landing-page .pa-list li a{
	font-size:15px !important;
	padding-left:0 !important;
}
.page-template-landing-page .pa-list li:before,
.page-template-landing-page .locations-list li:before{
	display:none;
}
.page-template-landing-page .pa-list li a,
.page-template-landing-page .locations-list li a,
.page-template-landing-page .pa-list li a:hover,
.page-template-landing-page .locations-list li a:hover {
  color: #fff;
}
.locations-headline {
  margin-top: 35px;
  background: url(images/pin.svg) no-repeat;
  padding-left: 25px;
  background-position: 0px 3px;
  background-size: 15px;
}
.pa-headline {
  background: url(images/pa.svg) no-repeat;
  padding-left: 34px;
  background-position: 0px 3px;
  background-size: 22px;
}
.locations-list li {
  flex-basis: 33%;
  padding-right: 20px;
}
.left-banner-content {
    padding: 70px 65px 70px 0;
    position: relative;
    z-index: 2;
}
.left-banner-content h1 {
    font-size: 30px;
	font-weight:700;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 25px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.left-banner-content h2 {
    color: #1f4870;
    font-size: 15px;
    background: #fff;
    display: inline-block;
    margin-bottom: 25px;
    padding: 8px 25px;
    border-radius: 20px;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.right-banner .gform_required_legend{
	display:none;
}
.right-banner .gform_heading{
	display:none;
}
.right-banner.contact-form-right .form-container h3{
	margin-bottom: 25px;
	font-weight: 700;
	line-height:1.45;
}
.right-banner .gfield input, .right-banner .gfield textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.right-banner.contact-form-right .gfield input, .right-banner.contact-form-right .gfield textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.contact-form-right.right-banner .form-container {
    padding: 45px 40px;
    width: 100%;
    box-sizing: border-box;
    min-height: 330px;
}
.contact-form-right.right-banner .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 184px !important;
}
.contact-form-right.right-banner .gform_wrapper.gravity-theme .gform_footer{
	margin:0;
	padding:0;
}
.contact-form-row{
	align-items:flex-start;	
}
.contact-form.thank-you-right {
	color:#Fff;	
}
.contact-form.thank-you-right a{
	margin-top:30px;
}
/* 19-11-2024 */

/* 6-12-2024 */
.pa-sub-banner h1{
	font-family: "Playfair Display", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.26;
	color:#fff;
	margin-bottom:0;
	position:relative;
}
.pa-sub-banner{
	position:relative;
	padding:145px 0 !important;
	text-align:center;
}
.pa-sub-banner:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	height:100%;
	width:100%;
	background-color:#00000066;
}
.pa-sub-content{
	background-color:#E8E8E8;
	padding:60px 0 45px;
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.32;
	color:#1E1E1E;
}
.pa-sub-content h2{
	margin-bottom:38px;
}
.pa-sub-content-inner{
	width:860px;
	max-width:100%;
	margin:auto;
	text-align:center;
}
.sub-pa-bottom{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.32;
	color:#1E1E1E;
	font-family: "Noto Serif", serif;
	border-bottom:1px solid #666666;
	padding:30px 15px 5px;
}
.sub-pa-bottom h3{
	font-family: "Playfair Display", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	color:#3667D1;
	margin-bottom:28px;
}
.sub-pa-bottom ul{
	width:786px;
	margin:auto;
	max-width:100%;
	padding-top:40px;
}
.sub-pa-bottom ul li{
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.39;
	color:#1E1E1E;
	margin-bottom:28px;
	padding-left:47px;
	background-image:url(images/check-mark.svg);
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size: 29px;
}
.sub-pa-bottom-inner{
	width:940px;
	margin:auto;
	max-width:100%;
}
.sub-pa-bottom-container{
	background-color:#F5F5F5;
	padding:55px 0 65px;
}
.practice_area-template-single-sub-practice-area .home-cta-outer{
	background-color:#F5F5F5;
}
.pa-archive-list ul li a{
	font-size: 18px;
	font-weight: 400;
	color: #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	padding: 10px 0;
	display: block;
}
.pa-archive-list ul li a:hover{
	color: #E57200;
	text-decoration: none;
	border-bottom: 1px solid #E57200;
}
/* 6-12-2024 */
@media (max-width: 1300px) and (min-width: 1198px) {
	.refer-case-content {
		padding: 92px 0 92px 0 !important;
	}
/* 	.hb-help-left h3, 
	.hb-help-left {
        min-width: 100% !important;
    }
	.hpa-list li a {
		font-size: 15px;
	} */
}
@media (max-width: 1300px) {	
	.hb-help-left h2 {
		padding: 27px 7px;
	}
	.hb-help-right ul{
		flex-wrap:wrap;
		padding: 10px 10px 5px;
	}
	.hb-help-right ul li{
		margin-bottom: 5px;
		line-height: 1.3;
	}
/* 	.hb-help-left h2, 
	.hb-help-left {
        min-width: 100%;
    } */
/* 	.hb-help {
        flex-wrap: wrap;
    } */
}

@media (max-width: 1100px) {
	.contact-form-right.right-banner .form-container {
		min-height: 100px;
		padding-bottom: 30px;
	}
	.left-banner-content {
        padding-right: 0;
    }
}
@media (max-width: 992px) {
	.contact-page-container .single-contact-banner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.contact-form {
		padding: 70px 0 70px 0;
		text-align:center;
	}

	.hb-help-left h2 {
        padding: 13px 7px;
    }
}
@media (max-width: 767px) {
	.pa-sub-banner {
		padding: 100px 0 !important;
	}
	.sub-pa-bottom-container {
		padding: 30px 0 20px;
	}
	.pa-sub-content-inner h2{
		font-size:30px;
	}
	.right-banner .form-container {
        padding: 30px 10px !important;
    }
	.locations-list li {
		flex-basis: 50%;
		padding-right:0;
	}
	.pa-list li{
        flex-basis: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }
	 .home-pa-container.home-pa-container-mobile .home-pa-content {
        padding: 18px 13px 18px 18px;
    }
    .home-pa-container-mobile #accordion .card-header button:before {
        top: 36px;
        right: 20px;
        width: 15px;
    }
    .home-pa-container-mobile #accordion .card-header button.btn.btn-link.collapsed:before {
        top: 36px;
        right: 20px;
        width: 15px;
    }
    .home-pa-container-mobile #accordion .card-header button.btn.btn-link.collapsed:after {
        top: 36px;
        right: 20px;
        width: 15px;
    }
    .home-pa-container-outer {
        padding: 50px 0 50px;
    } 
	.home-pa-container.home-pa-container-mobile .home-pa-content h3 {
        font-size: 25px;
    }
	.home-pa-container.home-pa-container-mobile .home-pa-content .pa-icon-div {
        height: 70px;
        width: 70px;
        padding: 0;
        flex-basis:70px;
    }
	.home-pa-container.home-pa-container-mobile {
        display: block;
    }
	.home-pa-container {
        display: none;
    }
	
	.hb-content h3 {
		padding-right: 0;
	}	
	.home-tt-item{
		margin-bottom:30px;
		padding: 35px 30px 15px;
	}
	.home-tt-container {
    	padding: 60px 0 0;
	}
	.gl-row{
		padding-top:0;
	}
	.gl-container {
		padding-bottom: 50px;
	}
	.home-commit-container {
		padding: 10px 0 0;
	}
	.home-commit-left {
		padding-top:40px;
		padding-left: 15px;
	}
	.home-cta-outer .home-small-business-bg{
		position:relative;
		min-height: 350px;
		width: 100%;
		border-radius: 0;
	}
	.refer-case-content {
		padding: 60px 0 50px 0;
	}
	.home-small-business-container {
		padding: 0 0 23px;
		border-radius: 28px;
	}
	.footer-about{
		margin-bottom:0;	
	}
	.about-top-left {
		padding-left: 0;
		padding-top:30px;
	}
	.about-top-content {
		padding: 60px 0 0;
	}
	.about-banner-container {
		padding: 115px 0 50px;
	}
	.pa-top-right {
		padding-top:40px;
		padding-left: 0;
	}
	.pa-approach-left {
		padding-left: 0;
	}
	.bottom-cta-inner h2 {
		padding: 0 0;
	}
	.single-post .bottom-cta-container {
		padding: 0 15px 48px;
	}
	.single-blog-post-container h2 {
		padding: 8px 0 15px;
	}
	.single-contact-banner {
		padding-right: 0;
	}
	.button-navigation{
		padding-right:0;	
	}
	.contact-form::before {
		left: -25%;
		width: 150vw;
	}
	.gl-container.about-gl-container.contact-location-container {
		padding-bottom: 20px;
	}

	.hb-content {
		padding: 0 0 50px 0;
	}
	.hb-content h3 {
		font-size: 34px;
		padding-right: 0;
	}
	.home h3 span {
		font-size: 42px;
	}
	.hb-help {
		flex-wrap:wrap;
	}
	.hb-help-left,
	.hb-help-left h2{
		width:100%;
	}
	.hb-help-right ul li {
		flex-basis: 48%;
		line-height:1.5;
		font-size:12px;
	}
	.hb-help-left h2 {
		padding: 15px 7px;
	}
	.hb-right-outer {
		position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
		margin-bottom: 30px;
		top: 0;
		flex-wrap:wrap;
	}
	.home-banner {
		margin-top: 0;
	}
	.hb-banner-right-image {
		padding-right: 0;
	}
	.banner-button {
		margin-top: 50px;
	}
	.primary-headline {
		font-size: 32px;
	}
	.home-pa-content-left-inner {
		padding: 20px 0 20px 0;
	}
	.home-pa-content-left-inner h3 {
		font-size: 32px;
		margin-bottom: 18px;
	}
	.hpa-list{
		flex-wrap:wrap;
	}
	.hpa-list li:last-child{
		margin-top:8px;
	}
	.hc-say-left{
		padding-bottom:15px;
	}
	.footer-item{
		padding-top:20px
	}
	.copyright-row{
		text-align:center;	
	}
	.about-banner-container h1 {
		font-size: 35px;
	}
	.about-top-left h2 {
		margin-bottom: 18px;
		font-size: 32px;
	}
	.about-top-left span {
		margin-bottom: 18px;
	}
	.about-approach-content {
		padding: 50px 0 0;
	}
	.appr-attorney-container {
		padding: 0 0 30px;
	}
	.single-attorney-banner ul li {
		flex-basis: 100%;
	}
	.single-attorney-banner h1 {
		font-size: 38px;
	}
	.single-pa-attorney {
		padding: 0 0 1px;
	}
	.card-body {
		padding: 20px 15px 0;
	}
	.blog .bottom-cta-container {
		padding: 0 15px 48px;
	}
	.blog .bottom-cta-container {
		padding: 48px 15px; 
	}
	.home-attorney-image{
		margin-bottom:18px;
	}
	.home-banner-outer,
	.home-right-new{
		margin-top:15px;	
		margin-left: 30px;
	}
	.pa-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.pa-list li{
		padding: 15px 0;
	}
	.pa-list li a{
		font-size: 15px;
	}
	.hb-banner-right {
		background-size: 100% 100%;
	}
	.home-tt-item-outer{
		margin-bottom:30px;	
	}
	.home-banner-container:after {
		height: 70px;
	}
	.gl-container:before {
		height: 70px;
	}
	.pa-banner-container:after {
		height: 70px;
	}
	.blog-banner-container:before {
		height: 70px;
	}
	.header-top-bar p, .header-top-bar a {
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	.home-pa-container.home-pa-container-mobile .home-pa-content h3 {
        font-size: 25px;
    }
	.home-pa-container.home-pa-container-mobile .home-pa-content .pa-icon-div {
        height: 70px;
        width: 70px;
        padding: 10px;
        flex-basis: 70px;
    }
	.home-pa-container.home-pa-container-mobile {
        display: block;
    }
	.home-pa-container {
        display: none;
    }
	.hb-content h3 {
		padding-right: 0;
	}	
	.home-tt-item{
		margin-bottom:30px;
	}
	.home-tt-container {
    	padding: 60px 0 0;
	}
	.gl-container {
		padding-bottom: 50px;
	}
	.home-commit-container {
		padding: 30px 0;
	}
	.home-commit-left {
		padding-top:40px;
		padding-left: 15px;
	}
	.home-cta-outer .home-small-business-bg{
		position:relative;
		min-height: 350px;
		width: 100%;
		border-radius: 0;
	}
	.refer-case-content {
		padding: 60px 0 50px 0;
	}
	.home-small-business-container {
		padding: 0 0 23px;
		border-radius: 28px;
	}
	.footer-about{
		margin-bottom:30px;	
	}
	.about-top-left {
		padding-left: 0;
		padding-top:30px;
	}
	.about-top-content {
		padding: 60px 0 0;
	}
	.about-banner-container {
		padding: 115px 0 50px;
	}
	.pa-top-right {
		padding-top:40px;
		padding-left: 0;
	}
	.pa-approach-left {
		padding-left: 0;
	}
	.bottom-cta-inner h2 {
		padding: 0 20px;
	}
	.single-post .bottom-cta-container {
		padding: 0 0 48px;
	}
	.single-blog-post-container h2 {
		padding: 8px 0 15px;
	}
	.single-contact-banner {
		padding-right: 0;
	}
	.button-navigation{
		padding-right:0;	
	}
	.contact-form::before {
		left: -25%;
		width: 150vw;
	}
	.gl-container.about-gl-container.contact-location-container {
		padding-bottom: 20px;
	}
/* 	.contact-form {
		padding: 28px 0 34px 0;
	} */
	.home-tt-item-outer{
		margin-bottom:30px;
	}
	.gl-row{
		justify-content:center;	
	}
	.pa-list {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 80px;  
	}
	.home h3 span {
		font-size: 40px;
	}
	.hb-content h3 {
		font-size: 28px;
	}
	.hb-content {
		padding: 0 0 35px 0;
		align-self: center;
	}
	.pa-list li{
		padding: 15px 0;
	}
}
@media (min-width: 992px) {
	.pa-list li{
		padding: 0 0 25px 0;
	}
	.pa-list {
		justify-content: flex-start;
		margin-top: 0;
		flex-wrap: wrap;
	}
	.gl-row{
		justify-content:flex-start;	
	}
	.home-tt-item-outer{
		margin-bottom:0;
	}
/* 	.contact-form {
		padding: 28px 0 34px 20px;
	} */
	.gl-container.about-gl-container.contact-location-container {
		padding-bottom: 50px;
	}
	.contact-form::before {
		left: -35px;
		width: 60vw;
	}
	.button-navigation{
		padding-right:0;	
	}
	.single-contact-banner {
		padding-right: 90px;
	}
	.single-blog-post-container h2 {
		padding: 8px 0 8px;
	}
	.single-post .bottom-cta-container {
		padding: 48px 0;
	}
	.bottom-cta-inner h2 {
		padding: 0 70px;
	}
	.pa-approach-left {
		padding-left: 30px;
	}
	.pa-top-right {
		padding-top:0;
		padding-left: 28px;
	}
	.about-banner-container {
		padding: 115px 0;
	}
	.about-top-content {
		padding: 72px 0 60px;
	}
	.about-top-left {
		padding-left: 30px;
		padding-top:0;
	}
	.footer-about{
		margin-bottom:0;	
	}
	.home-small-business-container {
		padding: 23px 0;
		border-radius: 10px;
	}
	.refer-case-content {
		padding: 92px 0 92px 0;
	}
	.home-cta-outer .home-small-business-bg{
		position:absolute;
		min-height: auto;
		width: calc(48% - 70px);
		border-radius: 10px 0 0 10px;
	}
	.home-commit-left {
		padding-top:0;
		padding-left: 30px;
	}
	.home-commit-container {
		padding: 60px 0;
	}
	.gl-container {
		padding-bottom: 90px;
	}
	.home-tt-container {
		padding: 60px 0 63px;
	}
	.home-tt-item{
		margin-bottom:0;
	}
	.hb-content h3 {
		padding-right: 30px;
	}
	.home-pa-container.home-pa-container-mobile .home-pa-content h3 {
        font-size: 25px;
    }
	.home-pa-container.home-pa-container-mobile .home-pa-content .pa-icon-div {
        height: 80px;
        width: 80px;
        padding: 0;
        flex-basis: 80px
    }
	.home-pa-container.home-pa-container-mobile {
        display: block;
    }
	.home-pa-container {
        display: none;
    }
	.hb-right-outer {
		top: auto;
		right: 15px;
		bottom: -82px;
	}
/* 	.hb-help{
		flex-wrap:wrap;
	}
	.hb-help-left h2,
	.hb-help-left{
		min-width:100%;
	} */
	.hb-content {
		padding: 0 0 60px 0;
	}
	
	.home-tt-item {
		padding: 35px 25px 15px;
	}
	.about-desktop-banner{
		display:none;	
	}
	.pa-top-container {
		padding: 0 0 40px;
	}
	.home h3 span {
		font-size: 40px;
	}
	.hb-content h3 {
		font-size: 28px;
	}
	.pa-list li a {
		font-size: 14px;
		padding: 0 10px;
	}
	.pa-list li {
		padding-bottom: 15px;
	}
}
@media (min-width: 1200px) {
	.pa-list li {
		padding-bottom: 25px;
	}
	.pa-list li a {
		font-size: 18px;
		padding: 0 15px;
	}
	.home h3 span {
		font-size: 55px;
	}
	.hb-content h3 {
		font-size: 36px;
	}
	.refer-case-content {
		padding: 92px 0 92px 0;
	}
	.pa-top-container {
		padding: 60px 0;
	}
	.about-desktop-banner{
		display:block;	
	}
	.home-tt-item {
		padding: 35px 54px 15px;
	}
	.hb-content {
		padding: 0 0 85px 0;
	}
	.hb-help-left h2,
	.hb-help-left{
		min-width:auto;
	}
	.hb-help{
		flex-wrap:nowrap;
	}
	.hb-right-outer {
		top: auto;
		right: 15px;
		bottom: -15px;
	}
	.home-pa-container {
        display: block;
    }
	.home-pa-container.home-pa-container-mobile {
		display: none;
	}
	
}
@media (min-width: 1280px) {
    .cta-wide-container {
        max-width: 1250px;    
	}
	.hb-right-outer {
		bottom: -90px;
	}
}