* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;

}

:root{
  --whitesmoke: #F3F0E6;
  --ligtblack: #454545;
}

/* common style start */
@font-face {
  font-family: p-regular;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: p-semi;
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: p-medium;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: mp-medium;
  src: url(../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf);
}

@font-face {
  font-family: mp-bold;
  src: url(../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.ttf);
}
@font-face {
  font-family: o-bold;
  src: url(../fonts/Onest-SemiBold.ttf);
}


.h1-style {
  font-size: 75px;
  /* font-weight: 500; */
  line-height: 84px;
  font-family: o-bold;
}

.h2-style {
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  font-family: o-bold;
  color: #0D3C00;
}

.h3-style {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  font-family: p-medium;
}

.p-style {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: p-regular;
  color: #454545;
}
a:hover{
  text-decoration: none;
}
.container {
  max-width: 1250px;
}

h1,
h2,
h3,
h4,
h5.h6,
p {
  padding: 0;
  margin: 0;
}

img {
  /* width: 100%; */
  max-width: 100%;
}

.row {
  margin: 0;
}

/* common style End */


/* home page started */
.hero-section {
  padding: 100px 0px;
  padding-top: 150px;
}
.hero-section h1{
  margin-bottom: 10px;
}

.hero-main {
  text-align: center;
}

.hero-main h1 {
  color: #0D3C00;
  padding-bottom: 10px;
}
.hero-main img{
  width: 100%;
}

.hero-main p {
  max-width: 930px;
  margin: auto;
  margin-bottom: 40px;
}

.hero-main img {
  margin-top: 40px;
}

.new-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: p-regular;
  background-color: #16A34A;
  color: white;
  padding: 12px 18px;
  padding-right: 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  text-decoration: none !important;
}

.new-btn:hover {
  color: white;
}

.new-btn:hover.new-btn::before {
  right: 13px;
  transition: all ease-in-out .3s;
}

.new-btn::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  transition: all ease-in-out .3s;

}

.new-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #BEE7CC;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  /* background-color: #BEE7CC; */
  /* z-index: 1; */
}

.about-section {
  padding: 100px 0px;
  background-color: white;
  overflow: hidden;
}

.about-main h2 {
  margin-bottom: 80px;
  color: #0D3C00;
  text-align: center;
}

.a-boxes {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-right: 10px;

}

.a-box {
  display: flex;
  gap: 20px;
}

.a-boxes img {
  width: 50px;
}
.a-left{
  width: 50px;
}
.a-right{
  width: 80%;
}

.a-boxes h3 {
  color: #0D3C00;
}

.about-image {
  position: relative;
  padding-left: 10px;


}

.a-img {
  width: 100%;
  z-index: 11;
  position: relative;
}

.about-image::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  margin: auto;
  width: 99%;
  height: 99%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #BEE7CC;
  /* z-index: -1; */
}

.a-text1 {
  color: #0D3C00;
  background-color: #BEE7CC;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: p-medium;
  border: 1px solid #0D3C00;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  position: absolute;
  bottom: 160px;
  left: -20px;
  z-index: 11;
}

.a-text2 {
  color: #0D3C00;
  background-color: #BEE7CC;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: p-medium;
  border: 1px solid #0D3C00;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  position: absolute;
  bottom: 105px;
  left: -20px;
  z-index: 11;
}

.a-text3 {
  color: #0D3C00;
  background-color: #BEE7CC;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: p-medium;
  border: 1px solid #0D3C00;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  position: absolute;
  bottom: 50px;
  left: -20px;
  z-index: 11;
}
.a-row{
  display: flex;
  gap: 30px;
  justify-content: center;
}
.a-wrap{
  width: 50%;
}
.a-wrap2{
  width: 46%;
  margin-right: auto;
}

/* tab start */
.achieve {
  padding-top: 100px;
  overflow: hidden;
  padding-bottom: 20px;
}

.achieve-main {
  display: flex;
  justify-content: space-between;

}

.achieve-main .nav {
  flex-direction: column;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {}

.nav-link {}

.nav-tabs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 45%;
    /* border-bottom: 1px solid transparent !important; */
    border: none;
}

.nav-tabs h2 {
  margin-bottom: 10px;
}

.achieve-main .nav {
  flex-direction: column;
}

.achieve-main .nav-item {
  border: 1px solid #0D3C00;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  /* padding: 20px; */
  position: relative;
  background-color: #F3F0E6;
  /* cursor: pointer; */
}
.accordion-item{
  /* cursor: pointer; */
}

.achieve-main .nav-item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  margin: auto;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 10px;
  background-color: #BEE7CC;
  z-index: -1;
}

.achieve-main .nav-link {
  width: 100%;
  text-align: left;
  transition: all ease-in-out .3s;
  background-color: transparent;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  font-family: p-medium;
  color: #16A34A;
  padding: 20px;
  cursor: pointer;

}

.achieve-main .nav-link.active {
  transition: all ease-in-out .3s;
  background-color: transparent;
  border: none;
  outline: none;
  color: #16A34A;

}

.achieve-ul {
  margin-left: 40px;
}

.achieve-ul li {
  list-style: disc;
  color: #454545;
}

.achieve-main .accordion-item-body {
  padding: 0px 20px;
  padding-bottom: 50px;
}

.achieve-main .accordion-item-body-content {
  padding-bottom: 10px;
}

.tab-first {
  margin-bottom: 10px;
  color: #16A34A;
}

.achieve-main .title {}

.tab-content {
  width: 50%;
}

/* tab End */

/* background section start   */

.why-us {
  padding: 100px 0px;
  position: relative;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.why-us-main {
  display: flex;
  gap: 150px;
  position: relative;
  z-index: 11;
}

.why-left {
  max-width: 210px;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;

}

.why-left h2 {
  color: white;
}

.why-right {
  display: flex;
  gap: 25px;
  width: 70%;
  align-items: start;
}

.why-box {
  border: 1px solid #F3F0E6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  padding: 48px 12px;
  width: 25%;
  color: white;
  transition: all ease-in-out .3s;

}
.why-box:hover{
  margin-top: -10px;
}

.why-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 60, 0, 0.9);
}

.why-box h3 {
  line-height: 36px;
}

.why-box img {
  width: 90px;
  margin-bottom: 16px;
}

/* background section End   */


/* real-time start */

.real-time {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}

.r-time-bg {
  position: absolute;
  bottom: 170px;
  right: 50%;
  z-index: -1;

}
.r-time-bg img{
  max-width: none;
}

.r-time-main {
  display: flex;
  justify-content: space-between;
  /* position: relative; */

}

.r-left {
  max-width: 510px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.r-left a {
  margin-top: 20px;
}

.r-right {
  width: 50%;
  padding: 25px;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.r-right::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  margin: auto;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #BEE7CC;
  z-index: -1;
}

.r-box {
  display: flex;
  align-items: start;
  gap: 20px;
}

.r-box img {
  width: 190px;
}

.r-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.r-box h3 {
  color: #16A34A;
}

.r-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.r-content ul {
  padding-left: 20px;
}

.r-content ul li {
  list-style: decimal;
  font-size: 16px;
  font-weight: 400;
  font-family: p-regular;
  line-height: 25px;
  color: #454545;
}
/* real-time End */


/* exist start  */

.exist {
padding: 100px 0px;
}

.exist-main {}

.exist-main h2 {
  text-align: center;
  margin-bottom: 80px;
}

.exist-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
}

.exist-boxes img {
  width: 50px;
}

.exist-boxes h3 {
  color: #16A34A;
}

.e-box1 {
  grid-area: 1 / 1 / 2 / 2;
  border: 1px solid #0D3C00;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 18px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  position: relative;
  background-color: #F3F0E6;
}

.e-box1 img {
  width: 60px;
  margin: -5px 0px;
}

.e-box2 {
  grid-area: 1 / 2 / 2 / 3;
  border: 1px solid #0D3C00;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 18px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  position: relative;
  background-color: #F3F0E6;
}

.e-box3 {
  grid-area: 1 / 3 / 2 / 4;
  border: 1px solid #0D3C00;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 18px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  position: relative;
  background-color: #F3F0E6;
}

.e-box1::after,
.e-box2::after,
.e-box3::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  margin: auto;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #BEE7CC;
  z-index: -1;
}

.exist-boxes ul {
  margin-left: 30px;
}

.exist-boxes ul li {
  list-style: disc;
  color: #454545;
  padding: 2px 0px;
}

/* exist End  */


/* Superior start  */

.Superior {
  padding: 100px 0px;
  background-color: white;
}

.Superior h3 {
  color: #16A34A;
}

.Superior-main h2 {
  text-align: center;
  margin-bottom: 80px;
}

.s-boxes {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
}

.s-box:nth-child(2n) {
  margin-top: 50px;
}

.s-box {
  width: 25%;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 30px;
  background-color: #F3F0E6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.s-box img{
  width: 100%;
}

.s-content {
  padding: 20px;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
}

/* Superior End */

/* book start  */
.earth {
  padding: 100px 0px;
  padding-bottom: 250px;
}

.earth-main {}

.earth-main h2 {
  text-align: center;
  max-width: 1150px;
  margin: auto;
  margin-bottom: 80px;
}

.book-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px 250px;
  position: relative;
}
.book-box h3{
  color: #16A34A;
}
.e-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 360px;
  height: 350px;
  z-index: 1;
}

.book {
  width: 50%;
  padding-left: 24px;
  padding-right: 65px;
}

.b-1 {
  padding-bottom: 210px;
  padding-top: 50px;
  border: 1px solid #0D3C00;
  border-radius: 30px;
  position: relative;
  background-color: #F3F0E6;

}

.b-1::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  margin: auto;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #BEE7CC;
  z-index: -1;
}

.b-2 {
  padding-bottom: 210px;
  border: 1px solid #0D3C00;
  padding-top: 50px;
  border-radius: 30px;
  margin-left: -1px;
  position: relative;
  background-color: #F3F0E6;
}
.b-2::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  margin: auto;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #BEE7CC;
  z-index: -1;
}

.b-3 {
  padding-top: 180px;
  padding-bottom: 50px;
  border: 1px solid #0D3C00;
  border-radius: 30px;
  margin-top: -1px;
  position: relative;
  background-color: #F3F0E6;
}
.b-3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  margin: auto;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #BEE7CC;
  z-index: -1;
}

.b-4 {
  padding-top: 180px;
  padding-bottom: 50px;
  border: 1px solid #0D3C00;
  border-radius: 30px;
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
  background-color: #F3F0E6;
}
.b-4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  margin: auto;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #BEE7CC;
  z-index: -1;
}

/* book End */

/* footer start  */

footer{
  padding-top: 70px;
  background-color: #0D3C00;
  position: relative;
}
footer::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(22,163,74,0) 0%,rgba(22,163,74,1) 100%);
  z-index: -1;

}
.footer-main{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.footer-top{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 40px;
  width: 50%;
}
.ftr-form{
  width: 50%;
}
footer ul{
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 50px;
  width: 66%;
}
footer ul li{
  list-style: none;
}
footer a:hover{
  text-decoration: none;
}
footer a p{
  color: #F3F0E6 !important;
}
.footer-middle{
  /* margin-top: 50px; */
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
.f-left{
  max-width: 400px;
}
.f-left p{
  color: #F3F0E6 !important;
  margin-bottom: 15px;
}
.f-right{
  display: flex;
  gap: 34px;
}
.social{
  width: 25px;
  height: 25px;
}
.f-bottom{
padding: 50px 0px;
  margin-top: 40px;
  text-align: center;
  border-top: 1px solid #16A34A ;
  width: 100%;

}
.copy-p{
  color: #F3F0E6 ;
  opacity: 50%;
}
footer a:hover{
  opacity: .6;
  transition: all ease-in-out .3s;
  
}

.c-form{
  padding: 50px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #BEE7CC;
  margin-top: -220px;
}
.c-form .nav-btn{
  outline: none;
  margin-left: 0px;
  border: 1px solid white;
  cursor: pointer;
}
.c-form .nav-btn::before{
  /* display: none; */
}
.c-form .nav-btn::after{
  /* display: none; */
  border: 4px solid white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.form-control{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0D3C00;
  outline: none;
  color: #0D3C00;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: p-regular;
  border-radius: 0px;
}
.form-control:focus{
  color: #0D3C00;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0D3C00;
    /* border-color: white !important; */
    outline: 0;
    box-shadow: none;
}
.c-form textarea{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0D3C00;
  outline: none;
  color: #0D3C00;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: p-regular;
  border-radius: 0px;
  width: 100%;
  padding: 0.375rem 0.75rem;
}
.c-form textarea:focus{
  color: #0D3C00;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0D3C00;
    /* border-color: white !important; */
    outline: 0;
    box-shadow: none;
}
.form-control::placeholder{
  color: #0D3C00;
}
.c-form textarea::placeholder{
  color: #0D3C00;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
/* footer End  */
/* home page End */



