html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ul,
ol {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
}

section ul {
  margin-bottom: 15px;
}

.header-wrap ul > li,
footer ul > li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

body {
  font: 400 16px/20px "Open Sans", Arial, Helvetica;
  background-color: #fff;
  min-width: 320px;
  color: #595b61;
  margin: 0;
  font-style: normal;
  -ms-overflow-style: scroll-bar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  padding-bottom: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Open Sans", Arial, Helvetica;
  font-weight: 700;
  color: #a7c851;
  font-style: normal;
  margin: 0;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 52px;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 15px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 28px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 28px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 25px;
}

h6,
.h6 {
}

.container,
.hentry{
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.container,
.hentry{
  max-width: 1360px;
}

.smaller-continer {
  max-width: 1200px;
}

.hentry p,
.hentry h3{
	margin-bottom: 10px;
}

.hentry h3:first-of-type{
	margin-top: 40px;
}

/* .hentry p:last-of-type {
	margin-bottom: 40px;
} */


.btn {
  display: inline-block;
  padding: 5px;
  border: 0;
  transition: all 0.3s ease !important;
}

.btn-primary,
.tab-right #nf-field-4,
.tab-right #nf-field-4_1,
.tab-right #nf-field-4_2 {
  font: 600 15px/21px "Open Sans", Arial, Helvetica;
  color: #a7c851 !important;
  background-color: transparent !important;
  letter-spacing: 12%;
  width: 143px !important;
}

.btn-primary::before{
  position: absolute;
  content: "";
  top: 11px;
  right: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #a7c851;
  transform: rotate(90deg);
}

.btn-primary:hover {
  letter-spacing: 20%;
  color: #a7c851 !important;

}

#page-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.relative {
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

section{
	padding: 0 !important;
}

/*.............. Legacy overrides ............*/
.tilted-boxes {
  padding-top: 60px !important;
}
/*.............. Video Section ............*/
section.video-content-section {
  padding-bottom: 60px !important;
}
/*.............. slick Slider ............*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

/* .slick-initialized .slick-slide {
  display: block;
} */

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ..........About Logos Slider Arrows.............. */
.about-logos-slider-wrapper {
  position: relative;
  padding: 0 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 110px;
  background-color: #333333;
}

.about-logos-slider-wrapper .slick-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.about-logos-slider-wrapper .slick-arrow-btn:hover {
  opacity: 0.7;
}

.about-logos-slider-wrapper .slick-prev {
  left: -50px;
}

.about-logos-slider-wrapper .slick-next {
  right: -50px;
}

.about-logos-slider-wrapper .slick-prev::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #a7c851;
}

.about-logos-slider-wrapper .slick-next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #a7c851;
}

.about-logos-slider {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about-logos-slider .logo-slide {
  padding: 0 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}

.about-logos-slider .logo-slide img {
  max-width: 100%;
  max-height: 70px;
  height: auto;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.3s ease;
  display: block;
  margin: 0 auto;
}

.about-logos-slider .logo-slide img:hover {
  opacity: 1;
}

/* ..........Header.............. */

.header-wrap,
.header-menu-wrap,
.header-menu-list {
  display: flex;
}

.header-menu-wrap {
  align-items: center;
}

.headre-logo {
  width: 20%;
}

.header-menu-wrap {
  width: 80%;
  justify-content: space-between;
}

.header-menu-list li {
  margin-left: 20px;
  margin-right: 20px;
}

.header-menu-list li a {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 4px;
  color: #fff;
  transition: 0.3s all ease;
  text-transform: uppercase;
}

.header-menu-list li a:hover {
  color: #a7c851;
}

.head-men-logo {
  margin-left: 40px;
}

.head-men-logo {
  width: 60px;
  flex-shrink: 0;
}

#page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  z-index: 9999;
}

/* Scrim behind the transparent floating nav so menu text stays readable
   over any background (hero image OR plain light content). */
#page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(11, 42, 15, 0.75), rgba(11, 42, 15, 0));
  pointer-events: none;
  z-index: -1;
}

#page-header.page-header-bg {
  position: static;
  padding-top: 43px;
  padding-bottom: 27px;
  background-color: #264229;
}

/* ............HomePage........... */

/* All banners: fixed 90vh height, image covers without distortion,
   consistent regardless of source image dimensions. */
.hp-banner {
  height: 90vh;
  padding: 0;
}

@media (max-width: 767px) {
  .hp-banner {
    height: 40vh;
  }
}

.hp-banner-img {
  height: 100%;
}

.hp-banner-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hp-banner-img::before {
  position: absolute;
  content: "";
  background: #0b2a0fe5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hp-header-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
}

.hp-header-cont h1 {
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
}

.hp-header-cont span {
  color: #a7c851;
}

/* Single career: solid green banner, title positioned like the page banner.
   Height inherited from .hp-banner (90vh). */
.career-green-banner {
  background-color: #264229;
}

.career-green-banner .hp-header-cont .job-title,
.career-green-banner .hp-header-cont .job-info,
.career-green-banner .hp-header-cont .job-date {
  color: #fff;
  text-align: center;
}

.career-green-banner .hp-header-cont .job-info,
.career-green-banner .hp-header-cont .job-date {
  margin-top: 12px;
}

.hp-txt-cont-wrap {
  max-width: 582px;
  font-size: 16px;
  line-height: 26px;
}

.hp-txt-cont {
  padding-top: 28px !important;
  padding-bottom: 21px !important;
}

.pb-lric__content-col h3,
.hp-txt-cont h3 {
  padding: 15px 0;
  color: #5f5f5f;
  font-weight: 600;
}

.pb-lric__content-col h2,
.hp-txt-cont h2 {
  font-size: 70px;
  line-height: 74px;
  margin-bottom: 15px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .pb-lric__content-col h2,
  .hp-txt-cont h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .pb-lric__content-col h3,
  .hp-txt-cont h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .pb-lric__content-col,
  .pb-lric--image-left,
  .pb-lric--image-right {
    padding-bottom: 0px !important;
  }
}

.hp-txt-cont--no-pt,
.hp-txt-cont--no-pt.hp-txt-cont {
  padding-top: 0 !important;
}

.hp-txt-cont--no-pb,
.hp-txt-cont--no-pb.hp-txt-cont {
  padding-bottom: 0 !important;
}

.hp-prjct-cont {
  background-color: #264229;
  padding: 16px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  width: 100%;
}

.hp-prjct-cont p {
  max-width: 100%;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.hp-prjct-cont h2 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 22px !important;
  line-height: 28px !important;
}

.hp-our-pjct-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-our-project {
  padding-top: 16px !important;
  padding-bottom: 17px !important;
}

.hp-our-project .row,
.hp-our-project-row {
  align-items: normal;
}

.hp-prj-list {
  padding-top: 18px !important;
  padding-bottom: 25px !important;
}

.hp-prj-list-cont h3 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 4px;
  margin-bottom: 11px;
}

.hp-prj-list-cont {
  padding-left: 26px !important;
  border-left: 1px solid #595b61;
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  flex-grow: 1 !important;
}

.hp-prj-list-cont .btn {
  margin-top: auto;
}

.hp-prj-list-cont p {
  margin-bottom: 30px;
}

.hp-prj-list-cont::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #595b61;
  transform: rotate(90deg) translate(-50%);
}

.hp-prj-list-det {
  justify-content: flex-end;
  align-items: stretch !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
}

.hp-about-sec {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}

.hp-abt-left-wrp {
  width: 360px;
  max-width: 360px;
  flex-shrink: 0;
}

.hp-abt-left {
  margin-left: 0;
}

.hp-abt-left h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.1;
  padding-left: 23px;
  background: linear-gradient(to right, #a7c851, #398441);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hp-abt-left h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

@media (min-width: 1130px) {
  .hp-about-sec .hp-abt-left h2.about-us-heading {
    position: relative;
    font-size: 50px;
    padding-left: 0px;
  }
}

.hp-abt-left-cont {
  max-width: 500px;
  padding: 30px 23px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.hp-abt-left-cont strong {
  font-size: 18px;
  line-height: 25px;
  color: #a7c851;
  display: block;
  margin-bottom: 10px;
}

.hp-abt-rgt {
  flex: 1;
}

.hp-abt-rgt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-img-txt-img {
  position: relative;
}

.hp-img-txt-img img {
  width: 100%;
  height: 100%;
}

/* Overlay with logos */
.hp-img-txt-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  box-sizing: border-box;
}

.hp-img-txt-overlay-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.hp-img-txt-overlay-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.hp-img-txt-overlay-logo-item img {
  width: auto;
  max-width: min(100%, 250px);
  height: auto;
  object-fit: contain;
}

.hp-img-blk-txt h2 {
  font-weight: 400;
  margin-bottom: 10px;
}

.hp-img-blk-txt {
  padding-bottom: 40px;
  padding-top: 40px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.2%;
}

#page-footer {
  padding-top: 49px;
  padding-bottom: 56px;
  background: linear-gradient(
    -30deg,
    #97ce66 3.03%,
    #69ae55 50.48%,
    #469649 89.98%,
    #348943 112.54%
  );
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-lft-list,
.footer-rgt-list {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-lft-list li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  transition: 0.3s all ease;
}

.footer-lft-list li a:hover {
  color: #264229;
}

.footer-rgt-list li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  transition: 0.3s all ease;
}

.footer-rgt-list li a:hover {
  color: #264229;
}

.footer-lft-list li {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-rgt-list li {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-rgt-list li + li {
  border-left: 2px solid #fff;
}

.sub-menu-toggle {
  display: none;
}

.footer-note {
  background-color: #3b3b3c;
  padding: 15px 0;
  width: 100%;
}

.footer-note .footer-lft-list {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-note .footer-lft-list li {
  list-style: none;
}

.footer-note .footer-lft-list li a {
  color: #ffffff;
  transition: none;
}

.footer-note .footer-lft-list li a:hover {
  transition: none;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #254329;
  padding: 10px 20px 10px 0;
  position: relative;
  z-index: 1;
}

.footer-socials::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -9999px;
  background-color: #254329;
  z-index: -1;
}

.footer-socials__icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-socials__icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.footer-socials__icon:hover {
  opacity: 0.75;
}

.footer-socials__contact {
  color: #a7c851;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 50px;
}

.footer-socials__contact:hover {
  color: #a7c851;
}

/* ................About Desktop............... */

.abt-img-txt-cont strong {
  font-size: 18px;
  line-height: 26px;
}

.abt-img-txt-cont p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

.abt-img-txt-sec {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.abt-img-txt-img img {
  width: 100%;
  height: 100%;
}

.hp-txt-cont-wrap.hp-txt-cont-wrap-rgt {
  margin-left: 0;
}

.partner-logo-img-wrap {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid #595b61;
  border-bottom: 1px solid #595b61;
  position: relative;
  height: 189px;
  display: flex;
  justify-content: center;
}

.partner-logo-img-wrap::before,
.partner-logo-img-wrap::after {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid rgb(89, 91, 97);
  transform: rotate(180deg) translate(50%, -50%);
}

.partner-logo-img-wrap::after {
  bottom: 8px;
  top: auto;
  transform: rotate(0deg) translate(-50%, 50%);
}

.partner-logo-img-wrap img{
	object-fit: contain;
}

.partner-logo-title {
  padding-top: 35px;
  padding-bottom: 15px;
  font-weight: 300;
}

.partner-logo-sec {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  width: 100%;
  position: relative;
}

.partner-logo-sec .client-logo-slider {
  position: relative;
  padding: 0 40px;
}

.partner-logo-sec .client-logo-slider .slick-track {
  display: flex;
  align-items: center;
}

.partner-logo-sec .client-logo-slider .slick-slide {
  height: auto;
  float: none;
}

.partner-logo-sec .partner-logo-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  height: 100%;
}

.partner-logo-sec .partner-logo-item img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}


/* Client Carousel Styles */
.client-carousel-wrapper {
  position: relative;
  padding: 40px 60px;
  margin: 0;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.client-carousel {
  width: 100% !important;
  max-width: 100% !important;
}

.client-carousel .slick-list {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.client-carousel .slick-track {
  display: block;
  margin: 0;
  padding: 0;
}

.client-carousel .slick-slide {
  height: 140px;
  float: left;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.client-carousel .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-carousel-item {
  height: 140px;
  padding: 10px 0;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.client-carousel-item > img {
  display: block;
  margin: 0 auto;
}

.client-carousel-item img {
  max-width: 100% !important;
  max-height: 120px !important;
  min-width: 80px !important;
  min-height: 40px !important;
  height: auto !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Prevent slick from setting inline width to 0 on images */
.client-carousel .slick-slide img {
  width: auto !important;
}

.client-carousel-item img:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

/* Client Carousel Arrow Styles - Matching about-logos-slider */
.client-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.3s ease;
}

.client-carousel-arrow:hover {
  opacity: 0.7;
}

.client-carousel-arrow:focus {
  outline: none;
}

.client-carousel .slick-prev.client-carousel-arrow {
  left: 10px;
}

.client-carousel .slick-next.client-carousel-arrow {
  right: 10px;
}

.client-carousel .slick-prev.client-carousel-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #a7c851;
}

.client-carousel .slick-next.client-carousel-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #a7c851;
}

.client-carousel .slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.partner-img-txt-sec {
  margin-bottom: 63px;
}

.patner-img-logo {
  margin-bottom: 20px;
}

.partner-img-txt-img {
  display: flex;
}

.partner-img-txt-cont {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
}

.partner-img-txt-cont p + p {
  margin-top: 10px;
}

.partner-img-txt {
  align-items: center;
}

/* ........Certification Desktop............. */


.cert-detail strong {
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
}

.cert-detail p {
  line-height: 26px;
}

.cert-detail p + p {
  margin-top: 10px;
}

.cert-detail-row.row {
  align-items: start;
}

.cert-detail-sec {
  padding-bottom: 50px !important;
}

/* ........Senior Team.......... */

.senior-team-sec {
  padding-top: 0 !important;
  padding-bottom: 38px !important;
}

.hp-prjct-cont a {
  width: 220px !important;
  margin-top: 54px;
  color: #a7c851;
}

.abt-img-txt-cont a {
  color: #a7c851;
}

.default-template .hp-prjct-cont p a {
  color: #a7c851;
}

.senior-team-info {
  display: flex;
  padding-bottom: 30px;
  transition: padding 0.8s ease, background-color 0.8s ease;
  border-radius: 8px;
}

.senior-team-img {
  max-width: 300px;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: all 0.8s ease;
}

.senior-team-cont {
  padding-left: 24px;
}

.senior-team-cont h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #595b61;
  margin-bottom: 3px;
}

.senior-team-cont span {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #595b61;
  display: block;
  margin-bottom: 4px;
}

.senior-team-cont .extra-bold-span {
  font-weight: 800;
  font-size: 14px;
  line-height: 26px;
}

.senior-team-cont .member-content {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #595b61;
  margin-top: 25px;
  margin-bottom: 0;
}

.senior-team-row.row,
.services-row.row,
.service-det-row,
.projects-row.row,
.career-bg-row.row,
.news-row.row {
  align-items: stretch;
}

.career-journey-slider-sec .content-description ul li {
  padding-bottom: 15px;
}

/* ...........services............. */

.services-sec {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

.services-img {
  margin-bottom: 16px;
  height: 400px;
  overflow: hidden;
}

.services-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-cont p {
  margin-bottom: 15px;
}

.services-cont h2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 300;
  text-transform: uppercase;
  color: #428348;
}

.services-cont a.btn-primary {
  width: fit-content !important;
}

.services-cont a.btn-primary::before {
  right: -25px;
}

/* .........Delay Analysis............ */

.analysis-cont {
  margin-left: auto;
}

.analysis-cont ul li {
  list-style-type: disc;
  list-style-position: outside;
}

.analysis-sec {
  padding-bottom: 200px;
}

.analysis-cont p {
  margin-bottom: 10px;
}

.analysis-cont strong {
  display: block;
  margin-bottom: 7px;
  margin-top: 7px;
}

.analysis-cont ul {
  padding-left: 25px;
}

.analysis-cont ul li + li {
  margin-top: 5px;
}

.analysis-list-deci .analysis-cont ul li {
  list-style-type: disc;
}

.analysis-list-deci .analysis-cont ul li::marker {
  font-weight: 700;
}

.analysis-cont ul li a {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 160px !important;
}

/* .............Projects................ */

.projects-det h2 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 10%;
  margin-bottom: 10px;
}

.projects-det h2 span {
  font-weight: 400;
  display: block;
}

.projects-det ul li + li {
  margin-top: 5px;
}

.projects-det a {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.projects-det {
  border-bottom: 1px solid #595b61;
	width: 100%;
}

.projects-sec {
  padding-bottom: 200px !important;
}

.projects-row.row {
  row-gap: 38px;
  align-items: normal !important;
}

.projects-row.row .col-25{
	display: flex;
}

.single-project-sections-wrapper .content-block {
  flex-direction: column;
}

/* .......career............ */

.career-banner .hp-banner-img::before {
  background: linear-gradient(
    180deg,
    rgba(11, 117, 192, 0.37) 0%,
    #05375a 100%
  );
}

.career-row.row {
  align-items: normal;
}

.career-row .col-75 {
  display: flex;
}

.carrer-det-cont {
  padding: 16px;
  background-color: #264229;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
}

.carrer-det-cont h2 {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

.carrer-det-cont span {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.carrer-det-cont p {
  max-width: 584px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.career-sec {
  padding-top: 37px !important;
  padding-bottom: 50px !important;
}

.analysis-list-none.analysis-list-deci .analysis-cont ul li {
  list-style-type: none;
}

.analysis-list-none.analysis-list-deci .analysis-cont ul {
  padding-left: 0;
}

/* ...........News.......... */

.news-det {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-det span {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #a7c851;
  display: block;
  margin-bottom: 7px;
}

.news-det h2 {
  font-size: 24px;
  line-height: 28px;
  color: #595b61;
  margin-bottom: 7px;
}

.news-det p {
  margin-bottom: 10px;
  color: #595b61;
}

.news-det-img {
  margin-bottom: 17px;
}

.row.news-row {
  row-gap: 62px;
}

.news-sec {
  padding-top: 42px !important;
  padding-bottom: 82px !important;
}

/* ..........Team Profile......... */

.career-banner .container {
  position: relative;
}

.team-prf-cont {
  position: absolute;
  bottom: 71px;
  left: 30px;
  color: #fff;
}

.team-prf-cont span {
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}

.ext-bold-span,
.team-prf-cont p {
  font-size: 16px;
  line-height: 26px;
}

.banner-mail span,
.banner-mail a {
  font-size: 14px;
  line-height: 26px;
}

.banner-mail a{
  color: #fff;
}

.analysis-cont {
  padding-top: 30px;
  padding-bottom: 50px;
}

.analysis-cont span:nth-of-type(1) {
  margin-top: 50px;
}

.analysis-cont span {
  display: block;
  font-weight: 700;
}

.analysis-cont span a{
  font-weight: 400;
}

/* ...................News item.............. */

.news-row-end {
  justify-content: flex-end;
}

.news-item-cont span {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
  color: #a7c851;
}

.news-item-cont h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #595b61;
}

.news-item-cont p + p {
  margin-top: 15px;
}

.news-item-sec {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.career-img-txt-cont .hp-prjct-cont h2 {
  max-width: 303px !important;
}

.career-img-txt-cont p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.career-img-txt-cont .hp-prjct-cont p {
  max-width: 484px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.career-img-txt {
  padding-top: 58px !important;
  padding-bottom: 17px !important;
}

.news-item-cont ul {
  margin-top: 30px;
  max-width: 582px;
  padding-left: 15px;
}

.news-item-cont ul li + li {
  margin-top: 10px;
}

.news-item-cont ul li {
  list-style-type: disc;
  list-style-position: outside;
}

.news-itm-row-rev.row {
  flex-direction: row-reverse;
  align-items: start;
}

.career-exp .news-item-cont p {
  font-size: 16px;
  line-height: 26px;
  max-width: 563px;
}

.career-exp {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.news-item-cont h3 {
  color: #595b61;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Responsive YouTube/Vimeo embeds in post content: full width, 16:9 height,
   proportional (object-fit cover not needed — iframe scales by aspect-ratio). */
.news-item-cont iframe[src*="youtube.com"],
.news-item-cont iframe[src*="youtube-nocookie.com"],
.news-item-cont iframe[src*="youtu.be"],
.news-item-cont iframe[src*="vimeo.com"],
.news-item-cont iframe[src*="player.vimeo.com"] {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  margin: 28px 0;
}

/* WordPress block/oEmbed wrappers — keep them full width and let the iframe
   above drive the height. */
.news-item-cont .wp-block-embed,
.news-item-cont .wp-block-embed__wrapper {
  width: 100%;
  margin: 28px 0;
}

.news-item-cont .wp-block-embed iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

.career-jrn-img {
  margin-bottom: 10px;
}

.career-jrn-det h5 {
  color: #595b61;
  font-size: 20px;
  line-height: 25px;
}

.career-jrn-det span {
  display: block;
  font-size: 14px;
  line-height: 28px;
}

.career-journey-wrp {
  padding-top: 41px;
  padding-bottom: 100px;
  border-top: 1px solid #a7c851;
}

.career-journey h4 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}

.career-bg-img-sec {
  padding-top: 58px !important;
  padding-bottom: 28px !important;
  z-index: 2;
  background-color: #333333;
}

.career-bg-logo {
  margin-top: -190px;
  margin-left: -29px;
  z-index: -1;
}

.career-bg-cont {
  color: #fff;
}

.career-bg-cont h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 11px;
}

.career-bg-cont > strong {
  font-size: 18px;
  line-height: 25px;
  color: #a7c851;
  display: block;
  margin-bottom: 20px;
}

.career-bg-cont ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.career-bg-cont ul li {
  list-style-type: disc;
  list-style-position: outside;
  color: #fff;
}

.career-bg-cont ul li + li {
  margin-top: 5px;
}

/* ................Contact Page............... */

.contact-tab {
  padding-top: 26px !important;
  padding-bottom: 49px !important;
}

.contact-tab h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 19px;
  color: #264229;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  background: #fff;
}

.tab-btn {
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 12%;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 25px;
  cursor: pointer;
  border: none;
  background: #a7c851;
  color: #264229;
  font-weight: bold;
}

.tab-btn.active {
  background: #264229;
  color: #a7c851;
}

/* Tab content wrapper */
.tab-content {
  display: none;
  background: #264229;
  color: #fff;
  padding: 34px 37px 42px 25px;
}

.tab-content.active {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* Left info */
.tab-left {
  flex: 1;
  overflow: hidden;
}

.tab-left h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #c0d850;
  margin-bottom: 8px;
}

.tab-left p {
  line-height: 26px;
  max-width: 230px;
}

.tab-left a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
  line-height: 26px;
}

.tab-left a:first-of-type {
  text-decoration: none;
	margin-bottom: 10px;
}

.map-placeholder {
  margin-top: 25px;
  width: 100%;
  height: 100%;
  background: #777;
}

.map-placeholder p{
	max-width: 100%;
	height: 100%;
}

.map-placeholder p iframe{
	width: 100%;
	height: 100%;
}

/* Right form */
.tab-right {
  flex: 1;
}

.tab-right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tab-right input,
.tab-right textarea {
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  background: transparent !important;
  color: #fff !important;
  outline: none !important;
}

.tab-right input {
  padding-top: 5px !important;
  padding-bottom: 30px !important;
}

.tab-right textarea {
  margin-top: 47px;
  height: 100px;
  resize: none;
}

.tab-right #nf-field-4,
.tab-right #nf-field-4_1,
.tab-right #nf-field-4_2 {
  align-self: flex-end;
  cursor: pointer;
  width: 170px;
  padding: 10px !important;
  border-bottom: 0 !important;
  margin-left: auto;
  display: block;
}

.tab-right #nf-field-4-wrap .nf-field-element::before{
  position: relative;
}

#nf-field-4.btn-submit-form,
.btn-submit-form {
  width: 100% !important;
  margin-left: 0 !important;
  align-self: stretch !important;
  font: 600 15px/21px "Open Sans", Arial, Helvetica !important;
  color: #264229 !important;
  background-color: #a7c851 !important;
  letter-spacing: 12% !important;
}

#nf-field-4.btn-submit-form:hover,
.btn-submit-form:hover {
  color: #264229 !important;
}

.btn-submit-form, .checkbox-wrap {
  margin: 15px 0;
}
.nf-field-label {
  margin-top: 5px;
}

.tab-right h3 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.form-inp-wrp {
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
}

.row.partner-logo-wrp {
  row-gap: 0;
}

.senior-team-img img,
.career-jrn-img img,
.news-item-img img,
.career-bg-img img,
.news-det-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.8s ease;
}

.row.news-itm-row {
  align-items: stretch;
}

.career-exp .row.news-itm-row {
  align-items: center;
}

.hero-wrapper{
	position: relative;
}

.hero-wrapper::before {
	position: absolute;
	content: "";
	background: #152417e5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.nf-form-fields-required{
	display: none;
}

#nf-label-field-3,
#nf-label-field-3_1,
#nf-label-field-3_2{
  display: none;
}

.menu-item-has-children > a::before{
  display: none;
}

/* Option 2: nav is always transparent + floating (same as hero pages).
   Bannerless templates get no hero, so push their content down to clear
   the floating nav instead of turning the bar solid green. */
.no-hp-banner #page-wrapper{
  padding-top: 110px;
}

.no-hp-banner .news-item-sec{
  padding-top: 68px !important;
}

.hp-header-cont-mob {
  display: none;
}

.header-menu-list li .active{
  color: #a7c851;
}

.footer-rgt-list a.active,
.footer-lft-list a.active{
  color: #264229;
}

.footer-lft-list a.active{
  font-weight: 500;
}

/* Accordian cusotm css */
.heading-with-description-colored-box .container-small {
  padding-top: 60px;
}
.heading-with-description-colored-box .title {
  font-size: 51px;
  line-height: 51px;
  margin-bottom: 35px;
  font-weight: 300;
  color: #b0b0b4;
}
.accordions h2 {
  margin: 30px 0;
}

/* bim 3d and 4d cusomt css */
.reperter-area {
  margin: 60px 0;
}

/* Full width map image */
.single-image-section-full-width .section-wrapper img {
  width: 100%;
}

/*
|--------------------------------------------------
|  Partner Logo Slider with Interactive Content
|--------------------------------------------------
*/

.partner-logo-slider-sec {
    padding: 60px 0;
}

.partner-logo-slider {
    position: relative;
    margin-bottom: 40px;
    padding: 0 60px;
    border-top: 2px solid #2e2e2e;
    border-bottom: 2px solid #2e2e2e;
}

.partner-logo-slider .slider-icon-item {
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.partner-logo-slider .slider-icon-item img {
    max-width: 100%;
    max-height: 100px;
    height: auto;
    width: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    display: block;
    margin: 0 auto;
}

.partner-logo-slider .slider-icon-item:hover img,
.partner-logo-slider .slider-icon-item.active img {
    opacity: 1;
}

.partner-logo-slider .slick-prev,
.partner-logo-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    border-radius: 50%;
    display: block !important;
}

.partner-logo-slider .slick-prev:hover,
.partner-logo-slider .slick-next:hover {
    background: rgba(255, 255, 255, 1);
}

.partner-logo-slider .slick-prev {
    left: 10px;
}

.partner-logo-slider .slick-next {
    right: 10px;
}

.partner-logo-slider .slick-prev.slick-disabled,
.partner-logo-slider .slick-next.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.partner-logo-slider .slick-prev::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #a7c851;
}

.partner-logo-slider .slick-next::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #a7c851;
}

.partner-content-display {
    position: relative;
    min-height: 2px;
    width: 100%;
    padding: 40px 0;
}

.partner-content-display .content-item {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.partner-content-display .content-item.active {
    display: block;
    opacity: 1;
    animation: fadeInContent 0.3s ease;
}

.partner-content-display .content-title {
    color: #2e2e2e;
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: left;
}

.partner-content-display .content-description {
    color: #404040;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

@keyframes fadeInContent {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CTA Left Color Box Styling */
.cta-left-color-box .row {
    align-items: flex-start;
}

.cta-left-color-box .hp-prjct-cont {
    text-align: center;
    margin-bottom: 0px;
    background: #2b522f;
    padding: 40px 20px;
}

.cta-left-color-box .hp-prjct-cont h2 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.cta-left-color-box .cta-button-wrapper {
    text-align: center;
    margin-top: 20px;
}

.cta-left-color-box .cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #264229;
    padding: 18px 47px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cta-left-color-box .cta-button:hover {
    background-color: #264229;
    color: #ffffff;
}

.cta-left-color-box h3,
.section-content-below-image h3 {
    color: #5b5a5a;
    padding: 15px 0px;
}

.cta-button-wrapper .cta-button {
  max-width: 100%;
  width: auto !important;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.career-img-txt .cta-button {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 1129px) {
  .career-img-txt .cta-button {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .career-img-txt .cta-button {
    font-size: 22px;
  }
}

/* Open roles csotm css */
.simple-title-description-section, .open-job-roles-section {
  margin: 30px 0;
}

.single-career-template .job-details {
  background-color: #3e6843;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-career-template .job-title,
.single-career-template .job-info,
.single-career-template .job-date {
  color: #ffffff;
}

.single-career-template .single-career-section {
  max-width: 1300px;
}

.view-job-button a:hover {
  color: #e2eed4;
}

/*........... portal login nav .............*/

.portal-wrap {
  position: relative;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.portlal-navbar {
  text-align: right;
  position: absolute;
  right: 35px;
  top: 5px;
}
.portlal-navbar a {
  color: #ffffff;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 4px;
  margin-right: 40px;
  border: solid .5px #8a8f8b;
  padding: 5px 15px;
}
.portlal-navbar a:hover {
  background-color: #a7c851;
  color: #000000;
}

/* ==================== MEDIA QUERIES ==================== */

@media only screen and (max-width: 480px) {
  .client-carousel-wrapper {
    padding: 40px 40px;
  }

  .client-carousel .slick-prev.client-carousel-arrow {
    left: -35px;
  }

  .client-carousel .slick-next.client-carousel-arrow {
    right: -35px;
  }

  .client-carousel-item img {
    max-height: 60px !important;
  }
}

@media only screen and (max-width: 568px) {
  .single-career-section {
    padding: 0px 15px !important;
  }
}

@media only screen and (max-width: 575px) {
  .tabs{
	margin-bottom: 25px;
  }

  .row.partner-logo-wrp .col-25,
  .senior-team-row.row .col-6 .row .col-6,
  .career-journey-wrp .row .col-25 {
    width: 100%;
  }

  .footer-wrap {
    flex-direction: column-reverse;
    row-gap: 40px;
  }

  .tab-btn {
    width: 49%;
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .client-carousel-wrapper {
    padding: 40px 45px;
  }

  .client-carousel .slick-slide {
    height: 100px;
  }

  .client-carousel-item {
    height: 100px;
  }

  .client-carousel-item img {
    max-height: 70px !important;
    min-width: 60px !important;
  }

  .client-carousel-arrow {
    width: 35px;
    height: 35px;
  }

  .client-carousel .slick-prev.client-carousel-arrow {
    left: -40px;
  }

  .client-carousel .slick-next.client-carousel-arrow {
    right: -40px;
  }

  .client-carousel .slick-prev.client-carousel-arrow::before,
  .client-carousel .slick-next.client-carousel-arrow::before {
    border-left-width: 7px;
    border-right-width: 7px;
    border-bottom-width: 10px;
  }

  .senior-team-info {
    flex-direction: column;
  }

  .senior-team-img {
    max-width: 100%;
  }

  .senior-team-cont {
    padding-left: 0;
    padding-top: 20px;
  }

  .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .partner-logo-slider-sec {
    padding: 40px 0;
  }

  .partner-logo-slider {
    padding: 0 40px;
  }

  .partner-content-display {
    padding: 20px 0;
  }

  .partner-content-display .content-title {
    font-size: 20px;
    line-height: 26px;
  }

  .partner-content-display .content-description {
    font-size: 15px;
    line-height: 24px;
  }

  .career-journey-slider-sec .short-description {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .senior-team-cont .member-content {
    display: block;
  }

  .senior-team-info {
    padding: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .about-logos-slider-wrapper {
    padding: 20px 40px;
  }

  .about-logos-slider-wrapper .slick-prev {
    left: -10px;
  }

  .about-logos-slider-wrapper .slick-next {
    right: -10px;
  }
}

@media only screen and (max-width: 1024px) {
  .client-carousel-wrapper {
    padding: 40px 50px;
  }

  .client-carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .client-carousel .slick-prev.client-carousel-arrow {
    left: -45px;
  }

  .client-carousel .slick-next.client-carousel-arrow {
    right: -45px;
  }

  .partner-logo-slider {
    padding: 0 50px;
  }
}

/* Tablet and up - 3 column layout for overlay logos */
@media (min-width: 768px) {
  .hp-img-txt-overlay-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile - overlay appears below image, not overlapping */
@media (max-width: 767px) {
  .hp-img-txt-overlay {
    position: relative;
    height: auto;
    padding: 30px 20px;
  }

  .hp-img-txt-overlay-logos {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 1129px) {
	.hp-prjct-cont{
		min-height: 150px;
	}

	.career-banner .desk-top{
		display: none;
	  }
	.navbar__logo img{
		top: 0 !important;
		height: 55px !important;
	}

	.sngl-career-banner .hp-banner-img{
		display: none;
	  }

	.sngl-career-banner .hp-banner-img-mbl.hp-banner-img{
		display: block;
	  }

	.career-sec {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.career-det-img{
		display: none;
	}

	.menu-item-has-children {
		position: relative;
	}

  .pageNavCollapse {
    width: 100%;
    position: absolute;
    left: 0;
    top: 85px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: transform 0.3s ease;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    z-index: 1;
  }

  .pageNavCollapse:before {
    position: absolute;
    content: "";
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background: #152417e5;
    z-index: -1;
  }

  .pgNavOpener {
    display: block;
    position: relative;
    color: #fff !important;
    width: 30px;
    height: 27px;
  }

  .pgNavOpener .icnBar {
    position: absolute;
    left: 0;
    top: 9px;
    right: 0;
  }

  .pgNavOpener:before,
  .pgNavOpener:after,
  .pgNavOpener .icnBar {
    height: 4px;
    background-color: currentColor;
    transition: all 0.3s ease;
    border-radius: 10px;
  }

  .pgNavOpener:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
  }

  .pgNavOpener:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
  }

  .pgNavActive .pgNavOpener::before {
    transform: rotate(45deg) translate(7px, 6px);
  }

  .pgNavActive .pgNavOpener::after {
    transform: rotate(-45deg) translate(8px, -7px);
  }

  .pgNavActive .pgNavOpener .icnBar {
    opacity: 0;
    visibility: hidden;
  }

  .pgNavActive .pageNavCollapse {
    transform: scaleY(1);
  }

  .header-menu-wrap .header-menu-list li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: auto;
    position: relative;
  }

  .header-menu-wrap .header-menu-list li.menu-item-has-children > a {
    flex: 1;
    order: 1;
  }

  .header-menu-wrap .header-menu-list li.menu-item-has-children > .sub-menu-toggle {
    position: static;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    order: 2;
  }

  .header-menu-wrap .header-menu-list li.menu-item-has-children ul.sub-menu {
    display: none;
    position: static;
    transform: none;
    min-width: unset;
    z-index: auto;
    padding-left: 8px;
    background: transparent;
    flex-basis: 100%;
    width: 100%;
    order: 3;
  }

  .header-menu-wrap .header-menu-list li.menu-item-has-children ul.sub-menu.active-sub {
    display: block;
  }

  .header-menu-wrap .header-menu-list li.menu-item-has-children ul.sub-menu li {
    margin-left: 0;
    margin-right: 0;
  }

  .header-menu-wrap .header-menu-list li.menu-item-has-children ul.sub-menu li a {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .header-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .header-menu-list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 17px;
    width: 100%;
  }

  .head-men-logo {
    display: none;
  }

  .menu-item-has-children {
    position: relative;
  }

  .header-menu-list li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: start;
  }

  .header-menu-list {
    margin-left: 40px;
    margin-right: 40px;
  }

  .header-menu-list li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .menu-item-has-children::before {
    content: none;
  }

  .header-menu-list li.menu-item-has-children {
    position: relative;
  }

  .sub-menu-toggle {
    position: static;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
  }

  .sub-menu-toggle::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(134deg);
    transition: transform 0.3s ease;
  }

  .active-rotate > .sub-menu-toggle::before {
    transform: rotate(315deg);
  }

  .footer-lft-list,
  .footer-rgt-list {
    flex-direction: column;
  }

  .footer-rgt-list li + li {
    border-left: 0;
  }

  #page-footer {
    padding-top: 39px;
    padding-bottom: 36px;
  }

  .headre-logo {
    width: 30%;
    max-width: 100px;
  }

  .hp-header-cont h1 {
    font-size: 24px;
    line-height: 33px;
  }

  .hp-header-cont {
    min-width: 248px;
  }

  .hp-banner-img img {
    height: 100%;
    min-height: 340px;
  }

  .sngl-career-banner .hp-header-cont {
    display: none;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hp-prjct-cont h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
  }

  .hp-prj-list-det {
    padding-left: 10px !important;
    padding-right: 10px !important;
    flex-wrap: wrap;
  }

  .hp-about-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hp-about-sec .row {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    position: static;
  }

  .hp-about-sec .col {
    width: 100%;
  }

  .hp-abt-rgt {
    order: -1;
    flex: none;
    width: 100%;
  }

  .hp-abt-left h2,
  .hp-abt-left h3 {
    position: static;
    font-size: 20px;
    line-height: 28px;
    padding-left: 0;
  }

  .hp-abt-left-cont {
    position: static;
    min-width: unset;
    max-width: 100%;
    transform: none;
    top: auto;
    left: auto;
    text-align: start;
    width: 100%;
  }

  .hp-abt-left-cont strong {
    line-height: 26px;
  }

  .hp-abt-left-cont a.btn {
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
  }

  .hp-abt-rgt img {
    width: 100%;
    height: auto;
  }

  .hp-abt-left {
    margin-left: 0;
  }

  .hp-abt-left-wrp {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .hp-about-sec {
    overflow: visible;
  }

  .hp-img-blk-txt h2 {
    font-size: 24px;
    line-height: 33px;
  }

  .col {
    width: 100%;
  }

  .row.partner-logo-wrp {
    flex-direction: row;
  }

  .senior-team-row.row .col-6 .row,
  .career-journey-wrp .row {
    flex-direction: row;
  }

  .row.partner-logo-wrp .col-25,
  .senior-team-row.row .col-6 .row .col-6,
  .career-journey-wrp .row .col-25 {
    width: 50%;
  }

  .partner-img-txt-sec {
    padding-top: 20px;
  }

  .patner-img-logo {
    display: flex;
    justify-content: center;
  }

  .partner-img-txt-cont {
    padding-left: 0;
  }

  .senior-team-sec .hp-prjct-cont {
    background-color: #fff;
    padding: 0;
  }

  .senior-team-sec .hp-prjct-cont h2 {
    line-height: 24px !important;
    color: #595b61;
  }

  .senior-team-sec .hp-prjct-cont p {
    line-height: 26px;
    color: #595b61;
  }

  .analysis-cont {
    padding-top: 10px;
  }

  .analysis-sec {
    padding-bottom: 0;
  }

  .hp-prjct-cont p {
    max-width: 100%;
  }

  .news-item-sec,
  .career-exp,
  .career-bg-img-sec {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .career-bg-col-lft {
    margin-top: -250px;
  }

  .career-bg-cont {
    margin-bottom: 30px;
  }

  .career-sec {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .row.news-row {
    row-gap: 20px;
  }

  .tab-content.active {
    flex-direction: column;
  }

  .tab-content {
    padding: 18px 18px 30px 18px;
  }

  .team-prf-cont {
    bottom: 20px;
    left: 20px;
  }

  .hp-header-cont-mob{
 	bottom: 0%;
    top: auto;
    left: 150px;
  }

  .hp-header-cont-mob h2{
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
  }

  .hp-header-cont-mob span{
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
  }

  .career-banner .hp-header-cont h1{
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: start;
  }

  .hp-header-cont.hp-header-cont-mob {
	display: block;
  }

  .carrer-det-cont h2,
  .carrer-det-cont span{
	display: none;
  }

  .mob_hidden{
	display: none;
  }
}

@media screen and (max-width: 1130px) {
  .portlal-navbar {
    position: relative;
    right: 0px;
    top: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 8px;
  }
  .portlal-navbar a {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .footer-rgt-list li a {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-lft-list li,
  .footer-rgt-list li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-lft-list,
  .footer-rgt-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .hp-header-cont h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .hp-prjct-cont h2 {
    font-size: 54px !important;
    line-height: 60px !important;
    font-weight: 300;
  }

  .hp-prjct-cont {
    font-size: 18px;
    line-height: 24px;
  }

  .col-25 {
    width: 25%;
  }

  .row.service-det-row .col-6 {
    width: 50%;
  }

  .carrer-det-cont h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .carrer-det-cont span {
    font-size: 22px;
    line-height: 28px;
  }

  .carrer-det-cont p {
    font-size: 24px;
    line-height: 30px;
  }

  .row.news-row .col-25 {
    width: 33%;
  }

  .tab-right input {
    width: 45%;
  }

  .tab-right input:nth-of-type(even) {
    margin-left: 35px;
  }

  .tab-content.active {
    gap: 50px;
  }
}

@media (min-width: 1130px) {
  .menu-item-has-children {
    position: static;
  }

  .menu-item-has-children > a {
    position: relative;
  }

  .menu-item-has-children > a::after {
    display: none;
  }

  .header-menu-list li.menu-item-has-children:hover > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #a7c851;
  }

  .career-banner .mobile-img{
	display: none;
  }

  .sngl-career-banner .hp-banner-img-mbl.hp-banner-img{
	display: none;
  }

  .row {
    flex-direction: row;
	margin-left: -10px;
    margin-right: -10px;
  }

  .hp-banner {
	height: 80vh;
	min-height: 790px;
  }

  .hp-banner-img img {
	height: 100%;
  }

  #page-header{
		top: 0;
	}

	.col {
	  padding-left: 10px;
	  padding-right: 10px;
	}

	.hp-prjct-cont {
	  padding: 50px 16px 16px 40px;
	}

  .col-6 {
    width: 50%;
  }

  .col-12 {
    width: 100%;
  }

  .col-33 {
    width: 33%;
  }

  .col-25 {
    width: 25%;
  }

  .col-40 {
    width: 40%;
  }

  .col-60 {
    width: 60%;
  }

  .col-75 {
    width: 75%;
  }

  .menu-item-has-children li a {
    letter-spacing: 2px;
  }

  .header-menu-wrap {
    width: 88%;
  }

  .headre-logo {
    width: 12%;
  }

  .header-menu-list li a {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
  }

  .header-menu-list {
    justify-content: space-evenly;
    width: 100%;
  }

  .head-men-logo {
    margin-left: 10px;
    width: 40px;
  }

  .footer-rgt-list li a {
    font-size: 16px;
    line-height: 25px;
  }

  .footer-lft-list li,
  .footer-rgt-list li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-lft-list,
  .footer-rgt-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .hp-txt-cont-wrap {
    margin-left: auto;
    margin-right: 50px;
    font-size: 18px;
    line-height: 24px;
  }

  .hp-txt-cont {
    padding-top: 45px !important;
    padding-bottom: 35px !important;
  }

  .hp-txt-cont--no-pt {
    padding-top: 0 !important;
  }

  .hp-txt-cont--no-pb {
    padding-bottom: 0 !important;
  }

  .hp-our-project {
    padding-top: 55px !important;
    padding-bottom: 30px !important;
  }

  .hp-prjct-cont {
    font-size: 14px;
    line-height: 26px;
  }

  .hp-prj-list {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
  }

  .hp-img-txt-img {
    margin-top: 20px;
  }

  .hp-img-blk-txt {
    font-size: 24px;
    line-height: 32px;
  }

  .hp-our-project .col,
  .hp-our-project-row .col {
    display: flex;
  }

  .hp-about-sec .row {
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  .abt-img-txt-cont strong {
    font-size: 16px;
    line-height: 26px;
  }

  .abt-img-txt-cont p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }

  .partner-img-txt-sec {
    background-color: #ededed;
  }

  .partner-img-txt-cont {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .senior-team-img {
    margin-bottom: 10px;
  }

  .senior-team-cont h2 {
    font-size: 16px;
    line-height: 26px;
  }

  .senior-team-cont span {
    font-size: 16px;
    line-height: 26px;
  }

  .senior-team-cont .member-content {
    margin-top: 10px;
  }

  .row.service-det-row .col-6 {
    width: 100%;
  }

  .news-item-cont ul li {
    font-size: 14px;
    line-height: 18px;
  }

  .news-item-cont h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .news-item-cont ul {
    margin-top: 15px;
  }

  .career-exp {
    background-color: #a7c851;
  }

  .career-exp .news-item-cont p {
    margin-left: 30px;
  }

  .career-bg-cont {
    padding-left: 30px;
    padding-top: 20px;
  }

  .career-journey h4 {
    font-size: 28px;
  }

  .career-row.row .col-25 {
    width: 25%;
  }

  .tab-left h3 {
    font-size: 24px;
  }

  .tab-right input {
    width: 47%;
  }

  .tab-right input:nth-of-type(even) {
    margin-left: 10px;
  }

  .team-prf-cont span {
    font-size: 16px;
    line-height: 26px;
  }

  .ext-bold-span,
  .team-prf-cont p {
    font-size: 22px;
    line-height: 28px;
  }

  .banner-mail span {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1280px) {
  .header-menu-wrap {
    width: 80%;
  }

  #page-header{
    top: 0;
    padding-top: 32px;
  }

  .headre-logo {
    width: 20%;
  }

  .header-menu-list li a {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 4px;
  }

  .head-men-logo {
    margin-left: 40px;
    width: 60px;
  }

  .menu-item-has-children li a {
    letter-spacing: 2px;
  }

  .abt-img-txt-cont strong {
    font-size: 18px;
    line-height: 26px;
  }

  .abt-img-txt-cont p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }

  .partner-img-txt {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* .senior-team-img {
    margin-bottom: 20px;
  } */

  .senior-team-cont h2,
  .senior-team-cont span {
    font-size: 20px;
    line-height: 28px;
  }

  .senior-team-cont .member-content {
    margin-top: 25px;
  }

  .news-item-cont ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .news-item-cont h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .news-item-cont ul {
    margin-top: 30px;
  }

  .career-img-txt-cont p {
    margin-bottom: 0px;
  }

  .career-img-txt-cont .hp-prjct-cont p {
    font-size: 20px;
    line-height: 24px;
  }

  .career-exp .news-item-cont p {
    font-size: 24px;
    line-height: 30px;
    max-width: 563px;
  }

  .career-bg-cont {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .career-bg-cont > strong {
    font-size: 20px;
    margin-bottom: 70px;
  }

  .carrer-det-cont {
    padding: 42px;
  }

  .row.news-row .col-25 {
    width: 25%;
  }
}

ul li p {
  margin: 15px 0;
}

.tax-project_category .projects-sec {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.team-member-full-content p {
  font-weight: 300;
}
