@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	color: black;
}

html {
	scroll-behavior: smooth;
}

* {
  outline-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
    --color-deep-green: #0b2d0e;
    --color-dark-green: #10512a;
    --color-lime-green: #bfef1e;
    --color-light-green: #f4fda6;
    --color-dark-orange: #b43b0a;
    --color-orange: #e75719;
    --color-light-orange: #fff0d9;
    --color-dark-purple: #451397;
    --color-purple: #a675f7;
    --color-light-purple: #EBDFFF;
    --color-light-yellow: #FAFFCA;
    --color-cream: #FFFBF4;
    --color-header-middle-bg: #ffffff;
    --color-header-middle-bg-grad: #ffffff;
    --color-header-middle-text: #10512a;
    --color-header-middle-text-hover: #10512a;
    --color-header-transparent-bg: transparent;
    --color-header-transparent-bg-grad: transparent;
    --color-header-transparent-text: #ffffff;
    --color-header-transparent-text-hover: #bfef1e;
    --color-chrome-toolbar: #10512a;
    --color-header-top-bg: #ffffff;
    --color-header-top-bg-grad: #ffffff;
    --color-header-top-text: #bfef1e;
    --color-header-top-text-hover: #10512a;
    --color-header-top-transparent-bg: rgba(0,0,0,0.2);
    --color-header-top-transparent-bg-grad: rgba(0,0,0,0.2);
    --color-header-top-transparent-text: rgba(255,255,255,0.66);
    --color-header-top-transparent-text-hover: #fff;
    --color-content-bg: #fffbf4;
    --color-content-bg-grad: #fffbf4;
    --color-content-bg-alt: #f8f8f8;
    --color-content-bg-alt-grad: #f8f8f8;
    --color-content-border: #dcdcdc;
    --color-content-heading: #10512a;
    --color-content-heading-grad: #10512a;
    --color-content-text: #0b2d0e;
    --color-content-link: #10512a;
    --color-content-link-hover: #bfef1e;
    --color-content-primary: #10512a;
    --color-content-primary-grad: #10512a;
    --color-content-secondary: #bfef1e;
    --color-content-secondary-grad: #bfef1e;
    --color-content-faded: #a4a4a4;
    --color-content-overlay: rgba(0,0,0,0.75);
    --color-content-overlay-grad: rgba(0,0,0,0.75);
    --color-alt-content-bg: #10512a;
    --color-alt-content-bg-grad: #10512a;
    --color-alt-content-bg-alt: #ffffff;
    --color-alt-content-bg-alt-grad: #ffffff;
    --color-alt-content-border: #dcdcdc;
    --color-alt-content-heading: #ffffff;
    --color-alt-content-heading-grad: #ffffff;
    --color-alt-content-text: #ffffff;
    --color-alt-content-link: #f4fda6;
    --color-alt-content-link-hover: #bfef1e;
    --color-alt-content-primary: #10512a;
    --color-alt-content-primary-grad: #10512a;
    --color-alt-content-secondary: #bfef1e;
    --color-alt-content-secondary-grad: #bfef1e;
    --color-alt-content-faded: #a4a4a4;
    --color-alt-content-overlay: rgba(0,0,0,0.75);
    --color-alt-content-overlay-grad: rgba(0,0,0,0.75);
    --color-footer-bg: #10512a;
    --color-footer-bg-grad: #10512a;
    --color-footer-bg-alt: #f8f8f8;
    --color-footer-bg-alt-grad: #f8f8f8;
    --color-footer-border: #dcdcdc;
    --color-footer-heading: #bfef1e;
    --color-footer-heading-grad: #bfef1e;
    --color-footer-text: #FFF0D9;
    --color-footer-link: #FFF0D9;
    --color-footer-link-hover: #bfef1e;
    --color-subfooter-bg: #f8f8f8;
    --color-subfooter-bg-grad: #f8f8f8;
    --color-subfooter-bg-alt: #ffffff;
    --color-subfooter-bg-alt-grad: #ffffff;
    --color-subfooter-border: #dcdcdc;
    --color-subfooter-heading: #0b2d0e;
    --color-subfooter-heading-grad: #0b2d0e;
    --color-subfooter-text: #0b2d0e;
    --color-subfooter-link: #10512a;
    --color-subfooter-link-hover: #bfef1e;
    --color-content-primary-faded: rgba(16,81,42,0.15);
    --box-shadow: 0 5px 15px rgba(0,0,0,.15);
    --box-shadow-up: 0 -5px 15px rgba(0,0,0,.15);
    --site-canvas-width: 1300px;
    --site-content-width: 1408px;
    --site-sidebar-width: 28%;
    --text-block-margin-bottom: 1.5rem;
    --focus-outline-width: 2px
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
button{
	border: none;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}

:root {
	--transparent-color: transparent;
	--primary-color: #000;
	--white-color: white;
	--green-color: #1bb321;
	--yellow-color: #f7bf20;
	--black-color: #000;
	--p-color: #444444;
	--fw-500: 500;
	--footer-bg:#000000e0;
}

/* --------------------- */
.main-layout {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    height: 100vh;
}
.main-layout > header, .main-layout > footer {
    flex: 0 0 auto;
}
.main-layout > main {
    flex: 1;
}
/* --------------------------- */

.container,.title-container,.shaonmd-slider-wraper {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.25vw;
    padding-right: 7.25vw;
}

@media (max-width:1199px) {
	.container {
		padding: 0 15px;
	}
}

/*
================================================================
All Title Inner start
================================================================
*/
section.title-section {
    margin-block: 4%;
}

section.title-section-wtth-bg {
    padding-block: 4%;
    background: #f1f2e7;
}

section.title-all {
    margin-block: 70px;
}

.title-wrapper {
    max-width: 900px;
    margin-inline: auto;
}
.title-child:first-child {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0b2d0e;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.title-child:last-child {
	  font-size: 1.3rem;
    font-weight: 300;
    color: #0b2d0e;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
@media screen and (max-width: 768px) {
  .title-child:first-child {
    font-size: 2.5rem;
    font-weight: 600;
}
.title-child:last-child {
	  font-size: 1.2rem;
    font-weight: 300;
}
}
/*
================================================================
All Title Inner end
================================================================
*/







/*
==================================================================
Navigation
==================================================================
*/

.navigation-section {
	background: #0b2d0e;
}

.navigation-container {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.25vw;
    padding-right: 7.25vw;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(40px, auto);
	position: relative;
	z-index: 2;
}

.sticky .logo-nav {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.25vw;
    padding-right: 7.25vw;
}

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.5s ease 0s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	background-color: #0b2d0e;
}

.sticky .nav-class-div ul li a {
	color: var(--white-color, white);
	font-weight: var(--fw-500);
	text-transform: capitalize;
}

.sticky .nav-class-div ul li ul li a {
	color: var(--white-color);
	font-weight: var(--fw-500);
	text-transform: capitalize;
}

.navigation-section .logo-nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: minmax(40px, auto);
	align-items: center;
}


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

.logo {
	grid-column: 1 /span 1;
}

.nav-class-div {
	grid-column: 2 /span 3;
	justify-self: end;
}

.menu-toggle {
	grid-column: 1/ span 3;
	display: none;
}

.nav-class-div ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style-type: none
}

.nav-class-div ul li {
	padding: 0;
	margin: 0 5px;
	display: inline-block;
	transition: 500ms left cubic-bezier(.57, .21, .69, 1.25);
}

.nav-class-div ul li {
	position: relative;
	list-style-type: none
}
.nav-class-div ul li.current-menu-item a, .nav-class-div ul li.current-menu-parent > a, .nav-class-div ul li.current-menu-parent ul li.current-menu-item a {
	color: #AF191A;
}
.nav-class-div ul li.menu-item-has-children:before {
    content: "";
    font-weight: 900;
    color: var(--white-color);
    position: absolute;
    right: -15px;
    top: 8px;
    margin-top: 15px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/arrow-down.png');
	filter: brightness(0) invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sticky .nav-class-div ul li.menu-item-has-children:before {
	color: var(--white-color);
}

.sticky .nav-class-div ul li.active.menu-item-has-children:before {
	color: var(--white-color);
}

.nav-class-div ul li.active.menu-item-has-children:before {
/* 	content: '\f0d7';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	color: var(--primary-color); */
    content: "";
    font-weight: 900;
    color: var(--white-color);
    position: absolute;
    right: -15px;
    top: 8px;
    margin-top: 15px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/arrow-down.png');
	filter: brightness(0) invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-class-div ul li ul {
	position: absolute;
	left: 0;
	background-color: #0b2d0e;
	display: none;
	min-width: 200px;
}

.sticky .nav-class-div ul li ul {
	background-color: #0b2d0e;
	box-shadow: 0 15px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.sticky .nav-class-div ul li ul a {
	color: var(--white-color);
	font-weight: var(--fw-500);
}
.sticky .nav-class-div ul li.current-menu-item a, .sticky .nav-class-div ul li.current-menu-parent > a, .sticky .nav-class-div ul li.current-menu-parent ul li.current-menu-item a {
	color: white;
}
.sticky .nav-class-div ul li ul li:not(:last-child) {
	border-bottom: 1px solid #dedcdc;
}

.nav-class-div ul li ul a {
	color: var(--white-color);
	margin: 10px 1px;
	font-weight: var(--fw-500);
}

.nav-class-div ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.nav-class-div ul li ul li:not(:last-child) {
	border-bottom: 1px solid white;
}

.nav-class-div ul li ul li a {
	margin: 0 10px;
	padding: 3px 0;
	text-transform: capitalize;
}

.nav-class-div ul li a {
	display: block;
	padding: 0 10px;
	margin: 15px 1px;
	text-decoration: none;
	color: var(--white-color, white);
	font-weight: var(--fw-500);
	text-transform: capitalize;
}
@media (max-width:1199px) {
	.navigation-container .sticky {
		padding: 0 15px;
	}
}
@media (max-width:767px) {
	.logo {
		display: block;
		color: var(--white-color);
		grid-column: 1 /span 3;
	}
	.sticky .logo {
		color: var(--white-color);
		grid-column: 1 /span 3;
	}
	.nav-class-div {
		grid-column: 1 / span 4;
        justify-self: stretch;
	}
	.menu-toggle {
		grid-column: span 1 / -1;
		grid-row: 1/span 1;
		display: block;
		font-size: 30px;
		justify-self: end;
		cursor: pointer;
	}
	
	.menu-toggle:before {
		content: "";
		position: absolute;
		right: 15px;
		top: 22px;
		margin-top: 0;
		display: block;
		width: 40px;
		height: 40px;
		background-image: url('../images/mobile-menu.png');
		filter: brightness(0) invert(1);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.sticky .menu-toggle:before {
		color: var(--white-color);
	}
	.menu-toggle.active:before {
		content: "";
		position: absolute;
		right: 15px;
		top: 22px;
		margin-top: 0;
		display: block;
		width: 40px;
		height: 40px;
		background-image: url('../images/mobile-menu.png');
		filter: brightness(0) invert(1);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.sticky .menu-toggle.active:before {
		color: var(--white-color);
	}
	.nav-class-div {
		display: none;
	}
	.nav-class-div.active {
		display: block
	}
	.nav-class-div.active ul li {
		display: block
	}
	.nav-class-div ul li.menu-item-has-children:before {
		margin-top: 2px;
	}
	.nav-class-div ul {
		display: block
	}
	.nav-class-div ul li ul {
		position: static
	}
}

@media (max-width:767px) {
	.nav-class-div ul li.active ul {
		display: block
	}
}

@media (min-width:768px) {
	.nav-class-div ul li:hover ul {
		display: block
	}
}














/* -------------------Hero Section--------------------- */
section.hero-section {
    background: #0b2d0e;
}

.hero-section-wrapper {
display: grid;
	grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    align-items: center;
    grid-gap: 30px;
    padding: 5% 0;
	min-height: 100vh;
}


.rating {
	margin-bottom: 1rem;
	font-size: 0.875rem;
	color: #bfef1e;
	letter-spacing: 0.05em;
}

.rating span {
	color: #bfef1e;
}

:nth-child( 1 of .hero-section-parent ) > div h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: white;
}

:nth-child( 1 of .hero-section-parent ) > div h1 .highlight {
	color: #bfef1e;
}

:nth-child( 1 of .hero-section-parent ) > div p.description {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
	color: rgba(255,255,255,0.85);
}

/* Buttons styling */
.buttons {
	display: flex;
	gap: 1rem;
}

.buttons a {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	border-radius: 8px;
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.buttons .primary {
	background: #bfef1e;
	color: #0a0d21;
}

.buttons .primary:hover {
	background: #bfef1e;
	color: #0a0d21;
}

.buttons .secondary {
	border: 2px solid rgba(255,255,255,0.3);
	color: #ffffff;
}

.buttons .secondary:hover {
	background: rgba(255,255,255,0.1);
}

.buttons .arrow {
	margin-left: 0.5rem;
	font-size: 1.2rem;
	transform: translateX(0);
	transition: transform 0.2s ease;
}

.buttons a:hover .arrow {
	transform: translateX(4px);
}
@media(max-width:1024px) {
.hero-section-wrapper {
display: grid;
	grid-template-columns: 1fr;
    grid-auto-rows: auto;
    align-items: center;
    grid-gap: 30px;
    padding: 5% 0;
	min-height: 100vh;
}
}


/* 
==================================================
Vertical Slider start
==================================================
*/

.vertical-slider-wrapper {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap:20px;
  height:80vh;
  overflow:hidden;
  transform: rotate(0deg);
}

.vertical-slider-parent {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.vertical-slider-child {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  will-change: transform;
}
.vertical-slider-slide {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.vertical-slider-slide img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.vertical-slider-video {
  width: 100%;
  height: auto;
}
@media(max-width:1024px) {
  .vertical-slider-slide { 
    height:auto; 
  }
}
@media(max-width:991px) {
  .vertical-slider-wrapper {
    display: none;
  }
}
@media(max-width:768px) {
  .vertical-slider-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* 
==================================================
Vertical Slider end
==================================================
*/

/* 
==================================================
Horizontal Slider start
==================================================
*/

.horizontal-slider-wrapper {
	display: grid;
  grid-template-columns: 1fr;
	grid-gap: 20px;
  display: none;
}

.horizontal-slider-parent {
  border-radius: 5px;
  overflow: hidden;
}

.horizontal-slider-child {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  will-change: transform;
}

.horizontal-slider-slide {
  width: 320px;
  height: 220px;
  border-radius: 5px;
  overflow: hidden;
}
.horizontal-slider-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.horizontal-slider-video {
  width: 100%;
  height: auto;
}
@media(max-width:1024px){
  .horizontal-slider-slide { 
    width: 260px; 
    height: 180px; 
  }
}
@media(max-width:991px){
.horizontal-slider-wrapper {
	display: grid;
  grid-template-columns: 1fr;
	grid-gap: 20px;
}
}
@media(max-width:768px){
  .horizontal-slider-slide { 
    width: 220px; 
    height: 150px; 
  }
}
/* 
==================================================
Horizontal Slider end
==================================================
*/

	/*
   Success Section Styles
    */

section.sucess-section {
    padding-block: 3%;
    background: #f4fda6;
}
.sucess-wrapper {
    border-radius: .75rem;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, auto) );
    grid-template-rows: auto;
    grid-gap: 15px;
    padding: 30px;
    color: #0b2d0e;
}
.sucess-wrapper-text {
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}
.sucess-wrapper-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #10512a;
    padding-block: 25px;
    padding-inline: 25px;
    color: white;
    border-radius: 8px;
}
.sucess-child:first-child {
    font-size: 50px;
    font-weight: 800;
    font-family: sans-serif;
    line-height: normal;
}
.sucess-child:last-child {
    font-size: 22px;
    width: 120px;
    margin-left: 7px;
    line-height: 1.1;
}
@media (992px <= width <= 1366px) {
.sucess-child:first-child {
    font-size: 32px;
}
.sucess-child:last-child {
    font-size: 20px;
    width: 115px;
    margin-left: 5px;
}
}
@media (max-width: 991px) {
.sucess-wrapper-text {
    font-size: 2rem;
    font-weight: 600;
}
.sucess-child:first-child {
    font-size: 45px;
}
.sucess-child:last-child {
    font-size: 20px;
    width: 120px;
    margin-left: 4px;
}
}
@media (max-width: 768px) {
.sucess-wrapper-text {
    font-size: 1.7rem;
    font-weight: 600;
}
}

/* 
==========================================
     Services
==========================================
 */

section.services-section {
    margin-block: 0 4%;
}
.services-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 40px;
}

.services-wrapper svg {
    height: auto;
    width: 4em;
}
.services-parent {
    padding: 60px 40px;
    background: #f4fda6;
}
:nth-child( 2 of .services-child ) {
    font-weight: 600;
}
:nth-child( 2 of .services-child ):not(:empty) {
    padding: .5em 0;
    font-size: 22px;
    color: #0b2d0e;
}
:nth-child( 4 of .services-child ) {
  margin-top: 15px;
}
:nth-child( 4 of .services-child ) a {
    background-color: #1bb321;
    display: inline-grid;
    padding: 5px 15px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
}


/* 
==========================================
Our Work
==========================================
*/
section.our-work-section {
    padding-block: 0 4%;
    background: #f1f2e7;
}
section.our-work-section .title-wrapper {
	margin-bottom: 2rem;
}
.our-work-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 40px;
}
.our-work-parent {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-text-decoration: none;
  text-decoration: none;
}
:nth-child( 1 of .our-work-child ) {
  grid-area: 1 / 1 / auto / -1;
  overflow: hidden;
}
:nth-child( 1 of .our-work-child ) img {  
  width: 100%;
  height: auto;  
  -webkit-transition: transform 1s ease;
  transition: transform 1s ease;
}
.our-work-parent:hover :nth-child( 1 of .our-work-child ) img {  
  transform: scale(1.2);
}
:nth-child( 1 of .our-work-child ) video {
		width: 100%;
		height: auto;
  -webkit-transition: transform 1s ease;
  transition: transform 1s ease;
}
.our-work-parent:hover :nth-child( 1 of .our-work-child ) video {  
  transform: scale(1.2);
}

:nth-child( 2 of .our-work-child ) {
    margin: 1.25rem 1rem 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
:nth-child( 3 of .our-work-child ) {
    margin: 0 1rem 1.25rem;
    font-weight:600;
	font-size:1.375rem;
	line-height:2rem;
	color:#282828
}
:nth-child( 4 of .our-work-child ) {
    margin: 0 1rem 1.25rem;
	color:#534f4f;
	font-size: 1.125rem;
    line-height: 1.75rem;
}

:nth-child( 4 of .our-work-child ) .arrow-button {
	margin-left: 0.3rem;
	font-size: 1.2rem;
	transform: translateX(0);
	transition: transform 0.2s ease;
}
:nth-child( 4 of .our-work-child ) a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
:nth-child( 4 of .our-work-child ) a:hover .arrow-button {
	  transform: translateX(4px);
}
@media screen and (max-width: 991px) {
.our-work-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-gap: 25px;
}
}

/*
==========================================
about section
==========================================
*/
section.about-section {
    padding-block: 5% 3%;
}
.about-wrapper {
    display: grid;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-rows: auto;
}
:nth-child( 3 of  .about-parent ) {
    grid-area: auto / 1 / auto / -1;
    justify-self: center;
    margin-top: 3vw;

}
:nth-child( 1 of .about-child ) {
    margin-bottom: 3vw;
    color: #0b2d0e;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
}
:nth-child( 2 of .about-child ) {
    color: #0b2d0e;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.3;
    opacity: 0.8;
}
:nth-child( 3 of .about-child ) {
    max-width: 35vw;
    color: #303030;
    margin-bottom: 0;
    font-size: 1.05vw;
    font-weight: 300;
    line-height: 1.7;
    text-align: justify;
}
:nth-child( 4 of .about-child ){
	  align-items: center;
    margin-top: 4vw;
    text-decoration: none;
    display: flex;
    position: relative;
}
:nth-child( 4 of .about-child ) a {
  text-decoration: none;
}
:nth-child( 4 of .about-child ) a span {
    color: #534f4f;
    font-size: 1.3rem;
    line-height: 1;
}

.cta-button-arrow {
    width: 2.5rem;
    margin-left: -0.5rem;
    font-size: 1.2rem;
    transform: translateX(0);
    transition: transform 0.2s ease;

}
:nth-child( 4 of .about-child ) a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
:nth-child( 4 of .about-child ) a:hover .cta-button-arrow {
	  transform: translateX(4px);
}
@media screen and (max-width: 991px) {
  .about-wrapper {
    grid-template-columns: 1fr;
}
:nth-child( 1 of .about-child ) {
    font-size: 2.5rem;
}
:nth-child( 2 of .about-child ) {
    font-size: 1.8rem;
}
:nth-child( 3 of .about-child ) {
    max-width: unset;
    font-size: 1rem;
}
:nth-child( 4 of .about-child ) {
    margin-block-end: 4vw;
}
}
/* 
================================
textscrolling-section
================================
*/
.textscrolling-section {
  padding-block: 3%;
}
.textscrolling-wrapper {
  color: #0b2d0e;
  overflow-x: hidden;
}
.textscrolling-parent {
  display:flex;
  width: max-content;
}
.textscrolling-child {
  font-size: 5vw;
  color: #0b2d0e;
  padding-right: 60px;
  white-space: nowrap;
  line-height: normal;
  font-weight: 500;
}

/* 
================================
testimonial-section
================================
*/
.testimonial-section {
    background-color: #f1f2e7;
}
.testimonial-section .container {
	width: min(90%, 1200px);
	margin-inline: auto;
	padding-inline: 7.25vw;
}
.testimonial-section .swiper-slide {
    background-color: transparent;
}
.testimonial-wrap {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding-block-end: 4%;
}
.testimonial-slider-parent {
    display: grid;
    justify-items: center;
    color: rgb(0, 0, 0);
    padding-inline: 80px;
    padding-block-end: 70px;
}
:nth-child( 1 of .testimonial-slider-child ) img {
    border-radius: 50%;
    width: 150px;
}
:nth-child( 2 of .testimonial-slider-child ) {
    margin-block: 1vw;
    font-size: 18px;
    text-align: center;
}
:nth-child( 3 of .testimonial-slider-child ) {
	margin-block-end: 1vw;
  color: #10512a;
}
:nth-child( 3 of .testimonial-slider-child ) img {
	 width: 150px;
}
:nth-child( 4 of .testimonial-slider-child ) {
	font-size: 22px;
}
:nth-child( 5 of .testimonial-slider-child ) {
	font-size: 18px;
}

.testimonial-section .swiper-button-next, .testimonial-section .swiper-button-prev {
	position: absolute;
	top: unset;
	bottom: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	color: #0b2d0e;
	display: none; 
	transition: all 0.3s;
}

.testimonial-section .swiper-button-next:after, .testimonial-section .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size-no-use, 25px);
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.testimonial-section .swiper-button-prev, .testimonial-section .swiper-rtl .swiper-button-next {
	left: 2%;
	right: auto;
}

.testimonial-section .swiper-button-next, .testimonial-section .swiper-rtl .swiper-button-prev {
	right: 2%;
	left: auto;
}
.testimonial-section .testimonial-wrap:hover  .swiper-button-next, .testimonial-section .testimonial-wrap:hover .swiper-button-prev {
	display: block;
}

@media (max-width: 767px) {
	.testimonial-slider-parent {
		padding-inline: 0px;
		padding-block-end: 70px;
	}
}

/*
==================================================================
Footer
==================================================================
*/

footer {
	background-color: #0b2d0e;
	color: white;
}

footer > section.main-footer {
	padding: 4% 0;
}

.main-footer div .footer-child h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	border-bottom: 0;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 17px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 15px;
}

.main-footer div .footer-child:not(:first-child) h1 {
	border-bottom: 2px solid #ffffff;
}

.main-footer ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.main-footer ul li {
	padding: 0;
	margin: 10px 0;
	line-height: 28px;
}

.main-footer ul li a,
  .main-footer a {
	text-decoration: none;
	color: var(--white-color, white);
	transition: all 0.5s;
	font-size: 15px;
}

.main-footer ul li a:hover {
	color: #bfef1e;
}

.main-footer > div {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 40px;
}

.main-footer > div > div:nth-child(1) {
	grid-column: 1 / 5;
}

.main-footer > div > div:nth-child(2) {
	grid-column: 6 / 8;
}

.main-footer > div > div:nth-child(3) {
	grid-column: 8 / 11;
	justify-self: center;
}

.main-footer > div > div:nth-child(4) {
	grid-column: 11 / 14;
	justify-self: end;
}

.footer-addres-child {
	text-align: justify;
}

.footer-social ul {
    display: flex;
    justify-content: start;
    gap: 1.5rem;
    margin-block-start: 20px
}

.footer-social a {
    font-family: 'Jost';
    color: #282828;
    text-decoration: none;
    font-size: 15px;
}

.footer-social svg {
    display: block;
    height: 1.5rem;
    fill: #ffffff;
    max-width: 2.5rem;
}
@media (max-width: 991.98px) {
	.main-footer > div > div:nth-child(1) {
		grid-area: 1 / 1 / span 1 / span 6;
	}

	.main-footer > div > div:nth-child(2) {
		grid-area: 1 / 7 / span 1 / span 6;
	}

	.main-footer > div > div:nth-child(3) {
		grid-area: 2 / 1 / span 1 / span 6;
		justify-self: stretch;
	}

	.main-footer > div > div:nth-child(4) {
		grid-area: 2 / 7 / span 1 / span 6;
		justify-self: stretch;
	}
}

@media (max-width: 575.98px) {
	.main-footer > div {
		grid-column-gap: 0px;
	}

	.main-footer > div > div:nth-child(1) {
		grid-area: 1 / 1 / span 1 / -1;
	}

	.main-footer > div > div:nth-child(2) {
		grid-area: 2 / 1 / span 1 / -1;
	}

	.main-footer > div > div:nth-child(3) {
		grid-area: 3 / 1 / span 1 / -1;
	}

	.main-footer > div > div:nth-child(4) {
		grid-area: 4 / 1 / span 1 / -1;
	}
}

.copyright {
	padding: 0 0 40px;
	color: #fff;
}

.copyright .copyright-wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: minmax(20px, auto);
	align-items: center;
	padding-top: 40px;
	border-top: 3px solid #ffffff;
}

.copyright .copyright-wrapper div:first-child {
	color: #ffffff;
	font-size: 16px;
}

.copyright .copyright-wrapper div:last-child {
	justify-self: end;
	display: flex;
	gap: 5px;
}

.copyright .copyright-wrapper div:last-child div {
	background-color: #fff;
}

.copyright .copyright-wrapper div:last-child img {
	width: 45px;
	height: auto;
}

@media (max-width: 992px) {
	.copyright .copyright-wrapper {
		grid-template-columns: repeat(1, 1fr);
		place-items: center;
		text-align: center;
	}

	.copyright .copyright-wrapper div:last-child {
		justify-self: center;
	}
}
  
/* ------------------------Footer------------------------ */
  

/* 
  body {
  font-family:Arial, sans-serif;
  overflow-x:hidden;
}

.section{
  height:220vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.marquee{
  width:100%;
  overflow:hidden;
}

.track{
  display:flex;
  width:max-content;
}

.item{
  font-size:70px;
  color:#ff0303;
  padding-right:60px;
  white-space:nowrap;
  line-height: normal;
} */





  /* body {
  font-family:Arial, sans-serif;
  overflow-x: hidden;
} */

/* .section {
  height:220vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.textscrolling-wrapper {
  width: 100%;
  overflow:hidden;
}

.textscrolling-parent {
  display:flex;
  width: max-content;
}

.textscrolling-child {
  font-size: 5vw;
  color: #0b2d0e;
  padding-right: 60px;
  white-space: nowrap;
  line-height: normal;
  font-weight: 500;
} */