* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #37a0b1;
  --secondary: #ffffff;
  --link: #67b7c9;
  --dark: #000;
  --grey: #f2f2f3;
  --green: #25d366;
}
body {
  font-family: "Poppins", sans-serif;
}

/* ---------------------------
    Start-Navbar
--------------------------- */
.nav-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--primary);
  padding: 0px 114px;
}
.nav-menu {
  display: block;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
/* .nav-logo {
  width: 55%;
  margin-left: 3.5rem;
} */
.nav-menu ul a {
  text-decoration: none;
  color: var(--secondary);
  font-size: 16px;
}
.nav-main img {
  width: 68px;
  padding: 5px 0px;
}
/* .nav-menu {
  width: 60%;
} */
.nav-menu i{
  display: none;
}
.burger {
  height: 3px;
  width: 27px;
  background-color: var(--secondary);
  margin: 5px;
}
.hamburger {
  display: none;
  cursor: pointer;
}
.bi-file-excel {
  font-size: 31px;
  color: #fff;
  font-weight: 900;
}
.hamburger-main{
  display: none;
}
/* ---------------------------
    End-Navbar
--------------------------- */
/* ---------------------------
    Start-Slider
--------------------------- */
.swiper {
  width: 100%;
  z-index: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 1rem;
  background: grey;
  padding: 10px;
  border-radius: 24px;
  font-weight: bold;
  box-shadow: 1px 1px 10px;
  border: 1px solid #fff;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 1rem;
  background: grey;
  padding: 10px;
  border-radius: 24px;
  font-weight: bold;
  box-shadow: 1px 1px 10px;
  border: 1px solid #fff;
}
/* ---------------------------
    End-Slider
--------------------------- */

/* ---------------------------
   Start-About-us
--------------------------- */

.about-heading .heading {
  font-weight: bold;
  padding-top: 4.5rem;
  font-size: 50px;
  position: relative;
  text-align: center;
}

.about-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 43px;
}

.about-heading .paragraph {
  padding-top: 1.5rem;
}

.about-content img {
  height: 65vh;
  border-radius: 24px;
}
.about-main.container {
  padding: 0;
}
.content {
  width: 45%;
}
.content .heading {
  font-weight: bold;
}
.content .paragraph {
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justify;
}
/* --------star-Team----------- */
.team {
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
  /* padding: 28px 0px 15.5px 0px; */
}
.team h1 {
  font-weight: bold;
  padding-top: 4.5rem;
  font-size: 50px;
  position: relative;
  text-align: center;
}
/* .team h1:after {
  content: '';
  background-color: #333;
  display: block;
  height: 2px;
  width: 170px;
  margin: 3px auto;
} */
.profile .img-box {
  box-shadow: 2px 0px 9px rgba(0, 0, 0, 0.6);
  opacity: 1;
  display: block;
  position: relative;
  border-radius: 22px;
}
.profile h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}
.profile h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1px;
}
.profile {
  margin-top: 25px;
}
.img-box a {
  color: #fff;
  font-size: 18.5px;
  text-decoration: none;
}
.img-box ul {
  margin: 0;
  padding: 20px 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.img-box ul li {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 2px;
  display: inline-block;
}
.img-box ul li:hover {
  color: var(--primary);
  border: 1px solid var(--primary);
}
.img-box .img-responsive {
  width: 100%;
  border-radius: 21px;
  height: 416px     ;
}
.img-box:hover:after {
  opacity: 1;
}
.img-box:after {
  content: "";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 22px;
}
.img-box:hover ul {
  opacity: 1;
}
.img-box ul {
  margin: 0;
  padding: 20px 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.img-box:after,
.img-box ul,
.img-box ul li {
  transition: all 0.5s ease-in-out 0s;
}
/* --------End-Team----------- */
/* ---------------------------
       End-About-us
    --------------------------- */
/* ---------------------------
       Start-Our-client
    --------------------------- */
.client .heading {
  font-weight: bold;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  font-size: 50px;
  position: relative;
  text-align: center;
}
.client-container {
  background: var(--grey);
  padding: 1.3rem 0px 4rem 0;
}
.slider-client img {
  height: 5rem;
  /* width: 8rem; */
}
.customer-logos {
  display: flex;
  gap: 5rem;
}
/* ---------------------------
       End-Our-client
    --------------------------- */
/* ---------------------------
       Start-Our-Media
    --------------------------- */
.media .heading {
  font-weight: bold;
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  font-size: 50px;
  position: relative;
  text-align: center;
}
.media-logo {
  /* border: 1px solid var(--primary); */
  height: 19.5rem;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px;
  box-shadow: 1px 0px 5px #a49797;
  border-radius: 15px;
  padding: 3%;
  cursor: pointer;
  transform: translateY(0%);
}
.media-logo-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.media-logo:hover {
  transform: translateY(-3%);
  transition: 0.3s;
}
.media-logo img{
  height: 300px;
}
/* ---------------------------
       End-Our-Media
    --------------------------- */
/* ---------------------------
       start-Our-Gallery
    --------------------------- */
.gallery-container {
  background: var(--grey);
  padding: 1.3rem 0px 1rem 0;
}
.gallery .heading {
  font-weight: bold;
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  font-size: 50px;
  position: relative;
  text-align: center;
}
.gallery-img {
  /* border: 1px solid var(--primary); */
  height: 19.5rem;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px;
  border-radius: 15px;
  box-shadow: 1px 0px 5px #a49797;
  cursor: pointer;
  transform: translateY(0%);
}
.gallery-img-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

/* ---------------------------
       End-Our-Gallery
    --------------------------- */

/* ---------------------------
       Start-Services
    --------------------------- */
/* section#services {
  padding-bottom: 60px;
} */
.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.services .service-box.blue {
  border-bottom: 3px solid var(--primary);
}
.services .service-box {
  box-shadow: 0px 2px 10px rgba(67, 74, 88, 0.2);
  height: 100%;
  padding: 19px 21px;
  transition: 0.3s;
  border-radius: 15px;
}
i.bi.bi-bar-chart-fill {
  font-size: 3rem;
  color: var(--primary);
}
i.bi.bi-bookmark-fill {
  font-size: 3rem;
  color: var(--primary);
}
i.bi.bi-calendar-check-fill {
  font-size: 3rem;
  color: var(--primary);
}
i.bi.bi-exclude {
  font-size: 3rem;
  color: var(--primary);
}
i.bi.bi-octagon-half {
  font-size: 3rem;
  color: var(--primary);
}
i.bi.bi-peace-fill {
  font-size: 3rem;
  color: var(--primary);
}
.services .service-box.blue .icon {
  color: #070b0d;
  background: #eff0f0;
}
.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box h3 {
  color: #0c0b0b;
  font-weight: 700;
  padding: 15px 0px;
}
.services .service-box.blue .read-more {
  color: #0a0f12;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box.green .icon {
  color: #0a0e0b;
  background: #dfe3df;
}
p.service-para {
  padding-top: 2rem;
}
/* ---------------------------
       End-Services
    --------------------------- */
/* ---------------------------
       Start-Certificate
    --------------------------- */
    .certificate img{
      height: auto;
      width: 100%;
    }
/* ---------------------------
      End-Certificate
    --------------------------- */

/* ---------------------------
       Start-Contact
    --------------------------- */
section#contact {
  padding: 8px 0px 39px 0px;
  background: var(--grey);
  /* margin-top: 66px; */
}
.section-header .heading {
  font-weight: bold;
  padding-top: 4.5rem;
  font-size: 50px;
  position: relative;
  /* padding-left: 100px; */
}
.contact .info-box {
  box-shadow: 1px 5px 10px rgba(67, 74, 88, 0.2);
  color: #0e0c0cea;
  background: var(--secondary);
  padding: 30px;
  border-radius: 13px;
  height: 18rem;
}
.section-header {
  /* text-align: center; */
  padding-bottom: 40px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #060608;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #060709;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  word-break: break-word;
}

.errmsg {
  color: red;
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: var(--secondary);
  background-color: var(--primary);
  cursor: pointer;
  border: none;
}
.text-center {
  cursor: pointer;
}
.btn-success {
  color: #fff;
  background-color: var(--primary);
  /* border-color: #146c43; */
}
.btn-success:hover {
  color: #fff;
  background-color: var(--primary);
  /* border-color: #146c43; */
}
/* ---------------------------
       End-Contact
    --------------------------- */
/* ---------------------------
       Start-map
    --------------------------- */
.map iframe {
  border: 0;
  width: 100%;
  height: 63vh;
}
/* ---------------------------
       End-map
    --------------------------- */
/* ---------------------------
       start-Footer
    --------------------------- */
.footer {
  background: var(--primary);
  color: var(--secondary);
}
.footer .footer-top {
  background-size: contain;
  border-top: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  padding: 80px 0 80px 0;
}
.footer .footer-top .footer-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* width: 20rem; */
}
.footer-img .logoimg {
  width: 50%;
}
/* .footer-img {
  text-align: center;
} */
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: var(--secondary);
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--secondary);
}
.footer .footer-top .footer-info p {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  /* text-transform: uppercase; */
}
.footer .footer-top .footer-links ul a {
  color: var(--secondary);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  /* text-transform: uppercase; */
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.footer .footer-top h4 {
  font-size: 20px;
  /* font-weight: bold; */
  color: var(--secondary);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul a:hover {
  color: #c0b0b0;
}
.footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  line-height: 0;
  margin-right: 2px;
  transition: 0.3s;
  background: var(--secondary);
  color: var(--primary);
  border: 2px solid transparent;
  padding: 8px;
  border-radius: 25px;
}
.footer .footer-top .social-links a:hover {
  background: var(--primary);
  border: 2px solid var(--secondary);
  color: var(--secondary);
}
.credits a {
  color: var(--secondary);
}
.footer a:hover {
  color: #0a0a10;
  
}
.footer a{
  text-decoration: none;
}
p.footer-address i {
  padding-right: 9px;
}

/* ---------------------------
       End-Footer
    --------------------------- */
/* ---------------------------
       Start-Scroll-top
    --------------------------- */
.side-whatsapp {
  position: fixed;
  opacity: 1;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--green);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.side-whatsapp i {
  font-size: 24px;
  color: var(--secondary);
  line-height: 0;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
  background: var(--dark);
  z-index: 1;
}
.back-to-top {
  position: fixed;
  opacity: 1;
  right: 15px;
  bottom: 70px;
  z-index: 9999;
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  box-shadow: 0px 1px 2px #5b5454;
}
.back-to-top i {
  font-size: 24px;
  color: var(--secondary);
  line-height: 0;
}
/* ---------------------------
           End-Scroll-top
      --------------------------- */
