@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8em;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: "Roboto";
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.no-padding {
  padding: 0px !important;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
  transition: 0.3s ease-in-out;
}
header .header-wrapper {
  padding: 20px 0;
}
header .header-wrapper .header-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .header-inner-wrapper .header-left a img {
  max-width: 173px;
  transition: 0.3s linear;
}
@media (max-width: 1024px) {
  header .header-wrapper .header-inner-wrapper .header-left a img {
    max-width: 135px;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper {
    display: none;
  }
}
header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper ul li {
  list-style: none;
}
header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper ul li a {
  color: #333333;
  padding: 25px 30px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper ul li a:hover {
  color: #f7ce46;
}
header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper ul li:last-child a {
  padding-right: 0;
  transition: 0.3s ease-in-out;
}
header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper ul li:last-child a .top-number {
  background-color: #f7ce46;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 30px;
}
header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper ul li:last-child a .top-number .top-number-left {
  margin-right: 10px;
}
header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper ul li:last-child a .top-number .top-number-right h6 {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
header .header-wrapper .header-inner-wrapper .header-right .menu-wrapper ul li:last-child a .top-number .top-number-right h5 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper {
  display: none;
}
@media (max-width: 991px) {
  header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper {
    display: block;
  }
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .mobilemenu-btn {
  background-color: transparent;
  border-radius: 0;
  color: #333333;
  border: none;
  padding: 0;
  padding-right: 12px;
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .mobilemenu-btn span {
  background-color: black;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 24px;
  margin: 6px 0;
  transition: 0.3s ease-in-out;
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .mobilemenu-btn span:nth-child(2) {
  width: 14px;
  margin-left: auto;
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .offcanvas-header {
  padding-top: 25px;
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .offcanvas-header .offcanvas-title a img {
  max-width: 150px;
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .offcanvas-body {
  padding-left: 0;
  padding-right: 0;
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .offcanvas-body ul {
  margin: 0;
  padding: 0;
  margin-top: 100px;
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .offcanvas-body ul li {
  list-style: none;
  border-bottom: 2px solid rgba(51, 51, 51, 0.03);
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .offcanvas-body ul li a {
  color: #333333;
  padding: 12px 15px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: block;
  font-size: 18px;
}
header .header-wrapper .header-inner-wrapper .header-right .mobile-menu-wrapper .offcanvas-body ul li a:hover {
  color: #f7ce46;
}

.navbar-fixed .header-wrapper {
  transition: 0.3s linear;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.09);
}
.navbar-fixed .header-left a img {
  max-width: 105px !important;
}

.home-hero-slider {
  margin-top: 88px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .home-hero-slider {
    margin-top: 77px;
  }
}
.home-hero-slider .carousel {
  z-index: -1;
}
.home-hero-slider .carousel-inner {
  z-index: 0;
}
.home-hero-slider .carousel-inner .carousel-item {
  position: relative;
}
.home-hero-slider .carousel-inner .carousel-item .newdesktop-img {
  max-height: 800px;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}
@media (max-width: 991px) {
  .home-hero-slider .carousel-inner .carousel-item .newdesktop-img {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .home-hero-slider .carousel-inner .carousel-item .newdesktop-img {
    min-height: unset;
    height: 250px;
    transform: scale(1.3);
    display: none;
  }
}
.home-hero-slider .carousel-inner .carousel-item .newmobile-img {
  display: none;
}
@media (max-width: 575px) {
  .home-hero-slider .carousel-inner .carousel-item .newmobile-img {
    display: block;
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}
.home-hero-slider .carousel-inner .carousel-item .carousel-caption {
  bottom: unset;
  transform: translateY(-10%);
  top: 10%;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  width: 100%;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1399px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption {
    max-width: 720px;
    top: 1%;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption {
    max-width: 100%;
  }
}
.home-hero-slider .carousel-inner .carousel-item .carousel-caption h2 {
  font-size: 80px;
  font-weight: 500;
  color: #fffefe;
  line-height: 70px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption h2 {
    text-align: center;
  }
}
.home-hero-slider .carousel-inner .carousel-item .carousel-caption p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: #fffefe;
  max-width: 57%;
}
@media (max-width: 1399px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption p {
    font-size: 18px;
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption p {
    font-size: 16px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption p {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption p {
    text-align: justify;
  }
}
@media (max-width: 575px) {
  .home-hero-slider .carousel-inner .carousel-item .carousel-caption p {
    font-size: 14px;
    display: none;
  }
}
.home-hero-slider .mobile-banner-content {
  background-color: #f2f2f2;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}
@media (max-width: 575px) {
  .home-hero-slider .mobile-banner-content {
    display: block;
  }
}
.home-hero-slider .mobile-banner-content .mobile-content-inner h2 {
  font-size: 80px;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 70px;
  margin-bottom: 30px;
  display: none !important;
}
@media (max-width: 1399px) {
  .home-hero-slider .mobile-banner-content .mobile-content-inner h2 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .mobile-banner-content .mobile-content-inner h2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .mobile-banner-content .mobile-content-inner h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.home-hero-slider .mobile-banner-content .mobile-content-inner p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: #0a0a0a;
  max-width: 52%;
}
@media (max-width: 1399px) {
  .home-hero-slider .mobile-banner-content .mobile-content-inner p {
    font-size: 18px;
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .mobile-banner-content .mobile-content-inner p {
    font-size: 16px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .mobile-banner-content .mobile-content-inner p {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .mobile-banner-content .mobile-content-inner p {
    text-align: justify;
  }
}
@media (max-width: 575px) {
  .home-hero-slider .mobile-banner-content .mobile-content-inner p {
    font-size: 14px;
  }
}
.home-hero-slider .contact-patch-wrapper {
  z-index: 2;
  margin-top: -68px;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner {
  background-color: #f7ce46;
  padding: 35px 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  align-items: center;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box .top-number {
  background-color: #f7ce46;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box .top-number .top-number-left {
  margin-right: 10px;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box .top-number .top-number-right h6 {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box .top-number .top-number-right h5 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box:first-child {
  position: relative;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box:first-child::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 180%;
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box:last-child {
  text-align: right;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box:last-child a {
  padding: 18px 30px;
  background-color: #fffefe;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  border: 1px solid #fffefe;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box:last-child a:hover {
  background-color: transparent;
  color: #fffefe;
}
.home-hero-slider .contact-patch-wrapper .contact-patch-inner .contact-patch-box h5 {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0;
}

.why-chose-us-wrapper {
  padding-top: 50px;
}
@media (max-width: 575px) {
  .why-chose-us-wrapper {
    padding-top: 65px;
  }
}
.why-chose-us-wrapper .why-chose-us-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  align-items: center;
}
@media (max-width: 1199px) {
  .why-chose-us-wrapper .why-chose-us-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .why-chose-us-wrapper .why-chose-us-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .why-chose-us-wrapper .why-chose-us-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-chose-us-wrapper .why-chose-us-inner .why-chose-box {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 25px 15px;
  transition: 0.3s ease-in-out;
}
.why-chose-us-wrapper .why-chose-us-inner .why-chose-box:hover {
  background-color: transparent;
  border-color: #f7ce46;
}
@media (max-width: 1399px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box {
    padding: 25px 12px;
  }
}
.why-chose-us-wrapper .why-chose-us-inner .why-chose-box:first-child {
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media (max-width: 991px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 767px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box:first-child {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
.why-chose-us-wrapper .why-chose-us-inner .why-chose-box h5 {
  color: #0a0a0a;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1399px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box h5 {
    font-size: 22px;
  }
}
.why-chose-us-wrapper .why-chose-us-inner .why-chose-box h5::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #f7ce46;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper .left-side {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper .left-side {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper .right-side h6 {
  margin-bottom: 0;
  color: #0a0a0a;
  font-size: 21px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 1399px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper .right-side h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper .right-side h6 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper .right-side h6 {
    font-size: 16px;
  }
}
.why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper .right-side h6::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  height: 1px;
  background-color: #f7ce46;
  content: "";
}
@media (max-width: 767px) {
  .why-chose-us-wrapper .why-chose-us-inner .why-chose-box .left-right-wrapper .right-side h6::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.navigating-excelence-wrapper {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 575px) {
  .navigating-excelence-wrapper {
    padding-top: 65px;
  }
}
.navigating-excelence-wrapper .excelence-container {
  max-width: 86%;
}
@media (max-width: 1399px) {
  .navigating-excelence-wrapper .excelence-container {
    max-width: 90%;
  }
}
@media (max-width: 575px) {
  .navigating-excelence-wrapper .excelence-container {
    max-width: 100%;
  }
}
.navigating-excelence-wrapper .navigating-excelenct-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}
@media (max-width: 1235px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left {
  background-color: #f7ce46;
  padding: 40px 50px 50px 50px;
  z-index: 1;
  position: relative;
  margin-left: 105px;
}
@media (max-width: 1648px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left {
    margin-left: 70px;
    padding: 25px 25px 25px 25px;
  }
}
@media (max-width: 1235px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left {
    padding: 25px 15px 25px 15px;
  }
}
.navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left h3 {
  font-size: 50px;
  color: black;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 1648px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left h3 {
    font-size: 42px;
  }
}
@media (max-width: 1399px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left h3 {
    font-size: 26px;
  }
}
.navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left p {
  font-size: 18px;
  font-weight: 400;
  color: black;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left p {
    text-align: justify;
  }
}
@media (max-width: 575px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left p {
    font-size: 14px;
  }
}
.navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left .link-wrapper {
  margin-top: 40px;
}
.navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left .link-wrapper a {
  padding: 15px 30px;
  background-color: #fffefe;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  border: 1px solid #fffefe;
  display: block;
  max-width: 155px;
  text-align: center;
}
@media (max-width: 767px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left .link-wrapper a {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.navigating-excelence-wrapper .navigating-excelenct-inner .navigating-left .link-wrapper a:hover {
  background-color: transparent;
  color: #fffefe;
}
.navigating-excelence-wrapper .navigating-excelenct-inner .navigating-right {
  margin-left: -115px;
}
@media (max-width: 1648px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-right {
    margin-left: -85px;
  }
}
@media (max-width: 1235px) {
  .navigating-excelence-wrapper .navigating-excelenct-inner .navigating-right {
    margin-left: 0;
  }
}
.navigating-excelence-wrapper .navigating-excelenct-inner .navigating-right .image-box img {
  width: 100%;
}

.home-services-wrapper {
  margin-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 575px) {
  .home-services-wrapper {
    padding-top: 65px;
    margin-bottom: 65px;
  }
}
.home-services-wrapper .top-section {
  margin-bottom: 50px;
}
.home-services-wrapper .top-section .section-header {
  color: #0a0a0a;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.home-services-wrapper .top-section .section-header::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #f7ce46;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.home-services-wrapper .top-section h3 {
  font-size: 50px;
  color: black;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home-services-wrapper .top-section h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .home-services-wrapper .top-section h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .home-services-wrapper .top-section h3 {
    font-size: 26px;
  }
}
.home-services-wrapper .container-fluid {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .home-services-wrapper .container-fluid {
    padding: 0 12px;
  }
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item {
  overflow: hidden;
  position: relative;
  transition: 1s ease-in-out;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item .image-box img {
  width: 100%;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item .image-box .link-wrapper {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item .image-box .link-wrapper a {
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 400;
  background-color: white;
  padding: 5px 15px;
  transition: 0.3s ease-in-out;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item .image-box .link-wrapper a:hover {
  background-color: #f7ce46;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item .home-services-details {
  background-color: rgba(247, 206, 70, 0.9);
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: 0.3s ease-in-out;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item .home-services-details .link-wrapper {
  margin-bottom: 20px;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item .home-services-details .link-wrapper a {
  color: white;
  font-size: 18px;
  font-weight: 400;
  background-color: black;
  padding: 5px 15px;
  transition: 0.3s ease-in-out;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item .home-services-details .link-wrapper a:hover {
  background-color: white;
  color: black;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item .home-services-details .para p {
  color: black;
  font-size: 18px;
}
.home-services-wrapper .home-services-slider-wrapper .home-services-slider .item .our-services-item:hover .home-services-details {
  top: 0;
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box {
  position: relative;
  overflow: hidden !important;
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .main-top-box .image-box img {
  width: 100%;
}
@media (max-width: 575px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .main-top-box .image-box img {
    min-height: 300px;
    object-fit: cover;
  }
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .main-top-box .image-box h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .main-top-box .image-box h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .main-top-box .image-box h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .main-top-box .image-box h3 {
    font-size: 22px;
  }
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box {
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(247, 206, 70, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box .hover-inner-box {
  width: 63%;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box .hover-inner-box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box .hover-inner-box {
    width: 100%;
    padding: 10px 15px;
  }
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box .hover-inner-box .title-box {
  position: relative;
  margin-bottom: 50px;
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box .hover-inner-box .title-box h5 {
  margin-bottom: 0;
  position: absolute;
  background-color: black;
  padding: 6px 10px;
  font-size: 18px;
  color: white;
  font-weight: 400;
}
@media (max-width: 767px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box .hover-inner-box .title-box h5 {
    font-size: 14px;
  }
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box .hover-inner-box p {
  color: black;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box .hover-inner-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box .services-hover-box .hover-inner-box p {
    text-align: justify;
  }
}
.home-services-wrapper .home-services-slider-wrapper .services-inner-wrapper .services-box:hover .services-hover-box {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.bottom-contact-patch-wrapper {
  z-index: 2;
  margin-bottom: 50px;
}
.bottom-contact-patch-wrapper .contact-patch-inner {
  background-color: #f7ce46;
  padding: 35px 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  align-items: center;
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box .top-number {
  background-color: #f7ce46;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box .top-number .top-number-left {
  margin-right: 10px;
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box .top-number .top-number-right h6 {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box .top-number .top-number-right h5 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box:first-child {
  position: relative;
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box:first-child::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 180%;
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box:last-child {
  text-align: right;
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box:last-child a {
  padding: 18px 30px;
  background-color: #fffefe;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  border: 1px solid #fffefe;
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box:last-child a:hover {
  background-color: transparent;
  color: #fffefe;
}
.bottom-contact-patch-wrapper .contact-patch-inner .contact-patch-box h5 {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0;
}

.our-commitments-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .our-commitments-wrapper {
    margin-bottom: 65px;
  }
}
.our-commitments-wrapper .our-commitments-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 991px) {
  .our-commitments-wrapper .our-commitments-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.our-commitments-wrapper .our-commitments-inner .section-header {
  color: #0a0a0a;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.our-commitments-wrapper .our-commitments-inner .section-header::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #f7ce46;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.our-commitments-wrapper .our-commitments-inner h3 {
  font-size: 50px;
  color: black;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .our-commitments-wrapper .our-commitments-inner h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .our-commitments-wrapper .our-commitments-inner h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .our-commitments-wrapper .our-commitments-inner h3 {
    font-size: 26px;
  }
}
.our-commitments-wrapper .our-commitments-inner p {
  color: black;
  font-size: 18px;
}
@media (max-width: 767px) {
  .our-commitments-wrapper .our-commitments-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .our-commitments-wrapper .our-commitments-inner p {
    text-align: justify;
    font-size: 14px;
  }
}
.our-commitments-wrapper .our-commitments-inner .our-commitmets-right {
  margin-top: 15px;
}
.our-commitments-wrapper .our-commitments-inner .commitment-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 22px 0;
  position: relative;
}
.our-commitments-wrapper .our-commitments-inner .commitment-box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 100px);
  height: 1px;
  content: "";
  background-color: rgba(51, 51, 51, 0.2);
}
@media (max-width: 767px) {
  .our-commitments-wrapper .our-commitments-inner .commitment-box::after {
    width: 100%;
  }
}
.our-commitments-wrapper .our-commitments-inner .commitment-box .image-box {
  background-color: #f2f2f2;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .our-commitments-wrapper .our-commitments-inner .commitment-box .image-box {
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }
}
.our-commitments-wrapper .our-commitments-inner .commitment-box .commitment-right {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .our-commitments-wrapper .our-commitments-inner .commitment-box .commitment-right {
    width: calc(100% - 70px);
  }
}
.our-commitments-wrapper .our-commitments-inner .commitment-box .commitment-right h6 {
  font-size: 19px;
  color: black;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .our-commitments-wrapper .our-commitments-inner .commitment-box .commitment-right h6 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .our-commitments-wrapper .our-commitments-inner .commitment-box .commitment-right h6 {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .our-commitments-wrapper .our-commitments-inner .commitment-box .commitment-right h6 br {
    display: none;
  }
}

.our-partner-wrapper {
  background-color: #f7f7f7;
  margin-bottom: 50px;
  padding: 50px 0;
}
@media (max-width: 575px) {
  .our-partner-wrapper {
    margin-bottom: 65px;
  }
}
.our-partner-wrapper .section-header {
  color: #0a0a0a;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 50px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.our-partner-wrapper .section-header::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #f7ce46;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.our-partner-wrapper .companies-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .our-partner-wrapper .companies-inner-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .our-partner-wrapper .companies-inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.our-partner-wrapper .companies-inner-wrapper .companies-box {
  text-align: center;
}
.our-partner-wrapper .companies-inner-wrapper .companies-box .image-box {
  max-width: 262px;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #f7ce46;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 575px) {
  .our-partner-wrapper .companies-inner-wrapper .companies-box .image-box {
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
  }
}
.our-partner-wrapper .companies-inner-wrapper .companies-box .image-box img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.our-partner-wrapper .companies-inner-wrapper .companies-box .image-box:hover {
  border-color: #f7ce46;
}
.our-partner-wrapper .companies-inner-wrapper .companies-box .image-box:hover img {
  transform: scale(0.95);
}
.our-partner-wrapper .companies-inner-wrapper .companies-box h6 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  color: black;
}
@media (max-width: 991px) {
  .our-partner-wrapper .companies-inner-wrapper .companies-box h6 {
    font-size: 18px;
  }
}
.our-partner-wrapper .our-partner-inner .item .section-header {
  color: #0a0a0a;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.our-partner-wrapper .our-partner-inner .item .section-header::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #f7ce46;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.our-partner-wrapper .our-partner-inner .item h3 {
  font-size: 50px;
  color: black;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 50px;
}
.our-partner-wrapper .our-partner-inner .item .image-box {
  background-color: white;
  max-width: 150px;
  max-height: 115px;
  padding: 20px;
  border: 1px solid #dbdada;
  margin-bottom: 20px;
}
.our-partner-wrapper .our-partner-inner .item .image-box img {
  width: 100%;
}
.our-partner-wrapper .our-partner-inner .item .para p {
  font-size: 18px;
  font-weight: 400;
  color: black;
  font-style: italic;
  max-width: 92%;
}

.our-clients-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .our-clients-wrapper {
    margin-bottom: 65px;
  }
}
.our-clients-wrapper .our-clients-inner .section-header {
  color: #0a0a0a;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 50px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.our-clients-wrapper .our-clients-inner .section-header::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #f7ce46;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.our-clients-wrapper .our-clients-inner h3 {
  font-size: 50px;
  color: black;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 50px;
}
.our-clients-wrapper .our-clients-inner .clients-slider .item {
  padding: 2px;
}
.our-clients-wrapper .our-clients-inner .clients-slider .item .client-box {
  border: 1px solid #f7ce46;
  background-color: white;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 575px) {
  .our-clients-wrapper .our-clients-inner .clients-slider .item .client-box {
    padding: 6px;
  }
}
.our-clients-wrapper .our-clients-inner .clients-slider .item .client-box img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.our-clients-wrapper .our-clients-inner .clients-slider .item .client-box:hover {
  border-color: #f7ce46;
}
.our-clients-wrapper .our-clients-inner .clients-slider .item .client-box:hover img {
  transform: scale(0.95);
}
.our-clients-wrapper .our-clients-inner .team-slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1199px) {
  .our-clients-wrapper .our-clients-inner .team-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .our-clients-wrapper .our-clients-inner .team-slider {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-clients-wrapper .our-clients-inner .team-slider .item .client-box .image-box {
  margin-bottom: 10px;
}
.our-clients-wrapper .our-clients-inner .team-slider .item .client-box .image-box img {
  width: 100%;
}
.our-clients-wrapper .our-clients-inner .team-slider .item .client-box .details {
  text-align: center;
}
.our-clients-wrapper .our-clients-inner .team-slider .item .client-box .details h5 {
  font-size: 24px;
  color: black;
  font-weight: 400;
  margin-bottom: 0;
}
.our-clients-wrapper .our-clients-inner .team-slider .item .client-box .details p {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box {
  background-color: white;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  width: 31.5%;
}
@media (max-width: 1199px) {
  .our-clients-wrapper .our-clients-inner .team-slider .team-box {
    width: 100%;
  }
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box {
  padding: 50px 15px 75px 15px;
}
@media (max-width: 767px) {
  .our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box {
    padding: 70px 15px 105px 15px;
  }
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box .image-box {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box .image-box {
    width: 190px;
    height: 190px;
  }
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box .image-box img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  max-height: 200px;
}
@media(max-width: 767px){
    .our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box .image-box img{
        max-height: 190px;
    }
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box .designation {
  text-align: center;
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box .designation h6 {
  font-size: 30px;
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box .designation h6 {
    font-size: 22px;
  }
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box .designation p {
  font-size: 18px;
  font-weight: 500;
  color: #0a0a0a;
}
@media (max-width: 767px) {
  .our-clients-wrapper .our-clients-inner .team-slider .team-box .team-main-box .designation p {
    font-size: 14px;
  }
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 15px;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg);
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .nav-item {
  width: 50%;
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .nav-item button {
  background-color: white;
  border: 1px solid black;
  text-transform: uppercase;
  color: black;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
}
@media (max-width: 575px) {
  .our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .nav-item button {
    font-size: 14px;
  }
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .nav-item button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .nav-item .active {
  background-color: black;
  color: white;
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .tab-content-inner-wrapper {
  margin-top: 40px;
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .tab-content-inner-wrapper .details-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .tab-content-inner-wrapper .details-box .left-side p {
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  color: black;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .tab-content-inner-wrapper .details-box .left-side p {
    font-size: 14px;
  }
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .tab-content-inner-wrapper .details-box .right-side span {
  background-color: #f7ce46;
  padding: 0px 10px;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  color: black;
  display: block;
}
@media (max-width: 575px) {
  .our-clients-wrapper .our-clients-inner .team-slider .team-box .team-hover-box .tab-content-inner-wrapper .details-box .right-side span {
    font-size: 14px;
  }
}
.our-clients-wrapper .our-clients-inner .team-slider .team-box:hover .team-hover-box {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}

.our-team-wrappper {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 50px 0;
}
@media (max-width: 575px) {
  .our-team-wrappper {
    padding-bottom: 65px;
  }
}

.our-locations-wrapper {
  background-color: #050401;
  padding: 50px 0;
}
@media (max-width: 575px) {
  .our-locations-wrapper {
    padding: 65px 0;
  }
}
.our-locations-wrapper .our-locations-inner .section-header {
  color: white;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 50px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.our-locations-wrapper .our-locations-inner .section-header::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #f7ce46;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.our-locations-wrapper .our-locations-inner h3 {
  font-size: 50px;
  color: white;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 50px;
}
.our-locations-wrapper .our-locations-inner .locations-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (max-width: 1199px) {
  .our-locations-wrapper .our-locations-inner .locations-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .our-locations-wrapper .our-locations-inner .locations-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .our-locations-wrapper .our-locations-inner .locations-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-locations-wrapper .our-locations-inner .locations-inner .location-box {
  background-color: #202020;
  text-align: center;
  padding: 25px 15px 10px 15px;
}
@media (max-width: 1399px) {
  .our-locations-wrapper .our-locations-inner .locations-inner .location-box {
    padding: 20px 15px 10px 15px;
  }
}
.our-locations-wrapper .our-locations-inner .locations-inner .location-box h5 {
  color: #f7ce46;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .our-locations-wrapper .our-locations-inner .locations-inner .location-box h5 {
    font-size: 18px;
  }
}
.our-locations-wrapper .our-locations-inner .locations-inner .location-box p {
  color: white;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .our-locations-wrapper .our-locations-inner .locations-inner .location-box p {
    font-size: 14px;
    line-height: 24px;
  }
}
.our-locations-wrapper .our-locations-inner .locations-inner .location-box p a {
  text-decoration: none;
  color: white;
  transition: 0.3s ease-in-out;
}
.our-locations-wrapper .our-locations-inner .locations-inner .location-box p a:hover {
  color: #f7ce46;
}

.enquiry-section-wrapper {
  background-color: #f7ce46;
  padding-top: 50px;
  padding-bottom: 50px;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .section-header {
  color: #0a0a0a;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .section-header::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: white;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.enquiry-section-wrapper .enquiry-inner-wrapper h3 {
  font-size: 50px;
  color: black;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .enquiry-section-wrapper .enquiry-inner-wrapper h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .enquiry-section-wrapper .enquiry-inner-wrapper h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .enquiry-section-wrapper .enquiry-inner-wrapper h3 {
    font-size: 26px;
  }
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 1399px) {
  .enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-left .row-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-left .row-wrapper {
    grid-template-columns: 1fr;
  }
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-left .row-wrapper .form-group input {
  border-radius: 0;
  padding: 20px 15px;
  color: black;
}
@media (max-width: 767px) {
  .enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-left .row-wrapper .form-group input {
    padding: 15px;
  }
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-left .row-wrapper .form-group input:focus {
  box-shadow: none;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-right .row-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-right .row-wrapper {
    grid-template-columns: 1fr;
  }
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-right .row-wrapper .form-group textarea {
  padding: 12px 15px;
  border-radius: 0;
  height: 142px;
  resize: none;
  color: black;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-right .row-wrapper .form-group textarea:focus {
  box-shadow: none;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner .enquiry-form-right .row-wrapper .lastcolhalf {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner ::-ms-input-placeholder {
  color: black;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .enquiry-form-inner ::placeholder {
  color: black;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .form-position-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .form-position-wrapper .submit-btn-wrapper {
    margin-top: 50px;
  }
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .form-position-wrapper .submit-btn-wrapper .submit-btn {
  width: 100%;
  color: white;
  background-color: black;
  border: 1px solid black;
  padding: 7px 24px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .form-position-wrapper .submit-btn-wrapper .submit-btn:hover {
  background-color: transparent;
  color: black;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form label {
  height: 22px;
}
.enquiry-section-wrapper .enquiry-inner-wrapper .enquiry-form-wrapper form .g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
}

footer {
  background-color: #373633;
}
footer .footer-top-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #4b4a47;
}
footer .footer-top-wrapper .footer-top-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-top-wrapper .footer-top-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  footer .footer-top-wrapper .footer-top-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .footer-top-wrapper .footer-top-inner .footer-box:first-child {
  max-width: 30%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  footer .footer-top-wrapper .footer-top-inner .footer-box:first-child {
    max-width: 37%;
  }
}
@media (max-width: 991px) {
  footer .footer-top-wrapper .footer-top-inner .footer-box:first-child {
    max-width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 767px) {
  footer .footer-top-wrapper .footer-top-inner .footer-box:first-child {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
footer .footer-top-wrapper .footer-top-inner .footer-box .para p {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 575px) {
  footer .footer-top-wrapper .footer-top-inner .footer-box .para p {
    text-align: justify;
    font-size: 14px;
  }
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-social a {
  text-decoration: none;
  display: block;
  color: #282724;
  background-color: #4a4a4a;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  transition: 0.3s ease-in-out;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-social a:hover {
  color: white;
  background-color: #f7ce46;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-social a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-top-wrapper .footer-top-inner .footer-box .section-header {
  color: white;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .section-header::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #f7ce46;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
footer .footer-top-wrapper .footer-top-inner .footer-box ul {
  margin: 0;
  padding: 0;
}
footer .footer-top-wrapper .footer-top-inner .footer-box ul li {
  list-style: none;
  margin-bottom: 5px;
}
footer .footer-top-wrapper .footer-top-inner .footer-box ul li a {
  text-decoration: none;
  color: #999999;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
footer .footer-top-wrapper .footer-top-inner .footer-box ul li a:hover {
  color: #f7ce46;
  padding-left: 5px;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-address-box {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-address-box:last-child {
  margin-bottom: 0;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-address-box .icon-box {
  margin-right: 15px;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-address-box .icon-box i {
  color: #f7ce46;
  font-size: 18px;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-address-box .para p {
  margin-bottom: 0;
  color: #999999;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-address-box .para p a {
  text-decoration: none;
  color: #999999;
  transition: 0.3s ease-in-out;
}
footer .footer-top-wrapper .footer-top-inner .footer-box .footer-address-box .para p a:hover {
  color: #f7ce46;
}
footer .footer-bottom-wrapper {
  text-align: center;
}
footer .footer-bottom-wrapper .footer-bottom-inner {
  text-align: center;
  padding: 20px 0 40px 0;
}
footer .footer-bottom-wrapper .footer-bottom-inner p {
  margin-bottom: 0;
  font-size: 13px;
  color: #999999;
  font-weight: 400;
}

#mobileMenuClose:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.demo-header .mobilemenu-btn span:nth-child(1) {
  transform: translate(0, -8px);
}
.demo-header .mobilemenu-btn span:nth-child(3) {
  transform: translate(0, 8px);
}
.demo-header .menu-toggle {
  border-radius: 0;
  border: none;
  background-color: transparent !important;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  height: 26px;
  width: 29px;
}
.demo-header .menu-toggle:focus {
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
}
.demo-header .menu-toggle, .demo-header .menu-toggle:hover {
  color: #000;
}
.demo-header .menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: black;
  transition: all 0.3s ease;
}
.demo-header .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -8px);
}
.demo-header .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
}
.nav-open .demo-header .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.nav-open .demo-header .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}
.nav-open .demo-header .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}

.nav-open {
  overflow: hidden;
}

.mobile-menu-demo-wrapper {
  position: fixed;
  right: 0;
  top: 69px;
  width: 0%;
  height: calc(100vh - 69px);
  z-index: 999;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform-style: preserve-3d;
}
.mobile-menu-demo-wrapper ul {
  margin: 0;
  padding: 0;
  margin-top: 100px;
}
.mobile-menu-demo-wrapper ul li {
  list-style: none;
  border-bottom: 2px solid rgba(51, 51, 51, 0.03);
}
.mobile-menu-demo-wrapper ul li a {
  color: #333333;
  padding: 12px 15px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: block;
  font-size: 18px;
}
.mobile-menu-demo-wrapper ul li a:hover {
  color: #f7ce46;
}

.mobile-menu-demo-open {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.swal-footer {
  text-align: center !important;
}

.error {
  font-size: 13px;
  color: red !important;
}

.mobile-address{
    display: none;
}
@media(max-width: 767px){
    .mobile-address{
    display: block;
}
.desktop-address{
    display: none;
}
}

/*# sourceMappingURL=style.css.map */
