.hero {
  padding: 150px 0;
  background-color: rgb(52 60 78 / 93%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  background-blend-mode: multiply;
  background-image: url("../images/banner.webp");
}
.hero .container.content_wrap {
  padding: 0;
}
.hero__grid .hero__grid--content {
  max-width: 725px;
}
.hero__grid .hero__grid--content h1 {
  color: #fff;
  margin-bottom: 0px;
}
.hero__grid .hero__grid--content h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 20px;
}
.hero__grid .hero__grid--content p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  max-width: 600px;
  font-weight: 300;
}
.hero__grid .hero__grid--content .sc_title {
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem;
  font-weight: 600;
}
.blue_section .sc_title {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.25em;
  line-height: 1.3em;
  margin-bottom: 0;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto;
}

.blue_section .margin_top_middle {
  margin-top: 20px !important;
}
.margin2rem {
  margin-top: 3.7rem;
}
form .form-control {
  /* font: inherit; */
  display: block;
  width: 100%;
  padding: 10px 14px;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  /* color: #a8b5c1; */
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #d0d5dd; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
form .form-control.has-error {
  /* border-color: #dc3545; */
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border: 1px solid #dc3545;
}
form .form-control.has-error:focus {
  border: 1px solid #dc3545;
  -ms-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  -o-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
form .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #668cd7;
  outline: 0;
  -ms-box-shadow: 0 0 0 0.25rem rgba(86, 159, 217, 0.25);
  -o-box-shadow: 0 0 0 0.25rem rgba(86, 159, 217, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(86, 159, 217, 0.25);
}
form .form-check-label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
form .form-check-label > a {
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #6e7191;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
form .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  cursor: pointer;
}
form .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
form .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
form .form-check-input.has-error,
form .form-check-input.has-error:focus {
  border-color: #dc3545;
  -ms-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  -o-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
form .form-check-input:focus {
  border-color: #7f56d9;
  outline: 0;
  -ms-box-shadow: 0 0 0 0.25rem rgba(127, 86, 217, 0.25);
  -o-box-shadow: 0 0 0 0.25rem rgba(127, 86, 217, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(127, 86, 217, 0.25);
}
form .form-check-input:checked {
  background-color: #7f56d9;
  border-color: #7f56d9;
}
form .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
form .inline-radio {
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  gap: 1rem;
}
form .inline-radio > label {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  cursor: pointer;
}
form .inline-radio > label > input {
  cursor: pointer;
}
/* form select {
  color: #a8b5c1;
} */
form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx0aXRsZT5zZWxlY3RhcnJvdzwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48ZyBpZD0ic2VsZWN0YXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIHN0cm9rZT0iIzg2OEU5NiI+PHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjAgMyAzLjA1NTA4NDkzIDAgNiAyLjg5MTgxNjU3Ii8+PHBvbHlsaW5lIGlkPSJQYXRoLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCA4LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMy4wMDAwMDAsIC04LjUwMDAwMCkgIiBwb2ludHM9IjAgMTAgMy4wNTUwODQ5MyA3IDYgOS44OTE4MTY1NyIvPjwvZz48L2c+PC9zdmc+) !important;
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
}
form select.form-control.has-error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
form input.form-control.has-error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
input::placeholder {
  font-family: "Inter", sans-serif;
  color: #323537;
  font-size: 16px;
}
select::placeholder {
  font-family: "Inter", sans-serif;
  color: #323537;
  font-size: 16px;
}
select {
  font-family: "Inter", sans-serif;
  color: #323537;
  font-size: 16px;
}
option:first {
  font-family: "Inter", sans-serif;
  color: #323537;
  font-size: 16px;
}
::placeholder {
  font-family: "Inter", sans-serif;
  color: #323537;
  font-size: 16px;
}
textarea::placeholder {
  font-family: "Inter", sans-serif;
  color: #323537;
  font-size: 16px;
}
.form-row {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}
.form-group {
  width: 50%;
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
}
form .form-control {
  width: 98%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-row.last-child .form-group {
  width: 100%;
}
form .form-row.last-child .form-control {
  width: 99%;
}
.form-row.last-child.margin-none.site-button.text-center {
  justify-content: center;
  margin-top: 30px;
}
html {
  scroll-behavior: smooth;
}
.contact-us p.bannerdescription-content {
  max-width: 500px;
  color: #fff;
  margin: 0 auto;
  padding: 16px 0 30px;
  line-height: 20px;
}
.contact-us .bannerSec h1 {
  padding: 0;
}
.icon_user-top img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  vertical-align: middle;
}
#our-services .columns_wrap {
  margin-top: 50px;
}
label.has-error {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.25rem;
  font-size: 14px;
  color: #dc3545;
  display: inline;
  padding-left: 14px;
  line-height: 1;
  top: -14px;
  z-index: 1;
  left: 10px;
  padding: 4px 6px;
  background-color: #f4f7fa;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  flex: none;
  order: 0;
  flex-grow: 0;
  display: none;
  margin-bottom: 6px;
}
.bookabutton {
  background-color: rgb(52 60 78 / 93%);
  background-blend-mode: multiply;
  background-image: url(../images/bookkeeping.webp);
  background-size: cover;
}
.sidebartopContent {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.sidebarleft,
.article_style_boxed .sidebarleft {
  padding: 3em 0;
  margin-bottom: 20px;
}
.sidebarleft aside {
  padding: 0 3em;
}
.textwidget {
}
.sidebarleft aside + aside {
  border-top: 1px solid #f4f7f9;
  margin-top: 29px;
  padding-top: 25px;
}
.topservicesec .sc_image img.topservicesecImg {
  height: 304px;
  object-fit: cover;
}
.sidebarleft.widget_area ul li a {
  color: #5b5f62;
}
.sidebarleft.widget_area a:hover {
  color: #ce0315;
}
.topservicesec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topservicesec ul>li, ol>li, dl>dd {
  margin-bottom: 0.6em;
}


.blue_section.bookabutton {
  background-color: rgb(52 60 78 / 98%);
  background-blend-mode: multiply;
  background-image: url(../images/bookkeeping.webp);
  background-size: cover;
}
.services .page_content_wrap{
  padding-bottom:0px;
  padding-top: 0px;
}
.topservicesec_content{

}
header .desktop_view .callUsButton .sc_button:after {
/* display: none; */
}

header .desktop_view .callUsButton .sc_button.sc_button_style_red {
  background-color: #ce0315;
  color: #ffffff;
  display: flex !important;
  gap: 10px;
  align-items: center;
}
header .desktop_view .callUsButton .sc_button.sc_button_style_red:hover{
  background-color: #209de2;
}
.columncontent .sc_section{
  border:1px solid #eee;
  background-color: #f4f7fa;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.columncontent .sc_section img{
  margin:0 auto;
  padding-bottom: 15px;
}
.columncontent .sc_section h5{
  margin-bottom: 0em;
}
.mb-30{
  margin-bottom:30px;
}
.bg_white{
  background-color: #fff !important;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}


.notfound {
  padding: 120px 0;
}
.notfound__content {
  text-align: center;
}
.notfound__content--title {
  position: relative;
  color: #717171;
  font-size: 120px;
  letter-spacing: 1px;
  font-weight: 800;
  line-height: 120px;
  margin-bottom: 0.1em;
  display: inline-block;
}
.notfound__content--title>span {
  position: absolute;
  text-transform: uppercase;
  font-size: 24px;
  color: #717171;
  letter-spacing: -1px;
  line-height: 1;
  right: -55px;
  top: 30px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.notfound__content--texture {
  color: #344753;
  font-size: 18px;
  line-height: 28px;
}

.modal {
  background-color: rgba(0, 0, 0, .65);
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
}
.modal.show .modal__container {
  top: 0;
  height: auto;
}
.modal__container {
  background-color: #fff;
  max-width: 450px;
  margin: 1.75rem auto;
  position: relative;
  top: -20px;
  overflow: hidden;
  border-radius: 4px;
  transition: .3s ease-in-out;
}
.modal__body {
  position: relative;
  padding: 2rem;
}
.modal__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #14142b;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 1.5rem;
}
.modal__close {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  padding: 1rem;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1;
  transition: .3s ease-in-out;
}
.modal form {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  -o-display: grid;
  display: grid;
  width: 100%;
}
.modal .form-group input, .modal .form-group select, .modal .form-group textarea{
  width: 100%;
  border:1px solid #c7c7c794;
}
.modal .form-group{
  width:100%;
}
.modal label.has-error {
  background-color: #fff;
}
.modal button[type=submit].sc_button:after{
  display: none;
  padding: 0 3rem !important;
}
.modal-btn.sc_button:after{
  display: none;
  padding: 0 3rem !important;
}
.sc_button-w100.sc_button{
  width:100%;
}
.sc_button-w100.sc_button {
  width: 100%;
  line-height: inherit !important;
}
.sc_button-w100.sc_button:before{
  display: none;
}
.footer_form .sc_button:after{
  display: none;
  padding: 0 5rem !important;
}
.thankyou__content--description{
  max-width: 650px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
  
}
.thankyou .sc_title{
  margin-bottom:0px;
}
.action{

}