@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}
.filled-button-form,
.filled-button-form[disabled],
a.border-button,
a.filled-button {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s;
  text-align: center;
}
#preloader,
#preloader .jumper {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.sub-header ul.left-info li:last-child,
.sub-header ul.right-icons li {
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}
.sub-header ul.left-info li,
.sub-header ul.right-icons li:first-child {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
}
.heading,
.navbar-collapse,
.section-heading,
.section-heading-gst h2 {
  text-align: center;
}
*,
:after,
:before,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Josefin Sans", sans-serif !important;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
p {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
a {
  text-decoration: none !important;
}
a:hover {
  cursor: pointer;
}
ul {
  padding: 0;
  list-style: none;
}
.filled-button-form,
a.filled-button {
  background-color: #004c8f;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
}
a.filled-button:hover {
  background-color: #fff;
  color: #004c8f;
  border: 2px solid #004c8f;
  box-sizing: border-box;
}
.callback-form .contact-form button.border-button:hover,
.contact-us .contact-form button.filled-button:hover,
.filled-button-form:hover,
a.border-button:hover,
footer .contact-form button.filled-button:hover {
  background-color: #fff;
  color: #004c8f;
}
.filled-button-form[disabled] {
  background-color: grey;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: no-drop;
}
.contact-fields {
  gap: 0.7rem;
}
.contact-fields div fieldset input {
  border-radius: 35px;
  width: 100%;
}
a.border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 28px;
  border-radius: 30px;
}
.section-heading {
  margin-bottom: 80px;
}
.section-heading h1,
.section-heading h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1e1e1e;
}
.service-contact-form {
  width: 24%;
}
.accounting-section-heading em,
.heading em,
.more-info em,
.page-heading h1 em,
.section-heading em {
  font-style: normal;
  color: #004c8f;
}
.accounting-section-heading {
  margin-bottom: 2rem;
}
.section-heading span {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}
.section-heading-gst h2 {
  font-size: 30px;
}
.accounting-container {
  width: 100%;
  display: flex;
  opacity: 1 !important;
  overflow: hidden;
  color: #1e1e1e;
}
.accounting-box-1,
.accounting-box-2 {
  width: 60%;
  height: 100%;
  padding: 1.2rem;
}
.accounting-bg::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url(../images/accounting-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
}
.accounting-box-1 {
  color: #1e1e1e;
}
@keyframes pulse {
  25% {
    transform: translateY(10%);
  }
}
.contact-us-pop-up {
  animation: 0.7s ease-in infinite pulse;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 3px solid #004c8f;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1030;
  cursor: pointer;
  margin: 0 20px 20px 0;
}
.contact-us-pop-up i {
  color: #128c7e;
  margin: 20px;
  font-size: 40px;
}
h2.services-heading {
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 2rem;
}
ol.disc-list-style {
  list-style-type: circle !important;
  padding: 0;
}
ol.disc-list-style li {
  line-height: 2rem;
}
@keyframes slideInRight {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInTop {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.why-us-index {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 4rem auto;
}
.animation-slideInLeft {
  display: flex !important;
  animation: 1.5s ease-out slideInLeft;
}
.animation-slideInRight {
  display: flex !important;
  animation: 1.5s ease-out slideInRight;
}
.animation-slideInTop {
  display: flex !important;
  animation: 1.5s ease-out slideInTop;
}
.why-us-data-box {
  display: none;
  width: 30%;
  gap: 1.2rem;
}
.why-us-icons {
  height: fit-content;
  padding: 0.75rem 1.5rem;
  border-radius: 1.2rem;
}
.why-us-data-box:hover .why-us-icons {
  transition: 0.4s;
  background-color: #004c8f;
}
.why-us-data-box:hover .why-us-data h5 {
  transition: 0.4s;
  color: #004c8f;
}
#preloader {
  overflow: hidden;
  background: #004c8f;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}
#preloader .jumper {
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}
#preloader .jumper > div {
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: 1s linear infinite jumper;
  animation: 1s linear infinite jumper;
}
#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}
#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}
@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sub-header {
  padding: 0 20px;
  background: #004c8f;
  background: linear-gradient(90deg, #2587de 0, #004c8f 100%);
  height: 46px;
  line-height: 46px;
}
.sub-header ul li {
  display: inline-block;
}
.sub-header ul.left-info li {
  padding: 0 20px;
  float: right;
}
.sub-header ul.left-info li i {
  margin-right: 10px;
  font-size: 18px;
}
.sub-header ul.left-info li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.sub-header ul.right-icons {
  float: right;
}
.sub-header ul.right-icons li {
  margin-right: -4px;
  width: 46px;
  display: inline-block;
  text-align: center;
}
.sub-header ul.right-icons li a {
  color: #fff;
  transition: 0.3s;
}
.sub-header ul.right-icons li a:hover {
  opacity: 0.75;
}
.hidden-logo {
  display: none;
}
.header-logo {
  position: fixed;
  left: 10px;
  top: 10px;
}
.transparent-bg {
  background-color: transparent !important;
}
.background-header,
header {
  background-color: #fff !important;
}
.text-white {
  color: #fff !important;
}
h1.heading {
  color: #000;
}
.heading {
  margin: 0 0 1rem;
}
header {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 80px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navbar {
  padding: 20px 0;
}
.background-header .navbar {
  padding: 10px 0;
}
.navbar-dropdown {
  border-radius: 0 0 1.2rem 1.2rem !important;
}
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #fff !important;
  border-radius: 0 0 1.2rem 1.2rem !important;
}
.dropdown-item:focus-visible {
  border: none !important;
}
.background-header {
  top: 0;
  position: fixed;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.background-header .navbar-brand h2 {
  color: #004c8f !important;
}
.background-header .navbar-nav a.nav-link {
  color: #1e1e1e !important;
}
.background-header .navbar-nav .active > .nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .show > .nav-link {
  color: #000 !important;
  border-bottom: 3px solid #000 !important;
}
.navbar .navbar-brand {
  float: left;
  margin-top: 12px;
  outline: 0;
}
.navbar .navbar-brand h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbar .navbar-brand h2 em {
  font-style: normal;
  font-size: 16px;
}
#navbarResponsive {
  z-index: 999;
}
.navbar .navbar-nav .nav-item {
  margin: 0 15px;
}
.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #1e1e1e;
  transition: 0.5s;
  margin-top: 5px;
  text-transform: uppercase;
}
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .show > .nav-link {
  color: #000;
  border-bottom: 3px solid #fff;
  font-weight: 700;
}
.navbar .navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler {
  height: 45px;
  outline: 0;
  border-radius: 0;
  position: absolute;
  right: 30px;
  top: 20px;
}
.Modern-Slider .NextArrow,
.Modern-Slider .PrevArrow {
  border: 0;
  text-align: center;
  font-size: 36px;
  font-family: FontAwesome;
  z-index: 5;
  cursor: pointer;
  outline: 0;
  background-color: transparent;
}
.navbar .navbar-toggler-icon:after {
  content: "\f0c9";
  color: #004c8f;
  font-size: 18px;
  line-height: 26px;
  font-family: FontAwesome;
}
.img-career,
.img-fill-1,
.img-fill-2,
.img-fill-3 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.img-career img,
.img-fill-1 img,
.img-fill-2 img,
.img-fill-3 img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}
.header_logo {
  position: absolute;
  display: block;
  width: 170px;
  left: 0;
  padding: 0 15px;
  top: 10px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}
.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}
.Modern-Slider .item .img-career,
.Modern-Slider .item .img-fill-1,
.Modern-Slider .item .img-fill-2,
.Modern-Slider .item .img-fill-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 95vh;
}
.Modern-Slider .item-1 .img-fill-1 {
  background-image: url(../images/accounting_mainpg.webp);
}
.Modern-Slider .item-1 .img-fill-2 {
  background-image: url(../images/image.webp);
}
.Modern-Slider .item-1 .img-fill-3 {
  background-image: url(../images/index-bg-image.webp);
}
.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #fff;
}
.Modern-Slider .NextArrow:before,
.service-slider .NextArrow:before {
  content: "\f105";
}
.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 30px;
  color: #fff;
}
.Modern-Slider .PrevArrow:before,
.service-slider .PrevArrow:before {
  content: "\f104";
}
ul.slick-dots {
  display: none !important;
}
.Modern-Slider .text-content {
  text-align: left;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Modern-Slider .buttons,
.slick-list,
.slick-slider,
.slick-track,
.testimonial-item .inner-content {
  position: relative;
}
.Modern-Slider .item h6 {
  background-color: #004c8f;
  color: #fff;
  width: fit-content;
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  animation: 1s both fadeOutRight;
}
.hero-section-cta {
  background: #004c8f;
  background: linear-gradient(90deg, #004c8f 0, #2587de 100%);
}
.hero-section-cta:hover {
  color: #004c8f;
  background: #fff;
}
.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #fff;
  overflow: hidden;
  animation: 1s both fadeOutLeft;
  width: 60%;
}
.Modern-Slider .item p {
  max-width: 570px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}
.Modern-Slider .item a {
  margin: 0 5px;
}
.Modern-Slider .item.slick-active h6 {
  animation: 1s 1s both fadeInDown;
}
.Modern-Slider .item.slick-active h4 {
  animation: 1s 1.5s both fadeInLeft;
}
.Modern-Slider .item.slick-active {
  animation: 1s both Slick-FastSwipeIn;
}
.Modern-Slider {
  background: #000;
}
.Modern-Slider .item-1 .img-career {
  background-image: url(../images/career.webp);
}
.slick-slider {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  padding: 0;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.request-form {
  background-color: #004c8f;
  padding: 40px 0;
  color: #fff;
}
.contact-us,
.partners,
.testimonials {
  background-color: #f7f7f7;
}
.request-form h4 {
  font-size: 22px;
  font-weight: 600;
}
.request-form span {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}
.request-form a.border-button {
  margin-top: 12px;
  float: right;
}
.services {
  margin-top: 140px;
}
.service-item img {
  height: auto;
  width: 350px;
  overflow: hidden;
}
.service-item .down-content {
  width: 350px;
  background-color: #f7f7f7;
  padding: 20px;
}
.benefits-box .heading-content,
.bookkeeping-option .heading-content {
  background-color: #f4f7f8;
  border-radius: 1.2rem 1.2rem 0 0;
  display: flex;
}
.service-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}
.service-item .down-content p {
  margin-bottom: 15px;
}
.itrTable {
  overflow: scroll;
}
.itrTable table tr td:first-of-type {
  position: sticky;
  left: 0;
  background-color: inherit;
  z-index: 9999;
}
@keyframes horizontal {
  0%,
  100% {
    transform: translateX(0);
  }
  25%,
  75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
}
.bookkeeping-section-1 {
  background-image: url(../images/bookkeeping-bg.webp);
  height: 15%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 4rem;
  gap: 1rem;
  border-radius: 1.2rem;
}
.bookkeeping-content h1 {
  font-size: 1.5rem;
  color: #666;
}
.bookkeeping-section-1 p {
  width: 50%;
  color: #000;
  font-size: 2rem !important;
}
p.bookkeeping-section-heading {
  padding: 5rem 0 3rem;
  font-size: 2rem !important;
  text-transform: uppercase;
  color: #004c8f;
  font-weight: 700;
}
.ITR-service .square:hover .ser .txt,
.ITR-service-1 .square:hover .ser .txt,
footer h4,
p.privacyPolicyTitle {
  font-size: 20px;
}
.bookkeeping-section-2 {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.benefits-box {
  width: 33%;
}
.benefits-box .heading-content {
  color: #004c8f;
  height: 20%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.benefits-box .body-content {
  display: flex;
  justify-content: center;
  justify-items: flex-start;
  text-align: justify;
  text-justify: auto;
  height: 80%;
  padding: 1.2rem;
}
.bookkeeping-section-3 {
  width: 100%;
  display: flex;
  gap: 1rem;
  height: auto;
}
.bookkeeping-option {
  width: 33.33%;
}
.bookkeeping-option .heading-content {
  color: #004c8f;
  height: 20%;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.bookkeeping-option .heading-content .heading-icon {
  right: 0;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 30%;
  border-radius: 0 1.2rem 0 100%;
  background-color: #004c8f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
}
.bookkeeping-option .heading-content .heading-icon i {
  transform: translate(10px, -10px);
}
.bookkeeping-option .body-content {
  height: 80%;
  display: flex;
  justify-content: space-between;
  justify-items: flex-start;
  flex-direction: column;
  text-align: justify;
  text-justify: auto;
  max-height: 80%;
  padding: 1.2rem;
  font-size: 1.2rem !important;
}
.bookkeeping-service-flex-list {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  text-align: center;
}
.bookkeeping-service-flex-list li {
  display: flex;
  flex-direction: row;
  padding: 1.2rem 2rem;
}
.bookkeeping-service-flex-list li :first-child {
  font-size: 2rem;
}
.faq-btn {
  text-align: left;
  overflow: hidden;
}
.privacyPolicyList {
  list-style: disc;
}
.privacyPolicyPointList {
  list-style: disc;
  padding-left: 2rem;
}
.ITR_Service-heading {
  margin-top: 70px !important;
  color: #004c8f;
}
.bookkeeping-content p,
.font-size-1 {
  font-size: 1.2rem;
}
.other-service-more-details {
  padding-bottom: 1rem;
  text-align: center;
}
.PFP-service-heading {
  margin: 40px 0 20px;
  font-weight: 700;
  color: #004c8f;
}
.PFP-component-list {
  text-align: left !important;
}
@media (min-width: 320px) {
  .services {
    margin-top: 70px;
  }
  .service-item img {
    cursor: pointer;
    height: 211.36px;
    width: 310px;
    overflow: hidden;
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .service-item .down-content {
    text-align: center;
    cursor: pointer;
    width: 310px;
    background-color: #f7f7f7;
    padding: 20px 10px;
    border-radius: 0 0 1.2rem 1.2rem;
  }
  .service-item .down-content h4 {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin: 5px 0;
  }
  .service-item .down-content p {
    margin-bottom: 15px;
  }
}
.more-info {
  margin-top: 70px;
  text-align: center;
}
.more-info .left-image img {
  width: 100%;
  overflow: hidden;
}
.about-testimonials {
  margin-top: 0 !important;
}
.testimonials {
  margin-top: 70px;
  padding: 70px 0;
}
.testimonial-item .inner-content {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  height: 280px;
}
.testimonial-item p {
  line-height: 20px;
  font-size: 14px;
  padding-top: 25px;
  font-weight: 400;
}
.testimonial-item h4 {
  font-size: 19px;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.testimonial-item span {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #004c8f;
}
.testimonial-item img {
  max-width: 60px;
  border-radius: 50%;
  margin: 25px auto 0;
}
.callback-services {
  border-top: 1px solid #eee;
  padding-top: 140px;
}
.contact-us {
  padding: 30px 0;
}
.contact-us .contact-form {
  background-color: transparent !important;
  padding: 0 !important;
}
.callback-form {
  margin-top: 30px;
}
.callback-form .contact-form {
  background-color: #004c8f;
  padding: 60px;
  border-radius: 5px;
  text-align: center;
}
.callback-form .contact-form input {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  color: #6a6a6a;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;
}
.callback-form .contact-form input:focus,
.callback-form .contact-form textarea:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}
.callback-form .contact-form textarea {
  border-radius: 20px;
  height: 120px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  padding: 15px;
  color: #6a6a6a;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;
}
.callback-form .contact-form ::-webkit-input-placeholder {
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder {
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}
.callback-form .contact-form button.border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 30px;
  display: inline-block;
  transition: 0.3s;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.contact-us .contact-form button.filled-button,
footer .contact-form button.filled-button {
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  display: inline-block;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  transition: 0.3s;
}
.contact-us .contact-form button.filled-button {
  background-color: #004c8f;
  color: #fff;
  border: none;
  font-size: 13px;
  border-radius: 30px;
}
.contact-partners {
  margin-top: -8px !important;
}
.partners,
.team {
  margin-top: 30px;
}
.partners {
  padding: 60px 0;
}
.select,
select {
  background: #343434;
}
.partners .owl-item {
  text-align: center;
  cursor: pointer;
}
.partners .partner-item img {
  max-width: 156px;
  margin: auto;
}
.owl-next,
.owl-prev {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
}
.owl-prev {
  left: -30px;
}
.owl-next {
  right: -40px;
}
.owl-next i,
.owl-prev i {
  transform: scale(2, 2);
  color: #000;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  border-radius: 20px;
  color: #aaa;
  cursor: pointer;
}
.select,
footer .contact-form input {
  border-radius: 20px;
  height: 40px;
  width: 300px;
  font-size: 13px;
}
#tabs ul .ui-tabs-active a,
.sub-footer a,
footer,
footer h4,
footer p {
  color: #fff;
}
.select {
  position: relative;
  display: block;
  line-height: 3;
  overflow: hidden;
}
.select::-ms-expand {
  display: none;
}
footer {
  background-color: #232323;
  padding: 80px 0;
}
footer h4 {
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
}
footer ul.social-icons {
  margin-top: 25px;
}
footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}
footer ul.social-icons li:last-child {
  margin-right: 0;
}
footer ul.social-icons li a {
  width: 34px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  color: #232323;
  border-radius: 50%;
  transition: 0.3s;
}
footer ul.social-icons li a:hover {
  background-color: #004c8f;
}
footer ul.menu-list li {
  margin-bottom: 5px;
}
#tabs ul li:last-child,
footer ul.menu-list li:last-child {
  margin-bottom: 0;
}
footer ul.menu-list li a {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
footer ul.menu-list li a:hover {
  color: #004c8f;
}
footer .contact-form input {
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  color: #aaa !important;
  background-color: #343434;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 10px;
}
footer .contact-form input:focus,
footer .contact-form textarea:focus {
  outline: 0;
  box-shadow: none;
  border: none;
  background-color: #343434;
}
footer .contact-form textarea {
  border-radius: 20px;
  min-height: 100%;
  width: 300px;
  max-height: 200px;
  display: inline-block;
  padding: 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
  resize: none;
}
footer .contact-form ::-webkit-input-placeholder {
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder {
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}
footer .contact-form button.filled-button {
  color: #fff;
  background-color: #004c8f;
  border: none;
  font-size: 13px;
  border-radius: 30px;
}
.sub-footer {
  background-color: #343434;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 25px 0;
}
.sub-footer p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.page-heading {
  text-align: center;
  color: #000;
  padding-top: 4.7rem !important;
}
.page-heading h1 {
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.page-heading span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
}
.team {
  background-color: #f7f7f7;
  margin-bottom: -140px;
  padding: 30px 0;
}
.team-item img {
  height: 350px;
  width: 100%;
  overflow: hidden;
}
.team-item .down-content {
  background-color: #fff;
  height: 450px;
  padding: 30px;
}
.service-slider .NextArrow,
.service-slider .PrevArrow {
  border: 0;
  background-color: transparent;
  font-size: 36px;
  font-family: FontAwesome;
  z-index: 5;
  outline: 0;
  cursor: pointer;
  top: 50%;
  position: absolute;
  text-align: center;
  color: #000;
}
.team-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}
.team-item .down-content span {
  color: #004c8f;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.contact-information .contact-item p,
.team-item .down-content p {
  margin-bottom: 20px;
}
.service-slider .NextArrow {
  right: -90px;
  width: 120px;
}
.service-slider .PrevArrow {
  left: -50px;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .service-slider .NextArrow,
  .service-slider .PrevArrow {
    position: absolute;
    top: 50%;
    border: 0;
    background-color: transparent;
    text-align: center;
    font-size: 36px;
    font-family: FontAwesome;
    color: #000;
    z-index: 5;
    outline: 0;
    cursor: pointer;
  }
  .service-slider .NextArrow {
    right: -85px;
    width: 120px;
  }
  .service-slider .NextArrow:before {
    content: "\f105";
  }
  .service-slider .PrevArrow {
    left: -35px;
  }
  .service-slider .PrevArrow:before {
    content: "\f104";
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .service-slider .NextArrow,
  .service-slider .PrevArrow {
    position: absolute;
    top: 50%;
    border: 0;
    background-color: transparent;
    text-align: center;
    font-size: 36px;
    font-family: FontAwesome;
    color: #000;
    z-index: 5;
    outline: 0;
    cursor: pointer;
  }
  .service-slider .NextArrow {
    right: -30px;
    width: 120px;
  }
  .service-slider .NextArrow:before {
    content: "\f105";
  }
  .service-slider .PrevArrow {
    left: -40px;
  }
  .service-slider .PrevArrow:before {
    content: "\f104";
  }
}
#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.bookkeeping-service-list {
  list-style-type: disc !important;
  padding-left: 16px !important;
}
.bookkeeping-service-list-1 {
  width: 100%;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  scrollbar-color: #004c8f #fff;
}
.colored-tick {
  color: #004c8f;
  font-size: 1.4rem;
}
#tabs ul li a i {
  float: right;
  margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
  color: #1e1e1e;
}
.tabs-content {
  text-align: left;
  display: inline-block;
  transition: 0.3s;
  width: 100%;
}
.tabs-content .down-content {
  height: 320px;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
}
.tabs-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.filled-button-accounting {
  background-color: #004c8f;
  color: #fff;
  border: 2px solid #fff;
  bottom: 100px;
  top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: 0.3s;
}
.filled-button-accounting:hover {
  background-color: #fff;
  color: #004c8f;
  border: 2px solid #004c8f;
}
.contact-information {
  margin-top: 10px;
}
.contact-information .contact-item {
  padding: 60px 30px;
  background-color: #f7f7f7;
  text-align: center;
  height: 300px;
}
.contact-information .contact-item i {
  color: #004c8f;
  font-size: 48px;
  margin-bottom: 40px;
}
.contact-information .contact-item h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
.contact-information .contact-item a {
  font-weight: 600;
  color: #004c8f;
  font-size: 15px;
}
.doorstepAccounting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.headerLogoMobile {
  display: none;
}
@media (max-width: 768px) {
  .headerLogoMobile {
    width: 100%;
    height: 100%;
    display: block;
  }
  .headerLogoMobile img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sub-header {
    display: none;
  }
  .Modern-Slider .item h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .Modern-Slider .item h4 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
  }
  .Modern-Slider .item p {
    max-width: 570px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .Modern-Slider .NextArrow {
    right: 5px;
  }
  .Modern-Slider .PrevArrow {
    left: 5px;
  }
  .request-form {
    text-align: center;
  }
  .request-form a.border-button {
    float: none;
    margin-top: 30px;
  }
  .services .service-item {
    margin-bottom: 30px;
    cursor: pointer;
  }
  .more-info .right-content {
    padding: 30px;
  }
  footer {
    padding: 80px 0 20px;
  }
  footer .footer-item {
    border-bottom: 1px solid #343434;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  footer .last-item {
    border-bottom: none;
  }
  .about-info .right-content {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact-item,
  .team .team-item {
    margin-bottom: 30px;
  }
  .tabs-content {
    margin-left: 0;
  }
}
.ITR-service .square,
.ITR-service-1 .square,
.accounting .square {
  float: left;
  margin: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
}
.accounting {
  position: relative;
  width: 700px;
  height: 200px;
  margin: 10px auto;
}
.accounting .square {
  position: relative;
  width: 200px;
  height: 190px;
  background: #004c8f;
}
.accounting .square .txt {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  line-height: 1em;
  transform: translate(-50%, -50%);
  font-size: 20px;
  transition: 0.5s;
  color: #000;
}
@media (min-width: 314px) and (max-width: 767px) {
  .single-service,
  .why-us-data-box {
    width: 100%;
    display: flex;
  }
  .accounting-box-1,
  .accounting-box-2,
  .benefits-box,
  .bookkeeping-option,
  .bookkeeping-section-1 p,
  .service-contact-form {
    width: 100%;
  }
  .accounting-container,
  .bookkeeping-section-2,
  .bookkeeping-section-3,
  .why-us-index {
    flex-direction: column;
  }
  .accounting-bg::before {
    background-size: 100%;
  }
  .why-us-data-box {
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .moneyMattersPage {
    flex-direction: column;
    padding-top: 5rem;
  }
  .moneyMattersPage iframe {
    min-height: 800px;
    overflow: scroll;
  }
  .about-testimonials {
    margin-top: 0 !important;
  }
  .testimonials {
    margin-top: 140px;
    background-color: #f7f7f7;
    padding: 140px 0;
  }
  .testimonial-item .inner-content {
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    height: 325px;
  }
  .testimonial-item p {
    line-height: 20px;
    font-size: 14px;
    padding-top: 25px;
    font-weight: 400;
  }
  .testimonial-item h4 {
    font-size: 19px;
    font-weight: 700;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    margin-bottom: 0;
  }
  .testimonial-item span {
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #004c8f;
  }
  .testimonial-item img {
    max-width: 60px;
    border-radius: 50%;
    margin: 25px auto 0;
  }
  .bookkeeping-section-1 {
    padding: 4rem 1rem;
    justify-content: flex-start;
    height: 10%;
  }
  .bookkeeping-service-flex-list {
    grid-template-columns: 50% 50%;
  }
  .bookkeeping-option .heading-content .heading-icon {
    font-size: 2.5rem;
  }
  .bookkeeping-option .heading-content .heading-icon i {
    transform: translate(10px, -5px);
  }
  .accounting {
    position: relative;
    width: 225px;
    height: 200px;
    margin: 40px auto;
  }
  .accounting .square {
    position: relative;
    width: 200px;
    height: 190px;
    background: #004c8f;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }
  .accounting .square .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    transition: 0.5s;
    color: #000;
  }
  .workingTable tr td {
    display: inline-block;
  }
}
.ITR-service,
.ITR-service-1 {
  position: relative;
  height: 270px;
  margin: 40px auto;
}
.ITR-service {
  width: 800px;
}
.ITR-service .square,
.ITR-service-1 .square {
  position: relative;
  width: 236px;
  height: 250px;
  background: #7a7a7a;
}
.ITR-service .square .ser,
.ITR-service-1 .square .ser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004c8f;
  transition: 0.5s;
  z-index: 1;
}
.ITR-service .square:hover .ser,
.ITR-service-1 .square:hover .ser {
  top: 20px;
  left: calc(50% - 70px);
  width: 150px;
  height: 150px;
  border-radius: 20%;
}
.ITR-service .square .ser .txt,
.ITR-service-1 .square .ser .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  transition: 0.5s;
  color: #000;
}
.ITR-service .square .content,
.ITR-service-1 .square .content {
  position: absolute;
  top: 165px;
  height: calc(100%-150px);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.5s;
}
.ITR-service .square .content h4,
.ITR-service-1 .square .content h4 {
  margin: 0 0 10;
  padding: 0;
  font-size: 20px;
  color: #000;
}
.ITR-service-1 {
  align-items: center;
  width: 535px;
}
@media (min-width: 360px) and (max-width: 767px) {
  .ITR-service,
  .ITR-service-1 {
    position: relative;
    width: 300px;
    height: 300px;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0;
  }
  .navbar-dropdown {
    border-radius: 0 !important;
  }
  .ITR-service {
    margin: 50px auto;
  }
  .ITR-service .square,
  .ITR-service-1 .square {
    position: relative;
    width: 236px;
    height: 270px;
    background: #7a7a7a;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }
  .ITR-service .square .ser,
  .ITR-service-1 .square .ser {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004c8f;
    transition: 0.5s;
    z-index: 1;
  }
  .ITR-service .square:hover .ser,
  .ITR-service-1 .square:hover .ser {
    top: 20px;
    left: calc(50% - 70px);
    width: 150px;
    height: 150px;
    border-radius: 20%;
  }
  .ITR-service .square .ser .txt,
  .ITR-service-1 .square .ser .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    transition: 0.5s;
    color: #000;
  }
  .ITR-service .square:hover .ser .txt,
  .ITR-service-1 .square:hover .ser .txt {
    font-size: 20px;
  }
  .ITR-service .square .content,
  .ITR-service-1 .square .content {
    position: absolute;
    top: 165px;
    height: calc(100%-150px);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.5s;
  }
  .ITR-service .square .content h4,
  .ITR-service-1 .square .content h4 {
    margin: 0 0 10;
    padding: 0;
    font-size: 20px;
    color: #000;
  }
  .ITR-service-1 {
    align-items: center;
    margin: 40px auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .accounting {
    position: relative;
    width: 450px;
    height: 200px;
    margin: 40px auto;
  }
  .accounting .square {
    position: relative;
    width: 190px;
    height: 190px;
    background: #004c8f;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }
  .ITR-service .square .ser .txt,
  .accounting .square .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    transition: 0.5s;
    color: #000;
  }
  .workingTable tr td {
    display: inline-block;
  }
  .ITR-service {
    position: relative;
    width: 800px;
    height: 300px;
    margin: 50px auto;
  }
  .ITR-service .square {
    position: relative;
    width: 236px;
    height: 270px;
    background: #7a7a7a;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }
  .ITR-service .square .ser {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004c8f;
    transition: 0.5s;
    z-index: 1;
  }
  .ITR-service .square:hover .ser {
    top: 20px;
    left: calc(50% - 70px);
    width: 150px;
    height: 150px;
    border-radius: 20%;
  }
  .ITR-service .square:hover .ser .txt {
    font-size: 20px;
  }
  .ITR-service .square .content {
    position: absolute;
    top: 165px;
    height: calc(100%-150px);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.5s;
  }
  .ITR-service .square .content h4 {
    margin: 0 0 10;
    padding: 0;
    font-size: 20px;
    color: #000;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 30px;
    top: 10px;
    width: 200px;
  }
  .navbar:after {
    display: none;
  }
  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav a.nav-link {
    padding: 15px 0;
    color: #1e1e1e !important;
  }
  .navbar .navbar-nav .active > .nav-link,
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .show > .nav-link {
    color: #004c8f !important;
    border-bottom: none !important;
  }
}
