@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;

  text-decoration: none;
  font-style: normal;
}

button {
  border: none;
}

a:hover,
a:focus,
button:focus,
input:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  text-decoration: none;
}

:focus-visible {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
  color: inherit;
}

figure {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

a {
  cursor: pointer;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

b,
strong {
  font-weight: normal;
}

:root {
  --primary_font: "Aeonik_Regular";
  --ttle_font: "Aeonik_Medium";
  --transtn: 400ms all ease-in-out;

  --white: #fff;
  --btn_wht: #f6f5ff;
  --primary_clr: #353b67;
  --ttle_clr: #0b0927;
  --ttle_clr_2: #8c82fc;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(20 20 20 / 70%);
  font-weight: normal;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
}

h1 {
  font-size: 50px;
  line-height: 50px;
  color: #141414;
  font-weight: 300;
}

h2 {
  font-size: 50px;
  line-height: 50px;
  color: #141414;
  font-weight: 300;
  margin-bottom: 20px;
}

.site_btn {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 5px 25px;
  height: 50px;
  min-width: 140px;
  position: relative;
  background-color: #517e1d;
  border-radius: 25px;
  border: 1px solid #517e1d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 10px 9.5px rgba(34, 34, 34, 0.28));
  background-color: #517e1d;
  transition: all 0.6s ease;
}

.site_btn span {
  position: relative;
  z-index: 2;
}

.site_btn:after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 25px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.6s ease;
}

.site_btn:hover:after {
  transform: scale(1);
  transition: all 0.6s ease;
}

.site_btn:hover {
  color: #517e1d;
}

.sml_titl {
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #517e1d;
  font-weight: 700;
  margin-bottom: 15px;
}

h1 span {
  color: #517e1d;
  font-weight: 700;
  display: inline;
}

h2 span {
  color: #517e1d;
  font-weight: 700;
  display: inline;
}

/* hesder-----------start */
.hdr_sec ul.navbar-nav {
    justify-content: flex-end;
}

.hdr_sec ul.navbar-nav li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  transition: all 0.6s ease;
}

.hdr_sec ul.navbar-nav li:not(:first-child) {
  margin-left: 40px;
}

.hdr_sec ul.navbar-nav li a:after {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
  content: "";
  transform: scale(0);
  transition: all 0.6s ease;
}

.hdr_sec ul.navbar-nav li a:hover:after {
  transform: scale(1);
}

.hdr_sec {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 20px 0px;
}

/* about_header */
.hdr_sec.abou_hed {
  box-shadow: 5.248px 6.038px 6px rgba(34, 34, 34, 0.06);
  background-color: #ffffff;
  padding: 10px 0px;
}

.hdr_sec.abou_hed ul.navbar-nav li a {
  color: #5a5f66;
}

.hdr_sec.abou_hed ul.navbar-nav li a:after {
  background-color: #517d1d;
}

.hdr_sec.abou_hed ul.navbar-nav li a:hover {
  color: #517d1d;
}

/* header-----------end */

/* banner-----sec */
.banner_sec {
  position: relative;
  display: flex;
}

.banner_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 130px;
}

.banner_image_wrap {
    width: 100%;
    position: relative;
    height: 630px;
}

.ban_right {
  background: #f4fcf2;
  width: 40%;
  flex: 0 0 auto;
  position: relative;
}

.bannaer_whol_wrap {
  width: 60%;
  flex: 0 0 auto;
  position: relative;
}

.bannaer_whol_wrap:before {
  content: "";
  width: 68%;
  height: 19%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(#000000c7, #0000);
}

.ban_right:after {
  background-image: url(../images/bann_after.png);
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: unset;
  position: absolute;
  bottom: 0;
  left: 58%;
  z-index: 2;
}

.cn_wrp {
  max-width: 410px;
  position: relative;
  z-index: 3;
}

.cn_wrp p {
  margin-top: 20px;
}

.ban_butt {
  margin-top: 20px;
}

.banner_logo {
  right: -72%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: drop-shadow(0px 15px 30px rgba(60, 84, 110, 0.15));
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 80px;
  z-index: 2;
  text-align: center;
}

/* logo--sec---start---------- */
.logo_sec ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*margin: 0px -20px;*/
  margin: 0px -9px;
}

.logo_sec ul li {
  width: 16.66%;
  flex: 0 0 auto;
  /*padding: 0px 20px;*/
  padding: 0px 5px;
  margin-bottom: 15px;
}

.logo_sec ul li a {
  /*width: 201px;*/
  /*height: 201px;*/
   width: 180px;
  height: 180px;
  border-radius: 101px;
  filter: drop-shadow(0px 15px 30px rgba(60, 84, 110, 0.15));
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_sec {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

/* logo----------sec--------------end */

/* about-----------start */
.about_sec_wrap {
  margin-top: -15px;
}

.about_img_wrap {
    -webkit-mask-image: url(../images/k-shape.png);
    mask-image: url(../images/k-shape.png);
    mask-repeat: no-repeat;
    mask-size: 74% 100%;
    -webkit-mask-size: 100% 100%;
    width: 100%;
}

.about_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_img_wol_wrap {
  position: relative;
  left: -127px;
  bottom: 0px;
  z-index: 2;
}

.about_sec_wrap .row {
  align-items: center;
}

.about_butt {
  margin-top: 25px;
}

.green_perti {
    position: absolute;
    bottom: 0;
    right: -178px;
    height: 385px;
    z-index: -1;
}

/* about_-----------end */
/* contact us sec start */

.contact_sec {
  background-color: #f9fdf8;
  padding-top: 80px;
  padding-bottom: 73px;
  position: relative;
  z-index: 3;
}

.contact_sec .cntctus_wrp {
  max-width: 350px;
  padding-top: 21px;
}

.cntctus_wrp h6 {
  margin-bottom: 4px;
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 30px;
  text-transform: uppercase;
  color: #517e1d;
  font-weight: 700;
}

.cntctus_wrp h2 {
  padding-bottom: 38px;
  position: relative;
}

.cntctus_wrp h2::after {
  content: "";
  position: absolute;
  background: url("../images/green_line.png");
  left: 0;
  bottom: 0;
  width: 137px;
  height: 2px;
}

.cntctus_wrp ul {
  margin-top: 33px;
}

.cntctus_wrp ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.cntctus_wrp ul li span {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #517e1d;
  margin-right: 10px;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
}

.cntctus_wrp ul li span img {
  transition: 0.4s all ease-in-out;
}

.cntctus_wrp ul li span:hover {
  background-color: #517e1d;
}

.cntctus_wrp ul li span:hover img {
  filter: brightness(0) invert(1);
}

.cntctus_wrp ul li a {
  font-size: 15px;
  color: #141414;
  font-weight: 400;
}

.fld_wrp {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.cmn_box {
  width: 48%;
  outline: none;
  border: none;
  padding: 9px 0 7px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  margin-right: 12px;
  font-size: 16px;
  line-height: 55px;
  color: rgba(68, 81, 94, 0.8);
  font-weight: 500;
  background-color: transparent;
}

.prt_twobx {
  margin-right: -12px;
}

.fld_wrp select {
  width: 100%;
  padding: 0 19px 0 19px;
  font-size: 16px;
  line-height: 55px;
  color: rgba(68, 81, 94, 0.8);
  font-weight: 500;
  border-radius: 5px;
  background-color: transparent;
  /* background-color: rgb(0, 0, 0,0.180); */
  border: 1px solid rgb(0, 0, 0, 0.18);
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  background-image: url("../images/dropdowm_arrw.png");
  background-position: top 21px right 24px;
  background-repeat: no-repeat;
  background-size: 15px;
  cursor: pointer;
  font-family: "Manrope";
}

.fld_wrp #u_msg {
  resize: none;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #517e1d;
  padding: 21px 17px;
  font-size: 16px;
  color: #44515e;
  font-weight: 400;
  line-height: 26px;
}

input[type="submit"]:hover {
  background-color: transparent;
  color: #517e1d;
  border: 1px solid #517e1d;
}

.cntct_frm {
  padding-left: 35px;
}

/* contact us sec end */

/* about----------------------------start */

/* start banner_sect */
.banner_sect {
  width: 100%;
  position: relative;
  background-color: #f5fcf3;
  padding-top: 70px;
}

.ban_content_sect {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banimg {
  width: 50%;
  position: relative;
  margin-left: auto;
}

.banimg img {
  width: 100%;
}

.banimg::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 265px;
  background: url(../images/bansheap.png) no-repeat;
  background-size: 100% 100%;
}

.ban_content_sect h1 {
  font-size: 60px;
}

/* end banner_sect */

/* start aboutdetailssect */
.aboutdetailssect {
  width: 100%;
  position: relative;
  padding: 95px 0px;
}

.aboutdetailssect h2 {
  font-size: 45px;
  margin-bottom: 40px;
}

.aboutdetailssect p {
  font-size: 16px;
  line-height: 26px;
  color: #5a5f66;
  font-weight: 400;
}

.aboutdetailssect .site_btn {
  margin-top: 50px;
}

.maxcont p {
  max-width: 520px;
}

/* end aboutdetailssect */

/* service_sec */
.servi_wrap_sec {
  background-color: #edf2e8;
  padding: 60px 0px;
}

.servi_list_wrap {
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 45px;
}

.servi_list_wrap ul {
  display: flex;
  justify-content: center;
  max-width: 590px;
  margin: auto;
  margin: 0px -15px;
  flex-wrap: wrap;
}

.servi_list_wrap ul li {
  width: 50%;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0px 15px;
  height: auto;
  margin-bottom: 15px;
}

.ser_text_wrap {
  padding: 30px 11px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 28px;
  height: 100%;
}

.ser_text_wrap span {
  height: 45px;
  margin-bottom: 20px;
}

.ser_text_wrap span img {
  height: 100%;
}

.ser_text_wrap h4 {
  font-size: 20px;
  line-height: 26px;
  color: #090d17;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.ser_text_wrap p {
  color: #5a5f66;
  font-weight: 400;
  text-align: center;
}

.service_heading {
  text-align: center;
}

/* service_end */

/* about---------------------end */

/* footer------------start */
.main_footer {
  background-color: #141414;
  position: relative;
  z-index: 3;
}

.upper_footer {
  padding: 60px 0px;
}

.foot_logo_wrap p {
  font-size: 14px;
  line-height: 23px;
  color: rgb(255 255 255 / 90%);
  font-weight: 300;
  max-width: 246px;
  text-align: center;
}

.foot_logo {
  text-align: center;
  max-width: 250px;
  margin-bottom: 15px;
}

.foot_link h5 {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 10px;
}

.foot_link ul li a {
  font-size: 15px;
  line-height: 35px;
  color: rgb(255 255 255 / 80%);
  font-weight: 500;
  position: relative;
}

.foot_link ul li a:after {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
  content: "";
  transform: scale(0);
  transition: all 0.6s ease;
}

.foot_link ul li a:hover:after {
  transform: scale(1);
}

.foot_link ul li a span {
  margin-right: 10px;
}

.foot_link_3 {
  padding-left: 50px;
}

.lower_footer p {
  opacity: 0.851;
  font-size: 14px;
  line-height: 18px;
  color: rgb(255 255 255 / 85%);
  font-weight: 500;
  font-family: "Manrope";
}

.lower_footer_wrap {
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid #ffffff24;
}

/* footer------------end */

/* 26-11-24 */
.about_text {
  position: relative;
  z-index: 2;
}
/* 26-11-24 */

/* 27-11-24 */
ul.ser_wrap_three li {
  width: 33.33%;
}
ul.ser_wrap_three {
  max-width: 1000px;
}

ul.ser_wrap_more_three {
  max-width: 100%;
}

ul.ser_wrap_more_three li {
  width: 25%;
}
/* 27-11-24 */
