@charset "UTF-8";
/*
Theme Name: Core Theme
Theme URI: https://infinitude.lk
Author: Infinitude Private Limited
Author URI: https://infinitude.lk
Description: Core Theme is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Core Theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.82
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coretheme
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Core Theme WordPress Theme, (C) 2020 WordPress.org
Core Theme is distributed under the terms of the GNU GPL.
*/

:root { 
	--main-header-font-family : "Marcellus", serif;
	--main-font-family : "Archivo", sans-serif;
	--primary-color: #0774AD;
	--secondary-color: #0774AD;

	--banner-back:#061a40;
	--error-back : #ffb7b7;
	--whatsapp:#28B43D;

	/* text colors */
	--black-text:#1E1E1E;
	--blue-text:#0774AD;
	--gray-text:#4C4C4C;

	/* gradients */
	--gradient-start:#36a6cf;
	--gradient-end:#0774AD;

	/* box colors */
	--service-box-bg:#F4F5FE;
}
/***********************************************/
*{
	box-sizing: border-box;
}
body{
	background: #fff !important;
}
.main-header .primary-menu-area ul li a{
	font-weight: 500;
}
body .main-header .wrapper{
	padding-left: 50px;
	padding-right: 50px;
}
body .wrapper-right .common-btn:not(.outline){
	background: linear-gradient(90deg, #0774AD 0%, #092C5D 100%);
	transition: all 0.5s;
}
body .banner-wrapper::after{
	background-image: url("/wp-content/uploads/2026/04/GettyImages-1302938975-1.png");
    background-position: center;
    background-size: cover;
    opacity: 0.3;
}
body .wrapper-right .common-btn:not(.outline):hover{
	background: #BF9874;
	color: #fff;
}
body .banner-wrapper .middle-wrapper .content-area .top-tagline{
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
}
body .banner-wrapper::before{
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.banner-wrapper .middle-wrapper .video-wrapper{
	width: 100%;
}
.content-area h2 span {
    color: #BF9874;
}
.content-area h2{
	text-transform: capitalize;
}
body .banner-wrapper p{
	letter-spacing: 0;
	font-size: 16px;
	line-height: 27px;
}
body .wrapper-tax-insight .middle-col{
	max-width: 1287px;
	width: 100%;
	padding: 77px 15px 116px;
}
body .wrapper-tax-insight{
	padding-bottom: 0;
}
.wrapper-tax-insight .mobile-header .title span,
.wrapper-tax-insight .middle-col .left-col .title span{
	color: #BF9874;
}
body .wrapper-tax-insight .middle-col .left-col {
	width: 44%;
}
body .wrapper-tax-insight .left-col .cards-wrapper .single-card .icon {
    width: 66px;
}
body .wrapper-tax-insight .middle-col .left-col .cards-wrapper {
	gap: 18px;
}
body .wrapper-tax-insight .bottom-row{
	display: none;
}
body .wrapper-tax-insight .middle-col .left-col .cards-wrapper .single-card{
	padding-right: 36px;
}
.right-col img {
    max-width: 642px;
    margin-left: auto;
}
body .wrapper-trust-and-smsf .header-col .title{
	max-width: 60%;
	margin: 0 auto 30px;
}
.wrapper-trust-and-smsf .header-col .title span{
	color: #BF9874;
}
body .wrapper-trust-and-smsf .header-col p {
	max-width: 63%;
	font-weight: 500;
	line-height: 24px;
	font-size: 16px;
	margin: 0 auto;
}
body .wrapper-trust-and-smsf .middle-col{
	max-width: 1332px;
	column-gap: 92px;
	flex-direction: row;
}
body .wrapper-trust-and-smsf .middle-col .left-col {
	width: 47%;
}
.wrapper-trust-and-smsf .middle-col .right-col .bottom-data{
	display: none;
}
body .wrapper-trust-and-smsf .middle-col .right-col{
	padding-left: 0px;
}
body .wrapper-trust-and-smsf .middle-col .right-col .wrapper-right-imgs{
	height: 100%;
	padding: 0;
}
.wrapper-trust-and-smsf .middle-col .right-col .wrapper-right-imgs img {
	max-width: 589px;
}
body .wrapper-trust-and-smsf .middle-col .left-col .card-wrapper{
	padding-bottom: 60px;
	box-shadow: none;
	border: 1px solid #E5E7EB
}
.wrapper-trust-and-smsf .bottom-button-area {
    max-width: 1161px;
    width: 100%;
    margin: 60px auto 100px;
}
.wrapper-trust-and-smsf .bottom-button-area .content-area {
    display: flex;
    align-items: center;
	column-gap: 13px;
	column-count: 3;
	row-gap: 20px;
}
.wrapper-trust-and-smsf .bottom-button-area .single-row {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: linear-gradient(135deg, #092C5D 0%, #0A3570 35%, #0774AD 100%);
	width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
}
.wrapper-trust-and-smsf .bottom-button-area .single-row .icon {
    min-width: 35px;
	margin-bottom: -3px;
}
.wrapper-trust-and-smsf .bottom-button-area .single-row p{
	color: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
}
.audit_assurance_heading {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
    align-items: center;
	column-gap: 15px;
	text-align: left;
}
.audit-assurance-top-heading h2{
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.audit_h_text h3 {
    font-family: Marcellus;
    font-weight: 400;
    font-size: 29.85px;
    line-height: 100%;
    letter-spacing: 35%;
	color: #DFC7B0;
    text-transform: uppercase;
}
body .audit-assurance-block-left-content h3{
	font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
	color: #BF9874;
	margin-bottom: 20px;
}
body .audit-assurance-block-left-content h2{
	font-size: 47px;
	line-height: 47px;
}
body .audit-assurance-block-right-each-blocks-icon {
    display: block;
    background-color: transparent;
    width: 52px;
    height: 52px;
	box-shadow: 0px 6px 12px 0px #0000001F;
	border-radius: 100%;
}
body .audit-assurance-block-right-each-blocks-icon img {
    width: 100%;
}
.timeline-wrapper{
	opacity: 0;
}
.timeline-wrapper.aos-animate{
  /* animation-duration: 4s; */
  position: relative;
  opacity: 1;
}
.single-card_text p{
	margin-top: 20px !important;
	max-width: 165px;
	width: 100%;
}
.timeline-wrapper.aos-animate::after{
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	animation-name: myAnimation;
	height: 100%;
	background-color: #fff;
	content: "";
	animation-duration: 4s;
}
@keyframes myAnimation {
  0%  {width:100%;}
  100%   {width:0%; }
}
.wrapper-why-tax .header-col .title span{
	color: #BF9874;
}
body .wrapper-how-it-works .middle-col {
	max-width: 1240px;
}
.wrapper-faqs{
	background: #F4FCFF !important;
}
body .wrapper-faqs .header-col .title{
	background: transparent;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
	color: #111111;
}
body .wrapper-faqs .wrapper-rows {
	max-width: 565px;
	width: 100%;
	margin: 0 auto 0px;
	display: block;
}
body .wrapper-faqs .wrapper-rows .single-row .header-item{
	border-color: #A2C4EB;
}
.wrapper-faqs .wrapper-rows .single-row .header-item {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #1E1E1E;
}
body .wrapper-faqs .wrapper-rows .single-row .header-item .icon span{
	width: 24px;
}
.have-questions {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    background: linear-gradient(174deg, #092C5D 0%, #0A3570 35%, #0774AD 100%);
    padding: 40px 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	box-sizing: border-box;
}
.have_question_area {
    margin: 100px 0;
    padding: 0px 15px;
}
.have-questions .title-q {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    margin-bottom: 9px;
}
.have-questions p {
    line-height: 25px;
    font-weight: 500;
    font-size: 16px;
    color: #BF9874;
}
.have-questions a{
    background-color: #FFFFFF;
    text-decoration: none;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #092C5D;
    padding: 12px 20px;
    border-radius: 10px;
	transition: all 0.5s;
	display: inline-block;
	-webkit-transition: all 0.5s;
}
.have-questions a:hover{
	background-color: #BF9874;
}
body .wrapper-contact-card .bottom-two-cards {
	display: block;
	max-width: 910px;
	width: 100%;
	margin: 0px auto;
}
body .wrapper-contact-card .bottom-two-cards .left-col .header-col {
	display: block;
	text-align: center;
	max-width: 100%;
	margin-bottom: 30px;
}
body .wrapper-contact-card .bottom-two-cards .left-col .header-col .tag {
	margin: 0px auto 15px;
}
body .wrapper-contact-card{
	padding: 80px 15px;
	background-color: #F4FCFF;
	max-width: 100%;
	margin: 0;
}
body .wrapper-contact-card .header-col p {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    margin-top: 20px;
    color: #3D3D3D;
}
body .wrapper-contact-card .location-cards{
	display: block;
	max-width: 359px;
	width: 100%;
	margin: 0px auto 30px;
}
body .wrapper-contact-card .location-cards .item .content {
    flex-direction: row;
    gap: 20px;
    min-height: max-content;
    justify-content: center;
    align-items: center;
    padding: 5px 29px;
}
body .wrapper-contact-card .location-cards .item .content .icon {
    min-width: 37px;
	width: 37px;
	margin: 0 0;
	border-radius: 100%;
	box-shadow: 0px 4.55px 9.09px 0px #0000001F;
}
body .wrapper-contact-card .location-cards .item .content .cont{
	font-family: Marcellus;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
}
body .wrapper-contact-card .location-cards .item{
	background: linear-gradient(290deg, rgb(8, 116, 173) 0%, rgb(191, 152, 116) 100%)
}
body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper {
	background: transparent;
}
body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper .middle-content .title {
	margin-bottom: 30px;
	text-align: center;
}
body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper .middle-content .wrap-input input, 
body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper .middle-content .wrap-input textarea{
	background: #F4FCFF;
	border: 1px solid #A2C4EB;
	color: #808080;
}
body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper .middle-content .wrap-input input::placeholder, 
body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper .middle-content .wrap-input textarea::placeholder{
	color: #808080;
}
body .wrapper-how-it-works .middle-col .header-col .desc a{
	padding: 10px 15px;
    border-radius: 10px;
    background: linear-gradient(270deg, #0774AD 0%, #092C5D 100%);
    color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	min-width: 184px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid transparent;
	display: inline-block;
}
body .wrapper-how-it-works .middle-col .header-col .desc a:hover{
	background: transparent;
	color: #092C5D;
	border-color: #092C5D;
}
.audit-assurance-bottom-content-area .common-btn:hover{
	background: #BF9874;
	color: #fff;
}
.audit-assurance-bottom-content-area .common-btn .icon{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.audit-assurance-bottom-content-area .common-btn:hover .icon{
	filter: brightness(0) invert(1);
}
.wrapper-how-it-works .header-col p{
	max-width: 700px;
	width: 100%;
}
body .audit-assurance-bottom-content-area .common-btn{
	padding: 12px 18px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #092C5D;
}
body .wrapper-how-it-works .how-it-works .item .img-wrapper::after{
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	height: 64%;
}
body .wrapper-how-it-works .middle-col .how-it-works .item .content-wrap::after{
	display: none;
}
footer .middle-container .own-note{
	padding-left: 20px;
	padding-right: 20px;
}
body .wrapper-why-tax .content-wrapper{
	max-width: 75%;
}
body .wrapper-why-tax .content-wrapper .right-col .sin-row .icon {
	width: 45px;
	height: 45px;
}
body .wrapper-why-tax .content-wrapper .right-col .sin-row .icon svg {
        width: 45px;
        height: 45px;
}
body .wrapper-how-it-works .middle-col .header-col .title{
	background: linear-gradient(270deg, #0774AD 0%, #092C5D 100%);
	-webkit-background-clip: text !important;
}
body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper .middle-content .wrap-input label{
	margin-bottom: 15px;
}
body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper .middle-content .wrap-input {
    margin-bottom: 37px;
}
body .wrapper-how-it-works .how-it-works .item .img-wrapper img{
	min-height: 242px;
}
@media(max-width:1299px){
	body .wrapper-trust-and-smsf .middle-col{
		row-gap: 30px;
		column-gap: 30px;
	}
}
@media(max-width:1199px){
	body .main-header{
		width: 100%;
	}
	body .main-header .wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wrapper-right .common-btn{
		padding: 12px 13px;
	}
	body .wrapper-tax-insight .middle-col .left-col .cards-wrapper .single-card {
		padding: 25px;
	}
	.wrapper-trust-and-smsf .bottom-button-area .single-row{
		width: auto;
	}
	.wrapper-trust-and-smsf .bottom-button-area .content-area {
		column-gap: 13px;
		column-count: initial;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media(max-width:991px){
	body .wrapper-how-it-works .how-it-works .item .img-wrapper img{
		min-height: max-content;
	}
	body .main-header .mobile-expander .button-indicator {
		width: 50px;
	}
	body .main-header .mobile-expander.active .button-indicator {
		width: 50px;
		height: 40px;
		background:transparent ;
	}
	.wrapper-trust-and-smsf .middle-col .right-col .wrapper-right-imgs img,
	body .right-col img{
		max-width: 100%;
	}
	body .wrapper-trust-and-smsf .middle-col > div,
	body .wrapper-tax-insight .middle-col .left-col {
		width: 100% !important;
	}
	body .wrapper-trust-and-smsf .middle-col{
		flex-wrap: wrap;
	}
	.timeline-wrapper.aos-animate::after{
		display: none;
	}
	.wrapper-how-it-works .header-col p {
		max-width: 100%;
	}
	.owl-stage-outer .owl-stage{
		transform: initial;
    	transition: initial;
	}
	.owl-stage-outer .owl-dots{
		display: none;
	}
	body .wrapper-why-tax .content-wrapper {
		max-width: 100%;
	}
	body .wrapper-audit-content-wrapper{
		padding: 0px 20px;
	}
}
@media(max-width:767px){
	body .banner-wrapper .middle-wrapper .content-area .top-tagline{
		width: auto;
	}
	body .banner-wrapper{
		padding-top: 120px;
	}
	body .banner-wrapper .middle-wrapper .content-area .top-tagline {
		width: auto;
		max-width: 318px;
		border-radius: 100px;
		padding: 10px 20px;
		line-height: 25px;
	}
	body .banner-wrapper .middle-wrapper .content-area{
		gap: 3px;
	}
	body .banner-wrapper .middle-wrapper .content-area h2{
		margin-bottom: 25px;
	}
	body .banner-wrapper .middle-wrapper .content-area .button-wrapper{
		margin-bottom: 15px;
	}
	body .banner-wrapper .middle-wrapper .video-wrapper .inside-wrapper{
		border-radius: 5px;
	}
	body .banner-wrapper .middle-wrapper .video-wrapper {
		padding: 2px;
		border-radius: 5px;
	}
	body .wrapper-tax-insight{
		padding-top: 40px;
	}
	body .wrapper-tax-insight .mobile-header{
		gap: 12px;
	}
	body .wrapper-tax-insight .middle-col{
		padding: 11px 0 61px;
		gap: 44px;
	}
	body .wrapper-tax-insight .middle-col .left-col .cards-wrapper .single-card{
		padding: 0;
	}
	body .wrapper-tax-insight .middle-col .left-col .cards-wrapper {
		max-width: 70%;
		width: 100%;
		margin: 0px auto;
		gap: 46px;
	}
	body .wrapper-trust-and-smsf .header-col p,
	body .wrapper-trust-and-smsf .header-col .title{
		max-width: 100%;
	}
	body .wrapper-trust-and-smsf .card-wrapper .title {
		font-size: 24px;
		line-height: 37px;
		margin-bottom: 19px;
	}
	body .wrapper-trust-and-smsf .header-col {
		margin-bottom: 28px;
	}
	body .wrapper-trust-and-smsf .middle-col .left-col .card-wrapper{
		padding-bottom: 0;
	}
	body .wrapper-trust-and-smsf .bottom-button-area .single-row {
        width: 100%;
		padding: 10px 6px 10px 20px;
    }
	body .wrapper-trust-and-smsf .bottom-button-area .content-area{
		row-gap: 10px;
	}
	body .wrapper-trust-and-smsf .bottom-button-area{
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.audit_assurance_heading{
		align-items: flex-start;
		column-gap: 6px;
	}
	.audit_h_logo {
		max-width: 43px;
		width: 100%;
	}
	.audit_h_text h3{
		font-size: 16px;
	}
	body .audit-assurance-top-heading h4 {
        font-size: 20px;
        line-height: 30px;
    }
	body .audit-assurance-top-heading{
		margin-bottom: 29px;
	}
	body .audit-assurance-block-left-content{
		padding: 25px;
	}
	body .audit-assurance-block-left-content h2{
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 13px;
	}
	body .audit-assurance-block-left-content h4 {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
		margin-bottom: 8px;
	}
	body .audit-assurance-block-left-content h3{
		margin-bottom: 9px;
	}
	body .audit-assurance-block-area {
        row-gap: 30px;
    }
	body .audit-assurance-block-right-each-blocks-content{
		flex-direction: row;
		row-gap: 18px;
	}
	body .audit-assurance-block-right-each-blocks-icon{
		min-width: 52px;
	}
	body .audit-assurance-table-area{
		margin-top: 22px;
	}
	body .audit-assurance-table-area {
		margin-top: 0;
		border-radius: 0;
		border-top: none;
		background: transparent;
	}
	body .comparison-table thead tr th:first-child,
	body .comparison-table thead tr th{
		font-size: 8px;
		line-height: 16px;
		width: 33%;
		padding: 7px 12px 4px;
		font-weight: 400;
		white-space: normal;
		text-transform: initial;
		color: #FFFFFFB2;
	}
	body .comparison-table tbody tr td{
		font-size: 14px;
    	line-height: 24px;
		padding: 12px;
	}
	body .table-wrapper {
        overflow: hidden;
        border-top: 1px solid #0774AD4D;
        background-color: #0774AD33;
        border-radius: 10px;
    }
	body .comparison-table tbody tr:nth-child(even){
		background-color: transparent;
	}
	body .audit-assurance-bottom-content-area{
		margin-top: 30px;
	}
	body .audit-assurance-bottom-content-area h3{
		font-size: 22px;
		line-height: 33px;
	}
	body .audit-assurance-bottom-content-area p{
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
	}
	body .wrapper-audit-assurance{
		padding: 60px 0;
	}	
	body .wrapper-goodbye-to {
		padding: 60px 20px;
	}
	body .wrapper-goodbye-to .timeline-wrapper{
		opacity: 1 !important;
	}
	body .wrapper-goodbye-to .timeline-wrapper .wrap-cards{
		display: block;
	}
	body .wrapper-goodbye-to .timeline-wrapper .wrap-cards .single-card{
		flex-direction: row;
		padding-bottom: 68px;
		column-gap: 16px;
		position: relative;
	}
	body .wrapper-goodbye-to .timeline-wrapper .wrap-cards .single-card::after{
		left: 32px;
		content: "";
		width: 2px;
		height: 39px;
		background: linear-gradient(180deg, #0774AD 0%, rgba(9, 44, 93, 0.2) 100%);
		position: absolute;
		bottom: 6px;
	}
	.single-card_text {
		max-width: 100%;
		width: 100%;
		text-align: left;
	}
	body .wrapper-goodbye-to .timeline-wrapper .wrap-cards .single-card p{
		margin: 0 !important;
	}
	body .wrapper-goodbye-to .timeline-wrapper .wrap-cards .single-card p{
		max-width: 100%;
	}
	.wrapper-goodbye-to .timeline-wrapper .wrap-cards .single-card .icon-wrapper .gradient {
    	min-width: 54px;
		height: 54px !important;
	}
	body .wrapper-goodbye-to .timeline-wrapper .wrap-cards .single-card .icon-wrapper {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	body .wrapper-goodbye-to .timeline-wrapper .wrap-cards .single-card .title {
		font-size: 32px;
		line-height: 45px;
	}
	body .wrapper-goodbye-to .timeline-wrapper .wrap-cards .single-card p br{
		display: none;
	}
	body .wrapper-goodbye-to{
		padding-bottom: 42px;
	}
	body .wrapper-why-tax .header-col{
		padding-bottom: 65px;
	}
	body .wrapper-why-tax .content-wrapper{
		gap: 66px;
	}
	body .wrapper-why-tax{
		padding-bottom: 79px;
	}
	body .wrapper-how-it-works {
		padding: 60px 0px;
	}
	body .wrapper-how-it-works .header-col{
		padding: 0px 20px;
	}
	.wrapper-faqs {
		padding: 35px 20px;
		background: #f2f0ee;
	}
	.have_question_area {
		margin: 60px 0;
		padding: 0px 20px;
	}
	.have_question_area .have-questions{
		display: block;
    	text-align: center;
		padding: 30px 20px;
	}
	.have-questions a{
		margin-top: 20px;
	}
	.have-questions .title-q{
		font-size: 16px;
		line-height: 24px;
	}
	body .wrapper-contact-card .location-cards .owl-dots,
	body .wrapper-contact-card .header-col{
		display: none;
	}
	body .wrapper-contact-card .bottom-two-cards,
	body .wrapper-contact-card .bottom-two-cards .left-col .header-col{
		padding: 0;
	}
	body .wrapper-contact-card{
		padding: 40px 20px;
	}
	body .wrapper-contact-card .bottom-two-cards .left-col .header-col{
		padding-bottom: 7px;
        margin: 0;
	}
	body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper .middle-content{
		padding: 40px 35px;
	}
	body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper {
        background: linear-gradient(134deg, rgb(8, 116, 173) 0%, rgb(191, 152, 116) 100%);
    }
	body .wrapper-contact-card .location-cards .item .content .icon {
    	min-width: 40px;
	}
	body .wrapper-contact-card .location-cards .wra-pdd{
		padding: 20px 0;
	}
	body .wrapper-trust-and-smsf .middle-col .left-col .card-wrapper {
        padding-bottom: 0;
        border: none;
    }
	.wrapper-trust-and-smsf .card-wrapper .tab-switcher-wrapper .tab {
		background-color: #F3F4F6;
		margin-top: 10px;
		padding: 11px;
	}
	body .wrapper-trust-and-smsf .card-wrapper .tab-switcher-wrapper {
		background: transparent;
		border-radius: 0;
		padding: 0;
		border-color: #BF987480;
	}
	body .wrapper-why-tax .content-wrapper .right-col .sin-row .icon {
		width: 25px;
		height: 25px;
	}
	body .wrapper-why-tax .content-wrapper .right-col .sin-row .icon svg {
			width: 25px;
			height: 25px;
	}
	body .wrapper-faqs .wrapper-rows .single-row .header-item{
		padding: 25px 0;
	}
	body .wrapper-faqs .wrapper-rows .single-row .header-item .icon span {
		width: 14px;
	}
	body .have-questions p {
		line-height: 20px;
		font-weight: 400;
		font-size: 14px;
	}
	body .wrapper-contact-card .bottom-two-cards .contact-form-wrapper .middle-content .submit-button button{
		width: 100%;
	}
	footer .middle-container .top-col .title {
		font-size: 32px;
		line-height: normal;
		letter-spacing: -1px;
	}
	body footer .middle-container .own-note .left-col {
		margin-top: 20px;
		border-top: 1px solid #FFFFFF;
		padding-top: 25px;
	}
	footer .middle-container .own-note {
		padding-left: 00;
		padding-right: 0;
	}
}
.join-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 116, 173, 0.9);
  backdrop-filter: blur(10px);
  z-index: 9999;
}

.join-modal .join-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 32px;
  width: 640px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.join-modal .join-modal-content h2 {
  color: #101828;
    text-align: center;
    font-family: Marcellus;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.5px;
    margin-bottom:20px;
}
.join-modal .join-modal-content h2 em{
    color: #0774AD;
    font-style:normal;
}

.join-modal .join-modal-content p {
  color: #092C5D;
    text-align: center;
    font-family: var(--main-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    margin-bottom: 40px;
}

.join-modal .join-modal-content .form-wrapper {
  margin-bottom: 15px;
}

.join-modal .join-modal-content .form-wrapper label {
  color: #092C5D;
    font-family: var(--main-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:8px;
}

.join-modal .join-modal-content .form-wrapper input {
  display: block;
    height: 40px;
    padding: 4px 12px;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
border: 1px solid #E5E7EB;
background: #F9FAFB;
color: rgba(9, 44, 93, 0.30);
font-family: var(--main-font-family);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
width:100%;
margin-top:8px;
}


.join-modal .join-modal-content .common-btn {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 24px;
  border-radius: 10px;
background: #BF9874;
    padding: 14px 20px;
font-family: Archivo;
font-style: normal;
font-weight: 400;
line-height: 20px;

}

.join-modal .join-modal-content .notify-text {
  color: #0774AD !important;
text-align: center;
font-family: Archivo;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.join-modal .join-modal-content .close-btn {
  position: absolute;
  top: 19px;
  right: 24px;
  font-size: 30px;
  color: #135CC3;
  cursor: pointer;
}

.join-modal .wpcf7-spinner{
    display:none;
}
body .sign-in-modal .sign-in-modal-content p{
    color: #092C5D;
}
body .sign-in-modal .sign-in-modal-content .form-wrapper label{
    color: #092C5D;
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom:8px;
}
body .sign-in-modal .sign-in-modal-content .form-wrapper input{
    display: block;
    height: 40px;
    padding: 4px 12px;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
border: 1px solid #E5E7EB;
background: #F9FAFB;
color: rgba(9, 44, 93, 0.30);
font-family: var(--main-font-family);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
width:100%;
margin-top:8px;
}
body .sign-in-modal .sign-in-modal-content .form-wrapper.remember .rem input{
    margin-top:0px;
}
body .sign-in-modal .sign-in-modal-content .form-wrapper.remember .rem label{
    color: #092C5D;
    text-align: center;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
body .sign-in-modal .sign-in-modal-content .common-btn {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 24px;
  border-radius: 10px;
background: #BF9874 !important;
    padding: 14px 20px;
font-family: Archivo;
font-style: normal;
font-weight: 400;
line-height: 20px;

}
.sign-in-modal .sign-in-modal-content .alternative-signin p{
    color: #6A7282;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px auto 24px;
}
.main-header .mobile-menu-logo {
    display: none;
}
body .main-header.active .mobile-menu-logo{
    display:block;
}
body .main-header.active .desktop-logo{
    display:none;
}
body .primary-menu-area.active #primary-menu{
    display: flex;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    border-radius: 11.714px;
    background: #FFF;
    box-shadow: 0 18.304px 36.607px -8.786px rgba(0, 0, 0, 0.25);
    margin: auto 30px;
}
body .main-header .primary-menu-area.active ul li{
    border-bottom:0;
}
@media(max-width:991px){
    body .main-header .primary-menu-area.active, body .main-header.active{
        width: 100%;
        background: rgba(0, 24, 59, 1);
        backdrop-filter: blur(25px);
    }
    body .main-header .primary-menu-area.active {
        margin-top: -25px;
        padding-top: 20px;
    }
    body .main-header.active .wrapper{
        background-color: transparent;
    }
    body .main-header .primary-menu-area .wrapper-right{
        display:none;
    }
    body .main-header .mobile-expander.active .button-indicator{
        width: 35px;
        height: 35px;
        background: transparent;
        position:relative;
    }
    body .main-header .mobile-expander.active .button-indicator:after {
        content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(243deg, #E4E4E4 11.01%, #7E7E7E 88.99%);
      opacity: 0.35;
      pointer-events: none;
        
        border-radius: 1000000000px;
    }
    body .main-header .mobile-expander.active .button-indicator span{
        background:#fff;
    }
    body .main-header .primary-menu-area ul li a{
        color: #092C5D;
    text-align: center;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    line-height: var(--line-height-25_5, 25.5px);
    }
    body .main-header{
        padding: 20px 20px 0;
    }
}

@media(max-width:767px){
    .join-modal .join-modal-content, body .sign-in-modal .sign-in-modal-content{
        width:90%;
        height: 90vh;
        overflow: scroll;
    }
    .join-modal .join-modal-content h2 {
        font-size: 24px;
        max-width: 302px;
        width:100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .join-modal .join-modal-content h2 br {
        display:none;
    }
    .join-modal .join-modal-content .form-wrapper label{
        font-size:14px;
    }
    .join-modal .join-modal-content .form-wrapper input{
        font-size:14px;
    }
    body .sign-in-modal .sign-in-modal-content .form-wrapper label{
        font-size:14px;
    }
    body .sign-in-modal .sign-in-modal-content .form-wrapper input{
        font-size:14px;
    }
    body .sign-in-modal .sign-in-modal-content .form-wrapper.remember .rem input {
        width: 11.714px;
        height: 11.714px;
    }
    body .sign-in-modal .sign-in-modal-content .form-wrapper.remember .rem label{
        font-size:14px;
                margin-bottom: 0;
    }
    body .sign-in-modal .sign-in-modal-content .form-wrapper.remember a{
        font-size:12px;
    }
    body .sign-in-modal .sign-in-modal-content .alternative-signin p{
        font-size:12px;
            margin: 0px auto 10px;
    }
    body .sign-in-modal .sign-in-modal-content .no-account{
        font-size:12px;
    }
    body .sign-in-modal .sign-in-modal-content .no-account a{
        font-size:12px;
    }
}
.form-embed .o--Widget--widget {
    width: 100%;
    max-width: 100%;
}
.form-embed .o--Widget--widgetBody{
    padding: 0;
}
.form-embed .o--Widget--widget label.o--Label--label{
    color: #092C5D;
    font-family: var(--main-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:8px;
}
.form-embed .o--Widget--widget .o--Input--input{
     display: block;
    height: 40px;
    padding: 4px 12px;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
border: 1px solid #E5E7EB;
background: #F9FAFB;
color: rgba(9, 44, 93, 0.30);
font-family: var(--main-font-family);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
width:100%;
margin-top:8px;
}
.form-embed .o--Widget--widget label.o--Label--label:after{
    display:none;
}
.form-embed .o--ShowForm--showForm .o--ShowForm--nextButton{
    width: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 24px;
  border-radius: 10px;
background: #BF9874;
    padding: 14px 20px;
font-family: Archivo;
font-style: normal;
font-weight: 400;
line-height: 20px;
opacity:1 !important;
}
.form-embed .o--Widget--widget .o--Button--btn.o--Button--buttonStyle-solid .o--Button--children{
    opacity:1;
    font-size: 16px;
    font-family: Archivo;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.form-embed .state-submissionConfirmation h1 {
    display: none;
}
.form-embed .state-submissionConfirmation{
    padding:5px;
}
.form-embed .state-submissionConfirmation .material-icons {
    font-size: 80px !important;
    color: #0774ad !important;
    line-height: normal !important;
}
.form-embed .state-submissionConfirmation h2{
    color: #0774AD;
}
.form-embed .state-submissionConfirmation h3{
    text-align:center;
    font-weight:400;
    font-size:18px;
}
.form-embed{
    padding-top:15px;
}

body .wrapper-trust-and-smsf .middle-col .right-col .wrapper-right-imgs::after{
	display:none;
}
.contact-form-wrapper .form-embed .o--Widget--widget label.o--Label--label {
    font-weight: 500;
    color:#1E1E1E;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}
.contact-form-wrapper .form-embed .o--Widget--widget .o--SectionGroup--sectionGroup{
	display: flex;
    width: 100%;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 37px;
}
.contact-form-wrapper .form-embed .o--Widget--widget .o--FormGroup--formGroup{
	width:100%;
}
.contact-form-wrapper .form-embed .o--Person--FirstName.o--FormGroup--formGroup, .contact-form-wrapper .form-embed .o--Person--LastName.o--FormGroup--formGroup{
	width:48%
}
.contact-form-wrapper .form-embed .o--Widget--widget .o--Input--input, .contact-form-wrapper .form-embed .o--Widget--widget .o--PhoneInput--fieldStyle-light-border, .contact-form-wrapper .form-embed .o--Widget--widget .o--PhoneInput--fieldStyle-auto-border{
	background: #F4FCFF;
    border: 1px solid #A2C4EB;
    color: #808080;
}
.contact-form-wrapper .form-embed .o--Widget--widget .o--PhoneInput--fieldStyle-light-border{
    color: #808080;
    font-family: var(--main-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-form-wrapper .form-embed  .o--Widget--widget .o--FormGroup--formGroup{
 margin-bottom: 0;
}
/* .contact-form-wrapper .form-embed .o--Person--Message input{

} */
.contact-form-wrapper .form-embed .o--ShowForm--showForm .o--ShowForm--nextButton{
	border: none;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0774AD 0%, #092C5D 100%);
    font-size: 16px;
    width: auto;
 }
 .contact-form-wrapper .form-embed  .state-submissionConfirmation h1 {
    display: block;
    /* font-size: 20px; */
    color: #0774ad;
}
.contact-form-wrapper .form-embed .state-submissionConfirmation p{
	font-family: var(--main-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
@media(max-width:1299px){
	.contact-form-wrapper .form-embed .o--Person--FirstName.o--FormGroup--formGroup, .contact-form-wrapper .form-embed .o--Person--LastName.o--FormGroup--formGroup{
		width:100%;
	}
}