@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Baloo+Bhai+2:wght@400..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap");

/* ====================
  Reset Default CSS Start
  ==================== */

:root {
  --primary-font: "Space Grotesk";
  --secondary-font: "Albert Sans";
  --primary-color: #f28735;
  --secondary-color: #ffffff;
  --ac-1: #c6c6c6;
  --ac-2: #eeeeee;
  --shade-1: #fce7d7;
  --shade-2: #facfae;
  --main-60: #f7b786;
  --main-80: #f59f5d;
  --main-120: #c26c2a;
  --main-140: #915120;
  --main-160: #613615;
  --main-180: #301b0b;
  --text-1: #171717;
  --text-2: #454545;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--primary-font);
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

h6 {
  font-family: var(--secondary-font);
}

a {
  text-decoration: none !important;
}

p {
  color: var(--ac-ash);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

button {
  border: none;
  outline: none;
}

input {
  outline: none;
}

body {
  background: var(--ac-black) !important;
}

/*====================
Reset Default CSS End
====================*/

/* Webkit Scroll bar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: 0.3s;
  background: var(--primary-color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Webkit Scroll bar */

/* About Us Start */
.about_us {
  background-color: var(--secondary-color);
  text-align: center;
  padding-top: 20px;
  overflow: hidden;
}

.about_us .breadcrumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 6;
  border-radius: 24px 0px 24px 24px;
  padding: 24px;
  margin: 0;
  background-image: url(../img/contact/contact-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}

.about_us .breadcrumb .wrapper {
  width: 100%;
  height: 100%;
}

.about_us .breadcrumb .wrap {
  display: inline-block;
  background: var(--text-1);
  padding: 6px 24px;
  border-radius: 30px;
}

.about_us .breadcrumb .breadcrumb_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.about_us .breadcrumb .title {
  font-size: 38px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about_us .breadcrumb_item .item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-size: 14px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 400;
  color: var(--secondary-color);
  cursor: pointer;
  transition: 0.3s;
}

.about_us .breadcrumb .breadcrumb_item i {
  color: var(--primary-color);
  font-size: 14px;
}

.about_us .contact_theame {
  width: 100%;
  border-radius: 24px 25px 24px 0px;
  overflow: hidden;
}

.about_us .contact_theame img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}

.about_us .wrapper .des {
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: var(--text-2);
  margin: 0;
  padding-top: 20px;
}

@media screen and (max-width: 992px) {
  .about_us .breadcrumb .title {
    font-size: 32px;
  }

  .about_us .breadcrumb .wrap {
    padding: 5px 16px;
  }

  .about_us .contact_theame {
    margin-top: 20px;
  }
}

/* About Us End */

/* Project Overview Start */
.project_overview {
  margin-top: 80px;
}

.project_overview .heading_wrap .paragraph {
  font-size: 16px;
  max-width: 590px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  color: var(--text-2);
  font-family: var(--secondary-font);
}

.project_overview .paragraph {
  font-size: 16px;
  max-width: 590px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  color: var(--text-2);
  font-family: var(--secondary-font);
}

.project_overview .heading_wrap .title {
  font-size: 38px;
  font-weight: 500;
  text-align: left;
  font-family: var(--primary-font);
  color: var(--text-1);
  text-transform: uppercase;
  margin: 0;
}

.project_overview .sub_heading {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--text-1);
  text-transform: uppercase;
  border-bottom: 3px solid var(--primary-color);
  margin: 20px 0px 0px 0px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.stats_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

.project_overview .stats_item .counter_title {
  font-size: 16px;
  color: var(--text-2);
  font-weight: 400;
  font-family: var(--primary-font);
  margin: 0;
}

.project_overview .stats_item .nmbr {
  font-size: 48px;
  color: var(--text-1);
  font-weight: bold;
  font-family: var(--primary-font);
}

.project_overview .stats_item .count {
  display: flex;
  align-items: center;
  gap: 6px;
}

.project_overview .stats_item .count .suffix {
  font-size: 38px;
  color: var(--text-1);
  font-weight: bold;
  color: var(--primary-color);
  font-family: var(--primary-font);
}

.project_overview .stats_item .count .percent {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .project_overview .stats_item .nmbr {
    font-size: 34px;
  }
  .project_overview .overview_details {
    margin-top: 50px;
  }

  .project_overview .heading_wrap .title {
    font-size: 32px;
  }
}

/* Project Overview End */

/* Our Mission Start */
.our_mission {
  margin-top: 80px;
  overflow: hidden;
}
.our_mission .heading_wrap .tag {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--text-1);
  background: var(--primary-color);
  padding: 5px 20px;
  border-radius: 30px;
}

.our_mission .heading_wrap .tag {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--text-1);
  background: var(--primary-color);
  padding: 5px 20px;
  border-radius: 30px;
}

.our_mission .heading_wrap .paragraph {
  font-size: 16px;
  max-width: 590px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  margin: 20px 0px 0px 0px;
  color: var(--text-2);
  font-family: var(--secondary-font);
}

.our_mission .heading_wrap .title {
  font-size: 38px;
  font-weight: 500;
  text-align: left;
  font-family: var(--primary-font);
  color: var(--text-1);
  padding-top: 20px;
  text-transform: uppercase;
  margin: 0;
}

.our_mission .images1,
.our_mission .images2 {
  position: relative;
  width: 70%;
  aspect-ratio: 16 / 16;
}

.our_mission .images2 {
  border-radius: 24px 0px 24px 24px;
}

.our_mission .images2 .large {
  border-radius: 24px 0px 24px 24px;
}

.our_mission .images1 {
  float: right;
  border-radius: 0px 24px 24px 24px;
}

.our_mission .images1 .large {
  border-radius: 0px 24px 24px 24px;
}

.our_mission .images2 .small {
  position: absolute;
  top: 20px;
  right: -132px;
  width: 200px;
  aspect-ratio: 16 / 12;
  border-radius: 0px 12px 12px 12px;
  overflow: hidden;
  border: 3px solid var(--secondary-color);
}

.our_mission .images1 .small {
  position: absolute;
  top: 20px;
  left: -132px;
  width: 200px;
  aspect-ratio: 16 / 12;
  border-radius: 12px 0px 12px 12px;
  overflow: hidden;
  border: 3px solid var(--secondary-color);
}

.our_mission .images1 img,
.our_mission .images2 img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

.our_mission .service_btn {
  background: var(--primary-color);
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0px 12px 12px 12px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1 !important;
}
.our_mission .service_btn span {
  color: var(--text-1);
  transition: 0.4s;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
}

.our_mission .service_btn::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: var(--text-1);
  transition: 0.4s;
  z-index: -1 !important;
}

.our_mission .service_btn:hover span {
  color: var(--secondary-color);
}

.our_mission .service_btn:hover::after {
  height: 100%;
  border-top-left-radius: 0px;
}

@media screen and (max-width: 992px) {
  .our_mission .heading_wrap .title {
    font-size: 32px;
  }

  .our_mission .images2 .small {
    top: 20px;
    right: -112px;
    width: 170px;
  }

  .our_mission .images1 .small {
    left: -112px;
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .our_mission .images2 .small {
    top: 20px;
    right: -112px;
    width: 170px;
  }

  .our_mission .images1 .small {
    left: -112px;
    width: 170px;
  }
}

@media screen and (max-width: 576px) {
  .our_mission .images2 .small {
    top: 20px;
    right: -90px;
    width: 130px;
  }

  .our_mission .images1 .small {
    left: -90px;
    width: 130px;
  }
}

/* Our Mission End */

/* Team Start */

.team {
  padding: 40px 0;
  margin-top: 80px;
  background: var(--shade-1);
  text-align: center;
}

.team .heading_wrap .tag {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--text-1);
  background: var(--primary-color);
  padding: 5px 20px;
  border-radius: 30px;
}

.team .heading_wrap .tag {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--text-1);
  background: var(--primary-color);
  padding: 5px 20px;
  border-radius: 30px;
}

.team .heading_wrap .paragraph {
  font-size: 16px;
  max-width: 590px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  margin: 30px auto;
  color: var(--text-2);
  font-family: var(--secondary-font);
}

.team .heading_wrap .title {
  font-size: 38px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--text-1);
  padding-top: 20px;
  text-transform: uppercase;
  margin: 0;
}

.team .team_card_wrapper .card_img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 16;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}

.team .team_card_wrapper img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.team_card_wrapper .details {
  padding: 0px 10px;
}

.team_card_wrapper .details .name {
  font-size: 26px;
  color: var(--text-1);
  font-weight: 500;
  font-family: var(--primary-font);
  text-align: center;
  margin: 10px 0px;
}

.team_card_wrapper .details .profession {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
}

.team .team_card_wrapper .card_img .social {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.4s ease;
}

.team .team_card_wrapper:hover .card_img .social {
  bottom: 20px;
}

.team .team_card_wrapper:hover .card_img img {
  transform: scale(1.05);
  rotate: 1deg;
}

.team .team_card_wrapper .card_img img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.team .team_card_wrapper .card_img .social a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--secondary-color);
  color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
}

.team .team_card_wrapper .card_img .social a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: var(--primary-color);
  transition: 0.3s;
}

.team .team_card_wrapper .card_img .social a:hover::after {
  color: var(--primary-color);
  width: 40px;
  height: 40px;
}

.team .team_card_wrapper .card_img .social a:hover i {
  color: var(--text-1);
}

.team .team_card_wrapper .card_img .social a i {
  color: var(--text-1);
  transition: 0.4s;
  z-index: 1;
}

.team .team_card_wrapper .icon svg {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 992px) {
  .team .col-lg-4 {
    margin-bottom: 20px;
  }
  .team .col-lg-4:nth-last-child(1) {
    margin-bottom: 0px;
  }

  .team_card_wrapper .details .profession {
    margin-bottom: 20px;
  }

  .team .heading_wrap .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .team .heading h2 {
    font-size: 32px;
  }
}

/* Team End */

/* Our Gallery Start */
.our_gallery {
  padding-top: 80px;
}

.our_gallery .heading_wrap .tag {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--text-1);
  background: var(--primary-color);
  padding: 5px 20px;
  border-radius: 30px;
}

.our_gallery .heading_wrap {
  margin-bottom: 40px;
}

.our_gallery .heading_wrap .tag {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--text-1);
  background: var(--primary-color);
  padding: 5px 20px;
  border-radius: 30px;
}

.our_gallery .heading_wrap .title {
  font-size: 38px;
  font-weight: 500;
  max-width: 80%;
  font-family: var(--primary-font);
  color: var(--text-1);
  padding-top: 20px;
  text-transform: uppercase;
  margin: 0;
}
.our_gallery .group1,
.our_gallery .group2 {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.4s;
}
.our_gallery .group1 img,
.our_gallery .group2 img {
  width: 100%;
  height: 100%;
  background-position: center;
  object-fit: cover;
  background-size: cover;
  transition: 0.4s;
}
.our_gallery .group1:hover img,
.our_gallery .group2:hover img {
  transform: scale(1.06);
  rotate: 2deg;
}
.our_gallery .group1 {
  aspect-ratio: 16 / 16;
}
.our_gallery .group2 {
  aspect-ratio: 16 / 11;
}

@media screen and (max-width: 992px) {
  .our_gallery .heading_wrap .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1400px) {
  .our_gallery .group2 {
    aspect-ratio: 16 / 13;
  }
}

@media screen and (max-width: 1200px) {
  .our_gallery .group2 {
    aspect-ratio: 16 / 14;
  }
}

/* Our Gallery End */
