* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.navbar-nav .nav-item .nav-link {
  margin-right: 5px;
  font-weight: bold;
  color: rgb(8, 3, 85);
  font-size: 18px;
}
#active {
  color: orangered;
}
.head-row {
  border-bottom: 1px solid black;
}
.car {
  background-color: rgb(8, 3, 85);
}
header {
  top: 0;
  z-index: 2;
  position: sticky;
}
.hero {
  padding: 2%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-image: url("hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.hero-head h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: rgb(8, 3, 85);
}
#tax {
  color: orangered;
}
.home-service {
  padding: 2%;
  background-color: rgb(253, 215, 145);
  height: 100vh;
}
.serv-head h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.5px;
  color: rgb(8, 3, 85);
}
/*cards*/
.cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2%;
  padding-top: 3.5%;
}
.card1 {
  height: 200px;
  width: 30%;
}
.card2 {
  height: 200px;
  width: 30%;
}
.card3 {
  height: 200px;
  width: 30%;
}
.cardimg1 {
  position: absolute;
  z-index: 1;
  margin-left: 70px;
  margin-top: -90px;
}
.cardimg2 {
  position: absolute;
  z-index: 1;
  margin-left: 50px;
  margin-top: -100px;
}
.rect1 {
  background-color: green;
  height: 150px;
  position: absolute;
  margin-top: 50px;
  width: 24.2%;
}
.rect1 h4 {
  position: absolute;
  z-index: 2;
  margin-top: 50px;
  margin-left: 65px;
  color: aliceblue;
}
.rect1 span {
  position: absolute;
  z-index: 2;
  margin-top: 75px;
  margin-left: 80px;
  color: aliceblue;
  font-size: 22px;
  font-weight: bold;
}
.rect2 {
  background-color: rgb(204, 8, 40);
  height: 150px;
  position: absolute;
  margin-top: 50px;
  width: 24.2%;
}
.rect2 h4 {
  position: absolute;
  z-index: 2;
  margin-top: 50px;
  margin-left: 55px;
  color: aliceblue;
}
#aca-data {
  position: absolute;
  margin-top: 60px;
  margin-left: 110px;
  font-size: 18px;
  font-weight: bold;
  color: aliceblue;
}
#aca-data2 {
  position: absolute;
  margin-top: 60px;
  margin-left: 50px;
  font-size: 18px;
  font-weight: bold;
  color: aliceblue;
}

.cardimg3 {
  position: absolute;
  z-index: 1;
  margin-left: 10px;
  margin-top: -80px;
}
.rect3 {
  background-color: rgb(67, 3, 83);
  height: 150px;
  position: absolute;
  margin-top: 50px;
  width: 24.2%;
}
.rect3 h4 {
  position: absolute;
  z-index: 2;
  margin-top: 60px;
  margin-left: 50px;
  color: aliceblue;
}
/* card responsive */
@media (max-width: 600px) {
  .hero {
    padding: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-image: url("hero-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
  }
  .home-service {
    padding: 2%;
    background-color: rgb(253, 215, 145);
    height: auto;
  }
  .cards {
    display: flex;
    flex-direction: column;
    padding: 2%;
    padding-top: 3.5%;
  }
  .card1 {
    height: 200px;
    width: 100%;
  }
  .card2 {
    height: 200px;
    width: 100%;
  }
  .card3 {
    height: 200px;
    width: 100%;
  }
  .cardimg1 {
    position: absolute;
    z-index: 1;
    margin-left: 120px;
    margin-top: -50px;
  }
  .cardimg1 img {
    height: 150px;
    width: 150px;
  }
  .cardimg2 {
    position: absolute;
    z-index: 1;
    margin-left: 100px;
    margin-top: -10px;
  }
  .cardimg2 img {
    height: 130px;
    width: 150px;
  }

  .rect1 {
    background-color: green;
    height: 150px;
    position: absolute;
    margin-top: 50px;
    width: 90%;
  }
  .rect1 h4 {
    position: absolute;
    z-index: 2;
    margin-top: 60px;
    margin-left: 120px;
    color: aliceblue;
  }
  .rect1 span {
    position: absolute;
    z-index: 2;
    margin-top: 75px;
    margin-left: 126px;
    color: aliceblue;
    font-size: 22px;
    font-weight: bold;
  }
  .rect2 {
    background-color: rgb(204, 8, 40);
    height: 150px;
    position: absolute;
    margin-top: 50px;
    width: 90%;
  }
  .rect2 h4 {
    position: absolute;
    z-index: 2;
    margin-top: 50px;
    margin-left: 90px;
    color: aliceblue;
  }
  #aca-data {
    position: absolute;
    margin-top: 60px;
    margin-left: 130px;
    font-size: 18px;
    font-weight: bold;
    color: aliceblue;
  }
  #aca-data2 {
    position: absolute;
    margin-top: 60px;
    margin-left: 80px;
    font-size: 18px;
    font-weight: bold;
    color: aliceblue;
  }

  .cardimg3 {
    position: absolute;
    z-index: 1;
    margin-left: 90px;
    margin-top: 0px;
  }
  .cardimg3 img {
    height: 130px;
    width: 180px;
  }
  .rect3 {
    background-color: rgb(67, 3, 83);
    height: 150px;
    position: absolute;
    margin-top: 50px;
    width: 90%;
  }
  .rect3 h4 {
    position: absolute;
    z-index: 2;
    margin-top: 70px;
    margin-left: 90px;
    color: aliceblue;
  }
}
@media (min-width: 760px) and (max-width: 1080px) {
  .hero {
    padding: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-image: url("hero-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
  }
  .home-service {
    padding: 2%;
    background-color: rgb(253, 215, 145);
    height: auto;
  }
  .cards {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2%;
    padding-top: 3.5%;
  }
  .card1 {
    height: 200px;
    width: 30%;
  }
  .card2 {
    height: 200px;
    width: 30%;
  }
  .card3 {
    height: 200px;
    width: 30%;
  }
  .cardimg1 {
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    margin-top: -90px;
  }
  .cardimg2 {
    position: absolute;
    z-index: 1;
    margin-left: 0px;
    margin-top: -100px;
  }
  .rect1 {
    background-color: green;
    height: 150px;
    position: absolute;
    margin-top: 50px;
    width: 24.2%;
  }
  .rect1 h4 {
    position: absolute;
    z-index: 2;
    margin-top: 50px;
    margin-left: 35px;
    color: aliceblue;
  }
  .rect1 span {
    position: absolute;
    z-index: 2;
    margin-top: 75px;
    margin-left: 50px;
    color: aliceblue;
    font-size: 22px;
    font-weight: bold;
  }
  .rect2 {
    background-color: rgb(204, 8, 40);
    height: 150px;
    position: absolute;
    margin-top: 50px;
    width: 24.2%;
  }
  .rect2 h4 {
    position: absolute;
    z-index: 2;
    margin-top: 25px;
    margin-left: 35px;
    color: aliceblue;
  }
  #aca-data {
    position: absolute;
    margin-top: 60px;
    margin-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: aliceblue;
  }
  #aca-data2 {
    position: absolute;
    margin-top: 60px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: bold;
    color: aliceblue;
  }

  .cardimg3 {
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    margin-top: -20px;
  }
  .cardimg3 img {
    height: 130px;
    width: 180px;
  }
  .rect3 {
    background-color: rgb(67, 3, 83);
    height: 150px;
    position: absolute;
    margin-top: 50px;
    width: 24.2%;
  }
  .rect3 h4 {
    position: absolute;
    z-index: 2;
    margin-top: 60px;
    margin-left: 20px;
    color: aliceblue;
  }
}
.btn {
  border: 1px solid green;
  background-color: green;
  color: aliceblue;
  font-weight: bold;
  float: right;
  width: 350px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.btn:hover {
  background-color: rgb(255, 196, 0);
  color: rgb(8, 3, 85);
  border: none;
  transition: 0.5s;
}
/*choose*/
.choose {
  padding: 2%;

  background-image: url("choose-bg__1_-removebg-preview.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
@media (min-width: 400px) and(max-width:1080) {
  .choose {
    padding: 2%;

    height: auto;
  }
}
.cho-head h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: rgb(8, 3, 85);
}
.card-text {
  color: rgb(8, 3, 85);
  font-weight: bold;
}
/*footer home */
.home-foot {
  padding: 2%;
  background-color: rgb(8, 3, 85) !important ;
  min-height: 80vh;
}
.foot-data h2 {
  color: aliceblue;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
}
.com h4 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.loc {
  font-size: 30px;
  color: orangered;
}
.det {
  color: aliceblue;
  font-weight: bold;
  font-size: 18px;
}
.msg {
  background-color: rgb(255, 196, 0);
  padding: 2%;
  border-radius: 50%;
  font-size: 18px;
}
.links {
  margin-left: 50px;
}
.link-data {
  margin-left: 50px;
}
.link-data a {
  text-decoration: none;
  color: whitesmoke;
}
.social-media img {
  height: 40px;
  width: 40px;
  padding-left: 2px;
}
.copyright {
  border: 1px solid green;
  background-color: green;
  color: aliceblue;
  padding: 1.3%;
  text-align: center;
}
@media (max-width: 600px) {
  .msg {
    background-color: rgb(255, 196, 0);
    padding: 2%;
    border-radius: 50%;
    font-size: 18px;
  }
}
/*---------About-----*/
.about-heading {
  background-image: url("about-bg.png");
  min-height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-head-det {
  margin-top: 20%;
}
.about-head-det h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: rgb(1, 1, 12);
  text-shadow: 2px 3px 5px rgb(255, 196, 0);
}
.about-info {
  min-height: 80vh;
}
.mission {
  background-color: aliceblue;
  min-height: 100vh;
  background-image: url("mission-bg.png");
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: top left;
}
.miss-hd h2 {
  color: rgb(8, 3, 85);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
}
.about-cards {
  background: transparent;
  border: none;
}
.about-cards .card-title {
  font-size: 18px;
  text-align: center;
  color: rgb(8, 3, 85);
}
.about-cards img {
  height: 180px;
  width: 180px;
  margin-left: 20px;
}
.about-cards .card-text {
  font-weight: lighter;
  font-size: 16px;
  color: rgb(8, 3, 85);
  padding-top: 25px;
  text-align: center;
}
.team {
  min-height: 124vh;
}
.team-head {
  padding-top: 50px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
}
.team-cont {
  display: flex;
  justify-content: space-around;
}
.team-name1 {
  color: rgb(8, 3, 85);
}
.team-name2 {
  margin-left: 100px;
  color: rgb(8, 3, 85);
}
.team-image1 {
  position: absolute;
  margin-top: 70px;
  margin-right: 700px;
}
.team-image2 {
  position: absolute;
  margin-top: 70px;
  margin-left: 700px;
}
.team-rect {
  height: 70vh;
  width: 100%;
  background-color: orange;
  position: absolute;
  margin-top: 203px;
  z-index: -1;
}
.team-det1 {
  position: absolute;
  width: 600px;
  font-weight: bold;
  margin-right: 600px;
  margin-top: 300px;
}
.team-det1 p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.team-det2 {
  position: absolute;
  width: 600px;
  font-weight: bold;
  margin-left: 700px;
  margin-top: 300px;
  text-align: center;
}
.messagedir {
  min-height: 100vh;
}
.mssg {
  text-align: center;
  margin-top: 250px;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  color: rgb(8, 3, 85);
}
/*---about-mobile---*/
@media (max-width: 600px) {
  .about-heading {
    background-image: url("about-bg.png");
    min-height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .about-head-det {
    margin-top: 40%;
    margin-left: 50%;
  }
  .about-head-det h2 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 2px;
    color: rgb(1, 1, 12);
    text-shadow: 2px 3px 5px rgb(255, 196, 0);
  }
  .team {
    height: auto;
  }
  .team-head {
    padding-top: 50px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 2px;
  }
  .team-cont {
    display: block;
  }
  .team-name1 {
    color: rgb(8, 3, 85);
  }
  .team-name2 {
    margin-top: 550px;
    color: rgb(8, 3, 85);
    margin-left: 0px;
  }
  .team-image1 {
    position: absolute;
    margin-top: 20px;
    margin-left: 50px;
  }
  .team-image2 {
    position: absolute;
    margin-top: 50px;
    margin-left: 100px;
  }
  .team-rect {
    height: 50vh;
    width: 100%;
    background-color: orange;
    position: absolute;
    margin-top: 0px;
    z-index: -1;
  }
  .team-det1 {
    position: absolute;
    width: 400px;
    font-weight: bold;
    margin-right: 0px;
    margin-top: 220px;
    font-size: 18px;
  }
  .team-det1 p {
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
  }
  .team-det2 {
    position: absolute;
    width: 380px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 250px;
    text-align: center;
  }
}
/*----services----*/
.service-head {
  min-height: 60vh;
  background-image: url("service-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.head-service {
  text-align: center;
  background-color: rgba(255, 166, 0, 0.822);
  position: absolute;
  margin-top: 150px;
  padding: 3% 0%;
}
.head-service h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: rgb(8, 3, 85);
}
.bs {
  min-height: 100vh;
}
.bs-head {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: rgb(8, 3, 85);
}
.circle {
  background-color: rgb(75, 238, 75);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin-top: 20px;
}
.circle img {
  position: absolute;
  margin-left: 50px;
}
.circle p {
  position: absolute;

  margin-top: 100px;
  margin-left: 30px;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  color: rgb(8, 3, 85);
  text-align: center;
}

.ac {
  min-height: 100vh;
  background-color: rgb(253, 211, 211);
}
.ac-head {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: rgb(8, 3, 85);
}
.aca-rct {
  height: 220px;
  width: 100%;
  background-color: whitesmoke;
}
.aca-rct p {
  position: absolute;
  margin-left: 250px;
  margin-top: 60px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: rgb(8, 3, 85);
}
.aca-rct2 {
  height: 220px;
  width: 100%;
  background-color: whitesmoke;
}
.aca-rct2 p {
  position: absolute;
  margin-left: 200px;
  margin-top: 60px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: rgb(8, 3, 85);
}
.aca-rct3 {
  height: 200px;
  width: 100%;
  background-color: whitesmoke;
}
.aca-rct3 p {
  position: absolute;
  margin-left: 170px;
  margin-top: 60px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: rgb(8, 3, 85);
}
.job {
  min-height: 100vh;
  padding: 2%;
}
.job-head h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: rgb(8, 3, 85);
}
.circle2 {
  background-color: rgb(8, 3, 85);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin-top: 20px;
}
.circle2 img {
  position: absolute;
  margin-left: 50px;
  margin-top: 15px;
}
.circle2 p {
  position: absolute;

  margin-top: 100px;
  margin-left: 50px;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  color: aliceblue;
  text-align: center;
}
@media (max-width: 600px) {
  .aca-rct {
    height: 220px;
    width: 100%;
    background-color: whitesmoke;
  }
  .aca-rct p {
    position: absolute;
    margin-left: 10px;
    margin-top: 60px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: rgb(8, 3, 85);
  }
  .aca-rct2 {
    height: 220px;
    width: 100%;
    background-color: whitesmoke;
  }
  .aca-rct2 p {
    position: absolute;
    margin-left: 10px;
    margin-top: 60px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: rgb(8, 3, 85);
  }
  .aca-rct3 {
    height: 200px;
    width: 100%;
    background-color: whitesmoke;
  }
  .aca-rct3 p {
    position: absolute;
    margin-left: 5px;
    margin-top: 60px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: rgb(8, 3, 85);
  }
  .bs {
    height: auto;
  }
  .ac {
    height: auto;
  }


}
@media(min-width:780px) and (max-width:1080px){
    .aca-rct {
    height: 220px;
    width: 100%;
    background-color: whitesmoke;
  }
  .aca-rct p {
    position: absolute;
    margin-left: 50px;
    margin-top: 60px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: rgb(8, 3, 85);
  }
  .aca-rct2 {
    height: 220px;
    width: 100%;
    background-color: whitesmoke;
  }
  .aca-rct2 p {
    position: absolute;
    margin-left: 15px;
    margin-top: 60px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: rgb(8, 3, 85);
  }
  .aca-rct3 {
    height: 200px;
    width: 100%;
    background-color: whitesmoke;
  }
  .aca-rct3 p {
    position: absolute;
    margin-left: 15px;
    margin-top: 60px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: rgb(8, 3, 85);
  }
  .bs {
    height: auto;
  }
  .ac {
    height: auto;
  }

}

.imp {
  color: aliceblue;
  font-weight: bold;
  font-size: 18px;
}
#menu-active {
  color: orangered;
}
/*----loader---*/
.loader {
  background-color: white;
  min-height: 100vh;
  min-width: 100%;
  top: 0;
  position: fixed;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .load-image {
  position: absolute;
  animation: rotation 4s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
