* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #fefffe;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

a:hover {
  color: #1fbd0f;
  transition: 0.5s ease-in-out;
}

.sub {
  font-family: "Norican", cursive;
  color: #ffb200;
}

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

.btn-1 {
  border: 2px solid #000;
  color: #fff;
  background-color: #18a408;
  padding: 10px 20px;
}

.btn-1:hover {
  color: #000;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}

.btn-2 {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  padding: 10px 20px;
}

.btn-2:hover {
  color: #fff;
  background-color: #18a408;
  transition: 0.5s ease-in-out;
}

.header-sec {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar ul {
  display: flex;
}

.navbar ul li {
  margin: 0 20px;
  /* border-bottom: 1px solid; */
  /* width: 100%; */
}

.header-btn a {
  color: #18a408;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #18a408;
}

.mubile-menu {
  display: none;
}

.banner-sec {
  position: relative;
  height: 806px;
  width: 100%;
}

.banner-sec::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #0000008a;
  pointer-events: none;
}

.banner-sec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-content {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner-content h1 {
  font-size: 50px;
  margin: 10px 0 20px;
}

.title-1 {
  color: #1fbd0f;
  text-transform: uppercase;
}

/* exper-sec */
.exper-sec {
  background-color: #000;
  border-bottom: 1px solid #4d4d4d;
  position: relative;
  border-top: 2px solid #fff;
}

.exper-btn {
  border: 1px solid #fff;
  color: #18a408;
  padding: 10px 20px;
  margin-top: 20px;
}

.exper-btn:hover {
  color: #fff;
  background-color: #18a408;
  transition: 0.5s ease-in-out;
}

.exper-box {
  position: relative;
}

.exper-icon {
  margin-top: -100px;
  text-align: center;
  margin-left: 80px;
}

.exper-icon-1 {
  margin-top: -100px;
  text-align: center;
  margin-left: -50px;
}

.exper-icon img,
.exper-icon-1 img {
  width: 110px;
}

.extra-1 img,
.extra-2 img {
  width: 72.2%;
}

.exper-icon-1 {
  /* position: absolute; */
  top: -120px;
  left: 150px;
}

.extra-1 {
  position: absolute;
  top: -98px;
  left: 18px;
}

.extra-2 {
  position: absolute;
  top: -98px;
  right: 26%;
}

/* service-sec */
.service-sec {
  background-image: url(../images/banner/banner-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#tabs-nav {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  align-items: center;
}

#tabs-nav li {
  margin: 0 20px;
}

#tabs-nav li a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
}

/* #tabs-nav li a:hover {
  color: #fff;
  background-color: #18a408;
  transition: 0.5s ease-in-out;
} */

#tabs-nav .active a {
  color: #fff;
  background-color: #18a408;
  transition: 0.5s ease-in-out;
  padding: 10px 20px;
  border: 1px solid #fff;
}

#tabs-nav .active a {
  padding: 10px 15px;
  border: 1px solid #fff;
}

.service-content p {
  margin: 20px 0;
  height: 75px;
}

.service-content {
  padding: 30px;
  background-color: #1f1f1f;
}

.btn-3 {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  background-color: #000;
}

.btn-3:hover {
  color: #fff;
  background-color: #18a408;
  transition: 0.5s ease-in-out;
}

.service-box img {
  width: 100%;
}

.service-box {
  margin-bottom: 24px;
}

/* form-sec */

.form-sec {
  color: #000;
}

.form-content h1 {
  color: #000;
  font-size: 70px;
}

.form-sec-logo {
  margin-top: 40px;
  gap: 55px;
  display: flex;
  align-items: center;
}

/* form */

.form {
  background-color: #fefffe;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.form input {
  width: 100%;
  margin: 0px 0 30px;
  background-color: #f5f1f0;
  padding: 5px 10px;
  border: 1px solid #e8e9e4;
  border-radius: 5px;
}

.form button {
  width: 100%;
}

/* video */

.video-sec {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 800px;
  position: relative;
}

.video-sec video {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

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

.video-btn i {
  /* padding: 40px; */
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 35px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* gallery */

.gallery-img img {
  width: 100%;
}

/* work */

.work-sec {
  background-color: #000;
}

.work-sec .work-content {
  display: none;
}

.work-sec .p-0 {
  padding: 0;
}

.work-bottom #tabs-work li a {
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-bottom: 3px solid #ffffff;
}

#tabs-work {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

#tabs-work li {
  margin: 0 20px;
}

#tabs-work li a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
}

/* #tabs-work .active {
  border: 1px solid #1fbd0f;
} */

.work-bottom #tabs-work .active {
  padding: 0 0 10px;
  border-bottom: 3px solid #1fbd0f;
}

.work-bottom #tabs-work .active a {
  border-bottom: none;
}

/* banner-cta */

.banner-cta {
  background-color: rgb(0, 0, 0);
  border-top: 2px solid #1fbd0f;
  border-bottom: 2px solid #1fbd0f;
}

.banner-cta .container {
  white-space: nowrap;
  display: flex;
}

.cta-card {
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  margin: 0px 25px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 5px;
  align-items: center;
  gap: 20px;
}

.cta-card img {
  display: inline-block;
  width: 380px;
  /* height: 160px; */
  /* transform: rotate(180deg); */
  margin-right: 10px;
}

.cta-card .phone-image {
  width: 34px;
  height: 34px;
  transform: rotate(0deg);
}

.cta-card h1 {
  /* font-family: sans; */
  display: inline-block;
  color: rgb(255, 255, 255);
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  overflow: hidden;
  text-transform: uppercase;
  font-size: 120px;
}

.cta-card h1 span {
  color: #1fbd0f;
  -webkit-text-stroke: 0px rgb(255, 255, 255);
}

.banner-cta {
  overflow: hidden;
}

.card-margin {
  margin-left: 780px;
}

.margin-left {
  margin-left: 620px;
}

.cta-card .btn {
  color: rgb(255, 255, 255);
  padding: 30px 60px;
  font-size: 20px;
}

.cta-card .btn:hover {
  background-color: #fff;
  color: #000;
  border-width: 2px;
  border-style: solid;
  border-color: initial;
  border-image: linear-gradient(to right,
      rgb(255, 255, rgb(255, 255, 255) 0, 0)) 1 / 1 / 0 stretch;
}

/* about */

.about-sec {
  color: #000;
}

.about-c-bottom {
  display: flex;
}

.about-icon i {
  padding: 8px;
  background-color: #18a408;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
}

.about-bottom {}

.about-box {
  text-align: center;
  padding: 24px;
  position: relative;
}

.about-box-1::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e8e6e6;
  position: absolute;
  top: 0;
  right: 0;
}

/* image */

.image-sec {
  position: relative;
}

/* Our wrapper */
.wrapper {
  width: 100%;
  height: 600px;
  position: relative;
  left: 0%;
  top: 0%;
  /* transform:translate3d(-50%,-50%,0); */
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* Our image information */
.before,
.after {
  width: 100%;
  /*height: 100%;*/
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.content-image {
  height: 100%;
}

.after {
  width: 125px;
}

.scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}

.scroller:hover {
  opacity: 1;
}

.scrolling {
  pointer-events: none;
  opacity: 1;
}

.scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.scroller:before,
.scroller:after {
  content: " ";
  display: block;
  width: 5px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}

.scroller:before {
  top: 100%;
}

.scroller:after {
  bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller {
  border: 5px solid #22a115;
}

.scroller:before,
.scroller:after {
  background: #18a408;
}

/* text */

.text-sec h1 {
  color: #000;
  font-size: 110px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-sec h1 span {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #000;
  color: transparent;
}

/* instagram */

.insta-sec .col-md-4 {
  padding: 0;
  margin: 0;
}

.insta-img {
  position: relative;
}

.insta-img img {
  width: 100%;
}

.insta-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00000076;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta-icon i {
  background-color: #ffffff;
  border-radius: 50%;
  color: #1fbd0f;
  transition: 0.5s ease .2s;
  font-size: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta-img:hover .insta-icon {
  opacity: 1;
  transition: 0.7s ease .2s;
}

/* footer */

.footer-sec {
  background-color: #000;
}

.footer-cta {
  background-image: url(../images/banner/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.footer-overlay {
  background-color: #0a6402b3;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 100px;
  margin: 0;
}

.cta-btn {
  padding: 10px 25px;
  background-color: #000;
}

.cta-btn:hover {
  color: #fff;
  background-color: #18a408;
  transition: 0.5s ease-in-out;
}

.footer-contact ul li {
  margin: 10px 0;
}

.footer-contact ul li i {
  color: #1fbd0f;
  margin-right: 10px;
}

.footer-heading {
  margin: 30px 0;
}

.footer-link ul li {
  margin: 15px 0;
}

.footer-form {
  position: relative;
  margin-top: 30px;
}

.footer-form input {
  padding: 10px 15px;
  width: 80%;
}

.footer-form i {
  position: absolute;
  background-color: #1fbd0f;
  padding: 10px 15px;
  top: 7px;
  right: 90px;
  border-radius: 5px;
}

.footer-social ul {
  display: flex;
}

.footer-social ul li {
  margin-right: 30px;
}

.footer-social ul li a {
  font-size: 20px;
  border: 1px solid #333;
  width: 40px;
  border-radius: 50%;
  color: #6f6f6f;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-row {
  border-top: 1px solid #434343;
}

.breadcrumb-sec {
  background-image: url(../images/banner/page-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 300px;
}

.breadcrumb-content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumb-item.active {
  color: #1fbd0f;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #1fbd0f;
}

.gallery-page .gallery-img {
  margin: 20px 0;
}

/* contact-page */

.contact-1 {
  color: #000;
}

.contact-group {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
  text-align: center;
  height: 200px;
}

.contact-group i {
  color: #1fbd0f;
  font-size: 40px;
  margin-bottom: 20px;
}

.contact-group a {
  color: #000;
  display: block;
}

.form-page {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
}

.form-page button {
  width: 30%;
  padding: 10px 10px;
}

.form-page input,
textarea {
  width: 100%;
  margin: 0px 0 30px;
  background-color: #f5f1f0;
  padding: 5px 10px;
  border: 1px solid #e8e9e4;
  border-radius: 5px;
}

.form-page textarea {
  height: 200px;
}

.form-page h4 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
}

.footer-social ul li a:hover {
  color: #1fbd0f;
  border: 1px solid #1fbd0f;
}

.breadcrumb-content h1 {
  font-size: 30px;
  font-weight: 700;
}

.breadcrumb {
  justify-content: center;
}

/* back */

button.back-to-top {
  background: rgb(255, 255, 255);
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  z-index: 99;
  transition: all 0.3s ease-in-out 0s;
  margin: 0px !important;
  padding: 0px !important;
  outline: 0px !important;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0px !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: 10px solid rgb(0, 1, 95);
  border-left: 10px solid transparent;
  line-height: 0;
  border-right: 10px solid transparent;
  height: 0px;
  margin: 18px auto 0px;
  width: 0px;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: rgb(255, 255, 255);
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: rgb(255, 255, 255);
  color: rgb(0, 171, 108);
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 1px;
}

button.back-to-top.show:active {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px 2px;
}

.text-sec {
  text-align: center;
}

.mubila-navbar {
  top: -1000px;
}

.mubila-navbar.show {
  top: 15px;
}

.counter-box h1 {
  font-size: 50px;
  font-weight: 700;
  color: #18a408;
}

.counter-box h4 {
  font-size: 15px;
}

.service-content a {}

.guar-sec {
  color: #000;
}

.guar-box {
  text-align: center;
  border: 1px solid #18a408;
  padding: 20px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  min-height: 268px;
}

.guar-box img {
  margin-bottom: 15px;
  width: 90px;
  height: 90px;
}

.header-btn a:hover {
  color: #fff;
  background-color: #18a408;
  padding: 10px 15px;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.testi-sec .owl-carousel .owl-item img {
  border-radius: 100%;
}


/* dropdown */
.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: var(--grdeen-black, #172000);
  text-shadow: 0 0 0.5px var(--grdeen-black, #172000);
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  /* background-color: #1fbd0f; */
  /* padding: 20px; */
  /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); */
  border-radius: 0 0 6px 6px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 20px;
  background-color: #31c721;
}

.main-menu .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu {
  position: static;
}

.main-menu .main-menu__list>.megamenu>ul {
  top: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.mob-nav {
  display: none;
}

.mob-nav {
  padding-left: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 20px;
  border: 1px solid;
  background-color: #31c721;
}

.awards-sec {
  /* background-color: #18a408; */
}

.owl-carousel-1 .owl-item img,
.owl-carousel-3 .owl-item img {
  width: 100%;
}

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

.dropdown-nav li {
  margin: 10px 0 !important;
  border-bottom: 1px solid !important;
  width: 100% !important;
}

.dropdown-nav li a:hover {
  color: #000;
}

.mubila-navbar ul li a:hover {
  color: #000;
}

.previous-sec {
  background-color: #fff;
  color: #000;
}

.previous-sec .work-bottom #tabs-work li a {
  color: #000;
  border-bottom: 3px solid #000000;
}

.previous-sec .work-bottom #tabs-work .active a {
  border-bottom: none;
}

.video-tow-sec {
  color: #000;
}

#video-work {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 30px;
}

.video-bottom #video-work .active {
  /* padding: 0 0 10px; */
  border-bottom: 5px solid #1fbd0f;
}

.video-bottom #video-work li a {
  color: #fff;
  /* padding: 10px 20px; */
  border: none;
  border-bottom: 3px solid #ffffff;
}

#video-work img {
  width: 100%;
}

.btn-5 {
  border: 1px solid #fff;
  color: #fff;
  padding: 20px 40px;
  background-color: #18a408;

  font-size: 25px;
}

.btn-5:hover {
  color: #fff;
  background-color: #000;
  transition: 0.5s ease-in-out;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #000000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.testi-sec h6,
.testi-sec h1 {
  color: #000;
}

.testi-sec .guar-box {
  min-height: 430px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 20px;
  padding: 20px 30px;
  background-color: #18a408;
}

.testi-sec .guar-box h5 {
  margin-top: 20px;
}

.footer-sec .copy-links ul li {
  display: inline-block;
  margin: 0 5px;
}

.form-sec .accordion-item {
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.form-sec .accordion-item button {
  height: 70px;
}

.contact-1 .contact-group {
  height: fit-content;
  padding: 30px 0px;
  margin-bottom: 40px;
}

.community {
  padding: 60px 0 0;
}

.community .image {
  margin-bottom: 30px;
}

.community .image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-images .image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-images .title h1 {
  color: #000;
}

.rendering-images .insta-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.bbb-testi-img {
  width: 120px !important;
  border-radius: 0 !important;
  height: auto !important;
}

.testi-sec {
  position: relative;
}

img.testi-side {
  position: absolute;
  width: 270px;
  /* filter: grayscale(1); */
  opacity: 0.4;
  rotate: -24deg;
  top: 160px;
}

.contact-group p {
  margin-bottom: 0;
}

.footer-sec .row {
  gap: 50px;
}

.copyright a {
  color: #1fbd0f;
  font-weight: 800;
}

.metal-service p {
  color: #fff;
  margin: 10px 0 0;
}

.metal-service {
  background-image: url(../images/banner/banner-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 30px;
}

@media only screen and (max-width: 1680px) {
  img.testi-side {
    width: 160px;
  }
}

@media only screen and (max-width: 1440px) {
  img.testi-side {
    display: none;
  }
}