@charset "UTF-8";

/*
Theme Name: Matrix Metal Solutions
Theme URI: https://webmaniacs.co.nz/
Author: Subhash Soren
Author URI: https://webmaniacs.co.nz/
Description: Matrix Metal Solutions is a custom theme developed by Web Maniacs for Matrix Metal Solutions Ltd.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap");
:root {
  --saira: "Saira Semi Condensed", sans-serif;
  --inter: "Inter", sans-serif;
  --abhaya: "Abhaya Libre", serif;
}

* {
  padding: 0px;
  margin: 0px;
}
/* .navbar-logo{
	position: relative;
	z-index: 9999999999;
} */
body {
  font-size: 14px;
  color: #4d4d4d;
  font-family: var(--saira) !important;
  overflow-x: hidden;
}
body::-moz-selection {
  color: #fff;
  background: var(--green);
}
body::selection {
  color: #fff;
  background: var(--green);
}

@media screen and (min-width: 991px) {
  .container {
    max-width: 1180px !important;
  }
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none !important;
}

a,
a:hover {
  text-decoration: none !important;
}

ul {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

li,
ol {
  list-style: none;
}

h2.head {
  color: #000;
  font-weight: 800;
  text-align: center;
  margin: auto;
  font-family: var(--inter);
  text-transform: uppercase;
}
h2.head span {
  color: #848484;
  font-weight: 500;
}
@media screen and (min-width: 991px) {
  h2.head {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

p.para {
  color: #515151;
  font-size: 16px;
  text-align: center;
  margin: auto;
  font-family: var(--inter);
}
@media screen and (min-width: 991px) {
  p.para {
    margin: 0 auto 30px;
  }
}
.dropdown-menu{
	display:none !important;
	border-radius: 0;
	padding: 0 !important;
}
.dropdown:hover .dropdown-menu{
	display:block !important;
}
.dropdown-menu li a{
	color: #000!important;
}
section {
  padding: 30px;
}
@media screen and (min-width: 991px) {
  section {
    padding: 80px 0;
  }
}

header {
  position: relative;
}
@media screen and (min-width: 991px) {
  header .bottom-header {
    background: #636363;
  }
  header .bottom-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 22px 0 !important;
  }
  header .top-header a.mail {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .top-header img {
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
@media screen and (max-width: 990px) {
  header .bottom-header .col-lg-12 {
    padding: 0;
  }
  header .bottom-header .slim-container .slim-bar {
    background: transparent !important;
    margin-top: -58px;
  }
  header .bottom-header .slim-container .slim-nav {
    background: #2e2e2e !important;
    margin-top: 50px !important;
  }
  header .bottom-header .slim-container a.slimNav_sk78-reveal {
    top: 8px;
  }
  header .top-header .row .col-lg-3 {
    margin-bottom: 5px;
  }
  header .top-header .row .col-lg-3:last-child {
    order: 2;
  }
  header .top-header .row .col-lg-6 {
    order: 3;
  }
  header .top-header a {
    font-size: 12px;
  }
  header .top-header img {
    width: 32%;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  header .bottom-header .slim-container a.slimNav_sk78-reveal {
    top: -10px;
    width: 30px;
  }
  header .bottom-header .slim-container a.slimNav_sk78-reveal span {
    margin-top: 4px;
    height: 4px;
  }
  header .bottom-header .container {
    max-width: 100% !important;
  }
  header .top-header a {
    font-size: 16px;
  }
}
header .top-header {
  background: #000;
  padding: 10px 0;
}
header .top-header a {
  color: #fff;
  font-weight: 500;
}
header .top-header a i {
  margin-right: 10PX;
}
header .bottom-header ul li {
  text-transform: uppercase;
  font-family: var(--inter);
  font-size: 16px;
}
header .bottom-header ul li a {
  color: #fff;
}
header .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

.banner {
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5)),url(./assets/images/banner-1-1.webp)no-repeat center/cover;
}
.banner .d-flex{
	height: 80vh;
}
.banner1 {
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5)),url(./assets/images/banner-1-2.webp)no-repeat center/cover;

}
.banner1 .d-flex{
	height: 80vh;
}
.banner2 {
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5)),url(./assets/images/banner-1-3.webp)no-repeat center/cover;
}
.banner3 {
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5)),url(./assets/images/banner-1-4.webp)no-repeat center/cover;
}
.banner4 {
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5)),url(./assets/images/banner-1-5.webp)no-repeat center/cover;
}
.banner5 {
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5)),url(./assets/images/banner-2-1.webp)no-repeat center/cover;
}
.banner6 {
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5)),url(./assets/images/banner-2-2.webp)no-repeat center/cover;
}
.banner2 .d-flex{
	height: 80vh;
}
.banner3 .d-flex{
	height: 80vh;
}
.banner4 .d-flex{
	height: 80vh;
}
.banner5 .d-flex{
	height: 80vh;
}
.banner6 .d-flex{
	height: 80vh;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
/*   .banner {
    padding: 120px 0;
  }
  .banner h1 {
    max-width: 510px;
  } */
}
@media screen and (min-width: 991px) {
/*   .banner {
    padding: 280px 0;
  } */
  .banner h2,  .banner1 h2,   .banner2 h2, .banner3 h2, .banner4 h2, .banner5 h2, .banner6 h2 {
    font-size: 60px;
    max-width: 850px;
  }
}
.banner h2, .banner1 h2, .banner2 h2, .banner3 h2, .banner4 h2, .banner5 h2, .banner6 h2  {
  color: #fff;
  font-family: var(--abhaya);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  margin: auto;
}

@media screen and (max-width: 990px) {
  .sec-2 .sec2-card {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .sec-2 .sec2-card .card-txt {
    width: 100% !important;
    box-shadow: 0 0 5px #848484 !important;
    padding: 20px !important;
    margin: 0 !important;
    margin-left: 0 !important;
  }
  .sec-2 .sec2-card .card-txt a {
    color: #000;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 5px;
  }
  .sec-2 .sec2-card .card-txt p {
    min-height: 111px;
  }
}
.sec-2 .sec2-card {
  position: relative;
}
.sec-2 .sec2-card .card-img img{
	height: 324.78px;
}
.sec-2 .sec2-card:hover .card-img img {
  transform: scale(1.1);
}
.sec-2 .sec2-card .card-txt {
  width: 83%;
  box-shadow: 0 0 5px #848484;
  padding: 30px 20px;
  margin: -60px 0 0;
  background: #fff;
  z-index: 9;
  position: relative;
  margin-left: 49px;
}
.sec-2 .sec2-card .card-txt p {
  font-family: var(--inter);
  margin-bottom: 0;
  font-size: 15px;
}
.sec-2 .sec2-card .card-txt h5 {
  font-family: var(--inter);
  font-size: 21px;
  font-weight: 700;
}
.sec-2 .sec2-card .card-img {
  position: relative;
  overflow: hidden;
}
.sec-2 .sec2-card .card-img img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.3s;
}
.sec-2 .sec2-card a.read-btn {
  background: #2e2e2e;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--inter);
  font-weight: 700;
  padding: 12px 20px;
  transform: rotate(-90deg);
  position: absolute;
  left: -35px;
  bottom: 42px;
  transition: all ease 0.3s;
}
.sec-2 .sec2-card a.read-btn:hover {
  background: #000;
}

.sec-3 {
  background: #ececec;
}
@media screen and (max-width: 990px) {
  .sec-3 .sec3-card {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .sec-3 .sec3-card .card-txt {
    width: 100% !important;
    box-shadow: 0 0 5px #848484 !important;
    padding: 20px !important;
    margin: 0 !important;
    margin-left: 0 !important;
  }
}
.sec-3 p.para {
  margin-bottom: 0;
}
.sec-3 .sec3-card {
  position: relative;
  margin-top: 30px;
}
.sec-3 .sec3-card:hover .card-img img {
  transform: scale(1.1);
}
.sec-3 .sec3-card .card-txt {
  width: 83%;
  box-shadow: 0 0 5px #848484;
  padding: 30px 20px;
  margin: -60px auto 0;
  background: #fff;
  z-index: 9;
  position: relative;
  text-align: center;
}
.sec-3 .sec3-card .card-txt p {
  font-family: var(--inter) !important;
  margin-bottom: 0;
  font-size: 15px;
	color: #808080;
}
.sec-3 .sec3-card .card-txt h5 {
  font-family: var(--inter) !important;
  font-size: 21px;
  font-weight: 700;
	color: #000;
}
.sec-3 .sec3-card .card-img {
  position: relative;
  overflow: hidden;
}
.sec-3 .sec3-card .card-img img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.3s;
}

.sec-3 .sec3-card a.read-btn {
  background: #2e2e2e;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--inter);
  font-weight: 700;
  padding: 12px 20px;
  transform: rotate(90deg);
  position: absolute;
  right: -35px;
  bottom: 42px;
  transition: all ease 0.3s;
}
.sec-3 .sec3-card a.read-btn:hover {
  background: #000;
}



.testimonial {
  padding: 30px 0 80px;
}
@media screen and (max-width: 990px) {
  .testimonial p.tp {
    max-width: 290px;
  }
  .testimonial .test-pro {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial .owl-item .client {
    left: 32px !important;
    bottom: 40px !important;
	  background: none;
  }
	 .testimonial .owl-dots{
/* 		bottom: -6px !important; */
	}
  .testimonial .owl-item .client img {
    width: 50% !important;
  }
  .testimonial p.tp {
    font-size: 14px;
  }
  .testimonial i {
    font-size: 50px !important;
  }
}
@media screen and (min-width: 991px) {
  .testimonial h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .testimonial p.tp {
    max-width: 450px !important;
  }
}
.testimonial .owl-item img {
  width: unset !important;
}
.testimonial p.para {
  margin-bottom: 20px;
}
.testimonial .test-card {
  display: flex;
  align-items: center;
  box-shadow: 0px 0 15px #9c9c9c;
  gap: 20px;
  border: 1px solid #ebebeb;
  position: relative;
}
.testimonial .test-card p.tp {
  margin-bottom: 0;
  max-width: 290px;
  min-height: 120px;
}
.testimonial .test-card .t-txt .test-pro {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}
.testimonial .test-card .t-txt .test-pro i {
  font-size: 80px;
  color: #dfdfdf;
}
.testimonial .test-card .t-txt h6 {
  font-weight: 800;
  font-family: var(--inter);
}
.testimonial .test-card .t-txt p {
  font-family: var(--inter);
  margin-bottom: 0;
}
.testimonial .test-card .client {
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 60px;
  display: flex;
  align-items: center;
}
.testimonial .owl-dots.disable,
.testimonial .owl-dots {
  display: flex !important;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.testimonial .owl-dots.disable button.owl-dot,
.testimonial .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  background: #fff !important;
  border-radius: 50%;
  border: 3px solid #6b6b6b !important;
}
.testimonial .owl-dots.disable button.owl-dot.active,
.testimonial .owl-dots button.owl-dot.active {
  border: 3px solid #000 !important;
}

.contact {
  background: #ececec;
}
.contact .form form input:not([type=submit]), .contact .form form textarea {
  background: rgba(255, 255, 255, 0.4235294118);
  border: 1px solid #868686;
  height: 45px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  color: #000;
  font-family: var(--inter);
}
.contact .form form input:not([type=submit])::-moz-placeholder, .contact .form form textarea::-moz-placeholder {
  font-style: italic;
  color: #000;
}
.contact .form form input:not([type=submit])::placeholder, .contact .form form textarea::placeholder {
  font-style: italic;
  color: #000;
}
.contact .form form textarea {
  height: 90px;
  resize: none;
  padding: 10px 0 0 10px;
}
.contact .form form input[type=submit] {
  padding: 12px 30px;
  background-color: #2e2e2e;
  color: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  justify-content: center;
  margin: auto;
  font-family: var(--inter);
  transition: all ease 0.3s;
}
.contact .form form input[type=submit]:hover {
  background-color: #000;
}

footer {
  background-color: #31302c;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  footer ul.soc {
    margin-bottom: 20px !important;
  }
}
footer h4 {
  color: #fff;
  font-weight: 800;
  font-family: var(--inter);
  position: relative;
  padding-bottom: 10px;
}
footer h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  border-radius: 30px;
  background-color: #fff;
}
footer a {
  display: flex;
  gap: 10px;
  color: #dddddd;
  font-family: var(--inter);
  max-width: 271px;
  transition: all ease 0.3s;
}
footer ul li {
  font-weight: 400;
}
footer ul li a {
  line-height: 2.5;
}
footer ul li:hover a {
  color: #fff;
}
footer ul.soc {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer iframe {
  width: 100%;
  margin-top: 20px;
  height: 220px;
}

.footer-bottom {
  background: #000;
  padding: 5px;
}
.footer-bottom p {
  margin-bottom: 0 !important;
  font-family: var(--inter);
  color: #fff;
  font-weight: 500;
}
.footer-bottom p a {
  color: #fff;
}

.about h2 {
  font-weight: 600;
  color: #2e2e2e;
  font-family: var(--inter);
}
.about P {
  color: #747474;
  font-family: var(--inter);
  line-height: 28px;
}
.about img {
  width: 100%;
  max-height: 420px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-ban {
  background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5)),url(./assets/images/inner-bg.png);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}
.about-bg {
  background-image: url(./assets/images/mono-2.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
}

.design-bg {
  background-image: url(./assets/images/mono-1.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}
.blog-bg {
  background-image: url(./assets/images/mono1-1.jpg);
  padding: 100px 0;
  background-size: cover;
  background-position: top center;
}
.testimonials-bg {
  background-image: url(./assets/images/carports-1.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: top center;
}
.contact-bg {
  background-image: url(./assets/images/gates-screen-3.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
}
.curved-bg {
  background-image: url(./assets/images/curved-5.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
}
.mono-bg {
  background-image: url(./assets/images/mono-1.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}
.gable-bg {
  background-image: url(./assets/images/gable-3.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}
.custom-builds-bg {
  background-image: url(./assets/images/custom-builds-4.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}

.outdoor-blinds-bg {
  background-image: url(./assets/images/outdoor-blinds-2.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}
.gates-screens-bg {
  background-image: url(./assets/images/gates-screen-3.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}

.carports-bg {
  background-image: url(./assets/images/carports-5.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}
.fabrication-bg {
  background-image: url(./assets/images/fabrication-1.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}
.services-bg {
  background-image: url(./assets/images/custom-builds-5.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}
.single-blog-bg {
  background-image: url(./assets/images/custom-builds-5.webp);
  padding: 100px 0;
  background-size: cover;
  background-position: center right;
}
@media screen and (min-width: 991px) {
  .inner-ban h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .inner-ban {
    background-position: center center;
    padding: 50px 0;
  }
}
.inner-ban h2 {
  font-weight: 700;
}

.blog {
  padding: 30px 0 50px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .blog {
    padding: 70px 0 90px;
  }
}
.blog p.para {
  max-width: 650px;
}
.blog .blog-card {
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog .blog-card:hover img {
  transform: scale(1.1);
}
.blog .blog-card .blog-img {
  overflow: hidden;
}
.blog .blog-card .blog-img img {
  transition: all 0.4s ease;
  width: 100%;
}
.blog .blog-card .blog-txt {
  padding: 30px;
  background: #f5f5f5;
}
.blog .blog-card .blog-txt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px !important;
}
.blog .blog-card .blog-txt ul li a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--inter);
}
.blog .blog-card .blog-txt ul li a i {
  margin-right: 4px;
}
.blog .blog-card .blog-txt ul li:hover a {
  color: var(--primary);
}
.blog .blog-card .blog-txt h4 {
  color: #0a1a42;
  font-weight: 700;
  font-family: var(--inter);
}
@media screen and (min-width: 991px) {
  .blog .blog-card .blog-txt h4 {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
}
.blog .blog-card .blog-txt p {
  color: #8b8f9f;
  font-family: var(--inter);
}
.blog .blog-card .blog-txt a {
  color: var(--primary);
  font-weight: 500;
  font-family: var(--inter);
}
.blog .blog-card .blog-txt a i {
  margin-left: 4px;
}

.blog-details {
  padding: 30px 0;
}
@media screen and (min-width: 991px) {
  .blog-details {
    padding: 70px 0 !important;
  }
}
.blog-details img {
  width: 100%;
}
.blog-details h4 {
  font-size: 20px;
  color: #2e2e2e;
  letter-spacing: 1px;
  font-family: var(--inter);
}
.blog-details .blog-txt {
  padding: 20px;
  box-shadow: 0px 0px 2px rgba(105, 105, 105, 0.4392156863);
  position: relative;
}
.blog-details .blog-txt h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  transition: all ease 0.3s;
  font-family: var(--inter);
}
.blog-details .blog-txt p.date {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--inter);
}
.blog-details .blog-txt p {
  font-size: 14px;
  color: #696969;
  transition: all ease 0.3s;
  font-family: var(--inter);
}
.blog-details .b-right {
  border-bottom: 1px solid #acacac;
  padding-bottom: 36px;
  position: sticky;
  padding-top: 30px;
  top: 50px;
}
.blog-details .b-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary);
  border-radius: 10px;
}
.blog-details .b-right .sidebarimg img {
  width: 24%;
}
.blog-details .b-right:first-child {
  border: none;
  padding-bottom: 0 !important;
}
.blog-details .b-right:last-child {
  border: none !important;
}
.blog-details .b-right h5 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 0 24px;
  font-weight: 700;
  position: relative;
  font-family: var(--inter);
}
.blog-details .b-right h5::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  margin: auto 16px;
}
.blog-details .b-right p {
  font-size: 15px;
  color: #000;
  max-width: 270px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0 !important;
  font-family: var(--inter);
}
.blog-details .b-right .post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-details .b-right .post:last-child {
  margin-bottom: 0;
}
.blog-details .b-right .post .p-txt {
  margin-left: 20px;
}
.blog-details .b-right .post .p-txt:hover h6 a {
  color: #154f7c;
}
.blog-details .b-right .post .p-txt h6 {
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 600;
}
.blog-details .b-right .post .p-txt h6 a {
  color: #6b6b6b;
  transition: all ease 0.3s;
}
.blog-details .b-right .post .p-txt p {
  margin: 0 !important;
  padding: 0;
  color: #154f7c;
  font-family: var(--inter);
}
.blog-details .b-right ul li {
  list-style-type: none;
  font-family: var(--inter);
  margin-bottom: 30px;
}
.blog-details .b-right ul li i {
  font-size: 14px;
  margin-right: 12px;
}
.blog-details .b-right ul li a {
  font-size: 16px;
  color: #5f5f5f;
}

.contact {
  padding: 30px 0;
}
@media screen and (min-width: 991px) {
  .contact {
    padding: 90px 0;
  }
  .contact .contact-txt {
    border-radius: 24px 0 0 24px;
  }
  .contact .contact-form {
    border-radius: 0 24px 24px 0;
  }
}
.contact .contact-txt {
  background: #5e5e5e;
  padding: 40px;
}
.contact .contact-txt h2,
.contact .contact-txt h5,
.contact .contact-txt p {
  color: #fff;
  font-family: var(--inter);
}
.contact .contact-txt p.heading {
  color: #f1f1f1;
  margin-bottom: 16px;
}
.contact .contact-txt h5 {
  margin-bottom: 29px;
  font-weight: 700;
}
.contact .contact-form {
  padding: 40px;
  background: #ececec;
}
.contact .contact-form P {
  font-family: var(--inter);
}
.contact .contact-form label {
  font-weight: 700;
  display: block;
  color: #464646;
}
.contact .contact-form input,
.contact .contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dfdfdf;
}
.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.contact .contact-form textarea {
  height: 85px;
  resize: none;
}
.contact .contact-form input[type=submit] {
  padding: 10px;
  background-color: #5e5e5e;
  color: #fff;
  font-weight: 700;
  font-family: var(--inter);
}

.slider-nav .more-wrapper-content{
    padding: 0 10px;
}
.slider-nav .mor-img-card img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.more-single .slick-prev:before, .slick-next:before{
    color: #000 !important;
}

/* cstm btn */
.button {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 5px;
 background: #183153;
 font-family: "Montserrat", sans-serif;
 box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
 overflow: hidden;
 border: none;
}

.button:after {
 content: " ";
 width: 0%;
 height: 100%;
 background: #FFD401;
 position: absolute;
 transition: all 0.4s ease-in-out;
 right: 0;
}

.button:hover::after {
 right: auto;
 left: 0;
 width: 100%;
}

.button span {
 text-align: center;
 text-decoration: none;
 width: 100%;
 padding: 15px 20px;
 color: #fff;
 font-size: .8;
 font-weight: 700;
 letter-spacing: 0.3em;
 z-index: 20;
 transition: all 0.3s ease-in-out;
}

.button:hover span {
 color: #183153;
 animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
 0% {
  transform: scale(1);
 }

 50% {
  transform: scale(0.95);
 }

 100% {
  transform: scale(1);
 }
}
.contact-form input,.contact-form input:focus{
    border: 0;
    margin-top: 15px;
    background: #ECF1F8;
    padding: 15px 10px;
    border-radius: 0;
    box-shadow: none;
}
.contact-form textarea,.contact-form textarea:focus{
    border: 0;
    margin-top: 15px;
    background: #ECF1F8;
    padding: 15px 10px;
    border-radius: 0;
    box-shadow: none;
}
.client{
	background: #636363;
}
.client .client-wrapper .client-content img{
	width: 200px;
	height: 100px;
	object-fit: contain;
}
.client .client-wrapper .client-content img{
	margin: 0 auto;
}


/* filler section */

.filler{
	background: #2e2e2e;
}

.filler h3{
	color: #fff;
}

.filler a{
	color: #fff;
}
.filler .filler-btn .button, .review .button {
 display: inline-block;
 padding: 12px 24px;
 border: 1px solid #4f4f4f;
 border-radius: 4px;
 transition: all 0.2s ease-in;
 position: relative;
 overflow: hidden;
 font-size: 19px;
 color: black;
 z-index: 1;
	background: #fff;
}

.filler .filler-btn .button:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: #fff;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.filler .filler-btn .button:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #39bda7;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.filler .filler-btn .button:hover {
 color: #ffffff;
 border: 1px solid #183153;
}

.filler .filler-btn .button:hover:before {
 top: -35%;
 background-color: #183153;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.filler .filler-btn .button:hover:after {
 top: -45%;
 background-color: #183153;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


 .review .button {
 display: inline-block;
 padding: 10px 24px;
 border: 1px solid #4f4f4f;
 border-radius: 4px;
 transition: all 0.2s ease-in;
 position: relative;
 overflow: hidden;
 color: black;
 z-index: 1;
	background: #fff;
	 transition: all .5s ease-in-out;
}
.review .button:hover{
	background: #2e2e2e;
	color: #fff;
}


@media screen and (min-width:991px){
	.more-img-card img{
	height: 520px;
}
}
.more-single .slick-dots{
	display:none !important;
}
@media screen and (max-width:768px){
	.more-img-card img{
	height: 300px;
	width: 100%;
		object-fit:cover;
}
}
.slick-track:before, .slick-track:after {
    display: none !important;
    content: '';
}
/*# sourceMappingURL=style.css.map */



/* landing page  */

.landing-banner{background:url(https://www.matrixmetalsolutions.co.nz/wp-content/uploads/2023/11/banner-landing.webp); background-size:cover; background-repeat:no-repeat;}