/*!
Theme Name: Taxpert Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: taxpert-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Taxpert Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
    box-sizing: border-box;
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color:#2A2A2F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	line-height:1.5;
    background: #FFFFFF;
}

img {
    display: block;
    max-width: 100%;
	height:auto;
}

p {
    margin: 0 0 20px 0;
	text-align: justify;
}

p:last-child {
    margin: 0;
}

a {
    color: #2A2A2F;
    text-decoration: none;
	transition: 0.5s all;
}

a:hover {
    color: #ed151e;
	
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
    font-weight: 400;
    margin: 0;
    line-height: 1.219;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}


section {
    padding: 150px 0;
    position: relative;
}

section.pt-0 {
    padding-top: 0;
}

section.pb-0 {
    padding-bottom: 0;
}

section.p-0 {
    padding-top: 0;
    padding-bottom: 0;
}

section.small-padding {
    padding: 100px 0;
}

input,
textarea,
select {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    padding: 16px 18px;
    border: none;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: transparent;
    width: 100%;
    border: 1px solid #000;
}


.button {
    font-size: 16px;
    padding: 15px 30px;
    line-height: 1.2188;
    background: #ed151e;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    backface-visibility: hidden;
    transition: 0.5s all; 
    outline: none;
    position: relative;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
	border: 1px solid transparent;
}

.button:hover {
    background:#fff;
    color: #000;
    border: 1px solid #54595F;
	 transition: all 0.5s ease-in-out;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.wrapper {
    width: 85.4166%;
    margin: 0 auto;
    position: relative;
}

.wrapper.small {
    width: 75%;
}

.heading-group {
    margin-bottom: 30px;
	    text-transform: capitalize;
}

.intro-description {
    margin-bottom: 35px;
}
.heading-group.line:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 5px;
	background: #ed151e;
	top: 0;
	left: 0;
	border-radius: 5px;
	/* margin-left: 0; */
	/* margin-right: 30px; */
}
.heading-group.line{
	position:relative;
	padding-left: 30px;
}

/* header */

.header-top {
    background: #1B1D5F;
    /* color: #fff; */
    padding: 35px 0 90px 0;
}

ul.company-information {
    display: flex;
    flex-wrap: wrap;
}

ul.company-information li a {
    color: #fff;
    font-size: 14px;
	display:inline-flex;
	align-items:center;
}

ul.company-information li i {
    color: #ed151e;
    margin-right: 10px;
    font-size: 18px;
}

ul.company-information li:not(:last-child) {
    margin-right: 50px;
}

.header-top-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul.social-icon {
    display: flex;
    flex-wrap: wrap;
}

ul.social-icon li:not(:last-child) {
    margin-right: 18px;
}

ul.social-icon li a {
    color: #ed151e;
	font-size: 16px;
}

.header-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 23px 34px;
    background: #fff;
    border-radius: 5px;
}

ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}

ul.menu li:not(:last-child) {
    margin-right: 50px;
}

.header-bottom {
    margin-top: -53px;
	    z-index: 1;
    position: relative;
}

ul.menu li a{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}

.site-branding img {
    max-width: 190px;
}
ul.menu .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: transform .4s ease;
    transform: translateY(0);
}

ul.menu ul.sub-menu {
    position: absolute;
    top: 56px;
    left: 0;
    background: #ffffff;
    z-index: 9; 
    min-width: 385px;
    opacity: 0;
    visibility: hidden;
	border:1px solid #ccc;
	transition: all 0.4s ease;
	transform: translateY(-10px);
}

ul.menu li {
    position: relative;
    z-index: 1;
}

ul.menu .menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 250%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

ul.menu ul.sub-menu li {
    border-bottom: 1px solid #ccc;
    margin: 0;
}

ul.menu ul.sub-menu a {
    padding: 15px 20px;
    display: block;
    width: 100%;
    font-size: 15px;
}
.menu .menu-item-has-children a:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    color: #000;
    position: relative;
    top: -2px;
    left: 7px;
    transition: 0.5s all;
    font-size: 16px;
    vertical-align: middle;
}
.sub-menu li a:last-child:after {
    content: none;
}


.toggle {
    display: none;
    z-index: 99;
	cursor:pointer;
}

.bar {
    width: 34px;
    height: 3px;
    background-color: #1B1D5F;
    margin: 3px 0;
    display: inline-block;
    margin-left: auto;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
	cursor:pointer;
	z-index:99;
}

.bar:first-child {
	width: 24px;
	margin-top:0;
}
.bar:last-child {
	width: 17px;
	margin-bottom:0;
}
span.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px); width: 34px;
}
span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}
span.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px); width: 34px;
}

/* banner */

section.hero-banner {
    margin-top: -38px;
}
.banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items:end; */
    /* margin-top: -341px; */
}

.banner-right-bottom {
    background: #F8F5F5;
    padding:50px 90px;
    height: 100%;
}
.banner-inner{
	display: flex;
    flex-wrap: wrap;
    text-align:center;
	margin:-15px;
}
.banner-right-top {
    background: #1B1D5F;
    color: #fff;
	padding:50px 150px
}

.banner-left {
    background: #D95F61;
    text-align: center;
    color: #fff;
    padding: 80px;
    width:35%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-right{
	width:65%;
	margin-top: -326px;
	height: 100%;
}

.banner-icon {
    margin-bottom: 30px;
}

.banner-icon i {
    font-size: 80px;
}
.banner-block {
    width: 50%;
    height: 100%;
	margin:15px 0;
	padding:0 15px;
}

.counter-number {
    display: inline-flex;
    align-items: center;
}

.banner-left .heading-group {
/*     margin-bottom: 80px; */
}
.counter-icon {
    font-size: 20px;
    margin-left: 4px;
	font-weight: 600;
}

.counter {
    font-size: 20px;
	font-weight:600;
}

.counter-title {
    font-size: 20px;
    margin-left: 5px;
	font-weight:600;
}


.banner-right-top .intro-description {
    width: 70%;
}

.banner-block:not(:last-child) {
    border-right: 1px solid #B7B7B7;
}

.banner-block .main-heading {
    color: #1B1D5F;
    margin-bottom: 18px;
}

.banner-block .main-heading-text {
    font-weight: 600;
}

.banner-block .sub-heading {
    font-style: italic;
	color:#484646;
}
.banner-block  .intro-description {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.banner-right-top .heading-group.line:before {
    margin-left: -30px;
}

.banner-right-top .heading-group.line {
    padding-left: 0;
}

/* Footer */
.footer-top {
    background: #262424;
    color: #fff;
    padding: 64px 0 88px 0;
}

.footer-bottom {
    background: #1D1D1D;
    color: #fff;
    padding: 30px 0;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-block {
    max-width:330px;
}

.footer-description {
    margin-bottom: 30px;
}

.footer-block .site-branding {
    margin-bottom: 30px;
	background: #fff;
    width: fit-content;
    padding: 10px 15px;
}
.footer-heading {
    margin-bottom: 30px;
    color: #ed151e;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-block a {
    color: #fff;
}

.footer-block a:hover {
    color: #ed151e;
}
ul.company-info li:not(:last-child) {
    margin-bottom: 20px;
}

.copyright-text a {
    color: #fff;
    text-decoration: underline;
}
.copyright-text a:hover{
	color: #ed151e;
}
.footer-menu li:not(:last-child) {
    margin-bottom: 20px;
}
.newsletter input {
    margin-bottom: 30px;
}

.newsletter .button {
    padding: 14px 20px;
    border: none;
}
ul.company-info li:last-child > div:first-child {
    /* margin-bottom: 6px; */
}
ul.company-info li i , .footer-block p i{
    margin-right: 10px;
    margin-top: 3px;
}
 ul.company-info li a, .footer-block p  {
    display: flex;
    align-items: flex-start;
}
.footer-block iframe {
    width: 100%;
    height: 300px;
}
ul.company-info {
    margin-bottom: 30px;
}
table {
    border: 1px solid #545454;
    border-collapse: collapse;
}

td {
    border: 1px solid #545454;
    padding: 10px 25px;
    text-align: center;
}

/* Progress-Section */
.progress-wrap .heading-group {
    color: #1B1D5F;
}
.progress-wrap {
    width: 70%;
    margin: 0 auto;
}

/* About-Section */
section.about-section {
    background: #1B1D5F;
    color: #fff;
}

.about-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-content {
    width: 48%;
}

.about-image {
    width: 43%;
	margin-bottom:-150px;
}

.about-image img {
	border: 10px solid #fff;
	height:100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about-list li {
    position: relative;
	padding-left:30px;
}
.about-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(https://taxpertaccounting.com.au/wp-content/uploads/2024/06/comment.png);
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
ul.about-list li:not(:last-child) {
    margin-bottom: 20px;
}

ul.about-list {
    margin-bottom: 40px;
}

/* Services-Section */

.services-row .heading-group{
	margin-bottom:60px;
	color:#1B1D5F;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
/*     align-items: center; */
    text-align: center;
    margin: -15px;
}

.services-block {
    width: 25%;
    margin: 15px 0;
    padding: 0 15px;
}

.services-inner {
    border: 1px solid #D9D9D9;
    height: 100%;
    padding: 40px 35px;
    border-radius: 5px;
	transition: all 0.5s ease-in-out;
	color:#000;
	position:relative;
}

.services-inner a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.services-icon {
    margin-bottom: 30px;
    font-size: 35px;
}

.services-heading {
    margin-bottom: 30px;
/*     color: #000; */
}

.services-heading h5 {
    font-weight: 600;
}

.service-button {
    color: #fff;
    background: #ed151e;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.service-button:hover {
    transform: scale(1.1);
	color:#fff;
}

.service-button i {
    margin-left: 10px;
    transform: rotate(-45deg);
	color:#fff;
	transition: all 0.5s ease-in-out;
}

.service-button:hover i {
	transform: rotate(0deg);
}

.services-inner:hover  {
    background: #ed151e;
    color: #fff;
	cursor:pointer;
	transition: all 0.5s ease-in-out;
}

/* .services-inner:hover .services-heading{
	color:#fff;
	transition: all 0.5s ease-in-out;
} */
/* .services-inner.active .services-heading, .services-inner:hover, .services-inner:hover .services-heading{
	color: #fff;
		transition: all 0.5s ease-in-out;
} */
.services-inner.active {
 	background: #ed151e;
    color: #fff;
}
.services-block:last-child {
    display: inline-flex;
    align-items: center;
}
/*  testimonial*/
section.section.testimonial-section {
    overflow: hidden;
}

.testimonial-slide {
    padding: 30px;
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px #9B9B9B40;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.client-name {
    color: #1B1D5F;
	margin-top: auto;
}

/* .testimonial-slider .slick-slide {
    margin: 0 15px;
} */
.testimonial-slider .slick-slide>div {
    height: 100%;
}
.testimonial-icon {
    margin-bottom: 18px;
}
.testimonial-icon i{
    font-size: 60px;
	color: #1B1D5F;
    text-align: left;
    -webkit-text-stroke: 3px #1B1D5F;
    color: transparent;
    opacity: 0.7;
}

.testimonial-slide > div:not(:last-child) {
    margin-bottom: 18px;
}
.client-name h4 {font-weight: 600;}

.testimonial-block  {
    transition: ease-in-out all .5s 0s;
    position: relative;
	height:100%;
}

.testimonial-slider  .slick-slide .testimonial-block  {
    transform: scale(0.7) translate(70px);
    opacity: .4;
}

.testimonial-slider .slick-slide.slick-center+.slick-slide .testimonial-block {
    transform: scale(0.9) translate(30px);
    z-index: 10;
    opacity: .8;
}

.testimonial-slider .slick-center+.slick-slide+.slick-slide .testimonial-block {
    transform: scale(0.7) translate(-70px);
    z-index: 5;
    opacity: .4;
}

.testimonial-slider .slick-slide.slick-active .testimonial-block {
    transform: scale(0.9) translate(-30px);
    opacity: 0.8;
}

.testimonial-slider .slick-slide.slick-active.slick-center .testimonial-block {
    transform: scale(1.1);
    z-index: 30;
    opacity: 1;
}
.testimonial-slider .slick-list {
    overflow: visible;
	padding:0 !important;
}
.testimonial-wrap .heading-group{
	margin-bottom:60px;
	color:#1B1D5F;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.testimonial-slider .slick-slide {
	height:auto;
}

.testimonial-slider .slick-track {
    height: 100%;
    display: flex;
}

/* inner-banner */

section.inner-banner {
    margin-top: -38px;
}
.inner-banner-wrap {
    position: relative;
	 color: #fff;
    font-weight: 500;
	text-align:center;
}

.inner-banner-wrap .main-heading-text {
	font-weight: 500;
}

.inner-banner-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.inner-banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
span.overlay {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    mix-blend-mode: multiply;
}

.breadcrumbs a {
    color: #ed151e;
	font-weight:700;
}

/* About-page */
section.aboutus-section {
    padding: 200px 0;
}
.aboutus-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.aboutus-image {
width: 43%;
    position: relative;
    padding-top: 35%;
    border-radius: 20px;
}

.aboutus-content {
    width: 43%;
}
.aboutus-content .heading-group{
	color:#1B1D5F;
}

.aboutus-image img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    transform: rotate(-15deg);
}

.aboutus-image:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:#1B1D5F;
    z-index: -1;
    inset: 0;
    transform: rotate(-25deg);
    border-radius: 30px;
}
.expertize-image {
    position: absolute;
	content:"";
    inset: 0;
    height: 100%;
    width: 100%;
}

.expertize-wrap {
    position: relative;
	color:#fff;
    display: flex;
    align-items: center;
    width: 100%;
}
.expertize-list {
 display: flex;
    flex-wrap: wrap;
    margin: -15px;
    color: #000;
}


.expertize-block {
    width: 33.33%;
    margin: 15px 0;
    padding: 0 15px;
}

.expertize-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position:relative;
}
.expertize-list-wrap {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.expertize-details {
    position: relative;
    padding-left: 70px;
}

.expertize-icon {
  position: absolute;
	content:"";
  height: auto;
  width: 50px;
  top: 0;
  left: 0;
}
.expertize-heading {
    margin-bottom: 10px;
}

.expertize-heading h4 {
    font-weight: 600;
    color: #1B1D5F;
}
.expertize-icon img {
    height: auto;
    width: 50px;
    object-fit: contain;
}

.expertize-wrap .intro-description {
    width: 50%;
    font-size: 18px;
}
.parallax-window {
    height: 100%;
}

.vision-wrap {
    display: flex;
/*     flex-wrap: wrap; */
    /* justify-content: space-between; */
    align-items: end;
}

.vision-image {
    width: 55%;
	position: relative;
    padding-top: 40%;
}

.vision-image img { 
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
}

.vision-content-inner {
    padding: 80px 50px;
    background: #e3cfcf;
    /* color: #fff; */
}

.vision-content {
      width: 56%;
    margin-left: -150px;
/*     max-width: 700px; */
    margin-bottom: -30px;
}

.tab {
    margin-bottom: 30px;
    display: flex;
/*     flex-wrap: wrap; */
}

button.button.tablinks.active ,button.button.tablinks:hover{
    background: #1B1D5F;
    color: #fff;
    border: 1px solid transparent;
}

button.button.tablinks:not(:last-child) {
    margin-right: 10px;
}

.tab-content-block{
    display: none;
}
.tab-content-block.active{
    display: block;
}

.tab-content-inner .intro-description {
    margin: 0;
}
/* payroll page */
.payroll-content .heading-group {
    color: #1B1D5F;
}

.payroll-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/* 	align-items: center; */
	margin:-15px;
	color: #000;
}
/* 
.payroll-content {
    width: 45%;
} */

/* .payroll-image {
    width: 48%;
} */
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.5s all;
    animation: slideDown 0.55s ease-out;
    background: #fff;
    padding: 22px 0 !important;
	box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.2);
	margin:0;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
.sticky .header-row {
    padding: 0;
}

.payroll-block {
    width: 50%;
    padding: 0 15px;
    margin: 15px 0;
}

.payroll-block .heading-group {
    color: #1b1d5f;
}

.payroll-image img {
     height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
/*     max-width: 90%; */
}

.payroll-block ul li:not(:last-child) {
    padding-bottom: 10px;
}
.payroll-block:last-child .payroll-image {
    margin-bottom: 30px;
}

.payroll-block:last-child .intro-description {
    margin-bottom: 0;
	width:90%;
}
.payroll-block ul li {
    list-style: circle;
}
.payroll-block ul {
    padding-left: 20px;
}
/* Tax-Calculators Page */

.calculators-block {
    width: 33.33%;
    margin: 15px 0;
    padding: 0 15px;
}

.calculators-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px;
}
.taxcalculator-row .heading-group, .taxsaver-wrap .heading-group {
    color:#1b1d5f;
	margin-bottom:50px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.calculators-inner {
    padding: 40px 50px;
    border: 1px solid #ccc;
    background: #ed151e;
    color: #ffff;
    height: 100%;
    /* 	display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    width:100%;
}

.link-heading {
    margin-bottom: 20px;
	 text-transform: capitalize;
}

ul.links li:not(:last-child) {
    margin-bottom: 10px;
}
ul.links li a {
    color: #fff;
}
/* ul.links li i {
    margin-right: 10px;
    font-size: 15px;
} */
/* .calculators-block .calculators-inner{
	background:#ed151e;
} */
.calculators-block:nth-child(3n+2) .calculators-inner{
	background:#D95F61;
}
.calculators-block:nth-child(3n+3) .calculators-inner{
	background:#1b1d5f;
}
ul.menu li a {
    text-transform: uppercase;
}

ul.footer-menu li a {
    text-transform: uppercase;
}

/* Testimonials Page */
.testimonial-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.testimonial-row .testimonial-block {
    width: 33.333%;
    padding: 0 15px;
    margin: 15px 0;
	height: auto;
}

/* Contact-US */

.form-cols {
    margin-bottom: 20px;
	width:100%;
}
.contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px;
}

.left-block {
    width: 50%;
    margin: 15px 0;
    padding: 0 15px;
}

.right-block {
    width: 50%;
    margin: 15px 0;
    padding: 0 15px;
}

.company-heading {
    color: #1b1d5f;
    margin-bottom: 8px;
}

.company-inner {
    margin-bottom: 20px;
	    width: fit-content;
}

.company-heading h3 {
    font-weight: 600;
}
.contact-row .intro-description p {
    font-size: 18px;
}

.company-inner p {
   position: relative;
   width: 100%;
   display: block;
   padding-left: 80px;
   min-height: 60px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: unset;
}

.company-inner label {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    display: block;
	margin-bottom:6px;
}

.company-inner i {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #1b1d5f;
    height: 60px;
    width: 60px;
    border-radius: 20px;
    font-size: 22px;
    color: #fff;
}

.company-inner:last-child {
    margin: 0;
}

.form-rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-cols:nth-child(-n+8) {
    width: 48%;
}
.form-cols textarea {
    height: 150px;
}

.form-cols p {
    display: flex;
    flex-direction: column;
}

input[type="checkbox"] {
    width: auto;
    margin: 0;
    appearance: checkbox;
    -webkit-appearance: checkbox;
}

.form-cols label {
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-weight: 500;
}

span.wpcf7-list-item.first {
    margin: 0;
}
.contact-row .heading-group{
	color:#1B1D5F;
}
/* map */
.map-section iframe {
    width: 100%;
}
ul.social-icon li a:hover {
    color: #fff;
}

ul.company-information li a:hover {
    text-decoration: underline;
}

ul.links li a:hover {
    text-decoration: underline;
}
.company-inner br {
    display: none;
}
.aboutus-content .intro-description {
        margin-bottom: 0px;
 }
ul.links li a:before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-weight: 900;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}
ul.links li {
    position: relative;
    padding-left: 30px;
}


/*  */
ul.company-info li > div {
    /* display: inline-flex; */
}

ul.company-info li > div span {
    margin-right: 5px;
}

/* Coming-soon */
.coming-wrap {
    padding: 150px 0;
    position: relative;
}

.coming-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #000000;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.coming-wrap>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.coming-content {
    max-width: 934px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
/*     z-index: 2; */
    color: #fff;
}

body.page-template-form .header-row {
    border: 1px solid #dbdbdb;
}
/* new */
.banner-left a {
    font-size: 22px;
    color: #fff;
    text-decoration: underline;
}

.wp-block-heading {
    color: #1B1D5F;
    font-weight: 600;
    margin-bottom: 20px;
}
ul.wp-block-list li {
    list-style: disc;
}

ul.wp-block-list li:not(:last-child) {
    margin-bottom: 8px;
}

ul.wp-block-list {
    margin-left: 20px;
	margin-bottom: 20px;
}

/* Tax saver guide */
.accordian-heading {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordian-content {
    border-top: 1px solid #086db6;
    padding: 20px;
}

.accordian {
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000;
}

.accordian:not(:last-child) {
    margin-bottom: 10px;
}

.accordian-content {
    display: none;
}

span.icon-arrow {
    transition: 0.5s all;
}

.accordian-heading.active span.icon-arrow {
    transform: rotate(180deg);
    padding-right: 10px;
}

.accordian-description {
    margin-top: 30px;
    text-align: center;
}

.accordian-content h5 {
    margin-bottom: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    display: inline-flex;
    align-items: center;
}
.accordian-heading h4{
	font-weight: 500;
}
.accordian-content h5:before {
    position: absolute;
    content: '\f178';
    font-family: 'Font Awesome 6 Free';
    left: 0;
    vertical-align: middle;
    font-weight: 600;
    font-size: 20px;
    color: #1b1d5f;
}

.accordian-content p {
    padding-left: 30px;
}

/*  */
.error-wrap h2 {
  font-size: 150px;
  font-weight: 700;
  text-align: center;
  color: #ed151e;
  text-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.error-wrap h2 span:nth-child(even) {
  animation-delay: -1s;
}
.error-wrap h2 span {
  display: inline-block;
  animation: pos 2s ease-in-out infinite;
}
@keyframes pos {
  0%,
  100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
}

.error-content h3 {
    margin-bottom: 20px;
}

.m-0 {margin:0 !important;}

.menu .current-menu-item a {
    color:#ed151e;
}
.menu li a:hover:after, ul.menu ul.sub-menu li a:hover {
    color: #ed151e;
}

.copyright-text p {
	text-align: center;
}
.error-content p {
    text-align: center !important;
}