/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


html {
  scroll-behavior: smooth;
}

li::marker {
  color: transparent;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #313131;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 17px;
  font-weight: 400;
  color: #51504e;
  line-height: 30px;
}

figure {
  margin: 0;
}


a {
  text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
  width: 100%;
}


/* Header CSS */


header {
  position:fixed;
  top:0px;
  width: 100%;
  z-index: 99;
  background-color: #000;
  transition: transform 0.5s ease;
}

header .row {
  /* background-color:#f2f9ec; */
  border-radius: 4px;
  padding: 12px 0;
  align-items: center;

}

header .nav-link {
  color: #fff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  padding-right:20px!important;
}

header .nav-item:first-child .nav-link {
  padding-left: 0!important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show , .navbar-nav .nav-link:hover {
  color: #fff;
}
.topbar-one__social {
  text-align: center;
}

.topbar-one__social a {
  color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-left: 7px;
    border: 1px solid #ffffffa8;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.logo a {
  color: #fff;
  font-size: 30px;
  padding-left: 20px;
  font-weight: 600;
}

header.hide-header{
  transform: translateY(-100%);
}

/* Banner CSS */

.banner_wrapper {
  position: relative;
  height: 100vh;
}

.banner_img_color {
  background-color:#000000b3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute
}

.borderone {
  position: absolute;
  top:0;
  left: 7%;
  height: 100%;
  width: 2px;
  background-color: #ffffffa8;
}

.bordertwo {
  position: absolute;
  top:0;
  right: 7%;
  height: 100%;
  width: 2px;
  background-color: #ffffffa8;
}

.borderthree {
  position: absolute;
  bottom:12%;
  height: 2px;
  width: 100%;
  background-color: #ffffffa8;
}

.banner_wrapper video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
  top:0px;
}

.banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  max-width: 1120px;
  width: 100%;
}


.banner_content h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 500;
  line-height: 98px;
  transition: transform 1200ms ease, opacity 1200ms ease;
  text-shadow: 4px 4px 0px rgb(31 43 59 / 20%);
  margin-bottom: 30px;
}

.main_btn a {
  padding: 14px 45px;
  border-radius: 8px;
  color: #f2f9ec;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #3b6625;
}


/* Wh Wrapper CSS */

.wy_wrapper {
  background-image: url(../images/bg.png);
  top: -20px;
  position: sticky;
  padding: 70px 0 70px 0;
}

.gapping {
  margin-top: 90px;
  overflow: hidden;
}

.main_title span {
  color: #3b6625;
  font-family: "Mali", cursive;
  font-size: 15px;
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
}

.main_title {
  margin-bottom: 20px;
}

.main_title h2 {
  color: #000;
  font-size: 42px;
  line-height: 55px;
  margin-top: 15px;
}

.wy_img {
  border-radius: 20px;
  background: #f2f9ec;
  padding: 30px;
  border: 1px solid #ddd;
  max-width: 570px;
  width: 100%;
  margin-left: auto;
}

.wy_content_wrapper {
  display: flex;
  gap: 30px;
  margin-top: 35px;
}

.wy_img img {
  /* filter: drop-shadow(0 0 0.35rem #9c9c9cb8); */
  border-radius: 20px;
}

.wy_icon {
  max-width: 90px;
  width: 100%;
  padding: 10px;
  border: 1px solid #0000005c;
  border-radius: 7px;
  height: 100%;
}

.wy_icon img {
  filter: drop-shadow(0 0 0.35rem #d1d1d1b8);
  border-radius: 7px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #0000005c;
}

.wy_title h6 {
  font-size: 24px;
  font-weight: 550;
  line-height: 1.1;
  color: #080501;
  margin-bottom: 11px;
}

.wy_title p {
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
}

 /* Service Section CSS */

 .service_wrapper {
  position: relative;
  background-image: url(../images/banner_img.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.service_wrapper:before {
  background-color: #00000092;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content:'';
}

.why-choose-one__bg {
  background-color: #f2f9ec;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 37px 33px 54px 33px;
  position: relative;
 
  border-top: 5px solid #3b6625;
}

.why-choose-one__bg-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}

/* .why-choose-one__bg-inner::after, .why-choose-one__bg-inner::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 1px;
  top: 34px;
  background-color: #008d36;
  z-index: 1;
} */

a.more ,a.less {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.why-choose-one__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.why-choose-one__icon-bx {
  width: 85px;
  height: 85px;
  min-width: 85px;
  min-height: 85px;
  border-radius: 10px;
  /* background-color: #181146; */
  border: 1px solid #0000005c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin-right: 25px;
  padding: 10px;
}

.why-choose-one__name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 0;
}

.why-choose-one__content {
  position: relative;
  z-index: 2;
  padding-left: 7px;
}

.why-choose-one__descript {
  font-size: 16px;
  line-height: 30px;
}

img.why-choose-one__icon {
    padding: 10px;
    background-color: #3b6625;
    border-radius: 10px;
}

.mision_wrapper {
  background-image: url(../images/bg.png);
  padding: 70px 0;
}
 
.video_img {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
}

.video_img iframe {
  border-radius: 20px;
}

.video_wrapper {
  background-color: #f2f9ec;
  padding: 50px 0;
  position: sticky;
  top:0;
}

.step_wrapper {
  background-image: url(../images/bg.png);
  padding: 70px 0;
}

.fe_box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 10px;
}

.fe_box {
  border: 1px solid #0000005c;
  padding: 15px;
  border-radius: 10px;
}


.fe_content {
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
}

.fe_content h3 {
  font-size: 27px;
}


footer {
  background-color: #f2f9ec;
  padding: 70px 0 0 0;
  margin-bottom: -14px;
}

footer .logo a {
  color: #000;
  font-size: 40px;
  padding-left: 0;
  font-weight: 600;
}

.widget-title {
  font-size: 27px;
  color: #3b6625;
  margin-bottom: 20px;
}

.footer-item li a {
  font-weight: 500;
  color: #000;
}

.footer-item li {
	margin-top: 12px;
}

.footer-item li:first-child {
	margin: 0;
}

.footer-item.contact li i {
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px dashed rgb(59 102 37);
  font-size: 18px;
}

.footer-item.contact li strong {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}

.footer-item.contact li {
  display: flex;
  margin-top: 20px;
}

.newsletter input[type="text"] {
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
}

.newsletter a {
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #000;
}

.shape-left-bottom {
  position: absolute;
  left: 0;
  width: 40%;
  background-repeat: no-repeat;
  bottom: 0;
  background-position: left top;
  z-index: 0;
  background-size: contain;
  opacity: .3;
}

.footer-bottom  {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #afafaf;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* About Page CSS */

.inner_banner_wrapper {
  background-image: url(../images/banner_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 70px 0;
  height: 50vh;
  position: relative;
  z-index: 0;;
}

.inner_banner_content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner_banner_wrapper .bordertwo {
  right: 3%;
}

.inner_banner_wrapper .borderone {
  left: 3%;
}

.inner_banner_content h1 {
  color: #fff;
}

.team_box {
  border: 1px solid #0000005c;
  padding: 15px;
  border-radius: 10px;
}

.team_box h3 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.team_box strong {
  font-weight: bolder;
  color: #3b6625;
}

.team_box img {
  border-radius: 10px;
  width: 100%;
}

.wedo_wrapper {
  background-color: #f2f9ec;
  padding: 70px 0;
}

.wedo_wrapper .why-choose-one__bg {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 22px 24px 10px 24px;
}

.wedo_wrapper .why-choose-one__top {
  padding-bottom: 8px;
}

.wedo_wrapper .why-choose-one__content {
  padding-left: 0;
}

.wedo_wrapper .why-choose-one__name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.wedo_wrapper .main_title span {
  background: #cccccc;
}

/* Inspection Page CSS */

.dev_pro_content {
  display: flex;
  gap: 10px;
  box-shadow: 1px -1px 7px 0px rgb(0 0 0 / 10%), 1px 2px 2px rgb(0 0 0 / 18%);
  border-radius: 20px;
  padding: 8px 10px;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  align-items: center;
  background: #fff;
}

.dev_pro_content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #3b6625;
  width: 100%;
  max-width: 70px;
  z-index: 0;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
}

.dev_content {
  background: #fff;
  padding: 20px;
}

.dec_pro_icon i {
  font-size: 30px;
  position: relative;
  z-index: 2;
  padding: 10px;
  border-radius: 30px;
  color: #fff;
}

.dev_pro_content p {
  font-size: 15px;
  font-weight: 400;
  color: #51504e;
  line-height: 21px;
  margin-bottom: 0;
  padding-left: 12px;
}

.process_wrapper {
  background-image: url(../images/bg.png);
  padding: 70px 0;
  position: relative;
}


.timeline {
  position: relative;
  margin-top: 4em;
}


.bubble-list {
  list-style: none;
  margin: 0;
  padding: 0 2em;
  overflow: hidden;
}
.bubble-list__item {
  position: relative;
  padding:0  2em;
  float: left;
  margin-bottom:0;
  color: #bccbc3;
  line-height: 150%;
  z-index: 2;
}
.bubble-list__item:last-child {
  margin-bottom: 0;
}


p.bubble-list__content {
  font-size: 17px;
  line-height: 27px;
}


@media (min-width: 55em) {
  .bubble-list__item {
    float: left;
    width: 45%;
  }
  .bubble-list__item:nth-child(odd) {
    margin-right: 10%;
  }


  .bubble-list__item.item_gap {
    margin-top: -4em;
  }
}
@media (min-width: 55em) {
  .bubble-list__item--alt {
    margin: 14em 0 0 0;
  }
  .bubble-list__item--alt:before {
    right: auto;
    left: -1em;
    transform: rotate(135deg);
  }
}
.bubble-list__heading {
  margin: 30px 0 20px 0;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  position: relative;
}
@media (min-width: 55em) {
  .bubble-list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    background: #3b6625;
  }
}

.process_wrapper a.more, .process_wrapper a.less {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.bubble-list__item .pr_icon {
  max-width: 140px;
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #0000005c;
  max-width: 110px;
  width: 100%;
}

.bubble-list__item img {
  background: #fff;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #0000005c;
  width: 100%;
}

span.num {
  position: absolute;
  font-size: 65px;
  z-index: -1;
  right: 39px;
  color: #3b6625;
  opacity: 0.2;
  top: -30px;
}

.process_wrapper .main_btn i {
  margin-right: 12px;
}

.process_wrapper .main_btn {
  margin-top: 45px;
}


.contact_form input {
  height: 70px;
  width: 100%;
  border: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  color: #727d73;
  font-weight: 400;
}

.contact_form textarea {
  width: 100%;
  border: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  color: #727d73;
  font-weight: 400;
}

.wy_wrapper .topbar-one__social {
  text-align: start;
  margin-top: 30px;
}

.wy_wrapper .topbar-one__social a {
  color: #fff;
  font-size: 14px;
  border: 1px solid #3b6625;
  background-color: #3b6625;
  width: 35px;
  height: 35px;
  line-height: 27px;
}


.policy_wrapper h5 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.policy_wrapper span {
    color: #3b6625;
    font-size: 24px;
    font-weight: 500;
}

.policy_wrapper p {
  padding-left: 35px;
}