@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

.jost {

  font-family: "Jost", sans-serif;

  font-optical-sizing: auto;

  font-weight: 400;

  font-style: normal;

}

:root {

  --primer: #5EBE5B;

  --secondary: #39AC59;

  --black: #242424;

  --white: #ffffff;

  --bg-primary: #39AC59;

  --bg-secondary: #008287;

  --bg-light-green: #F0FFF0;

  --bg-dark-green:#0F7E2E;

}

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



Primary style



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

*, *::before, *::after {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

  font-optical-sizing: auto;

  font-family: var(--font-jost);

}

body {

  font-size: 1.125rem;

  color: var(--black);

  background-color: #ffffff;

  font-optical-sizing: auto;

  font-family: "Jost", sans-serif;

  font-weight: 400;

  color: #242424;

}

a {

  text-decoration: none;

  color: var(--secondary);

}

a:hover {

  color: var(--black);

}

input {

  font-size: 1.6rem;

}

input[type="search"]::-ms-clear {

  /* removes close icon - IE */

  display: none;

}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {

  display: none;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {

  display: block;

}

ol, ul {

  list-style: none;

  margin: 0px;

  padding: 0px;

}

blockquote, q {

  quotes: none;

}

blockquote:before, blockquote:after, q:before, q:after {

  content: '';

  content: none;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}

.btn-primary {

  font-size: 1.625rem;

  font-weight: 500;

  color: var(--primer);

  background: var(--black);

  border-color: var(--black);

  border-radius: 100px;

  padding: 6px 30px 6px 30px;

  text-align: left;

}

.btn-primary:hover {

  color: #fff;

  background-color: var(--primer);

  border-color: var(--primer);

}

.btn-primary:focus {

  color: #fff;

  background-color: var(--primer);

  border-color: var(--primer);

  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, .2);

}

.btn-primary:active {

  color: #fff;

  background-color: var(--primer) !important;

  border-color: var(--primer) !important;

}

h1 {

  font-size: 2.6rem;

  line-height: normal;

  margin: 0px;

  font-weight: 500;

  padding: 0px 0px 15px 0px;

}

h2 {

  font-size: 4rem;

  line-height: 4.2rem;

  font-weight: 700;

  margin: 0px;

  padding: 0px 0px 15px 0px;

  color: var(--night-blue);

  text-transform: uppercase;

}

h3 {

  font-size: 3rem;

  line-height: 4rem;

  margin: 0px;

  font-weight: 700;

  padding: 0px 0px 15px 0px;

  color: var(--night-blue);

  text-transform: uppercase;

}

h4 {

  font-size: 1.875rem;

  line-height: 2.3rem;

  font-weight: 500;

  margin: 0px;

  padding: 0px 0px 15px 0px;

  color: var(--night-blue);

}

h5 {

  font-size: 1.438rem;

  font-weight: 500;

  color: var(--night-blue);

}

h6 {

  font-size: 1rem;

  color: #707070;

  font-weight: 400;

}

p {

  margin: 0px;

  padding: 0px 0px 20px 0px;

}

section {

  padding: 0px 0px;

  margin: 0px;

}

main {

  padding: 0px 0px 0px 0px;

}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {

  color: var(--primer);

}

.bullet-point ul li{

	margin: 0px 0px 6px 20px;

	padding: 0px;

	list-style: disc;

}

@media (min-width: 1400px) {

  /*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

    max-width:1400px;

  }*/

}

.light-link a {

  text-decoration: none;

  color: var(--white);

}

.light-link a:hover {

  color: var(--black);

}

/* -------------- nav-menu-block -------------- */

.nav-menu {

  padding: 20px 0px;

  position: fixed;

  width: 100%;

  z-index: 9999;

  transition: all .4s;

	background: #ffffff !important;

}

@media (max-width:34em) {

  .nav-menu {

    background: #ffffff !important;

    padding: 10px 0px;

  }

  .navbar-brand {

    max-width: 180px !important;

	  margin-left: -15px!important;

  }

}

.custom-navbar {

  padding-top: 10px;

  padding-bottom: 10px;

  background-color: #ffffff !important;

  position: fixed;

}

.navbar-nav .nav-link:hover {

  color: var(--white);

  background: var(--primer);

}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {

  color: var(--white);

  background: var(--primer);

}

.navbar-brand {

  max-width:300px;

	    margin-left: -45px;

}

@media (min-width: 1200px) {

  .navbar-expand-xl .navbar-nav .nav-link {

    padding-right: 1rem;

    padding-left:  1rem;

	border:1px solid #ffffff;

  }

}

/* -------------- ani-lr-block -------------- */

.ani-lr {

  width: 100%;

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  flex-wrap: nowrap;

  overflow: hidden;

}

.ani-lr .item {

  min-height: 500px;

  flex: 1;

}

.ani-lr .item:last-of-type {

  margin-right: 0;

}

.ani-lr:nth-of-type(odd) {

  flex-direction: row-reverse;

}

.ani-lr .display-4 {

  width: 80px;

}

.photo {

  width: 100%;

  height: 100%;

  position: relative;

}

.photo h3 {

  position: absolute;

  bottom: 50px;

  left: 100px;

  z-index: 20;

  color: var(--white);

}

.photo:after {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  display: inline-block;

  background: rgb(0, 130, 135);

  background: -moz-linear-gradient(190deg, rgba(0, 130, 135, 0) 0%, rgba(0, 130, 135, 1) 90%);

  background: -webkit-linear-gradient(190deg, rgba(0, 130, 135, 0) 0%, rgba(0, 130, 135, 1) 90%);

  background: linear-gradient(190deg, rgba(0, 130, 135, 0) 0%, rgba(0, 130, 135, 1) 90%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008287", endColorstr="#008287", GradientType=1);

}

.itemTwo .photo:after {

  background: rgb(57, 172, 89);

  background: -moz-linear-gradient(190deg, rgba(57, 172, 89, 0) 0%, rgba(57, 172, 89, 1) 100%);

  background: -webkit-linear-gradient(190deg, rgba(57, 172, 89, 0) 0%, rgba(57, 172, 89, 1) 100%);

  background: linear-gradient(190deg, rgba(57, 172, 89, 0) 0%, rgba(57, 172, 89, 1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#39ac59", endColorstr="#39ac59", GradientType=1);

}

.comp-info {}

.pga-card-info {

  padding: 100px 100px;

  color: var(--white) !important

}

.pga-card-info p {

  color: var(--white) !important

}

.comp-info .itemOne {

  background: var(--bg-secondary);

}

.comp-info .itemTwo {

  background: var(--bg-primary);

}

.comp-info .itemThree {

  background: var(--bg-secondary);

}

/* small screen */

@media only screen and (max-width: 1024px) {

.pga-card-info {

    padding: 50px 50px 50px 50px;

    color: var(--white) !important

  }

}

@media only screen and (max-width: 600px) {

  .ani-lr {

    flex-direction: column;

  }

  .photo h3 {

    bottom: 0px;

    left: 30px;

  }

  .ani-lr:nth-of-type(odd) {

    flex-direction: column;

  }

  .ani-lr h1 {

    margin: 0;

  }

  .ani-lr .item {

    width: 100%;

    margin-bottom: 1em;

    flex: 1;

  }

  .ani-lr .item.photoHolder {

    padding: 0;

  }

  .ani-lr .item:last-of-type {

    margin-bottom: 0;

  }

  .photo {

    min-height: 40vh;

  }

  .ani-lr .item {

    min-height: inherit;

    flex: 1;

  }

  .pga-card-info {

    padding: 0px 30px 30px 30px;

    color: var(--white) !important

  }

}

/* -------------- jarallax-block -------------- */

.jarallax-keep-img {

  position: relative;

  z-index: 0;

}

.jarallax-keep-img > .jarallax-img {

  position: relative;

  display: block;

  max-width: 100%;

  height: auto;

  z-index: -100;

  opacity: 0;

	margin-top:0px!important;

	height: auto!important;

}

.jarallax {

  min-height: 600px;

}

.jarallax-keep-img.demo-float-left {

  margin-right: 15px;

  margin-left: -60px;

}

.jarallax-keep-img.demo-float-right {

  margin-left: 15px;

  margin-right: -60px;

}

@media screen and (max-width: 600px) {

  .jarallax-keep-img.demo-float-left, .jarallax-keep-img.demo-float-right {

    margin-right: 0;

    margin-left: 0;

    float: none;

  }

}

/* -------------- hero-block -------------- */

.hero {

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  min-height: 500px;

  height: calc(100vh - 300px);

}

.hero h3 {

   color: var(--white)

}

.hero.jarallax > .jarallax-img img, .hero.jarallax > .jarallax-container img {

  filter: blur(1px);

}

.hero-name {

  font-size: 20px;

  font-size: clamp(17px, 2vw, 20px);

  font-weight: 300;

  letter-spacing: 1.1em;

  letter-spacing: clamp(1em, 2vw, 1.1em);

  margin-bottom: 20px;

  text-transform: uppercase;

}

.hero + .demo-gap {

  min-height: 230px;

}

.text-center {

  text-align: center;

}

.jarallax > .jarallax-img, .jarallax > .jarallax-container, .jarallax-keep-img > .jarallax-container {

  /*opacity: 0.5;*/

}

/* buttons */

.buttons {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 10px;

}

* + .buttons {

  margin-top: 20px;

}

a.button {

  display: inline-block;

  text-decoration: none;

  font-size: 16px;

  font-weight: 500;

  text-align: center;

  padding: 12px;

  border-radius: 4px;

  min-width: 200px;

  background-color: #fff;

  color: #000;

  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease;

}

a.button:hover, a.button:focus {

  background-color: rgba(255, 255, 255, 0.8);

  transform: translateY(-2px);

}

a.button-outline {

  background-color: transparent;

  color: #fff;

  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);

}

a.button-outline:hover, a.button-outline:focus {

  background-color: transparent;

  box-shadow: inset 0 0 0 1px #fff;

}

/* gap */

.demo-gap {

  padding: 50px;

  overflow: hidden;

}

.demo-gap h1, .demo-gap h2, .demo-gap h3 {

  text-align: center;

}

.demo-gap .container {

  max-width: 800px;

  margin: 0 auto;

}

/* Demo Content */

.demo-content {

  padding: 80px;

}

/* Float */

.demo-float-left {

  float: left;

}

.demo-float-right {

  float: right;

}

/* Mobile */

@media screen and (max-width: 500px) {

  .demo-gap, .demo-content {

    padding: 50px 30px;

  }

}

/* -------------- Our-model-block -------------- */

.our-model {

  background: var(--bg-secondary);

  color: var(--white);

}

/* -------------- card-block -------------- */

.card-block {

  background: var(--bg-light-green);

}

.card-block .card {

  border: none;

}

.card-block h4 {

  font-weight: 400;

}

.card-block h4 span {

  font-weight: 700;

  font-size: 2.25rem;

}

.card-block .shadow {

  -webkit-box-shadow: 0px 10px 20px 3px rgba(5, 132, 0, 0.21) !important;

  -moz-box-shadow: 0px 10px 20px 3px rgba(5, 132, 0, 0.21) !important;

  box-shadow: 0px 10px 20px 3px rgba(5, 132, 0, 0.21) !important;

}

/* -------------- cta -------------- */

.cta {

  margin: 0px;

  padding: 0px;

}

.cta h2 {

  color: var(--black);

  text-transform: math-auto;

}

.cta h4 {

  color: var(--secondary);

}

/* -------------- card-block -------------- */

.team .card {

  box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);

  transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);

}

.team .card .card-title{ 

  color: var(--black); 

	font-size:2.2rem;

    line-height: 2.2rem;

    margin: 0px;

    font-weight: 700;

    padding: 0px 0px 15px 0px;

}



.team .card:hover {

  transform: scale(1.05);

}

.team .card .card-body{

  background: var(--bg-primary);

  color: var(--white);

	transition: 0.3s;

}

.team .card:hover .card-body{

  background: var(--bg-secondary);

  color: var(--white);

}



.team .card2 .card-body{

  background: var(--bg-secondary);

  color: var(--white);

	transition: 0.3s;

}



.team .card2 .card-title{ 

  color: var(--white); 

	font-size:2.2rem;

    line-height: 2.2rem;

    margin: 0px;

    font-weight: 700;

    padding: 0px 0px 15px 0px;

}



.team .card2:hover .card-body{

  background: var(--bg-primary);

  color: var(--white);

}





/* -------------- footer-block -------------- */ 



.our-story{

	background:var(--bg-dark-green);

	color: var(--white);

}



/* -------------- Privacy policy-block -------------- */





/* -------------- About Circle  -------------- */ 



/* about cricle  */

.mainCircleWrap {

  display: flex;

  justify-content: center;

  align-items: center; 

  margin: 0;

}



.circle-container {

  position: relative;

  width: 70vh;

  height: 70vh;

}



.mainCircle {

  position: absolute;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  color: white;

  text-align: center;

  cursor: pointer;

  transition: all 0.5s ease;

}



.mainCircle h4{

	font-size:1.3rem;

}



#circle1 {

  width: 30%;

  height: 30%;

  top: 35.5%;

  left: 35.5%;

  z-index: 4;

  background-color: #005D1A;

 

}

#circle1 h4{

  position: absolute;

  top: 43%;

}



#circle2 {

  width: 50%;

  height: 50%;

  top: 25%;

  left: 25%;

  z-index: 3;

  background-color: #009116;

  position: relative;

}

#circle2 h4{

  position: absolute;

  top: 9%;

}



#circle3 {

  width: 75%;

  height: 75%;

  top: 12.5%;

  left: 12.5%;

  z-index: 2;

  background-color: #00A32C;

  

}

#circle3 h4{

  position: absolute;

  top: 7%;

}

#circle4 {

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 1;

  background-color: #00CC35;

}

#circle4 h4{

  position: absolute;

  top: 5%;

}

.circle-text {

  pointer-events: none;

  display: none; /* Hide all circle texts initially */ font-size: 14px;

}



#circle1 .circle-text {

  display: block; /* Only display the first circle's text */

}



.active-circle {

  display: flex;

  justify-content: center;

  align-items: center;

  position: absolute;

  width: 0;

  height: 0;

  border-radius: 50%;

  color: white;

  text-align: center;

  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);

  overflow: hidden;

  z-index: 5;

  visibility: hidden;

  top: 50%; /* Center the active circle */

  left: 50%; /* Center the active circle */

  transform: translate(-50%, -50%);

 

}



.active-circle.active {

  width: 70vh;

  height: 70vh;

  visibility: visible;

  animation: expand 0.7s cubic-bezier(0.68, -0.55, 1.27, 1.55);

}



@keyframes expand {

  0% {

      width: 0;

      height: 0;

  }

  100% {

      width: 100vh;

      height: 100vh;

  }

}

.active-circle-content {

  text-align: center;

  padding: 35px;

}



.active-circle-icon {

  width: 90px;

  height: 90px;

}



.active-circle-title {

  font-size: 1.5em;

  margin-top: 10px;

	text-transform: uppercase;font-family: var(--font-jost);font-weight: bold;

}



.active-circle-text {

  margin-top: 10px;

}



.py-5s{

		    padding-top: 3rem !important;

    padding-bottom: 2rem !important;

}



#circle1 text.cls-3, #circle1 rect.cls-6 {

    opacity: 0;

}



#circle2 text.cls-3, #circle2 rect.cls-6 {

    opacity: 0;

}

#Circle3 text.cls-3, #Circle3 rect.cls-6 {

    opacity: 0;

}



#circl4 text.cls-3, #circl4 rect.cls-6 {

    opacity: 0;

}



#circle1:hover text.cls-3, #circle1:hover rect.cls-6 {

    opacity: 1;

}

#circle2:hover text.cls-3, #circle2:hover rect.cls-6 {

    opacity: 1;

}

#Circle3:hover text.cls-3, #Circle3:hover rect.cls-6 {

    opacity: 1;

}

#circl4:hover text.cls-3, #circl4:hover rect.cls-6 {

    opacity: 1;

}





/* -------------- About Circle  -------------- */ 



.privacy-policy{}





/* -------------- footer-block -------------- */

footer {

  background: var(--bg-primary);

  color: var(--white);

}

footer .nav-link {

  color: var(--white);

}

footer .list-inline-item {

  color: var(--white);

}

footer .list-inline-item .fs-10 {

  font-size: 2rem;

}

@media (max-width: 1200px) {

	.nav-link{padding:10px;}

}

@media (max-width: 1024px) {

	h1 {

  font-size: 2.6rem;

  line-height: normal;

}

h2 {

  font-size: 2rem;

  line-height: 2.3rem;

}

h3 {

  font-size: 1.7rem;

  line-height: 2rem;

}

h4 {

  font-size: 1.5rem;

  line-height: 2rem;

}

}

@media (max-width: 991px) {

	#circle1 text.cls-3, #circle1 rect.cls-6 {

    opacity: 1;

}



#circle2 text.cls-3, #circle2 rect.cls-6 {

    opacity: 1;

}

	#Circle3 text.cls-3, #Circle3 rect.cls-6 {

    opacity: 1;

}



#circl4 text.cls-3, #circl4 rect.cls-6 {

    opacity: 1;

}

	

}

@media (max-width: 769px) {

	

	footer .border{border:none!important;}

}





@media only screen and (min-width: 300px) and (max-width: 767px) {

	

	 

	.circle-container { 

    width: 93vw;

    height: 93vw;

}

	

	.mainCircle h4 {

		font-size: 0.8rem;}

		#circle1 h4 { 

    top: 30%;

}

	#circle2 h4 { 

    top: 4%;

}

	#circle3 h4 {

    position: absolute;

    top: 4%;

}

	

	rcle3 h4 {

    position: absolute;

    top: 3%;

}

	#circle4 h4 {

    position: absolute;

    top: 2%;

}

	.active-circle.active {

    width: 100%;

    height: 100%; 

    animation: expand 0s cubic-bezier(0.68, -0.55, 0.27, 1.55);

}

	

	

.active-circle-icon {

  width: 50px;

  height: 50px;

}

	.py-5s{

		    padding-top: 1.5rem !important;

    padding-bottom: 0.5rem !important;

}

text.cls-3 {

    opacity: 1;

}

 

	 

		

}





.newColor span{

	color: #38A034 !important;

}





.mainCircleGuiding, .active-circle-content{

	    cursor: pointer;

}



.active-circle-close{

	padding-top: 10%

	

}



.newUpdate{

	text-align: left !important;

	padding: 0!important;

}

 


#Path_907:hover{

  fill: #3b6a83

}

#Path_906:hover{

  fill: #3142a2

}

#Path_905:hover{

  fill: #488e37

}

#Path_903:hover{

  fill: #e8ae5f

}

#Path_904:hover{

  fill: #7AF2DF

}






.modal { 

    --bs-modal-margin: 10.5rem 0.5rem !important;

}



.modal-header {

    display: flex; 

    align-items: end !important;

}

.modal-header .close{

    border: none;

	background: none;

}

	

	