.footer-sec a {
  color: white;
  font-size: 14px !important;
}

.footer-sec a:hover {
  color: #000;
}

.footer-rights {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
}

.footer-li {
  border-right: 1px solid;
  border-right-color: #895700;
  margin-right: 0px;
  padding-right: 10px;
}

.footer-last-row {
  margin-top: 40px !important;
}
.PrivacyPolicyPopover{
  cursor: pointer;
}
.popover {
  white-space: pre-wrap;
}
#social-footer a{
    text-align: center;

    border: none !important;
    padding: 6px 7px;
    line-height: 18px;
}
#social-footer a:hover{
background-color: #B28332;
}
#social-footer a:not(.btn-circle):hover {
  transform: none;
}
.footer-img-wrapper{
  margin-left: 10px;
}
@media(max-width:992px){
  #footer-lg{
    display: none;
  }
}
@media(min-width:992px){
  #footer-md{
    display: none;
  }
}
@media (max-width: 468px) {
  .footer-last-row {
    flex-direction: column-reverse;
  }

  .progress-wrapper {
    width: 30% !important;
  }

  .navbar-brand img {
    height: 40px;
  }

  .navbar.fixed.transparent .logo-dark {
    height: 40px !important;
    width: 168.45px !important;
  }

  .footer-li {
    border-right: 0px;
  }
 .footer-last-row {
    margin-top: 0px !important;
  }
  #social-footer{
    margin-bottom: 15px;
  }
  .footer-img-wrapper{
    margin-left: 0px;
  }
}

@media (min-width: 760px) and (max-width: 768px) {
  footer.ftrs-scs nav.nav.social a {
    margin-left: 0px;
    /* margin-top: 15%; */
    padding: 5px 5px;
  }
  #social-footer a {
    padding: 6px 0px;
}
  .footer-img-wrapper img {
    width: 175px;
    height: 100%;
  }

  .index-footer-sec {
    margin-top: 10px !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  footer.ftrs-scs nav.nav.social a {
    /* margin-left: 10px;
    padding: 4px 4px;
    margin-top: 15%; */
  }

  .footer-img-wrapper img {
    width: 175px;
    height: 100%;
  }

  .index-footer-sec {
    margin-top: 10px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer.ftrs-scs nav.nav.social a {
    margin-left: 10px;
    padding: 5px 5px;
  }
}

/* For header styling start */
@media(max-width:468px){
  .dropdown-menu {
    box-shadow: none;
  }
}

@media (min-width: 468px) {
  .header-inside-icon {
    display: none;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .offcanvas-nav {
    width: 19rem;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .offcanvas-nav {
    width: 22rem;
  }
}

/* For header styling end  */

/* for index first section styling start  */
@media (max-width: 468px) {
  .hm-crslc-sw {
    height: 50vh !important;
  }

  .insblsx,
  .carousel-cell {
    height: 50vh;
  }

  .insblsx img {
    height: 50vh !important;
  }
}

/* for index first section styling end  */
.graphic-design {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.2px;
}

.Privacy-Policy {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  /* padding: 0; */
}

.history-section-wrapper {
  background-image: url("../img/history-background.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.tapl-history {
  text-align: center;
}

.tapl-history h2 {
  color: #251c0b;
  font-size: 34px;
}

.progress-wrapper {
  width: 10%;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  position: relative;
}

.progress-bar {
  height: 100%;
  width: 0;
  border-radius: 10px;
  background-color: #b28332;
  animation: fillAnimation 12s linear infinite;
}

@keyframes fillAnimation {

  0%,
  100% {
    width: 0;
  }

  40%,
  60% {
    width: 100%;
  }

  70% {
    width: 100%;
  }

  80%,
  100% {
    width: 0;
  }
}

h4.tp-ttls.lns-c::before {
  content: "";
  width: 75%;
  height: 2px;
  background: #b28332;
  position: absolute;
  left: 75%;
  animation: scrollFromRight 5s linear forwards;
  z-index: 1;
}

@keyframes scrollFromRight {
  0% {
    left: 100%;
  }

  50% {
    left: 50%;
  }

  100% {
    left: 25%;
    width: 77%;
  }
}

/* Our Core Section Css */
.ourcore {
  margin-bottom: 40px;
}

.ourcore .linksadd {
  background: #B28332;
  border-radius: 10px;
  padding: 60px 20px;
}

.ourcore .carousel-link {
  display: block;
      /* color: #251C0B; */
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.links-number {
  padding-right: 15px;
  padding-left: 0px;
}

.ourcore .carousel-link::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: lightgray;
  margin-right: 10px;
  display: none;
}

.ourcore .active-link::before {
  background-color: #fff;
  display: block;
}

.ourcore .carousel-link:hover {
  /* color: #fff; */
  color: #251C0B;
  text-decoration: none;
}

.ourcore .carousel-link.active-link {
  transform: scale(1.3);
  text-decoration: none;
}

.ourcore #contentCol,
#imageCol {
  border-radius: 5px;
}

.ourcore #contentCol h2 {
  color: #b28332;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  margin-top: 20px;
}

.ourcore .elevating {
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 500;
  margin-top: 40px;
  line-height: 35px;
}

.ourcore .excellence {
  color: #251c0b;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  /* padding: 30px 0px 0px 20px; */
  padding: 30px 10px 0px 10px;
  text-align:left;
}

.ourcore .core-head {
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 38px;
  font-weight: 500;
}

.ourcore .tapls-vision {
  color: #251c0b;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
}

.ourcore #imageCol img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.ourcore .sld-background1 {
  background-color: #b28332;
  width: 160px;
  padding: 8px 12px;
  text-align: center;
  border-radius: 50px;
  margin-top: 40px;
}

.ourcore .sld-background1:hover {
  background: #251c0b;
  transition: 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-3px);
}

.ourcore .sld-background1 i {
  color: white;
}

.ourcore .sld-background1 a.sld-btn {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding-left: 0px;
  transition: 0.3s all ease;
  position: relative;
}

.content-teamwork .first-content {
  color: #251c0b;
  font-family: Poppins;
  font-size: 23px;
  font-weight: 400;
  margin-left: 10px;
}

.content-teamwork .second-content {
  color: #000;
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 400;
  margin-top: 30px;
  margin-left: 30px;
}

.content-integrity .first-content {
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 400;
}

.content-integrity .second-content {
  color: #000;
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 400;
  margin-top: 40px;
  margin-left: 30px;
}

.commitment-first {
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 400;
}

.commitment-second {
  color: #000;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 400;
  margin-top: 40px;
  margin-left: 30px;
}

#imageCol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ourcore .content {
  position: relative;
  overflow: hidden;
}

.ourcore .content img {
  transition: transform 0.3s;
  max-width: 100%;
  height: auto;
}

.ourcore .content:hover img {
  transform: scale(1.1);
}

.ourcore .sustainability-first {
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 400;
}

.ourcore .sustainability-second {
  color: #000;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 400;
  margin-top: 40px;
  margin-left: 30px;
}

.ourcore .accountability-first {
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 400;
}

.ourcore .accountability-second {
  color: #000;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 400;
  margin-top: 40px;
  margin-left: 30px;
}

.ourcore .content {
  display: none;
  position: relative;
  width: 100%;
}

.content.active {
  left: 0;
  display: block !important;
  animation: fadeInFromRight 0.5s ease-in-out;
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-content {
  animation: slideAnimation 0.5s ease-in-out;
}

.reverse.animate-content {
  animation: reverseSlideAnimation 0.5s ease-in-out;
}

.animate-content {
  animation: slideAnimation 0.5s ease-in-out;
}

/* Styles for the active link */
.ourcore .carousel-link.active-link {
  transform: scale(1.3);
  text-decoration: none;
  font-family: Playfair Display;
  font-size: 20px;
}

/* Add animation classes for slide-in effect */
.ourcore .content.active.animate-content {
  animation: slideAnimation 0.5s ease-in-out;
}

.ourcore .content.active.reverse.animate-content {
  animation: reverseSlideAnimation 0.5s ease-in-out;
}

/* Keyframes for slide-in animation */
@keyframes slideAnimation {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes reverseSlideAnimation {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ourcore .image-content {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  flex-basis: 100%;
  max-width: 100%;
}

.ourcore .image-content img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.3s;
}

.ourcore .image-content.active img {
  transform: scale(1.1);
}

@media (max-width: 468px) {
  .our-core-box {
    display: none;
  }

  .ourcore .core-head {
    font-size: 28px;
  }

  .ourcore .linksadd {
    padding: 0px;
    width: 90%;
    margin: 0px 15px;
  }

  .ourcore .carousel-link::before {
    width: 25px;
  }

  .ourcore .carousel-link {
    padding: 20px 30px;
  }

  .ourcore .horizental-line {
    display: none;
  }

  .ourcore .excellence {
    margin-bottom: 10px !important;
    font-size: 13px;
    padding-top: 10px;
  }

  .ourcore .elevating {
    font-size: 24px;
    margin-top: 20px;
    line-height: 30px;
  }

  .ourcore .tapls-vision {
    font-size: 13px;
  }
}

@media (min-width: 469px) and (max-width: 991px) {
  .our-core-box {
    display: none;
  }

  .ourcore .linksadd {
    padding: 60px 30px;
  }

  .ourcore .carousel-link::before {
    width: 60px;
  }

  .ourcore .horizental-line {
    display: none;
  }

  .ourcore .excellence {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .ourcore .linksadd {
    padding: 30px 20px;
  }

  .ourcore .excellence {
    /* padding: 0px 0px 0px 15px; */
    padding: 0px 0px 0px 0px;
    font-size: 14px;
  }

  .ourcore #imageCol img {
    height: 75vh;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .ourcore #imageCol img {
    height: 70vh;
  }
}

/* Testomonial Sectio  */
.testimonial-section {
  background: #251c0b;
  background-image: url("../img/test-back.webp");
  background-repeat: no-repeat;
  background-position-y: 100%;
}

.testimonial-section .testimonial-content {
  color: white;
  padding: 150px 150px 150px 0px;
}

.testimonial-section .testimonial-picture-sec {
  display: flex;
  justify-content: end;
}

.picture-slider {
  background-color: #251c0b;
  background-image: url("../img/testimonial-group.webp");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 543px;
  position: relative;
}

.picture-slider .testimonial-content {
  color: white;
  font-size: 18px;
  font-family: Poppins;
}

.picture-slider .test-row-wrapper {
  display: flex;
  position: absolute;
  top: 35%;
  text-align: justify;
}

.picture-slider .pict-test-wrapper {
  display: flex;
  justify-content: end;
}

.picture-slider .testimonial-content {
  padding: 0px 80px;
}

.picture-slider .owl-stage {
  width: 100% !important;
}

.picture-slider .owl-item.active {
  width: 100% !important;
}

.picture-slider .owl-nav.disabled {
  display: none;
}

.picture-slider .owl-dots.disabled {
  display: none;
}

@media (max-width: 468px) {
  .testimonial-section .testimonial-content {
    font-size: 9px;
    color: white;
    padding: 35px 0px 0px 0px;
  }

  .testimonial-section .testimonial-picture-sec img {
    width: 100%;
    height: 25vh;
  }

  .testimonial-section .testimonial-content img {
    width: 8%;
  }

  .picture-slider .pict-test-wrapper img {
    width: 100%;
  }

  .picture-slider .testimonial-content {
    padding: 0px 0px;
  }

  .picture-slider .testimonial-content {
    color: white;
    font-size: 10px;
  }

  .picture-slider {
    height: 350px;
  }

  .picture-slider .test-row-wrapper {
    flex-direction: column;
    top: 20%;
  }

  .picture-slider {
    background-image: none;
  }
}

@media (min-width: 469px) and (max-width: 767px) {
  .picture-slider .test-row-wrapper {
    display: block;
    top: 15% !important;
  }

  .picture-slider .pict-test-wrapper {
    justify-content: center;
  }

  .picture-slider .pict-test-wrapper img {
    width: 51% !important;
    height: 53px;
  }
}

@media (min-width: 469px) and (max-width: 768px) {
  .picture-slider .pict-test-wrapper img {
    width: 100%;
  }

  .picture-slider .testimonial-content {
    padding: 0px 20px;
    color: white;
    font-size: 12px;
  }

  .picture-slider {
    height: 250px;
  }

  .picture-slider .test-row-wrapper {
    top: 35%;
    justify-content: center;
  }

  .picture-slider {
    background-image: none;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .picture-slider .pict-test-wrapper img {
    width: 100%;
  }

  .picture-slider .testimonial-content {
    padding: 0px 20px;
  }

  .picture-slider .testimonial-content {
    font-size: 14px;
  }
}

@media (min-width: 1201px) and (max-width: 1370px) {
  .picture-slider .testimonial-content {
    font-size: 15px;
  }

  .picture-slider {
    height: 450px;
  }
}

@media (min-width: 469px) and (max-width: 599px) {
  .testimonial-section .testimonial-content {
    font-size: 12px;
    color: white;
    padding: 8px 0px;
  }

  .testimonial-section .testimonial-picture-sec img {
    width: 100%;
    height: 33vh;
  }

  .testimonial-section .testimonial-content img {
    width: 8%;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .testimonial-section .testimonial-content {
    font-size: 12px;
    color: white;
    padding: 50px 0px;
  }

  .testimonial-section .testimonial-picture-sec img {
    width: 100%;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .testimonial-section .testimonial-picture-sec img {
    width: 100%;
    height: 70vh;
  }
}

@media (min-width: 1440px) {
  .picture-slider .testimonial-content {
    padding: 0px 160px 0px 80px;
  }
}

/* faq home page  */
.faq .accordian {
  padding-left: 60px;
}

.faq ul,
ol {
  margin: 0;
  padding: 0;
}

.faq li {
  list-style: none;
  padding: 0;
}

.faq a {
  text-decoration: none;
  transition: all 0.25s ease;
}

.faq .accordian .title {
  padding: 25px 0px;
  margin: 0;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  transition: all 0.25s ease;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: Helvetica !important;
}

.faq .accordian ul ul li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.faq .accordian ul ul {
  display: none;
}

.faq .fa {
  transition: all 0.25s ease;
  float: right;
}

.faq .accordian h3 {
  cursor: pointer;
}

.faq .fa {
  font-size: 16px !important;
}

.faq .fa-minus {
  font-size: 14px !important;
  font-weight: bold !important;
}

.faq {
  background-color: #251c0b;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}

.faq-heading h2 {
  color: #fff;
  font-family: Playfair Display;
  font-size: 43px;
  font-weight: 500;
  text-align: left;
}

.vertical-line {
  border-left: 5px solid #b98a36;
  height: 200px;
  padding-top: 30px;
  position: absolute;
}

/* Plus and minus icons */

/*** latest news **/
.latest-news {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url("../img/star-line.webp");
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: -50%;
}

.latest-btn {
  background-color: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding-bottom: 20px;
}

.comp {
  border: 1px solid #000;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  background-color: #251c0b;
  margin-top: 100px;
  z-index: 1;
  position: relative;
}

.latest-news .comp a button {
  color: white;
  background-color: transparent;
  border: none;
  font-weight: bold;
}

.comp h2 {
  font-family: "Playfair Display";
  font-size: 62px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  color: #fff;
}

.comp hr {
  width: 100px;
  margin-left: 0px;
  color: gray;
  border: 2px solid;
}

.comp-box {
  left: 219px;
  background-size: cover;
  top: 100px;
  position: relative;
}

.bottom-img-faq {
  width: 100%;
  position: relative;
  top: 0px;
  left: -81px;
  rotate: -1deg;
  height: 288px;
  padding-bottom: 0px;
}

.news {
  position: relative;
  padding-top: 50px;
  padding-bottom: 150px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  left: -200px;
  padding-left: 230px;
  width: 950px;
  border-radius: 5px;
  overflow-x: hidden;
}

.news .main-btn {
  border: none;
  color: #000;
  background-color: transparent;
  position: absolute;
  right: 20px;
}

.news .main-btn:hover span {
  color: #b98a36;
  text-decoration: underline;
  transition: 0.9s ease-in-out;
  margin-left: 10px;
}

.latest-news .comp-profile-btn {
  border: none;
  background-color: transparent;

  color: white;
}

.latest-news a button:hover {
  color: #b98a36;
  text-decoration: underline;
}

.latest-news .comp .comp-profile-btn:hover span {
  margin-left: 10px;
  transition: 0.9s ease-in-out;
  color: #b98a36;
  text-decoration: none !important;
}

.news .opt-1 {
  padding-right: 120px;
}

.news .opt-1:hover {
  color: #b98a36;
  transition: 1s ease-in-out;
}

.news .opt-1:hover p {
  color: #b98a36;
  transition: 1s ease-in-out;
}

.news .opt-1 button {
  border: none;
  color: #b98a36;
  background: transparent;
  font-weight: 600;
}

.news .opt-1:hover button {
  color: #000;
  transition: 1s ease-in-out;
}

.news .opt-1 h2 {
  font-family: "Playfair Display";
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
}

.news .opt hr {
  width: 100px;
  margin-left: 0px;
  color: #b98a36;
  border: 2px solid;
}

.news .opt-1 img {
  width: 14px;
  height: 14px;
  top: 18px;
  margin-right: 5px;
}

.news .opt-1 p {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  text-align: left;
  margin-top: 10px;
  color: #251c0b;
}

.news .opt-1 hr {
  border: 1px solid;
  height: 1px;
  width: 300px;
}

.news .opt-1 .opt-1-button {
  display: flex;
  justify-content: end;
}

/*** moving circle ***/
.our-core-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: auto;
  background-color: #926c2aaf;
  offset-path: path("M 30,39 Q 136,13 155,120 Q 129,-100 250,102 Q 286,83 325,10  Q 429,200 450,50 Q 480, -120 500 100  Q 300,-20 150 0 "
    );
  animation: roller-coaster 25s alternate infinite ease-in-out;
}

@keyframes roller-coaster {
  100% {
    offset-distance: 100%;
  }
}

.box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  background-color: #b9893654;
  position: absolute;
  offset-path: path("M 80,200 H 77 L 99,505 C 250,100 200,100 250,-80 L 350,430 L 412,50 H 410  C 500,250 360,-100 600,400 C 650,250 700,50 750,500 C 900,50 800,200 950,-50 C 1150,50 900,40 1150,500"
    );

  animation: pulse 40s alternate infinite ease-in-out;
}

@keyframes pulse {
  100% {
    offset-distance: 100%;
  }
}

@media (max-width: 320px) {
  .news .opt-1 hr {
    border: 1px solid;
    height: 1px;
    width: 150px;
  }

  .news .opt-1 .opt-1-button {
    display: flex;
    justify-content: start;
  }
}

@media (max-width: 468px) {
  .box {
    display: none;
  }
}

@media (min-width: 469px) and (max-width: 768px) {
  .box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    background-color: #b9893654;
    position: absolute;
    offset-path: path("M 80,200 H 77 L 99,505 C 250,100 200,100 250,250 L 350,430 L 412,50 H 410  C 500,250 360,150 600,400 "
      );

    animation: pulse 25s alternate infinite ease-in-out;
  }

  @keyframes pulse {
    100% {
      offset-distance: 100%;
    }
  }
}

@media (min-width: 769px) and (max-width: 919px) {
  .box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    background-color: #b9893654;
    position: absolute;
    offset-path: path("M 80,200 H 77 L 99,505 C 250,100 200,100 250,250 L 350,430 L 412,50 H 410  C 500,250 360,150 600,400 C 650,250 700,50 600,200 "
      );

    animation: pulse 25s alternate infinite ease-in-out;
  }

  @keyframes pulse {
    100% {
      offset-distance: 100%;
    }
  }
}
@media (min-width: 920px) and (max-width: 1024px) {
  .box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    background-color: #b9893654;
    position: absolute;
    offset-path: path("M 80,200 H 77 L 99,505 C 250,100 200,100 250,250 L 350,430 L 412,50 H 410  C 500,250 360,150 600,400 C 650,250 700,50 750,-100 "
      );

    animation: pulse 25s alternate infinite ease-in-out;
  }

  @keyframes pulse {
    100% {
      offset-distance: 100%;
    }
  }
}

.box1 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
  background-color: #b9893654;
  position: absolute;
  offset-path: path("M 80 39 Q 136 653 185 160 Q 229 110 313 152");
  animation: roller-coaster 5s alternate infinite ease-in-out;
  animation-direction: roller-coaster 5s alternate infinite ease-in-out;
}

@keyframes roller-coaster {
  100% {
    offset-distance: 100%;
  }
}

.latest-news .comp .box2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
  background-color: #b9893654;

  offset-path: path("M 40,40 V 70 L 61,59 L 52,169 L 183,105 L 102,316 L 333,168 L 244,140 L 140,0"
    );
  animation: scribble 4s infinite ease-in-out;
}

@keyframes scribble {
  100% {
    offset-distance: 100%;
  }
}

@media screen and (max-width: 468px) {
  .latest-news .comp .box2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    background-color: #b9893654;
    offset-path: path("M 40,40 V 70 L 61,59 L 52,169 L 83,05 L 02,16 L 33,68 L 44,40 L 40,0"
      );
    animation: scribble 4s infinite ease-in-out;
  }

  @keyframes scribble {
    100% {
      offset-distance: 100%;
    }
  }

  .box1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    background-color: #b9893654;
    position: absolute;
    offset-path: path("M 30 39 Q 36 533 85 60 Q 29 10 13 52");
    animation: roller-coaster 5s alternate infinite ease-in-out;
    animation-direction: roller-coaster 5s alternate infinite ease-in-out;
  }

  @keyframes roller-coaster {
    100% {
      offset-distance: 100%;
    }
  }
}

@media (max-width: 768px) {
  .latest-news {
    padding-top: 0px;
    background-image: none;
  }

  .bottom-img-faq {
    display: none;
  }
}

@media screen and (min-width: 2560px) {

  .insblsx,
  .carousel-cell {
    height: 100vh;
  }
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {
  .hm-crslc-sw {
    height: 100vh !important;
  }

  .insblsx,
  .carousel-cell {
    height: 100vh;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .news {
    width: 870px;
  }
}

@media screen and (min-width: 1399px) and (max-width: 1600px) {

  .insblsx,
  .carousel-cell {
    height: 100vh !important;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1398px) {
  .news {
    position: relative;
    width: 150%;
  }

  .comp h2 {
    font-size: 45px;
  }

  .comp-box {
    left: 25%;
  }

  .insblsx,
  .carousel-cell {
    height: 100vh !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1249px) {
  .news {
    width: 640px;
  }

  .comp-box {
    left: 25%;
  }
}

@media screen and (min-width: 1092px) and (max-width: 1199px) {
  .news {
    width: 710px;
  }

  .comp h2 {
    font-size: 32px;
  }

  .insblsx,
  .carousel-cell {
    height: 100vh !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1091px) {
  .latest-news {
    background-position-y: -110%;
  }

  .news {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    left: -275px;
    padding-left: 300px;
    width: 745px;
    border-radius: 5px;
    overflow-x: hidden;
  }

  .comp-box {
    left: 130px;
    top: 150px;
  }

  .comp-box img {
    width: 300px;
  }

  .comp h2 {
    font-size: 32px;
  }

  .faq-image img {
    width: 100%;
  }

  .bottom-img-faq {
    height: 200px;
  }

  .insblsx,
  .carousel-cell {
    height: 100vh !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .comp {
    width: 100%;
    margin-top: 20px;
  }

  .comp-box {
    left: 42%;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .faq-image {
    padding-top: 200px;
  }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  .news {
    padding-top: 150px;
    width: 100%;
    left: 0;
    padding-left: 20px;
  }

  .news .opt-1 p {
    padding-right: 0px;
  }

  .faq-image img {
    width: 100%;
  }
}

@media screen and (min-width: 501px) and (max-width: 600px) {
  .news {
    padding-top: 130px;

    width: 100%;

    left: 0;

    padding-left: 20px;
  }

  .news .opt-1 {
    padding-right: 0px;
  }

  .latest-news .comp a button {
    position: relative;
    top: -25rem;
  }

  .faq-image {
    padding-top: 200px;
  }
}

@media screen and (min-width: 401px) and (max-width: 500px) {
  .news {
    padding-top: 100px;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    left: 0;
    position: relative;
    padding-left: 10px;
    padding-bottom: 25px;
    box-shadow: none;
    left: 0;
    width: 100%;
    border-radius: 5px;
  }

  .news .opt h2 {
    padding-top: 50px;
  }

  .news .opt-1 {
    padding-right: 0;
    margin-left: 0;
  }

  .news .opt-1 p {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    padding-right: 0px;
  }

  .new .opt-1 hr {
    border: 1px solid;
    width: 10px;
  }

  .comp h2 {
    font-size: 32px;
  }

  .comp {
    padding-left: 30px;
  }

  .comp-box {
    left: 40%;
  }

  .comp-box img {
    width: 60%;
  }


  .faq-image img {
    width: 80%;
  }
}

@media screen and (min-width: 290px) and (max-width: 400px) {
  .comp h2 {
    font-size: 32px;
  }

  .news {
    padding-top: 100px;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    left: 0;
    position: relative;
    padding-left: 10px;
    padding-bottom: 25px;
    box-shadow: none;
    left: 0;
    width: 350px;
    border-radius: 5px;
  }

  .news .opt h2 {
    padding-top: 50px;
  }

  .news .opt-1 {
    padding-right: 0;
    margin-left: 0;
  }

  .news .opt-1 p {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    padding-right: 95px;
  }

  .new .opt-1 hr {
    border: 1px solid;
    width: 10px;
  }

  .faq-image img {
    width: 100%;
  }

  .comp-box {
    left: 40%;
  }

  .comp-box img {
    width: 60%;
  }

  .latest-news .comp a button {
    margin-left: -15px;
  }
}

.ourcore .ourcore-images {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 468px) {
  .comp {
    margin-top: 30px;
  }

  .latest-news {
    background-image: none;
  }

  .news .main-btn {
    right: 50px;
  }

  .bottom-img-faq {
    display: none;
  }
}

/* uncompromising-sec  */
#uncompromising-sec {
  background-image: url("../img/uncompromising-commitment-background.webp");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-position-y: 260%;
}

@media (max-width: 767px) {
  #uncompromising-sec {
    background-image: none;
  }
}

@media (max-width: 768px) {
  #our-values::before {
    background-image: none !important;
  }

  #our-values::after {
    background-image: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #uncompromising-sec {
    background-size: 50% 90%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  #uncompromising-sec {
    background-position-y: 280%;
    background-position-x: -120%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  #uncompromising-sec {
    background-position-y: 240%;
    background-position-x: -20%;
  }
}

/* Improvement, innovation and excellence  Section */
#our-values {
  position: relative;
  overflow: hidden;
}

#our-values::before,
#our-values::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
}

#our-values::before {
  top: 0;
  right: 0;
  background-image: url("../img/improvement-innovation-background1.webp");
  background-position: top right;
  background-size: 50% 100%;
}

#our-values::after {
  bottom: -22%;
  left: 0;
  background-image: url("../img/improvement-innovation-background2.webp");
  background-position: bottom left;
}

/* Social responsibilites */
.social-card-text h3 {
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
}

.social-main-para p {
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}

.emp-development li {
  font-family: Helvetica !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.workplace {
  font-family: Playfair Display;
}

.social-bg-line {
  background-color: #b28332;
}

.community-bg-img {
  position: absolute;
  left: 76%;
  width: 40%;
}

#employee-dev-sec {
  background-image: url("../img/community-bg-image.webp"),
    url("../img/awards-background2.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: right, bottom left;
  background-position-y: 17%, 100%;
}

#workplace-bg-image-sec {
  background-image: url("../img/workplace-bg-image.webp");
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #employee-dev-sec {
    background-image: none;
  }

  #workplace-bg-image-sec {
    background-image: none;
  }
}

@media (max-width: 375px) {
  #employee-dev-sec #MoreEvents .fnc-bx-two figure {
    height: 260px;
  }
}

@media (min-width: 376px) and (max-width: 468px) {
  #employee-dev-sec #MoreEvents .fnc-bx-two figure {
    height: 320px;
  }
}

@media (min-width: 469px) and (max-width: 768px) {
  #employee-dev-sec #MoreEvents .fnc-bx-two figure {
    height: 200px;
  }

  .social-card-text h3 {
    font-size: 18px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #employee-dev-sec #MoreEvents .fnc-bx-two figure {
    height: 220px;
  }
}

/* About US Section  */
#about-main {
  background-image: url("../img/about-us-background.webp") !important;
}

#tapl-is-leading-sec {
  background-image: url("../img/tapl-is-leading-background1.webp"),
    url("../img/tapl-is-leading-background2.webp");
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
}

#group-expansion-sec {
  background-image: url("../img/group-expaansion-background.webp") !important;
}

#about-history-sec {
  background-image: url("../img/Group.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 50%;
  background-position: bottom;
}

#about-us-bullets-sec {
  background-image: url("../img/Group.webp");
}

#about-us-bullets-sec ol {
  padding-left: 1.5rem;
}

@media (max-width: 768px) {

  #about-us-bullets-sec,
  #about-history-sec,
  #group-expansion-sec,
  #tapl-is-leading-sec {
    background-image: none;
  }
}

@media (max-width: 767px) {
  .hr-lft-md {
    border-left: 0px;
  }
}

/* Cleints page  */
#trusted-sec {
  background-image: url("../img/improvement-innovation-background1.webp"),
    url("../img/trusted-bottom-background.webp");
  background-position: top right, -1% 150%;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 768px) {
  #trusted-sec {
    background-image: none;
  }

  .client-img-container:hover .popup {
    display: none !important;
  }
}

/*.popup {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: -80%;*/
/*  left: 100%;*/
/*  transform: translateX(-50%);*/
/*  background-color: #fff;*/
/*  border-radius: 10px;*/
/*  box-shadow: 3px -6px 64px 0px rgba(0, 0, 0, 0.3);*/
/*  padding: 20px;*/
/*}*/

/*.client-img-container:hover .popup {*/
/*  display: block;*/
/*}*/
.popup {
  display: none;
  position: absolute;
  top: -80%;
  left: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px -6px 64px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
  animation-name: slowPopup;
  animation-duration: 3s; /* Adjust the duration as needed */
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.client-img-container:hover .popup {
  display: block;
}

.client-img-container {
  position: relative;
}

@keyframes slowPopup {
  from {
    opacity: 0;
    visibility: hidden;
    /* top: 100%; */
  }
  to {
    opacity: 1;
    visibility: visible;
    /* top: calc(100% + 10px); */
  }
}
.popup-image {
  margin-top: -50px;
}

.popup-image img {
  display: block;
  border-radius: 8px;
}

.hopital-para {
  color: #737373;
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 400;
}

.hopital-head {
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 18px;
  font-weight: 500;
}

@media(min-width:1300px){
  .client-img-container .client-img-logo{
  height: 180px;
  width: 200px;
  }
}
@media (min-width: 1801px) {
  .popup {
    top: -50%;
    left: 80%;
  }
}
/* Awards Section  */
#awards-background {
  background-image: url("../img/improvement-innovation-background1.webp"),
    url("../img/awards-background2.webp");
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
}

@media(max-width:768px) {
  #awards-background {
    background-image: none;
  }
}

/* Quality Section  */
.col-qua-lg {
  width: 20%;
}

.quality-content-wrapper {
  align-items: center;
  text-align: center;
  padding: 20px 0px;
  font-family: Helvetica;
  font-weight: 600;
  /* border: 2px solid #eee; */
  margin: 10px;
}

/* .quality-content-wrapper:hover {
  background: white;
  transition: 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-3px);

} */
/* .quality-content-wrapper:hover p{
  color: black !important;
} */
/* .quality-content-wrapper img{
  filter: grayscale(40%);
  transition: filter 0.5s;
} */
/* .quality-content-wrapper img:hover{
  filter: grayscale(0);
} */
#quality-icons-container{
  background-image: url('../img/quality-icons-img.webp');
  background-repeat: no-repeat;
  background-position: bottom left;
}
#quality-delivering-background {
  background-image: url("../img/quality-background.webp");
  background-position: bottom right;
  background-repeat: no-repeat;
}
#qulaity-main-section{
  background-image: url("../img/quality-main-bg.webp");
  background-position: top left;
  background-repeat: no-repeat;
  
}
h4.tp-ttls1.lns-c1::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #b28332;
  position: absolute;
  right: 100%;
  animation: scrollFromLeft 10s linear forwards;
  z-index: 1;
}

@keyframes scrollFromLeft {
  0% {
    right: 100%;
  }

  50% {
    right: 100%;
  }

  100% {
    right: 0%;
    width: 100%;
  }
}

.c-slide-line svg {
  display: block;
  width: 100%;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.animated-polyline {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 9s linear forwards;
  /* Adjust the animation duration as needed */
}

.project-post {
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px -6px 24px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.rounded.thmb-im.project-fnc-bx-prit {
  margin-top: -50px;
}

.project-sec-btn {
  text-align: center;
}

.project-post:hover h3 {
  color: #b28332;
}

#MoreProjects {
  margin-top: 20px;
}

.quality-content-wrapper p {
  color: white !important;
}

@media (max-width: 425px) {
  .fnc-bx-prit h3 {
    font-size: 16px;
  }

  .fnc-bx-prit h5 {
    font-size: 14px;
  }

  .col-qua-lg {
    width: 50%;
  }

  .quality-content-wrapper p {
    font-size: 13px;
    color: white;
  }

  #quality-delivering-background {
    background-image: none;
  }

  .quality-content-wrapper:hover {
    background: none;
    transition: none;
    box-shadow: none;
    transform: none;
  }

  .quality-content-wrapper img {
    width: 50%;
  }
  .quality-content-wrapper {
    margin: 0px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .col-qua-lg {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #quality-delivering-background,#quality-icons-container {
    background-image: none;
  }
  #qulaity-main-section{
    background-image: none;
  }
  /* .quality-content-wrapper {
    margin: 0px !important;
  } */
}

@media (min-width: 426px) and (max-width: 768px) {
  .project-post {
    padding: 15px;
  }

  .fnc-bx-prit h3 {
    font-size: 14px;
  }

  .fnc-bx-prit h5 {
    font-size: 12px;
  }

  .quality-content-wrapper:hover {
    background: none;
    transition: none;
    box-shadow: none;
    transform: none;
  }

  .quality-content-wrapper img {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fnc-bx-prit h3 {
    font-size: 16px;
  }

  .fnc-bx-prit h5 {
    font-size: 14px;
  }

  .quality-content-wrapper p {
    font-size: 15px;
    color: white;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .quality-content-wrapper p {
    font-size: 15px;
    color: white;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 13px;
  }
}

@media (min-width: 1441px) {
  .quality-content-wrapper p {
    color: white;
  }
}


#our-project-sec {
  background-image: url("../img/youth-image-one.webp"),
    url("../img/our-project-middle-backg.webp"),
    url("../img/youth-image-one.webp");
  background-position: top left, center right, bottom left;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 40%, 50%, 28%;
  background-position-y: -12%, 50%, 115%;
}

/* technology page style*/

#technology-background {
  background-image: url("../img/improvement-innovation-background1.webp");
  background-position: top right;
  background-repeat: no-repeat;
}

#technology-sec {
  position: relative;
}

#technology-sec {
  background-image: url("../img/Group.webp");
  background-repeat: no-repeat;
  background-size: 50% 70%;
  background-position: bottom left;
}

.tech-enhance {
  text-align: center;
  align-items: center;
  position: relative;
  box-shadow: 3px -2px 24px 0px rgba(233, 229, 229, 0.3);
  border: 2px solid rgba(179, 174, 174, 0.3);
  padding: 30px 0px;
}

.tech-enhance p {
  font-size: 20px;
  color: #382910;
}

.tech-enhance .tech-svg {
  position: absolute;
  background-color: #b98a36;
  border-radius: 50px;
  width: 12%;
  height: 12%;
  left: 43%;
  bottom: -5%;
}

.img-fluid-tech {
  width: 100%;
  height: auto;
}

.tech-enhance .inner-card-text {
  position: absolute;
  opacity: 0;
  z-index: 1;
  top: 135px;
}

.tech-enhance:hover .tech-svg {
  height: 100%;
  width: 100%;
  border-radius: 0px;
  left: 0px;
  transition: 0.3s ease-in-out;
  bottom: 0px;
  opacity: 0.9;
}

.tech-enhance:hover .inner-card-text {
  opacity: 1;
  color: white;
  transition: 0.3s ease;
  transform: translateY(-50px);
}

.tech-enhance:hover .tech-card-heading {
  visibility: hidden;
}

.tech-enhance:hover svg {
  visibility: hidden;
}

.powered-head {
  color: #251c0b !important;
  font-family: Playfair Display !important;
  font-size: 38px !important;
  font-weight: 500 !important;
}

.technology-para-sec p {
  color: #382910 !important;
  font-family: Helvetica !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

@media (min-width: 469px) and (max-width: 768px) {
  .tech-enhance p {
    font-size: 12px;
  }

  .tech-enhance .tech-svg {
    width: 20%;
  }

  .img-fluid-tech {
    width: 100%;
    height: 50vh;
  }
}

@media (max-width: 768px) {
  #technology-background {
    background-image: none;
  }

  #technology-sec {
    background-image: none !important;
  }
}

.index-footer-sec {
  margin-top: 20px;
}

#technical-associates {
  background-image: url("../img/technical-background.webp");
  background-repeat: no-repeat;
  background-position: right;
}

@media (max-width: 468px) {

  .abt-scsf figure,
  figure.abtsc-sc {
    min-height: 330px;
  }

  #technical-associates {
    background-image: none;
  }

  #technology-sec::before {
    background-image: none;
  }

  /* .tech-enhance .tech-svg {
    height: 100%;
    width: 100%;
    border-radius: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 0.9;
  }

  .tech-enhance .inner-card-text {
    opacity: 1;
    color: white;
    transform: translateY(-50px);
  }

  .tech-enhance .tech-card-heading {
    visibility: hidden;
  }

  .tech-enhance svg {
    visibility: hidden;
  } */
  
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #technical-associates {
    background-position: initial;
  }
}

.lode--more-btn {
  padding: 7px 89px 7px 72px !important;
}

.lode-more-icon {
  padding-right: 30px !important;
}

.btn-auto {
  background-color: #b28332;
  color: #fff;
}

.btn-auto:hover {
  background-color: #251c0b;
}

@media (max-width: 468px) {
  .faq-hr {
    height: 4px !important;
    padding: 0px;
    width: 35%;
    margin: 0px;
  }

  .faq-head {
    margin: 0px;
  }

  .vertical-line {
    display: none;
  }

  .accordian {
    padding-left: 0px !important;
  }

  .faq .accordian .title {
    font-size: 11px;
    padding: 18px 0px;
  }

  .faq-image {
    display: none;
  }

  .faq .fa {
    font-size: 12px !important;
  }

  .faq .accordian ul ul li a {
    font-size: 12px;
  }

  .faq {
    padding-top: 20px;
  }

  .faq-heading h2 {
    font-size: 35px;
  }
}

@media (min-width: 469px) and (max-width: 768px) {
  .faq .accordian .title {
    padding: 22px 0px;
    font-size: 11px;
  }

  .faq .fa {
    font-size: 12px !important;
  }

  .faq .accordian ul ul li a {
    font-size: 12px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .faq .accordian .title {
    padding: 22px 0px;
    font-size: 16px;
  }

  .faq .fa {
    font-size: 15px !important;
  }

  .faq .accordian ul ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1440px) {
  /* .faq .accordian {
    margin-top: 35px;
  } */

  .faq .accordian .title {
    padding: 28px 0px;
  }
}

/* News Page Section  */
#news-main {
  background-image: url("../img/news-main.webp") !important;
}

.fnc-bx-th {
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px -6px 24px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.fnc-bx-th .news-image {
  margin-top: -50px;
}

#news-cards {
  background-image: url("../img/news-top-right-bg.webp"), url("../img/Group.webp");
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 50%;
}

@media (width: 768px) and (max-width: 992px) {
  .fnc-bx-th {
    padding: 11px;
  }

  .fnc-bx-th .dsc-sc h4 {
    font-size: 17px !important;
  }
}

/* Gallery Page  */
#gallery-sec {
  background-image: url("../img/improvement-innovation-background1.webp");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

a.btn-prjct-slcs1 {
  background: none !important;
  z-index: 1;
}

@media (max-width: 425px) {
  #gallery-sec {
    background-image: none;
  }
}

/* Project Expanded Section start  */
#project-expand-card {
  background-image: url("../img/improvement-innovation-background1.webp");
  background-position: top right;
  background-repeat: no-repeat;
}

@media (max-width: 468px) {
  #project-expand-card {
    background-image: none;
  }
}

/* Project Expanded Section end  */

/* Career styling start  */
.career-comma-top {
  width: 12%;
}

.image-text-content-wrapper {
  padding: 8px 60px 0px 60px;
}

.career-card-inner-content p {
  padding-top: 0px !important;
  padding-left: 10px;
}

#career-owl-crousel {
  background-image: url("../img/improvement-innovation-background1.webp"),
    url("../img/career-owl-crousel-bg.webp");
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
}

#careers-form-img {
  background-image: url("../img/career-form-bg.webp");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.img-text-content img{
  border-radius: 30px;
}
@media (max-width: 468px) {
  .image-text-content-wrapper {
    font-size: 12px;
  }

  .career-second-card-text {
    font-size: 12px;
  }

  .career-card-inner-content p {
    font-size: 12px;
  }

  #career-owl-crousel,
  #careers-form-img {
    background-image: none;
  }
}

@media (max-width: 767px) {
  #career-web-crousel {
    display: none !important;
  }
}

@media (min-width: 469px) and (max-width: 768px) {
  .image-text-content-wrapper {
    font-size: 12px;
  }

  .career-second-card-text {
    font-size: 9px;
  }

  .career-card-inner-content p {
    font-size: 8px;
  }
}

@media (min-width: 769px) and (max-width: 1380px) {
  .career-card-inner-content p {
    font-size: 12px;
  }
}
@media (max-width: 1140px) {
  .image-text-content-wrapper {
    padding: 0px;
  }
}

@media (min-width: 1141px) and (max-width: 1440px) {
  .image-text-content-wrapper {
    padding: 8px 30px 0px 40px;
  }
}

#career-owl-crousel #career-web-crousel .owl-carousel .owl-item.active {
  left: 0;
  display: block !important;
  animation: fadeInFromRight 1.5s ease-in-out;
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#career-owl-crousel .owl-carousel .owl-item.active {
  right: 0;
  display: block !important;
  animation: fadeInFromLeft 1.5s ease-in-out;
}

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(0px);
  }

  100% {
    opacity: 0.5;
    transform: translateX(-20);
  }
}

/* Career styling end  */

/* News Expanded Styling start  */
#news-expand-cards {
  background-image: url("../img/news-expanded-group.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 20%;
}

#news-expand-hero {
  background-image: url("../img/news-expanded-hero-bg.webp");
  background-position: top right;
  background-repeat: no-repeat;
}

@media (max-width: 468px) {
  .nws-nv-st a>i {
    width: 35px;
    height: 35px;
    font-size: 19px;
  }

  .nws-nv-st a.nxt-btn {
    padding-left: 85px;
  }

  .nws-nv-st a.pre-btn {
    padding-right: 85px;
  }

  #news-expand-button {
    flex-direction: column-reverse;
  }

  #news-expand-cards {
    background-image: none;
  }

  #news-expand-cards {
    background-image: none;
  }
}

@media (min-width: 469px) and (max-width: 768px) {
  .nws-nv-st a>i {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-expanded-img-wrapper img {
    height: 46vh;
  }

}

@media (min-width: 1440px) and (max-width: 2000px) {
  .news-expanded-img-wrapper img {
    height: 36vh;
  }
}

/* News Expanded Styling end  */

/* project page */

#project-page .fnc-bx-prit .thmb-im,
.fnc-bx-prit figure {
  height: 300px;
  margin-bottom: 25px;
}

@media (min-width: 320px) and (max-width: 768px) {

  #project-page .fnc-bx-prit .thmb-im,
  .fnc-bx-prit figure {
    height: 150px;
    margin-bottom: 0px;
  }
}

.hide-on-load,
.load-on-second {
  display: none;
}

#our-values .ic-fncy-bx3 img {
  height: 100px !important;
  width: 100px !important;
}

h2.gallery-project {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  h2.gallery-project {
    margin-bottom: 20px !important;
  }
}

@media (width: 375px) {
  #tapl-history-sec .mls-nav-tb button {
    margin: 5px;
  }
}

@media (max-width: 768px) {
  #careers-form-img figure img {
    height: 100% !important;
  }

  .index-faq-img img {
    height: 460px !important;
  }
}

h2.sb-ttls.see-what {
  text-align: right;
}

@media (max-width: 280px) {
  .offcanvas-nav-close {
    right: -8.5rem !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .index-faq-img img {
    height: 500px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .index-faq-img img {
    height: 600px !important;
  }
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .index-faq-img img {
    height: 570px !important;
  }
}
@media (width: 820px) {
  .index-faq-img img {
    height: 580px !important;
  }
}

/* Project Popup css start*/
.project-popup-hr {
  border: 1px solid #b28332;
  width: 15%;
}

.project-popup-content {
  text-align: start;
  padding-left: 20px;
  color: #000;
}

.project-popup-content1 {
  text-align: start;
  padding-left: 20px;
  color: #000;
}

/* .popup-client-desc {
  padding-left: 65px !important;
} */

.gdesc-inner {
  background-color: #fff !important;
}

/* #index-section button.flickity-button.flickity-prev-next-button.next{
  display: none !important;
} */

#index-section h2 {
  text-transform: uppercase !important;
}

@media (max-width: 468px) {

  .project-popup-content1,
  .project-popup-content {
    font-size: 12px;
  }

  .project-popup-hr {
    border: 1px solid #b28332;
    width: 40%;
  }

  .glightbox-clean .gslide-description {
    width: auto;
    max-width: 280px !important;
  }

  .desc-bottom .gslide-image img,
  .desc-top .gslide-image img {
    width: 280px !important;
    height: 250px !important;
  }
  #index-section h2 {
    font-size: 16px !important;
    padding: 0px 30px 0px 0px;
  }
}

@media (min-width: 469px) and (max-width: 1440px) {
  .popup-client-desc {
    padding-left: 25px !important;
   
  }

  .project-popup-hr {
    border: 1px solid #b28332;
    width: 40%;
  }
}

@media (min-width: 468px) and (max-width: 900px) {
  .glightbox-clean .gslide-description {
    width: auto;
    max-width: 500px !important;
  }

  .desc-bottom .gslide-image img,
  .desc-top .gslide-image img {
    width: 500px !important;
    height: 350px !important;
  }

  .project-popup-content1,
  .project-popup-content {
    font-size: 12px;
  }
}

@media (min-width: 990px) and (max-width: 1440px) {
  .glightbox-clean .gslide-description {
    background: none;
    max-width: 620px !important;
  }

  .desc-bottom .gslide-image img,
  .desc-top .gslide-image img {
    width: 620px !important;
    height: 425px !important;
  }

  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    font-size: 1.9rem;
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 40px;
    padding: 0;
    right: 10%
  }

  .glightbox-clean .gprev {
    left: 9%;
  }
}

@media (min-width: 1441px) {
  .glightbox-clean .gslide-description {
    background: none;
    max-width: 1000px !important;
  }

  .desc-bottom .gslide-image img,
  .desc-top .gslide-image img {
    width: 1000px !important;
    height: 725px !important;
  }

  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    font-size: 2.9rem;
    width: 4.2rem;
    height: 4.2rem;
    margin-top: 20px;
    padding: 0;
    right: 150px;
  }

  .glightbox-clean .gprev {
    left: 8%;
  }
}

/* Home Page Sectors css start*/
/*@media(max-width:768px){*/
/*  .fncy-bxs-ctg .th-ctgr-sc img {*/
/*    filter: grayscale(0%);*/
/*}*/

/*}*/
@media (min-width: 769px) and (max-width: 1024px) {
  #home-sectors h4 {
    font-size: 18px;
  }
}

/* Home Page Sectors css end*/
.attach-file label {
  cursor: pointer;
}




@media (min-width: 992px) {
  #careers-form-img .stretch-to-left {
    margin-left: -5vw !important;
  }
}

@media(width:1024px) {
  #careers-form-img .stretch-to-left {
    margin-left: 0vw !important;
  }
}

.about-employe-sec {
  background-color: #251C0B;
}

.about-employe-sec .employe-name p {
  color: #FFF;
  font-family: Playfair Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}


.about-employe-sec .employe-designation p {
  color: #B28332;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

@media(width:375px){
 #index-section .cntsc-sld h2 {
    font-size: 17px !important;
    padding: 0px 40px 0px 0px;
}
}

/* @media(min-width:320px) and (max-width:375px){
 #our-project-sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
  }
  #our-project-sec .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
} */


@media(min-width: 769px) and (max-width:1024px) {
  .about-employe-sec img {
    width: 145px !important;
  }

  .about-employe-sec .employe-designation p {
    font-size: 11px;
  }
}

@media(width:820px) {
  .about-employe-sec img {
    width: 100px !important;
  }

  .about-employe-sec .employe-name p {
    font-size: 10px;
  }

  .about-employe-sec .employe-designation p {
    font-size: 9px;
  }
}

@media(min-width:426px) and (max-width:768px) {
  .about-employe-sec img {
    width: 100px !important;
  }

  .about-employe-sec .employe-designation p {
    font-size: 10px;
  }

  .about-employe-sec .employe-name p {
    font-size: 10px;
  }
}

@media (width:320px){
  .about-employe-sec img {
    width: 140px !important;
  }
  .about-employe-sec .employe-designation p {
    font-size: 11px;
}
.about-employe-sec .col-6 {
  margin-bottom: 20px;
}
}

