p {
  font-size: 14px;
}

body {
  font-family: "Poppins", sans-serif;
}

header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Asap", sans-serif;
}

.min-vavigation {
  width: 100%;
}
.min-vavigation ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.min-vavigation ul li {
  list-style-type: none;
}
.min-vavigation ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  padding: 31px 13px;
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.min-vavigation ul li a:hover {
  color: #00987f;
  transition-duration: 0.2s;
  overflow: hidden;
}

.min-navbar {
  width: 100%;
  transition-duration: 1.2s;
  border-bottom: solid 1px rgba(255, 255, 255, 0.19);
}

.min-wrapper {
  width: 100%;
  padding-top: 30px;
}
.min-wrapper h3 {
  text-transform: capitalize;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #5c5c5c;
  position: relative;
  padding-bottom: 10px;
}
.min-wrapper h3::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00987f;
}
.min-wrapper p {
  text-align: justify;
}
.min-wrapper ul {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.min-wrapper ul a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #00987f;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #00987f;
  margin-top: 30px;
}
.min-wrapper ul a:hover {
  background-color: #ffc700;
  color: #000 !important;
  transition-duration: 0.2s;
}
.min-wrapper ul li {
  list-style-type: none;
  padding: 10px;
  padding-left: 20px;
  position: relative;
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
}
.min-wrapper ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  left: 0;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(42deg);
  top: 14px;
}

.footerLogo {
  width: 100%;
  margin-bottom: 20px;
}
.footerLogo img {
  width: 100%;
}

.borderBottomSolid {
  border-bottom: solid 1px rgba(255, 255, 255, 0.19);
}

.navFixed {
  position: fixed;
  top: -110px;
  left: 0;
  width: 100%;
  z-index: 1000;
  margin-top: 109px;
  transition-duration: 1.2s;
  box-shadow: 0px 5px 22px -24px #000;
  background-color: #fff;
  border: none !important;
}
.navFixed .contact_block span p {
  font-family: "Poppins", sans-serif !important;
}
.navFixed .contact_block span p:nth-child(2) {
  color: #132730;
}
.navFixed .contact_block aside {
  background-color: #00987f;
  color: #fff;
}
.navFixed .normal-logo {
  display: none;
}
.navFixed .main-logo {
  display: block !important;
}
.navFixed ul li a {
  color: #132730;
}

.main-logo {
  display: none;
}

.bannel-sml {
  display: none;
}

.bannerCover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.81);
}
.bannerCover aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 14%;
  position: relative;
}
.bannerCover aside h1, .bannerCover aside h2, .bannerCover aside h3, .bannerCover aside h4, .bannerCover aside h5, .bannerCover aside h6 {
  width: 100%;
  text-align: center;
}
.bannerCover aside h1 {
  font-size: 3.9vw;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: -2em;
  opacity: 0;
  margin-bottom: 0;
}
.bannerCover aside h1 span {
  color: #fff;
}
.bannerCover aside h3 {
  font-size: 1.9vw;
  text-transform: capitalize !important;
  font-weight: 400;
  color: #fff;
  position: relative;
  bottom: -2em;
  opacity: 0;
}
.bannerCover aside p {
  font-size: 1em;
  position: relative;
  bottom: -8em;
  opacity: 0;
  color: #fff;
  text-align: center;
}
.bannerCover aside a {
  text-decoration: none;
  border: none;
  outline: none;
  background-color: #00987f;
  padding: 5px 10px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  display: block;
  position: relative;
  bottom: -9em;
  opacity: 0;
  font-size: 12px;
}
.bannerCover aside a::before {
  background-color: #000;
  color: #fff;
}

.buttonCover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonCover a {
  border-radius: 5px;
  margin: 10px;
  border: solid 1px #00987f;
}
.buttonCover a:nth-child(2) {
  background: none;
  border: solid 1px #fff;
}

.active .bannerCover aside h1 {
  top: 0;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside h3 {
  bottom: 0;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside p {
  bottom: 0em;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside a {
  bottom: 0;
  transition-duration: 1.2s;
  opacity: 1;
}
.active .bannerCover aside a:hover {
  background-color: #000;
  color: #fff !important;
}

.footerDiscription {
  padding-top: 20px;
}
.footerDiscription p {
  text-align: center;
  color: #777;
  font-size: 14px;
}

footer {
  width: 100%;
  background-color: #132730;
  padding-top: 30px;
}

.contactRow {
  background-color: #00987f;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
  margin-bottom: 12px;
}

.contact_list_block {
  width: 100%;
  position: relative;
}
.contact_list_block::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #666666;
}
.contact_list_block h4 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 13px;
  padding-left: 30px;
}
.contact_list_block p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}
.contact_list_block i {
  position: absolute;
  left: 0;
  font-size: 16px;
}

.i_color i {
  color: #fff !important;
  margin-right: 30px;
}

.block:nth-child(4) .contact_list_block::before {
  content: "";
  display: none;
}

.footer__socialmedia {
  display: flex;
}
.footer__socialmedia a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  width: 25px;
  height: 25px;
  border: solid 1px #fff;
  border-radius: 100%;
  margin-right: 5px;
  color: #fff;
}
.footer__socialmedia a i {
  position: static;
  font-size: 13px !important;
}
.footer__socialmedia a:hover {
  border: solid 1px #00987f;
  transition-duration: 0.2s;
}
.footer__socialmedia a:nth-child(1):hover {
  background-color: #3b5998 !important;
  color: #fff;
}
.footer__socialmedia a:nth-child(2):hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.footer__socialmedia a:nth-child(3):hover {
  background-color: #0A66C2;
  color: #fff;
}
.footer__socialmedia a:nth-child(4):hover {
  background-color: #00acee;
  color: #fff;
}
.footer__socialmedia a:nth-child(5):hover {
  background-color: #c4302b;
  color: #fff;
}

.top_animate {
  width: 40px;
  height: 40px;
  background-color: #00987f;
  color: #fff;
  position: fixed;
  bottom: 100px;
  right: 50px;
  border: none;
  outline: none;
  box-shadow: none;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1000;
}
.top_animate:hover {
  background: #000;
  color: #fff;
}

.topBar {
  width: 100%;
  padding: 2px 0;
  background-color: #00987f;
}

.contact_block {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.contact_block aside {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00987f;
  font-size: 18px;
  margin-right: 10px;
}
.contact_block span {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.contact_block span p {
  font-family: "Poppins", sans-serif !important;
  margin: 0;
}
.contact_block span p:nth-child(1) {
  color: #777;
  font-size: 12px;
}
.contact_block span p:nth-child(2) {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.aboutSection {
  background-color: #fff;
  padding: 50px 0;
}

.auditing_service_image {
  width: 100%;
  height: 510px;
  position: relative;
  border-radius: 40px;
}
.auditing_service_image span {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 470px;
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
}
.auditing_service_image span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutContent {
  width: 100%;
  height: 100%;
  padding: 30px;
}
.aboutContent h3 {
  width: 100%;
  text-transform: capitalize;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
  color: #132730;
  font-weight: bold;
  text-align: center;
}
.aboutContent h3 span {
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
}
.aboutContent p {
  text-align: justify;
  font-size: 14px;
}

.flexBoxCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutImg {
  height: 400px;
  background-color: #00987f;
  overflow: hidden;
}
.aboutImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}

.min_row h3 {
  width: 100%;
  text-transform: capitalize;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #132730;
  font-weight: 600;
  text-align: center;
  font-size: 31px;
}
.min_row h3 span {
  font-weight: 600;
  position: relative;
  padding-bottom: 8px;
}

.services p {
  color: #7e7e7e;
}

.service_box {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
  margin-bottom: 30px;
  border-radius: 20px;
}
.service_box span {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  flex-direction: column;
  justify-content: end;
  z-index: 100;
}
.service_box span h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.service_box span h3 {
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
}
.service_box span p {
  color: #fff;
  font-size: 15px;
}
.service_box span a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #00987f;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
}
.service_box:hover img {
  transform: scale(1.5);
  transition: transform 0.2s;
}
.service_box:hover a {
  background-color: #ffc700 !important;
  color: #000 !important;
  transition-duration: 0.2s;
  text-decoration: none;
  font-weight: bold;
}

.more_button {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #00987f;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #00987f !important;
  color: #fff;
}
.more_button:hover {
  background-color: #000 !important;
  color: #fff !important;
  transition-duration: 0.2s;
}

.min_row h6 {
  width: 100%;
  font-size: 18px;
  text-align: justify;
}

.flex__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #c9c9c9;
  margin-bottom: 30px;
  padding: 30px;
}
.flex__panel span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  width: 50px;
  color: #000;
  font-size: 24px;
}
.flex__panel h4 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.flex__panel h6 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.flex__panel p {
  text-align: center;
  font-size: 14px;
}

#auditing_section {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  background-color: #00987f;
}

.wrapper_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrapper_flex span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #00987f;
  border: solid 5px #fff;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px;
  box-shadow: 0px 0px 8px -4px;
  margin-bottom: 30px;
}
.wrapper_flex span svg {
  width: 40px;
  fill: #fff;
}
.wrapper_flex h4 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  text-transform: uppercase;
  color: #132730;
  font-size: 14px;
  font-weight: 600;
}
.wrapper_flex p {
  text-align: justify;
  font-size: 14px;
}
.wrapper_flex a {
  text-decoration: none;
  border: none;
  outline: none;
  background-color: #00987f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: uppercase;
}
.wrapper_flex a:hover {
  background-color: #132730;
  transition-duration: 0.2s;
}

.panel_wrapps {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border: solid 1px #fff;
}
.panel_wrapps aside {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.panel_wrapps aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel_wrapps h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
.panel_wrapps p {
  text-align: justify;
  font-size: 14px;
  color: #fff;
}
.panel_wrapps a {
  text-decoration: none;
  border: none;
  outline: none;
  padding: 5px 10px;
  color: #fff;
  background-color: #00987f;
  text-transform: uppercase !important;
}

.panel_wrapper h4 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  color: #5c5c5c;
}
.panel_wrapper p {
  text-align: justify;
  color: #7e7e7e;
  font-size: 14px;
}

.panel_row {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.min_section {
  padding: 50px 0px;
  background-color: #e9e9e9;
}

#services {
  background-color: #fff !important;
}

.accounting__services {
  padding: 40px 0;
  background-color: #132730;
}

#accouting__service_in_Ajman h3 {
  color: #fff;
}
#accouting__service_in_Ajman p {
  color: #fff;
}

.customers_section {
  padding: 30px 0;
}

.center_contents {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.center_contents p {
  text-align: center;
  font-size: 14px;
}

.panel_wrapps a {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 3px 9px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #00987f;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  text-transform: capitalize;
}
.panel_wrapps a:hover {
  background-color: #000;
  color: #fff;
  transition-duration: 0.2s;
}

.panel_col {
  background-color: #fff !important;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.panel_col span {
  display: block;
  width: 100%;
  height: 162px;
  margin-bottom: 10px;
}
.panel_col span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel_col h3 {
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.panel_col p {
  text-align: justify;
}
.panel_col a {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 5px 11px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffc700;
  color: #000;
  text-decoration: none;
  margin-top: 20px;
  font-weight: bold;
  text-transform: capitalize;
  border-radius: 6px;
  color: #000;
}
.panel_col a:hover {
  background-color: #00987f;
  color: #fff;
  transition-duration: 0.2s;
}

.vat_services_sec {
  padding: 40px 0;
  background-color: #efefef !important;
}

.other_services_sec {
  background-color: #fff !important;
}

.other {
  background-color: #ededed !important;
}

.white_content h3 {
  color: #5c5c5c;
}
.white_content p {
  color: #7e7e7e;
}

.footer_col h4:nth-child(2) {
  margin-top: 10px !important;
}
.footer_col ul li a {
  font-family: "Asap", sans-serif;
}

.socialMedia {
  width: 100%;
  padding-top: 1px;
}
.socialMedia ul {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.socialMedia ul li {
  list-style-type: none;
  display: inline-block;
  display: flex;
  align-items: center;
}
.socialMedia ul li:nth-child(1) a:hover {
  background-color: #3b5998 !important;
}
.socialMedia ul li:nth-child(2) a:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.socialMedia ul li:nth-child(3) a:hover {
  background-color: #0e76a8 !important;
}
.socialMedia ul li a {
  width: 21px;
  height: 21px;
  text-align: center;
  color: #00987f;
  background-color: #fff;
  border-radius: 3px;
  line-height: 30px;
  font-size: 15px;
  line-height: 26px;
  margin: 0px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
}
.socialMedia ul li a:hover {
  color: #fff;
  background-color: #000;
}

.dropdown_panel {
  position: relative;
}
.dropdown_panel a {
  position: relative;
}
.dropdown_panel a i {
  position: absolute;
  right: 0;
  font-size: 18px;
}
.dropdown_panel ul {
  padding: 0 !important;
  margin: 0 !important;
  width: 200px;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 79px;
  height: auto;
}
.dropdown_panel ul li {
  list-style-type: none;
}
.dropdown_panel ul li a {
  color: #777 !important;
  display: block;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  border-bottom: solid 1px #777;
}
.dropdown_panel ul li a:hover {
  color: #fff !important;
  transition-duration: 0.2s;
}

.auditing_content p {
  color: #000 !important;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header-content a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #00987f;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
}
.header-content a:hover {
  background-color: #ffc700;
  color: #000;
  transition-duration: 0.2s;
}

.owl-nav {
  display: flex;
  justify-content: center;
}
.owl-nav button {
  width: 40px;
  height: 40px;
  color: #fff !important;
  background-color: #00987f !important;
  border-radius: 6px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  font-size: 36px !important;
}
.owl-nav button:hover {
  background-color: #ffc700 !important;
  color: #000 !important;
  transition-duration: 0.2s !important;
}
.owl-nav button:focus {
  background-color: #ffc700;
  color: #000;
  border: none !important;
  outline: none !important;
}

.strip {
  border-top: solid 1px rgba(255, 255, 255, 0.19);
}

.copyright p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 6px;
  margin-bottom: 0;
}
.copyright p a {
  text-decoration: none;
  color: #fff;
}

.grid-margin-bottom {
  margin-bottom: 30px;
}

.other_service_image_box {
  width: 100%;
  height: 100%;
  background-color: #777;
}
.other_service_image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.other_service_content {
  width: 100%;
}
.other_service_content p {
  color: #7e7e7e;
}
.other_service_content h3 {
  color: #132730;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.other_service_content a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #00987f;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  float: right;
}
.other_service_content a:hover {
  background-color: #ffc700;
  transition-duration: 0.2s;
  color: #000 !important;
}
.other_service_content ul {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
}
.other_service_content ul li {
  list-style-type: none;
  width: 100%;
  padding: 2px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: #132730;
}
.other_service_content ul li::before {
  content: "\f105";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  background-color: #00987f;
  color: #fff;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
}
.other_service_content h4 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
}
.other_service_content h3 {
  text-transform: capitalize;
}
.other_service_content p {
  text-align: justify;
}

.other_row {
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 15px 0;
  margin: 0;
  margin-bottom: 30px;
}

.other_row:nth-child(3) h3 {
  text-align: right;
}
.other_row:nth-child(3) p {
  text-align: justify;
}
.other_row:nth-child(3) a {
  float: left;
}
.other_row:nth-child(3) .cols:nth-child(1) {
  order: 2;
}
.other_row:nth-child(3) .cols:nth-child(2) {
  order: 1;
}
.other_row:nth-child(5) h3 {
  text-align: right;
}
.other_row:nth-child(5) p {
  text-align: justify;
}
.other_row:nth-child(5) a {
  float: left;
}
.other_row:nth-child(5) .cols:nth-child(1) {
  order: 2;
}
.other_row:nth-child(5) .cols:nth-child(2) {
  order: 1;
}
.other_row:nth-child(7) h3 {
  text-align: right;
}
.other_row:nth-child(7) p {
  text-align: justify;
}
.other_row:nth-child(7) a {
  float: left;
}
.other_row:nth-child(7) .cols:nth-child(1) {
  order: 2;
}
.other_row:nth-child(7) .cols:nth-child(2) {
  order: 1;
}

.VAT_services_sec {
  background-color: #eaeaea;
}

.vat_services_list {
  width: 100%;
  padding-left: 15px;
}
.vat_services_list h3 {
  text-transform: capitalize;
  font-weight: bold;
  color: #5c5c5c;
  font-size: 24px;
}
.vat_services_list p {
  color: #7e7e7e;
}

.vat_services_images {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
}
.vat_services_images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .other_service_image_box {
    height: auto !important;
    margin-bottom: 20px !important;
  }
  .other_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  .other_row:nth-child(3) h3 {
    text-align: left;
  }
  .other_row:nth-child(3) p {
    text-align: justify;
  }
  .other_row:nth-child(3) a {
    float: left;
  }
  .other_row:nth-child(3) .cols:nth-child(1) {
    order: 1;
  }
  .other_row:nth-child(3) .cols:nth-child(2) {
    order: 2;
  }
  .other_row:nth-child(5) h3 {
    text-align: left;
  }
  .other_row:nth-child(5) p {
    text-align: justify;
  }
  .other_row:nth-child(5) a {
    float: left;
  }
  .other_row:nth-child(5) .cols:nth-child(1) {
    order: 1;
  }
  .other_row:nth-child(5) .cols:nth-child(2) {
    order: 2;
  }
  .other_row:nth-child(7) h3 {
    text-align: left;
  }
  .other_row:nth-child(7) p {
    text-align: justify;
  }
  .other_row:nth-child(7) a {
    float: left;
  }
  .other_row:nth-child(7) .cols:nth-child(1) {
    order: 1;
  }
  .other_row:nth-child(7) .cols:nth-child(2) {
    order: 2;
  }
}
.servicesSection {
  padding: 30px 0;
  background-color: #f4f4f4;
}

.panel_wrapps ul {
  padding: 0;
  margin: 0;
}
.panel_wrapps ul li {
  list-style-type: none;
  padding: 5px;
  padding-left: 20px;
  position: relative;
}
.panel_wrapps ul li::before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 9px;
  color: #00987f;
  font-size: 11px;
}
.panel_wrapps span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px !important;
  height: 60px !important;
  background-color: #00987f;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 20px !important;
  border-radius: 100%;
  border: solid 5px #fff;
  box-shadow: 0px 5px 9px -7px #000;
}
.panel_wrapps span svg {
  width: 100%;
  fill: #fff;
}

.wrapper_img_block {
  margin-bottom: 30px;
  background-color: #262624;
  height: 100%;
}
.wrapper_img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}

.wrapper__content_block {
  width: 100%;
  padding: 15px;
}
.wrapper__content_block h3 {
  text-transform: uppercase;
  color: #132730;
}
.wrapper__content_block p {
  color: #777;
  text-align: justify;
}

.wrapper__rows {
  background-color: #fff;
  margin-bottom: 15px;
}

.wrapper_panel_block {
  margin-bottom: 30px;
  background-color: #fff;
}
.wrapper_panel_block aside {
  width: 100%;
  height: auto;
  padding: 15px;
}
.wrapper_panel_block aside h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #132730;
}
.wrapper_panel_block aside p {
  text-align: justify;
  font-size: 14px;
  color: #777;
}

.row__margin_none {
  margin: 0;
}

.grid:nth-child(1) .wrapper_panel_block {
  margin-left: -15px;
}
.grid:nth-child(2) .wrapper_panel_block {
  margin-right: -15px;
}

.vat__services_block {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 15px;
}
.vat__services_block aside {
  width: 100%;
  height: 227px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.vat__services_block aside::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00987f;
  opacity: 0.5;
}
.vat__services_block aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vat__services_block h3 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
  color: #132730;
  text-transform: uppercase;
}
.vat__services_block p {
  text-align: justify;
  font-size: 14px;
  margin: 0;
}

.watTax {
  width: 100%;
  height: 100%;
  background-color: #00987f;
  margin-bottom: 30px;
  position: relative;
}
.watTax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.watTax aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 152, 127, 0.603);
  display: flex;
}
.watTax aside .block_content {
  width: 63%;
  height: 100%;
  background-color: rgba(19, 39, 48, 0.8);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.watTax aside .block_content span {
  display: block;
  width: 100%;
}
.watTax aside .block_content span h6 {
  font-size: 14px;
  text-transform: capitalize;
  color: yellow;
}
.watTax aside .block_content span h4 {
  text-transform: uppercase;
  color: #fff;
}
.watTax aside .block_content span p {
  color: #fff;
}
.watTax aside .block_content .contactCover {
  width: 100%;
}
.watTax aside .block_content .contactCover h6 {
  margin: 0;
  padding: 5px;
  text-align: center;
}
.watTax aside .block_content .contactCover h6:nth-child(1) {
  background-color: #00987f;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.watTax aside .block_content .contactCover h6:nth-child(2) {
  background-color: #132730;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

.whatsapp_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  border-radius: 100%;
  position: fixed;
  bottom: 100px;
  left: 50px;
}
.whatsapp_ico a {
  text-decoration: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 37px;
}
.whatsapp_ico:hover {
  background-color: #00987f;
  transition-duration: 0.2s;
}

.btnCover a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #00987f;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #00987f;
  color: #fff;
  transition-duration: 0.2s;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase !important;
  font-weight: 400;
}
.btnCover a:hover {
  background-color: #132730;
  transition-duration: 0.2s;
}

.paddingRow {
  padding-bottom: 20px;
}

.navLogo {
  display: none;
}

.bannel-sml {
  display: none !important;
}

.addressBox p {
  color: #777767;
  text-align: center;
}/*# sourceMappingURL=stylesheet.css.map */