.ieco-slider {
  min-height: 75vh;
  overflow: hidden;
}
.ieco-slider .slider-content {
  background-color: rgba(73, 103, 65, 0.7725490196);
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 60%;
  z-index: 100;
  transform: skew(310deg);
  padding: 25px 85px 25px 85px;
}
@media only screen and (max-width: 999px) {
  .ieco-slider .slider-content {
    right: -90px;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .ieco-slider .slider-content {
    right: 0;
    width: 100%;
    transform: skew(0deg);
    padding: 20px;
  }
  .ieco-slider .slider-content p, .ieco-slider .slider-content span {
    transform: skew(0deg) !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
  }
}
.ieco-slider .slider-content p, .ieco-slider .slider-content span {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.8rem;
  text-transform: uppercase;
  transform: skew(-310deg);
  font-weight: 600;
}
.ieco-slider .slider-content p span, .ieco-slider .slider-content span span {
  color: #FED34F;
  padding-left: 0px;
}

.inner-sider-sec {
  min-height: 50vh;
}

.why-choose-sec {
  max-width: 1500px;
  margin: 0 auto;
}
.why-choose-sec:hover .bg-img-sec::before {
  width: 35%;
}
.why-choose-sec .bg-img-sec {
  overflow: hidden;
}
.why-choose-sec .bg-img-sec::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 30%;
  z-index: 100;
  transform: skew(310deg);
  padding: 25px 85px 25px 85px;
}
.why-choose-sec .bg-img-sec::before {
  content: "";
  background-color: #496741;
  position: absolute;
  bottom: 0;
  right: -80px;
  transition: 0.5s;
  width: 34%;
  z-index: 100;
  transform: skew(310deg);
  padding: 20px 85px 25px 85px;
}
.why-choose-sec .why-choose-con-sec {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.why-choose-sec .why-choose-con-sec ul {
  padding: 0px;
}
.why-choose-sec .why-choose-con-sec ul li {
  list-style: none;
  font-size: 1.2rem;
  color: #000;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0.5rem;
}
.why-choose-sec .why-choose-con-sec ul li:last-child span {
  left: 4px;
}
.why-choose-sec .why-choose-con-sec ul li:last-child span img {
  width: 18px;
}
.why-choose-sec .why-choose-con-sec ul li span {
  position: absolute;
  left: 0;
  top: -2px;
}
.why-choose-sec .why-choose-con-sec p {
  font-size: 1.1rem;
}

.our-services-main-sec {
  background-color: #FFFCF2;
}
.our-services-main-sec .container {
  max-width: 1300px;
}
.our-services-main-sec .our-services-sec {
  position: relative;
  height: 200px;
  margin-bottom: 25px;
}
.our-services-main-sec .our-services-sec p {
  color: #fff;
  position: absolute;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.our-services-main-sec .our-services-sec span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 53, 44, 0.7725490196);
  z-index: 1;
}

.our-project-mian-sec .card {
  border-radius: 0px;
  background-color: #FFFCF2;
  border: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  height: calc(100% - 1.5rem);
}
.our-project-mian-sec .card:hover .bg-img-sec::after {
  right: -50px;
}
.our-project-mian-sec .card .bg-img-sec {
  min-height: 320px;
}
.our-project-mian-sec .card .bg-img-sec::after {
  content: "";
  background-color: #496741;
  position: absolute;
  bottom: 0;
  right: -60px;
  width: 60%;
  z-index: 99;
  transform: skew(310deg);
  padding: 20px 85px 25px 85px;
  transition: 0.5s;
}
.our-project-mian-sec .card .bg-img-sec::before {
  content: "";
  background-color: #FFFCF2;
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 60%;
  z-index: 100;
  transform: skew(310deg);
  padding: 25px 85px 25px 85px;
}
.our-project-mian-sec .card .bg-img-sec .bg-img {
  border-radius: 0px;
}
.our-project-mian-sec .card .card-body h5 {
  color: #496741;
}
.our-project-mian-sec .card .card-body p {
  padding: 0px;
  padding-bottom: 0.4rem;
  margin: 0px;
}
.our-project-mian-sec .card .card-body p:last-child {
  opacity: 0.5;
}

.our-services-mian-sec {
  max-width: 1600px;
  margin: 0 auto;
}
.our-services-mian-sec .card {
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #FED34F;
  transition: 0.5s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  height: calc(100% - 1.5rem);
}
.our-services-mian-sec .card:hover {
  background-color: #FFFCF2;
}
.our-services-mian-sec .card:hover .bg-img-sec::before {
  right: -50px;
  background-color: #FFFCF2;
}
.our-services-mian-sec .card .bg-img-sec {
  height: 250px;
}
.our-services-mian-sec .card .bg-img-sec::after {
  content: "";
  background-color: #496741;
  position: absolute;
  bottom: 0;
  right: -60px;
  width: 20%;
  z-index: 99;
  transform: skew(310deg);
  padding: 20px 85px 25px 85px;
  transition: 0.5s;
}
.our-services-mian-sec .card .bg-img-sec::before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 20%;
  transition: 0.5s;
  z-index: 100;
  transform: skew(310deg);
  padding: 25px 85px 25px 85px;
}
.our-services-mian-sec .card .bg-img-sec .bg-img {
  border-radius: 0px;
}
.our-services-mian-sec .card .card-body h5 {
  color: #496741;
}
.our-services-mian-sec .card .card-body p {
  padding: 0px;
  padding-bottom: 0.4rem;
  margin: 0px;
}

.our-sub-services-mian-sec {
  background-color: #FFFCF2;
}
.our-sub-services-mian-sec .container {
  max-width: 1600px;
}
.our-sub-services-mian-sec .sub-sec {
  border: 2px solid #FED34F;
  padding: 15px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.our-sub-services-mian-sec .sub-sec p {
  margin: 0px;
}

.about-main-sec {
  background-color: #FFFCF2;
  margin: 0 auto;
}
.about-main-sec .container {
  max-width: 1200px;
}

.contact-us-sec {
  min-height: 250px;
  overflow: hidden;
  padding-bottom: 5rem !important;
}
.contact-us-sec::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 60%;
  z-index: 100;
  transform: skew(310deg);
  padding: 25px 85px 25px 85px;
}
.contact-us-sec::after {
  background-color: rgba(46, 53, 44, 0.7725490196);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-us-sec {
    text-align: center;
  }
}
.contact-us-sec img {
  z-index: -1;
  top: 0;
}
.contact-us-sec h3 {
  color: #FED34F;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .contact-us-sec h3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}
.contact-us-sec .container {
  z-index: 2;
  max-width: 1300px;
  position: relative;
}

footer {
  margin: 0 auto;
}
footer .container {
  max-width: 1500px;
}
footer .container .row {
  padding-left: 8rem;
}
@media only screen and (max-width: 1200px) {
  footer .container .row {
    padding-left: 0px;
  }
}
footer .col-md-4 {
  padding-left: 60px;
}
footer .links-header {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 15px !important;
  color: #496741;
}
footer .foot-link-info {
  padding-left: 0px;
}
footer .foot-link-info li {
  list-style: none;
  margin-bottom: 10px;
}
footer .foot-link-info li a {
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
footer .foot-link-info li a:hover {
  color: #FED34F;
}
footer .foot-logo {
  width: 180px;
  margin-bottom: 30px;
}
footer .social-sec {
  margin-bottom: 1.6rem;
}
footer .social-sec a img {
  width: 35px;
}
footer .ieco-address-info {
  padding: 0px;
  padding-left: 0px;
}
footer .ieco-address-info li {
  list-style: none;
  margin-bottom: 0.4rem;
  position: relative;
  min-height: 41px;
}
footer .ieco-address-info li a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}
footer .ieco-address-info li a:hover {
  color: #FED34F;
}
footer .ieco-address-info li span {
  width: 37px;
  height: 37px;
  background-color: #496741;
  border-radius: 150px;
  display: inline-block;
  margin-right: 0.4rem;
  text-align: center;
  padding-top: 3px;
  position: absolute;
  left: -47px;
  top: -5px;
}
footer .copy-sec {
  padding: 1rem;
  opacity: 0.6;
  border-top: 1px solid #d1d1d1;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 0px;
}

.slider-btm-con {
  background-color: #FFFCF2;
}
.slider-btm-con .container {
  max-width: 1000px;
}
.slider-btm-con .container p {
  margin-bottom: 0px;
}

.contact-page-main-sec {
  position: relative;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
@media only screen and (max-width: 767px) {
  .contact-page-main-sec {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
.contact-page-main-sec::after {
  content: "";
  background-color: #FFFCF2;
  width: 80%;
  position: absolute;
  height: 94%;
  top: 3%;
  z-index: -1;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .contact-page-main-sec::after {
    display: none;
  }
}
.contact-page-main-sec .con-social-sec {
  background-color: #2E352C;
  padding: 30px 30px 15px 30px;
}
.contact-page-main-sec .con-social-sec .ieco-address-info {
  padding: 0px;
  padding-left: 50px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .contact-page-main-sec .con-social-sec .ieco-address-info {
    margin-top: 1.5rem;
  }
}
.contact-page-main-sec .con-social-sec .ieco-address-info li {
  list-style: none;
  margin-bottom: 0.4rem;
  position: relative;
  min-height: 41px;
}
.contact-page-main-sec .con-social-sec .ieco-address-info li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}
.contact-page-main-sec .con-social-sec .ieco-address-info li a:hover {
  color: #FED34F;
}
.contact-page-main-sec .con-social-sec .ieco-address-info li span {
  width: 37px;
  height: 37px;
  background-color: #496741;
  border-radius: 150px;
  display: inline-block;
  margin-right: 0.4rem;
  text-align: center;
  padding-top: 3px;
  position: absolute;
  left: -47px;
  top: -5px;
}
.contact-page-main-sec .con-social-sec .ieco-address-info li:last-child p {
  color: #fff;
}
.contact-page-main-sec .con-map-sec {
  margin-top: 2rem;
}
.contact-page-main-sec .con-map-sec iframe {
  min-height: 500px;
}
.about-us-info-sec p:last-child {
  padding: 0px;
  margin: 0px;
}

.career-main-sec .bg-img-sec {
  min-height: 500px;
}

.team-main-info {
  background-color: #FFFCF2;
}
.team-main-info .container {
  max-width: 1400px;
}
.team-main-info .team-sec {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .team-main-info .team-sec {
    margin-bottom: 2rem;
  }
}
.team-main-info .team-sec .bg-img-sec {
  margin-bottom: 1rem;
}
.team-main-info .team-sec h2 {
  font-size: 1.3rem;
}

.about-us.bg-img-sec .bg-img {
  -o-object-position: top;
     object-position: top;
}

.contact-popup .modal-body {
  padding: 40px;
}
.contact-popup .modal-body .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.contact-popup .con-form-sec {
  padding-left: 0px !important;
}

.hubspot-form-style {
  /* Style checkbox container */
  /* Label next to checkbox */
  /* Input checkbox itself */
  /* Optional: better spacing for multiple checkboxes */
}
.hubspot-form-style .hs-form .hs-fieldtype-checkbox {
  margin: 0px 0px 10px 0px;
}
.hubspot-form-style .hs-form .hs-fieldtype-checkbox label {
  /* font-size: 14px; */
  /* color: #333; */
  /* padding-left: 8px; */
}
.hubspot-form-style .hs-form .hs-fieldtype-checkbox input[type=checkbox] {
  width: 18px !important;
  height: 20px;
  accent-color: #0073e6; /* modern browsers */
  cursor: pointer;
  border-radius: 0px !important;
}
.hubspot-form-style .hs-form .hs-fieldtype-checkbox .inputs-list > li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  border-radius: 0px;
  font-family: "Manrope", sans-serif;
}
.hubspot-form-style label {
  display: none;
}
.hubspot-form-style .hs-error-msgs label, .hubspot-form-style .hs-form-checkbox label {
  display: contents;
}
.hubspot-form-style .hs-form-field {
  margin-bottom: 1.2rem;
  float: left;
  width: 100%;
}
@media (max-width: 500px) {
  .hubspot-form-style .hs-form-field {
    margin-bottom: 2rem;
  }
}
.hubspot-form-style .hs-fieldtype-checkbox .input {
  display: inline-block;
  width: 100%;
  margin-top: 19px;
}
.hubspot-form-style .hs-error-msgs {
  margin: 0;
  list-style-type: none;
  padding: 0;
  float: left;
}
.hubspot-form-style .hs-error-msgs li {
  color: #F44336;
  font-size: 1rem;
  margin-top: 0.2rem;
}
.hubspot-form-style .hs_submit {
  text-align: center;
}
.hubspot-form-style .hs-input {
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1490196078);
  height: calc(2.2rem + 18px);
  font-size: 1rem;
  border-radius: 0;
  width: 100%;
}
.hubspot-form-style .inputs-list {
  padding: 0px;
}
.hubspot-form-style .hs-form-checkbox {
  float: left;
  list-style: none;
}
@media (max-width: 500px) {
  .hubspot-form-style .hs-form-checkbox {
    width: 50%;
  }
}
.hubspot-form-style .hs-form-checkbox span {
  position: absolute;
  left: 33px;
  font-size: 18px;
  top: -3px;
  color: rgba(0, 0, 0, 0.6117647059);
}
.hubspot-form-style .hs-form-checkbox {
  position: relative;
  width: 50%;
}
.hubspot-form-style .hs-form-checkbox label {
  padding-right: 87px;
}
.hubspot-form-style .hs-input[type=checkbox] {
  height: 25px;
  width: 25px;
  border-radius: 0;
  border: 1px solid #1b1b1b;
}
.hubspot-form-style .hs-fieldtype-textarea {
  height: 100px !important;
}
.hubspot-form-style .hs_error_rollup .hs-error-msgs {
  margin-top: 15px;
}
.hubspot-form-style .hs_submit .hs-button {
  border-radius: 0;
  padding: 1.2rem 2.1rem;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
  background: #496741;
  color: #fff;
  border-color: transparent;
  margin-right: 7px;
}
.hubspot-form-style .hs-input[type=file] {
  border: none;
}
.hubspot-form-style ul[role=checkbox] {
  margin-top: -11px;
}

* {
  padding: 0px;
  margin: 0px;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 500;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1800px;
  }
}

.sec-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 999px) {
  .sec-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec-padding {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

h2 {
  font-size: 1.7rem;
  color: #496741;
  font-weight: 700;
  text-transform: uppercase;
}
h2 span {
  color: #FED34F;
  font-size: inherit;
  font-weight: inherit;
}

h3 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 2.3rem !important;
}

p, li {
  font-size: 1rem;
  font-weight: 400;
}

.ieco-nav .navbar-brand img {
  width: 120px;
}
.ieco-nav .navbar-collapse {
  flex-grow: 0;
}
.ieco-nav .navbar-collapse .nav-link {
  margin-right: 20px !important;
  font-size: 20px;
  font-weight: 500;
}
.ieco-nav .navbar-collapse .nav-link:hover {
  color: #496741;
}
.ieco-nav .navbar-toggler {
  border-radius: 0px;
}

.bg-img-sec {
  position: relative;
  height: 100%;
}
.bg-img-sec .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.btn {
  border-radius: 0px;
  width: 200px;
  border: none;
  padding: 9px;
}

.btn-primary {
  background-color: #FED34F;
  border-color: #FED34F;
  color: #000;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #496741;
  color: #fff;
}

.text-btn {
  color: #FED34F;
  text-decoration: none;
  font-size: 1.1rem;
  transition: 0.5s;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.text-btn:hover {
  color: #496741;
}

.con-form-sec {
  padding-left: 20px;
}/*# sourceMappingURL=style-ieco.css.map */