html{
	overflow-x: hidden;
}
body {
	font-family: "Montserrat", sans-serif;
	overflow-x:hidden;
}
a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}

.header{
	padding: 25px 0 65px 0;
}
.header-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-right{
	display: flex;
	align-items: center;
	gap: 35px;
}
.schedulebtn{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	background: #3ba13d;
	padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.schedulebtn:hover{
	background: #0a4275;
}
.callbtn{
	display: flex;
	gap: 10px;
	align-items: center;
}
.callbtn h5{
	font-size: 20px;
	font-weight: 600;
	color: #1b337a;
	margin: 0;
}
.callbtn a{
	color: #3ba13d;
	font-size: 18px;
	font-weight: 500;
}
.callbtn a:hover{
	color: #0a4275;
}
.bannerimg img{
	width: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.bannercontent h2{
	color: #1b337a;
	font-size: 28px;
	font-weight: 500;
}
.bannercontent h1{
	color: #1b337a;
	font-size: 55px;
	line-height: 63px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.bannercontent h1 span{
	color: #3ba13d;
}
.bannercontent h3{
	color: #1b337a;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
}
.bannercontent p{
	color: #1b337a;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	text-align: justify;
}
.bannercontent ul{
	padding: 0;
	margin: 20px 0;
}
.bannercontent li{
	display: flex;
	align-items: center;
	gap: 7px;
	color: #1b337a;
	font-size: 16px;
	font-weight: 600;
}
.bannercontent h4{
	font-size: 17px;
	color: #1b337a;
	font-weight: 500;
}
.bannercontent h4 a{
	color: #3ba13d;
	margin: 0 0 25px 0;
}
.bannerbtn{
	display: inline-block;
	padding: 15px 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #0a4275;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
}
.bannerbtn:hover{
	background: #3ba13d;
}
.servicesbg{
	padding: 75px 0;
}
.servicesbox img{
	width: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.servicesbox p{
	color: #0a4275;
	font-size: 22px;
	line-height: 28px;
	margin: 25px 0 0 0;
	font-weight: 600;
}
.negotiation-specialists-header{
	padding-bottom: 35px;
}
.negotiation-specialists-header h1{
	color: #1b337a;
	font-size: 42px;
	font-weight: 600;
	margin: 0 0 25px 0;
}
.negotiation-specialists-header h2{
	color: #3ba13d;
	font-size: 27px;
	font-weight: 500;
	margin: 0 0 22px 0;
}
.negotiation-specialists-header p{
	color: #1b337a;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
}
.specialistsbox{
	height: 100%;
	padding: 35px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	background: #fff;
	display: flex;
	gap: 20px;
	box-shadow: 0px 9px 25px #ccc;
}
.specialistsbox-img img{
	width: 175px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.specialistsbox-content h2{
	color: #3ba13d;
	font-size: 27px;
	font-weight: 500;
	margin: 0 0 13px 0;
}
.specialistsbox-content p{
	color: #1b337a;
	font-size: 17px;
	text-align: justify;
	line-height: 24px;
	font-weight: 500;
}

.stepsbg{
	padding: 80px 0;
}
.stepsbg h1{
	color: #1b337a;
	font-size: 42px;
	font-weight: 600;
	margin: 0 0 55px 0;
	text-align: center;
}
.stepsbg-img{
	height: 100%;
}
.stepsbg-img img{
	width: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	height: 100%;
	object-fit: cover;
}
.steprow{
	padding-left: 62px;
	position: relative;
}
.steprow::after{
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	background: url(../images/stepicon.png) no-repeat;
	width: 50px;
	height: 50px;
}
.steprow h2{
	color: #1b337a;
	font-size: 27px;
	margin: 0 0 12px 0;
	font-weight: 400;
}
.steprow h2 span{
	color: #3ba13d;
	font-weight: 700;
}
.steprow p{
	color: #1b337a;
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 45px 0;
}
.expertise-service-bg h1 {
    color: #1b337a;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 55px 0;
    text-align: center;
}

.expertisebox{
	padding: 20px;
	background: #fff;
	display: flex;
	gap: 10px;
	box-shadow: 0px 9px 25px #ccc;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	min-height: 140px;
	height: 100%;
}
.expertisebox img{
	width: 32px;
	height: 32px;
}
.expertisebox p{
	color: #1b337a;
	font-size: 22px;
	font-weight: 600;
	line-height: 27px;
}

.advisory-accountants-text{
	color: #1b337a;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
}

.pleasenote{
	background-image: linear-gradient(#effbef, #fff);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-top: solid 10px #3ba13d;
	margin-top: 50px;
	text-align: center;
	padding: 25px 110px;
}
.pleasenote h2{
	color: #1b337a;
	font-size: 25px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.pleasenote p{
	color: #1b337a;
	font-size: 17px;
	line-height: 24px;
	margin: 0;
}

.faqbg{
	padding: 80px 0;
}
.faqbg h1 {
    color: #1b337a;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 55px 0;
    text-align: center;
}
.faqbg .accordion-item{
	border: none;
}
.faqbg .accordion-button:not(.collapsed){
	background: none;
}
.faqbg .accordion-button{
	border-bottom: solid 1px #1b337a;
	color: #1b337a;
	font-size: 22px;
	font-weight: 600;
	padding: 25px 0;
}
.faqbg .accordion-body{
	padding: 20px 0 0 0;
	color: #1b337a;
	font-size: 17px;
	font-weight: 500;
	text-align: justify;
}

.contactformbg{
	background-image: linear-gradient(#effbef, #fff);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-top: solid 10px #3ba13d;
	padding: 25px 110px;
}
.contactformbg h2{
	color: #1b337a;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
}
.contactform{
	padding: 35px 0;
}
.contactform label{
	color: #1b337a;
	font-size: 16px;
	font-weight: 500;
	padding-left: 25px;
	margin-bottom: 12px;
}
.contactform .form-control{
	height: 55px;
	background: #f0f0f0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 0 25px;
	font-size: 18px;
	border: none;
	color: #000;
}
.submitbtn{
    background: #0a4275;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    border: none;
    padding: 14px 50px;
    border-radius: 15px;
}
.submitbtn:hover{
	background: #3ba13d;
}
.footer{
	text-align: center;
	padding: 65px 0;
}
.footer p{
	color: #1b337a;
	font-size: 17px;
}
.footer h3{
	color: #1b337a;
	font-size: 20px;
}
.listnumber li{
	list-style: decimal;
	margin: 5px 0;
}


@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.bannercontent h1{font-size: 35px; line-height: 43px;}
	.bannerbtn{text-align: center; font-size: 18px;}
	.expertisebox{height: 100%;}
	.steprow::after{width: 30px; height: 30px; background-size: 100% 100%; top: 0;}
	.steprow{padding-left: 42px;}
	.steprow h2{font-size: 19px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bannercontent h1{font-size: 35px; line-height: 43px;}
	.bannerbtn{text-align: center; font-size: 18px;}
	.expertisebox{height: 100%;}
	.steprow::after{width: 30px; height: 30px; background-size: 100% 100%; top: 0;}
	.steprow{padding-left: 42px;}
	.steprow h2{font-size: 19px;}
	.expertisebox p{font-size: 17px; line-height: 24px;}
}
@media only screen and (max-width: 767px) {
	.header {padding: 20px 0 20px 0;}
	.header-inner{flex-direction: column; gap: 20px;}
	.bannercontent{text-align: center;}
	.bannercontent h1{font-size: 50px; line-height: 1;}
	.bannercontent h1 span{display: block;}
	.bannercontent h2{font-size: 30px;}
	.bannercontent h3{font-size: 24px;}
	.bannercontent p{text-align: center;}
	.bannercontent li{text-align: left;}
	.bannerbtn{text-align: center;}
	.specialistsbox{flex-direction: column; align-items: center; text-align: center;}
	.specialistsbox-content p{text-align: center;}
	.pleasenote, .contactformbg{padding: 25px 0;}
	.negotiation-specialists-header h1, .stepsbg h1, .expertise-service-bg h1, .faqbg h1{font-size: 25px;}
	.faqbg .accordion-button{font-size: 17px;}
	.steprow::after{width: 30px; height: 30px; background-size: 100% 100%; top: 0;}
	.steprow{padding-left: 42px;}
	.steprow h2{font-size: 22px;}
	.logo{width: 140px;}
}
@media only screen and (max-width: 575px) { 
	.schedulebtn {font-size: 12px;padding: 8px 8px;border-radius: 5px;}
	.schedulebtn img{width: 15px;}
	.header-right{gap: 8px;}
	.callbtn{font-size: 12px; gap: 2px;}
	.callbtn img{width: 30px;}
	.callbtn h5 {font-size: 13px;}
	.callbtn a {font-size: 13px;font-weight: 500;} 
	.bannerbtn{text-align: center; width: 100%; font-size: 13px; padding: 15px 8px;}
	.faqbg .accordion-body { text-align: center; }
}

.contact-form-section {
	padding: 40px 0;
	margin-top: 20px;
}

.contact-form-inner {
	padding: 40px 50px;
	background-color: #f5fafd;
}

.contact-form-section h2 {
	color: #3ba13d;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 25px 0;
	text-align: center;
}


.contact-form-section .form-control {
	background: #fff;
	font-size: 16px;
	padding: 15px 20px;
	border-radius: 8px;
}

.contact-form-section .form-control::placeholder {
	color: #999;
}

.contact-form-section .submitbtn {
	background: #3ba13d;
	color: #fff;
	border: none;
	cursor: pointer;
	text-align: left;
	text-transform: uppercase;
	border-radius: 10px;
}

.contact-form-section .submitbtn:hover {
	background: #2e8b2e;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
	.contact-form-section .submitbtn {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 575px) {
	.contact-form-inner {
		padding: 30px 25px;
	}
}
@media screen and (min-width: 992px) {
	.bannerimg {
		position: relative;
		height: 100%;
	}
	.bannerimg img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
}