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-position: inside;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul > li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

/* 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;
}

.testimonials .slick-slide img {
  max-width: 210px;
}

.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;
}

body {
  font: 400 20px/30px "Montserrat", Arial, Verdana, sans-serif;
  background-color: #fff;
  min-width: 320px;
  color: #000;
  margin: 0;
  font-style: normal;
  -ms-overflow-style: scroll-bar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", Arial, Verdana, sans-serif;
  font-weight: 700;
  background: var(
    --Gradient-text,
    linear-gradient(90deg, #ac054f 41.9%, #f36f21 98.78%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  margin: 0;
  letter-spacing: 0.039px;
}
h1,
.h1 {
  font-size: 30px;
  line-height: 44px;
}

h2,
.h2 {
  font-size: 26px;
  line-height: 34px;
}

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

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 17px;
}

@font-face {
  font-family: "Bebas Kai";
  src: url("font/BebasKai.ttf") format("truetype"),
    url("font/BebasKai.woff") format("woff"),
    url("font/BebasKai.svg") format("svg");
  font-style: normal;
}

.container,
.page-id-558 #mainContent{
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1312px;
}

.page-id-558 #mainContent{
	padding-top: 30px;
	padding-bottom: 70px;
}

.page-id-558 #mainContent h2{
	padding-top: 15px;
    padding-bottom: 15px;
}

.wpconsent-cookie-policy-table{
	margin: 0 auto;
	margin-top: 20px;
	display: none;
}

.wpconsent-cookie-service-name {
	margin-bottom: 10px;
}

.wpconsent-cookie-category-description,
.wpconsent-cookie-service-description {
	margin-bottom: 15px;
}



.btn {
  display: inline-block;
  padding: 8px 18px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #002739;
  border-radius: 10px;
  color: #fff;
}

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

/* 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;
}

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

#pageheader .container {
  max-width: 1312px;
}

#pageheader {
  padding-top: 27px;
  padding-bottom: 27px;
}

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

.header-wrap .page-logo {
  max-width: 270px;
  width: 100%;
}

.menu-wrap li {
  padding-left: 23px;
  padding-right: 23px;
}

.menu-wrap {
  display: flex;
  align-items: center;
}

.menu-wrap li a {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  transition: all 0.3s ease;
}

.menu-wrap li a:hover,
.menu-wrap .current_page_item a{
  color: #ac0550;
}

.menu-wrap .btn{
	padding-left: 18px !important;
	padding-right: 18px !important;
}

.menu-wrap .btn a {
  color: #fff;
  padding: 0 !important;
}

.menu-wrap .btn a:hover,
.btn:hover,
.menu-wrap .current_page_item.btn a,
.menu-wrap .current_page_item.btn{
  background-color: #ac0550;
  color: #fff;
}

.pageNavCollapse {
  width: 100%;
}

/* .........homepage......... */

.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-video {
  position: relative;
  display: flex;
}

.banner-arrow {
  position: absolute;
  content: "";
  bottom: -54px;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  width: 119px;
  height: 119px;
  cursor: pointer;
  transition: bottom 0.4s ease;
}

.banner-arrow:hover {
  bottom: -42px;
}

.banner-head-wrap {
  background: var(
    --Gradient-text,
    linear-gradient(90deg, #ac054f 41.9%, #f36f21 98.78%)
  );
  z-index: 19;
  position: relative;
}

.page-banner h1 {
  padding-top: 21px;
  padding-bottom: 21px;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.page-banner h1 span {
  font-weight: 400;
}

.bg-pst-img {
  position: relative;
}

.services-det {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.bg-pst-img::before {
  position: absolute;
  content: "";
  top: 560px;
  left: 0px;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2026/02/Vector-1.svg);
  background-repeat: no-repeat;
  z-index: -20;
  height: 100%;
  background-size: contain;
}

.services-det p,
.services-det strong {
  letter-spacing: 0.012px;
}

.service-tp h2,
.service-tp {
  margin-bottom: 24px;
}

.service-tp h2{
  background: var( --Gradient-text, linear-gradient(90deg, #ac054f 30.9%, #f36f21 90.78%) );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-vid video {
  width: -moz-available;
}

.service-vid {
  margin-bottom: 20px;
}

.service-btm h2 {
  margin-bottom: 34px;
  background: var( --Gradient-text, linear-gradient(90deg, #ac054f 32.9%, #f36f21 59.78%) );
  background-clip: text;
  -webkit-background-clip: text;
}

.service-cont p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 35px;
}

.service-cont a {
  font-family: "Bebas Kai";
  padding: 6px 14px;
  font-size: 26px;
  line-height: 32px;
}

.parnter-logos {
  padding-top: 24px;
  padding-bottom: 55px;
}

.parnter-logos h2 {
  background: var(
    --Gradient-text,
    linear-gradient(55deg, #ac054f 11.9%, #f36f21 18.78%)
  );
  -webkit-background-clip: text !important;
  margin-bottom: 41px;
}

.partnerSlider .slick-dots,
.testimonialSlider .slick-dots,
.sustTstimonialSlider .slick-dots {
  display: none !important;
}

.partnerSlider .slides,
.partnerSlider .slick-track {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* ............Page footer.......... */

.footer-det {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.027px;
}

.footer-det-lft,
.footer-det-rgt {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-det-lft,
.loc-cont-left,
.footer-det-rgt,
.footer-bottom-image {
  display: flex;
}

.loct-icn {
  flex-shrink: 0;
  margin-right: 14px;
}

.loct-icn img{
  width: 100%;
}

.loc-cont-left {
  margin-right: 40px;
  max-width: 278px;
}

.loc-cont{
  max-width: 244px;
}

.footer-det-rgt {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 43px;
  margin-bottom: 20px;
	align-items: center;
}

.footer-link-lft {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
	align-items: center;
	margin-top: 5px;
}

.footer-link-lft a,
.footer-link-rgt span {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #000;
  text-transform: uppercase;
}

.footer-bottom-image img {
  width: 100%;
  height: 100%;
}

.footer-det-rgt img + img {
  margin-left: 16px;
}

/* ...........Our Wrok page.......... */

.our-work-sec,
.our-model-sec {
  padding-top: 42px;
  padding-bottom: 41px;
}

.headings-header h1 {
  color: #072a3a;
  -webkit-text-fill-color: #072a3a;
  font-family: "Bebas Kai";
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 12px;
}

.headings-header h2,
.sustainability-pg h2 {
  background: var(
    --Gradient-text,
    linear-gradient(90deg, #ac054f 15.9%, #f36f21 47.78%)
  );
  -webkit-background-clip: text;
  margin-bottom: 25px;
}

.headings-header h2:not(:first-of-type) {
  margin-top: 40px;
}

.owd-cont p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.352px;
}

.owd-cont strong {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 3px;
}

.owd-img-cont-wrp .overflow-hidden{
	background-color: #000;
}

.owd-img-cont-wrp {
  position: relative;
  overflow: hidden;
}

.owd-cont {
  position: absolute;
  left: 0;
  right: 40px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  z-index: 1;
  max-width: 269px;
  top: 0;
  padding: 10px 10px 10px 30px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.4s ease;
  min-height: 89px;
}

.owd-cont.active {
  opacity: 1;
  transform: translateY(0);
}

.owd-img-cont-wrp img {
  width: 100%;
  height: 100%;
  transition: 0.4s all ease;
  display: flex;
}

.owd-img-cont-wrp:hover img,
.cols-row-img:hover img {
  transform: scale(1.1);
}

.owd-left-top {
  margin-bottom: 20px;
}

.owd-left-top .owd-img-cont-wrp,
.owd-right .owd-img-cont-wrp {
  padding-left: 0;
  padding-right: 0;
}

.owd-right .owd-img-cont-wrp {
  height: 100%;
}

.our-wrk-wrp + .our-wrk-wrp,
.owd-left-btm + .owd-left-btm {
  margin-top: 20px;
}

.overflow-hidden {
  overflow: hidden;
  height: 100%;
}

.testimonials {
  padding-top: 42px;
  padding-bottom: 190px;
}

.testimonialSlider {
  max-width: 1140px;
  margin: 0 auto;
}

.testimonials h2 {
  -webkit-text-fill-color: #000000;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 64px;
}

.testimonialSlider .slick-arrow,
.sustTstimonialSlider .slick-arrow {
  background-color: transparent;
  border: 0;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  z-index: 999;
}

.testimonialSlider .slickNext {
  right: 0;
}

.testimonialSlider .slickPrev {
  left: 0;
}

.testimonialSlider .slides {
  display: flex !important;
  justify-content: center;
}

.tst-img-cont {
  display: flex;
  margin-top: 40px;
}

.testimonials-cont {
  color: #002739;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.029px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tst-cont {
  margin-left: 40px;
	display: none;
}

.tst-cont span {
  color: #002739;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.051px;
}

.tst-cont p {
  color: #002739;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.086px;
}

.testimonialSlider .slick-slide {
  display: flex !important;
  justify-content: center;
}

.testimonials-cont > img {
  margin-bottom: 20px;
}

.testimonialSlider .slick-arrow svg {
  width: 20px;
}

.banner-video img {
  width: 100%;
  height: 100%;
}

.mdl-det-left-head {
  margin-bottom: 30px;
}

.mdl-det-left-head h3::before {
  position: absolute;
  content: "";
  width: 1540px;
  height: 100%;
  background-color: #002739;
  left: -1254px;
  top: 0;
  right: 0;
  z-index: -1;
  border-top-right-radius: 50px;
}

.mdl-det-left-head h3 {
  background: none;
  -webkit-text-fill-color: #ffffff;
  font-family: "Bebas Kai";
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  overflow: visible;
}

.mdl-det-left strong {
  margin-bottom: 20px;
  display: block;
}

.mdl-det-left {
  letter-spacing: 0.39px;
  font-size: 14px;
  line-height: 22px;
}

.mdl-det-left h4 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03px;
  margin-bottom: 15px;
  -webkit-text-fill-color: #000;
}

.mdl-rgt-cont {
  padding: 40px 20px;
  background-color: #eae9e3;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-left: 8px solid #55c4c5;
  font-size: 14px;
  line-height: 22px;
}

.mdl-rgt-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 139px;
  height: 139px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.mdl-rgt-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2025/12/Clip-path-group-6.svg);
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 100%;
}

.tal_cls_2 .mdl-rgt-img::before {
  background: url(/wp-content/uploads/2025/12/Clip-path-group-7.svg);
}

.tal_cls_3 .mdl-rgt-img::before {
  background: url(/wp-content/uploads/2025/12/Clip-path-group-8.svg);
}

.tal_cls_4 .mdl-rgt-img::before {
  background: url(/wp-content/uploads/2025/12/Clip-path-group-9.svg);
}

.tal_cls_5 .mdl-rgt-img::before {
  background: url(/wp-content/uploads/2025/12/Clip-path-group-10.svg);
}

.tal_cls_6 .mdl-rgt-img::before {
  background: url(/wp-content/uploads/2025/12/Clip-path-group-11.svg);
}

.mdl-rgt-cont strong {
  display: block;
  margin-bottom: 7px;
  line-height: 24px;
}

.mdl-det-right {
  opacity: 0;
  transform: translatex(30px);
  transition: all 2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mdl-det-right.visible {
  opacity: 1;
  transform: translateY(0);
}

.model-detail + .model-detail {
  margin-top: 70px;
}

.mdl-det-left p br,
.mdl-rgt-cont strong br,
.mdl-rgt-cont p br{
	display: none;
}

.mdl-det-left p + p {
  margin-top: 10px;
}

.mdl-det-left h3 {
  margin-top: 14px;
  margin-bottom: 18px;
}

.mdl-det-left ul,
.sus-choice-cont ul,
.cols-row-txt ul,
.our-model-sec ul{
  padding-left: 24px;
  margin-top: 5px;
}

.mdl-det-left ul li,
.our-model-sec ul li,
.cols-row-txt ul li {
  position: relative;
  list-style-position: outside;
  padding-left: 6px;
}

.sus-choice-cont ul li{
	position: relative;
}

.mdl-det-left ul li::before,
.our-model-sec ul li::before,
.cols-row-txt ul li::before,
.sus-choice-cont ul li::before{
	position: absolute;
	content: '';
	background-color: #000;
	width: 4px;
	height: 4px;
	left: -12px;
    top: 13px;
    border-radius: 100%;
}

.mdl-det-left ul li + li,
.our-model-sec ul li + li,
.cols-row-txt ul li + li {
  margin-top: 10px;
}

.sustainability-pg h2 {
  margin-bottom: 26px;
}

.our-model-sec .headings-header p {
  font-size: 24px;
  letter-spacing: 0.05%;
  max-width: 1050px;
}

.sustainability-pg .headings-header {
  margin-bottom: 44px;
}

.our-model-sec{
  font-size: 20px;
  line-height: 30px;
}

.our-model-sec ul {
  margin-bottom: 25px;
}

.sustainability-choice {
  padding-bottom: 45px;
}

.sus-slider-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 154px;
  height: 154px;
  width: 100%;
  flex-shrink: 0;
  border: 1px solid #ac054f;
  border-radius: 100px;
  padding: 10px;
}

.sustTstimonialSlider .slick-arrow svg {
  width: 27px;
  height: 27px;
}

.sus-testimonials h2 {
	margin-bottom: 57px;
	background: var( --Gradient-text, linear-gradient(90deg, #ac054f 15.9%, #f36f21 47.78%) );
	-webkit-background-clip: text;
}

.sus-testimonials {
  padding-bottom: 46px;
}

.img-cont-cols {
  padding-top: 46px;
  padding-bottom: 20px;
}

.cols-row {
  margin-left: -19px;
  margin-right: -19px;
}

.cols-row-cont {
  padding-left: 19px;
  padding-right: 19px;
}

.cols-row-txt {
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02px;
}

.cols-row-txt h3 {
  color: #000;
  font-size: 22px;
  line-height: 34px;
  -webkit-text-fill-color: #000;
  margin-bottom: 17px;
  max-width: 427px;
}

.cols-row-wrap {
  background-color: #eae9e3;
  border-left: 10px solid #ac054f;
  border-bottom-right-radius: 20px;
}

.cols-row-img {
  overflow: hidden;
  display: flex;
}

.cols-row-img img {
	width: 100%;
	height: 100%;
	transition: 0.4s all ease;
	margin-left: -1px;
}

.cols-row-wrap + .cols-row-wrap {
  margin-top: 117px;
}

.img-cont-cols .container {
  max-width: 1280px;
}

.cols-row-txt ul {
  margin-top: 10px;
}

.sus-partner-wrp {
  display: flex;
  max-width: 1090px;
}

.sus-partner-img {
  flex-shrink: 0;
}

.sus-partner-cont {
  font-size: 18px;
  line-height: 28px;
  margin-left: 40px;
}

.sus-partner-cont h3 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.021px;
  margin-bottom: 20px;
}

.sus-partner-cont p {
  letter-spacing: 0.025px;
  padding-left: 12px;
}

.sus-partner {
  padding-top: 20px;
  padding-bottom: 100px;
}

.sustTstimonialSlider .slickNext {
  right: -10px;
}

.sustTstimonialSlider .slickPrev {
  left: -10px;
}

.about-us .container {
  max-width: 1297px;
}

.our-story-img + .our-story-img {
  margin-top: 27px;
}

.our-story-img img {
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
}

.our-story-cont h2 {
  margin-bottom: 15px;
  font-size: 26px;
}

.our-story-cont {
  font-size: 18px;
  line-height: 26px;
}

.our-story-sec {
  padding-top: 42px;
  padding-bottom: 20px;
}

.our-story-cont-top,
.our-story-cont p {
  max-width: 732px;
}

.our-story-row + .our-story-row {
  margin-top: 30px;
}

.our-story-row-btm {
  align-items: end;
}

.staff-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 23px;
  margin-left: -12px;
  margin-right: -12px;
}

.staff-col {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.staff-det h2 {
  font-size: 26px;
  line-height: 34px;
  background: var(
    --Gradient-text,
    linear-gradient(90deg, #ac054f 4.9%, #f36f21 41.78%)
  );
  -webkit-background-clip: text;
  margin-bottom: 23px;
}

.staff-cont h3 {
  -webkit-text-fill-color: #fff;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 8px;
}

.staff-cont {
  padding: 19px 23px 15px;
  background-color: #002739;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.313px;
  border-bottom-right-radius: 20px;
}

.staff-img {
  display: flex;
  margin-bottom: 4px;
}

.staff-img img {
  width: 100%;
  height: 100%;
}

.staff-det {
  padding-top: 20px;
  padding-bottom: 60px;
}

.our-story-sec .headings-header h1 {
  font-size: 42px;
  line-height: 46px;
}

.footer-det-rgt img {
  width: 25%;
}

.git-sec {
  padding-top: 42px;
  padding-bottom: 20px;
}

.git-sec .headings-header h2 {
  margin-bottom: 23px;
  letter-spacing: 0.043px;
  font-size: 26px;
  line-height: 34px;
}

.git-sec strong {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.053px;
}

.contact-form p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}

.contact-form {
  padding-top: 20px;
  padding-bottom: 120px;
}

.form-row {
  margin-bottom: 20px;
}

.form-col {
  margin-bottom: 20px;
}

.form-col input,
.contact-form textarea,
.submit-btn {
  border-radius: 4px;
  background: #e5eaec;
  padding: 16px;
  width: 100%;
  border: transparent;
  outline: none;
  font-family: "Montserrat", Arial, Verdana, sans-serif;
  font-size: 14px;
}

.contact-form textarea {
  min-height: 167px;
  margin-bottom: 41px;
  resize: none;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  width: auto;
  transition: 0.3s all ease;
  margin-bottom: 59px;
}

.submit-btn:hover {
  background-color: #ac0550;
}

.cont-pg-map {
  margin-bottom: 42px;
}

.timings-det + .timings-det {
  margin-top: 20px;
}

.timings-det span {
  display: block;
}

.timings-det {
  font-size: 20px;
  line-height: 30px;
}

.timings-det-btn{
  font-weight: 700;
  color: #000;
	text-decoration: underline;
}

.tal_a{
	display: flex;
	flex-wrap: wrap;
	row-gap: 22px;
	padding-left: 21px;
}

.tal_a .owd-left-btm{
	padding-left: 12px;
	padding-right: 12px;
}

.tal_a .owd-left-btm-inner .owd-img-cont-wrp{
	width: 100%;
	padding: 0;
}

.tal_a .owd-left-btm-inner{
    height: 100%;
}

.tal_a .owd-left-btm + .owd-left-btm{
	margin-top: 0;
}

.form-wrap p{
	margin-bottom: 0 !important;
}

.skip-link {
  position: absolute;
  top: -90px;
  left: 0;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

.desk-video{
  display: none;
}

.timing-flx-wrp{
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 20px;
}

.footer-link-lft a:hover,
.timings-det-btn:hover {
	color: #ac0550;
}

.posRel{
	position: relative;
	padding-right: 6px;
}

.subtxt{
	position: absolute;
    top: -11px;
    right: -6px;
    font-size: 14px;
}

.blog-content-section {
  padding: 60px 0 60px 0;
}

.blog-content-wrapper {
  display: flex;
  gap: 60px;
}

.blog-content-wrapper.reverse {
  flex-direction: row-reverse;
}

.blog-content-image {
  position: relative;
  overflow: hidden;
}

.blog-content-image img,
.blog-content-image video {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.blog-content-image:hover img {
  transform: scale(1.05);
}

.blog-content-image video {
  object-fit: cover;
}

.blog-content-text {
  flex: 1;
}

.blog-content-title {
  margin-bottom: 20px;
}

.blog-content-description {
  font-size: 20px;
  line-height: 30px;
}

.blog-content-description p {
  margin-bottom: 15px;
}

.blog-content-description p:last-child {
  margin-bottom: 0;
}

.blog-content-media{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner-video-link{
	display: flex;
	position: relative;
}

.banner-video-link img,
.banner-video-link video{
	width: 100%;
	height: 100%;
}

.our-story-img {
	display: block;
}

.partnerSlider .slick-track {
	display: flex !important;
    align-items: center !important;
}

.partnerSlider .slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 25px;
}

.partnerSlider .slick-slide img {
	height: 80px;
	width: auto;
	object-fit: contain;
	display: block; 
}

.blog-content-text-inner{
	margin-bottom: 30px;
}

#wcb #wcb_2{
	position: static;
}

.carbonbadge{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	row-gap: 3px;
}

.privacy-policy #mainContent,
.page-id-115 #mainContent{
	margin-top: 20px;
    margin-bottom: 80px;
}

.privacy-policy #mainContent h1,
.page-id-115 #mainContent h1{
	background: var( --Gradient-text, linear-gradient(90deg, #ac054f 1.8%, #f36f21 43.78%) );
    background-clip: text;
    -webkit-background-clip: text;
	font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px;
}

.privacy-policy #mainContent h2,
.page-id-115 #mainContent h2{
	font-size: 26px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: var( --Gradient-text, linear-gradient(90deg, #ac054f 1.9%, #f36f21 43.78%) );
    background-clip: text;
    -webkit-background-clip: text;
}

.privacy-policy #mainContent p,
.page-id-115 #mainContent p{
	margin-bottom: 10px;
}

.privacy-policy #mainContent ul,
.page-id-115 #mainContent ul{
	margin-left: 30px;
	margin-bottom: 10px;
}

.privacy-policy #mainContent ul li,
.page-id-115 #mainContent ul li{
	list-style-type: disc;
}

.privacy-policy #mainContent ul li + li,
.page-id-115 #mainContent ul li + li{
	margin-top: 5px;
}

.privacy-policy #mainContent h3,
.page-id-115 #mainContent h3{
	color: #000;
}

.privacy-policy #mainContent a,
.page-id-115 #mainContent a{
	text-decoration: underline;
}

@media (min-width: 576px) {
  .owd-left-btm-inner {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }

  .owd-img-cont-wrp,
  .owd-left,
  .owd-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .owd-left-btm-inner .owd-img-cont-wrp {
    width: 50%;
  }

  .testimonials-cont {
    font-size: 20px;
    line-height: 26px;
  }

  .testimonialSlider .slick-arrow svg {
    width: 35px;
  }

  .mdl-det-left-head h3::before {
    left: -1200px;
  }

  .cols-row {
    display: flex;
  }

  .cols-row-cont {
    width: 50%;
  }

  .staff-col {
    width: 50%;
  }

  .footer-det-rgt img {
    width: 84px;
  }

  .form-row {
    display: flex;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 30px;
  }

  .form-col {
    padding-left: 14px;
    padding-right: 14px;
    width: 50%;
    margin-bottom: 0;
  }
	
  .tal_a .owd-left-btm{
	width: 50%;
  }
	
  .footer-det-rgt img:nth-of-type(5) {
	width: 64px;
  }
}

.sus-slider-img img{
    max-height: 100%;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ac0550;
}

.blog-content-text a{
	width: fit-content;
}

#slick-slide03 .tst-img-cont{
	width: 90px;
}

#wcb_2 {
	position: absolute;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 54px;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .menu-wrap li a {
    font-size: 14px;
  }

  .menu-wrap .btn a {
    padding: 5px 10px;
  }

  .menu-wrap li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-wrap .page-logo {
    max-width: 150px;
    display: flex;
  }

  .header-nav {
    margin-left: 30px;
    display: flex;
    justify-content: flex-end;
  }

  .col70 {
    width: 50%;
  }

  .col-30 {
    width: 50%;
  }

  .services-det {
    padding-top: 67px;
  }

  .services-det {
    font-size: 20px;
    line-height: 34px;
  }

  .servc-row {
    display: flex;
    align-items: center;
    margin-left: -35px;
    margin-right: -35px;
  }

  .col30,
  .col70 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .service-btm h2 {
    margin-bottom: 64px;
  }

  .service-vid {
    margin-bottom: 0;
  }

  .parnter-logos {
    padding-top: 44px;
    padding-bottom: 105px;
  }

  .services-det {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .owd-cont p,
  .owd-cont strong {
    font-size: 11px;
    line-height: 14px;
  }

  .our-work-det {
    display: flex;
  }

  .owd-left,
  .owd-right {
    width: 50%;
  }

  .owd-cont {
    padding: 10px;
    min-height: 65px;
  }

  .testimonialSlider .slides {
    max-width: 940px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonials-cont {
    font-size: 30px;
	  line-height: 40px;
  }

  .tst-cont span {
    font-size: 26px;
    line-height: 32px;
  }

  .tst-cont p {
    font-size: 22px;
    line-height: 29px;
  }

  .mdl-det-left {
    width: 55%;
  }

  .mdl-det-right {
    width: 45%;
  }

  .model-detail {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }

  .mdl-det-left,
  .mdl-det-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mdl-det-left-head h3::before {
    left: -1175px;
  }

  .mdl-det-left-head h3 {
    font-size: 32px;
    line-height: 38px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mdl-det-left {
    font-size: 16px;
    line-height: 24px;
  }

  .mdl-det-left h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .mdl-rgt-cont {
    padding: 40px 25px;
    font-size: 16px;
    line-height: 24px;
  }

  .sus-test,
  .sustTstimonialSlider .slides {
    display: flex !important;
    align-items: center;
  }

  .sustTstimonialSlider {
    padding-left: 20px;
  }

  .sus-testimonials-left {
	padding-right: 60px;
	  justify-content: center;
	  margin-left: auto;
	  margin-right: auto;
  }

  .sus-testimonials-right {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #ac054f;
  }

  .sus-testimonials-cont {
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
	max-width: 1000px;
  }

  .sustTstimonialSlider .slickNext {
    right: -20px;
  }

  .sustTstimonialSlider .slickPrev {
    left: -20px;
  }

  .cols-row-txt {
    min-height: 403px;
  }

  .img-cont-cols {
    padding-bottom: 40px;
  }

  .sus-partner {
    padding-top: 40px;
  }

  .our-story-row {
    display: flex;
    margin-left: -17px;
    margin-right: -17px;
  }

  .our-story-left,
  .our-story-right {
    padding-left: 17px;
    padding-right: 17px;
  }

  .our-story-left {
    width: 65%;
  }

  .our-story-right {
    width: 35%;
  }

  .staff-det h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .staff-col {
    width: 33%;
  }

  .staff-cont h3 {
    font-size: 18px;
  }

  .staff-cont p {
    min-height: 40px;
  }

  .our-story-sec .headings-header h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .git-sec {
    padding-bottom: 30px;
  }

  .contact-form {
    padding-top: 30px;
  }

  .git-sec .headings-header h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .git-sec strong {
    font-size: 27px;
    line-height: 33px;
  }

  .contact-form p {
    font-size: 14px;
    margin-bottom: 42px;
  }

  .timings-det + .timings-det {
    margin-top: 48px;
  }

  .timings-det {
    font-size: 27px;
    line-height: 36px;
  }

  .banner-arrow {
    bottom: -84px;
    width: 189px;
    height: 189px;
  }

  .banner-arrow:hover {
    bottom: -60px;
  }

  .btn{
    border-radius: 16px;
  }
	
	.servc-row .col30 {
		width: 40%;
	}
	
  .desk-video{
       display: block;
   }
	
  .mbl-video{
       display: none;
   }
	
  .timing-flx-wrp{
	  margin-left: -20px;
	  margin-right: -20px;
	  margin-top: 42px;
	}

	.timing-flx{
	  width: 50%;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	
	.tal_a .owd-left-btm:nth-child(even) .owd-left-btm-inner .owd-img-cont-wrp {
	  padding-left: 8px;
	}

	.tal_a .owd-left-btm:nth-child(odd) .owd-left-btm-inner .owd-img-cont-wrp {
	  padding-right: 8px;
	}
	
	.cols-row-right .cols-row-wrap + .cols-row-wrap{
		margin-top: 120px;
	}
	
	.blog-content-section .headings-header h1 {
		margin-bottom: 40px;
	}
	
	.blog-content-title{
		font-size: 36px;
		line-height: 40px;
	}
	
	.blog-content-text{
		display: flex;
		flex-direction: column;
	}
	
	.our-model-sec {
		font-size: 24px;
		line-height: 35px;
	  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 64px;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 49px;
  }

  h3,
  .h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .menu-wrap li a {
    font-size: 16px;
  }

  .menu-wrap .btn a {
    padding: 7px 14px;
  }

  .menu-wrap li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-wrap .page-logo {
    max-width: 170px;
  }

  .col70 {
    width: 60%;
  }

  .col-30 {
    width: 40%;
  }

  .service-tp h2,
  .service-tp {
    margin-bottom: 64px;
  }

  .services-det {
    font-size: 24px;
    line-height: 40px;
  }

  .service-cont p {
    font-size: 20px;
    line-height: 32px;
  }
  .service-cont a {
    padding: 15px 26px;
    font-size: 32px;
    line-height: 37px;
  }

  .footer-det {
    display: flex;
    margin-left: -50px;
    margin-right: -50px;
  }

  .footer-det-lft,
  .footer-det-rgt {
    padding-left: 50px;
    padding-right: 50px;
  }

  .owd-cont p {
    font-size: 14px;
    line-height: 20px;
  }

  .owd-cont strong {
    font-size: 14px;
    line-height: 18px;
  }

  .owd-cont {
    padding: 10px 10px 10px 20px;
    min-height: 89px;
  }

  .model-detail {
    margin-left: -20px;
    margin-right: -20px;
  }

  .mdl-det-left,
  .mdl-det-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mdl-det-left-head h3::before {
    left: -999px;
  }

  .mdl-det-left {
    width: 66%;
  }

  .mdl-det-right {
    width: 34%;
  }

  .mdl-det-left h4 {
    font-size: 31px;
    line-height: 39px;
    margin-bottom: 21px;
  }

  .mdl-det-left {
    font-size: 20px;
    line-height: 30px;
  }

  .headings-header h1 {
    font-size: 84px;
    line-height: 96px;
    margin-bottom: 12px;
  }

  .headings-header h2,
  .sustainability-pg h2 {
    margin-bottom: 20px;
  }
	
  .headings-header h2:not(:first-of-type) {
    margin-top: 85px;
  }

  .mdl-det-left-head h3 {
    font-size: 38px;
    line-height: 42px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mdl-rgt-cont {
    padding: 40px 23px;
    font-size: 19px;
    line-height: 26px;
  }

  .sustTstimonialSlider {
    padding-left: 20px;
  }

  .sus-testimonials-cont {
    margin-left: 46px;
  }

  .sus-testimonials-right {
    width: 55%;
    padding-left: 30px;
    padding-right: 40px;
    border-left: 1px solid #ac054f;
  }

  .sus-testimonials-cont {
    font-size: 16px;
    line-height: 26px;
  }

  .headings-header h2,
  .sustainability-pg h2 {
    margin-bottom: 42px;
  }

  .sustainability-choice {
    padding-bottom: 85px;
  }

  .cols-row-txt {
    padding: 41px 23px 20px 40px;
    font-size: 21px;
    line-height: 34px;
  }

  .cols-row-txt h3 {
    font-size: 33px;
    line-height: 41px;
  }

  .sus-partner-cont {
    font-size: 26px;
    line-height: 45px;
    margin-left: 40px;
  }

  .sus-partner-cont h3 {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0.021px;
    margin-bottom: 11px;
  }

  .our-story-cont h2 {
    margin-bottom: 37px;
    font-size: 30px;
  }

  .our-story-cont {
    font-size: 27px;
    line-height: 42px;
  }

  .our-story-row + .our-story-row {
    margin-top: 90px;
  }

  .our-story-sec .headings-header h1 {
    font-size: 70px;
    line-height: 70px;
  }

  .staff-det {
    padding-top: 48px;
    padding-bottom: 111px;
  }

  .our-story-sec {
    padding-bottom: 48px;
  }

  .staff-col {
    width: 25%;
  }

  .form-row {
    margin-bottom: 49px;
  }
	
  .testimonialSlider .slick-arrow svg {
    width: 57px;
  }
	
	.home .banner-video video {
		height: 590px;
	}
	
	.menu-wrap .btn{
		margin-left: 40px;
	}
	
	body .blog-content-section:nth-child(even) .blog-content-wrapper {
	  flex-direction: row-reverse;
	}
	
	.menu-wrap li {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.blog-content-media,
	.blog-content-text{
		width: 50%;
	}
	
	.page-id-416 .blog-content-description p{
		max-width: 430px;
	}
	
	.page-id-416 .blog-content-title {
		margin-bottom: 35px;
		max-width: 492px;
	}
}

@media (min-width: 1280px) {
  .sus-slider-img{
	padding: 10px;
  }
	
  .menu-wrap li a {
    font-size: 18px;
  }

  .menu-wrap .btn a {
    padding: 8px 18px;
  }

  .menu-wrap li {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-wrap .page-logo {
    max-width: 270px;
  }

  .col-30 {
    width: 30%;
  }

  .service-cont p {
    font-size: 24px;
    line-height: 40px;
  }

  .footer-det-rgt {
    gap: 0;
    margin-left: 20px;
  }

  .owd-cont {
    padding: 10px 10px 10px 30px;
  }

  .owd-cont p {
    font-size: 18px;
    line-height: 24px;
  }

  .model-detail {
    margin-left: -60px;
    margin-right: -60px;
  }

  .mdl-det-left,
  .mdl-det-right {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sustTstimonialSlider {
    padding-left: 63px;
  }

  .sus-slider-img {
    max-width: 174px;
    height: 174px;
  }

  .sustTstimonialSlider .slick-arrow svg {
    width: 43px;
    height: 43px;
  }

  .sus-testimonials-right {
    padding-left: 50px;
    padding-right: 60px;
  }

  .sustTstimonialSlider .slickNext {
    right: 0;
  }

  .sustTstimonialSlider .slickPrev {
    left: 0;
  }

  .sus-testimonials-cont {
    font-size: 20px;
    line-height: 30px;
  }

  .staff-cont {
    min-height: auto;
  }

  .staff-cont h3 {
    font-size: 22px;
  }

  .cont-pg-map iframe {
    height: 727px;
  }
	
  .menu-wrap .btn{
    margin-left: 55px;
  }
	
  .menu-wrap li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1440px) {
	.home .banner-video video {
		height: 690px;
	}
	
	.menu-wrap li a {
       font-size: 20px;
    }
}

@media (max-width: 991px) {
	.blog-content-section {
		padding: 30px 0 30px 0;
	}
	
  .blog-content-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  
  .blog-content-wrapper.reverse {
    flex-direction: column;
  }
  
  .blog-content-image {
    flex: none;
    width: 100%;
  }
	
	.header-wrap .page-logo {
		max-width: 120px;
	}
	
	.menu-wrap .btn {
	padding-left: 8px !important;
	padding-right: 8px !important;
   }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-wrap .page-logo {
    max-width: 170px;
  }

  .menu-wrap {
    flex-direction: column;
    align-items: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-wrap li {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .menu-wrap li a {
    color: #fff;
  }

  .menu-wrap li a:hover {
    color: #002739;
  }

  .menu-wrap .btn {
    max-width: fit-content;
	margin: 0 auto;
    margin-top: 20px;
  }

  .menu-wrap .btn:hover {
    border: 1px solid #002739;
    background-color: #fff;
    color: #ac054f;
  }

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

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

  .pgNavOpener {
    display: block;
    position: relative;
    color: #ac0550;
    width: 30px;
    height: 28px;
  }

  .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);
  }

  .footer-det,
  .footer-det-lft {
    flex-direction: column;
    row-gap: 20px;
  }

  .footer-det-lft,
  .footer-det-rgt {
    width: 100%;
  }

  .owd-img-cont-wrp {
    margin-top: 20px;
  }

  .owd-cont p {
    font-size: 14px;
    line-height: 18px;
  }

  .owd-cont {
    min-height: 69px;
  }

  .headings-header h1 {
    font-size: 42px;
    line-height: 46px;
  }

  .headings-header h2 {
    margin-bottom: 30px;
  }

  .testimonialSlider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tst-cont {
    margin-left: 10px;
	text-align: start;
  }

  .testimonials h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 40px;
  }

  .testimonials {
    padding-bottom: 80px;
  }

  .sustainability-pg .our-model-sec .headings-header {
    margin-bottom: 0;
  }

  .sustainability-pg .headings-header p {
    font-size: 18px;
  }

  .sustainability-pg .our-model-sec {
    padding-bottom: 30px;
  }

  .sus-choice-cont {
    font-size: 18px;
    line-height: 28px;
  }

  .sustainability-pg h2 {
    margin-bottom: 26px;
  }

  .mdl-det-left ul,
  .sus-choice-cont ul,
  .cols-row-txt ul {
    padding-left: 20px;
  }

  .sus-choice-cont ul {
    margin-bottom: 15px;
  }

  .sustainability-choice {
    padding-bottom: 30px;
  }

  .sus-slider-img {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .sus-testimonials-cont {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .sus-testimonials-left {
    margin-bottom: 20px;
  }

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

  .cols-row-cont {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cols-row-txt h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .cols-row-txt {
    font-size: 14px;
    line-height: 24px;
  }

  .cols-row-right,
  .cols-row-wrap + .cols-row-wrap {
    margin-top: 50px;
  }

  .sus-partner-wrp {
    align-items: center;
    flex-direction: column;
  }

  .sus-partner-cont {
    text-align: center;
    margin-left: 0;
  }

  .sus-partner-cont h3 {
    margin-bottom: 17px;
  }

  .our-story-right {
    margin-top: 27px;
  }
	
  .menu-wrap .btn {
	border-top: 0;
  }
	
  .menu-wrap .btn a:hover{
	background-color: #fff;
    color: #002739;
  }
	
 .menu-wrap .btn:hover a{
	background-color: #fff;
    color: #002739;
  }

 .menu-wrap .btn a{
	transition: none;
  }
	
  .tst-img-cont{
	flex-direction: column;
	row-gap: 20px;
  }
	
  .tal_a{
	padding-left: 0;
 }
	
  .tal_a .owd-left-btm {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
  }

	.our-model-sec .headings-header p {
		font-size: 18px;
	}

	.loct-icn img{
		width: auto;
	}

	.parnter-logos h2 {
		background: var( --Gradient-text, linear-gradient(67deg, #ac054f 19.9%, #f36f21 62.78%) );
	}
	
	.menu-wrap .current_page_item a{
		color: #002739;
	}
	
	.our-work-sec,
	.our-model-sec,
	.services-det,
	.our-story-sec,
	.git-sec{
		padding-top: 25px;
	}
	
	.menu-wrap .current_page_item.btn a,
	.menu-wrap .current_page_item.btn{
		background-color: #fff;
	}
	
	.timing-flx-wrp{
		flex-direction: column;
	}
	
	.mdl-det-left ul li::before, 
	.our-model-sec ul li::before, 
	.cols-row-txt ul li::before, 
	.sus-choice-cont ul li::before {
		top: 10px;
		left: -10px;
	}
	
	.progress-wrap.btn-right-side {
		right: 19px !important;
    	bottom: 73px;
	}
	
	.loc-cont-left {
		display: block;
  		margin-bottom: 7px;
	}
	
	.testimonials-cont p br {
		display: none;
	}
	
	.mdl-det-left ul li, .our-model-sec ul li, .cols-row-txt ul li, .blog-content-description {
		font-size: 14px;
		line-height: 24px;
	}
	
	.our-model-sec ul li{
		font-size: 18px;
	}
	
	.mdl-det-left ul li + li, .our-model-sec ul li + li, .cols-row-txt ul li + li {
		margin-top: 6px;
	}
	
	.blog-content-wrapper {
		gap: 30px;
	}
	
	.mdl-det-left ul li {
		font-size: 14px;
	}
	
	.menu-wrap .btn.current_page_item{
		border: 1px solid #002739;
	}

	.menu-wrap .btn.current_page_item a{
		color: #002739;
	}

	.sustTstimonialSlider{
		padding-left: 23px;
		padding-right: 23px;
	}
	
	.mdl-det-left h4 br {
		display: none;
	}
	
	.carbonbadge{
		margin-top: 10px;
	}
}

@media (max-width: 575px) {
	.testimonialSlider .tst-img-cont {
		flex-direction: row;
	}
	
	.testimonialSlider .tst-img-cont img {
		max-width: 100px;
	}
}

.partnerSlider .slick-track {
  animation: slide 60s linear infinite !important;
  will-change: transform;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.wpconsent-cookie-service {
	display: none !important;
}

.tst-img-cont {
	width: 100px;
}

.testimonials-cont p + p {
	margin-top: 10px;
}

.tphead {
	background-color: #ac0550;
	padding: 7px 0;
}

.tphead a {
	font-size: 16px;
	color: #fff;
	transition: all 0.3s ease;
}

.tphead a:hover {
	color: #000;
}