@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;
  z-index: -1;
}

.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;
  position: fixed;
  z-index: 99;
  width: 100%;
}

.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%;
}

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

.banner_image_wrap {
  width: 100%;
  position: relative;
}

.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;
  justify-content: space-between;
  margin: 0px -20px;
}

.logo_sec ul li {
  width: 20%;
  flex: 0 0 auto;
  padding: 0px 20px;
}

.logo_sec ul li a {
  width: 201px;
  height: 201px;
  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_img_wrap {
  -webkit-mask-image: url(../images/k-shape.png);
  mask-image: url(../images/k-shape.png);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.about_img_wol_wrap {
  position: relative;
  left: -127px;
  bottom: -12px;
  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;
}

/* 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;
}

.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;
}

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

.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 */

/* 21.11.24 dev-1 service start */
.offered_service.servi_wrap_sec {
  background-color: #fff;
  padding: 95px 0px;
}

.offered_service .servi_list_wrap {
  padding: 0px 15px;
}

.offered_service .servi_list_wrap ul {
  max-width: 100%;
  flex-wrap: wrap;
}

.offered_service .servi_list_wrap ul li {
  width: 25%;
  overflow: visible;
  position: relative;
}

.offered_service .servi_list_wrap ul li:last-child::before {
  display: none;
}

.offered_service .servi_list_wrap ul li:not(:nth-child(4n))::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(147, 147, 147, 0.3);
  right: 0;
  bottom: 0;
  z-index: 1;
}

.offered_service .servi_list_wrap ul li:nth-child(n + 5)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(147, 147, 147, 0.3);
  right: 0;
  top: 0;
  z-index: 1;
}

.offered_service .ser_text_wrap {
  padding: 30px 10px;
  border-radius: 0px;
  position: relative;
}

.offered_service .ser_text_wrap::after {
  content: "";
  width: 30px;
  height: 50px;
  position: absolute;
  background-color: #ffffff;
  z-index: 2;
  right: -30px;
  bottom: -25px;
}

.offered_service .ser_text_wrap p {
  line-height: normal;
}

.offered_service .ser_text_wrap h4 {
  margin-bottom: 15px;
}

/* seafty serction */
.sefty_sec {
  width: 100%;
  position: relative;
  background-color: #517d1d;
  z-index: 3;
}

.wave_wrp {
  width: 50%;
  margin-left: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

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

.wave_wrp::after {
  content: "";
  position: absolute;
  background: url("../images/upright_shape.png") no-repeat;
  height: calc(100% + 10px);
  width: 100%;
  max-width: 327px;
  top: -5px;
  left: 0;
  background-size: 100% 100%;
}

.fire_sfty_wrp {
  padding: 89px 0px 76px;
  position: relative;
}

.fire_sfty_wrp h6 {
  font-size: 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.fire_sfty_wrp h2 {
  font-size: 50px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 300;
  max-width: 380px;
  line-height: 60px;
}

.fire_sfty_wrp h2 span {
  font-weight: 700;
  color: #ffffff;
}

.fire_sfty_wrp p {
  max-width: 500px;
  font-size: 16px;
  line-height: 26px;
  color: #e6f7d2;
  font-weight: 400;
}

.sfty_boxs {
  max-width: 630px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.abt_box {
  width: 48%;
  margin-bottom: 20px;
  flex: 0 0 auto;
  padding: 28px 20px 30px 30px;
  border-radius: 10px;
  background-color: #517e1d;
  border: 1px solid #679038;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
}

.abt_box:hover {
  background-color: #ffffff;
}

.logo_wrp {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.logo_wrp img {
  transition: 0.4s all ease-in-out;
}

.box_txt h5 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  transition: 0.4s all ease-in-out;
}

.abt_box:hover .logo_wrp img {
  filter: invert(43%) sepia(17%) saturate(1692%) hue-rotate(46deg)
    brightness(94%) contrast(93%);
}

.abt_box:hover .box_txt h5 {
  color: #090d17;
}

/* service end */

/* service home start */
.banner_sect.home_bnr {
  margin-bottom: -13px;
}

.servic_bnr_txt {
  /* padding: 240px 0px 160px; */
  padding: 200px 0px 165px;
}

.home_bnr .banimg {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 55%;
}

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

.home_bnr .ban_content_sect {
  position: relative;
}

.ban_content_sect .servic_bnr_txt h1 {
  max-width: 480px;
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 60px;
  margin-bottom: 20px;
}

.servic_bnr_txt p {
  max-width: 397px;
  color: #141414;
  font-weight: 500;
}

.service_about .row {
  align-items: stretch;
}

.service_about .about_text {
  padding: 120px 0px 155px;
  position: relative;
  z-index: 2;
}

.service_about .about_text h2 {
  letter-spacing: -1px;
  line-height: 60px;
  font-size: 49px;
}

.service_about .about_text p {
  font-size: 16px;
  font-weight: 400;
  color: #5a5f66;
  max-width: 474px;
  line-height: 26px;
}

.service_about .about_img_wol_wrap {
  height: 100%;
  left: -140px;
  width: 110%;
}

.service_about .about_img_wrap {
  height: 100%;
}

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

.service_about .green_perti {
  position: absolute;
  bottom: 0px;
  right: -142px;
  height: 411px;
  /* transform: rotate(2deg); */
}

/* service home end */

/* 22.11.24 start */
.home_bnr.service_bnr .banimg {
  width: 50%;
}

.service_bnr .ban_content_sect .servic_bnr_txt h1 {
  font-size: 60px;
  margin-bottom: 0px;
}

.service_bnr .sml_titl {
  margin-bottom: 10px;
}

.service_bnr .servic_bnr_txt {
  padding: 290px 0px 192px;
}

.service_bnr.banner_sect.home_bnr {
  margin-bottom: 0px;
}

.service_about.abt_new .about_img_wol_wrap {
  left: -147px;
}

.service_about.abt_new .green_perti {
  right: -135px;
  height: auto;
  bottom: 11px;
  z-index: -1;
}

.offered_service.about_fire_service.offered_service {
  background-color: #f5fcf3;
}

/* 22.11.24 end */

/* about_austin start */
.about_austin {
  margin-bottom: 90px;
  margin-top: 65px;
}

.about_austin h2 {
  text-align: center;
  margin-bottom: 35px;
}

.about_austin p {
  max-width: 540px;
  font-size: 16px;
  line-height: 26px;
  color: #5a5f66;
}

.about_fire_btn {
  margin-top: 25px;
  text-align: center;
}

/* about_austin End */

/* about_fire_service start */
.offered_service.servi_wrap_sec.about_fire_service {
  background-color: #f5fcf3;
  margin-bottom: -12px;
}

.about_fire_service .ser_text_wrap {
  background-color: transparent;
}

.about_fire_service .ser_text_wrap::after {
  background-color: #f5fcf3;
}

.fire_service_about {
  overflow: hidden;
}

.fire_service_about .green_perti {
  right: -190px;
  height: 350px;
  transform: rotate(0deg);
}

.fire_service_about .about_text p {
  max-width: 540px;
}

/* about_fire_service end */

.home_bnr.service_bnr .banimg {
  padding-top: 30px;
}

.home_bnr.abt_bnr .banimg img {
  object-position: right;
}
