p {
  font-size: 14px;
}

.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: #e1bf4e;
}

.min-wrapper p {
  text-align: justify;
}

.min-wrapper ul {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.min-wrapper ul a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #e1bf4e;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #e1bf4e;
  margin-top: 30px;
}

.min-wrapper ul a:hover {
  background-color: #ffc700;
  color: #000 !important;
  -webkit-transition-duration: 0.2s;
          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;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  top: 14px;
}

footer {
  width: 100%;
  background-color: #000;
  padding-top: 70px;
}

.top_animate {
  width: 40px;
  height: 40px;
  background-color: #e1bf4e;
  color: #000;
  display: none;
  position: fixed;
  bottom: 100px;
  right: 32px;
  border: none;
  outline: none;
  -webkit-box-shadow: 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: #e1bf4e;
}

.auditing_service_image {
  width: 100%;
  height: 510px;
  position: relative;
}

.auditing_service_image span {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 59vh;
  background-color: #fff;
  border-radius: 0 0 130px;
}

.auditing_service_image span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt_content {
  padding-right: 30px;
}

.min_row h3 {
  width: 100%;
  text-transform: capitalize;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #5c5c5c;
  font-weight: bold;
  text-align: center;
}

.min_row h3 span {
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
}

.services p {
  font-weight: bold;
  color: #7e7e7e;
  font-size: 15px;
}

.service_box {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  margin-bottom: 30px;
  border-radius: 20px;
}

.service_box span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: #e1bf4e;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #e1bf4e !important;
  color: #000 !important;
  position: relative;
  overflow: hidden;
}

.service_box span a:hover {
  background-color: #243547 !important;
  color: #000 !important;
}

.service_box:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.service_box:hover a {
  background-color: #000 !important;
  color: #fff !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

.more_button {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #e1bf4e;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #e1bf4e !important;
  color: #fff;
}

.more_button:hover {
  background-color: #000 !important;
  color: #fff !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

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

.flex__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  background-image: url(../images/dubai-bg.jpg);
  padding: 100px 0;
  position: relative;
}

#auditing_section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.wrapper_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  width: 100%;
  padding-bottom: 30px;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.wrapper_flex aside {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 6px;
}

.wrapper_flex aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper_flex span {
  display: block;
  width: 100%;
  height: 249px;
  margin-bottom: 10px;
  overflow: hidden;
}

.wrapper_flex span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper_flex h4 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  color: #5c5c5c;
}

.wrapper_flex p {
  text-align: justify;
  color: #000;
  font-size: 14px;
}

.panel_wrapper span {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.panel_wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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: #e9e9e9;
}

.black_text h3 {
  color: #000;
}

.black_text p {
  color: #000;
}

.customers_section {
  padding: 30px 0;
}

.center_contents {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}

.center_contents p {
  text-align: center;
  font-size: 14px;
}

.panel_wrapps {
  background-color: #fff;
}

.panel_wrapps h4 {
  font-size: 20px !important;
  color: #000 !important;
}

.panel_wrapps a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 5px 11px;
  width: -webkit-fit-content;
  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;
}

.panel_wrapps a:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition-duration: 0.2s;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 5px 11px;
  width: -webkit-fit-content;
  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: #e1bf4e;
  color: #fff;
  -webkit-transition-duration: 0.2s;
          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;
}

.socialMedia {
  width: 100%;
}

.socialMedia ul {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.socialMedia ul li {
  list-style-type: none;
  display: inline-block;
}

.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%);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
          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 {
  display: inline-block;
  width: 24px;
  height: 25px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  line-height: 30px;
  font-size: 15px;
  line-height: 26px;
  margin: 0px 3px;
}

.socialMedia ul li a:hover {
  color: #fff;
  background-color: #000;
}

.dropdown_panel {
  position: relative;
}

.dropdown_panel a {
  position: relative;
}

.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 {
  background-color: #fff;
  color: #000 !important;
  color: #777 !important;
  display: block;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  border-bottom: solid 1px #777;
}

.dropdown_panel ul li a:hover {
  color: #000 !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

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

.min-navbar {
  width: 100%;
  background-color: #fff;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

.top_contact {
  width: 100%;
  padding-top: 2px;
}

.top_contact ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.top_contact ul li {
  float: left;
  color: #000;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style-type: none;
  padding-right: 10px;
  font-weight: bold;
}

.top_contact ul li:nth-child(1) {
  border-right: solid 1px #000;
  margin-right: 10px;
}

.top_contact ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-content a {
  background-color: #e1bf4e !important;
  overflow: hidden;
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #e1bf4e;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -webkit-fit-content;
  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: #000 !important;
  color: #000 !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  color: #fff !important;
  background-color: #e1bf4e !important;
  border-radius: 6px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none !important;
  font-size: 36px !important;
}

.owl-nav button:hover {
  background-color: #ffc700 !important;
  color: #000 !important;
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
}

.owl-nav button:focus {
  background-color: #ffc700;
  color: #000;
  border: none !important;
  outline: none !important;
}

.strip {
  background-color: #e1bf4e;
}

.copyright p {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
  padding: 6px;
  margin-bottom: 0;
}

.copyright p a {
  text-decoration: none;
  color: #000;
}

.other_service_image_box {
  width: 100%;
  height: 200px;
  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: #5c5c5c;
  font-weight: bold;
  font-size: 24px;
}

.other_service_content a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #e1bf4e;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -webkit-fit-content;
  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;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  color: #000 !important;
}

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

.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) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.other_row:nth-child(3) .cols:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.other_row:nth-child(5) .cols:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.other_row:nth-child(7) .cols:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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;
}

.gallery_colm {
  height: 250px;
  padding: 1px;
}

.gallery_colm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_panel h3 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  font-size: 34px;
  color: #5c5c5c;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.about_panel p {
  text-align: center;
  width: 100%;
}

.directors_photo {
  width: 100%;
  overflow: hidden;
}

.relative_sec {
  position: relative;
  top: -143px;
}

.fff-colr-bg-wrapp {
  background-color: rgba(255, 255, 255, 0.513);
  padding: 20px;
  border-radius: 20px;
}

.wrapper_row {
  width: 100%;
}

.wrapper_row ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper_row ul li {
  list-style-type: none;
  width: 25%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e1bf4e;
  border-radius: 10px;
  margin: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper_row ul li span {
  display: block;
  width: 40px;
  margin-bottom: 10px;
}

.wrapper_row ul li h5 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}

.row_top_padd {
  padding-top: 100px;
}

.padding_bottom_none {
  padding-bottom: 0 !important;
}

.wrapper_colm {
  width: 100%;
  margin-bottom: 30px;
}

.wrapper_colm span {
  display: block;
  width: 70px;
  height: 70px;
  background: #e1bf4e;
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 63px;
  border: solid 5px #fff;
  border-radius: 100%;
  margin-bottom: 75px;
  margin: auto;
  box-shadow: 0px 4px 9px 0px;
  -webkit-box-shadow: 0px 4px 9px 0px;
}

.wrapper_colm h4 {
  width: 100%;
  text-transform: capitalize;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.wrapper_colm p {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 14% 0;
  font-size: 13px;
}

.wrapper_colm aside {
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000;
  margin: auto;
}

.about_row h4 {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
}

.contact_form {
  padding: 12%;
  background-color: #e1bf4e;
}

.contact_form button {
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  font-weight: bold;
}

.contact_form button:hover {
  background-color: #000;
  color: #e1bf4e;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.contact-list {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-list ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.contact-list ul li {
  list-style-type: none;
  margin: 5px 0px;
  padding-left: 30px;
  position: relative;
  color: #000;
}

.contact-list ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
}

.contact-list h5 {
  width: 100%;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 200;
}

.contact-list h5 span {
  font-weight: bold;
}

@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) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .other_row:nth-child(3) .cols:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 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) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .other_row:nth-child(5) .cols:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 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) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .other_row:nth-child(7) .cols:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.btn_cvr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
}

.btn_cvr a:hover {
  background-color: #e1bf4e;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e1bf4e !important;
  color: #000 !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  font-weight: bold;
  overflow: hidden;
}

.more_btn a:hover {
  background-color: #000 !important;
  color: #000 !important;
}

.concierge {
  padding: 40px 0;
  background-color: #e1bf4e;
}

.content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content__box h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 36px;
}

.content__box p {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.content__box button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #000 !important;
  color: #e1bf4e !important;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  overflow: hidden;
  font-weight: bold;
}

.content__box button:hover {
  color: #000 !important;
}

.testimonial_sec {
  background-color: #f1f1f1;
}

.testimonial_title h3 {
  color: #000 !important;
}

.testimonial_colm {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #cbcbcb;
}

.testimonial_colm span {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #e1bf4e;
  border-radius: 100%;
  margin-bottom: 10px;
}

.testimonial_colm span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial_colm h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.testimonial_colm h6 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 17px;
  color: #5c5c5c;
}

.testimonial_colm p {
  text-align: center;
  font-size: 14px;
  color: #000;
}

#testimonial .owl-nav {
  position: relative;
  top: 40px;
}

.footer__logo {
  display: block;
  width: 170px;
  margin-bottom: 20px;
}

.footer__logo img {
  width: 100%;
}

.client_logo {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
}

.client_logo img {
  width: 100%;
}

.about_panel_box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 70px 0 70px;
  margin-bottom: 30px;
  position: relative;
}

.about_panel_box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.301);
}

.about_panel_box span img {
  width: 100px;
  height: 90px;
}

.about_panel_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.who-we-are {
  width: 100%;
  margin-bottom: 30px;
}

.who-we-are h3 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 10px;
}

.who-we-are p {
  text-align: justify;
  font-size: 16px;
}

.about_content_panel {
  width: 100%;
  margin-bottom: 30px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 30px 0 30px;
}

.about_content_panel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #e1bf4e;
  font-size: 24px;
  margin-bottom: 20px;
}

.about_content_panel h4 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 34px;
}

.about_content_panel p {
  text-align: justify;
  font-size: 15px;
}

.grid__box {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px -3px;
          box-shadow: 0 0 8px -3px;
  border-radius: 6px;
}

.grid__box span {
  width: 100%;
  height: 210px;
  display: block;
  background-color: #777;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.grid__box span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid__box:hover span img {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.grid__box h4 {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #898989;
  font-size: 20px;
}

.grid__box p {
  text-align: justify;
  color: #979797;
  font-size: 15px;
  margin-bottom: 10px;
}

.grid__box a {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 6px;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.grid__box a:hover {
  background-color: #e1bf4e;
  color: #000;
}

.blog_banner {
  height: 200px !important;
}

.business_setup {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
}

.business_setup h2 {
  font-size: 42px !important;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  text-align: center;
}

.business_setup p {
  text-align: center;
  font-size: 16px;
}

.content_img_panel {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 40px 0 40px;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: -22px 29px 52px -23px;
          box-shadow: -22px 29px 52px -23px;
}

.content_img_panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content_main_panel {
  width: 100%;
  padding-bottom: 30px;
}

.content_main_panel ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.content_main_panel ul h4 {
  font-weight: bold;
  text-transform: capitalize;
}

.content_main_panel ul li {
  list-style-type: none;
  position: relative;
  padding: 5px 25px 5px;
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
}

.content_main_panel ul li::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 15px;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  border-radius: 4px;
}

.content_main_panel h3 {
  font-weight: bold;
  font-size: 34px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.content_main_panel p {
  text-align: justify;
  font-size: 16px;
}

.business_wrapp {
  padding-bottom: 30px;
}

.footer_readmore {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #e1bf4e;
}

.footer_readmore:hover {
  color: #fff;
  text-decoration: none;
}

.form_sec {
  background-color: #e9e9e9;
  padding-bottom: 30px;
  padding-top: 0 !important;
}

.enquiry_form {
  padding: 30px;
  border-radius: 100%;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  top: -24px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.relative_panel {
  position: relative;
  top: 46px;
}

.relative_panel h4 {
  font-weight: bold;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.enquiry {
  width: 50%;
  padding: 0 15px;
}

.enquiry input {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: solid 1px #777;
  color: #777;
  font-size: 14px;
  outline: none;
}

.enquiry_button {
  width: 100px;
}

.enquiry_button button {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e1bf4e;
  color: #000;
  font-size: 16px;
  border-radius: 6px;
  padding: 8px 19px;
  font-weight: bold;
  cursor: pointer;
}

.enquiry_button button:hover {
  background-color: #000;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  color: #fff;
}

.offshore {
  width: 100%;
  margin-bottom: 60px;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.offshore span {
  display: block;
  width: 100%;
  height: 200px;
}

.offshore span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offshore h4 {
  margin: 0;
  padding: 10px;
  background-color: #e1bf4e;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.offshore_title h3 {
  font-weight: bold;
  font-size: 34px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

#partners .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

#partners .owl-nav button {
  background-color: #000 !important;
}

#partners .owl-nav button span {
  color: #e1bf4e !important;
}

.value {
  padding-bottom: 0;
}

.value ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.value ul li {
  list-style-type: none;
  font-weight: bold;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.value ul li p {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 100;
  text-transform: lowercase  !important;
}

.value ul li span {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url(../images/value-icons.png);
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #000;
  border-radius: 100%;
}

.value ul li:nth-child(1) span {
  background-position: -12px 1px;
}

.value ul li:nth-child(2) span {
  background-position: -81px -1px;
}

.value ul li:nth-child(3) span {
  background-position: -139px -1px;
}

.value ul li:nth-child(4) span {
  background-position: -200px -2px;
}

.value ul li:nth-child(5) span {
  background-position: -265px -2px;
}

.colm_center_alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visa_services_img {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}

.visa_services_img img {
  width: 100%;
}

.service_row {
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #fff;
}
/*# sourceMappingURL=stylesheet.css.map */