.mt_pages {
	background: transparent;
	border-bottom: 1px solid #818487;
  }
  /* ================ */

  @media (max-width: 767px) {
	#top-banner {
	  height: auto !important;
	}
  }
  #top-banner picture {
	width: 100%;
	height: 100%;
	display: block;
  }
  #top-banner picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  /* ===================== */
  
 
  .flex_grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	align-items: center;
	padding: 15px 0;
	padding-inline: 40px;
  }
  .mt_pages .page_item a {
	padding: 10px 0;
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	gap: 10px;
	justify-content: center;
	border-radius: 100px;
  }
   .mt_pages .flex_grid {
	display: block;
  }
   .mt_pages .page_item a {
	padding: 10px 2%;
	margin: 0;
	display: inline-block;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	gap: 10px;
	justify-content: center;
	border-radius: 100px;
  }
  .mt_pages .page_item a.active {
	color: #019046;
  }
  .mt_pages .page_item a img {
	width: 30px;
	height: auto;
	margin: 0;
  } 

  @media (max-width: 991px) {
	.flex_grid {
	  grid-template-columns: repeat(3, 1fr);
	  gap: 30px;
	}
	.mt_pages .page_item a {
	  flex-direction: column;
	  font-size: 14px;
	  font-weight: 500;
	  border-radius: 6px;
	  padding: 10px;
	}
	.mt_pages .page_item a img {
	  width: 30px;
	}
	.mt_pages .page_item a:last-child {
	  grid-column: 2;
	}
	.mt_pages .page_item a {
	  border-radius: 6px;
	  padding: 10px;
	}
  }
  @media (max-width: 1200px) and (min-width: 992px) {
	.flex_grid {
	  padding-inline: 30px;
	}
	.mt_pages .page_item a {
	  flex-direction: column;
	  padding: 0px;
	  font-size: 13px;
	  border-radius: 10px;
	}
	.mt_pages .page_item a {
	  flex-direction: column;
	  padding: 0px 2%;
	  font-size: 13px;
	  border-radius: 10px;
	}
	.mt_pages .page_item a img {
	  width: 26px;
	}
  }
  @media (max-width: 1366px) and (min-width: 1200px) {
	.flex_grid {
	  padding-inline: 30px;
	}
	.mt_pages .page_item a {
	  font-size: 14px;
	  gap: 8px;
	}
	.mt_pages .page_item a img {
	  width: 26px;
	}
  }
  @media (max-width: 1600px) and (min-width: 1366px) {
	.flex_grid {
	  padding-inline: 30px;
	}
	.mt_pages .page_item a {
	  font-size: 14px;
	  gap: 8px;
	}
  }
  
    @media (max-width: 1500px){
	.mt_pages .page_item a {
    padding: 10px 1%;
  }
  }

  /* ====================== */

  .about_wrapper {
	padding-block: 100px 0;
	overflow: hidden;
	position: relative;
  }
  .about_wrapper .image_block {
	display: flex;
	height: 100%;
	align-items: flex-end;
  }
  .about_wrapper .image_block img {
	width: 100%;
  }
  .about_wrapper .content {
	padding-inline: 60px;
	padding-bottom: 0px;
  }
  .about_wrapper .content .headings {
	background: linear-gradient(to right, #3f9f4e, #0c733b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	font-weight: 300;
	width: 80%;
	margin-bottom: 0;
	text-transform: none;
  }
  .about_wrapper .content p {
	font-size: 18px;
	margin-top: 30px;
	padding-inline: 100px 80px;
  }
  @media (max-width: 991px) {
	.about_wrapper {
	  padding-block: 50px !important;
	}
	.about_wrapper .image_block {
	  display: none;
	}
	.about_wrapper .content {
	  padding-inline: 30px;
	}
	.about_wrapper .content .headings {
	  width: 100%;
	  line-height: 140%;
	  text-align: center;
	  font-size: 21px !important;
	  font-weight: 500;
	}
	.about_wrapper .content p {
	  padding-inline: 20px;
	  text-align: center;
	  font-size: 16px;
	}
  }
  @media (max-width: 1440px) and (min-width: 1201px) {
	.about_wrapper .content .headings {
	  font-size: 30px;
	  line-height: 140%;
	  font-weight: 300;
	  width: 100%;
	}
	.about_wrapper .content p {
	  font-size: 16px;
	  padding-inline: 50px 80px;
	}
  }
  /* ========================= */

  .hide--desktop {
	display: none;
  }
  .video_wrapper {
	background: url(../images/about/video-sec-bg.png) no-repeat;
	background-size: cover;
	padding-block: 150px;
	position: relative;
	overflow: hidden;
  }
  .video_wrapper .shapeGreen {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 45%;
	height: 100%;
  }
  .video_wrapper .pra_content {
	padding-right: 100px;
  }
  .video_wrapper .pra_content p {
	font-size: 20px;
	margin-bottom: 40px;
	color: white;
	font-weight: 300;
  }
  .video_wrapper .content {
	top: 30%;
	position: absolute;
	width: 20%;
	right: 12%;
  }
  .video_wrapper .content .headings {
	font-size: 36px;
	line-height: 140%;
	color: white;
	margin-bottom: 50px;
  }
  .video_wrapper .content .playVideo {
	background: none;
	border: none;
  }
  .video_wrapper .content .playVideo img {
	width: 60px;
	cursor: pointer;
  }
  #video-wrap:not(.active) {
	opacity: 0;
	visibility: hidden;
  }
  #video-wrap .video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  }
  #video-wrap .video-container {
	width: 95%;
	transition: all 0.2s ease-in-out;
	transform: scale(0.9);
  }
  #video-wrap .close-video {
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 5%;
	top: 5%;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: solid 2px #000;
	padding: 0;
	transition: all 0.2s ease-in-out;
	z-index: 150;
  }
  #video-wrap .close-video:before,
  #video-wrap .close-video:after {
	content: "";
	width: 60%;
	height: 3px;
	background-color: #000;
	position: absolute;
	transition: all 0.2s ease-in-out;
  }
  #video-wrap .close-video:before {
	transform: rotate(42deg);
  }
  #video-wrap .close-video:after {
	transform: rotate(-42deg);
  }
  #video-wrap .close-video:focus {
	outline: none;
  }
  #video-wrap .close-video:hover {
	background-color: #000;
  }
  #video-wrap .close-video:hover:before,
  #video-wrap .close-video:hover:after {
	background-color: #fff;
  }
  #video-wrap video,
  #video-wrap iframe {
	position: relative;
	z-index: 10;
	border-radius: 12px;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
	width: 100%;
	height: 100vh;
	max-height: 85vh;
	background-color: #000;
  }
  #video-wrap video {
	object-fit: cover;
  }
  #video-wrap.active {
	opacity: 1;
	visibility: visible;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 12px;
	height: 100vh;
	display: flex;
	transition: all 0.2s ease-in-out;
	z-index: 9991;
	align-items: center;
	justify-content: center;
  }
  #video-wrap.active .video-container {
	transform: scale(1);
  }
  @media (max-width: 1659px) and (min-width: 1330px) {
	#video-wrap .video-container {
	  max-width: 978px;
	}
  }
  @media (min-width: 1660px) {
	#video-wrap .video-container {
	  max-width: 1431px;
	}
  }
  @media (max-width: 1440px) {
	.coreValue .title_con .subHeading {
	  font-size: 16px;
	}
	.video_wrapper .content .headings {
	  font-size: 28px;
	}
	.video_wrapper .content {
	  top: 50%; position: absolute; width:68px; right: inherit; 
	  left: 50%;margin-left:;-34px; margin-top:;-34px;
	}
	.video_wrapper .pra_content p {
	  font-size: 16px;
	}
  }
  @media (max-width: 991px) {
	.video_wrapper .content {
	  width: 30%;
	}
	.video_wrapper .content .headings {
	  font-size: 24px;
	}
	.video_wrapper .content {
	  right: 0;
	}
  }
  @media (max-width: 767px) {
	.video_wrapper {
	  padding-block: 80px;
	  background: url(../images/about/video-sec-mobile.png) no-repeat;
	  background-size: cover;
	  position: relative;
	  overflow: hidden;
	}
	.video_wrapper::before {
	  position: absolute;
	  content: "";
	  background: url(../images/about/video-sec-green.png) no-repeat;
	  background-size: cover;
	  bottom: -15%;
	  left: 0;
	  right: 0;
	  width: 100%;
	  height: 450px;
	}
	.hide--moblie {
	  display: none;
	}
	.hide--desktop {
	  display: block;
	}
	.video_wrapper .pra_content {
	  padding: 0 30px;
	}
	.video_wrapper .pra_content p {
	  font-size: 14px;
	  text-align: center;
	}
	.video_wrapper .content {
	  margin-top: 30px;
	  top: 0;
	  position: relative;
	  width: 100%;
	  right: 0;
	  text-align: center;
	}
	.video_wrapper .content p {
	  color: white;
	  margin-top: 10px;
	}
	.video_wrapper_mobile .headings {
	  font-size: 20px !important;
	  line-height: 150%;
	  text-align: center;
	  padding-inline: 30px;
	  font-weight: 500;
	}
  }
  /* ========================= */

  .full_wrapper {
	/* background: url(../images/about/trans-green.png) no-repeat;
			background-size: cover; */
	position: relative;
  }
  .full_wrapper .background_one {
	position: absolute;
	inset: 0;
	z-index: -1;
  }
  .full_wrapper .headings {
	color: #414042;
	margin-bottom: 40px;
  }
  .full_wrapper .title_con {
	margin-bottom: 100px;
	text-align: center;
  }
  .coreValue {
	padding-block: 100px 0;
	overflow: hidden;
  }
  .coreValue .title_con .subHeading {
	font-size: 18px;
  }
  @media (max-width: 1440px) {
	.coreValue .title_con .subHeading {
	  font-size: 16px;
	}
  }
  @media (min-width: 991px) {
	.coreValue .title_con .subHeading {
	  width: 70ch;
	  margin-inline: auto;
	}
  }
  @media (max-width: 767px) {
	.coreValue .title_con .subHeading {
	  font-size: 14px;
	}
	.full_wrapper .background_one {
	  display: none;
	}
  }
  /* .coreValue .coreValues-slider_container{
			margin: auto;
			position: relative;
			max-width: 80%;
			height: 750px;
		  } */
  .coreValue .swiper-pagination-bullet {
	border: 1px solid #1da1f2;
  }
  .swiper-pagination-bullet-active {
	background: #1da1f2;
  }
  img:not([draggable]),
  embed,
  object,
  video {
	max-width: 100%;
	height: auto;
  }

  .coreValue .swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: initial;
	z-index: 1;
  }

  .coreValue .swiper-container-no-flexbox .swiper-slide {
	float: left;
  }

  .coreValue .swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
  }

  .coreValue .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
  }

  .coreValue .swiper-container-android .swiper-slide,
  .coreValue .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  .coreValue .swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }

  .swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
  }

  .coreValue .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
  }

  .coreValue .swiper-container-autoheight,
  .coreValue .swiper-container-autoheight .swiper-slide {
	height: auto;
  }

  .coreValue .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
  }

  .coreValue .swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
  }

  .coreValue .swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
  }

  .coreValue .swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
  }

  .coreValue .swiper-button-next,
  .coreValue .swiper-button-prev {
	position: absolute;
	top: 42%;
	width: 60px;
	height: 60px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
  }

  .coreValue .swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
  }

  .coreValue .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
  }

  .coreValue .swiper-container-horizontal > .swiper-pagination-bullets,
  .coreValue .swiper-pagination-custom,
  .coreValue .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
  }

  .coreValue .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
  }

  .coreValue button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
  }

  .coreValue .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
  }

  .coreValue .swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
  }

  .coreValue .swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
  }

  .coreValue .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
  }

  .coreValue .swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
  }

  .coreValue .swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
  }

  .coreValue
	.swiper-container-vertical
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
  }

  .coreValue
	.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 5px;
  }

  .coreValue .swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
  }

  .coreValue .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
  }

  .coreValue
	.swiper-container-rtl
	.swiper-pagination-progress
	.swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	transform-origin: right top;
  }

  .coreValue .swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
  }

  .coreValue .swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
  }

  .coreValue .swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5);
  }

  .coreValue
	.swiper-pagination-progress.swiper-pagination-white
	.swiper-pagination-progressbar {
	background: #fff;
  }

  .coreValue
	.swiper-pagination-progress.swiper-pagination-black
	.swiper-pagination-progressbar {
	background: #000;
  }

  .coreValue .swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
  }

  .coreValue .swiper-container-3d .swiper-cube-shadow,
  .coreValue .swiper-container-3d .swiper-slide,
  .coreValue .swiper-container-3d .swiper-slide-shadow-bottom,
  .coreValue .swiper-container-3d .swiper-slide-shadow-left,
  .coreValue .swiper-container-3d .swiper-slide-shadow-right,
  .coreValue .swiper-container-3d .swiper-slide-shadow-top,
  .coreValue .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }

  .coreValue .swiper-container-3d .swiper-slide-shadow-bottom,
  .coreValue .swiper-container-3d .swiper-slide-shadow-left,
  .coreValue .swiper-container-3d .swiper-slide-shadow-right,
  .coreValue .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
  }

  .coreValue .swiper-container-3d .swiper-slide-shadow-left {
	background-image: none;
  }

  .coreValue .swiper-container-3d .swiper-slide-shadow-right {
	background-image: none;
  }

  .coreValue .swiper-container-3d .swiper-slide-shadow-top {
	background-image: none;
  }

  .coreValue .swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: none;
  }

  .swiper-container-coverflow .swiper-wrapper,
  .coreValue .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px;
  }

  .coreValue .swiper-container-cube,
  .coreValue .swiper-container-flip {
	overflow: visible;
  }

  .coreValue .swiper-container-cube .swiper-slide,
  .coreValue .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
  }

  .coreValue .swiper-container-cube .swiper-slide .swiper-slide,
  .coreValue .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
  }

  .coreValue .swiper-container-cube .swiper-slide-active,
  .coreValue .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  .coreValue .swiper-container-flip .swiper-slide-active,
  .coreValue .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
  }

  .coreValue .swiper-container-cube .swiper-slide-shadow-bottom,
  .coreValue .swiper-container-cube .swiper-slide-shadow-left,
  .coreValue .swiper-container-cube .swiper-slide-shadow-right,
  .coreValue .swiper-container-cube .swiper-slide-shadow-top,
  .coreValue .swiper-container-flip .swiper-slide-shadow-bottom,
  .coreValue .swiper-container-flip .swiper-slide-shadow-left,
  .coreValue .swiper-container-flip .swiper-slide-shadow-right,
  .coreValue .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }

  .coreValue .swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
  }

  .coreValue .swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
  }

  .coreValue .swiper-container-cube .swiper-slide-active,
  .coreValue .swiper-container-cube .swiper-slide-next,
  .coreValue .swiper-container-cube .swiper-slide-next + .swiper-slide,
  .coreValue .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
  }

  .coreValue .swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
  }

  .coreValue .swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }

  .coreValue .swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
  }

  .coreValue .swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
  }

  .coreValue .swiper-container-fade .swiper-slide-active,
  .coreValue .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
  }

  .coreValue .swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
  }

  .coreValue .swiper-zoom-container > canvas,
  .coreValue .swiper-zoom-container > img,
  .coreValue .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
  }

  .coreValue .swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
  }

  .coreValue .swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
  }

  .coreValue .swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
  }

  .coreValue .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
  }

  .coreValue .swiper-scrollbar-cursor-drag {
	cursor: move;
  }

  .swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }

  .swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
  }

  .swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }

  @-webkit-keyframes swiper-preloader-spin {
	100% {
	  -webkit-transform: rotate(360deg);
	}
  }

  @keyframes swiper-preloader-spin {
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }

  .coreValue .swiper-container.one {
	padding-top: 40px;
	text-align: center;
  }

  .coreValue .swiper-container.one .swiper-slide {
	padding: 0 43px;
  }

  .coreValue .swiper-container {
	width: 100%;
	padding-bottom: 60px;
  }

  .coreValue .swiper-slide img {
	display: block;
	margin: auto;
	width: 100%;
  }

  .coreValue .swiper-slide {
	width: 390px;
	height: auto;
	padding: 0 15px;
  }
  .coreValue .two .swiper-slide {
	width: 300px;
  }
  .coreValue .swiper-slide img {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }

  .coreValue .swiper-slide .slider-image .preview-icon {
	z-index: -1;
	width: calc(100% - 30px);
  }

  .coreValue .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 1;
  }

  .coreValue .swiper-container-horizontal > .swiper-pagination-bullets,
  .coreValue .swiper-pagination-custom,
  .coreValue .swiper-pagination-fraction {
	bottom: 0;
  }

  .coreValue .swiper-pagination-bullet {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ee0f6f;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 26px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
  }

  .coreValue .swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(
		left,
		#ee0f6f 0%,
		#f89482 100%
	  ) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0)
	  linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
	border: medium none;
	height: 12px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 12px;
  }

  /* --- */
  .coreValue .slider-image {
	display: flex;
	align-items: center;
  }
  .coreValue .slider-image .content {
	display: none;
	background: #019047;
	width: 150%;
	height: calc(100% - 20%);
	flex-direction: column;
	justify-content: center;
	padding-inline: 50px;
	gap: 30px;
	color: white;
	position: absolute;
	left: 90%;
	text-align: center;
	z-index: -1;
  }
  .coreValue .slider-image .content .title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
  }
  .coreValue .slider-image .content p {
	font-size: 16px;
	font-weight: 300;
	line-height: 180%;
  }

  .coreValue .swiper-slide-active .slider-image .content {
	display: flex;
  }

  .coreValue .swiper-button-prev,
  .coreValue .swiper-button-next {
	background: none;
  }
  .coreValue .swiper-button-prev:hover svg path,
  .coreValue .swiper-button-next:hover svg path {
	stroke: #019047;
	stroke-opacity: 1;
  }
  @media (max-width: 1200px) {
	.coreValue .swiper-button-next,
	.coreValue .swiper-button-prev {
	  top: -5% !important;
	}
	.coreValue .swiper-button-next {
	  right: 10%;
	}
	.coreValue .swiper-button-prev {
	  left: auto;
	  right: 18%;
	}
  }
  @media (max-width: 991px) {
	.coreValue .swiper-slide img {
	  margin: inherit;
	  width: 50%;
	}
	.coreValue .slider-image .content {
	  left: 50%;
	  width: 54%;
	  padding: 40px 20px;
	  gap: 20px;
	}
	.coreValue .slider-image .content .title {
	  font-size: 16px;
	}
	.coreValue .slider-image .content p {
	  font-size: 14px;
	}
	.coreValue .swiper-button-next,
	.coreValue .swiper-button-prev {
	  top: -5%;
	}
	.coreValue .swiper-button-next,
	.coreValue .swiper-button-prev {
	  width: 45px;
	  height: 45px;
	}
	.coreValue .swiper-button-next {
	  right: 6%;
	}
	.coreValue .swiper-button-prev {
	  left: auto;
	  right: 18%;
	}
	.coreValue .swiper-button-prev svg,
	.coreValue .swiper-button-next svg {
	  width: 45px;
	  height: 45px;
	}
  }
  @media (max-width: 767px) {
	.coreValue .swiper-slide img {
	  margin: inherit;
	  width: 50%;
	}
	.coreValue .slider-image .content {
	  left: 50%;
	  width: 54%;
	  padding: 40px 20px;
	  gap: 20px;
	}
	.coreValue .slider-image .content .title {
	  font-size: 14px;
	}
	.coreValue .slider-image .content p {
	  font-size: 10px;
	}
	.coreValue .swiper-slide {
	  padding: 0;
	}
  }

  .coreValue .swiper-button-next.swiper-button-disabled,
  .coreValue .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
  }
  /* ==================== */

  .journey-section {
	padding-block: 100px 50px;
	position: relative;
	overflow: hidden;
  }
  .journey-section .world-map-half {
	position: absolute;
	bottom: -10%;
	z-index: -1;
	right: 0;
	width: 95%;
	opacity: 0.7;
  }
  .journey-section .title_con .subHeading {
	font-size: 18px;
	width: 50ch;
	margin-inline: auto;
  }

  .journey-section .title_con .subHeading-journey {
	font-size: 18px;
	width: 90ch;
	margin-inline: auto;
  }
  
  /* TIMELINE
		  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  .journey-section .timeline {
	margin: 0px 0;
	list-style-type: none;
	display: flex;
	padding: 0;
	text-align: center;
  }
  .journey-section .timeline li {
	transition: all 200ms ease-in;
  }
  .journey-section .timestamp {
	margin-bottom: 50%;
	padding: 0px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 100;
	margin-left: -100%;
  }
  .journey-section .timestamp .date {
	display: flex;
	font-size: 30px;
	font-weight: 500;
	width: 175px;
	height: 175px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
  }
  .journey-section .timestamp .date::before {
	content: "";
	position: absolute;
	width: 220px;
	height: 250px;
	background: url(../images/about/temp-odd.png) no-repeat;
	background-size: contain;
	z-index: -1;
	top: -14px;
	left: -20px;
  }
  .journey-section .swiper-slide:nth-child(even) .timestamp .date::before {
	content: "";
	position: absolute;
	width: 220px;
	height: 250px;
	background: url(../images/about/temp-even.png) no-repeat;
	background-size: contain;
	z-index: -1;
	top: -14px;
	left: -20px;
  }
  .journey-section .status {
	padding: 0px 0;
	display: flex;
	justify-content: center;
	border-top: 2px solid #707070;
	position: relative;
	transition: all 200ms ease-in;
	margin-inline: 20px;
	height: 100%;
  }

  .journey-section .status span {
	font-size: 15px;
	font-weight: 500;
	padding-top: 60px;
	display: block;
	margin-left: -100%;
	width: 100%;
	text-align: left;
  }
  .journey-section .status span:before {
	content: "";
	width: 28px;
	height: 28px;
	background-color: #006838;
	border-radius: 50%;
	position: absolute;
	top: -16px;
	left: -33px;
	transition: all 200ms ease-in;
  }
  .journey-section .swiper-slide:nth-child(even) .status span:before {
	background-color: #8bc53f;
  }

  .journey-section .swiper-container {
	width: 100%;
	/* height: 250px;
			margin: 50px 0; */
	overflow: visible;
	padding-inline: 100px;
  }

  .journey-section .swiper-slide:first-child {
	margin-left: 150px;
  }

  .journey-section .swiper-button-next,
  .journey-section .swiper-button-prev {
	top: 42% !important;
	background: none;
	width: 50px;
	height: 50px;
	background: #019047;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 2px 4px 7px #adadad;
  }
  .journey-section .swiper-button-next svg,
  .journey-section .swiper-button-prev svg {
	width: 100%;
	height: 100%;
  }
  .journey-section .swiper-button-next svg path,
  .journey-section .swiper-button-prev svg path {
	stroke: white;
	stroke-opacity: 1;
	stroke-width: 5;
  }
  .journey-section .swiper-button-next {
	right: 2%;
  }
  .journey-section .swiper-button-prev {
	left: 2%;
  }
  /* .swiper-slide:nth-child(2n) {
			width: 40%;
		  }
		  .swiper-slide:nth-child(3n) {
			width: 20%;
		  } */

  @media (max-width: 1440px) {
	.journey-section .title_con .subHeading {
	  font-size: 16px;
	}
	.journey-section .timestamp .date {
	  width: 155px;
	  height: 155px;
	}
	.journey-section .timestamp .date::before,
	.journey-section .swiper-slide:nth-child(even) .timestamp .date::before {
	  width: 200px;
	  height: 230px;
	}
	.journey-section .status span:before {
	  width: 22px;
	  height: 22px;
	  top: -12px;
	  left: -30px;
	}
	.journey-section .status span {
	  font-size: 14px;
	}
	/* ---- */
	.journey-section .swiper-button-next,
	.journey-section .swiper-button-prev {
	  width: 45px;
	  height: 45px;
	  padding: 10px;
	  top: 44% !important;
	}
	.journey-section .world-map-half {
	  bottom: 0%;
	}
  }
  @media (max-width: 1200px) and (min-width: 992px) {
	.journey-section .swiper-button-next,
	.journey-section .swiper-button-prev {
	  top: 45% !important;
	}
  }
  @media (max-width: 991px) {
	.journey-section {
	  padding-block: 0;
	}
	.full_wrapper .headings {
	  margin-bottom: 30px;
	  font-weight: 500;
	  font-size: 28px !important;
	}
	.journey-section .title_con {
	  padding-inline: 30px;
	  margin-bottom: 50px;
	}
	.journey-section .title_con .subHeading {
	  width: 100%;
	  font-size: 15px;
	}
	.journey-section .timeline {
	  margin: 80px 0;
	}
	.journey-section .swiper-container {
	  padding: 00px;
	}
	.journey-section .swiper-slide:first-child {
	  margin-left: 80px;
	}
	.journey-section .timestamp .date {
	  font-size: 20px;
	  width: 100px;
	  height: 100px;
	}
	.journey-section .timestamp .date::before {
	  width: 120px;
	  height: 150px;
	  top: -5px;
	  left: -10px;
	}
	.journey-section .swiper-slide:nth-child(even) .timestamp .date::before {
	  width: 120px;
	  height: 150px;
	  top: -5px;
	  left: -10px;
	}
	.journey-section .status span {
	  font-size: 10px;
	}
	.journey-section .world-map-half {
	  display: none;
	}
	/* ---- */
	.journey-section .swiper-button-next,
	.journey-section .swiper-button-prev {
	  width: 40px;
	  height: 40px;
	  padding: 8px;
	}
  }
  @media (max-width: 767px) {
	.journey-section .swiper-button-next,
	.journey-section .swiper-button-prev {
	  top: -8% !important;
	  width: 35px;
	  height: 35px;
	  padding: 5px;
	}
	.journey-section .swiper-button-prev {
	  right: 20%;
	  left: auto;
	}
	.journey-section .swiper-button-next {
	  right: 6%;
	}
  }

  /* ======================= */

  .differentiators {
	padding-block: 0 100px;
	overflow: hidden;
  }
  .differentiators .headings {
	color: #414042;
	margin-bottom: 100px;
	text-align: center;
  }
  .differentiators .nav-tabs {
	border-bottom: 0;
  }
  .differentiators .nav-tabs .nav-link {
	border: none;
	text-align: center;
	margin-bottom: 0;
	border-radius: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	flex: 1;
	background: transparent;
  }
  .differentiators .nav-tabs .nav-link img {
	width: 50px;
	height: 50px;
	margin-inline: auto;
	object-fit: contain;
  }
  .differentiators .nav-tabs .nav-link span {
	display: block;
	color: #414042;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
  }
  .differentiators .nav-tabs .nav-link.active {
	opacity: 0.7;
  }

  /* ------ */
  .differentiators .tab-content {
	margin-top: 30px;
  }
  .differentiators .inner_content {
	position: relative;
	padding-block: 40px;
  }
  .differentiators .inner_content::after {
	content: "";
	width: 120%;
	position: absolute;
	background: url(../images/about/trans-green2.png) no-repeat;
	background-size: contain;
	height: 114%;
	top: -4%;
	right: -55%;
	z-index: -1;
  }
  .differentiators .inner_content .row {
	align-items: center;
  }
  .differentiators .inner_content img {
	width: 76%;
	margin-left: auto;
  }
  .differentiators .inner_content .det {
	text-align: center;
	width: 62%;
  }
  .differentiators .inner_content .title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(to right, #3f9f4e, #0c733b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .differentiators .inner_content p {
	font-size: 16px;
	margin-top: 40px;
	width: 30ch;
	margin-inline: auto;
	color: #231f20;
  }

  @media (max-width: 991px) {
	.differentiators .inner_content .det {
	  width: 100%;
	}
	.differentiators .headings {
	  margin-bottom: 50px;
	  font-weight: 500;
	  font-size: 28px !important;
	}
	.differentiators .nav-tabs {
	  gap: 25px 0;
	}
	.differentiators .nav-tabs .nav-link img {
	  width: 40px;
	  height: 40px;
	}
	.differentiators .nav-tabs .nav-link span {
	  font-size: 11px;
	}
	.differentiators .inner_content img {
	  width: 100%;
	}
  }
  @media (max-width: 768px) {
	.differentiators .inner_content::after {
	  width: 100%;
	  height: 108%;
	  top: 0;
	  right: -28%;
	}
	.differentiators .inner_content p {
	  width: 94% !important;
	}
	.differentiators .inner_content .det {
	  width: 90%;
	}
  }
  @media (max-width: 767px) {
	.differentiators .inner_content .det {
	  width: 100%;
	}
	.differentiators .tab-content {
	  margin-top: 20px;
	}
	.differentiators .inner_content {
	  padding-block: 50px;
	}
	.differentiators .nav-tabs .nav-link {
	  width: 30%;
	  flex: 1 0 auto;
	}
	.differentiators .inner_content p {
	  margin-bottom: 40px;
	  font-size: 13px;
	  width: 90%;
	  font-weight: 500;
	}
	.differentiators .inner_content .row {
	  flex-direction: column-reverse;
	}
	.differentiators .inner_content .title {
	  font-size: 20px;
	}
	.differentiators .inner_content::after {
	  top: 16%;
	  right: 0;
	  transform: scale(1.3);
	  width: 100%;
	  height: 100%;
	}
  }

  @media (max-width: 1200px) and (min-width: 992px) {
	.differentiators .inner_content .det {
	  width: 70%;
	}
	.differentiators .inner_content p {
	  width: 27ch;
	}
	.differentiators .inner_content img {
	  width: 80%;
	}
  }
  @media (max-width: 991px) and (min-width: 768px) {
	/* ------------ */
	.differentiators .inner_content p {
	  width: 100% !important;
	  font-size: 14px !important;
	}
	.differentiators .inner_content .title {
	  font-size: 20px !important;
	}
  }

  /* ====================== */

  .team_wrapper {
	padding-block: 100px;
	position: relative;
	overflow: hidden;
  }
  .team_wrapper .shape_item {
	position: absolute;
	top: 0;
	left: 0;
  }
  .team_wrapper .title {
	font-size: 18px;
	text-align: center;
	width: 60%;
	margin-inline: auto;
	color: #414042;
  }
  .team_wrapper .inner_wraper {
	margin-top: 100px;
	position: relative;
	z-index: 99;
  }
  .team_wrapper .inner_wraper .nav-tabs, .inverstors-tab {
	justify-content: center;
	border: 1px solid #019046;
	width: fit-content;
	margin-inline: auto;
	padding: 16px 40px;
	border-radius: 100px;
	gap: 10px;
  }
  .team_wrapper .inner_wraper .nav-tabs .nav-link, .inverstors-tab .custom-links {
	margin: 0;
	font-size: 15px;
	padding: 6px 20px;
	line-height: 100%;
	height: fit-content;
	border-radius: 50px;
	color: #000;
	cursor: pointer;
	border: none;
  }
  .team_wrapper .inner_wraper .nav-tabs .nav-link.active, .inverstors-tab .custom-links.show {
	background: linear-gradient(to right, #3f9f4e, #0c733b);
	color: white;
  }



/*new tab*/
 .team_wrapper .inner_wraper .nav-tabs2 {
	justify-content: center;
	border: 1px solid #019046;
	width: fit-content;
	margin-inline: auto;
	padding: 16px 40px;
	border-radius: 100px;
	gap: 10px;
  }
  .team_wrapper .inner_wraper .nav-tabs2 .nav-link {
	margin: 0;
	font-size: 15px;
	padding: 6px 20px;
	line-height: 100%;
	height: fit-content;
	border-radius: 50px;
	color: #000;
	cursor: pointer;
	border: none; background:none;
  }
  .team_wrapper .inner_wraper .nav-tabs2 .nav-link.active{
	background: linear-gradient(to right, #3f9f4e, #0c733b);
	color: white;
  }

@media (max-width: 767px){
.team_wrapper .inner_wraper .nav-tabs2 {
    border: none;
    padding: 0;
    gap: 20px 10px;
}
}







  /* ------- */
  .team_wrapper .inner_wraper .tab-content {
	margin-top: 100px;
  }
  .team_wrapper .inner_wraper .content_content {
	text-align: center;
	margin-bottom: 60px;
  }
  .team_wrapper .inner_wraper .img_bloc {
	position: relative;
	margin-bottom: 30px;
  }
  .team_wrapper .inner_wraper .img_bloc .imgImage {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin-inline: auto;
	position: relative;
	overflow: hidden;
  }
  .team_wrapper .inner_wraper .img_bloc .imgImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* object-position: left; */
  }
  .team_wrapper .inner_wraper .img_bloc .imgImage::after {
	position: absolute;
	content: "";
	inset: 0;
	width: 100%;
	height: 100%;
	background: #f2ecdb;
	mix-blend-mode: color;
	transition: 0.3s ease-in-out;
  }
  .team_wrapper .inner_wraper .img_bloc .viewDetails {
	position: absolute;
	right: 10px;
	bottom: -15px;
	width: 38px;
	height: 38px;
	cursor: pointer;
  }

  .team_wrapper .inner_wraper .content_content .titleName {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 3px;
	letter-spacing: 0.5px;
  }
  .team_wrapper .inner_wraper .content_content .subRole {
	font-size: 16px;
	color: #231f20;
	font-weight: 400;
  }

  .team_wrapper .inner_wraper .content_content:hover .imgImage::after {
	background: none;
  }

  /* =================== */

  .member_popup {
	overflow: hidden;
  }
  .member_popup .btn-close {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 9;
	background: none;
	font-size: 26px;
	color: #fff;
	opacity: 1;
	font-weight: 300;
  }
  .member_popup .btn-close:hover {
	color: #019046;
  }
  .member_popup .btn-close:focus {
	outline: none;
	border: none;
	box-shadow: none;
  }
  .member_popup .modal-body {
	padding: 40px;
	text-align: center;
	max-height: 80vh;
	overflow-y: auto;
  }
  .member_popup .modal-content {
	background: #231f20fa;
	border-radius: 0;
  }
  .member_popup .memberImg {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	/* object-position: left; */
	margin-bottom: 30px;
	margin-inline: auto;
  }
  .member_popup.show .modal-dialog {
	height: 100%;
	align-items: center;
	top: 12%;
  }
  .member_popup .modal-body .titleName {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 3px;
	letter-spacing: 0.5px;
	background: linear-gradient(to right, #3f9f4e, #0c733b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .member_popup .modal-body .subRole {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.4px;
  }
  .member_popup .modal-body p {
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: 0.4px;
	width: 75%;
	margin-inline: auto;
  }

  /* --- */

  .next_wrapper {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
  }
  .member_popup .swiper-button-prev,
  .member_popup .swiper-button-next {
	background: none;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
  }
  .member_popup .swiper-button-prev,
  .member_popup .swiper-button-next {
	display: flex;
	align-items: center;
	gap: 25px;
	width: auto;
	height: auto;
	text-align: left;
  }
  .member_popup .swiper-button-prev {
	flex-direction: row-reverse;
  }
  .next_wrapper img {
	width: 50px;
  }
  .next_wrapper .name {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	color: white;
	letter-spacing: 0.5px;
  }
  .next_wrapper .sub {
	font-size: 13px;
	font-weight: 300;
	color: white;
	opacity: 0.8;
	letter-spacing: 0.5px;
  }

  .next_wrapper .swiper-button-next.swiper-button-disabled,
  .next_wrapper .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
  }

  /* =============================================== */

  .team_wrapper.boardDirector {
	padding-block: 60px;
  }
  .team_wrapper.boardDirector .shape_line {
	position: absolute;
	bottom: 0;
	right: 0;
  }

  /* ==================== */

  @media (max-width: 991px) {
	.team_wrapper .title {
	  width: 100%;
	}
	.team_wrapper .inner_wraper .img_bloc .viewDetails {
	  right: 10%;
	}
	/* ---- */
	.member_popup .memberImg {
	  width: 150px;
	  height: 150px;
	}
	.member_popup .modal-body p {
	  width: 100%;
	  font-size: 14px;
	}
	.next_wrapper {
	  /* flex-direction: column; */
	  gap: 40px;
	}
	.member_popup .swiper-button-prev,
	.member_popup .swiper-button-next {
	  justify-content: center;
	}
	.next_wrapper .swiper-button-next.swiper-button-disabled,
	.next_wrapper .swiper-button-prev.swiper-button-disabled {
	  opacity: 0.3;
	}
  }
  @media (max-width: 767px) {
	.team_wrapper .inner_wraper .nav-tabs {
	  border: none;
	  padding: 0;
	  gap: 20px 10px;
	}
	.team_wrapper .inner_wraper .img_bloc .viewDetails {
	  right: 15%;
	}
	.member_popup .memberImg {
	  width: 100px;
	  height: 100px;
	}
	.member_popup .modal-body p {
	  font-size: 12px;
	}
	.member_popup .modal-body .titleName {
	  font-size: 16px;
	}
	.member_popup .modal-body .subRole {
	  font-size: 13px;
	}
	.next_wrapper .name {
	  font-size: 14px;
	}
	.next_wrapper img {
	  width: 40px;
	}
	.member_popup .btn-close {
	  font-size: 20px;
	}
  }

  @media (max-width: 1200px) and (min-width: 992px) {
	.team_wrapper .inner_wraper .img_bloc .imgImage {
	  width: 150px;
	  height: 150px;
	}
	.team_wrapper .inner_wraper .content_content .titleName {
	  font-size: 17px;
	}
	.team_wrapper .inner_wraper .content_content .subRole {
	  font-size: 13px;
	}
	/* ---- */
	.member_popup .memberImg {
	  width: 160px;
	  height: 160px;
	}
	.member_popup .modal-body p {
	  font-size: 14px;
	}
  }

  @media (max-width: 1440px) and (min-width: 1201px) {
	.coreValue .swiper-button-next {
	  right: 0;
	}
	.coreValue .slider-image .content {
	  width: 130%;
	}
  }
  @media (max-width: 1600px) {
	.about_wrapper {
	  padding-block: 100px;
	}
	.about_wrapper .image_block {
	  position: absolute;
	  left: -15%;
	}
	.about_wrapper .image_block img {
	  width: 100%;
	  height: 100%;
	}
  }
  @media (max-width: 1366px) {
	.about_wrapper .image_block {
	  position: absolute;
	  left: -18%;
	}
  }
  @media (max-width: 991px) and (min-width: 768px) {
	/* #top-banner {
			  height: 500px;
			} */

	.video_wrapper {
	  padding-block: 80px;
	  background: url(../images/about/video-sec-mobile.png) no-repeat;
	  background-size: cover;
	  position: relative;
	  overflow: hidden;
	}
	.video_wrapper::before {
	  position: absolute;
	  content: "";
/*	  background: url(../images/about/video-sec-green.png) no-repeat;*/
	  background-size: cover;
	  bottom: -15%;
	  left: 0;
	  right: 0;
	  width: 100%;
	  height: 450px;
	}
	.hide--moblie {
	  display: none !important;
	}
	.hide--desktop {
	  display: block !important;
	}
	.video_wrapper .pra_content {
	  padding: 0 30px !important;
	}
	.video_wrapper .pra_content p {
	  font-size: 18px;
	  text-align: center;
	}
	.video_wrapper .content {
	  margin-top: 50px;
	  top: 0 !important;
	  position: relative !important;
	  width: 100% !important;
	  right: 0 !important;
	  text-align: center;
	}
	.video_wrapper .content p {
	  color: white;
	  margin-top: 10px;
	}
	.video_wrapper_mobile .headings {
	  font-size: 20px !important;
	  line-height: 150%;
	  text-align: center;
	  padding-inline: 30px;
	  font-weight: 500;
	}

	/* ------------ */
	.journey-section .title_con .subHeading {
	  font-size: 18px !important;
	}
  }
  @media (max-width: 1200px) and (min-width: 992px) {
	.about_wrapper .image_block {
	  width: 100%;
	  position: absolute;
	  height: 100%;
	  left: -45%;
	  bottom: 0;
	  display: flex;
	  align-items: flex-end;
	}
	.about_wrapper .image_block img {
	  object-fit: contain;
	}
	.about_wrapper .content .headings {
	  font-size: 26px !important;
	  font-weight: 400 !important;
	  line-height: 140% !important;
	  width: 100% !important;
	}
	.about_wrapper .content p {
	  font-size: 16px !important;
	  padding-inline: 0 !important;
	}
	.video_wrapper .content .headings {
	  font-size: 28px !important;
	}
	.video_wrapper {
	  padding-block: 100px 80px;
	}
	.journey-section {
	  padding-bottom: 50px;
	}
	.full_wrapper .headings {
	  margin-bottom: 60px;
	}
	.full_wrapper .title_con {
	  margin-bottom: 60px;
	}
  }
  @media (max-width: 1200px) {
	.team_wrapper.boardDirector .heading {
	  font-size: 40px !important;
	  font-weight: 500;
	  margin-bottom: 50px;
	}
  }
  @media (max-width: 991px) {
	.team_wrapper.boardDirector .heading {
	  font-size: 24px !important;
	  font-weight: 500;
	  margin-bottom: 50px;
	}
	.team_wrapper.boardDirector .title {
	  font-size: 14px;
	}
	.team_wrapper.boardDirector .shape_line {
	  width: 60%;
	}
	.about_wrapper .content .headings {
	  width: 100%;
	}
	.video_wrapper .shapeGreen {
	  display: none;
	}
  }

  /* =============================================== */

  /* ///////// Global Presence Css //////// */

  /* =============================================== */

  .globalPresence_wrapper {
	padding-block: 60px;
	position: relative;
	overflow: hidden;
  }
  .globalPresence_wrapper .title {
	font-size: 18px;
	text-align: center;
	width: 60%;
	margin-inline: auto;
	color: #414042;
  }
  .globalPresence_wrapper .inner_wraper {
	margin-top: 100px;
	margin-bottom: 40px;
  }
  .globalPresence_wrapper .inner_wraper .nav-tabs {
	justify-content: center;
	border: none;
	padding: 0;
	gap: 30px;
  }
  .globalPresence_wrapper .nav-link {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	position: relative;
	background-clip: padding-box;
	clip-path: polygon(
	  98.66025% 45%,
	  99.39693% 46.5798%,
	  99.84808% 48.26352%,
	  100% 50%,
	  99.84808% 51.73648%,
	  99.39693% 53.4202%,
	  98.66025% 55%,
	  78.66025% 89.64102%,
	  77.66044% 91.06889%,
	  76.42788% 92.30146%,
	  75% 93.30127%,
	  73.4202% 94.03794%,
	  71.73648% 94.48909%,
	  70% 94.64102%,
	  30% 94.64102%,
	  28.26352% 94.48909%,
	  26.5798% 94.03794%,
	  25% 93.30127%,
	  23.57212% 92.30146%,
	  22.33956% 91.06889%,
	  21.33975% 89.64102%,
	  1.33975% 55%,
	  0.60307% 53.4202%,
	  0.15192% 51.73648%,
	  0% 50%,
	  0.15192% 48.26352%,
	  0.60307% 46.5798%,
	  1.33975% 45%,
	  21.33975% 10.35898%,
	  22.33956% 8.93111%,
	  23.57212% 7.69854%,
	  25% 6.69873%,
	  26.5798% 5.96206%,
	  28.26352% 5.51091%,
	  30% 5.35898%,
	  70% 5.35898%,
	  71.73648% 5.51091%,
	  73.4202% 5.96206%,
	  75% 6.69873%,
	  76.42788% 7.69854%,
	  77.66044% 8.93111%,
	  78.66025% 10.35898%
	);
	padding: 2px;
  }
  .globalPresence_wrapper .nav-link:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -5px;
	border-radius: inherit;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #57b457);
  }
  .globalPresence_wrapper .nav-link .inside_shape {
	font-size: 18px;
	letter-spacing: 0.4px;
	padding: 30px;
	text-transform: uppercase;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	position: relative;
	width: 230px;
	height: 230px;
	background: white;
	clip-path: polygon(
	  98.66025% 45%,
	  99.39693% 46.5798%,
	  99.84808% 48.26352%,
	  100% 50%,
	  99.84808% 51.73648%,
	  99.39693% 53.4202%,
	  98.66025% 55%,
	  78.66025% 89.64102%,
	  77.66044% 91.06889%,
	  76.42788% 92.30146%,
	  75% 93.30127%,
	  73.4202% 94.03794%,
	  71.73648% 94.48909%,
	  70% 94.64102%,
	  30% 94.64102%,
	  28.26352% 94.48909%,
	  26.5798% 94.03794%,
	  25% 93.30127%,
	  23.57212% 92.30146%,
	  22.33956% 91.06889%,
	  21.33975% 89.64102%,
	  1.33975% 55%,
	  0.60307% 53.4202%,
	  0.15192% 51.73648%,
	  0% 50%,
	  0.15192% 48.26352%,
	  0.60307% 46.5798%,
	  1.33975% 45%,
	  21.33975% 10.35898%,
	  22.33956% 8.93111%,
	  23.57212% 7.69854%,
	  25% 6.69873%,
	  26.5798% 5.96206%,
	  28.26352% 5.51091%,
	  30% 5.35898%,
	  70% 5.35898%,
	  71.73648% 5.51091%,
	  73.4202% 5.96206%,
	  75% 6.69873%,
	  76.42788% 7.69854%,
	  77.66044% 8.93111%,
	  78.66025% 10.35898%
	);
  }
  .globalPresence_wrapper .nav-link.active:before {
	background: none;
  }
  .globalPresence_wrapper .nav-link.active .inside_shape {
	background: linear-gradient(to right, #58b557, #056c39);
	color: white;
	font-weight: 300;
  }

  @media (max-width: 1200px) {
	.globalPresence_wrapper .heading {
	  font-size: 40px !important;
	  font-weight: 500;
	  margin-bottom: 50px;
	}
  }
  @media (max-width: 991px) {
	.globalPresence_wrapper .heading {
	  font-size: 24px !important;
	  font-weight: 500;
	  margin-bottom: 50px;
	}
  }

  /* ---------- */

  .ps-timeline-sec {
	position: relative;
	margin-top: 140px;
  }

  .ps-timeline-sec ol.ps-timeline {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	/* grid-template-columns: repeat(4, 1fr); */
	margin-bottom: 0;
	flex-wrap: wrap;
	gap: 30px 0;
  }
  .globalPresence_wrapper break {
	flex-basis: 100%;
	width: 0px;
	height: 0px;
	overflow: hidden;
  }
  .ps-timeline-sec ol.ps-timeline:nth-child(even) {
	/* grid-template-columns: repeat(3, 1fr); */
	width: 70%;
	margin-inline: auto;
  }
  .ps-timeline-sec ol.ps-timeline li {
	width: 25%;
	padding-top: 30px;
	position: relative;
	border-top: 2px solid #54b256;
	flex: 1 0 auto;
  }

  .ps-timeline-sec ol.ps-timeline li span {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background: #fff;
	/* border: 4px solid #348e80; */
	border-radius: 50%;
	box-shadow: 4px 6px 20px #147a3e54;
	text-align: center;
	position: absolute;
	top: -28px;
	left: 50%;
  }
  .ps-timeline-sec ol.ps-timeline li span img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
  }

  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
	content: "";
	width: 2px;
	height: 50px;
	background: #54b256;
	position: absolute;
	bottom: -50px;
	left: 50%;
  }

  .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
	margin-top: 50px;
	width: 100%;
	text-align: center;
  }
  .ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
	display: table;
	margin: 0 auto;
  }
  .ps-timeline-sec ol.ps-timeline li p {
	text-align: center;
	width: 80%;
	margin: 0 auto;
  }

  .ps-timeline-sec ol.ps-timeline li .ps-bot {
	position: absolute;
	margin-top: 35px;
  }
  /* ******* */
  .ps-timeline-sec ol.ps-timeline li .img-handler-bot .c_name {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 500;
  }
  .ps-timeline-sec ol.ps-timeline li .img-handler-bot .subSub {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 500;
  }
  .ps-timeline-sec ol.ps-timeline li .img-handler-bot .subSub:last-child {
	margin-top: 8px;
  }
  .ps-timeline-sec ol.ps-timeline li .img-handler-bot .subSub-small {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 500;
  }

  @media (max-width: 991px) {
	.globalPresence_wrapper .title {
	  width: 100%;
	  font-size: 15px;
	}
	.globalPresence_wrapper .inner_wraper .nav-tabs {
	  gap: 20px;
	}
	.globalPresence_wrapper .nav-link .inside_shape {
	  width: 160px;
	  height: 160px;
	  font-size: 15px;
	  padding: 20px;
	}
	.ps-timeline-sec ol.ps-timeline {
	  gap: 80px 0;
	}
	.ps-timeline-sec ol.ps-timeline li {
	  width: 33%;
	}
	.globalPresence_wrapper break {
	  display: none;
	}
	.ps-timeline-sec ol.ps-timeline li span {
	  width: 40px;
	  height: 40px;
	  top: -22px;
	}
	.ps-timeline-sec ol.ps-timeline li .img-handler-bot .c_name {
	  font-size: 16px;
	}
	.ps-timeline-sec ol.ps-timeline li .img-handler-bot .subSub-small {
	  font-size: 12px;
	}
	.ps-timeline-sec ol.ps-timeline li .img-handler-bot .subSub {
	  font-size: 14px;
	}
  }

  @media (max-width: 767px) {
	.globalPresence_wrapper .inner_wraper {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.ps-timeline-sec {
		margin-top: 80px;
	}
	.ps-timeline-sec ol.ps-timeline {
	  gap: 80px 0;
	}
	.ps-timeline-sec ol.ps-timeline li {
	  width: 50%;
	}
	.globalPresence_wrapper break {
	  display: none;
	}
  }

  /* solution-by-industry */

  .card_slider {
	padding-block: 100px;
  }
  .general-container {
	display: flex;
	height: 500px;
  }

  .card_slider .radio {
	display: none;
  }

  .card_slider .content {
	background-image: url("../images/card-slide1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 52% 0;
	cursor: pointer;
	flex: 1;
	overflow: hidden;
	position: relative;
	transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
	border-right: 1px solid #fff;
  }
  .card_slider .content::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
  }

  .card_slider .content:nth-of-type(2) {
	background-image: url("../images/card-slide2.png");
  }
  .card_slider .content:nth-of-type(3) {
	background-image: url("../images/card-slide3.png");
  }
  .card_slider .content:nth-of-type(4) {
	background-image: url("../images/card-slide4.png");
  }
  .card_slider .content:nth-of-type(5) {
	background-image: url("../images/card-slide5.png");
  }
  .card_slider .content:nth-of-type(6) {
	background-image: url("../images/card-slide6.png");
  }
  .card_slider .content:nth-of-type(7) {
	background-image: url("../images/card-slide7.png");
  }
  .card_slider .content:nth-of-type(8) {
	background-image: url("../images/card-slide8.png");
  }

  .card_slider .card_content {
	top: 10%;
	left: 10%;
	position: absolute;
	z-index: 2;
  }
  .card_slider .card_content .title {
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 0.6px;
	font-weight: 300;
	/* transform: rotate(270deg) translate(-240%, -100%); */
	transform: rotate(270deg) translate(-25%, -470%);
	width: 500px;
	height: 46px;
	color: white;
  }
  .card_slider .card_content p {
	font-size: 16px;
	margin-top: 40px;
	line-height: 150%;
	width: 50%;
	opacity: 0;
	transition: 290ms cubic-bezier(0.05, 0.61, 0.41, 0.95) 300ms;
	transition-property: opacity, transform;
  }

  /* Effect */
  .card_slider .radio:checked + .content {
	border-radius: 0;
	flex: 10;
  }
  .card_slider .radio:checked + .content::after {
	z-index: 1;
	background: linear-gradient(to right, #ffffff, #ffffff00);
  }
  .card_slider .radio:checked + .content > .card_content .title {
	background: linear-gradient(to right, #3f9f4e, #0c733b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	transform: rotate(0) translate(0, 0);
	font-weight: 500;
	-webkit-transform: rotate(0) translate(0, 0);
	-moz-transform: rotate(0) translate(0, 0);
	-ms-transform: rotate(0) translate(0, 0);
	-o-transform: rotate(0) translate(0, 0);
  }
  .card_slider .radio:checked + .content > .card_content p {
	opacity: 1;
	transform: translateX(0);
  }

  /* =============== Responsive //// */

  @media (max-width: 1200px) and (min-width: 992px) {
	.card_slider .card_content .title {
	  transform: rotate(270deg) translate(-28%, -480%);
	  -webkit-transform: rotate(270deg) translate(-28%, -480%);
	  -moz-transform: rotate(270deg) translate(-28%, -480%);
	  -ms-transform: rotate(270deg) translate(-28%, -480%);
	  -o-transform: rotate(270deg) translate(-28%, -480%);
	}
	.card_slider .card_content p {
	  font-size: 15px;
	  line-height: 160%;
	}
	.card_slider .card_content .title {
	  font-size: 20px;
	}
  }
  @media (max-width: 991px) {
	.general-container {
	  height: 800px;
	  flex-direction: column;
	}
	.card_slider .content {
	  background-position: 65% 0;
	  flex: 1.5;
	}
	.card_slider .card_content {
	  top: 8%;
	  left: 8%;
	}
	.card_content .title {
	  font-size: 18px;
	  transform: rotate(0) translate(0, 0) !important;
	  width: auto;
	  height: auto;
	  margin-top: 12px;
	  -webkit-transform: rotate(0) translate(0, 0) !important;
	  -moz-transform: rotate(0) translate(0, 0) !important;
	  -ms-transform: rotate(0) translate(0, 0) !important;
	  -o-transform: rotate(0) translate(0, 0) !important;
	}
	.card_slider .radio:checked + .content > .card_content .title {
	  font-size: 30px;
	  margin-top: 0px;
	}
	.card_slider .card_content p {
	  font-size: 14px;
	  margin-top: 30px;
	  line-height: 180%;
	}
  }
  @media (max-width: 767px) {
	.card_slider .card_content p {
	  width: 100%;
	}
  }

  /* solution by business */

  .twoSide_tabs {
	position: relative;
	padding-bottom: 100px;
  }
  .twoSide_tabs .tab {
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
  }

  /* Style the buttons inside the tab */
  .twoSide_tabs .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
  }

  /* Change background color of buttons on hover */
  /* .twoSide_tabs .tab button:hover {
			background-color: #ddd;
		  } */
  .twoSide_tabs .tab button img {
	max-height: 46px;
	margin-inline: auto;
  }
  .twoSide_tabs .tab button img.active {
	display: none;
  }
  /* Create an active/current tablink class */
  .twoSide_tabs .tab button.active img.inactive {
	display: none;
  }
  .twoSide_tabs .tab button.active img.active {
	display: block;
	opacity: 0.5;
  }

  /* Style the tab content */
  .twoSide_tabs .tabcontent {
	display: none;
	margin-top: 80px;
  }
  .twoSide_tabs .tabcontent.show {
	display: block;
  }

  .twoSide_tabs .tab button .text {
	color: #019047;
	margin-top: 12px;
	font-weight: 400;
  }
  .twoSide_tabs .tab button.active .text {
	color: #000;
	opacity: 0.5;
  }
  /* ------ */
  .twoSide_tabs .item_content .title {
	font-size: 20px;
	font-weight: 500;
	color: #019047;
	margin-bottom: 30px;
  }
  .subHeading {
	font-size: 28px;
	font-weight: 500;
  }
  .textGroup {
	margin-top: 30px;
	color: #231f20;
  }
  .textGroup .headText {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
  }

  .big_img {
	position: absolute;
	right: 0;
	width: 36%;
	max-height: 70%;
	overflow: hidden;
  }
  .big_img img {
	width: 100%;
	position: relative;
	right: -15%;
  }

  /* =============================================== */

  /* ///////// Channel Partners Css //////// */

  /* =============================================== */

  .partners_pages .flex_grid {
	display: flex;
	gap: 50px;
  }
  .partners_pages .page_item a {
	padding: 0 10px;
  }
  .partners_pages .page_item svg {
	width: 40px;
	height: 40px;
  }
  .partners_pages .page_item a.active svg {
	fill: #019046;
  }

  .transforming_wrapper {
	padding-block: 100px;
	position: relative;
  }
  .transforming_wrapper .shape_green {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 98%;
  }
  .transforming_wrapper .heading {
	margin-top: 0;
	line-height: 140%;
  }
  .transforming_wrapper .title {
	font-size: 16px;
	text-align: center;
	width: 60%;
	margin-inline: auto;
	color: #414042;
  }
  .partner_flow {
	width: 100%;
	margin-inline: auto;
	margin-top: 80px;
  }
  @media (min-width: 992px) {
	.partner_flow {
	  width: 80%;
	}
  }

  /* ================ */

  .cpartner_pillers {
	padding-block: 50px;
	background-color: #ebf0f4;
  }
  @media (min-width: 992px) {
	.cpartner_pillers .row .col-sm-12:nth-child(3n-1) {
	  margin-top: -50px;
	}
  }
  .cpartner_pillers .item {
	padding: 0;
  }
  .cpartner_pillers .item.btm_cntnt .pillr__txt__bx {
	position: absolute;
	bottom: 35px;
	left: 0px;
	width: 100%;
  }
  .cpartner_pillers .top__cntnt .pillr__txt__bx {
	top: 35px;
  }
  .cpartner_pillers .pillr__txt__bx_inr {
	padding: 0 35px;
  }
  .cpartner_pillers .pillr__txt__bx_inr h3 {
	font-size: 22px;
	padding-bottom: 20px;
  }
  .cpartner_pillers .pillr__txt__bx_inr p {
	font-size: 16px;
	padding: 0;
	padding-right: 30px;
  }

  @media (max-width: 1200px) {
	.transforming_wrapper .heading {
	  font-size: 34px !important;
	  font-weight: 500;
	  line-height: 140%;
	  margin-bottom: 50px;
	}
	.transforming_wrapper .title {
	  width: 80%;
	}
	.cpartner_pillers .pillr__txt__bx_inr h3 {
	  font-size: 20px;
	}
	.cpartner_pillers .pillr__txt__bx_inr p {
	  font-size: 14px;
	  padding-right: 15px;
	}
  }
  @media (max-width: 991px) {
	.transforming_wrapper .title {
	  font-size: 14px;
	  width: 100%;
	}
	.cpartner_pillers .pillr__txt__bx_inr p {
	  padding-right: 0px;
	}
  }
  @media (max-width: 767px) {
	.transforming_wrapper .heading {
	  font-size: 24px !important;
	}
	.cpartner_pillers {
	  padding: 80px 20px;
	}
	.cpartner_pillers .item {
	  margin-bottom: 40px;
	}
  }
  @media (max-width: 540px) {
	.cpartner_pillers .pillr__txt__bx_inr p {
	  font-size: 13px;
	}
  }

  /* ===================== */

  .become_partner {
	padding-bottom: 100px;
  }
  .become_partner .heading {
	margin-top: 0;
	margin-bottom: 80px;
  }
  .become_partner .d-flex {
	justify-content: space-evenly;
  }
  .become_partner .grd_button {
	padding: 20px 50px;
	letter-spacing: 0.6px;
	border-radius: 100px;
	background: linear-gradient(to right, #3f9f4e, #0c733b);
	color: white;
	font-size: 20px;
	text-align: center;
	width: fit-content;
  }
  .become_partner .grd_button:hover {
	background: #3f9f4e;
  }
  @media (max-width: 1200px) {
	.become_partner .heading {
	  font-size: 34px !important;
	  font-weight: 500;
	  line-height: 140%;
	  margin-bottom: 50px;
	}
  }
  @media (max-width: 767px) {
	.become_partner .heading {
	  font-size: 24px !important;
	}
	.become_partner .d-flex {
	  flex-direction: column;
	  gap: 30px;
	  align-items: center;
	}
	.become_partner .grd_button {
	  width: 70%;
	  padding: 18px 40px;
	  font-size: 18px;
	}
  }

  /* home page circle animation css */

  .service_section.desktop--view {
	overflow: hidden;
  }
  .service_section.mobile--view {
	display: none;
  }
  .circle--slider .wrapper {
	position: relative;
  }
  .circle--slider {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  }
  .circle--slider ul.navigation {
	position: absolute;
	display: block;
	width: 1100px;
	height: 1100px;
	padding: 0;
	margin: 0;
	left: 17%;
	top: -25%;
	margin-top: 0;
	z-index: 10;
  }

  .circle--slider ul.navigation li.navigation-item {
	position: absolute;
	/*display: inline-block;
			*/ /*overflow: hidden;
			*/
	width: 380px;
	height: 380px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	transition: border 0.6s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: border 0.6s ease-in-out;
	-moz-transition: border 0.6s ease-in-out;
	-ms-transition: border 0.6s ease-in-out;
	-o-transition: border 0.6s ease-in-out;
  }

  .circle--slider ul.navigation li.navigation-item .rotate-holder {
	position: fixed;
	display: block;
	width: 0;
	height: 0;
	left: -9999px;
	top: -9999px;
	display: none;
  }
  .circle--slider ul.navigation li.navigation-item .background-holder {
	position: absolute;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
	background: url(../images/plr_hxa.png) no-repeat left top;
	width: 310px;
	height: 310px;
	background-size: 100%;
	text-align: center;
	/*transition: all 1s;
			*/ /*transform: none !important;
			 */
	-webkit-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  }
  .circle--slider ul.navigation li.navigation-item.active .background-holder {
	background: url(../images/plr__hxa_green.png) no-repeat left top;
	width: 380px;
	height: 380px;
	text-align: center;
	vertical-align: middle;
	background-size: 100%;
  }
  .circle--slider .detail {
	display: block;
	width: 100%;
	height: 100%;
  }
  .circle--slider .detail .detail-item {
	width: 100%;
	height: 100%;
	display: none;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .circle--slider .detail .detail-item .background {
	/* position: absolute; */
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
  }

  .circle--slider .detail .detail-item.active {
	display: block;
  }
  .circle--slider .vrtclcntr_bxinr {
	transform: rotate(180deg);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .circle--slider .service_txt__lft__inr {
	margin-top: 0px;
  }
  .circle--slider .service_txt__lft__inr h3 {
	color: #019047;
  }

  .circle--slider .service_txt__lft__inr p {
	display: none;
  }
  .circle--slider
	ul.navigation
	li.navigation-item.active
	.service_txt__lft__inr
	h3 {
	color: #fff;
  }
  .circle--slider
	ul.navigation
	li.navigation-item.active
	.service_txt__lft__inr
	p {
	display: block;
  }
  .srvce__img {
	margin: auto;
  }

  @media (max-width: 1400px) {
	.circle--slider ul.navigation li.navigation-item.active .background-holder,
	.circle--slider ul.navigation li.navigation-item {
	  width: 280px;
	  height: 280px;
	}
	.circle--slider ul.navigation li.navigation-item .background-holder {
	  width: 220px;
	  height: 220px;
	  padding-top: 15px;
	}
	.circle--slider ul.navigation {
	  width: 800px;
	  height: 800px;
	  left: 30%;
	  top: -22%;
	}
	.circle--slider .navigation-item.active .service_txt__lft__inr {
	  margin-top: 50px;
	}
	
	
  }
  @media only screen and (max-width: 1024px) {
	.circle--slider ul.navigation {
	  width: 780px;
	  height: 780px;
	  left: 20%;
	  top: -20%;
	}
	.circle--slider .service_txt__lft__inr {
	  margin-top: 30px;
	}
  }
  @media (max-width: 991px) {
	.wrapper {
	  padding-inline: 15px;
	}
	.circle--slider ul.navigation li.navigation-item.active .background-holder,
	.circle--slider ul.navigation li.navigation-item {
	  width: 220px;
	  height: 220px;
	}
	.circle--slider ul.navigation li.navigation-item .background-holder {
	  width: 200px;
	  height: 200px;
	}
	.circle--slider ul.navigation {
	  width: 620px;
	  height: 620px;
	  left: 18%;
	  top: -25%;
	}
	.circle--slider .service_txt__lft__inr p {
	  font-size: 10px;
	}
  }
  @media (max-width: 767px) {
	.srvcabs__bx {
	  height: 20%;
	}
	.service_section.desktop--view {
	  display: none;
	}
	.service_section.mobile--view {
	  display: block;
	}
	.srvcabs__bx.cloud,
	.srvcabs__bx.dgtl_prntng {
	  bottom: 15%;
	}
	.srvcabs__bx.solar {
	  bottom: -4%;
	}
	.service_txt__lft__inr h3 {
	  font-size: 13px;
	}
	.service_txt__lft {
	  position: absolute;
	  left: 22%;
	  top: 12%;
	  width: 60%;
	  height: 34%;
	}
  }

  /* =============================================== */

  /* ///////// Awards Css //////// */

  /* =============================================== */

  .awards_wrapper {
	padding-block: 100px;
	position: relative;
  }
  .awards_wrapper .shape_item {
	position: absolute;
	right: 0;
	bottom: 0;
  }
  .awards_wrapper .inner_wraper {
	display: flex;
	flex-direction: column-reverse;
  }
  .awards_wrapper .inner_content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
  }
  /* ----- */
  .awards_wrapper .nav-tabs {
	border: none;
	margin-block: 100px 50px;
	justify-content: center;
	align-items: end;
  }
  .awards_wrapper .nav-tabs .nav-link {
	border: none;
	margin: 0;
	padding: 0 40px;
	border-radius: 0;
	font-size: 30px;
	color: #6a6a6a;
	font-weight: 300;
  }
  .awards_wrapper .nav-tabs .nav-link:hover {
	color: #019046;
  }
  .awards_wrapper .nav-tabs .nav-link svg {
	width: 36px;
	height: 36px;
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
  }
  .awards_wrapper .nav-tabs .nav-link span {
	display: block;
	line-height: 100%;
  }
  .awards_wrapper .nav-tabs .nav-link.active {
	font-size: 40px;
	color: #019046;
  }
  .awards_wrapper .nav-tabs .nav-link.active svg {
	opacity: 1;
	visibility: visible;
  }
  .awards_wrapper .nav-tabs .nav-link.active svg path {
	fill: #019046;
  }

  /* --- */
  .awards_wrapper .item_block {
	position: relative;
	background-clip: padding-box;
	clip-path: polygon(
	  98.66025% 45%,
	  99.39693% 46.5798%,
	  99.84808% 48.26352%,
	  100% 50%,
	  99.84808% 51.73648%,
	  99.39693% 53.4202%,
	  98.66025% 55%,
	  78.66025% 89.64102%,
	  77.66044% 91.06889%,
	  76.42788% 92.30146%,
	  75% 93.30127%,
	  73.4202% 94.03794%,
	  71.73648% 94.48909%,
	  70% 94.64102%,
	  30% 94.64102%,
	  28.26352% 94.48909%,
	  26.5798% 94.03794%,
	  25% 93.30127%,
	  23.57212% 92.30146%,
	  22.33956% 91.06889%,
	  21.33975% 89.64102%,
	  1.33975% 55%,
	  0.60307% 53.4202%,
	  0.15192% 51.73648%,
	  0% 50%,
	  0.15192% 48.26352%,
	  0.60307% 46.5798%,
	  1.33975% 45%,
	  21.33975% 10.35898%,
	  22.33956% 8.93111%,
	  23.57212% 7.69854%,
	  25% 6.69873%,
	  26.5798% 5.96206%,
	  28.26352% 5.51091%,
	  30% 5.35898%,
	  70% 5.35898%,
	  71.73648% 5.51091%,
	  73.4202% 5.96206%,
	  75% 6.69873%,
	  76.42788% 7.69854%,
	  77.66044% 8.93111%,
	  78.66025% 10.35898%
	);
	padding: 1px;
  }
  .awards_wrapper .item_block:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -5px;
	border-radius: inherit;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #57b4578a);
  }
  .awards_wrapper .item_block .inside_shape {
	padding: 40px;
	letter-spacing: 0.4px;
	text-align: center;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #000;
	position: relative;
	width: 330px;
	height: 330px;
	background: white;
	clip-path: polygon(
	  98.66025% 45%,
	  99.39693% 46.5798%,
	  99.84808% 48.26352%,
	  100% 50%,
	  99.84808% 51.73648%,
	  99.39693% 53.4202%,
	  98.66025% 55%,
	  78.66025% 89.64102%,
	  77.66044% 91.06889%,
	  76.42788% 92.30146%,
	  75% 93.30127%,
	  73.4202% 94.03794%,
	  71.73648% 94.48909%,
	  70% 94.64102%,
	  30% 94.64102%,
	  28.26352% 94.48909%,
	  26.5798% 94.03794%,
	  25% 93.30127%,
	  23.57212% 92.30146%,
	  22.33956% 91.06889%,
	  21.33975% 89.64102%,
	  1.33975% 55%,
	  0.60307% 53.4202%,
	  0.15192% 51.73648%,
	  0% 50%,
	  0.15192% 48.26352%,
	  0.60307% 46.5798%,
	  1.33975% 45%,
	  21.33975% 10.35898%,
	  22.33956% 8.93111%,
	  23.57212% 7.69854%,
	  25% 6.69873%,
	  26.5798% 5.96206%,
	  28.26352% 5.51091%,
	  30% 5.35898%,
	  70% 5.35898%,
	  71.73648% 5.51091%,
	  73.4202% 5.96206%,
	  75% 6.69873%,
	  76.42788% 7.69854%,
	  77.66044% 8.93111%,
	  78.66025% 10.35898%
	);
  }

  .awards_wrapper .item_block .inside_shape .title {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 140%;
	color: #019046;
	font-weight: 400;
  }
  .awards_wrapper .item_block .inside_shape .sub {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-top: 30px;
  }

  @media (max-width: 1600px) {
	.whyCareers_wrapper::before{
		right: -21% !important;
	}
	.awards_wrapper .item_block .inside_shape {
	  width: 270px;
	  height: 270px;
	  padding: 30px;
	}
	.awards_wrapper .item_block .inside_shape .title {
	  font-size: 20px;
	}
  }
  @media (max-width: 1440px) {
	.awards_wrapper .item_block .inside_shape {
	  width: 281px;
	  height: 280px;
	}
	.awards_wrapper .item_block .inside_shape .sub {
	  font-size: 16px;
	}
	.awards_wrapper .nav-tabs {
	  margin-block: 80px;
	}
  }
  @media (max-width: 1366px) {
	.awards_wrapper .item_block .inside_shape {
	  width: 247px;
	  height: 246px;
	}
	.awards_wrapper .item_block .inside_shape .title {
	  font-size: 18px;
	}
	.awards_wrapper .item_block .inside_shape .sub {
	  font-size: 14px;
	  margin-top: 20px;
	}
  }

  @media (max-width: 991px) {
	.awards_wrapper {
	  padding-inline: 0;
	  padding-block: 50px;
	}
	.awards_wrapper .shape_item {
	  display: none;
	}
	.awards_wrapper .inner_wraper {
	  flex-direction: column;
	  gap: 10px;
	}
	.awards_wrapper .nav-tabs {
	  margin-block: 0 80px;
	}
	.awards_wrapper .item_block .inside_shape .title {
	  font-size: 16px;
	}
  }



  @media (max-width: 767px) {
	.awards_wrapper .nav-tabs {
	  margin-block: 0 40px;
	}
	.awards_wrapper .nav-tabs .nav-link {
	  padding: 0 30px;
	  font-size: 24px;
	}
	.awards_wrapper .nav-tabs .nav-link.active {
	  font-size: 30px;
	  color: #019046;
	}
	.awards_wrapper .nav-tabs .nav-link svg {
	  width: 28px;
	  height: 28px;
	}
	.awards_wrapper .nav-tabs .nav-link {
	  padding: 0 20px;
	}
	.awards_wrapper .inner_content {
	  gap: 15px 10px;
	}
	.awards_wrapper .item_block .inside_shape {
	  padding: 20px;
	  width: 160px !important;
	  height: 160px !important;
	}
	.awards_wrapper .item_block .inside_shape .title {
	  font-size: 12px;
	}
	.awards_wrapper .item_block .inside_shape .sub {
	  font-size: 11px;
	  margin-top: 14px;
	}
  }

  /* =============================================== */

  /* ///////// Solution Products Css //////// */

  /* =============================================== */

  .productBy_image {
	padding-block: 100px;
	overflow: hidden;
  }
  .productBy_image .flex_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: initial;
	padding: 0;
  }
  .productBy_image .flex_grid:nth-child(2),
  .productBy_image .flex_grid:nth-child(3) {
	margin-top: -17%;
  }
  .productBy_image .flex_grid .flex_item {
	position: relative;
	height: 450px;
	margin-right: -7%;
  }
  .productBy_image .flex_grid .flex_item .full_shape {
	width: 455px;
	height: 455px;
	position: relative;
	background-clip: padding-box;
	clip-path: polygon(
	  98.66025% 45%,
	  99.39693% 46.5798%,
	  99.84808% 48.26352%,
	  100% 50%,
	  99.84808% 51.73648%,
	  99.39693% 53.4202%,
	  98.66025% 55%,
	  78.66025% 89.64102%,
	  77.66044% 91.06889%,
	  76.42788% 92.30146%,
	  75% 93.30127%,
	  73.4202% 94.03794%,
	  71.73648% 94.48909%,
	  70% 94.64102%,
	  30% 94.64102%,
	  28.26352% 94.48909%,
	  26.5798% 94.03794%,
	  25% 93.30127%,
	  23.57212% 92.30146%,
	  22.33956% 91.06889%,
	  21.33975% 89.64102%,
	  1.33975% 55%,
	  0.60307% 53.4202%,
	  0.15192% 51.73648%,
	  0% 50%,
	  0.15192% 48.26352%,
	  0.60307% 46.5798%,
	  1.33975% 45%,
	  21.33975% 10.35898%,
	  22.33956% 8.93111%,
	  23.57212% 7.69854%,
	  25% 6.69873%,
	  26.5798% 5.96206%,
	  28.26352% 5.51091%,
	  30% 5.35898%,
	  70% 5.35898%,
	  71.73648% 5.51091%,
	  73.4202% 5.96206%,
	  75% 6.69873%,
	  76.42788% 7.69854%,
	  77.66044% 8.93111%,
	  78.66025% 10.35898%
	);
	padding: 3px;
	margin-left: auto;
  }
  .productBy_image .flex_grid .flex_item .shapeImg {
	position: relative;
	width: 450px;
	height: 450px;
	clip-path: polygon(
	  98.66025% 45%,
	  99.39693% 46.5798%,
	  99.84808% 48.26352%,
	  100% 50%,
	  99.84808% 51.73648%,
	  99.39693% 53.4202%,
	  98.66025% 55%,
	  78.66025% 89.64102%,
	  77.66044% 91.06889%,
	  76.42788% 92.30146%,
	  75% 93.30127%,
	  73.4202% 94.03794%,
	  71.73648% 94.48909%,
	  70% 94.64102%,
	  30% 94.64102%,
	  28.26352% 94.48909%,
	  26.5798% 94.03794%,
	  25% 93.30127%,
	  23.57212% 92.30146%,
	  22.33956% 91.06889%,
	  21.33975% 89.64102%,
	  1.33975% 55%,
	  0.60307% 53.4202%,
	  0.15192% 51.73648%,
	  0% 50%,
	  0.15192% 48.26352%,
	  0.60307% 46.5798%,
	  1.33975% 45%,
	  21.33975% 10.35898%,
	  22.33956% 8.93111%,
	  23.57212% 7.69854%,
	  25% 6.69873%,
	  26.5798% 5.96206%,
	  28.26352% 5.51091%,
	  30% 5.35898%,
	  70% 5.35898%,
	  71.73648% 5.51091%,
	  73.4202% 5.96206%,
	  75% 6.69873%,
	  76.42788% 7.69854%,
	  77.66044% 8.93111%,
	  78.66025% 10.35898%
	);
  }
  .productBy_image .flex_grid .flex_item .full_shape:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: 0;
	border-radius: inherit;
	background: linear-gradient(
	  to right,
	  #019046,
	  #57b457,
	  rgba(255, 255, 255, 0),
	  rgba(255, 255, 255, 0)
	);
  }
  .productBy_image .flex_grid .flex_item .full_shape::after {
	position: absolute;
	content: "";
	width: 500px;
	height: 500px;
	background: url(../images/solution/radial_gradient-bg.png) no-repeat;
	background-size: 100%;
  }
  .productBy_image .flex_grid .flex_item img {
	margin-left: auto;
	width: 100%;
	object-fit: cover;
	transition: all 0.5s;
	height: 100%;
  }
  .productBy_image .flex_grid .flex_item span {
	position: absolute;
	bottom: 14%;
	left: 25%;
	font-size: 22px;
	width: 14ch;
	transition: all 0.5s;
  }
  .productBy_image .flex_grid .flex_item:nth-child(2n) {
	margin-top: 34%;
	margin-left: -7%;
	margin-right: 0;
  }
  .productBy_image .flex_grid .flex_item:nth-child(2n) .full_shape {
	margin-left: 0;
	margin-right: auto;
  }
  .productBy_image .flex_grid .flex_item:nth-child(2n) span {
	left: auto;
	right: 8%;
  }

  /* --------- */
  @media (min-width: 992px) {
	.productBy_image
	  .flex_grid:nth-child(1)
	  .flex_item:first-child
	  .full_shape::after {
	  right: -26%;
	  bottom: -49%;
	}
	.productBy_image
	  .flex_grid:nth-child(1)
	  .flex_item:last-child
	  .full_shape::after {
	  right: -26%;
	  top: -49%;
	}
	.productBy_image
	  .flex_grid:nth-child(2)
	  .flex_item:first-child
	  .full_shape::after {
	  left: -26%;
	  bottom: -49%;
	}
	.productBy_image
	  .flex_grid:nth-child(2)
	  .flex_item:last-child
	  .full_shape::after {
	  right: -26%;
	  bottom: -49%;
	}
	.productBy_image
	  .flex_grid:nth-child(3)
	  .flex_item:first-child
	  .full_shape::after {
	  left: -26%;
	  bottom: -49%;
	}
	.productBy_image
	  .flex_grid:nth-child(3)
	  .flex_item:last-child
	  .full_shape::after {
	  left: -54%;
	  bottom: -14%;
	}
  }
  /* --------- */

  .productBy_image .flex_grid .flex_item:hover img {
	scale: 1.2;
  }
  .productBy_image .flex_grid .flex_item:hover span {
	color: #019046;
  }

  /* ============= */

  .productCategories {
	padding-block: 100px;
  }
  .productCategories .heading {
	margin-block: 0 150px;
  }
  .productCategories .pc_item a {
	padding: 30px 15px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #019046;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.3s;
  }
  .productCategories .pc_item svg {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	fill: #019046;
  }
  .productCategories .pc_item a:hover {
	box-shadow: 0px 16px 33px 0px #6a6a6a0f;
	background: rgba(255, 255, 255, 0.15);
  }

  @media (max-width: 1440px) {
	.productBy_image .flex_grid .flex_item {
	  height: 420px;
	}
	.productBy_image .flex_grid .flex_item .full_shape {
	  width: 425px;
	  height: 425px;
	}
	.productBy_image .flex_grid .flex_item .shapeImg {
	  position: relative;
	  width: 420px;
	  height: 420px;
	}
	.productBy_image .flex_grid .flex_item span {
	  left: 20%;
	}
	.productBy_image .flex_grid .flex_item:nth-child(2n) span {
	  left: auto;
	  right: 0%;
	}
	.productBy_image .flex_grid:nth-child(2),
	.productBy_image .flex_grid:nth-child(3) {
	  margin-top: -17%;
	}
	.productBy_image .flex_grid .flex_item .full_shape::after {
	  width: 420px;
	  height: 420px;
	}
  }
  @media (max-width: 1366px) {
  }

  @media (max-width: 1200px) {
	.productBy_image .flex_grid .flex_item {
	  height: 300px;
	}
	.productBy_image .flex_grid .flex_item .full_shape {
	  width: 305px;
	  height: 305px;
	}
	.productBy_image .flex_grid .flex_item .shapeImg {
	  position: relative;
	  width: 300px;
	  height: 300px;
	}
	.productBy_image .flex_grid:nth-child(2),
	.productBy_image .flex_grid:nth-child(3) {
	  margin-top: -15%;
	}
	.productBy_image .flex_grid .flex_item .full_shape::after {
	  width: 300px;
	  height: 300px;
	}
  }
  @media (max-width: 991px) {
	.productBy_image .flex_grid .flex_item span {
	  left: 36%;
	  color: white;
	  font-size: 18px;
	  text-align: center;
	}
	.productBy_image .flex_grid .flex_item:nth-child(2n) span {
	  right: 34%;
	}
	.productBy_image .flex_grid .flex_item .full_shape::after {
	  width: 400px;
	  height: 400px;
	  right: -12%;
	  bottom: -55%;
	}
	.productCategories {
	  padding-block: 0 100px;
	}
	.productCategories .heading {
	  font-size: 38px;
	  margin-block: 0 80px;
	}
  }
  @media (max-width: 767px) {
	.productBy_image .flex_grid .flex_item {
	  height: 180px;
	  margin-right: 0;
	}
	.productBy_image .flex_grid .flex_item:nth-child(2n) {
	  margin-top: 48%;
	  margin-left: -25%;
	  margin-right: 0;
	}
	.productBy_image .flex_grid .flex_item .full_shape {
	  width: 185px;
	  height: 185px;
	}
	.productBy_image .flex_grid .flex_item .shapeImg {
	  position: relative;
	  width: 180px;
	  height: 180px;
	}
	.productBy_image .flex_grid .flex_item span {
	  left: 20%;
	}
	.productBy_image .flex_grid .flex_item:nth-child(2n) span {
	  left: auto;
	  right: 0%;
	}
	.productBy_image .flex_grid:nth-child(2),
	.productBy_image .flex_grid:nth-child(3) {
	  margin-top: -24%;
	}
	.productBy_image .flex_grid .flex_item span {
	  left: 20%;
	  color: white;
	  font-size: 13px;
	}
	.productBy_image .flex_grid .flex_item:nth-child(2n) span {
	  right: 34%;
	  text-align: center;
	}
	.productBy_image .flex_grid .flex_item .full_shape::after {
	  width: 200px;
	  height: 200px;
	  right: 0%;
	  bottom: -36%;
	}
	/* =========== */
	.productCategories .heading {
	  margin-block: 0 30px;
	  font-size: 26px;
	}
	.productCategories .row {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	}
	.productCategories .pc_item svg {
	  width: 30px !important;
	  height: 30px !important;
	}
	.productCategories .pc_item a {
	  font-size: 14px;
	}
  }

  /* =============================================== */

  /* ///////// Technology Service Products Css //////// */

  /* =============================================== */

  /* ==== Remove Style css ===== */

  .twoSide_tabs .tab.tabs_count {
	position: absolute;
	display: flex;
	left: 0;
	flex-direction: column;
	top: 18.5%;
  }
  .twoSide_tabs .tab.tabs_count .tablinks {
	color: #a7a7a7;
	position: relative;
	padding-left: 0px;
	width: 70px;
	height: 65px;
  }
  .twoSide_tabs .tab.tabs_count .tablinks:before {
	display: block;
	content: "";
	width: 60px;
	height: 2px;
	background: #097d44;
	position: absolute;
	top: 50%;
	left: -62px;
	transform: translateY(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
  }
  .twoSide_tabs .tab.tabs_count .tablinks.active:before {
	left: 0px;
  }
  .twoSide_tabs .tab.tabs_count .tablinks.active {
	padding-left: 70px;
	width: 100px;
	color: #000;
	font-size: 20px;
  }

  @media only screen and (max-width: 1600px) {
	.twoSide_tabs .content_wrapper {
	  padding-left: 60px;
	}
  }

  .technology_tabs {
	padding-block: 100px;
  }
  .technology_tabs .tab button {
	padding: 15px 10px;
	position: relative;
	z-index: 1;
  }
  .technology_tabs .tabcontent.show {
	margin-top: 120px;
  }
  .technology_tabs .tabcontent .big_img {
	position: relative;
	right: 0;
	width: auto;
	overflow: inherit;
	height: auto;
  }
  /* .technology_tabs .tabcontent .big_img::before {
	position: absolute;
	content: "";
	right: -100%;
	top: -100%;
	background: url(../images/business-bg.png) no-repeat;
	background-size: contain;
	width: 1200px;
	height: 950px;
  } */
  .technology_tabs .tabcontent .big_img img {
	width: 100%;
	position: relative;
	right: -32%;
  }
  .technology_tabs .tab button .text {
	width: 20ch;
	margin-inline: auto;
	margin-top: 15px;
  }
  .technology_tabs .tab button svg {
	width: 45px;
	height: 45px;
	fill: #019047;
  }

  .technology_tabs .tab button.active svg {
	opacity: 0.5;
	fill: #00000094;
  }
  .technology_tabs .item_content {
	position: relative;
	z-index: 1;
  }
  .technology_tabs .item_content .title {
	font-size: 30px;
	margin-bottom: 50px;
  }
  .technology_tabs .item_content p {
	font-size: 18px;
  }

  /* ---- */
  .technology_tabs .tab.tabs_count {
	top: 35%;
	gap: 8px;
  }
  .technology_tabs .tabs_count button svg {
	width: 35px !important;
	height: 35px !important;
	fill: #4d4d4d !important;
  }

  .technology_tabs .tab.tabs_count .tablinks.active {
	padding-left: 70px !important;
	width: auto !important;
	height: auto !important;
  }
  .technology_tabs .tab.tabs_count .tablinks.active svg {
	fill: #019047 !important;
	opacity: 1;
	width: 50px !important;
	height: 50px !important;
  }

  /* --------- */

  @media (max-width: 1024px) {
	.technology_tabs .content_wrapper {
	  padding-left: 80px;
	}
	.technology_tabs .tab button .text {
	  font-size: 14px;
	}
	.technology_tabs .tabs_count button svg {
	  width: 30px !important;
	  height: 30px !important;
	}
	.technology_tabs .tab.tabs_count .tablinks.active svg {
	  width: 35px !important;
	  height: 35px !important;
	}
	.technology_tabs .tab.tabs_count .tablinks.active {
	  padding-left: 40px !important;
	}
	.technology_tabs .tab.tabs_count .tablinks:before {
	  width: 30px;
	}
	.technology_tabs .tab button svg {
	  width: 40px;
	  height: 40px;
	}
	.technology_tabs .tab.tabs_count {
	  top: 38%;
	}
	.technology_tabs .tabcontent .big_img::before {
	  right: -50%;
	  top: -50%;
	  width: 650px;
	}
  }

  @media (max-width: 991px) {
	.twoSide_tabs .content_wrapper:before {
	  display: none;
	}
	.technology_tabs .content_wrapper .row {
	  flex-direction: column-reverse;
	}
	.technology_tabs .content_wrapper .col-sm-6 {
	  width: 100%;
	}
	.technology_tabs .tabcontent .big_img {
	  text-align: center;
	}
	.technology_tabs .tabcontent .big_img img {
	  width: 70%;
	  right: inherit;
	  height: unset;
	}
	.technology_tabs .tabcontent .big_img::before {
	  right: 0;
	  top: -20%;
	  width: 650px;
	}
	.technology_tabs .item_content {
	  margin-top: 150px;
	  text-align: center;
	}
	.twoSide_tabs .tab {
	  grid-template-columns: repeat(2, 1fr);
	}
	.technology_tabs .tab.tabs_count {
	  top: 1120px !important;
	  flex-direction: row;
	  width: 100%;
	  left: 0;
	  right: 0;
	  justify-content: center;
	  z-index: 99;
	  gap: 40px;
	}
	.technology_tabs .tab.tabs_count .tablinks:before {
	  display: none;
	}
	.technology_tabs .tab.tabs_count .tablinks.active {
	  padding-left: 0 !important;
	}
	body .technology_tabs .tab.tabs_count .tablinks {
	  width: 35px !important;
	  height: 35px !important;
	  padding: 0 !important;
	  line-height: unset !important;
	}
	.technology_tabs .tab.tabs_count .tablinks svg {
	  width: 35px !important;
	  height: 35px !important;
	}
	.technology_tabs .content_wrapper {
	  padding-left: 0px;
	}
	.technology_tabs .tabcontent.show {
	  margin-top: 40px;
	}
  }

  @media (max-width: 767px) {
	.technology_tabs .item_content p {
	  font-size: 16px;
	}
	.technology_tabs .tab.tabs_count .tablinks {
	  width: 30px !important;
	  height: 30px !important;
	}
	.technology_tabs .tab button svg {
	  width: 30px !important;
	  height: 30px !important;
	}
	.technology_tabs .tab button .text {
	  font-size: 13px;
	  width: 100%;
	}
	.technology_tabs .tabcontent .big_img img {
	  width: 90%;
	  height: auto !important;
	}
	.technology_tabs .tabcontent .big_img::before {
	  width: 400px;
	}
	.technology_tabs .tab.tabs_count {
	  display: grid !important;
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	  top: 835px !important;
	  /* gap: 40px 0; */
	  padding-inline: 40px !important;
	}
	body .technology_tabs .tab.tabs_count .tablinks {
	  padding: 0 !important;
	  margin-inline: auto;
	  line-height: unset !important;
	}
	.technology_tabs .item_content {
	  margin-top: 180px !important;
	}
	.technology_tabs .tab.tabs_count .tablinks.active {
	  width: 30px !important;
	  height: 30px !important;
	  font-size: inherit !important;
	}
	.technology_tabs .tab.tabs_count .tablinks.active svg {
	  width: 30px !important;
	  height: 30px !important;
	}
	.technology_tabs .tab.tabs_count .tablinks svg {
	  width: 30px !important;
	  height: 30px !important;
	}
  }

  /* ========== Add this css =========== */
  /* ========== Awards slider =========== */
  .awards_wrapper {
	overflow: hidden;
	box-sizing: border-box;
  }
  .awards_wrapper .inner_content {
	display: block;
	box-sizing: border-box;
  }

  .awards_wrapper .item_block {
	padding: 2px;
	width: 334px;
	margin: auto;
	height: 334px;
  }
  /* .awards_wrapper .swiper-container {
	overflow: visible;
	max-height: 100%;
  } */
  /* .awards_wrapper .inner_content .swiper-container {
    padding-inline: 30px;
} */
  .awards_wrapper .swiper-button-next,
  .awards_wrapper .swiper-button-prev {
	width: 30px;
	height: 30px;
	background: #019047;
	border-radius: 50%;
	padding: 2px;
	margin-top: -15px;
	box-shadow: 2px 4px 7px #adadad;
  }
  .awards_wrapper .swiper-button-next svg,
  .awards_wrapper .swiper-button-prev svg {
	width: 100%;
	height: 100%;
  }
  .awards_wrapper .swiper-button-next svg path,
  .awards_wrapper .swiper-button-prev svg path {
	stroke: white;
	stroke-opacity: 1;
	stroke-width: 5;
  }
  .awards_wrapper .swiper-button-prev {
	left: 2px;
  }
  .awards_wrapper .swiper-button-next {
	right: 2px;
  }
  .awards_wrapper .swiper-button-next.swiper-button-disabled,
  .awards_wrapper .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
  }

  @media (max-width: 1440px) {
	.awards_wrapper .item_block {
	  width: 284px;
	  height: 284px;
	}
  }
  @media (max-width: 1366px) {
	.awards_wrapper .item_block {
	  width: 250px;
	  height: 250px;
	}
  }
  @media (max-width: 991px) {
	.awards_wrapper .inner_content {
	  padding-inline: 30px;
	}
  }
  @media (max-width: 800px) {

	.awards_wrapper .item_block {
		width: 230px;
		height: 231px;
	}
	.awards_wrapper .item_block .inside_shape{
		width: 226px;
		height: 226px;
	}
  }
  @media (max-width: 767px) {
	.awards_wrapper .inner_content {
	  padding-inline: 0px;
	}
	.awards_wrapper .item_block {
	  width: 164px;
	  height: 164px;
	}
	.awards_wrapper .swiper-button-next,
	.awards_wrapper .swiper-button-prev {
	  width: 35px;
	  height: 35px;
	  padding: 5px;
	}
	.awards_wrapper .swiper-button-next {
	  right: -2%;
	}
	.awards_wrapper .swiper-button-prev {
	  left: -2%;
	}
  }

  /* --- */
  .awards_wrapper .nav-tabs {
	flex-wrap: nowrap;
	position: relative;
	z-index: 1;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 40px;
	justify-content: flex-start;
	margin-inline: auto;
	width: 360px;
	gap: 55px;
	scrollbar-color: #019046 #e8e8e8;
	scrollbar-width: thin;
  }
  .awards_wrapper .nav-tabs .nav-link {
	padding: 0;
  }
  .awards_wrapper .nav-tabs::-webkit-scrollbar-track {
	border-radius: 50px;
	background-color: #e8e8e8;
  }

  .awards_wrapper .nav-tabs::-webkit-scrollbar {
	height: 5px;
	background-color: #e8e8e8;
	border-radius: 100px;
  }

  .awards_wrapper .nav-tabs::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #019046;
  }
  .awards_wrapper .nav-tabs .nav-link.active {
	background: transparent;
  }

  @media (max-width: 767px) {
	.awards_wrapper .nav-tabs {
	  width: 75%;
	  gap: 40px;
	}
  }

  /* =============================================== */

  /* ///////// Brand Partners Css //////// */

  /* =============================================== */

  .brands_wapper {
	padding-block: 50px 0;
	position: relative;
  }
  .brands_wapper .shape_item {
	position: absolute;
	top: 0;
	left: 0;
  }
  .BrandPartner_tabs .heading {
	width: 60%;
	line-height: 140%;
	margin-inline: auto;
	margin-bottom: 80px;
  }
  .BrandPartner_tabs .title {
	font-size: 18px;
	text-align: center;
	width: 70%;
	margin-inline: auto;
	color: #414042;
  }
  .BrandPartner_tabs .inner_wraper {
	margin-top: 100px;
  }
  .BrandPartner_tabs .inner_wraper .nav-tabs {
	justify-content: center;
	border: 1px solid #019046;
	width: fit-content;
	margin-inline: auto;
	padding: 16px 40px;
	border-radius: 100px;
	gap: 18px;
  }
  .BrandPartner_tabs .inner_wraper .nav-tabs .nav-link {
	margin: 0;
	font-size: 15px;
	padding: 6px 20px;
	line-height: 100%;
	height: fit-content;
	border-radius: 50px;
	color: #000;
  }
  .BrandPartner_tabs .inner_wraper .nav-tabs .nav-link.active {
	background: linear-gradient(to right, #3f9f4e, #0c733b);
	color: white;
  }
  .brands_wapper .inner_wraper .inner_content {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	margin-top: 100px;
  }

  /* ===================== */

  .recognize_wapper {
	padding-bottom: 100px;
	overflow: hidden;
  }
  .recognize_wapper .inner_wraper .nav-tabs {
	width: 80%;
  }
  .recognize_wapper .inner_wraper .inner_content {
	margin-top: 100px;
	/* display: grid;
			grid-template-columns: repeat(5, 1fr);
			gap: 20px 0; */
  }

  .recognize_wapper .item_block {
	position: relative;
	background-clip: padding-box;
	clip-path: polygon(
	  98.66025% 45%,
	  99.39693% 46.5798%,
	  99.84808% 48.26352%,
	  100% 50%,
	  99.84808% 51.73648%,
	  99.39693% 53.4202%,
	  98.66025% 55%,
	  78.66025% 89.64102%,
	  77.66044% 91.06889%,
	  76.42788% 92.30146%,
	  75% 93.30127%,
	  73.4202% 94.03794%,
	  71.73648% 94.48909%,
	  70% 94.64102%,
	  30% 94.64102%,
	  28.26352% 94.48909%,
	  26.5798% 94.03794%,
	  25% 93.30127%,
	  23.57212% 92.30146%,
	  22.33956% 91.06889%,
	  21.33975% 89.64102%,
	  1.33975% 55%,
	  0.60307% 53.4202%,
	  0.15192% 51.73648%,
	  0% 50%,
	  0.15192% 48.26352%,
	  0.60307% 46.5798%,
	  1.33975% 45%,
	  21.33975% 10.35898%,
	  22.33956% 8.93111%,
	  23.57212% 7.69854%,
	  25% 6.69873%,
	  26.5798% 5.96206%,
	  28.26352% 5.51091%,
	  30% 5.35898%,
	  70% 5.35898%,
	  71.73648% 5.51091%,
	  73.4202% 5.96206%,
	  75% 6.69873%,
	  76.42788% 7.69854%,
	  77.66044% 8.93111%,
	  78.66025% 10.35898%
	);
	padding: 2px;
	width: fit-content;
  }
  .recognize_wapper .item_block:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -5px;
	border-radius: inherit;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #57b457);
  }
  .recognize_wapper .item_block .inside_shape {
	padding: 30px;
	letter-spacing: 0.4px;
	text-align: center;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #000;
	position: relative;
	width: 250px;
	height: 250px;
	background: white;
	clip-path: polygon(
	  98.66025% 45%,
	  99.39693% 46.5798%,
	  99.84808% 48.26352%,
	  100% 50%,
	  99.84808% 51.73648%,
	  99.39693% 53.4202%,
	  98.66025% 55%,
	  78.66025% 89.64102%,
	  77.66044% 91.06889%,
	  76.42788% 92.30146%,
	  75% 93.30127%,
	  73.4202% 94.03794%,
	  71.73648% 94.48909%,
	  70% 94.64102%,
	  30% 94.64102%,
	  28.26352% 94.48909%,
	  26.5798% 94.03794%,
	  25% 93.30127%,
	  23.57212% 92.30146%,
	  22.33956% 91.06889%,
	  21.33975% 89.64102%,
	  1.33975% 55%,
	  0.60307% 53.4202%,
	  0.15192% 51.73648%,
	  0% 50%,
	  0.15192% 48.26352%,
	  0.60307% 46.5798%,
	  1.33975% 45%,
	  21.33975% 10.35898%,
	  22.33956% 8.93111%,
	  23.57212% 7.69854%,
	  25% 6.69873%,
	  26.5798% 5.96206%,
	  28.26352% 5.51091%,
	  30% 5.35898%,
	  70% 5.35898%,
	  71.73648% 5.51091%,
	  73.4202% 5.96206%,
	  75% 6.69873%,
	  76.42788% 7.69854%,
	  77.66044% 8.93111%,
	  78.66025% 10.35898%
	);
  }
  .recognize_wapper .item_block .inside_shape .title {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 140%;
	color: #019046;
	font-weight: 500;
	width: 100%;
  }
  .recognize_wapper .item_block .inside_shape .sub {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-top: 30px;
	padding-top: 20px;
	width: fit-content;
	border-top: 1px solid #019046;
  }
  .recognize_wapper .item_block:nth-child(6) {
	/* margin-left: 100px; */
  }
  .recognize_slider {
	position: relative;
  }
  .recognize_slider .swiper-button-next,
  .recognize_slider .swiper-button-prev {
	display: none;
  }

  /* -------- */

  @media (min-width: 992px) {
	.recognize_wapper .swiper-wrapper {
	  display: grid;
	  grid-template-columns: repeat(5, 1fr);
	}
	.recognize_wapper .fullgradient .inside_shape {
	  background: linear-gradient(to right, #58b557, #056c39) !important;
	}
	.recognize_wapper .fullgradient .inside_shape .title {
	  color: white;
	}
	.recognize_wapper .fullgradient .inside_shape .sub {
	  color: white;
	  border-color: #fff;
	}
	.recognize_wapper .fullgradient:before {
	  display: none !important;
	}
  }
  .recognize_wapper .swiper-grid-column > .swiper-wrapper {
	flex-direction: row !important;
	height: auto;
  }

  @media (max-width: 1366px) {
	.recognize_wapper .item_block .inside_shape {
	  width: 220px;
	  height: 220px;
	}
	.recognize_wapper .item_block .inside_shape .title {
	  font-size: 12px;
	}
	.recognize_wapper .item_block .inside_shape .sub {
	  margin-top: 20px;
	  padding-top: 10px;
	}
  }
  @media (max-width: 1024px) {
	.recognize_wapper .swiper-wrapper {
	  grid-template-columns: repeat(3, 1fr);
	}
	.recognize_wapper .item_block {
	  margin-inline: auto;
	}
	.recognize_wapper .item_block .inside_shape {
	  width: 280px;
	  height: 280px;
	  padding: 40px;
	}
	.recognize_wapper .item_block .inside_shape .title {
	  font-size: 15px;
	}
  }

  @media (max-width: 991px) {
	.recognize_wapper {
	  padding-inline: 0;
	  padding-block: 50px;
	}
	.BrandPartner_tabs .inner_wraper {
	  margin-top: 80px;
	}
	.recognize_wapper .nav-tabs {
	  margin-block: 0 80px;
	}
	.BrandPartner_tabs .inner_wraper .nav-tabs {
	  width: 100% !important;
	  border: none !important;
	  padding: 0 !important;
	  gap: 15px 0;
	}
	.brands_wapper .inner_wraper .inner_content {
	  grid-template-columns: repeat(5, 1fr);
	  margin-top: 50px;
	  background: white;
	  border: 1px solid #000;
	}
	.recognize_wapper .inner_wraper .inner_content {
	  margin-top: 50px;
	}
	.recognize_wapper .item_block .inside_shape {
	  width: 300px;
	  height: 300px;
	  padding: 50px;
	}
	.recognize_wapper .item_block .inside_shape .title {
	  font-size: 15px;
	}
	.recognize_wapper .item_block {
	  margin-inline: auto;
	}
	.recognize_wapper .inner_wraper .nav-tabs {
	  width: 100%;
	}
	.BrandPartner_tabs .heading {
	  width: 100%;
	  margin-bottom: 50px;
	  font-size: 36px;
	}
	.BrandPartner_tabs .title {
	  width: 100%;
	}
	.recognize_wapper .swiper-container {
	  overflow: inherit !important;
	}
	.recognize_slider .swiper-button-next,
	.recognize_slider .swiper-button-prev {
	  display: block;
	  background: none;
	  top: auto;
	  bottom: -18%;
	  width: 50px;
	  height: 50px;
	}
	.recognize_slider .swiper-button-next svg,
	.recognize_slider .swiper-button-prev svg {
	  width: 50px;
	  height: 50px;
	}
	.recognize_slider .swiper-button-next {
	  right: 42%;
	}
	.recognize_slider .swiper-button-prev {
	  left: 42%;
	}
  }

  @media (max-width: 767px) {
	.BrandPartner_tabs .heading {
	  font-size: 24px;
	}
	.BrandPartner_tabs .title {
	  font-size: 14px;
	}
	.recognize_wapper .nav-tabs {
	  margin-block: 0 0px;
	}
	.recognize_wapper .item_block .inside_shape {
	  padding: 20px;
	  width: 170px;
	  height: 170px;
	}
	.recognize_wapper .item_block .inside_shape .title {
	  font-size: 9px;
	}
	.recognize_wapper .item_block .inside_shape .sub {
	  font-size: 11px;
	  margin-top: 20px;
	  padding-top: 10px;
	}
	.recognize_slider .swiper-button-next,
	.recognize_slider .swiper-button-prev {
	  display: block;
	  background: none;
	  top: auto;
	  bottom: -30%;
	  width: 40px;
	  height: 40px;
	}
	.recognize_slider .swiper-button-next svg,
	.recognize_slider .swiper-button-prev svg {
	  width: 40px;
	  height: 40px;
	}
	.recognize_slider .swiper-button-next {
	  right: 38%;
	}
	.recognize_slider .swiper-button-prev {
	  left: 38%;
	}
  }

  /* =============================================== */

  /* ///////// Financial Services Css //////// */

  /* =============================================== */

  .financialServices_wrap {
	padding-block: 100px;
	overflow: hidden;
	position: relative;
  }

  .financialServices_wrap .title {
	font-size: 18px !important;
	text-align: center;
	width: 70%;
	margin-inline: auto;
  }
  .financialServices_wrap .coreValue {
	overflow: initial;
	padding: 0;
  }
  .financialServices_wrap .tab-content {
	margin-top: 150px;
  }
  .financialServices_wrap .swiper-slide {
	width: 350px;
  }
  .financialServices_wrap .coreValue .slider-image .content {
	width: 100%;
	height: calc(100% + 15%);
	border-radius: 20px;
	box-shadow: 0 10px 30px #0190477d;
  }
  .financialServices_wrap .coreValue .swiper-slide img {
	border-radius: 20px;
  }
  .financialServices_wrap .slider-image .content p {
	font-size: 14px;
  }
  .financialServices_wrap .swiper-button-prev {
	left: -5%;
  }
  .financialServices_wrap .swiper-button-next {
	right: -5%;
  }

  /* ------------ */

  .financialServices_wrap .nav-tabs {
	border: none;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 100px;
	flex-wrap: nowrap;
  }
  .financialServices_wrap .nav-tabs .nav-link {
	border: none;
	margin: 0;
	padding: 0 30px;
	border-radius: 0;
	font-size: 16px;
	color: #019046;
	font-weight: 400;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	width: 100%;
  }
  .financialServices_wrap .nav-tabs .nav-link.active {
	color: #6a6a6a;
  }
  .financialServices_wrap .nav-tabs .nav-link svg {
	width: 50px;
	height: 50px;
	fill: #019046;
  }
  .financialServices_wrap .nav-tabs .nav-link svg path {
	fill: #019046 !important;
  }
  .financialServices_wrap .nav-tabs .nav-link.active svg {
	fill: #6a6a6a;
  }
  .financialServices_wrap .nav-tabs .nav-link.active svg path {
	fill: #6a6a6a !important;
  }

  @media (max-width: 1200px) {
	.financialServices_wrap .swiper-slide {
	  width: 300px;
	}
	.financialServices_wrap .slider-image .content {
	  padding-inline: 35px;
	}
	.financialServices_wrap .slider-image .content .title {
	  font-size: 16px;
	  width: 100%;
	}
	.financialServices_wrap .slider-image .content p {
	  font-size: 12px;
	}
	.financialServices_wrap .nav-tabs .nav-link {
	  padding: 0 20px;
	}
	.financialServices_wrap .swiper-button-next,
	.financialServices_wrap .swiper-button-prev {
	  top: 40% !important;
	}
	.financialServices_wrap .swiper-button-next {
	  right: -3%;
	}
	.financialServices_wrap .swiper-button-prev {
	  left: -3%;
	}
  }

  @media (max-width: 991px) {
	.financialServices_wrap .nav-tabs .nav-link {
	  font-size: 14px;
	}
	.financialServices_wrap .nav-tabs .nav-link svg {
	  width: 40px;
	  height: 40px;
	}
	.financialServices_wrap .slider-image .content {
	  left: 45%;
	  width: calc(100% - 45%) !important;
	}
	.financialServices_wrap .swiper-button-next,
	.financialServices_wrap .swiper-button-prev {
	  top: -15% !important;
	}
	.financialServices_wrap .swiper-button-next {
	  right: 6%;
	}
	.financialServices_wrap .swiper-button-prev {
	  left: auto;
	  right: 12%;
	}
	.financialServices_wrap .slider-image .content {
	  padding-inline: 60px;
	}
	.financialServices_wrap .title {
	  width: 100%;
	  font-size: 16px;
	}
  }

  @media (max-width: 767px) {
	.financialServices_wrap .nav-tabs {
	  flex-wrap: wrap;
	  gap: 40px 0;
	}
	.financialServices_wrap .nav-tabs .nav-link {
	  width: 30%;
	  flex: 1 0 auto;
	}
	.financialServices_wrap .slider-image .content {
	  padding-inline: 25px;
	}
	.financialServices_wrap .swiper-button-next,
	.financialServices_wrap .swiper-button-prev {
	  top: -20% !important;
	}
	.financialServices_wrap .swiper-button-next {
	  right: 6%;
	}
	.financialServices_wrap .swiper-button-prev {
	  left: auto;
	  right: 20%;
	}
	.financialServices_wrap .slider-image .content .title {
	  font-size: 12px;
	}
	.financialServices_wrap .slider-image .content p {
	  font-size: 8px;
	}
  }

  /* =============================================== */

  /* ///////// Technology Service Products Css //////// */

  /* =============================================== */

  .careers_banner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  }
  .careers_banner .content {
	width: 70%;
	margin: auto;
  }
  .careers_banner .content .title {
	font-size: 36px;
	line-height: 140%;
  }
  .careers_banner .content p {
	font-size: 16px;
	line-height: 160%;
	margin-top: 30px;
  }
  .careers_banner .content .search_bar {
	margin-top: 50px;
	border: 1px solid #019046;
	border-radius: 100px;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	width: 70%;
  }
  .careers_banner .content .search_bar input {
	border: none;
	background: transparent;
	font-size: 18px;
	width: 100%;
  }
  .careers_banner .content .search_bar input:focus-visible {
	border: none;
	outline: none;
  }
  .careers_banner .content .search_bar img {
	width: 20px !important;
	height: 20px;
	object-fit: contain;
  }

  /* ----- */
  @media (max-width: 1200px) {
	.careers_banner .content {
	  width: 80%;
	}
	.careers_banner .content .title {
	  font-size: 26px;
	}
	.careers_banner .content p {
	  font-size: 14px;
	}
	.careers_banner .content .search_bar {
	  width: 90%;
	}
  }
  @media (max-width: 991px) {
	.careers_banner .content .title {
	  font-size: 20px;
	}
	.careers_banner .content p {
	  font-size: 12px;
	}
	.careers_banner .content .search_bar {
	  margin-top: 30px;
	}
	.careers_banner .content .search_bar input {
	  font-size: 14px;
	}
	.careers_banner .content .search_bar img {
	  width: 18px !important;
	  height: 18px;
	}
  }
  @media (max-width: 767px) {
	.careers_banner {
	  grid-template-columns: repeat(1, 1fr);
	  padding-block: 50px;
	}
	.careers_banner .content .title {
	  font-size: 24px;
	}
	/* .careers_banner img {
			display: none !important;
		  } */
	.careers_banner {
	  display: flex;
	  flex-direction: column-reverse;
	  gap: 30px;
	  padding-top: 0px !important;
	  max-height: 100% !important;
	}
	.careers_banner .content {
	  width: 100%;
	  padding-inline: 30px;
	}
  }

  /* ================== */

  .careers_about .heading {
	margin-bottom: 60px;
	margin-top: 0;
  }
  .careers_about .title {
	font-size: 18px;
	text-align: center;
	width: 60%;
	margin-inline: auto;
  }
  .careers_about {
	padding-top: 0px;

  }
  .careers_about .cAbout_slider {
    padding-inline: 30px;
}
  .careers_about .col-item .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	text-align: center;
	margin-top: 25px;
  }
  .careers_about .swiper-button-next,
  .careers_about .swiper-button-prev {
	top: 42% !important;
	background: none;
	width: 50px;
	height: 50px;
	background: #019047;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 2px 4px 7px #adadad;
  }
  .careers_about .swiper-button-next svg,
  .careers_about .swiper-button-prev svg {
	width: 100%;
	height: 100%;
  }
  .careers_about .swiper-button-next svg path,
  .careers_about .swiper-button-prev svg path {
	stroke: white;
	stroke-opacity: 1;
	stroke-width: 5;
  }
  .careers_about .swiper-button-disabled {
	opacity: 0 !important;
  }
  /* =============== */

  .vacancies_wapper .heading {
	margin-bottom: 100px;
  }
  .vacancies_wapper .sub-getintouch .contact-form form {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	padding-left: 5px;
	padding-right: 10px;
  }
  .vacancies_wapper .contact-group {
	width: 100% !important;
  }
  .vacancies_wapper .contact-group:first-child {
	grid-column: 1 / -1;
  }
  .vacancies_wapper .sub-getintouch .contact-form select {
	padding: 10px 0 !important;
  }
  .vacancies_wapper .contact-form form .btn {
	margin: 0;
	padding: 10px 40px;
	font-weight: 400;
  }

  /* ================= */
  .jobOpening_wrapper {
	padding-block: 100px 0;
  }
  .jobOpening_wrapper .heading {
	text-align: left;
	padding-inline: 100px;
	margin-top: 0;
  }
  .jb_table {
	border-collapse: collapse;
	width: 100%;
  }

  .jb_table tr:first-child {
	border-top: none;
	background: #fff;
	color: #000;
	border-block: 1px solid #000;
  }

  .jb_table tr {
	border: none;
	background-color: white;
  }

  .jb_table tr:nth-child(odd):not(:first-child) {
	background-color: #f2f2f2;
  }

  .jb_table th {
	display: none;
	font-size: 18px;
	font-weight: 600;
  }

  .jb_table td {
	display: block;
	font-size: 18px;
  }

  .jb_table td:before {
	content: attr(data-th) " ";
	font-weight: bold;
	width: 50%;
	display: inline-block;
	color: #000;
  }
  .jb_table td:last-child::before {
	display: none;
  }

  .jb_table th,
  .jb_table td {
	text-align: left;
  }

  .jb_table tr {
	border: none;
  }

  .jb_table th,
  .jb_table td {
	padding: 30px 20px;
  }
  .jb_table th:first-child,
  .jb_table td:first-child {
	padding-left: 100px;
  }
  .jb_table th:last-child,
  .jb_table td:last-child {
	padding-right: 0;
  }
  @media screen and (max-width: 601px) {
	.jb_table tr:nth-child(2) {
	  border-top: none;
	}
  }
  @media screen and (min-width: 600px) {
	.jb_table tr:hover:not(:first-child) {
	  /* background-color: #f2f2f2; */
	}
	.jb_table td:before {
	  display: none;
	}
	.jb_table th,
	.jb_table td {
	  display: table-cell;
	}
  }

  .jb_table .apply_btn {
	padding: 10px 60px;
	font-weight: 400;
	background: #019046;
	border: 1px solid #019046;
	color: white;
	font-size: 14px;
	border-radius: 100px;
	transition: all 0.3s;
  }
  .jb_table .apply_btn:hover {
	color: #019046;
	background: transparent;
  }
  .jb_table .share_btn img {
	width: 30px;
	height: 30px;
	margin-left: 20px;
  }

  /* ============================ */
  .whyCareers_wrapper {
	padding-block: 200px;
	position: relative;
	overflow: hidden;
	background: #ebf0f4;
  }
  .whyCareers_wrapper::before {
    position: absolute;
    content: "";
    background: url(../images/business-bg.png) no-repeat;
    background-size: contain;
    width: 1000px;
    top: 1%;
    right: -15%;
    height: 100%;
}
  .whyCareers_wrapper .title {
	font-size: 36px;
	margin-bottom: 50px;
	font-weight: 500;
  }
  .whyCareers_wrapper p {
	font-size: 16px;
	line-height: 150%;
  }
  .whyCareers_wrapper .wc_img img {
	position: absolute;
	top: 13%;
	right: -3%;
	width: 600px;
  }

  /* ============== */
  .peopleRed_Wapper {
	padding-block: 40px 100px;
	overflow: hidden;
	background: #ebf0f4;
  }
  .peopleRed_Wapper .heading {
	margin-bottom: 100px;
	margin-top: 0;
  }
  .peopleRed_slider {
	/* padding-left: 100px; */
	overflow: visible !important;
  }
  .peopleRed_slider img {
	width: 100%;
  }
  .peopleRed_Wapper .swiper-button-next,
  .peopleRed_Wapper .swiper-button-prev {
	top: -16% !important;
	background: none;
	width: 50px;
	height: 50px;
  }
  .peopleRed_Wapper .swiper-button-next svg,
  .peopleRed_Wapper .swiper-button-prev svg {
	width: 100%;
	height: 100%;
  }
  .peopleRed_Wapper .swiper-button-next {
	right: 0%;
  }
  .peopleRed_Wapper .swiper-button-prev {
	left: auto;
	right: 6%;
  }

  /* ***************** */

  @media (max-width: 1200px) {
	.jobOpening_wrapper .heading {
	  padding-inline: 50px;
	}
	.jb_table th:first-child,
	.jb_table td:first-child {
	  padding-left: 50px;
	}

	.whyCareers_wrapper .wc_img img {
	  width: 450px;
	  top: 22%;
	}
	.whyCareers_wrapper::before {
	  width: 800px;
	}
  }
  @media (max-width: 991px) {
	.careers_about .heading {
	  margin-bottom: 30px;
	}
	.careers_about .col-item .text {
		padding-inline: 15px;
	}
	.careers_about .title {
	  width: 90%;
	  font-size: 16px;
	}
	.careers_about {
	  padding-top: 0px;
	  padding-bottom: 40px;
	}
	.careers_about .col-item .text {
	  font-size: 16px;
	}
	.careers_about .cAbout_slider {
	  padding-inline: 30px;
	}
	.careers_about .swiper-button-next,
	.careers_about .swiper-button-prev {
	  top: 32% !important;
	  width: 35px;
	  height: 35px;
	  padding: 5px;
	  box-shadow: none;
	}
	.careers_about .swiper-button-next{
		right: 1px;
	}
	.careers_about .swiper-button-prev {
		left: 1px;
	}
	.vacancies_wapper .heading,
	.jobOpening_wrapper .heading {
	  margin-bottom: 50px;
	  font-size: 30px;
	}
	.jb_table th:first-child,
	.jb_table td:first-child {
	  padding-left: 30px;
	}
	.jb_table th,
	.jb_table td {
	  font-size: 16px;
	}
	.jb_table th,
	.jb_table td {
	  padding: 30px 10px;
	}
	.jb_table .apply_btn {
	  padding: 8px 30px;
	}
	.jb_table .share_btn img {
	  width: 25px;
	  height: 25px;
	  margin-left: 10px;
	}
	.whyCareers_wrapper {
	  padding-block: 60px;
	  text-align: center;
	}
	.whyCareers_wrapper .row {
	  flex-direction: column-reverse;
	}
	.whyCareers_wrapper::before {
		right: -13% !important;
		width: 100% !important;
		top: 0 !important;
		max-height: 580px;
	}
	.whyCareers_wrapper .wc_img img {
	  width: 70%;
	  margin-inline: auto;
	  top: inherit;
	  position: relative;
	  height: auto;
	  right: initial;
	  margin-bottom: 50px;
	}
	.peopleRed_Wapper .swiper-button-next,
	.peopleRed_Wapper .swiper-button-prev {
	  top: -25% !important;
	  width: 40px;
	  height: 40px;
	}
  }

  @media (max-width: 767px) {
	.careers_about .title {
	  width: 100%;
	  font-size: 14px;
	}
	.careers_about .swiper-button-next,
	.careers_about .swiper-button-prev {
	  top: 40% !important;
	}
	.vacancies_wapper .sub-getintouch .contact-form form {
	  grid-template-columns: repeat(1, 1fr);
	}
	.whyCareers_wrapper .title {
	  font-size: 26px;
	}
	.whyCareers_wrapper p {
	  font-size: 14px;
	}
	.peopleRed_Wapper .heading {
	  font-size: 30px !important;
	  margin-bottom: 80px;
	}
	.peopleRed_Wapper .swiper-button-next,
	.peopleRed_Wapper .swiper-button-prev {
	  top: -40% !important;
	}
	.peopleRed_Wapper .swiper-button-prev {
	  right: 10%;
	}
	.jb_table td {
	  padding: 30px 30px 0;
	}
	.jb_table td:last-child {
	  padding-bottom: 30px;
	}
	.jb_table tr:first-child {
	  border: none;
	}
	.jb_table {
	  border-block: 1px solid #000;
	}
	.jb_table .apply_btn {
	  padding: 8px 50px;
	}
  }

  /* =============================================== */

  /* ///////// Contact Css //////// */

  /* =============================================== */

  .office_warpper {
	padding-block: 80px;
	padding-inline: 60px;
	position: relative;
	overflow: hidden;
  }
  .office_warpper .shape-bg {
	position: absolute;
	bottom: -15%;
	right: -8%;
	width: 60%;
	transform: rotate(332deg);
  }
  .office_warpper .filter {
	margin-bottom: 80px;
  }
  .office_warpper .filter{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
  }
  .office_warpper .filter .fields {
	padding: 0px 20px 0px 0px;
	border: 1px solid #019047;
	border-radius: 100px;
}
.office_warpper .filter .fields select {
	box-shadow: none;
	outline: none !important;
	border: none;
	padding: 8px 10px 8px 20px;
}
  .office_warpper .filter .fields:last-child {
	border: none;
	padding: 0;
	border-radius: 0;
  }
  .office_warpper .filter .fields select {
	border-color: #ffffff94;
	font-size: 16px;
	width: 180px;
	background: transparent !important;
  }
  .office_warpper .filter .btn {
	padding: 10px 60px;
	font-weight: 400;
	background: linear-gradient(to right, #019046, #016938) !important;
	border: 1px solid #019046;
	color: white;
	font-size: 16px;
	border-radius: 100px;
	transition: all 0.3s;
  }

  .office_warpper .office_adress {
	margin-bottom: 60px;
	padding-inline: 20px;
  }
  .office_warpper .office_adress .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
  }
  .office_warpper .office_adress p {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 400;
	line-height: 160%;
  }
  .office_warpper .office_adress a {
	display: block;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #019047;
	max-width: fit-content;
	padding-bottom: 5px;
	border-bottom: 1px solid #019047;
	transition: all 0.3s;
  }
  .office_warpper .office_adress a:hover {
	opacity: 0.7;
  }
  /*------------------------pagination----------------------------*/
  .pagination-vip {
	margin-top: 50px;
  }
  .custom-theme ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
  }
  .custom-theme span {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
  }
  .custom-theme a {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	background: transparent;
	display: inline-block;
	line-height: inherit;
  }

  .custom-theme a:hover {
	text-decoration: none;
	color: #000;
	opacity: 0.7;
	background: transparent;
  }

  .custom-theme .current {
	opacity: 0.4;
  }

  .custom-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
  }
  .custom-theme .next,
  .custom-theme .prev {
	position: relative;
	color: #fff;
  }
  .custom-theme .next:hover,
  .custom-theme .prev:hover {
	color: #fff;
  }
  .custom-theme .next::before {
	content: "";
	position: absolute;
	background: url(../images/arrow_right_icon.svg) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
	top: -5px;
  }
  .custom-theme .prev::before {
	content: "";
	position: absolute;
	background: url(../images/arrow_right_icon.svg) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
	top: -5px;
	transform: rotate(180deg);
  }

  @media (max-width: 1200px) {
	.office_warpper {
	  padding-inline: 30px;
	}
	.office_warpper .office_adress {
	  padding-inline: 20px;
	}
	.office_warpper .shape-bg {
	  display: none;
	}
  }
  @media (max-width: 991px) {
	.office_warpper .filter {
	  gap: 20px;
	}
	.office_warpper .filter .fields select {
	  width: 100%;
	}
  }
  @media (max-width: 767px) {
	.office_warpper .filter{
	  gap: 20px;
	  flex-direction: column;
	}
	.office_warpper .filter .fields {
	  width: 100%;
	  text-align: center; 
	}
	.office_warpper .office_adress {
	  padding-inline: 0;
	}
  }

  /* =============================================== */

  /* ///////// Brand Css //////// */

  /* =============================================== */

  .brand_block .head-logo {
	margin-bottom: 80px;
	width: 200px;
	margin-inline: auto;
  }
  .brand_block .inner_wraper .nav-tabs {
	width: 100%;
	justify-content: space-around;
	max-width: 590px;
  }
  .brand_block .inner_wraper .nav-tabs .nav-link {
	padding: 7px 30px;
	box-shadow: none;
	outline: none;
	border: none;
  }
  @media only screen and (min-width: 1210px) and (max-width: 1440px) {
	.brand_block .swiper-button-next,
	.brand_block .swiper-button-prev {
	  top: 34% !important;
	}
  }
  @media (max-width: 1200px) {
	.brand_block .inner_wraper .nav-tabs {
	  width: 60%;
	}
	.brand_block .head-logo {
	  width: 160px;
	  margin-bottom: 60px;
	}
	.brand_block .title {
	  width: 80%;
	}
	.brand_block .inner_wraper {
	  margin-top: 60px;
	}
	.brand_block .inner_wraper .tab-content {
	  margin-top: 50px;
	}
	.brand_block .brand_slider {
	  margin-top: 0;
	}
  }
  @media (max-width: 991px) {
	.brand_block .inner_wraper .nav-tabs {
	  width: 70%;
	}
	.brand_block .inner_wraper .nav-tabs .nav-link {
	  padding: 6px 20px;
	}
	.brand_block .head-logo {
	  width: 120px;
	  margin-bottom: 40px;
	}
	.brand_block .title {
	  width: 90%;
	}
  }
  @media (max-width: 767px) {
	.brand_block .head-logo {
	  width: 80px;
	  margin-bottom: 30px;
	}
	.brand_block .inner_wraper .nav-tabs {
	  width: 100%;
	  padding-inline: 0px;
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	}
	.brand_block .inner_wraper .nav-tabs .nav-link {
		padding: 10px 5px;
		font-size: 13px;
		font-weight: 500;
	}
	.brand_block .title {
	  width: 100%;
	}
  }

  /* =============================================== */

  /* ///////// Media Css //////// */

  /* =============================================== */

  .newsletter_wrapper {
	padding-block: 80px;
	position: relative;
  }
  .newsletter_wrapper .inner_content {
	overflow: hidden;
  }
  .newsletter_wrapper .inner_wraper {
	margin-top: 0px;
  }
  .newsletter_wrapper .heading {
	margin-top: 0;
	margin-bottom: 30px;
  }
  .newsletter_wrapper .newsletter_slider {
	margin-top: 100px;
	overflow: visible;
  }
  .newsletter_wrapper .news_item {
	padding: 50px 30px;
	border-radius: 20px;
	background: transparent;
	-webkit-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
  }
  .newsletter_wrapper .news_item .newsHead {
	font-size: 26px;
	line-height: 140%;
	font-weight: 500;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
  }
  .exprt_sub { font-size:20px; font-style:italic;}
  .newsletter_wrapper .news_item .newsHead {margin-bottom: 5px;}
  .newsletter_wrapper .news_item .download_btn {
	padding: 10px 40px;
	font-size: 16px;
	background: #019047;
	color: white;
	display: block;
	width: fit-content;
	border-radius: 100px;
	-webkit-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
  }
  .newsletter_wrapper .news_item .download_btn:hover {
	opacity: 0.8;
  }
  .newsletter_wrapper .news_item .news-img {
	width: 80%;
	margin-left: 5%;
	margin-top: 60px;
	opacity: 0.7;
	transition: 0.3s ease-in-out;
  }
  /* --- */
  .newsletter_wrapper .news_item.swiper-slide-active {
	background: #018743;
  }
  .newsletter_wrapper .news_item.swiper-slide-active .newsHead {
	color: white;
  }
  .newsletter_wrapper .news_item.swiper-slide-active .download_btn {
	background: white;
	color: rgb(0, 0, 0);
  }

  .newsletter_wrapper .news_item.swiper-slide-active .news-img {
	width: 100%;
	margin-left: 18%;
	opacity: 1;
  }
  .newsletter_wrapper .swiper-button-next,
  .newsletter_wrapper .swiper-button-prev {
	top: -60px !important;
	background: none;
	width: 50px;
	height: 50px;
  }
  .newsletter_wrapper .swiper-button-next img,
  .newsletter_wrapper .swiper-button-prev img {
	width: 100%;
	height: 100%;
  }
  .newsletter_wrapper .swiper-button-next {
	right: 6%;
  }
  .newsletter_wrapper .swiper-button-prev {
	left: auto;
	right: 10%;
	transform: rotate(180deg);
  }

  /* ======== */
  @media (max-width: 1200px) {
	.newsletter_wrapper .news_item {
	  padding: 40px 30px;
	}
	.newsletter_wrapper .news_item .newsHead {
	  font-size: 22px;
	}
	   .newsletter_wrapper .news_item .newsHead .exprt_sub { font-size:16px;}
	.newsletter_wrapper .news_item .download_btn {
	  padding: 10px 40px;
	  font-size: 16px;
	}
	.newsletter_wrapper .news_item .news-img {
	  margin-top: 40px;
	  width: 90%;
	}
	.newsletter_wrapper .news_item.swiper-slide-active .news-img {
	  margin-left: 25%;
	}
  }
  @media (max-width: 991px) {
	.newsletter_wrapper {
	  padding-block: 60px;
	}
	.newsletter_wrapper .news_item {
	  padding: 30px 20px;
	  border-radius: 15px;
	}
	.newsletter_wrapper .news_item .newsHead {
	  font-size: 16px;
	}
	.newsletter_wrapper .news_item .newsHead .exprt_sub { font-size:13px;}
	.newsletter_wrapper .news_item .download_btn {
	  padding: 8px 30px;
	  font-size: 14px;
	}
	.newsletter_wrapper .news_item .news-img {
	  width: 100%;
	}
	.newsletter_wrapper .swiper-button-next,
	.newsletter_wrapper .swiper-button-prev {
	  top: -50px !important;
	}
	.newsletter_wrapper .heading {
	  margin-bottom: 10px;
	  font-size: 28px;
	}
  }
  @media (max-width: 767px) {
	.newsletter_wrapper .news_item {
	  padding: 40px 20px;
	  border-radius: 15px;
	}
	.newsletter_wrapper .news_item .newsHead {
	  font-size: 22px;
	}
	.newsletter_wrapper .news_item .newsHead .exprt_sub { font-size:18px;}
	.newsletter_wrapper .news_item .download_btn {
	  padding: 8px 30px;
	  font-size: 14px;
	}
	.newsletter_wrapper .news_item.swiper-slide-active .news-img {
	  margin-left: 0;
	}
	.newsletter_wrapper .title {
	  font-size: 16px;
	}
	.newsletter_wrapper .swiper-button-next,
	.newsletter_wrapper .swiper-button-prev {
	  width: 40px;
	  height: 40px;
	}
	.newsletter_wrapper .swiper-button-prev {
	  right: 15%;
	}
  }


  /* =============================================== */

  /* ///////// Media Css //////// */

  /* =============================================== */

  .privacy_wrapper{
	padding-block: 80px;
	position: relative;
	overflow: hidden;
  }
  .privacy_wrapper::before {
    position: absolute;
    content: "";
    z-index: 0;
    background: url(../images/privacy-bg.png) no-repeat;
    width: 750px;
    height: 100%;
    top: 30%;
    right: 0%;
    max-width: 100%;
    background-size: contain;
}
  .privacy_wrapper .container{
	position: relative;
	z-index: 1;
  }
  .privacy_wrapper .heading{
	margin-top: 0;
	margin-bottom: 50px;
  }
  .privacy_wrapper .title {
	font-size: 19px;
	text-align: center;
	width: 70%;
	margin-inline: auto;
	color: #414042;
  }

  .privacy_wrapper .content{
	margin-top: 80px;
	color: #414042;
  }
  .privacy_wrapper .content li{
	margin-bottom: 30px;
	line-height: 160%;
	font-size: 18px;
  }
  .privacy_wrapper .content b{
	margin-bottom: 10px;
	display: block;
  }
  .privacy_wrapper .content h3{
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 25px;
	margin-top: 40px;
  }

  /* ------ */
  @media (max-width: 1440px){
	.privacy_wrapper::before {
	  width: 800px;
	  max-width: 100%;
	  height: 100%;
	  top: 22%;
	}
  }
  
    @media (max-width: 1024px){
		.journey-section .title_con .subHeading-journey {
    width: 100%;
}
		
	}
  
  @media (max-width: 991px){
	.privacy_wrapper{
	  padding-block: 60px;
	}
	.privacy_wrapper .heading{
	  margin-bottom: 20px;
	  font-size: 35px;
	}
	.privacy_wrapper .title{
	  width: 90%;
	}
	.privacy_wrapper .content{
	  font-size: 16px;
	  margin-top: 50px;
	}
	.privacy_wrapper .content h3{
	  font-size: 26px;
	}
  }
  @media (max-width: 767px){
	.privacy_wrapper{
	  padding-block: 40px;
	}
	.privacy_wrapper .heading{
	  font-size: 28px;
	}
	.privacy_wrapper .title{
	  width: 100%;
	  font-size: 17px;
	}
	.privacy_wrapper .content li, 	.privacy_wrapper .content{
		font-size: 16px;
	}
	.privacy_wrapper .content h3{
	  font-size: 20px;
	  margin-top: 30px;
	  margin-bottom: 15px;
	}
  }


  @media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.awards_wrapper .item_block {
		width: 274px;
		height: 274px;
	}

  }


@media (max-width: 480px){
.service_txt__lft__inr{ padding-top: 40px;}
}
@media only screen and (max-width:650px){
.awards_wrapper .swiper-button-next, .awards_wrapper .swiper-button-prev { top: 20%!important;} 

}