/* 
Theme Name: Current Accounting
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
	outline: none !important; 
	text-decoration: none !important;  
}
@font-face {
	font-family: 'Gilroy';
	src: url('fonts/Gilroy-ExtraBold.eot');
	src: url('fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gilroy-ExtraBold.woff2') format('woff2'),
		url('fonts/Gilroy-ExtraBold.woff') format('woff'),
		url('fonts/Gilroy-ExtraBold.ttf') format('truetype'),
		url('fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #4f545a;
	font-size: 16px;
	line-height: 30px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #323033;
	letter-spacing: 0;
	font-family: 'Gilroy';
	text-transform: capitalize;
	font-weight: bold;
}
.bigheading   {
	margin-bottom: 20px !important;
}
p a {
	color: #88b9c9 !important;
	font-weight: 700;
	text-decoration: unset !important;
}
p a:hover, .link-text a:hover {
	color: #4f545a !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn{
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 40px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 16px !important;
	color: #fff;
	padding: 0 !important;
	text-transform: capitalize;
	font-weight: bold;
	font-family: 'Gilroy';
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #88b8c9 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #88b9c9;
	border-radius: 50px;
	padding: 15px 35px !important;
	line-height: normal;
	min-width: 150px;
	color: #fff !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a:hover {
	background: #979797;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #4f545a !important;
	border-bottom: 1px solid #eee;
	border-left: 0;
	white-space: normal;
	background: #fff !important;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: bold;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 235px !important;
	border-radius: 0px;
	margin-top: -5px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #8ab9c9 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding:  15px;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #dbdbdb;
} 
.site_logo {
	width: auto !important;
	max-width: 320px;
}
.hd_right {
	width: calc(100% - 227px) !important;
}
.hd_menu {
	width: auto !important;
}
.hdr-phn {
	width: auto !important;
}
.hdactive .site_logo {
	max-width: 220px;
}
.hdactive .site_logo img {
	filter: invert() brightness(100%);
}
.hdactive .hd_menu .elementor-nav-menu > li > a {
	color: #4f545a;
}
.hdactive .elementor-nav-menu li .sub-arrow svg {
	fill: #4f545a;
}
.hdactive .hdr-phn a {
	color: #4f545a;
}
.hdactive .hdr-phn a svg {
	fill: #4f545a;
}
.hdr-phn a:hover {
	color: #88b8c9 !important;
}
.hdr-phn a:hover svg {
	fill: #88b8c9 !important;
}
/*** Header End***/ 

.inr-bnr {
	padding: 15% 15px 11%;
}
.inr-hd h1 {
	font-size: 60px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.banner {
	padding: 20% 15px 13%;
}
.bannercaption {
	max-width: 930px;
}
.inr_txt {
	padding: 60px;
	background: #fff;
	margin-top: -100px;
	box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.21);
}
.inr_txt strong {
	font-weight: bold !important;
	color: #4f545a;
}
.sub-heading p {
	font-size: 15px;
	color: #88b9c9;
	line-height: normal;
	font-weight: 600;
	padding-left: 55px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.sub-heading p::before {
	content: "";
	width: 45px;
	height: 8px;
	background-image: url("https://currentaccounting.net/wp-content/uploads/2020/06/heading_arr.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 0;
}
.bigheading h2 {
	font-size: 51px;
	line-height: 57px;
}
.diff-pad {
	padding: 100px 15px 200px;
}
.srvbox_col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.srv_box {
	width: calc(100% / 2 - 10px) !important;
	padding: 50px 40px 100px 25px;
	box-shadow: 0px 3px 25px rgba(0,0,0,0.06);
	background: #fff;
}
.srv_box .elementor-image-box-title {
	font-size: 18px;
	color: #323033;
	font-weight: bold;
}
.srv_box .elementor-image-box-img {
	width: auto !important;
	display: block;
}
.srvbox_col > div {
	row-gap: 30px !important;
	column-gap: 20px !important;
}
.srv_box .elementor-image-box-description {
	margin-top: 10px !important;
}
.srvbox_main::before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 46px;
	content: '';
	position: absolute;
	border-radius: 0px 2px 2px 0px;
	background-image: url("https://currentaccounting.net/wp-content/uploads/2020/06/gradient-1-1.jpg");
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.site-list strong {
	font-size: 17px !important;
	font-weight: 700 !important;
}
.site-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-list ul li {
	width: calc(100% / 3 - 22px);
	margin-bottom: 15px !important;
	list-style: none;
	padding-left: 40px;
	position: relative;
}
.site-list ul li::before {
	content: '';
	position: absolute;
	background-image: url('https://currentaccounting.net/wp-content/uploads/2020/06/arrown.svg');
	background-repeat: no-repeat !important;
	width: 30px;
	height: 30px;
	left: 0px;
	background-position: center top 12px;
	background-size: 20px;
}
.mt30{
	margin-top:30px;
}
.acc-bg::before {
	content: '';
	width: 35%;
	height: 100%;
	background: #63a5bb;
	position: absolute;
	left: 0;
	top: 0;
}
.new-list ul li {
	list-style: none;
	margin: auto auto 14px;
	position: relative;
	padding-left: 22px;
}
.new-list ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	background: #808080;
	width: 5px;
	height: 5px;
}
.white-list li {
	color: #fff !important;
}
.white-list ul li::before {
	background: #fff !important;
}
.area-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 20px;
	margin-top: 30px !important;
}
.area-list ul li {
	font-size: 24px !important;
	background: #fff;
	box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.21);
	padding: 20px 40px 20px 60px !important;
	line-height: 28px;
	margin: 0;
	position: relative;
	color: #000000;
}
.area-list ul li::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: 30px;
	height: 30px;
	width: 30px;
	left: 14px;
	top: 21px;
	transition: all ease-in-out 0.5s;
	background-image: url("https://currentaccounting.net/wp-content/uploads/2025/12/location.png.webp");
}
.acc_list ul li {
	width: 100% !important;
}
.finance-col > div {
	row-gap: 30px;
	column-gap: 20px;
}
/* .finance-col {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
} */
.finance-box {
	width: calc(100% / 2 - 10px) !important;
	box-shadow: 0px 3px 25px rgba(0,0,0,0.06);
	background: #fff;
	padding: 30px 30px 80px;
}
.finance-col span {
	color: #323033;
	font-size: 26px;
	display: block;
	font-family: 'Gilroy';
	margin-bottom: 15px;
	line-height: normal;
}
.finance-col .elementor-image-box-description {
	margin-bottom: 20px !important;
}
.finance-col p a {
	background: #88b9c9;
	padding: 7px 27px;
	display: block;
	color: #fff !important;
	border-radius: 50px;
	max-width: max-content;
	margin: 25px auto auto;
	text-transform: capitalize;
}
/*.finance-col .elementor-image-box-img {
padding: 25px;
}*/
.finance-col i {
	background: #88b9c9;
	padding: 7px 27px;
	display: block;
	color: #fff !important;
	border-radius: 50px;
	max-width: max-content;
	margin: auto;
	text-transform: capitalize;
	font-style: unset;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
}
.wt_btn a {
	background: #fff !important;
	color: #63a5bb !important;
	padding: 17px 30px !important;
}
.wt_btn a:hover {
	color: #fff !important;
	background: #63a5bb !important;
}
.finance-col .elementor-image-box-img img {
	width: 100%;
	max-width: 74px;
	margin: auto;
}
.finance-col .elementor-image-box-img {
	margin-bottom: 20px !important;
	width: auto !important;
	display: block;
}
.newbtn a {
	padding: 18px 32px !important;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase !important;
	border-radius: 50px;
	background: #63a5bb;
	margin-top: 40px;
	opacity: 0.8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position:relative;
	overflow:hidden;
}
.newbtn a:hover {
	background: #f1f1f1;
	color:#63a5bb;
}
.newbtn a::before {
	content: "";
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0;
	-webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
	background: #88b9c9;
	opacity: 0;
}
.newbtn a:hover::before {
	transform: translateX(100%);
	opacity: 1;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
}
.newbtn a::after {
	content: "";
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0;
	-webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
	background: #d7ecf6;
	opacity: 0;
}
.newbtn a:hover::after {
	transform: translateX(-100%);
	opacity: 1;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}

.srv_box i {
	display: block;
	/* 	width: 100% !important; */
	position: absolute;
	padding-left: 50px;
	font-size: 15px;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s !important;
	color: #4f545a !important;
	font-weight: 400 !important;
	margin-top: 25px;
	bottom: 30px;
	font-style: normal;
}
.srv_box i::before {
	background-image: url("https://currentaccounting.net/wp-content/uploads/2020/06/arrown.svg");
	background-repeat: no-repeat;
	width: 30px;
	display: inline-block;
	height: 11px;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease-in-out 0.3s;
	background-size: contain;
	clip: rect(0px, 31px, 11px, 0px);
}
.srv_box i::after {
	background-image: url("https://currentaccounting.net/wp-content/uploads/2020/06/arrown.svg");
	background-repeat: no-repeat;
	width: 30px;
	display: inline-block;
	height: 11px;
	position: absolute;
	content: "";
	left: 125px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: contain;
	transition: all ease-in-out 0.3s;
	clip: rect(0px, 24px, 8px, 24px);
}
.srv_box i:hover::after {
	clip: rect(0px, 31px, 11px, 0px);
}
.srv_box i:hover::before {
	clip: rect(0px, 24px, 8px, 24px);
}
.srv_box i:hover {
	padding-left: 0;
	padding-right: 50px;
}
.srv_box .elementor-image-box-img img {
	width: 100%;
	display: block;
	max-width: 100px;
}
.srv_box .elementor-image-box-description::before {
	position: absolute;
	content: "";
	width: 50%;
	transform: rotate(-180deg);
	height: 2px;
	bottom: 80px;
	left: 80px;
	background: linear-gradient(271.44deg, #48a0dd -1.3%, #e6f1f4 100%);
}
.srv_box .elementor-image-box-title a::before {
	position: absolute;
	height: 100% !important;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.hdr-phn .elementor-button-text {
	padding-left: 5px;
}
.hdr-phn a {
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Gilroy';
	padding: 0 !important;
	border-radius: 0 !important;
	line-height: normal !important;
	display: block !important;
}
.pad120 {
	padding: 120px 15px;
}
.cross_box {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% / 2 - 10px) !important;
	padding: 50px 40px;
	box-shadow: 0px 3px 25px rgba(0,0,0,0.06);
}
.cross_box span {
	text-align: center;
	font-size: 26px;
	text-transform: none;
	font-family: 'Gilroy';
	display: block;
	margin-bottom: 20px;
	line-height: normal;
}
.cross_box .elementor-image-box-img img {
	width: 100%;
	max-width: 74px;
	margin: auto;
}
.cross_col > div {
	column-gap: 20px;
	row-gap: 20px;
}
.cross_box .elementor-image-box-img {
	margin-bottom: 20px !important;
	width: auto !important;
	display: block;
}
.sub-heading.wt-subhd p {
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
}

.pad100.mt0 {
	padding: 40px 15px 220px 15px;
}
.mt0 {
	margin-top: -460px !important;
	z-index: -1;
}


.are-lft-col {
	margin-top: -320px;
}

.defbtn a {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 15px;
	padding: 18px 0 18px 50px;
	position: relative;
}
.defbtn a::before {
	content: "";
	background-image: url("https://currentaccounting.net/wp-content/uploads/2025/12/arrown.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	height: 30px;
	width: 30px;
	left: 0px;
	top: 20px;
	filter: brightness(100);
	clip: rect(0px, 31px, 11px, 0px) !important;
}
.defbtn a::after {
	content: "";
	background-image: url("https://currentaccounting.net/wp-content/uploads/2025/12/arrown.png");
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 20px;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	filter: brightness(100);
	clip: rect(0px, 24px, 8px, 24px);
	transition: all ease-in-out 0.3s
}
.defbtn a:hover::after {
	clip: rect(0px, 31px, 11px, 0px);
}
.defbtn a:hover {
	padding-left: 0;
	padding-right: 50px;
}
.defbtn a:hover::before {
	clip: rect(0px, 24px, 8px, 24px) !important;
}
.mdheading h2 {
	font-size: 44px;
	line-height: 47px;
	margin-bottom: 20px;
}
.wt p {
	color: #fff;
}
.team-slider img {
	height: auto !important;
	width: auto !important;
	border-radius: 0px;
	object-fit: cover;
	filter: grayscale(100%);
}
.team-slider .elementor-testimonial__header {
	display: block;
	border: 0px !important;
}
.team-slider .elementor-testimonial__name {
	font-size: 20px;
	text-transform: uppercase;
}
.team-slider .elementor-testimonial__title {
	font-size: 15px;
	color: #88b9c9;
	font-weight: 700;
}
.team-slider .elementor-testimonial__cite {
	background-color: #fff;
	margin-top: -30px;
	z-index: 0;
}
.team-slider .elementor-testimonial__cite {
	background-color: #fff;
	margin-top: -30px;
	z-index: 0 !important;
	position: relative;
	max-width: 264px;
	padding: 10px;
	margin-left: 0px !important;
	transition: all ease-in-out 0.3s;
}
.team-slider .elementor-testimonial__cite::before {
	content: "";
	background-image: url("https://currentaccounting.net/wp-content/uploads/2025/12/arrown.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	height: 10px;
	width: 30px;
	right: 10px;
	bottom: 14px;
	filter: invert(1)
}
.team-slider .swiper-slide {
	border: 0px !important;
	background: transparent !important;
	border-radius: 0px;
}
.team-slider :hover.elementor-testimonial__image img {
	filter: grayscale(0);
}
.team-slider .elementor-testimonial__cite:hover {
	margin-top: -50px;
}
.team-slider .elementor-swiper-button {
	font-size: 0px !important;
}



.goal_ryt_col {
	margin-top: -200px;
}
.wt_bg::before {
	content: "";
	position: absolute;
	background-color: #63a5bb;
	top: 0px;
	left: 0px;
	height: 502px;
	width: 50px;
}
.hd_btn_bdl h2 {
	position: relative;
}
.hd_btn_bdl h2::before {
	content: "";
	position: absolute;
	width: 280px;
	height: 2px;
	background: #88b9c9;
	left: 0;
	bottom: -15px;
}
.smheading h2 {
	font-size: 37px;
	line-height: 45px;
	margin-bottom: 20px;
}
.smll_firm > div {
	padding: 50px 35px !important;
	margin-top: -50px;
	background: #fff;
}
.pro_acc {
	position: relative;
}
.pro_acc::before {
	content: "";
	position: absolute;
	background-color: #63a5bb;
	height: calc(100% - -156px);
	width: 40%;
	top: -80px;
	left: 0px;
	z-index: 1;
}
.pro_acc img {
	position: relative;
	z-index: 2;
}

.crew_border .elementor-testimonial__image {
	border: 1px dashed rgba(255,255,255,0.4);
	padding: 20px;
}
.ft_sec {
	padding: 100px 15px 20px;
	position: relative;
}
.ft_mt {
	margin-top: 100px;
}
.ft_hd h2 {
	font-size: 45px;
	line-height: 1.1;
}
.ft_img img {
	max-height: 70px;
	margin-bottom: 15px;
	width: auto;
}
.ft_list i {
	display: block;
	font-style: normal;
	font-weight: 600;
	color: #4f545a;
	text-transform: uppercase;
	font-size: 15px;
}
.ft_hd span {
	text-transform: uppercase;
	font-weight: 600;
}
.ft_list .elementor-icon-list-text {
	font-size: 15px;
	color: #788593 !important;
	max-width: 280px;
	line-height: 25px;
}
/*.ft_info ul li:nth-of-type(2) {
margin-top: 82px !important;
}*/
.ft-gradient {
	background: #FFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(241, 241, 241, 0.29) 100%);
}
.ft_info .elementor-icon-list-text {
	color: #788593 !important;
	font-size: 15px;
}
.ft_info .elementor-icon-list-item {
	margin-bottom: 40px;
}
.ft_info i {
	margin-bottom: 10px;
}
.ft_list .elementor-icon-list-text:hover {
	color: #63a5bb !important;
}
.ft_hd.elementor-element-027ad5c {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 15px;
}
.ft_list.serve-list ul li {
	margin-bottom: 0px !important;
}
.ft_info .elementor-icon-list-text:hover {
	color:#63a5bb !important;
}
.ft_list ul li {
	margin-bottom: 20px !important;
}
.ft_sec::before {
	content: "";
	position: absolute;
	background-color: #63a5bb;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 200px;
}
.social_list svg {
	height: 25px !important;
	width: 25px !important;
	fill: #92a0ae;
	margin: 0 !important;
}
.social_list ul {
	margin: 0 !important;
	column-gap: 20px;
}
.social_list li {
	margin: 0 !important;
}
.social_list .elementor-icon-list-text {
	display: none;
}
.ft_img {
	width: auto !important;
}
.ft-two-img > div {
	column-gap: 30px;
}
.ft-bdr {
	border-top: 1px solid #00000036;
	padding-top: 30px;
	margin-top: 40px;
}
.capyrighttext {
	color: #788593;
	font-size: 15px;
}
.capyrighttext a {
	color: #788593;
}
.capyrighttext a:hover {
	color: #63a5bb;
}
.contact-bg > div {
	background: #88b9c9;
	padding: 115px 215px;
	margin-top: -150px;
}
.half-col {
	grid-column: span 6 !important;
}
.custom-contact .gfield_required {
	display: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}
.custom-contact .gform_wrapper .validation_message {
	padding-top: 5px !important;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
	color: #fff !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background: #63a5bb !important;
	height: 50px;
	margin-bottom: 0px !important;
	padding: 8px 15px !important;
	transition: all ease-in-out 0.5s;
	border: 0px !important;
	border-radius: 0;
	width: 100% !important;
	color: #fff;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
	border: 0px !important;
}
.custom-contact .gfield_label {
	font-size: 14px !important;
	font-weight: normal !important;
	margin-bottom: 5px !important;
	color: #fff !important;
}
.custom-contact .textarea {
	height: 150px !important;
}
input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #fff;
}
.gfield_checkbox .gfield-choice-input {
	width: auto !important;
	height: auto !important;
	vertical-align: top !important;
	color: #fff !important;
	margin-top: 6px !important;
}
.gfield-choice-input + label {
	color: #fff !important;
	margin-left: 7px;
	font-size: 16px !important;
	line-height: 26px;
}
.gfield-choice-input + label a {
	color: #fff !important;
	margin-left: 0;
	font-size: 15px !important;
	line-height: 25px;
	text-decoration: underline !important;
	display: block;
	margin-top: 5px;
}
.instruction {
	display: none;
}
.custom-contact .button {
	padding: 15px 30px !important;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase !important;
	border-radius: 50px;
	background: #63a5bb !important;
	margin-top: 20px;
	opacity: 0.8;
	height: unset;
	max-width: 160px;
}
.custom-contact .gform_wrapper.gravity-theme .gform_fields {
	column-gap: 25px !important;
	row-gap: 25px !important;
}
.contact-bgpad {
	padding: 17% 15px 10%;
}
.custom-contact p {
	color: #ffff;
	font-size: 15px;
	line-height: normal;
	font-weight: 600;
	padding-left: 55px;
	margin-bottom: 15px;
	text-transform: uppercase;
	position: relative;
}
.custom-contact p::after {
	content: "";
	width: 45px;
	height: 8px;
	background-image: url("https://currentaccounting.net/wp-content/uploads/2025/12/heading_arr-wt.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 0;
}
.custom-contact h2 {
	font-size: 44px;
	line-height: 47px;
	color: #fff;
	margin: 0px 0px 30px 0px;
}
























.single-bio .elementor-widget-image {
	padding: 20px;
	margin-top: -320px;
	background: #fff;
	border: 1px dashed rgb(99, 165, 187);
	margin-bottom: 20px;
}
.team-list li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 17px;
	position: relative;
}
.team-list li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 17px;
	position: relative;
	color: #4f545a;
	padding-left: 40px;
}
.team-list li::before {
	content: "";
	display: block;
	background-image: url("https://currentaccounting.net/wp-content/uploads/2025/12/school.png");
	width: 30px;
	height: 33px;
	position: absolute;
	left: 0px;
	top: 4px;
	background-size: 29px;
	background-repeat: no-repeat;
}
.team-list li:last-child::before {
	background-image: url(https://currentaccounting.net/wp-content/uploads/2025/12/target.png);
}
.team-list li b {
	display: block;
	color: #000;
}
.fav-box {
	width: calc( 100% / 4 - 23px ) !important;
	background: #fff;
	padding: 33px 20px;
	/* transition: all 0.5s ease-in-out !important; */
	border: 2px solid #fff;
}
.fav-sec > .elementor-element-populated {
	column-gap: 30px;
	row-gap: 30px;
	justify-content: center;
}
.fav-box .elementor-image-box-img {
	max-width: 60px;
	opacity: 0.7;
}
.fav-box .elementor-image-box-title {
	color: #88b9c9;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.fav-box .elementor-image-box-description {
	color: #4d4d4d;
	font-weight: bold;
	line-height: 25px;
}
.fav-box:hover {
	background: #88b9c9 !important;
	border: 2px solid #fff !important;
}
.fav-box:hover img {
	filter: invert(100%);
	opacity: 1 !important;
}
.fav-box:hover .elementor-image-box-title {
	color: #fff !important;
}
.fav-box:hover .elementor-image-box-description {
	color: #fff !important;
}
.mt30 {
	margin-top: 30px;
}
.innerbanner::before {
	background-color: transparent;
	background-image: linear-gradient(180deg,rgba(157, 157, 157, 0.18) 11%,rgb(0, 0, 0) 80%);
	opacity: .4;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.fav-box span:last-child {
	color: #88b9c9;
	margin: 20px auto 5px;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
}
.fav-box:hover span:last-child {
	color: #fff;
}
.protxt a {
	color: #88b9c9 !important;
}
.protxt a:hover {
	color: #88b9c9 !important;
}
.area-list ul li a {
	color: #000 !important;
}
.area-list ul li:hover::before {
	filter: invert() brightness(100%);
}
.area-list ul li:hover a span {
	color: #88b9c9 !important;
}


















.faq_col .elementor-accordion-item {
	border: 1px solid #88b8c9 !important;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.faq_col .elementor-tab-title {
	padding: 17px 15px;
}
.faq_col a {
	font-size: 24px;
	text-transform: capitalize;
	color: #323033 !important;
	line-height: 24px;
}
.faq_col .elementor-active a {
	color: #63a5bb !important;
}
.faq_col .elementor-tab-content {
	border: 0px !important;
}
.faq_col .elementor-active.elementor-tab-content {
	padding-top: 0px !important;
}
.faq_col p {
	font-size: 17px;
	color: #4f545a !important;
}
.faq_col .elementor-accordion-icon {
	background-image: url("https://currentaccounting.net/wp-content/uploads/2025/12/down.png");
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px !important;
	height: 26px !important;
	background-position: center center !important;
	opacity: 0.5;
}
.faq_col .e-font-icon-svg {
	display: none;
}
.faq_col .elementor-active .elementor-accordion-icon {
	background-image: url("https://currentaccounting.net/wp-content/uploads/2025/12/angle-up.png");
	background-repeat: no-repeat;
}




/* blogs */


.post-card .elementor-post__text {
	padding: 0 !important;
	margin: 0 auto !important;
}
/* .post-card article a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: all;
	z-index: 0;
	top: 0;
	right: 0;
} */
.post-card .elementor-posts-container {
	column-gap: 20px;
	row-gap: 20px;
}
.post-card .elementor-post__title a {
	font-size: 21px;
	line-height: normal;
	color: #63a5bb;
	font-weight: unset !important;
}
.post-card h3 {
	margin-bottom: 10px !important;
	line-height: 28px;
}
.post-card .elementor-post__read-more {
	padding: 14px 25px;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase !important;
	color: #fff;
	text-align: center;
	border-radius: 0px;
	overflow: hidden !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: transparent !important;
	position: relative;
	z-index: 1;
	min-width: 170px;
	border-radius: 50px;
	background-color: #88b9c9 !important;
}
/* .post-card article:hover .elementor-post__read-more {
	background-position: right 30px center;
	background-color: #d34539 !important;
} */
.post-card .elementor-post__thumbnail img {
	width: 100% !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	transition: all ease-in-out 0.5s !important;
	height: 230px !important;
	object-fit: cover;
}
.post-card .elementor-post__thumbnail {
	padding-bottom: 0px !important;
	overflow: hidden !important;
}
.post-card article:hover .elementor-post__thumbnail::before {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.post-card .elementor-post__excerpt {
	margin-bottom: 15px !important;
}
.post-card .elementor-post__excerpt p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px !important;
	line-height: 22px !important;
	color: #000 !important;
	pointer-events: none;
}





























.hdactive .hd_menu .elementor-nav-menu > li > a {
	color: #4f545a;
}

/* single_page */
.post-info ul li::before {
	display: none !important;
}
.single-left ul li::before {
	background-image: url("https://currentaccounting.net/wp-content/uploads/2020/06/arrown.svg");
	background-repeat: no-repeat;
	width: 23px;
	display: inline-block;
	height: 10px;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease-in-out 0.3s;
	background-size: contain;
	clip: rect(0px, 31px, 11px, 0px);
	background-position: center top 1px;
}
.single-left ul li {
	list-style-type: none !important;
	position: relative;
	padding-left: 31px;
}
.single-ryt .sidebar .elementor-container {
	background: #88b9c9;
	padding: 30px;
	border-radius: 0px;
}
.post-card .elementor-post__card {
	border-radius: 0;
}
.single-main .elementor-widget-theme-post-featured-image.elementor-widget-image {
	overflow: hidden;
}
.single-ryt .elementor-post__thumbnail__link {
	display: none;
}
.single-ryt .elementor-post__title a {
	color: #fff !important;
	font-size: 16px;
	line-height: 27px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.single-ryt h2 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #fff;
}
.single-ryt article {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #ffffff2b;
	margin-bottom: 15px !important;
}
.single-ryt h3 a {
	font-size: 15px !important;
	line-height: 22px !important;
	color: #fff !important;
}
.single-ryt article:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.post-content p {
	font-size: 17px;
	line-height: 31px;
}
.single-main {
	padding: 100px 15px;
}
.single-main .elementor-widget-wrap {
	box-shadow: none !important;
	transition: none !important;
	background: transparent !important;
}
.single-main h1 {
	font-size: 45px !important;
	line-height: 55px !important;
	margin-bottom: 18px;
}
.single-main .elementor-icon-list-item {
	margin: 0px 0px 0px 8px !important;
}
.single-main li a {
	color: #000 !important;
	font-size: 18px !important;
	line-height: 28px !important;
}
 
.single-main img {
	width: 100%;
	display: block !important;
	height: 450px;
	object-fit: cover;
}
.single-main .elementor-icon-list-icon {
	display: none !important;
}
.single-left h2 {
	font-size: 35px;
	line-height: 42px;
}
.single-left h3 {
	font-size: 30px;
	line-height: normal;
}
.single-left h4 {
	font-size: 25px;
	line-height: 28px;
}
.single-left h5 {
	font-size: 20px;
	line-height: 24px;
}
.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
	margin: 30px auto 10px;
}
.single-post .elementor-location-header {
	background-color: #88b9c9;
	position: relative;
}











.ft-ftx-btn {
	display: none;
}


.who_lft_col {
	margin-top: -26%;
}

/* responsive-start */
@media(max-width: 1400px) {
	.contact-bg > div {
		margin-top: -130px;
	}
	.ft_sec::before {
		width: 10px;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wt_bg::before {
		width: 5px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 27px;
	}
}
@media(max-width: 1199px) {
	.single-left h2 {
		font-size: 33px;
		line-height: 40px;
	}
	.single-main h1 {
		font-size: 41px !important;
		line-height: 51px !important;
		margin-bottom: 16px;
	}
	.single-main {
		padding: 80px 15px;
	}
	.single-left {
		width: 100% !important;
	}
	.single-ryt {
		display: none;
	}
	.blog_lft {
		width: 100% !important;
	}
	.contact-bg > div {
		padding: 75px 40px;
	}
	.pt100 {
		padding-top: 80px;
	}
	.fav-sec > .elementor-element-populated {
		column-gap: 24px;
		row-gap: 24px;
	}
	.area-list ul {
		column-gap: 13px;
		row-gap: 13px;
		margin-top: 22px !important;
	}
	.area-list ul li {
		font-size: 21px !important;
		padding: 18px 37px 18px 53px !important;
		line-height: 28px;
	}
	.pr60 {
		padding-right: 50px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.ft_sec {
		padding: 80px 15px 20px;
	}
	.contact-bg > div {
		padding: 85px 55px;
		margin-top: -100px;
	}
	.pro_acc::before {
		height: calc(100% - -96px);
	}
	.mt50 {
		margin-top: 40px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.smheading h2 {
		font-size: 35px;
		line-height: 43px;
		margin-bottom: 16px;
	}
	.srv_box .elementor-image-box-img img {
		max-width: 80px;
	}
	.srv_box {
		width: calc(100% / 2 - 10px) !important;
		padding: 50px 30px 90px 25px;
	}
	.bigheading {
		margin-bottom: 16px !important;
	}
	.bigheading h2 {
		font-size: 47px;
		line-height: 53px;
	}
	.pl60 {
		padding-left: 50px;
	}
	.diff-pad {
		padding: 80px 15px 180px;
	}
	.inr-hd h1 {
		font-size: 55px;
		margin-bottom: 17px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 14px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 13px 25px !important;
		min-width: 130px;
	}
	.hd_right {
		width: calc(100% - 157px) !important;
	}
	.ft_mt {
		margin-top: 60px;
	}

}
@media(max-width: 1024px) {
	.hdactive .elementor-nav-menu li .sub-arrow svg {
		fill: #fff;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #63a5bb;
	}
	.hd_right {
		width: auto !important;
	}
	.hd_menu {
		order: 1;
	}
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.header_main .elementor-menu-toggle {
		background-color: #5b8e9f;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
		margin-left: 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #63a5bb;
		overflow: auto;
		z-index: 5;
	}
	.header_main .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 18px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
.header_main .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header_main .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header_main .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header_main .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
	padding: 20px 20px 20px 35px !important;
	color: #fff !important;
	font-size: 17px !important;
	background-color: #5f9fb5 !important;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee29;
}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}

@media(max-width: 999px) {
	.single-main img {
		height: 350px;
	}
	.single-main {
		padding: 60px 15px;
	}
	.post-card .elementor-post__read-more {
		padding: 12px 20px;
		font-size: 15px;
		min-width: 150px;
	}
	.faq_col .elementor-accordion-item {
		margin-bottom: 12px;
	}
	.faq_col a {
		line-height: 22px;
		display: flex;
		max-width: 650px;
	}
	.contact-bg > div {
		padding: 60px 40px;
		margin-top: -70px;
	}
	.pt100 {
		padding-top: 60px;
	}
	.fav-box:hover .elementor-image-box-description {
		color: #4d4d4d !important;
	}
	.fav-box:hover span:last-child {
		color: #88b9c9 !important;
	}
.fav-box:hover .elementor-image-box-title {
	color: #88b9c9 !important;
}
	.fav-box:hover img {
		filter: unset;
		opacity: 1 !important;
	}
	.fav-box:hover {
		background: #fff !important;
		border: 2px solid #fff !important;
	}
	.fav-box {
		width: calc( 100% / 3 - 18px ) !important;
		padding: 28px 15px;
	}
/* 	.fav-box {
		width: calc( 100% / 4 - 18px ) !important;
	} */
	.area-list ul li {
		font-size: 18px !important;
		padding: 16px 18px 18px 39px !important;
		line-height: 28px;
	}
	.area-list ul li::before {
		background-size: 25px;
		height: 25px;
		width: 25px;
		left: 10px;
		top: 18px;
	}
	.inr_txt {
		padding: 30px;
		margin-top: -60px;
	}
	.inr-bnr {
		padding: 25% 15px 11%;
	}
	.mob-full img {
		width: 100% !important;
	}
	.ft_mt {
		margin-top: 60px;
	}
	.ft_hd h2 {
		font-size: 36px;
	}
	.ft_sec {
		padding: 60px 15px 20px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.custom-contact h2 {
		font-size: 36px;
		line-height: 41px;
	}
	.pr60 {
		padding-right: 35px;
	}
	.mdheading h2 {
		font-size: 39px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.pad120 {
		padding: 60px 15px;
	}
	.team-slider .elementor-testimonial__name {
		font-size: 16px;
	}
	.newbtn a {
		padding: 15px 19px !important;
	}
	.srvbox_col > div {
		row-gap: 10px !important;
		column-gap: 10px !important;
	}
	.sub-heading p {
		padding-left: 45px;
		margin-bottom: 13px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.newbtn a {
		font-size: 14px;
	}
	.smheading h2 {
		font-size: 33px;
		line-height: 39px;
		margin-bottom: 14px;
	}
	.srv_box i {
		font-size: 13px;
		margin-top: 15px;
		bottom: 30px;
	}
	.srv_box .elementor-image-box-description::before {
		bottom: 65px;
		left: 80px;
	}
	.srv_box i {
		margin-top: 15px;
		bottom: 30px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 16px;
		line-height: 27px;
	}
	.srv_box {
		width: calc(100% / 2 - 10px) !important;
		padding: 40px 15px 80px 15px;
	}
	.srv_box .elementor-image-box-img img {
		max-width: 65px;
	}
	.defbtn {
		margin-top: 24px;
	}
	.bigheading h2 {
		font-size: 42px;
		line-height: 45px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.diff-pad {
		padding: 60px 15px 150px;
	}
	.inr-hd h1 {
		font-size: 49px;
		margin-bottom: 15px;
	}
}
@media(max-width: 767px) {
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 25px auto 8px;
	}
	.single-left h2 {
		font-size: 31px;
		line-height: 37px;
	}
	.single-main h1 {
		font-size: 37px !important;
		line-height: 46px !important;
		margin-bottom: 12px;
	}
	.faq_col .elementor-accordion-item {
		margin-bottom: 10px;
	}
	.faq_col a {
		font-size: 21px;
		line-height: 21px;
		max-width: 510px;
	}
	.custom-contact .button {
		max-width: 130px;
		line-height: 1 !important;
		margin: 0 auto !important;
	}
	.half-col {
		grid-column: span 12 !important;
	}
	.contact-bg > div {
		padding: 40px 20px;
		margin-top: -50px;
	}
	.who_lft_col {
		margin-top: 40px;
	}
	.pt100 {
		padding-top: 40px;
	}
	.mt30 {
		margin-top: 16px;
	}
	.single-bio .elementor-widget-image {
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.team-list li::before {
		position: static;
		margin: 0 auto;
	}
	.team-list li {
		font-size: 16px;
		padding-left: 0;
		text-align: center;
		border: 1px solid #8080801f;
		padding: 10px;
	}
	.fav-sec > .elementor-element-populated {
		column-gap: 20px;
		row-gap: 18px;
	}
	.fav-box {
		width: calc( 100% / 2 - 10px ) !important;
		padding: 28px 15px;
	}
	.finance-col > div {
		row-gap: 15px;
		column-gap: 15px;
	}
	.finance-col span {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.finance-col .elementor-image-box-img img {
		max-width: 60px;
	}
	.cross_box .elementor-image-box-img img {
		max-width: 54px;
	}
	.cross_box {
		padding: 40px 15px;
	}
/* 	.cross_box {
		padding: 40px 30px;
	} */
	.site-list ul li::before {
		display: none;
	}
	.site-list ul li {
		padding-left: 0;
		border: 1px solid #8080801f;
		padding: 10px;
	}
	.area-list ul li::before {
		background-size: 23px;
		height: 23px;
		width: 23px;
		left: 10px;
		top: 12px;
	}
	.area-list ul li {
		font-size: 16px !important;
		padding: 11px 18px 11px 39px !important;
		line-height: 24px;
	}
	.inr_txt {
		padding: 20px;
		margin-top: -40px;
	}
	.ft-ftx-btn a {
		color: #fff;
		text-transform: uppercase;
		padding: 10px;
		font-size: 20px;
		line-height: normal;
		width: 100%;
		text-align: center;
	}
	.ft-ftx-btn {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #88b9c9;
		justify-content: center;
		display: flex;
		z-index: 10;
		border-top: 1px solid #ffffff1a;
	}
	.ft-bdr {
		margin-top: 30px;
		padding-bottom: 50px;
	}
	.ft_img img {
		max-height: 50px;
	}
	.ft-two-img > div {
		column-gap: 22px;
		justify-content: center;
	}
	.pl30 {
		padding-left: 0;
	}
	.ft_list .elementor-icon-list-text {
		text-align: center;
	}
	.ft_list ul li {
		margin-bottom: 20px !important;
		text-align: center !important;
	}
	.ft_sec {
		padding: 40px 15px 20px;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.bigheading {
		margin-bottom: 11px !important;
	}
	.custom-contact h2 {
		font-size: 33px;
		line-height: 36px;
		text-align: center;
	}
	.custom-contact p::after {
		display: none;
	}
	.custom-contact p {
		padding-left: 0;
		text-align: center;
	}
	.smll_firm > div {
		margin-top: 40px;
		padding: 40px 15px !important;
	}
	.pr60 {
		padding-right: 0;
	}
	.pad120 {
		padding: 40px 15px;
	}
	.pro_acc::before {
		height: calc(100% - 684px);
		top: -39px;
	}
	.crew_border .elementor-testimonial__image {
		padding: 8px;
	}
	.sub-heading p {
		padding-left: 0;
		margin-bottom: 9px;
	}
	.wt_bg::before {
		display: none;
	}
	.hd_btn_bdl h2::before {
		bottom: -10px;
		right: 0;
		margin: 0 auto !important;
	}
	.bigheading h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.team-slider .elementor-testimonial__cite {
		max-width: 100%;
	}
	.team-slider .elementor-testimonial__cite:hover {
		margin-top: -30px;
	}
	.newbtn a {
		margin-top: 20px;
	}
	.pl60 {
		padding-left: 0;
	}
	.srv_box i {
		margin-top: 15px;
		bottom: 30px;
		left: 0;
		right: 0;
		width: fit-content;
		margin: 0 auto;
	}
	.srv_box .elementor-image-box-img img {
		max-width: 54px;
		margin: 0 auto 10px !important;
	}
	.mob-full img {
		width: 100% !important;
	}
	.sub-heading p::before {
		display: none;
	}
	.goal_ryt_col {
		margin-top: 20px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.diff-pad {
		padding: 40px 15px 40px;
	}
	.inr-hd h1 {
		font-size: 40px;
		margin-bottom: 13px;
	}
	.banner {
		padding: 23% 15px 9%;
	}
	.acc-bg::before {
		height: 40%;
	}
	.site-list ul li {
		width: calc(100% / 3 - 7px);
	}
	.new-list ul li {
		border: 1px solid #8080801f;
		padding: 10px;
		text-align: center;
	}
	.new-list ul li::before {
		display: none;
	}
}
@media(max-width: 600px) {
	.single-main img {
		height: 329px;
	}
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 20px auto 8px;
	}
	.single-left h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.single-main h1 {
		font-size: 29px !important;
		line-height: 33px !important;
		margin-bottom: 10px;
	}
	.single-main {
		padding: 40px 15px;
	}
	.post-card .elementor-post__read-more {
		padding: 10px 15px;
		font-size: 15px;
		min-width: 140px;
	}
	.site-list ul li {
		width: calc(100% / 2 - 7px);
	}
	
	.faq_col a {
		max-width: 330px;
	}
	.faq_col .elementor-tab-title {
		padding: 15px 13px;
	}
	.fav-sec > .elementor-element-populated {
		column-gap: 11px;
		row-gap: 11px;
	}
	.fav-box {
		padding: 18px 15px;
	}
	.finance-box {
		width: 100% !important;
		padding: 30px 15px 70px;
	}
	.cross_col > div {
		column-gap: 10px;
		row-gap: 10px;
	}
	.cross_box {
		width: 100% !important;
	}
	.inr-bnr {
		padding: 33% 15px 14%;
	}
	.header_main .elementor-menu-toggle {
		padding: 9px;
	}
	.srv_box .elementor-image-box-description::before {
		left: 120px;
	}
	.ft_mt {
		margin-top: 24px;
	}
	.ft_hd h2 {
		font-size: 29px;
	}
	.ft_sec::before {
		display: none;
	}
	.mdheading h2 {
		font-size: 31px;
		line-height: 32px;
		margin-bottom: 11px;
	}
	.pro_acc::before {
		height: calc(100% - 974px);
	}
	.srv_box .elementor-image-box-img img {
		max-width: 49px;
	}
	.srv_box {
		width: 100% !important;
	}
	.srv_box {
		padding: 40px 15px 80px 15px;
	}
	.bigheading h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 30px !important;
		font-size: 15px !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 18px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 330px;
	}
	.inr-hd h1 {
		font-size: 36px;
	}
}
@media(max-width: 400px) {

}