/* @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap'); */
/* Boxicons */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Boxicons';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
/* Font Awesome Solid */
@font-face {
  font-family: 'Font Awesome 6 Solid';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
    --brand: #336090;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
body {
    font-family: 'Arial', sans-serif;
    color: black;
    line-height: 1.7;
}
h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-family: 'Arial', sans-serif; 
    font-weight: 700;
    color: var(--dark);
}
  p {
    font-family: 'Arial', sans-serif;
  }
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
img {
    width: 100%;
}
a {
    color: var();
    transition: all 0.4s ease;
    font-weight: 500;
}
a:hover {
    color: var(--brand);
}
.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-brand img {
    margin-right: 20px; 
}
section {
    padding-top: 30px;
    padding-bottom: 0;
}
.text-brand {
    color: var(--brand) !important;
}
.col-auto a {
    text-decoration: none; 
    color: inherit; 
    padding: 5px;
}
    /* Owl Carousel Navigation Icons */
    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: 10;
    }
    .owl-carousel .owl-nav button {
        background: none;
        border: none;
        font-size: 0;
        color: transparent;
        cursor: pointer;
    }
    .owl-carousel .owl-nav button.owl-prev::before,
    .owl-carousel .owl-nav button.owl-next::before {
        content: '\2039'; 
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 24px;
    }
    .owl-carousel .owl-nav button.owl-next::after {
        content: '\203A';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 24px;
    }
 /* slide */
 .slide {
     min-height: 78vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}
.slide1 {
  height: 78vh; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px; 
}
.slide1 .text-center {
  margin-top: 80px; 
}
@media (max-width: 768px) {
  .slide1 {
      padding-top: 30px; 
  }
}
 .slide1 {
  display: flex;
  align-items: center;
  position: relative;
} 
.slide1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%; 
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); 
  z-index: 1;
  pointer-events: none; 
}
.slide1 .container {
  z-index: 2;
}
.slide1 .text-white {
  text-align: left;
}
.slide1 h6, 
.slide1 h1 {
  margin-bottom: 1rem;
}
.slide2 {
  display: flex;
  align-items: center;
  position: relative;
} 
.slide2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%; 
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); 
  z-index: 1;
  pointer-events: none; 
}
.slide2 .container {
  z-index: 2;
}
.slide2.text-white {
  text-align: left;
}
.slide2 h6, 
.slide2 h1 {
  margin-bottom: 1rem;
}
.slide3 {
  display: flex;
  align-items: center;
  position: relative;
} 
.slide3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%; 
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); 
  z-index: 1;
  pointer-events: none; 
}
.slide3 .container {
  z-index: 2;
}
.slide3 .text-white {
  text-align: left;
}
.slide3 h6, 
.slide3 h1 {
  margin-bottom: 1rem;
}
 .slide4 {
  display: flex;
  align-items: center;
  position: relative;
} 
.slide4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%; 
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); 
  z-index: 1;
  pointer-events: none; 
}
.slide4 .container {
  z-index: 2;
}
.slide4.text-white {
  text-align: left;
}
.slide4 h6, 
.slide4 h1 {
  margin-bottom: 1rem;
}
 .slide5 {
  display: flex;
  align-items: center;
  position: relative;
} 
.slide5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%; 
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); 
  z-index: 1;
  pointer-events: none; 
}
.slide5 .container {
  z-index: 2;
}
.slide5.text-white {
  text-align: left;
}
.slide5 h6, 
.slide5 h1 {
  margin-bottom: 1rem;
}
.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}
.carousel-item .btn.btn-brand {
  background-color: #28a745; 
  color: white; 
  padding: 10px 20px; 
  border: none; 
  border-radius: 5px; 
  text-decoration: none; 
}
.carousel-item .btn.btn-brand:hover {
  background-color: #218838; 
  color: white; 
}
/* navbar */
.top-nav {
    background:#336090; ;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
.top-nav span,
.top-nav i {
    vertical-align: middle;
}
.navbar {
    box-shadow: white;
}
.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.navbar .navbar-nav .nav-link {
    color: var(--dark);
}
.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}
.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}
.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}
.navbar-brand .dot {
    color: var(--brand);
}
.btn {
    padding: 8px 26px;
}
.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}
.btn-brand:hover {
    background-color: #228bd6;
    border-color: #22a6d6;
    color: #fff;
}
.info-box {
    align-items: center;
    display: flex;
    padding: 20px; 
}
.info-box img {
    width: 500px;
    align-items: center;
}
    #work {
        /* margin-bottom: 2px !important; */
        padding-bottom: 2px !important;
    }
    #work + * {
        margin-top: 2px !important;
        padding-top: 2px !important;
    } 
.service {
    background: #2e9fcc;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: var(--shadow);
}
.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}
.service img {
    width: 80px;
}
    #services a {
    text-decoration: none; 
    color: inherit; 
}
#services a:hover {
    text-decoration: none; 
    color: inherit; 
    background-color: transparent; 
    cursor: pointer;
    color:rgb(33, 181, 249);
}
/*----empowering service ---*/
.empowering_services {
gap: 20px;
}
.row.align-items-center {
margin: 0;
}
.col-lg-6 {
padding: 0; 
}
.image_wrap {
padding: 0 15px; 
}
.image_wrap img {
margin: 0 auto; 
display: block; 
}
[class*="unordered_list"] {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
[class*="unordered_list"] > li {
list-style: none;
display: flex;
align-items: center;
}
.empowering_services > li {
position: relative;
margin-bottom: 0;
}
.empowering_success_section .heading_block h2 {
padding-bottom: 30px;
}
.empowering_success_section .image_wrap img {
width: 100%;
max-width: 500px;
height: auto;
}
.empowering_services > li:not(:last-child):before {
left: 48px;
top: 150px;
width: 2px;
content: "";
opacity: 0.2;
height: 45px;
position: absolute;
border-left: 2px dashed #0D121E;
}
.empowering_services .iconbox_block.layout_icon_left {
padding: 0;
transform: unset;
border-radius: 0;
box-shadow: none;
background-color: transparent;
display: flex;
align-items: center;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_icon {
width: 230px;
height: 100px;
border-radius: 100%;
background-color: var(--bs-white);
box-shadow: 0 40px 34px 0 rgba(29, 40, 78, 0.06);
display: flex;
justify-content: center;
align-items: center;
margin-right: 15px;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_icon img {
max-width: 40px;
object-fit: contain;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_title {
font-size: 30px;
line-height: 20px;
margin-bottom: 10px;
}
.empowering_services .iconbox_block .iconbox_title {
padding-top: 10px;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_title {
line-height: 1;
font-size: 20px;
}
.empowering_services .iconbox_block:first-child {
padding-top: 20px; 
}
.empowering_services .iconbox_block p {
font-size: 18px;
}
.empowering_services .iconbox_block h3 {
margin-bottom: 0; 
}
.empowering_services .iconbox_block p {
margin-top: 5px; 
}
/* Media Queries for Responsive Design */
@media (max-width: 1440px) {
.empowering_services {
gap: 40px;
}
.empowering_services > li {
flex-basis: 30%;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_title {
font-size: 30px;
}
}
@media (max-width: 1199px) {
/* Medium Screens (iPads in Landscape) */
.empowering_services {
gap: 30px;
}
.empowering_services > li {
flex-basis: 45%;
}
.empowering_success_section .image_wrap img {
max-width: 450px;
}
.empowering_success_section .heading_block h2 {
font-size: 26px;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_title {
font-size: 20px;
}
.empowering_services .iconbox_block p {
font-size: 16px;
}
}
.empowering_services .iconbox_block h3 {
margin-bottom: 0; 
}
.empowering_services .iconbox_block p {
margin-top: 5px; 
}
@media (max-width: 991px) {
/* Tablets and Small Laptops */
.empowering_services {
gap: 20px;
}
.empowering_services > li {
flex-basis: 100%;
margin-bottom: 30px;
}
.empowering_success_section .image_wrap img {
max-width: 100%;
}
.empowering_success_section .heading_block h2 {
font-size: 24px;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_icon {
width: 200px;
height: 90px;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_title {
font-size: 20px;
}
.empowering_services .iconbox_block p {
font-size: 18px;
}
.empowering_services > li:not(:last-child):before {
display: none;
}
}
.empowering_services .iconbox_block h3 {
margin-bottom: 0; 
}
.empowering_services .iconbox_block p {
margin-top: 5px; 
}
@media (max-width: 767px) {
/* iPads (Portrait), Smaller Tablets */
.empowering_success_section .heading_block h2 {
font-size: 22px;
padding-bottom: 20px;
}
.empowering_services {
gap: 15px;
}
.empowering_services > li {
flex-basis: 100%;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_icon {
width: 150px;
height: 75px;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_title {
font-size: 20px;
padding-top: 15px;
}
.empowering_services .iconbox_block p {
font-size: 16px;
}
.empowering_services > li:not(:last-child):before {
display: none;
}
}
.empowering_services .iconbox_block h3 {
margin-bottom: 0; 
}
.empowering_services .iconbox_block p {
margin-top: 5px; 
}
@media (max-width: 575px) {
/* Phones and Smaller Devices */
.empowering_success_section .heading_block h2 {
font-size: 20px;
padding-bottom: 15px;
}
.empowering_services {
gap: 10px;
}
.empowering_services > li {
flex-basis: 100%;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_icon {
width: 150px;
height: 70px;
}
.empowering_services .iconbox_block.layout_icon_left .iconbox_title {
font-size: 20px;
padding-top: 10px;
}
.empowering_services .iconbox_block p {
font-size: 14px;
}
.empowering_services > li:not(:last-child):before {
display: none;
}
}
/*-----end-----*/
/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .img-bg {
  min-height: 500px;
  position: relative;
}
.why-us .img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.why-us .slides {
  background-color: color-mix(in srgb, var(--default-color), transparent 97%);
}
.why-us h3 h2 {
  font-size: 24px;
  font-weight: 700;
  color: white;
}
.why-us h4 {
  font-size: 18px;
  font-weight: 300;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.why-us .swiper {
  margin: 140px 140px 120px 140px;
  overflow: hidden;
}
.why-us .swiper-wrapper {
  height: auto;
}
.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
  font-size: 24px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}
.why-us .swiper-button-prev {
  left: 80px;
}
.why-us .swiper-button-next {
  right: 80px;
}
.why-us .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
}
.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}
@media (max-width: 1200px) {
  .why-us .swiper {
    margin: 60px 60px 40px 60px;
  }
  .why-us .swiper-button-prev,
   .why-us .swiper-button-next {
    display: none;
  }
}
@media (max-width: 575px) {
  .why-us .swiper {
    margin: 40px 40px 20px 40px;
  }
}
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  padding-bottom:20px;
  color:rgb(0, 0, 0);
}
#why-us{
  background-color: rgb(54 46 89);
  padding-top: 20px;
}
/*--about--*/
#about{
  padding:80px;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: #393a3d !important;
  padding-top: 25px;
}
.bg-image {
    margin-bottom: 0px; 
    background: linear-gradient(0deg, rgba(80, 61, 129, 0.85), rgb(68, 103, 155)), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 420px;
    align-content: flex;
    font-size: 22px;  
}
/*---Footer----*/
input.form-control {
    border-color: transparent;
    height: 44px;
}
.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}
.footer {
    background-color:#393a3d ;
    font-size: 18px;
    position: relative;
  }
  .footer .footer-top {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .footer-about h3 {
    color: white; 
    font-size: 23px;
}
.footer-about p {
    color: white; 
    font-size: 17px;
}
  .social-links a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    color: #f2f8fb;
    background-color: rgba(8, 87, 167, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
  }
  .footer .social-links a:hover {
    background-color: #1d1e1e;
    color: var(black);
  }
  .footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    color: white;
  }
  .footer .footer-links {
    margin-bottom: 30px;
    color: white;
  }
  .footer .footer-links ul {
    list-style:none;
    padding: 0;
    margin: 0;
    color: white;
  }
  .footer-links ul li a{
    font-size: 15px;
    text-decoration: none;
    color: white;
  }
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  .footer .footer-links ul a {
    color: rgb(255, 255, 255);
    display: inline-block;
  }
  .footer .footer-links ul a:hover {
    color: rgb(69, 151, 245);
  }
  .footer .footer-contact p {
    margin-bottom: 5px;
    font-size: 15px;
  }  
  .footer .copyright {
    font-size: 15px;
}
  .footer .copyright p {
    margin-bottom: 0;
  }

/* whatsapp button */
.intro-banner-vdo-play-btn,.whatsapp-btn {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 60px;
  margin: -30px 0 0 -30px;
  z-index: 99;
  -webkit-appearance: none;
  text-align: center
} 
[data-tooltip]:after,[data-tooltip]:before {
  visibility: hidden;
  opacity: 0;
  pointer-events: none
}
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 70%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 13px;
  line-height: 1.2
}
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0
}
[data-tooltip]:hover:after,[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1
}
.greenBg {
  background-color: #2fa12e!important;
  background-image: linear-gradient(90deg,#22adad,#36ab40)
}
.intro-banner-vdo-play-btn {
  left: 90px;
  border-radius: 100px
}
.intro-banner-vdo-play-btn i {
  line-height: 50px;
  font-size: 0
} 
.intro-banner-vdo-play-btn .ripple,.whatsapp-btn .ripple {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -80px 0 0 -80px;
  border-radius: 100px;
  -webkit-animation: 1.8s infinite ripple;
  animation: 1.8s infinite ripple
} 
@-webkit-keyframes ripple {
  0% {
      opacity: 1;
      -webkit-transform: scale(0);
      transform: scale(0)
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}
@keyframes ripple {
  0% {
      opacity: 1;
      -webkit-transform: scale(0);
      transform: scale(0)
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2),.whatsapp-btn .ripple:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3),.whatsapp-btn .ripple:nth-child(3) {
  animation-delay: .6s;
  -webkit-animation-delay: .6s
}
.whatsapp-btn {
  right: 80px;
  border-radius: 100px
}
.whatsapp-btn i {
  line-height: 50px;
  font-size: 58px;
  color: #fff
}
.notification-badge {
  position: absolute;
  top: -10px; 
  right: -20px; 
  background-color: rgb(19, 18, 18);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
  white-space: nowrap; 
  transition: opacity 0.3s ease-in-out;
}
.whatsapp-btn:hover #notification-badge {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
  /*---website developmentg page---*/
#hero2 {
    width: 100%;
    height: 70vh;
    background: url("../img/hero-website-development.webp") center center;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    padding: 0;
  }
  #hero2:before {
    content: "";
    background: rgba(56, 64, 70, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #hero2 .container {
    z-index: 2;
  }
  #hero2 h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  #hero2 h1 span {
    border-bottom: 4px solid #3498db;
  }
  #hero2 h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    font-size: 30px;
  }
  #hero2 .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
    color: #fff;
    background: #3498db;
    text-transform: uppercase;
  }
  #hero2 .btn-get-started:hover {
    background: #4ea5e0;
  }
  @media (max-width: 992px) {
    #hero2 {
      height: calc(50vh - 70px);
    }
  }
  @media (max-width: 768px) {
    #hero2 h1 {
      font-size: 30px;
      line-height: 36px;
    }
    #hero2 h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  }
  /*---iso service page---*/
 #hero1 {
    width: 100%;
    height: 65vh;
    background: url("../img/hero-compliance.webp") center center;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    padding: 0;
  }
  #hero1:before {
    content: "";
    background: rgba(56, 64, 70, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #hero1 .container {
    z-index: 2;
  }
  #hero1 h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  #hero1 h1 span {
    border-bottom: 4px solid #3498db;
  }
  #hero1 h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    font-size: 40px;
  }
  #hero1 .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
    color: #fff;
    background: #3498db;
    text-transform: uppercase;
  }
  #hero1 .btn-get-started:hover {
    background: #4ea5e0;
  }
  @media (max-width: 992px) {
    #hero1 {
      height: calc(50vh - 70px);
    }
  }
  @media (max-width: 768px) {
    #hero1 h1 {
      font-size: 30px;
      line-height: 36px;
    }
    #hero1 h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  } 
  /*---Audit page---*/
#hero3 {
    width: 100%;
    height: 75vh;
    background: url("../img/audit-page.webp") center center;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    padding: 0;
  }
  #hero3:before {
    content: "";
    background: rgba(56, 64, 70, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #hero3 .container {
    z-index: 2;
  }
  #hero3 h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  #hero3 h1 span {
    border-bottom: 4px solid #3498db;
  }
  #hero3 h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    font-size: 30px;
  }
  #hero3 .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
    color: #fff;
    background: #3498db;
    text-transform: uppercase;
  }
  #hero3 .btn-get-started:hover {
    background: #4ea5e0;
  }
  @media (max-width: 992px) {
    #hero3 {
      height: calc(50vh - 70px);
    }
  }
  @media (max-width: 768px) {
    #hero3 h1 {
      font-size: 30px;
      line-height: 36px;
    }
    #hero3 h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  }
    /*---vat filling page---*/
 #hero4 {
  width: 100%;
  height: 70vh;
  background: url("../img/vat-filling.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 0px;
  padding: 0;
}
#hero4:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero4 .container {
  z-index: 2;
}
#hero4 h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero4 h1 span {
  border-bottom: 4px solid #3498db;
}
#hero4 h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 30px;
}
#hero4 .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}
#hero4 .btn-get-started:hover {
  background: #4ea5e0;
}
@media (max-width: 992px) {
  #hero4 {
    height: calc(50vh - 70px);
  }
}
@media (max-width: 768px) {
  #hero4 h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero4 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}  
  /*---golden visa page---*/
 #hero5 {
  width: 100%;
  height: 70vh;
  background: url("../img/uae-golden-visa.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 0px;               
  padding: 0;
}
#hero5:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero5 .container {
  z-index: 2;
}
#hero5 h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero5 h1 span {
  border-bottom: 4px solid #3498db;
}
#hero5 h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 30px;
}
#hero5 .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}
#hero5 .btn-get-started:hover {
  background: #4ea5e0;
}
@media (max-width: 992px) {
  #hero5 {
    height: calc(50vh - 70px);
  }
}
@media (max-width: 768px) {
  #hero5 h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero5 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
} 
