/*
@font-face {
    font-family: 'FuturaBT-HeavyItalic';
    src: url('../fonts/FuturaBT-HeavyItalic.eot');
    src: url('../fonts/FuturaBT-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-HeavyItalic.woff2') format('woff2'),
        url('../fonts/FuturaBT-HeavyItalic.woff') format('woff'),
        url('../fonts/FuturaBT-HeavyItalic.ttf') format('truetype'),
        url('../fonts/FuturaBT-HeavyItalic.svg#FuturaBT-HeavyItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaBT-Heavy';
    src: url('../fonts/FuturaBT-Heavy.eot');
    src: url('../fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaBT-Heavy.woff') format('woff'),
        url('../fonts/FuturaBT-Heavy.ttf') format('truetype'),
        url('../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FuturaBT-Book';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff'),
        url('../fonts/FuturaBT-Book.ttf') format('truetype'),
        url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaBT-Bold';
    src: url('../fonts/FuturaBT-Bold.eot');
    src: url('../fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaBT-Bold.woff') format('woff'),
        url('../fonts/FuturaBT-Bold.ttf') format('truetype'),
        url('../fonts/FuturaBT-Bold.svg#FuturaBT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, .home ol, .home ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/* 	font: inherit; */
	vertical-align: baseline;
}
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; font-family: 'FuturaBT-Book';
}
.home ol, .home ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

button,input,select {
  margin: 0;
  outline: 0;
}

img,video {
  height: auto;
  max-width: 100%;
}
iframe {  border: 0;}
.site-header ul{margin:0; padding:0; list-style:none;}
.container{max-width: 1200px;}
.btn-primary:hover {text-decoration:none; background-color:#061a3e; border: 2px solid #fff; transition: all 0.5s ease;}
.btn-primary {	
	color: #fff;
    text-transform: uppercase;
    font-family: 'FuturaBT-Heavy';
    border-radius: 12px;
    display: inline-block;
    padding: 15px 55px 15px 35px;
    text-align: center;
    font-size: 16px;
    background: #2ec311 url(../images/btn-arr-white.png) right 25px center no-repeat;
    background-size: 13px auto;
    border: 2px solid #000;
    text-decoration: none;	
	transition: all 0.5s ease;
}

.site-header{
    width: 100%;
    background-color: #061a3d;
    padding: 24px 0;
}
.header-main-containe{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-main-containe .logo{
    max-width: 280px;
}
.header-main-containe .logo img{
    width: 100%;
}
.main-menu-top .textwidget{display:inherit;}
.main-menu-top {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-top: 10px;
}
.main-menu-top ul.sub-menu {
    display: none;
}
.main-menu-top li ul.sub-menu a{
    text-transform: uppercase;
    font-family: 'FuturaBT-Book';
}
.main-menu-top li ul.sub-menu a[target="_self"]{
	text-transform:none;
}
.main-menu-top li ul.sub-menu a:hover{
    background-color: #2ec311;
    color:#061a3d;
}
.main-menu-top li ul.sub-menu a:hover:before {
    right: 0;
}
.main-menu-top li ul li {
    padding: 0px;
}
.main-menu-top li ul.sub-menu a::before,.client-portal-block ul li a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 2px solid #081a3f;
    transition: all 0.3s;
}
.main-menu-top li:hover ul.sub-menu{
    max-height: 800px;
    top: 0px;
    left: 0px;
    display: block;
    position: absolute;
    top: calc(100%);
    background-color: #e6e8eb;
    z-index: 12;
    width: max-content;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
    left: -10px;
    max-width: 280px;
}
.client-portal-block ul li{
    position: relative;
}

.cf7-sta-close {
    background-image: url('icons/close.svg');
    position: fixed;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.client-portal-block:hover .sub-menu {
    display: block;
    /* padding: 20px; */
    max-height: 800px;
    top: 0px;
    left: 0px;
    position: absolute;
    top: calc(100%);
    background-color: #e6e8eb;
    z-index: 12;
    width: max-content;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
    left: 0px;
}
.client-portal-block:hover .sub-menu{
   display: block;    
}
.client-portal-block ul{
    min-width: 128px;
}
.client-portal-block ul li a{
    border: none;
    text-transform: uppercase;
    width: 100%;
	color:#081a3f;
}
.client-portal-block ul li a:hover{
    background-color: #2ec311;
    color:#061a3d;
    border-radius: 0px;
}
li a:hover:before {
    right: 0;
}
.client-portal-block ul li a:hover:before {
    right: 0;
}
.main-menu-top li.has-submenu:hover ul.has-submenu,.client-portal-block .sub-menu{
    display: block;
    position: absolute;
    top: calc(100% + 24px);
    background-color: #b4bac5;
    z-index: 11;
    width: max-content;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
    left: -10px;
    max-width: 280px;
    transition: max-height 0.3s ease-in;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    max-height: 800px;
}
.top-ul-block > li{
    position: relative;
}
.main-menu-top ul li ul li a{
    font-size: 18px;
    padding: 13px 30px;
    color: #081a3f;
    letter-spacing: -1px;
    display: block;
    position: relative;
    transition: all 0.3s;
}
.top-ul-block{
    width: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin:10px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.top-ul-block{margin-top:4px;}
.top-ul-block li{
    padding: 0 20px;
}
.top-ul-block li a{
    color: #fff;
    font-size: 18px;
    font-family: 'FuturaBT-Book';
    display: inline-block;
    transition: all 0.5s;
}
.top-ul-block li a:hover{
    color: #2ec311;
    text-decoration: none;
}
.client-portal-block{
    margin-left: 20px;
    position: relative;
}
.client-portal-block a{
    color: #fff;
    border:2px solid #fff;
    font-family: 'FuturaBT-Book';
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.5s;
}
.client-portal-block a:hover{
    background-color: #fff;
    color: #2ec311;
    text-decoration: none;
}

.main-menu-block {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}
.main-menu-ul{
    width: 100%;
}
.menu-menu-1-container > ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin:0;
}
.menu-menu-1-container > ul li{
    padding: 0 20px;
    position: relative;
}
.menu-menu-1-container > ul li:first-child{
    padding-left: 0;
}
.menu-menu-1-container > ul li:last-child{
    padding-right: 0;
}
.menu-menu-1-container > ul li a{
    text-transform: uppercase;
    color: #fff;
    font-family: 'FuturaBT-Book';
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 11;
    font-size: 20px;
    transition: all 0.5s;
}
.menu-menu-1-container > ul li a:hover{
    color: #2ec311;
    text-decoration: none;
}
.menu-menu-1-container > ul li ul.sub-menu {
    position: absolute;
    top: calc(100% + 24px);
    background-color: #e6e8eb;
    z-index: 11;
    width: max-content;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
	left:-10px;
	max-width:280px;
}
.menu-menu-1-container > ul li:last-child ul.sub-menu {
    right: 0;
    left: auto;
}
.menu-menu-1-container > ul > li > ul.sub-menu
{	box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.35);
}
.menu-menu-1-container > ul li:hover ul.sub-menu ul
{	display:block; position:relative; left:0;	
}
.menu-menu-1-container > ul li ul.sub-menu ul li:last-child,
.menu-menu-1-container > ul li ul.sub-menu ul li:first-child,
.menu-menu-1-container > ul li:hover ul.sub-menu ul li
{	padding:0 !important;
}
.menu-menu-1-container > ul li ul.sub-menu ul li a
{	padding-left:45px !important;
}
.podcast-block-main
{	margin-bottom:35px;
}
.home .podcast-block-main
{	margin-bottom:0;
}
.menu-menu-1-container > ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    height: 50px;
    right: 0;

}
.menu-menu-1-container > ul li ul.sub-menu li {
    padding: 0 !important;
}
.menu-menu-1-container > ul li ul.sub-menu li:first-child{
    padding-top: 15px !important;
}
.menu-menu-1-container > ul li ul.sub-menu li:last-child{
    padding-bottom: 15px !important;
}
.menu-menu-1-container > ul li ul.sub-menu li a {
    font-size: 18px;
    padding: 13px 30px;
    color: #081a3f;
    letter-spacing:0.25px;
    display: block;
    position: relative;
    transition: all 0.3s;
}
.menu-menu-1-container > ul li ul.sub-menu li a:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 2px solid #081a3f;
    
    transition: all 0.3s;
}
.menu-menu-1-container > ul li ul.sub-menu li a:hover{
    background-color: #2ec311;
}
.menu-menu-1-container > ul li ul.sub-menu li a:hover:before{
    right: 0;
}
@media (min-width: 992px){
  .menu-menu-1-container > ul li:hover ul.sub-menu{
        max-height: 800px;
    }

    .menu-menu-1-container  > ul .trust_services_menu:hover ul.sub-menu{
        max-height: 800px;
        width: 100%;
        min-width: 810px;
    }
    .menu-menu-1-container>ul .trust_services_menu ul.sub-menu li {
        display: inline-flex;
        width: 100%;
        max-width: 49%;
    }
    .menu-menu-1-container>ul .trust_services_menu ul.sub-menu li a{
        width: 100%;
        max-width: 100%;
    }
     /* .menu-menu-1-container > ul li.trust_services_menu:hover ul.sub-menu{
        max-height: 600px;
        overflow-y: scroll;
    }     */
}

@media (max-width:991px){
  .menu-menu-1-container>ul li.openmenu.trust_services_menu ul.sub-menu{
    max-height: 600px;
    overflow-y: scroll;
  }
}

.search-block-main{
    padding-right: 20px; padding-bottom:10px;
}
.search-block-main a img {
    width: 24px;
}
/**********************/
/* Full screen search */
/**********************/
#search {
  align-items: center;
  background: rgba(6, 26, 62, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
}
#search:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 1111111;
}
#search:target .close-btn {
  display: block;
}
#search form#searchform{text-align:center; width:100%;}
.searchbox {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 50%;
  outline: 0;
  padding: 2rem 1rem;
  font-family: 'FuturaBT-Book';
}
.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
}
.close-btn img {
    width: 20px;
}

.home-banner .topbtns2 {
    margin: 30px auto 0px;
    position: absolute;
    bottom: 75px;
    left: 0px;
    right: 0px;
    width: 100%; text-align:center;
}
.btn-primaryn1{ margin-right:10px; }
.home-banner .btn-primary{ padding: 22px 49px 22px 20px; width: 292px;	}

@media (max-width: 639px){
    .btn-primaryn1{ margin-right:2px; }
    .home-banner .btn-primary{	padding:18px 42px 18px 22px; margin-top:5px}
	.home-banner .topbtns2{ bottom:25px; }
	.home-banner h1{line-height:1.5;}
}
.home-banner{
	height:610px;
	position:relative;
}
.home-banner .container, .home-banner .row, .home-banner .col-md-12{
	height:100%
}
.home-banner:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0%;
	height:0%;
	background:url(../images/banner-shade.png) top left no-repeat;
}
.home-banner h2, .home-banner h1{
    font-family: 'FuturaBT-Heavy';
    color: #fff;
    font-size: 80px;
    text-shadow: 2px 2px 15px #061a3e;
    line-height: normal;
	letter-spacing: -2px;
	margin-top:12px;
}

.home-banner .col-md-12 {
    position: relative;
    text-align: center;
    margin-top: 0px !important;
}
/* .home-banner .col-md-12 {
    transform: translate(0, 50%);
    margin-top: -100px;
} */

.blue-strip {
    background: #061a3e;  
    padding: 60px 0;	
}
.blue-strip h2{
	font-family: 'FuturaBT-Heavy';
    color: #fff;
    font-size: 40px;
	letter-spacing: -2px;
}
.innovating-trust-block{
    overflow: hidden;
    width: 100%;
}
.book-catalog .col-lg-8 {
	background: #b4bac5;
	position:relative;
}
.book-catalog .col-lg-8:after {
	content: '';
	background:#b4bac5;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;	
}
.book-withbtn {
    margin-top: -190px;
	text-align:center;
}
.book-withbtn img {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
	max-width: 295px;
    margin-bottom: 30px;
}
.book-withbtn a.btn-blue{
    color: #fff;
    text-transform: uppercase;
    font-family: 'FuturaBT-Heavy';
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    padding: 15px 35px;
    text-align: center;
    font-size: 16px;
    background: #061a3e;
    background-size: 13px auto;
    border: 2px solid #000;
    text-decoration: none;	
	transition: all 0.5s ease;
}
.book-withbtn a.btn-blue:hover{
	background: #2ec311;
	transition: all 0.5s ease;
}
.btnlink a:hover,
.single-job-page .job-apply-now a:hover,
.catalog-list ul li a:hover, a.btn-small:hover{
	background: #2ec311;
}
.catalog-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog-list ul li{
	margin-bottom: 30px;
	margin-right: 0;
    display: inline-block;
    width: calc(50% - 15px);
}
.btnlink a,
.catalog-list ul li a,
.single-job-page .job-apply-now a,
a.btn-small{
	color: #061a3e;
    text-transform: uppercase;
    font-family: 'FuturaBT-Heavy';
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    padding: 16px 10px 14px 20px;
    text-align: left;
    font-size: 15px;
    background: #ffffff;
    background-size: 13px auto;
    border: 2px solid #000;
    text-decoration: none;
    transition: all 0.5s ease;
    width: 100%;
        display: inline-flex;
    align-items: center;
    font-weight: bold;
}
.catalog-list ul li a{
	    min-height: 70px;
    line-height: 1.25em;
}
.btnlink a, .single-job-page .job-apply-now a, a.btn-small
{	display:inline-block; width:auto; font-size: 16px; padding:13px 36px 13px 20px; position: relative;
}
.btnlink a:after, .single-job-page .job-apply-now a:after, a.btn-small:after
{	content:" ";
	background:url(../images/icon-arrow-blue.svg) no-repeat; background-size:18px;
	height:18px; width:18px; display:block;
	position:absolute; right: 10px;
    top: 16px;
}
.catalog-list ul li img {
	vertical-align:middle;
	height: 18px;
    margin-left: 10px;
}
.catalog-list ul li .left-icon {
    height: 34px;
    vertical-align: middle;
	margin-left:0;
    margin-right: 8px;
}
.catalog-list {
    padding: 40px 0 20px 15px;
}
.catalog-list ul.catalog-view-more{
    justify-content: center;
}
.catalog-list ul.catalog-view-more li{
    width: auto;
}
.catalog-list ul.catalog-view-more li a{
    width: auto;
}
.landing-trust-pro-section{
    width: 100%;
    padding: 80px 0;
}
.blogpage-section {
    padding: 80px 0;
}
.blogpage-section .cus-tag-listing{
	margin-top:30px;
}
.blogpage-section .cus-tag-listing .btn-primary{
    border: 2px solid #061a3e;
    padding: 13px 24px 13px 10px;
    background-position: right 10px center;
    background-size: 10px;
    background-color: #061a3e;
	min-width: 214px;
}
.blogpage-section .cus-tag-listing .btn-primary:hover, .blogpage-section .cus-tag-listing .tag_selected .btn-primary{
	background-color:#2ec311;
}
@media (max-width: 1200px){
	.blogpage-section .cus-tag-listing .btn-primary{
		margin-bottom:20px;
	}
	.blogpage-section .cus-tag-listing .col-auto:last-child .btn-primary{
		margin-bottom:0px;
	}
}
@media (max-width: 991px){
	.blogpage-section .cus-tag-listing .btn-primary{
		margin-bottom:0px;
	}
}
@media (max-width: 794px){
	.blogpage-section .cus-tag-listing .btn-primary{
		margin-bottom:20px;
	}
	.blogpage-section .cus-tag-listing .col-auto:last-child .btn-primary{
		margin-bottom:0px;
	}
}

/* breadcrumb styling */
.peak_breadcrumb{
	margin-top:20px;
}
.peak_breadcrumb ul{
	padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
	flex-wrap: wrap;
}
.peak_breadcrumb ul li:after{
	content: "/";
    display: inline-block;
    width: 30px;
    text-align: center;
	font-family: 'FuturaBT-Heavy';
}
.peak_breadcrumb ul li:last-child::after{
	display:none;
}
.peak_breadcrumb ul li a {
    color: #061a3d;
    font-family: 'FuturaBT-Heavy';
}
.peak_breadcrumb ul li a:hover, .peak_breadcrumb ul li:last-child a{
	color:#2ec311;
	text-decoration:none;
}
/* breadcrumb styling end */

.landing-trust-pro-section.noh1
{	padding-top:0;
	margin-top:-35px;
}
.noh1 h1
{	display:none;
}
.landing-header{
    width: 100%;
    text-align: center;
}
.h2-block {
    width: 100%;
    font-size: 46px;
    color: #222222;
    font-family: 'FuturaBT-Heavy';
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    line-height: 1.15em;
}
.podcast-block-main {
    width: 100%;
    border-radius: 20px;
    background-color: #e6e8eb;
}
.podcast-img-block {
    position: relative;
}
.podcast-img-block:before{
    content: "";
    display: block;
    padding-top: 60%;
}
.podcast-img-block img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.podcast-detail-block{
    width: 100%;
    padding: 30px 25px;
	padding-bottom:90px;
	height:100%;
	position:relative;
}
.podcast-detail-block h3{
    font-size: 28px;
    color: #222;
    width: 100%;
    font-family: 'FuturaBT-Book';
    margin-bottom: 30px;
    width: 100%;
}
.podcast-detail-block a{
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    border:3px solid #061a3e;
    color: #061a3e;
    font-weight: 900;
    font-family: 'FuturaBT-Bold';
    border-radius: 20px;
    padding: 0px 20px;
    width: calc(100% - 100px);
    min-height: 70px;
    transition: all 0.5s;
	position:absolute;
	bottom:30px;
}
.podcast-detail-block a span {
        padding: 8px 39px 8px 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23061a3e;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 96%;
}
.podcast-detail-block a:hover{
    text-decoration: none;
    background-color: #67c355;
}
.trust-listing-block{
    margin-left: -40px;
    margin-right: -40px;
}
.trust-listing-block div[class*="col-"]{
    padding: 0 40px;
}
.news-letter-belt-block {
    width: 100%;
    padding-bottom: 90px;
}
.news-letter-belt-block .newsletter-row{
	display:flex;
	
}
.newsletter-text{
    width: 450px;
    display: flex;
    align-items: center;
	margin-right: 10px;
	flex-shrink: 0;
}
.newsletter-text img{
    max-width: 60px;
}
.newsletter-text h4 {
    font-size: 26px;
    color: #222;
    width: auto;
    line-height: 1.1em;
    font-family: 'FuturaBT-Book';
    padding-left: 20px;
}
.newsletter-form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.newsletter-form .hbspt-form {
	width: 100%;
}
.newsletter-form .hbspt-form form {
	position: relative;
}
.newsletter-form .hbspt-form .hs-email {
	padding-right: 150px;
}
.newsletter-form .hbspt-form .hs-email label{
	display: none;
}
.newsletter-form .hbspt-form .hs-submit{
	position: absolute;
    top: 0;
    left: calc(100% - 150px);
}
.newsletter-form .hbspt-form .hs-submit .actions{
	height: 75px;
}
.newsletter-form .hbspt-form .hs-submit .hs-button {
	height: 100%;
}
.newsletter-form input[type="email"]{
    flex:1;
    width: 100%;
    height: 75px;
    line-height: 75px;
    color: #222;
    border: 3px solid #061a3e;
    border-radius: 20px 0 0 20px;
    padding: 20px 20px 20px 40px;
    font-size: 20px;
    font-family: 'FuturaBT-Book';
}

.newsletter-form input[type="submit"]{
    text-transform: uppercase;
    font-family: 'FuturaBT-Bold';
    padding: 0 25px;
    background-color: #061a3e;
    border-radius: 0 20px 20px 0;
    border:0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.intake-process-block{
    width: 100%;
    background-color: #b4bac5;
    padding: 70px 0;
}
.intake-process-header{
    width: 100%;
    text-align: center;
    margin-bottom:40px;
}
.intake-process-header h2{
    color: #061a3e;
    margin-bottom: 10px;
}
.intake-process-header p{
    font-size: 28px;
    color: #061a3e;
    width: 100%;
    flex: 1;
    line-height: 1.1em;
    font-family: 'FuturaBT-Book';
}
.step-process-listing-block{
    margin:0 -20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.step-box-main{
    width: calc(20% - 40px);
    padding: 0 0px 0px;
	margin-left: 20px;
	margin-right: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.step-number{
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    background-color: #384865;
    border-radius: 15px;
}
.step-number h3{
    font-size: 22px;
    color: #fff;
    width: 100%;
    line-height: 1.1em;
    font-family: 'FuturaBT-Book';
}
.step-box-inner-content{
    padding: 0 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex:1;
}
.step-detail-info{
    width: 100%;
    background-color: #fff;
    padding: 20px 19px;
    flex:1;
    display: flex;
    justify-content: center;
    text-align: center;
}
.step-detail-info p{
    font-size: 20px;
    color: #222;
    width: 100%;
    line-height: 1.1em;
    font-family: 'FuturaBT-Book';
    margin:0;
}
.step-icon {
    width: 100%;
    background-color: #384865;
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 15px;
    box-shadow: 0px -7px 13px rgba(0,0,0,0.5);
}
.step-icon span {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    color: #061a3e;
}

.step-process-listing-block .step-box-main:nth-child(2) .step-number,
.step-process-listing-block .step-box-main:nth-child(2) .step-icon{
    background-color: #2b3c5b;
}
.step-process-listing-block .step-box-main:nth-child(3) .step-number,
.step-process-listing-block .step-box-main:nth-child(3) .step-icon{
    background-color: #1f3151;
}

.step-process-listing-block .step-box-main:nth-child(4) .step-number,
.step-process-listing-block .step-box-main:nth-child(4) .step-icon{
    background-color: #122548;
}
.step-process-listing-block .step-box-main:nth-child(5) .step-number,
.step-process-listing-block .step-box-main:nth-child(5) .step-icon{
    background-color: #061a3e;
}

/* New step process listing block */
.page-id-48 .step-box-main{
	flex-direction: column-reverse;
	padding-bottom: 100px;
	margin-bottom:60px;
	cursor: pointer;
}
.page-id-48 .get-started-link{
	margin-top:0px;
}
.page-id-48 .step-box-inner-content{
	padding: 0px;
	flex:none;
}
.page-id-48 .step-icon span{
	font-size:36px;
	font-family: 'FuturaBT-Heavy';
}
.page-id-48 .step-detail-info{
	display:none;
}
.page-id-48 .step-icon{
	background: #fff !important;
    box-shadow: none;
    border-radius: 0px 0px 15px 15px ;
	border: 2px solid #061a3e;
    border-top: 0px;
	padding: 30px 20px;
}
.page-id-48 .step-number{
	background: #384865 !important;
    border: 2px solid #061a3e;
    border-radius: 15px 15px 0px 0px;
    border-bottom: 0px;
    height: 100%;
    padding: 30px 15px;

}
.page-id-48 .step-number h3{
    font-size: 26px;
	line-height: 1.3;
	word-break: break-all;
}

/* New step process listing block 07-06-2021 */
.page-id-48 .step-box-main:after {
    content: "1";
    background: #384865;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
}
.page-id-48 .step-box-main:nth-child(2):after{
	content:"2";
}
.page-id-48 .step-box-main:nth-child(3):after{
	content:"3";
}
.page-id-48 .step-box-main:nth-child(4):after{
	content:"4";
}
.page-id-48 .step-box-main:nth-child(5):after{
	content:"5";
}
.page-id-48 .step-box-main:before {
    content: "";
    background: url(../../../uploads/2021/06/wave-border-1.png);
    position: absolute;
    bottom: 0px;
    width: 256px;
    height: 38px;
    left: 42%;
}
.page-id-48 .step-box-main:nth-child(2):before, .page-id-48 .step-box-main:nth-child(4):before{
    transform: rotate(175deg);
    bottom: 17px;
}
.page-id-48 .step-box-main:nth-child(5):before{
	display:none;
}
.page-id-48 .step-icon img{
	max-width: 50px;
    max-height: 50px;
}

@media (max-width: 1100px){
.page-id-48 .step-box-main:before{
	left: 38%;
	bottom:10px;
}
.page-id-48 .step-box-main:nth-child(2):before, .page-id-48 .step-box-main:nth-child(4):before {
    bottom: 12px;
}
}
@media (max-width: 992px){
.page-id-48 .step-box-main:before{
	left: 44%;
	bottom:22px !important;
	display: inline-block;
	background: none;
	border-top: 2px dashed #384865;
	height:1px;
	width:110%;
	transform: none !important;
}
.page-id-48 .step-box-main:nth-child(3):before{
	width: calc(100% - 16%);
}
.page-id-48 .step-box-main:nth-child(4):before{
	left:0px;
	width: calc(100% + 44%);
}
}
@media (max-width: 480px){
.page-id-48 .step-number h3{
	font-size:22px;
}
.page-id-48 .step-box-main:nth-child(2):before, .page-id-48 .step-box-main:nth-child(4):before{
	width: calc(100% - 44%);
	left: 44%;
}
.page-id-48 .step-box-main:nth-child(3):before{
	width: calc(100% + 44%);
	left:0px;
}
.page-id-48 .step-box-main:nth-child(5):before{
	display: none;
    left: 0px;
    width: 50%;
}
}
@media (max-width: 380px){
.page-id-48 .step-box-main{
	width:100%
}
}

.set-counter-inner .textwidget{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
}
.set-counter-inner .textwidget div {
    background: #384865;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
}
.set-counter-inner{
	position:relative;
}
.set-counter-inner:after {
    content: "";
    background: url(../../../uploads/2021/06/vertical-wave-border.png);
    position: absolute;
    width: 36px;
    height: 300px;
	background-size: 36px 300px;
    top: 100px;
    left: -14px;
    right: 0;
    margin: auto;
}
.border-reverse.set-counter-inner:after{
	transform: rotate(180deg);
	left: 14px;
}
.set-counter-inner.long-border:after{
	background: url(../../../uploads/2021/06/colunm-wave-border-2.png);
	height: 850px;
    width: 50px;
	left: 0px;
	background-size:50px 570px;
}
.set-counter-inner.last-border:after{
	display:none;
}




/* --------- end ----- */
.get-started-link{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.get-started-link a{
    background-color: #2ec311;
    border:2px solid #061a3e;
    color: #fff;
    font-size: 16px;
    font-family: 'FuturaBT-Bold';
    text-transform: uppercase;
    display: inline-block;
    height: 70px;
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    transition: all 0.5s;
    line-height: 70px;
}
.get-started-link a span{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23fff;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 0 26px;

}
.get-started-link a:hover{
    background-color: #fff;
    color: #061a3e;
    text-decoration: none;
}
.get-started-link a:hover span{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23061a3e;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");   
}
.jurisdiction-states-block{
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}
.jurisdiction-states-listing{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 100%;
}
.jurisdiction-states-box{
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin:40px 0;
}
.jurisdiction-states-box > img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jurisdiction-states-detail {
    padding: 20px 20px 20px 100px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    min-height: 120px;
}
.jurisdiction-states-detail img {
    max-height: 80px;
    max-width: 90px;
    opacity: 0.8;
}
.jurisdiction-states-detail h3{
    font-size: 40px;
    color: #fff;
    width: 100%;
    flex: 1;
    line-height: 1.1em;
    font-family: 'FuturaBT-Book';   
    margin-left: 20px;
}
.jurisdiction-states-detail-info {
    background-color: #b4bac5;
    padding: 191px 10px 121px 121px;
    margin-left: -100px;
    border-radius: 20px 0 0 20px;
    position: relative;
}
.jurisdiction-states-detail-info:before{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    right: -100%;
    bottom: 0;
    background-color: #b4bac5;
}
.jurisdiction-states-detail-info a{
    background-color: #2ec311;
    border:2px solid #061a3e;
    color: #fff;
    font-size: 16px;
    font-family: 'FuturaBT-Bold';
    text-transform: uppercase;
    display: inline-block;
    height: 60px;
    border-radius: 20px;
    transition: all 0.5s;
    line-height: 56px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23fff;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-position: 97%;
    padding: 0 50px 0 20px;
}
.jurisdiction-states-detail-info a:hover{
    background-color: #fff;
    text-decoration: none;
    color: #061a3e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23061a3e;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");
}
.our-expertise-section{
    padding: 30px 0 130px;
}
.our-expertise-heading{
    text-align: center;
}
.our-expertise-heading h2{
    color: #061a3e;
}
.our-expertise-slider{
    width: 100%;
}
.our-expertise-item{
    padding: 0 40px;

}
.our-expertise-box-main{
    background-color: #e6e8eb;
    border-radius: 20px;
    overflow: hidden;
}
.our-expertise-img{
    width: 100%;
    position: relative;
}
.our-expertise-img:before{
    content: "";
    display: block;
    padding-top: 70%;
}
.our-expertise-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-expertise-detail {
    padding: 24px;
}
.our-expertise-detail h3{
    font-size: 22px;
    color: #222;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.1em;
    font-family: 'FuturaBT-Book';       
}
.our-expertise-detail p{
    font-size: 18px;
    color: #222;
    width: 100%;
    line-height: 1.1em;
    font-family: 'FuturaBT-Book';   
    margin-bottom: 40px;
}
.our-expertise-detail a{
    font-size: 18px;
    color: #061a3e;
    display: inline-block;
    font-family: 'FuturaBT-Bold';
    text-decoration: none;
	margin-top:15px;
}
.slick-initialized .slick-slide:focus{
    outline: none !important;
}
.our-expertise-slider .slick-dots li{
    width: 100px;
    height: 2px;

}
.our-expertise-slider .slick-dots li button{
    width: 100px;
    height: 5px;
    padding: 0;
    background-color: #d2dbe5;
}
.our-expertise-slider .slick-dots li.slick-active button{
    background-color: #061a3e;
}
.our-expertise-slider .slick-dots li button:before{
    display: none;
}
.our-expertise-slider .slick-dots{
    bottom: -60px;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
.slick-prev, .slick-next{
    
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 50px;
    height: 50px;   
    z-index: 1111;
}
.slick-next{
    background-image: url("icons/right.png") !important;
}
.slick-prev{
    background-image: url("icons/right.png") !important;
    transform: rotate(180deg);
    transform-origin: center;
    margin-top: -20px;
}
.resources-section-block{
    width: 100%;
    background-color: #b4bac5;
    padding: 50px 0 65px;
}
.resources-section-heading{
    width: 100%;
    text-align: center;
}
.resources-listing{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.resources-listing a{
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    border:3px solid #061a3e;
    color: #061a3e;
    font-weight: 900;
    font-family: 'FuturaBT-Bold';
    border-radius: 20px;
    padding: 0px 20px;
    max-width: calc(33.33% - 60px);
    width: 100%;
    min-height: 70px;
    transition: all 0.5s;

}

.resources-listing a span {
    padding: 8px 39px 8px 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23061a3e;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 100%;
    min-width: 200px;
    text-align: center;
}
.resources-listing a:hover{
    text-decoration: none;
    background-color: #67c355;
}
.submit-block-main{
    width: 100%;
    padding: 60px 0;    
}
.submit-block-inner{
    width: 100%;
    padding: 0 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.submit-block-inner h2{
    flex:1;
    margin:0;
}
.submit-block-inner a{
    background-color: #2ec311;
    border:2px solid #061a3e;
    color: #fff;
    font-size: 16px;
    font-family: 'FuturaBT-Bold';
    text-transform: uppercase;
    display: inline-block;
    height: 70px;
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    transition: all 0.5s;
    line-height: 70px;
    text-align: center;
}
.submit-block-inner a span{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23fff;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 0 26px;

}
.submit-block-inner a:hover{
    background-color: #fff;
    color: #061a3e;
    text-decoration: none;
}
.submit-block-inner a:hover span{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23061a3e;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");   
}
@media (min-width: 992px){
.submit-block-inner{
	justify-content:center;
}
.submit-block-inner h2{
    max-width:500px;
	margin-right:30px;
}
}
.main-footer-block{
    width: 100%;
    background-color: #222222;
    padding: 60px 0;
    border-radius: 20px 20px 0 0;
	clear:both;
}
.footer-top-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.link-box{
    width: 16.66%;
	padding-right:15px;
}
/* @media (min-width: 992px){
.footer-top-link .link-box:nth-child(3){	width:18%;}
.footer-top-link .link-box:nth-child(4){	width:25%;}
.footer-top-link .link-box:nth-child(5){	width:17%;}
} */
.link-box h4{
    font-size:22px;
    color: #fff;
    font-family: 'FuturaBT-Book';
    width: 100%;
    margin-bottom: 10px;
}
.link-box h4 a{
    color: #fff;
    transition: all 0.5s;
}
.link-box h4 a:hover{
    color: #2ec311;
    text-decoration:none;
}
.link-box ul{
    padding: 0;
    margin:0;
    width: 100%;
}
.link-box ul li {
    width: 100%;
    margin-bottom: 10px;
}
.link-box ul li a{
    font-size: 16px;
    color: #fff;
    font-family: 'FuturaBT-Book';
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
}
.link-box ul li a:hover{
    color: #2ec311;
}
.footer-top-part-block {
        display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer-mid-link{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
	align-items:center;
}
.footer-mid-left{
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 
.footer-mid-left .link-box{
    width: 100%;
}
.footer-mid-left .link-box h4{
	display:inline-block;
	width:50%;
	float:left;
}
.footer-search{
    width: 60%;
}
.fooer-social-media{
	padding:10px;
}
.fooer-social-media ul{
    padding: 0;
    margin:0;
    list-style:none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.fooer-social-media ul li{
    padding: 0 30px;
}
.fooer-social-media ul li:first-child{
    padding-left: 0;
}
.fooer-social-media ul li:last-child{
    padding-right: 0;
}
.fooer-social-media ul li img {
    max-width: 23px;
    max-height: 25px;
}
.search-footer-block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.search-footer-block input[type="text"]{
    flex: 1;
    height: 65px;
    line-height: 65px;
    color: #222;
    border: 3px solid #061a3e;
    border-radius: 16px 0 0 16px;
    padding: 20px 20px 20px 30px;
    font-size: 21px;
    font-family: 'FuturaBT-Book';
}
.search-footer-block input[type="submit"]{
    text-transform: uppercase;
    font-family: 'FuturaBT-Bold';
    padding: 0 0;
    background-color: #061a3e;
    border-radius: 0 16px 16px 0;
    border: 0;
    color: #fff;
    width: 70px;
    font-size: 30px;
    cursor: pointer;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
}
.footer-bottom-part {
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.footer-logo{
    padding: 30px;
    width: 300px;
}
.footer-contact-info{
    flex:1;
    padding: 30px;
}
.footer-contact-info p{
    font-size: 16px;
    color: #fff;
    font-family: 'FuturaBT-Book';
    display: inline-block;
    width: 100%;
    margin:5px 0;
}
.footer-contact-info p a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
footer .searchform {display:inherit; width:100%;}

.entry-header h1.entry-title {width: 100%; font-size: 46px; color: #222222; font-family: 'FuturaBT-Heavy'; letter-spacing: -1.5px; margin-bottom: 45px; line-height: 1.15em; text-align:center;}
.holidays h3{font-size: 22px; color: #222222; font-family: 'FuturaBT-Book'; line-height: 1.5; margin-bottom:10px;}
.home p{margin-bottom:0;}
p{ margin-bottom:13px;}
p, li, p.p{font-size: 18px; color: #222222; font-family: 'FuturaBT-Book'; line-height: 1.5; }

.contact-form{background:#b4bac5; padding:20px; border-radius:15px; color: #061a3e;    font-family:'FuturaBT-Book';    font-size: 16px;}
.half-class-wrap p{color: #061a3e;    font-family:'FuturaBT-Book';    font-size: 16px;}
.contact-form label, .radion1 label{color: #061a3e; font-family: 'FuturaBT-Heavy'; text-align: left; font-size: 16px; line-height:1.2em;}
.contact-form div > span > input, .contact-form input[type='text'], .contact-form input[type='tel'], .contact-form div input[type='email'], .contact-form textarea, .contact-form select{color: #061a3e; font-family: 'FuturaBT-Heavy'; border-radius: 10px; padding: 11px 13px; text-align: left; font-size: 15px; background: #ffffff; background-size: 13px auto; border: 2px solid #000; text-decoration: none; transition: all 0.5s ease; width: 100%; display: inline-flex; align-items: center; font-weight: bold; margin-bottom: 15px; margin-top: 5px; outline:0;}
.contact-form .contact-form .half-class,
.contact-form .contact-form .half-class-wrap{padding-bottom:12px;}
.contact-form .contact-form  textarea{margin-bottom:0px;}
.contact-form fieldset { max-width:100% !important; }
.contact-form textarea{width:100% !important; height:110px;}
.contact-form input[type=date]{text-transform:uppercase;}
.contact-form input[type=submit], .cenbtn span, .cd-upload-btn
{background-color: #2ec311; border: 2px solid #061a3e; color: aliceblue; font-family: 'FuturaBT-Bold'; text-transform: uppercase; transition: all 0.5s; text-align: center; width: auto; padding: 12px 30px; cursor: pointer; border-radius:10px; line-height:1.25em;}
.contact-form input[type=submit]{margin-top:13px;}
.contact-form input[type=submit]:hover, .cenbtn span:hover, .cd-upload-btn:hover
{text-decoration: none; background-color: #ffffff; border: 2px solid #061a3e; color: #061a3e; transition: all 0.5s ease;}
.contact-form.newfrm{padding:23px 25px 17px; margin:0 0 20px 0; float:left; width:100%; box-sizing:border-box;}
.llcfrm{margin:0 auto; max-width:960px; padding-top:25px; padding-bottom:25px;}


.half-class-wrap > .half-class4
{	width:22.75%; margin-right:3%;
	float:left;
}
.half-class-wrap > .half-class4:last-child
{	margin-right:0;
}
@media only screen and (max-width: 767px) {
.half-class-wrap > .half-class4
{	width:100%; margin-right:0%;
	float:none;
}	
}

.clinks
{	padding-bottom:15px;
}
.clinks a
{	color:#061a3e; font-weight:600;
}
.btnlink
{	padding-top:15px;
}
.fullround img
{	border-radius:20px;
}
body .wpcf7-list-item{margin:0 1em 0 0; font-weight:600; display:inline-block; padding-bottom:6px; }
.wpcf7-checkbox {display:block; padding-top:8px;  }
.wpcf7-radio {display:inline-block; padding-left:10px;  }
.llcfrm .contact-form div > span > input,
.llcfrm .contact-form div > span > select,
.contact-form div > span > input{ margin-bottom:0;}
.llcfrm .half-class-wrap {padding-bottom:12px; float:left; width:100%;}
p small {    font-size: 14px;    line-height: 20px;    display: inline-block;}
.frmshow2, .frmshow3{float:left; width:100%;}
.cenbtn, .radion1{float:left; width:100%; padding-bottom:8px;}
.cenbtn span, .cd-upload-btn{ 
	    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    color: #fff;
    background: #061a3e;
    font-size: 15px; text-align:center; 
 }
@media (min-width: 992px){
    .close-icon-block{display: none;}
    .resposnive-heberger-menu{display: none;}
}

.main-menu-top{margin-top: 0;}
.menu-menu-1-container > ul li{padding: 0 15px;}
.top-ul-block li{padding: 0 15px;}
.trust-listing-block div[class*="col-"]{padding: 0 25px;}
.trust-listing-block{margin-left: -25px;margin-right: -25px;}
.podcast-detail-block a{min-height: 60px;}
.podcast-detail-block a img{max-width: 30px;max-height: 28px;}
.podcast-block-main .podcast-detail-block a img{display:none;}
.newsletter-form input[type="email"]{padding: 20px 20px 20px 20px;}
.step-icon img{max-width: 50px;max-height: 40px;}
.get-started-link a{height: 60px;max-width: 360px;line-height: 57px;}
.jurisdiction-states-detail{padding: 20px 20px 20px 40px;}
.jurisdiction-states-detail h3{font-size: 35px;}
.jurisdiction-states-detail img{max-height: 62px;max-width: 67px;}
.jurisdiction-states-box{margin:30px 0;}
.our-expertise-item{padding: 0 25px;}
.resources-listing a{max-width: calc(33.33% - 30px);}
.resources-listing a img{max-width: 30px;max-height: 30px;}
.resources-listing a span{background-size: 11px;}
.submit-block-inner a{max-width: 320px;line-height: 60px;height: 60px;}
.submit-block-inner h2{font-size: 46px;}
.fooer-social-media ul li{padding: 0 25px;}
.pagelistmn{margin:0 auto; max-width:1080px;}
.iconimg{ text-align:center;}
p strong{font-weight:600; font-size:17px;}
.jurisdiction-states-detail-info h2{font-size:42px;}
.pagelistmn h2
{	    font-size: 23px;
    font-weight: 600;
    padding-bottom: 15px;
}

.cardbox
{	padding:15px;
}
.round1
{	background:#061a3d; padding:15px 0 0 0; text-align:center; border-radius:50px; display:inline-block; color:#fff; width:60px; height:60px; font-size:22px; float:left; margin-right:18px;
}
.cardbox div
{	overflow:hidden;
}
.modal-dialog
{	max-width:1000px;
}
.modal-dialog a
{	color:#061a3d; text-decoration:underline;
}
.modal-header
{	background:#061a3d; padding:0.75rem 1.5rem;
}
.modal-dialog a:hover
{	text-decoration:none;
}
.modal-title
{	font-size:22px; font-weight:600; color:#fff;
}
.modal-body
{	padding: 1.5rem; text-align:left !important;
}
.teamphoto .modal-body div
{	text-align:left;
}
.modal-footer button
{	background:#061a3d; color:#fff;
}
.teamphoto {padding-bottom:25px;}
.teamphoto div
{	text-align:center;
}
.teamphoto div img
{	margin-bottom:15px;
}
.teamphoto a
{	color:#061a3d; font-weight:600; font-size:18px;
}
.teamphoto div p
{	padding-top:5px; font-size:17px;
}
.testimonials
{	padding-bottom: 25px;
    padding-top: 25px;
}
.testimonials > div
{	text-align: center;
    padding-bottom: 80px;
}
.slick-active.slick-center .testimonial {
    transform: scale(1);
}
.slick-slide.slick-current.slick-active.slick-center .testimonial {
    margin-top: 70px;
}
.testimonial
{	padding: 55px 25px 25px;
    background: #e6e8eb;
    height: 100%;
    border-radius: 20px;
	color:#061a3e;
    position: relative;
    margin-top: 85px;
    transform: scale(.8);
}
.testimonial p
{	color:#061a3e;
}
.imgrou
{	    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    margin-left: -50px;
    position: absolute;
    left: 50%;
    top: -50px; background:#fff;
}
.imgrou img
{	width:100px; 
}
.namep
{	font-weight:600; font-size:20px; padding:10px 0 5px;
}
/* =============================================================================
   Scroll to Top
* ============================================================================= */
#return-to-top 
{   position: fixed;
    bottom: 30px;
    right: 20px; 
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    border-radius:100%;
	display: none;
    transition: all 0.3s ease;
    color: #FFF;
    font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}
#return-to-top:hover 
{   background: rgba(0, 0, 0, 0.9);
}
#return-to-top span 
{   font-size:19px;
    text-align: center;
    display: block;
    line-height:40px;
}
.testimonials .slick-list
{	padding-left:0px !important; padding-right:0px !important;
}
.tablemn
{	max-width:1080px;
	margin:0 auto;
	overflow:auto;
}
.tablemn > br
{	display:none;
}
.tablemn table
{	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
/* 	min-width:740px; */
}
.tablemn td,
.tablemn th
{	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:10px 15px;
	font-size:17px;
    color: #222222;
    font-family: 'FuturaBT-Book';
    line-height: 1.35;
}
.tablemn td p, .tablemn td li
{	font-size:17px;
    line-height: 1.35;
}
.tablemn th
{	color:#fff; background:#061a3d; text-transform:uppercase; font-size:18px; font-weight:600;
}
.tablemn tr td:first-child
{	background:#e6e8eb; color:#061a3d; font-size:18px; font-weight:600;
}
.tablemn td.centertd p
{	text-align:center; padding-bottom:0; margin-bottom:0; text-transform:uppercase;  font-size:18px; font-weight:600; color:#061a3d;
}
.forab p
{	color: #ccc;
    text-align: center;
    font-size: 14px;
    margin:25px 0;
}
.forab a
{	    background: #061a3d;
    color: #fff;
    padding: 1px 8px;
    display: inline-block;
    margin: 0 2px;
    border-radius: 5px;
}
.page-id-292 .entry-header h1.entry-title,
.page-id-294 .entry-header h1.entry-title,
.page-id-221 header.entry-header
{	display:none;
}
.page-id-221 .entry-header h1.entry-title{    margin-bottom: 0px;}
.page-id-345 .entry-header h1.entry-title{margin-bottom:40px;}
.postlist1 .btnlink {padding-top:0;margin-top: -15px;}
@media (min-width: 768px){  
.pagelistmn > .row:nth-child(2n+2) .col-lg-4
{	    order: 2;
}
}
.pagelistmn > .row
{	padding-bottom:80px;
}
@media (max-width: 1299px){    
    .resources-listing a span{padding: 8px 32px 8px 22px;}
    .submit-block-inner h2{font-size: 48px;}
}
@media (max-width: 1199px){
	.forab a {margin:2px;}
    .search-block-main{padding-right: 10px;}
    .home-banner h2{font-size: 70px;}
    .home-banner .col-md-12{margin-top: -90px;}
    .home-banner{height: 590px;}
    .header-main-containe .logo{max-width: 240px;align-self: center;}
    .menu-menu-1-container > ul li ul.sub-menu{top: calc(100% + 18px);}    
    .menu-menu-1-container > ul li{padding: 0 10px; }    
    .site-header{padding: 18px 0;}
    .main-menu-ul{margin-top: 30px;}
    .blue-strip h2, .blue-strip h1{font-size: 33px;}
    .blue-strip{padding: 40px 0;}
    .book-withbtn{margin-top: -160px;}
    .book-withbtn a.btn-blue{padding: 15px 15px;}
    .landing-trust-pro-section{padding: 60px 0;}
	.blogpage-section{padding: 60px 0;}
    .h2-block{font-size: 50px;margin-bottom: 50px;}
    .trust-listing-block div[class*="col-"]{padding: 0 15px;}
    .trust-listing-block{margin-left: -15px;margin-right: -15px;}    
    .podcast-detail-block a img{max-width: 37px;max-height: 30px;}
    .podcast-detail-block a span{padding: 8px 22px 8px 15px;}
    .podcast-detail-block a span{background-size: 10px;background-position: 100%;}
    .newsletter-form input[type="email"]{height: 60px;line-height: 60px;}    
    .news-letter-belt-block{padding-bottom: 60px;}
    .intake-process-block{padding: 60px 0;}
    .intake-process-header p{font-size: 30px;}
    .intake-process-header{margin-bottom: 50px;}
    .step-box-main{padding: 0 10px 130px;}
    .step-detail-info{padding: 20px 10px;}
    .get-started-link a{max-width:300px; }
    .jurisdiction-states-detail{padding: 20px 20px 20px 20px;min-height: 110px; }    
    .jurisdiction-states-detail-info{padding: 71px 10px 71px 121px;}
    .jurisdiction-states-detail-info a{padding: 10px 50px 10px 20px;height: auto;line-height: 1.1em;}
    .our-expertise-section{padding: 20px 0 110px;}
    .our-expertise-slider .slick-dots{    bottom: -60px;}
    .our-expertise-detail{padding: 20px;}
    .our-expertise-detail h3{margin-bottom: 20px;}
    .our-expertise-detail p{margin-bottom: 27px;}    
    .our-expertise-slider .slick-dots li button{width: 80px;}
    .our-expertise-slider .slick-dots li{width: 80px;}
    .slick-prev, .slick-next{width: 40px;height: 40px;}
    .our-expertise-item{padding: 0 15px;}
    .resources-section-block{padding: 60px 0;}
    .resources-listing a{max-width: calc(33.33% - 15px);padding: 0px 10px;}
    
    .resources-listing a span{padding: 8px 18px 8px 12px;}
    .submit-block-inner{padding: 0 0;}
    .search-footer-block{margin-top: 30px;}
    .fooer-social-media ul li{padding: 0 18px;}
    .search-footer-block input[type="text"]{padding: 20px 20px 20px 24px;font-size: 20px;height: 60px;line-height: 60px;}
    .fooer-social-media ul li img{max-width: 28px;max-height: 28px;}
    .footer-logo{max-width: 33.33%;}
    .jurisdiction-states-box{margin:20px 0;}
    .footer-top-part-block{padding: 0;}
    .link-box{padding-right: 10px;}
}

@media (max-width: 991px){
	.imgro {text-align:center;}
    body .main-menu-top ul.sub-menu
	{	position: relative !important;
		top: 0 !important;
		background: none !important;
		display: block !important;
		left: 0 !important;
	}
	.footer-top-link .link-box:nth-child(2){ margin-bottom:20px;}
	.catalog-list{padding-left:0;}
    .home-banner{height: auto;}
    .home-banner .col-md-12{margin-top: 0;transform: unset;padding-top: 50px;padding-bottom: 150px;}
    .home-banner h2, .home-banner h1{font-size: 60px;}
    .book-withbtn{margin-top: 0;}
    .btn-primary{background-size: 10px auto;}
    .blue-strip h2{font-size: 30px;}
    .book-withbtn{display: flex;flex-direction: column;justify-content: center;text-align: center;}
    .book-withbtn img{margin: 0 auto 30px;width: 100%;}
    section.book-catalog {padding-top: 40px;background-color: #b4bac5;}
    .book-catalog .col-lg-8:after{display: none;}
    .trust-listing-block div[class*="col-"]{padding: 15px 15px;}
    .h2-block{font-size: 45px;line-height: 1.1em;}
    .newsletter-form{margin-top: 30px; max-width: 600px; margin-left: auto; margin-right: auto;}
	.newsletter-row{flex-wrap: wrap;}
    .newsletter-text{flex-direction: column;flex-wrap: unset;align-items: center; width: 100%; margin-right: 0px;}
    .newsletter-text h4{padding: 0;text-align: center;margin-top: 10px;}
    .step-box-main:before{display: none;}
    .step-box-main:after{display: none;}
    .step-process-listing-block:before{display: none;}
    .step-box-main{padding: 0 10px 30px;}
    .step-process-listing-block{margin-left: -10px;margin-right: -10px;}
    .step-box-main{width: 33.33%;}
    .get-started-link{margin-top: 30px;}
    .jurisdiction-states-detail-info{padding: 100px 10px 50px 50px;margin-left: 0;}
    .jurisdiction-states-listing{margin-bottom: -70px;}
    .jurisdiction-states-detail-info h2{line-height: 1.1em;}
    .resources-listing a{padding: 0px 10px;padding: 6px 10px;}
    .submit-block-inner{text-align: center;}
    .submit-block-inner h2{font-size: 45px;width: 100%;flex:0 0 100%;}
    .submit-block-inner a{margin: 30px auto 0;}
    .link-box{width: 33.33%;}
    .footer-mid-left{width: 100%;}
    .footer-search{width: 100%;}
    .footer-contact-info{padding: 20px;}
    .footer-logo{padding: 18px;}
    .footer-contact-info p{font-size: 18px;}
    .main-footer-block{padding: 60px 0 30px;}

    .search-block-main{display: none;}
    .site-header{position: relative;}
    .main-menu-block{position: fixed;top: 0;right: 0;bottom: 0;background-color: #061a3d;z-index: 1;justify-content: flex-start;padding: 20px 10px;max-width: 260px;box-shadow: -5px 0px 10px rgb(0 0 0 / 20%);flex-wrap: wrap;transform: translateX(100%);transition: transform 0.5s; z-index:99999;}
    .main-menu-block.open-menu-block{transform: translateX(0);}
    .client-portal-block{margin:0;}
    .main-menu-top{width: 100%;order:2;flex:1;flex-direction: column;justify-content: space-between;}
    .main-menu-ul{order:1;margin-top: 0;}
    .menu-menu-1-container > ul li{width: 100%;padding:0 10px !important;}
    .menu-menu-1-container > ul li a{padding:2px 0 !important;}
	.client-portal-block .sub-menu a{ padding-top:0; padding-bottom:0;}
    .top-ul-block li{width: 100%;padding:5px 10px !important;}
	body .main-menu-top ul li ul li a{padding-top:0 !important;padding-bottom:0 !important;}
    .close-icon-block{display: flex;justify-content: flex-end;flex-wrap: wrap;margin-bottom: 10px;}
    .menu-menu-1-container > ul li.menu-item-has-children:before{display: none;}
    .menu-menu-1-container > ul li ul.sub-menu{position: unset;width: 100%;}
    .menu-menu-1-container > ul li.openmenu ul.sub-menu{max-height: 800px;}
    
    .menu-menu-1-container > ul li ul.sub-menu li a{padding: 5px 15px !important;margin-top: 0px;}
    .close-icon-block img{width: 20px;}
    .menu-menu-1-container > ul li.menu-item-has-children{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' fill='%23fff' xmlns:xlink='https://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
        background-position: 100% 11px;
    background-size: 14px;
    background-repeat: no-repeat;
    }
    .menu-menu-1-container > ul li.menu-item-has-children.openmenu{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' fill='%23fff' xmlns:xlink='https://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='451.847px' height='451.846px' viewBox='0 0 451.847 451.846' style='enable-background:new 0 0 451.847 451.846;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M248.292,106.406l194.281,194.29c12.365,12.359,12.365,32.391,0,44.744c-12.354,12.354-32.391,12.354-44.744,0 L225.923,173.529L54.018,345.44c-12.36,12.354-32.395,12.354-44.748,0c-12.359-12.354-12.359-32.391,0-44.75L203.554,106.4 c6.18-6.174,14.271-9.259,22.369-9.259C234.018,97.141,242.115,100.232,248.292,106.406z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    }
    .resposnive-heberger-menu{display: inline-flex;justify-content: flex-end;flex-wrap: wrap;align-self: center;}
    .resposnive-heberger-menu > a img{width: 23px;}
    .resposnive-heberger-menu .menu-icon{margin-left: 15px;}
    .resposnive-heberger-menu .menu-icon img{width: 27px;}
	.top-ul-block{margin:15px 0;}
	.main-menu-top .textwidget{display:inline;}
	.main-menu-top{justify-content: inherit;}
	.main-menu-block{    flex-direction: inherit; overflow:auto;}
	body .main-menu-top ul li ul li a{font-size:15px;}
	.client-portal-block a{padding:4px 14px;}
}

@media (max-width: 767px){
    .slick-active.slick-center .testimonial, .testimonial { transform: scale(1);}
    .slick-slide.slick-current.slick-active.slick-center .testimonial{ margin-top: 50px; }
    .entry-header h1.entry-title{font-size:40px;}
	.testimonial
	{	padding-left:15px; padding-right:15px;
	}
	.footer-top-link .link-box:nth-child(2){ margin-bottom:0px;}
	.testimonials{padding-bottom:0;}
	.teamphoto .col-lg-3 {padding-bottom:25px;}
	.teamphoto{padding-bottom:0;}
	.home-banner h2, .home-banner h1{font-size: 52px;}
    .blue-strip h2{font-size: 24px;line-height: 1.3em;}
    .blue-strip{padding: 30px 0;}
    .catalog-list ul li{margin-bottom: 20px;width: calc(50% - 10px);}
    .h2-block{font-size: 40px;margin-bottom: 30px;}
    .landing-trust-pro-section{padding: 60px 0 50px;}
	.blogpage-section{padding: 60px 0 50px;}
    .step-detail-info p{font-size: 18px;}
    .step-icon img{max-width: 40px;max-height: 30px;}
    .step-icon{padding: 11px 15px;}
    .get-started-link a{height: 50px;line-height: 46px;max-width: 250px;}
    .intake-process-header p{font-size: 24px;}
    .get-started-link{margin-top: 10px;}    
    .jurisdiction-states-detail h3{font-size: 30px;}
    .jurisdiction-states-detail img{max-height: 50px;max-width: 57px;}
    .jurisdiction-states-detail-info h2{font-size: 40px;}    
    .jurisdiction-states-detail-info{padding: 90px 10px 40px 30px;}
    .our-expertise-section{padding: 0 0 80px;}
    .our-expertise-slider .slick-dots{bottom: -50px;}
    .our-expertise-detail h3{font-size: 20px;}
    
    .our-expertise-slider .slick-dots li button,.our-expertise-slider .slick-dots li{width: 50px;}
    .resources-section-block{padding: 50px 0;}
    .resources-listing{justify-content: center;}
    .resources-listing a{max-width: 300px;margin:5px 0;}
    .submit-block-inner h2{font-size: 40px;}
    .submit-block-inner a{max-width: 250px;line-height: 46px;height: 50px;}
    .submit-block-inner a span{background-size: 9px;background-position: 98%;}    
    .footer-top-link{justify-content: flex-start;}
    .link-box{width: 100%;}
	.main-footer-block{padding-top:40px;}
	.link-box h4{margin-top:20px}
    .footer-mid-link{margin-top: 0;}
    .fooer-social-media ul li img{max-width: 23px;max-height: 23px;}
    .footer-bottom-part{margin-top: 30px;}
    .footer-logo{max-width: 100%;width: 100%;border:0;text-align: center;}
    .footer-logo img {margin: 0 auto;}
	.fooer-social-media {width: 100%; padding:0px;}
	.fooer-social-media ul{justify-content:center; margin-top:10px;}
    .footer-contact-info{padding: 0;text-align: center;}
    .header-main-containe .logo{max-width: 180px;}
    .searchbox{max-height: 96%;}
    .slick-prev, .slick-next{width: 30px;height: 30px;}
    .slick-next{right: -17px;}
    .slick-prev{left: -17px;}
	.pagelistmn > .row
	{	padding-bottom:15px;
	}
	.iconimg img{width:120px;}
	.pagelistmn h2 {    font-size: 22px;}
	.h2-block{font-size:40px;}
	.round1
	{	padding: 6px 0 0 0;
	    width: 40px;
		height: 40px;
		font-size: 18px;
		float: left;
		margin-right: 13px;
	}
	.contact-form.newfrm{padding:15px;}
}
@media (max-width: 500px){
    .catalog-list ul li{width: 100%;}
}
@media (max-width: 480px){
    .home-banner h2, .home-banner h1{font-size: 34px;}
    .h2-block{font-size: 34px;}
    .podcast-detail-block{padding: 20px 15px 70px;}
    .podcast-detail-block a{min-height: 50px;}
    .podcast-detail-block a img{max-width: 30px;max-height: 28px;}
    .newsletter-form input[type="email"]{flex:0 0 100%;border-radius: 15px;}
    .newsletter-form input[type="submit"]{padding: 20px;border-radius: 15px;margin: 14px auto 0;}
    .step-box-main{width: 50%;padding: 0 5px 30px}
    .intake-process-header p{font-size: 20px;}
    .step-process-listing-block{margin:0 -5px;}
    .jurisdiction-states-detail-info h2{font-size: 30px;}
    .jurisdiction-states-detail-info{padding: 80px 10px 30px 20px;}
    .slick-prev, .slick-next{width: 21px;height: 25px;}
    .slick-next{right: 10px;}
    .slick-prev{left: 10px;}
    .our-expertise-slider .slick-dots li button, .our-expertise-slider .slick-dots li{width: 30px;}
    .submit-block-inner h2{font-size: 34px;}
    .link-box{width: 100%;}
    .search-footer-block input[type="text"]{width: 100%;}
    .search-footer-block input[type="submit"]{width: 50px;background-size: 22px;}
    .footer-contact-info p{line-height: 1.3em;}
	.page-id-48 .step-box-main:before{display:none;}
}

.page-subtitle{
    font-size: 24px;
    line-height: 1.3;
}
@media (max-width: 767px){
.page-subtitle{
    font-size: 20px;
}
.gp_hero-img{
	margin-top:20px;
}
@media (max-width: 767px){
	.mobile-hide{display:none;}
}
}
.right-image{
	flex-direction:row-reverse;
}
ul li strong{
	font-weight:bolder !important;
}

@media (min-width: 768px){
	.search .entry-header img{
		max-width: 300px;
		float: left;
		margin-right: 30px;
	}
}
@media (min-width: 1249px){
	
}
.search .page-title{
	font-size:30px;
	margin-top:50px;
	margin-bottom:40px;
}
.search article{
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:2px solid #ccc;
	float: left;
    width: 100%;
}
.search article:last-child{
	border-bottom:none;
	margin-bottom:30px;
}
.search-results h1.entry-title{
	line-height:normal;
	font-size:26px;
	margin-bottom:10px;
	text-align:left;
}
.search-results .entry-title a{
	color:#061a3d;
}
.search #secondary{
	max-width:1200px;
	margin:70px auto;
	padding:0px 15px;
}
.search #secondary label{
	font-size:24px;
	color:#061a3d;
	margin-right:10px;
}
.search .searchform > div{
	display:flex;
	align-items:center;
}
.search .searchform > div input[type="text"]{
	flex: 1;
    height: 55px;
    color: #222;
    border: 3px solid #061a3e;
    border-radius: 16px 0 0 16px;
    padding: 20px 20px 20px 20px;
    font-size: inherit;
    font-family: 'FuturaBT-Book';
}
.search .searchform > div input[type="submit"]{
	background-color: #061a3e;
    border-radius: 0 16px 16px 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
    text-indent: -300px;
    height: 55px;
    width: 55px;
}
.search aside{
	margin-bottom:30px;
}
.search aside:last-child{
	margin-bottom:0px;
}
.search aside .widget-title{
	font-size: 24px;
    color: #061a3d;
	margin-bottom:10px;
}

/* .page-id-237 .row.trust-listing-block > div{
	margin-bottom:35px;
} */
.page-id-237 .podcast-block-main{
	height:100%;
	margin-bottom:0px;
}

.page-id-408 .podcast-block-main{
	background:none;
}
.page-id-408 .podcast-img-block:before{
	padding:0px;
}
.page-id-408 .podcast-img-block img{
	position:relative;
}

.slick-initialized .slick-slide{
	padding-top:50px;
	padding-bottom:60px;
}

.line-divider{
	margin-top:20px;
}
.line-divider .btnlink{
	margin:auto;
	text-align:center;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 25px;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #061a3d, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 .5em;
  line-height: 25px;
  color: #061a3d;
  background-color: #fcfcfa;
  font-size:20px;
  font-weight:bold;
}
.hr-text-hide.hr-text:after{
	display:none;
}

.page-id-466 .blogpage-section{
	padding:10px 0px;
}
.blogpage-section .new-banner{
	margin: 50px auto 30px;
    background: #e6e8eb;
    padding: 30px;
    border-radius: 20px;
}
.blogpage-section .new-banner .row{
	align-items:center;
}
.blogpage-section .new-banner .row .col-lg-4{
	margin-bottom:0px;
}
.blogpage-section form{
	margin-top:30px;
}
.blogpage-section h2{
    font-size: 36px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:capitalize;
}
.blogpage-section h2 a{
	color:#061a3d;;
}
.blogpage-section h6{
	font-size: 16px;
    margin-bottom: 20px;
}
.blogpage-section h6 a{
	color:#061a3d;
}
.blogpage-section .btnlink a:after{
	top:11px;
}
.blogpage-section .gp_hero-img{
	border-radius:20px;
	overflow:hidden;
}
.blogpage-section input[type="text"] {
    flex: 1;
    height: 55px;
    line-height: 65px;
    color: #222;
    border: 2px solid #061a3e;
    border-radius: 16px 0 0 16px;
    padding: 10px 20px 10px 20px;
    font-size: 21px;
    font-family: 'FuturaBT-Book';
}
.blogpage-section input[type="submit"]{
	background:#061a3e url(../images/search.png) no-repeat center !important;
    border-radius: 0 16px 16px 0;
    border: 0;
    color: #fff;
    background-size: 25px !important;
    text-indent: -300px;
	padding:15px 30px 15px;
}

.blogpage-section .menu-blog-page-container{
	margin-top:40px;
}
.blogpage-section UL.blognav, ul.formnav{
	padding:0px;
	margin:auto;
	list-style-type:none;
	text-align:center;
}
.blogpage-section UL.blognav li, ul.formnav li{
	display:inline-block;
	padding:0px 15px;
}
.blogpage-section UL.blognav li a, ul.formnav li{
	color:#061a3d;
	font-weight:bold;
}
.blogpage-section UL.blognav li.current-menu-item a, ul.formnav li a{
	color: #2ec311;
    text-decoration: underline;
}
.blogpage-section .row .col-lg-4{
	margin-bottom:30px;
}
.blogpage-section article{
	border-radius:20px;
	background:#e6e8eb;
	overflow:hidden;
	height:100%;
}
.blogpage-section article > p{
	margin:0px;
	line-height:0;
}
.blogpage-section .blog-content-wrapper{
	padding:20px 25px 25px;
}
.blogpage-section .blog-content-wrapper h6{
	margin-bottom:10px;
}
.blogpage-section .blog-content-wrapper h4{
	font-size:24px;
	text-transform:capitalize;
	margin-bottom:10px;
	font-family: 'FuturaBT-bold';
}
.blogpage-section .blog-content-wrapper h4 a{
	color:#061a3d;
	line-height:normal;
}
.blogpage-section .blog-content-wrapper > a{
	color:#061a3d;
}
.blogpage-section .pagination-wrapper hr,
.blogpage-section .pagination-wrapper .screen-reader-text{
	display:none;
}
.blogpage-section .nav-links{
	margin:20px auto;
}
.blogpage-section .page-numbers{
	margin:8px;
}

@media (min-width: 1249px){
.scpage .book-withbtn
{	position:fixed; top:30px; margin-top:0; width:350px; padding-left:20px;
}
.scpage2 .book-withbtn
{	position:relative; top:0px;
}
}

/* =============================================================================
   FAQs Page
* ============================================================================= */
.faq-page{
	margin-top:50px;
	margin-bottom:50px;
}
a.btn-faq{
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    border:3px solid #061a3e;
    color: #061a3e;
    font-weight: 900;
    font-family: 'FuturaBT-Bold';
    border-radius: 20px;
    padding: 0px 20px;
    min-height: 70px;
    transition: all 0.5s;
	margin:5px auto;
}
a.btn-faq span {
    padding: 8px 39px 8px 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23061a3e;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 96%;
}
a.btn-faq:hover{
    text-decoration: none;
    background-color: #67c355;
}
h3.accordion-top-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #061a3d;
    text-align: center;
}
#accordion 
{	list-style: none;
	padding:0;
	margin:0;
	margin-bottom:20px;
	padding-bottom:20px;
}
#accordion h3 
{	margin:0 0 10px;
	padding:15px 50px 15px 25px;
	background:#e6e8eb url(../../../uploads/2021/05/plus.png) no-repeat right;
	color:#061a3d;
	font-size:20px;
	text-transform:none;
	cursor:pointer;
	border-radius: 20px;
    min-height: 60px;
}
#accordion .accordion-wrap 
{	margin-bottom:20px;
	padding:5px 20px 0px;
	display:none;
}
#accordion li.active h3
{	background:#061a3d url(../../../uploads/2021/05/minus.png) no-repeat right;
	color:#fff;
}
.questions-section{
	margin-bottom:40px;
}
.questions-section h3
{	margin:0 0 10px;
	padding:18px 50px 15px 25px;
	background:#e6e8eb;
	color:#061a3d;
	font-size:20px;
	text-transform:none;
	border-radius: 20px;
    min-height: 60px;
}
#accordion-faq
{	list-style: none;
	padding:0;
	margin:0;
	margin-bottom:20px;
	padding-left:20px;
}
#accordion-faq h4 
{	margin: 0 0 10px;
    padding: 0px 25px 0px 30px;
    background: url(../../../uploads/2021/05/plus.png) no-repeat left;
    cursor: pointer;
    border-radius: 20px;
}
#accordion-faq .accordion-wrap 
{	margin-bottom:20px;
	padding:5px 20px 0px;
	display:none;
	padding-left: 30px;
}
#accordion-faq li.active h4
{	background:url(../../../uploads/2021/06/minus-bule.png) no-repeat left;
}

.imgro.column-reverse{
	display:flex;
	flex-direction:column-reverse;
}
.imgro.column-reverse h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
.blog-filter .form-group{
	display:flex;
	max-width: 600px;
    margin: auto;
    align-items: center;
}
.blog-filter .form-group label{
	margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #061a3e;
}
.blog-filter .form-group select{
	flex: 1;
    height: 55px;
    color: #222;
    border: 2px solid #061a3e;
    border-radius: 10px 0 0 10px;
    padding: 10px 15px;
    font-size: 21px;
    font-family: 'FuturaBT-Book';
    width: 100%;
}
.blog-filter .form-group button{
	background-color: #061a3e;
    border-radius: 0 10px 10px 0;
    border: 0;
    color: #fff;
    padding: 15px 20px 15px;
    height: 55px;
    font-size: 18px;
	line-height:normal;
}
.home .modal-body p{
	padding-top: 5px;
    font-size: 17px;
	margin-bottom:13px;
}
.home .modal-body a{
	color: #061a3d;
    font-weight: 600;
    font-size: 18px;
}
.modal-body img{
	border-radius:12px;
}


.getstart .day-title{
	position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.getstart .step-detail-info{
	display:block;
	box-shadow: 0px -7px 13px rgba(0, 0, 0, 0.5);
}
.getstart .step-detail-info p{
	margin-bottom:10px;
}
.getstart .step-detail-info p:last-child{
	margin-bottom:0px;
}
.getstart .step-detail-info ul{
	padding-left:15px;
	text-align:left;
}

.day-title hr{
	border-top: 2px solid #061a3e;
    position: relative;
    margin: auto;
    top: -7px;
}
.day-title hr:after {
    content: "";
    width: 6px;
    height: 10px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 33 56' width='33' height='56'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23061a3e;stroke-width: 6 %7D %3C/style%3E%3Cg id='Page 1'%3E%3Cpath id='Path 89' class='shp0' d='M2.03 2.3L28.05 28.32L2.49 53.88' /%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 5px;
    position: absolute;
    right: -3px;
    top: -5px;
}
.intake-process-block.getstart{
	background:none;
}
.getstart-wrap ul{padding-left:20px;}
.getstart-wrap .getstart-wrap-row{
	margin-top:30px;
}
.getstart-wrap ul li a,.getstart-wrap a {
    font-size: 16px;
    font-family: 'FuturaBT-Heavy';
    color: #061a3e;
    text-decoration: underline;
}
.getstart-wrap ul li a:hover, .getstart-wrap a:hover{
	color: #222;
    text-decoration: none;
}
.getstart-wrap .getstart-wrap-row:first-child {
    margin-top: 0px;
}
.getstart-wrap-row h4.h4 {
/*     font-family: 'FuturaBT-Heavy'; */
	color: #061a3e;
}
.getstart-wrap .btnlink {
    margin-top: 0;
    text-align: left;
    padding-top: 5px;    margin-left: 36px;
}
.getstart-wrap p.mt-3
{margin-left: 36px;
}
.getstart-wrap .getstart-wrap-row .btnlink a, a.btn-small{
	padding: 10px 30px 9px 20px;
    color: #061a3e;
	font-size:14px;
	text-decoration:none;
	white-space:normal;
}
.getstart-wrap .getstart-wrap-row .btnlink a:hover {
	text-decoration:none;
}
.getstart-wrap .getstart-wrap-row .btnlink a:after, a.btn-small:after{
	background-size: 14px;
    height: 14px;
    width: 14px;
    top: 13px;
}
.getstart-wrap-left {
    background: #b4bac5;
    border-radius: 20px;
    padding: 35px 30px;
}
.getstart-wrap-right{
	margin-left:20px;
}
.getstart .step-box-main{
	padding:0 10px 130px;
}
.getstart .step-process-listing-block:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 20px;
    height: 50px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.getstart .step-box-main:before {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-left: 5px dashed #222222;
    margin: 0 auto;
    height: 80px;
    text-align: center;
    transform: translateX(-50%);
}
@media (max-width: 767px){
	.getstart-wrap-right{
		margin:20px auto 0px;
	}
	.getstart-wrap .btnlink { margin-left: 0px;}
	.getstart-wrap p.mt-3{margin-left: 0px;}
}

.table{
	border:1px solid #ccc;
	margin:auto;
}
.table div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table div:first-child{
	border-right:1px solid #ccc;
}
.table div p:last-child{
    margin-bottom:0px;
}
@media (max-width: 991px){
.getstart .step-box-main{
	padding:0 10px 30px;
}
.getstart .day-title{
	display:none;
}
.getstart-wrap .btnlink{
	display:inline-block;
	padding:5px 0px;
}
.table div:first-child{
	border-right:none;
	border-bottom:1px solid #ccc;
}
}
@media (max-width: 767px){
.getstart .step-box-main{
	width:50%;
}
.table div:first-child{
	border-right:1px solid #ccc;
	border-bottom:none;
}
}
@media (max-width: 575px){
.getstart .step-box-main{
	width:100%;
}
.footer-mid-left .link-box h4{
	width:100%;
}
.table div:first-child{
	border-right:none;
	border-bottom:1px solid #ccc;
}
}
.half-class-wrap { clear: both;}
.forq{font-family:sans-serif, Arial, Helvetica;}
.smallwidth input{max-width:250px !important;}


.single-post-btn .btnlink a:after{
	top:11px;
}
.single-post-btn .btnlink{
	text-align:left;
}
.post-detail-page{
	margin-top:50px;
	margin-bottom:50px;
}
.post-detail-page .entry-header h1.entry-title{
	text-align: left;
    margin-bottom: 20px;
    color: #061a3d;
}
.post-detail-page .comments-link{
	margin-bottom:10px;
}
.post-detail-page #primary .comments-link,
.post-detail-page #primary .entry-meta,
.post-detail-page #primary .nav-single,
.post-detail-page #primary .comments-area{
	display:none;
}

.post-detail-page #secondary form > div{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
	margin-bottom:20px;
}
.post-detail-page #secondary .screen-reader-text{
	display:none;
}
.post-detail-page #secondary input[type="text"]{
	flex: 1;
    height: 50px;
    color: #222;
    border: 2px solid #061a3e;
    border-radius: 16px 0 0 16px;
    padding: 10px 10px 10px 15px;
    font-size: 21px;
    font-family: 'FuturaBT-Book';
    width: 1%;
}
.post-detail-page #secondary input[type="submit"]{
	background-color: #061a3e;
    border-radius: 0 16px 16px 0;
    border: 0;
    color: #fff;
    background-image: url(../../../themes/peaktrust/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    text-indent: -300px;
    padding: 10px 25px 10px;
    cursor: pointer;
}
.post-detail-page #secondary .widget-title{
	font-size: 30px;
    margin-bottom: 10px;
    line-height: normal;
}
.post-detail-page #secondary ul{
	padding:0px;
	list-style-type:none;
}
.post-detail-page #secondary ul li{
	margin-bottom:10px;
}
.post-detail-page #secondary ul li a{
    color: #061a3d;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 10px;
}
.pagination-wrapper{
	margin-bottom:30px;
}
.pagination a{
    color: #061a3d;
}
h2.office-title
{    margin-bottom: 15px;
}
body .codedropz-upload-container {
    padding: 15px 20px 22px;
    background: #dadee6;
    border-radius: 10px;
    margin-top: 10px;
    border: 2px dashed #061a3e;
}
body .dnd-upload-counter {
    right: 15px;
    bottom: 13px;
    font-size: 14px;
}
.dnd-upload-status .dnd-upload-image{background:#fff;}

@media (min-width: 768px){
	.page-id-1217 .landing-trust-pro-section .row .col-md-6:first-child{
		flex: 0 0 33.33%;
   		max-width: 33.33%;
	}
	.page-id-1217 .landing-trust-pro-section .row .col-md-6:last-child{
		flex: 0 0 66.33%;
    	max-width: 66.33%;
	}
}

.page-id-395 #secondary, .page-id-395 .entry-header{
	display:none;
}
.getstart-process-box{
	display: flex;
	margin-right: 20px;
}
.getstart-process-box-counter {
    color: #061a3d;
    font-size: 40px;
    font-family: 'FuturaBT-Heavy';
    border: 2px solid #44546a;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 25px 0 0 25px;
	background: #fff;
}
.getstart-process-box-wrap {
    background: #44546a;
    padding: 20px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 1.5;
    width: calc(100% - 100px);
	border-radius: 0 25px 25px 0;
	height:175px;
	line-height:175px;
	word-break: break-all;
}
.getstart-process-content-wrap{
	margin-top:40px;
}
.getstart-process-content-wrap:first-child{
	margin-top:0px;
}
.getstart-process-content p, .getstart-process-content li{
	font-size:20px;
	color: #061a3d;
}
.getstart-process-content-wrap .row{
	align-items:center;
	margin-top: 20px;
}
.getstart-process-content-wrap a.link {
    font-size: 18px;
    color: #061a3d;
    font-family: 'FuturaBT-Heavy';
    text-decoration: underline;
	min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0px;
}
.getstart-process-content-wrap .btn{
	margin-bottom: 10px;
}
.getstart-process-content-wrap a.link:last-child, .getstart-process-content-wrap .btn:last-child{
	margin-bottom:0px
}
.vertical-align-span{
	display: inline-block;
	line-height: 1.5;	
}
@media (max-width: 1200px){
.getstart-process-box-wrap{
	font-size:20px;
}
}
@media (max-width: 991px){
.responsive-991{
	flex-direction:column;
}
.responsive-991 > div{
	width: 100% !important;
	margin-bottom: 30px;
}
.responsive-991 > div:last-child{
	margin-bottom:0;
}
.set-counter-inner:after{
	display:none;
}
.set-counter-inner .textwidget{
	height:auto;
}
}

.field-one-row > span{
	display:inline-block;
	margin-left:5px;
}
.label-mb > label{
    margin-bottom: 19px;
}

.service-page-row {
    margin-bottom: 20px;
}
.service-page-row h3{
	font-size: 24px;
    color: #222;
    font-family: 'FuturaBT-Bold';
    display: inline-block;
	margin-right: 15px;
}
.service-page-row a{
	font-size: 18px;
    color: #061a3e;
    display: inline-block;
    font-family: 'FuturaBT-Bold';
}
@media (max-width: 991px){
	.service-page-row{
		margin-bottom:30px;
	}
	.service-page-row h3{
		display:block;
		margin-right: 0px;
		margin-bottom: 15px;
	}
}
.intake-process-header h3{
	font-size: 30px;
    font-family: 'FuturaBT-Heavy';
    color: #061a3d;
    margin-top: 20px;
}

.h5-block{
	font-size: 20px;
    font-family: 'FuturaBT-Heavy';
    color: #061a3d;
    margin-top: 10px;
	margin-bottom:40px;
}
.expdiv {text-align:right; padding-bottom:13px;}
.expdiv span { padding:0 5px; cursor:pointer; font-weight:bold; color:#061a3d;  }

.service-page.catalog-list, .service-page.catalog-list ul{
	padding:0px;
	width: calc(50% - 15px);
    float: left;
    margin-right: 30px;
}

.service-page.catalog-list, .service-page.catalog-list ul:last-child{
    margin-right: 0px;
}
.service-page.catalog-list, .service-page.catalog-list ul li{
	width:100%;
}
.catalog-list__all-list .catalog-listing{
    width:100% !important;
    grid-gap: 20px;
}
.catalog-list__all-list.catalog-list__not-img .catalog-listing li {
    width: calc(33.33% - 14px) !important;
    margin:0 !important;
        height: unset;
}
.catalog-list__all-list .catalog-listing li {
    width: calc(50% - 14px) !important;
    margin:0 !important;
        height: unset;
}
.catalog-list__all-list.catalog-list__not-img .catalog-listing li a,
.catalog-list__all-list .catalog-listing li{
    height:100%;    
}
@media (max-width: 991px){
.service-page.catalog-list, .service-page.catalog-list ul{
	width:100%;
	margin-right:0px;
	margin-bottom: 0px;
}
.catalog-list__all-list.catalog-list__not-img .catalog-listing li{
    width: calc(50% - 14px) !important;
}
}
@media (max-width: 767px){
    .catalog-list__all-list.catalog-list__not-img .catalog-listing li,
    .catalog-list__all-list .catalog-listing li{
        width: 100% !important;
    }   
}
.office-page-row{
	display:flex;
}
.office-page-row > div{
	width:50%;
}
.office-address .office-page-row h4{
	margin-top:0px;
}

.knowledge-link{
	text-align: center;
	margin-top: 35px;
}
.knowledge-link a.btn-primary{
	padding: 22px 55px 22px 33px;
    background-color: #061a3e;
}
.knowledge-link a.btn-primary:hover{
	border: 2px solid #000;
	background-color: #2ec311;
}

.pt-animate-btn{
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
  transform: scale(1);
  animation: pulse-black 1.6s infinite;    
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }
  
  70% {
    transform: scale(0.93);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


.row.trust-listing-block.trust-services-block {
    margin-top: 50px;
}

.blog_filters {
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
}
.team-listing .category-tab.active button{
    background-color: #2ec311;
    color: #061a3e;
}
.team-listing .category-tab button:hover{
    background-color: #2ec311;
    color: #061a3e;
}
.team-listing .category-tab button{
    color: #061a3e;
    background-color: #ffffff;
    border: 2px solid #000;
    padding: 10px 17px;
    text-align: center;
    font-size: 15px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    width: 150px;
}

.teamphoto > div {
    padding-bottom: 30px;
}

.load_more_button {
    text-align: center;
}

.load_more_button #load-more{
    color: #061a3e;
    background-color: #ffffff;
    border: 2px solid #000;
    padding: 14px 17px;
    text-align: center;
    font-size: 15px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    width: 150px;
}

.load_more_button #load-more:hover{
    background-color: #2ec311;
    color: #061a3e;
}

.team-listing .nav-tab-parent {
    margin: 20px auto 30px;
}

