* {
  padding: 0;
  margin: 0;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #a0a1ca #dedede;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a0a1ca;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #978484;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
}

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

article {
  margin: 0 0 30px 0;
  overflow: hidden;
}

figure {
  margin: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0;
}

.img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgp-wrap {
  background: #fff;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.imgp-wrap img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes shape-zoom {
  50% {
    right: -15px;
    top: -15px;
  }
  100% {
    right: 0;
    top: 0;
  }
}
@keyframes float-bob {
  0% {
    transform: translatex(-50px);
  }
  50% {
    transform: translatex(-15px);
  }
  100% {
    transform: translatex(-50px);
  }
}
@keyframes zoom-inout {
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes infoslide {
  0% {
    left: 0;
    box-shadow: 3px 5px 4px 4px rgba(0, 0, 0, 0.3);
  }
  50% {
    left: calc(100% - 150px);
    box-shadow: -3px 5px 4px 4px rgba(0, 0, 0, 0.3);
  }
  100% {
    left: 0;
    box-shadow: 3px 5px 4px 4px rgba(0, 0, 0, 0.3);
  }
}
@keyframes machine-rotate {
  100% {
    transform: rotate(360deg);
  }
}
header {
  padding: 5px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7203256303) 22%, rgba(0, 0, 0, 0) 100%);
}
header .logo-wrap {
  display: flex;
  align-items: center;
}
header .logo-wrap a {
  flex-shrink: 0;
}
header .logo-wrap a img {
  max-width: 100px;
  width: 100%;
}
header .slogan h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #B4B1AF;
  font-size: 1.8rem;
  margin: 0;
}
header .slogan h1 span {
  display: block;
  color: #B4B1AF;
}
header .slogan strong {
  font-size: 14px;
  text-transform: uppercase;
  color: #B4B1AF;
  letter-spacing: 1px;
}
header .top-b .social-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
header .top-b .social-bar li {
  display: inline-block;
}
header .top-b .social-bar li a i {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
header .top-b .social-bar li a:hover i {
  background-color: #B4B1AF;
}
header .t-contact {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
header .t-contact .tc-wrap {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
header .t-contact .tc-wrap a {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #fff;
}
header .t-contact .tc-wrap a:hover {
  color: #B4B1AF;
}
header .t-contact .tc-wrap a i {
  font-size: 14px;
  color: #1f1f1f;
  height: 40px;
  width: 40px;
  line-height: 32px;
  text-align: center;
  border: 4px solid #B4B1AF;
  transition: 0.4s ease-in-out;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  color: #B4B1AF;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23), 0 0 5px #aaa inset;
}
header .t-contact .tc-wrap a .tc-dtl small {
  display: block;
  line-height: 20px;
  font-size: 12px;
}
header .t-contact .tc-wrap a .tc-dtl strong {
  display: block;
}
header .g-quote a {
  background-color: #B4B1AF;
  padding: 12px 20px;
  border-radius: 4px;
  color: #B4B1AF;
  text-transform: capitalize;
  transition: 0.4s ease-in-out;
  border: 1px solid #999;
  border-radius: 0;
  font-weight: 500;
  display: block;
  text-align: center;
}
header .g-quote a i {
  margin: 0 0 0 5px;
}
header .g-quote a:hover {
  background-color: #B4B1AF;
  color: #fff;
}

.nav-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  margin: 5px 0 0 0;
}

.nav-sec .navbar-collapse {
  justify-content: flex-end;
}
.nav-sec .navbar {
  padding: 0;
}
.nav-sec .main-navigation {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  justify-content: center;
  border-radius: 4px;
}
.nav-sec .main-navigation .menu-item {
  position: relative;
}
.nav-sec .main-navigation .menu-item:before {
  content: "";
  height: 8px;
  width: 1px;
  background: #1f1f1f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-sec .main-navigation .menu-item:last-of-type:before {
  display: none;
}
.nav-sec .main-navigation .menu-item:hover {
  background-color: #B4B1AF;
  transition: 0.4s ease-in-out;
  border-color: #B4B1AF;
}
.nav-sec .main-navigation .menu-item:hover > a {
  color: #111;
  border-radius: 50%;
}
.nav-sec .main-navigation .menu-item a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 17px;
  padding: 10px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #B4B1AF;
  letter-spacing: 1px;
  border-radius: 50px;
}
.nav-sec .main-navigation .menu-item a:hover {
  background-color: #B4B1AF;
  transition: 0.4s ease-in-out;
  border-color: #B4B1AF;
  color: #111;
}
.nav-sec .main-navigation .menu-item.active a {
  transition: 0.4s ease-in-out;
  border-color: #B4B1AF;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children {
  position: relative;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  margin: 0;
  background: #111;
  border-radius: 0;
  padding: 0;
  width: 310px;
  animation-duration: 0.3s;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item::before {
  display: none;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  text-align: left;
  line-height: 30px;
  border-radius: 0;
  display: block;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #B4B1AF;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*slider section*/
.slider-wrap {
  position: relative;
}
.slider-wrap .slider-bg {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.slider-wrap .slider-bg .slide-sec .slide-img {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  margin: 0;
}
.slider-wrap .slider-bg .slide-sec .slide-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .slider-bg .slide-sec .s-caption {
  position: absolute;
  top: 55%;
  transform: translatey(-50%);
  left: 5%;
  z-index: 1;
  padding: 50px 0;
  text-align: left;
  max-width: 700px;
}
.slider-wrap .slider-bg .slide-sec .s-caption small {
  font-size: 20px;
  display: block;
  color: #B4B1AF;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}
.slider-wrap .slider-bg .slide-sec .s-caption strong {
  font-size: 54px;
  color: #B4B1AF;
  text-transform: capitalize;
  display: block;
  line-height: 60px;
  margin: 0 0 15px 0;
  padding: 20px 0 20px 10px;
  border-left: 4px solid #B4B1AF;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a {
  background-color: #B4B1AF;
  color: #fff;
  display: inline-block;
  padding: 10px 50px 10px 10px;
  position: relative;
  border-radius: 50px;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.4s ease-in-out;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:hover:before {
  right: 0;
}
.slider-wrap .slider-bg .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translatex(-50%);
}
.slider-wrap .slider-bg .owl-dots .owl-dot span {
  width: 10px;
  height: 5px;
  background: #B4B1AF;
  border-radius: 0;
}
.slider-wrap .slider-bg .owl-dots .owl-dot.active span {
  background: #B4B1AF;
}
.slider-wrap .slider-bg .quick-form {
  position: absolute;
  bottom: 5%;
  right: 7%;
  z-index: 2;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}
.slider-wrap .slider-bg .quick-form h3 {
  color: #B4B1AF;
  margin: 0 0 15px 0;
  font-size: 24px;
}

/*welcome section*/
/*services section*/
.headings {
  text-align: center;
  margin: 0 0 50px 0;
  position: relative;
}
.headings .big-title {
  font-size: 150px;
  position: absolute;
  left: 0;
  top: -51px;
  text-transform: uppercase;
  font-family: var(--font-primary);
  font-weight: 700;
  background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
  opacity: 0.5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 93px;
  display: flex;
  align-items: center;
  -webkit-text-stroke: 1px #000000;
  left: 50%;
  transform: translateX(-50%);
  min-width: -moz-max-content;
  min-width: max-content;
}
.headings h3 {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #eceff3;
  margin: 0;
}
.headings .heading-line span {
  height: 1px;
  width: 30px;
  background-color: #B4B1AF;
  display: inline-block;
  position: relative;
}
.headings .heading-line span:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  top: 50%;
  transform: traqnslatey(-50%);
  width: 15px;
  right: 100%;
  margin-right: 15px;
}
.headings .heading-line span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  top: 50%;
  transform: traqnslatey(-50%);
  width: 15px;
  left: 100%;
  margin-left: 15px;
}

.services {
  padding: 100px 0 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.services:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
}
.services .container {
  position: relative;
}
.services .container .serv-card {
  margin: 0 0 30px 0;
  text-align: center;
}
.services .container .serv-card .img-wrap {
  padding: 10px;
  position: relative;
  transition: 0.4s ease-in-out;
  max-width: 200px;
  margin: 0 auto;
}
.services .container .serv-card .img-wrap:before {
  content: "";
  border: 1px solid #B4B1AF;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  backdrop-filter: blur(30px);
  border-radius: 20px;
}
.services .container .serv-card .img-wrap figure {
  border-radius: 20px;
  overflow: hidden;
}
.services .container .serv-card:hover .img-wrap {
  padding: 0;
}
.services .container .serv-card .serv-dtl {
  position: relative;
  padding: 10px 20px 10px 20px;
  backdrop-filter: blur(5px);
  transition: 0.4s ease-in-out;
  min-height: 335px;
  border-radius: 20px;
}
.services .container .serv-card .serv-dtl h4 {
  font-size: 1.2rem;
}
.services .container .serv-card .serv-dtl h4 a {
  color: #B4B1AF;
  padding: 5px 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.services .container .serv-card .serv-dtl h4 a:hover {
  color: #fff;
}
.services .container .serv-card .serv-dtl p {
  color: #999;
  margin: 0 0 15px 0;
}
.services .container .serv-card .serv-dtl .r-more {
  text-align: center;
}
.services .container .serv-card .serv-dtl .r-more a {
  display: inline-block;
  margin: 0;
  color: red;
  padding: 10px;
  border: 2px solid #5a5a5a;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}
.services .container .serv-card .serv-dtl .r-more a:hover {
  border-color: #B4B1AF;
  color: #B4B1AF;
}
.services .container .serv-card:hover .serv-dtl {
  border-color: #B4B1AF;
}

/*about section*/
.welcome-sec {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.welcome-sec .headings {
  text-align: left;
  margin: 0 0 30px 0;
}
.welcome-sec .headings h3 {
  color: #000;
}
.welcome-sec .container {
  position: relative;
}
.welcome-sec .welcome-wrap > small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  color: #1f1f1f;
}
.welcome-sec .welcome-wrap > small:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  right: 0;
  background: #eee;
}
.welcome-sec .welcome-wrap h2 {
  color: #B4B1AF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 56px;
}
.welcome-sec .welcome-wrap ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.welcome-sec .welcome-wrap ul li {
  display: inline-block;
  padding: 10px;
  background-color: #1f1f1f;
  color: #B4B1AF;
  padding: 10px 10px 10px 40px;
  text-transform: capitalize;
  position: relative;
  margin: 0 10px 20px 0;
}
.welcome-sec .welcome-wrap ul li:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1f1f1f;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.welcome-sec .welcome-wrap ul li:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 50%;
  transform: translatey(-50%);
  border: 2px solid #B4B1AF;
  border-radius: 50%;
}
.welcome-sec .welcome-wrap p {
  color: #1f1f1f;
  margin: 0 0 20px 0;
}
.welcome-sec .welcome-wrap .btn-primary a {
  color: #111;
  display: inline-block;
  padding: 10px 50px 10px 10px;
  position: relative;
  border: 2px solid #B4B1AF;
  border-radius: 50px;
}
.welcome-sec .welcome-wrap .btn-primary a:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #111;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.4s ease-in-out;
}
.welcome-sec .welcome-wrap .btn-primary a:hover:before {
  right: 0;
}
.welcome-sec .wel-img {
  position: relative;
}
.welcome-sec .wel-img .why-info {
  width: 150px;
  height: 120px;
  text-align: center;
  background-color: #B4B1AF;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px dashed #1f1f1f;
  position: absolute;
  bottom: -60px;
  transition: 0.4s ease-in-out;
  animation: infoslide 20s infinite;
}
.welcome-sec .wel-img .why-info p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

/*for banner counter*/
.banner-count {
  padding: 50px 0 20px 0;
  background-color: #1f1f1f;
}
.banner-count .banr-card {
  text-align: center;
  margin: 0 0 30px 0;
}
.banner-count .banr-card .icon-wrap {
  margin: 0 0 15px 0;
  position: relative;
  display: inline-block;
}
.banner-count .banr-card .icon-wrap:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 2px solid #B4B1AF;
  opacity: 0.5;
  animation-name: zoom-inout;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  box-shadow: 0px 0px 5px 5px rgba(250, 161, 11, 0.2);
}
.banner-count .banr-card .icon-wrap i {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #B4B1AF;
  font-size: 36px;
  line-height: 100px;
  color: #111;
}
.banner-count .banr-card .banr-counter strong {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
}
.banner-count .banr-card .banr-title strong {
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*for why choose us section*/
.why-us {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.why-us:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 80%;
  position: absolute;
  background-color: #1f1f1f;
}
.why-us .headings {
  text-align: left;
}
.why-us .headings .big-title {
  left: 0;
  transform: initial;
  opacity: 0.1;
}
.why-us .headings h3 {
  color: #1f1f1f;
}
.why-us .headings .heading-line span:before {
  display: none;
}
.why-us .headings .heading-line span:after {
  background-color: #eee;
}
.why-us .why-card p {
  color: #333;
  margin: 0 0 30px 0;
}
.why-us .why-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.why-us .why-card ul li {
  color: #111;
  margin: 0 0 20px 0;
  width: 48%;
  display: flex;
  flex-shrink: 0;
  padding: 0 10px;
}
.why-us .why-card ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #B4B1AF;
  border-right: none;
  border-bottom: none;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  color: #111;
  box-shadow: -2px -2px 3px -2px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.why-us .why-img {
  position: relative;
  padding: 30px 30px 0 30px;
  text-align: center;
}
.why-us .why-img img {
  margin: 0 auto;
}

/*for highlights*/
.highlights {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.highlights:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
}
.highlights .container {
  position: relative;
}
.highlights .high-card {
  text-align: center;
  padding: 20px;
  position: relative;
}
.highlights .high-card .img-wrap {
  display: inline-block;
  margin: 0 0 10px 0;
}
.highlights .high-card .img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 4px solid #B4B1AF;
  opacity: 0.3;
  border-radius: 20px;
}
.highlights .high-card .img-wrap figure {
  width: 200px;
  padding-top: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.highlights .high-card .icon-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.highlights .high-card .icon-wrap i {
  font-size: 40px;
  background-color: #B4B1AF;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  border-radius: 20px;
  flex-shrink: 0;
}
.highlights .high-card .icon-wrap a {
  display: block;
  color: #999999;
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 10px;
  text-align: left;
}

/*testimonials section*/
.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.testimonials .container {
  position: relative;
}
.testimonials .testi-main .headings h3 {
  color: #fff;
}
.testimonials .testi-main .headings {
  text-align: center;
}
.testimonials .testi-main .headings .heading-line span:after, .testimonials .testi-main .headings .heading-line span:before {
  background-color: #eee;
}
.testimonials .testi-main .testi-card {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 40px 50px;
  margin: 10px 50px;
  position: relative;
  transition: 0.4s ease-in-out;
  box-shadow: -3px -3px 4px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed #999;
  border-right: 1px dashed #999;
  border-radius: 20px;
  text-align: left;
}
.testimonials .testi-main .testi-card q {
  color: #111;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-style: italic;
}
.testimonials .testi-main .testi-card .testi-profile {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl {
  position: relative;
  text-align: left;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl strong {
  color: #fff;
  font-size: 20px;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl small {
  background-color: #B4B1AF;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
}
.testimonials .testi-main .testi-card .testi-profile .icon-wrap {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.testimonials .testi-main .testi-card .testi-profile .icon-wrap i {
  font-size: 80px;
  color: #B4B1AF;
  opacity: 0.5;
  height: 120px;
  width: 120px;
  line-height: 120px;
  border-radius: 50%;
  background-color: rgba(180, 177, 175, 0.4);
  text-align: center;
}
.testimonials .testi-main .owl-dots {
  text-align: center;
}
.testimonials .testi-main .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 0 10px 0 0;
  opacity: 0.3;
  width: 20px;
  height: 5px;
}
.testimonials .testi-main .owl-dots .owl-dot.active span {
  background: #B4B1AF;
  opacity: 1;
}

/*blog section*/
.blogs {
  padding: 100px 0 70px 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.blogs .headings .big-title {
  opacity: 0.1;
}
.blogs .headings h3 {
  color: #1f1f1f;
}
.blogs .container {
  position: relative;
}
.blogs .blog-card {
  margin: 0 0 30px 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px 20px 0 0;
}
.blogs .blog-card .img-wrap figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.blogs .blog-card .b-date {
  color: #999;
  padding: 10px 0;
  font-size: 20px;
}
.blogs .blog-card .blog-dtl {
  border: 1px solid #333;
  padding: 10px;
}
.blogs .blog-card .blog-dtl h4 a {
  color: #1f1f1f;
  font-size: 20px;
}
.blogs .blog-card .blog-dtl h4 a:hover {
  color: #B4B1AF;
}
.blogs .blog-card .blog-dtl p {
  color: #777;
  margin: 0 0 20px 0;
  font-size: 16px;
}
.blogs .blog-card .blog-dtl .r-more {
  text-align: center;
}
.blogs .blog-card .blog-dtl .r-more a {
  display: inline-block;
  margin: 0 -10px 0 0;
  color: #111;
  padding: 10px 10px;
  border: 4px solid #5a5a5a;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}
.blogs .blog-card .blog-dtl .r-more a:hover {
  border-color: #B4B1AF;
  color: #B4B1AF;
}

/*for footer*/
footer {
  background-color: #101010;
  padding: 30px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
footer .container {
  position: relative;
}
footer .f-logo {
  margin: 0 0 40px 0;
  text-align: center;
}
footer .f-logo img {
  max-width: 200px;
}
footer .social-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
footer .social-bar li {
  display: inline-block;
}
footer .social-bar li a i {
  display: inline-block;
  font-size: 18px;
  color: #B4B1AF;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
footer .social-bar li a:hover i {
  background-color: #B4B1AF;
}
footer .foot-wrap {
  position: relative;
  padding: 20px;
}
footer .foot-wrap h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  position: relative;
  border-left: 4px solid #B4B1AF;
  padding: 10px 10px 10px 20px;
  position: relative;
  border-radius: 50px;
}
footer .foot-wrap .foot-list {
  list-style: none;
  padding: 0;
  position: relative;
}
footer .foot-wrap .foot-list li {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}
footer .foot-wrap .foot-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 2px solid #B4B1AF;
  transition: 0.4s ease-in-out;
  border-radius: 50%;
}
footer .foot-wrap .foot-list li:hover:before {
  left: 5px;
}
footer .foot-wrap .foot-list li a {
  color: #999;
  text-transform: capitalize;
}
footer .foot-wrap .foot-list li a:hover {
  color: #B4B1AF;
}
footer .foot-wrap .foot-contact {
  list-style: none;
  padding: 0;
}
footer .foot-wrap .foot-contact li {
  margin: 0 0 10px 0;
}
footer .foot-wrap .foot-contact li a {
  color: #999;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-break: anywhere;
}
footer .foot-wrap .foot-contact li a:hover {
  color: #B4B1AF;
}
footer .foot-wrap .foot-contact li a i {
  font-size: 16px;
  text-align: center;
  color: #B4B1AF;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
footer .copy-r {
  padding: 40px 0;
  margin: 20px 0 0 0;
  background-color: rgba(180, 177, 175, 0.2);
}
footer .copy-r .copy-contn {
  justify-content: space-between;
  display: flex;
  color: #fff;
}
footer .copy-r .copy-contn strong {
  font-weight: 400;
}
footer .copy-r .copy-contn a {
  color: #B4B1AF;
}

.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 80px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9;
  color: #fff;
}
.scrollTop:hover {
  bottom: 85px;
}
.scrollTop i {
  color: #fff;
  background-color: #B4B1AF;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
  font-size: 20px;
}

/*inner page page-banner*/
.page-banner {
  padding: 250px 0 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.page-banner .container {
  position: relative;
}
.page-banner .container .banr-wrap {
  text-align: center;
}
.page-banner .container .banr-wrap h2 {
  color: #B4B1AF;
  display: inline-block;
  position: relative;
  padding: 0 100px 0 100px;
}
.page-banner .container .banr-wrap h2:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #B4B1AF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.page-banner .container .banr-wrap h2:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #B4B1AF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}

/*service single page*/
.form-wrap h3 {
  color: #B4B1AF;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.form-wrap h3:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #B4B1AF;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}
.form-wrap form h4 {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
.form-wrap form .form-control,
.form-wrap form .form-select {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #777;
}
.form-wrap form .form-control::-moz-placeholder, .form-wrap form .form-select::-moz-placeholder {
  color: #777;
}
.form-wrap form .form-control::placeholder,
.form-wrap form .form-select::placeholder {
  color: #777;
}
.form-wrap form .form-control:focus,
.form-wrap form .form-select:focus {
  border-color: #B4B1AF;
  box-shadow: none;
}
.form-wrap form .btn {
  color: #B4B1AF;
  display: inline-block;
  padding: 10px 50px 10px 10px;
  position: relative;
  text-transform: capitalize;
  background: none;
  border: none;
  font-weight: 500;
  border: 2px solid #B4B1AF;
  border-radius: 50px;
}
.form-wrap form .btn:hover {
  background-color: none !important;
}
.form-wrap form .btn:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #B4B1AF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.4s ease-in-out;
}
.form-wrap form .btn:hover:before {
  right: -5px;
}

.service-inq {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.service-inq form .form-control {
  border-color: #555;
}
.service-inq form .btn {
  color: #111;
}
.service-inq .welcome-wrap ul li {
  display: block;
  background-color: transparent;
  color: #B4B1AF;
  font-weight: 700;
}
.service-inq .welcome-wrap ul li:after {
  height: 1px;
  opacity: 0.2;
}

/*gallery page*/
.pictures-wrap {
  padding: 100px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pictures-wrap .headings .big-title {
  opacity: 0.1;
}
.pictures-wrap .headings h3 {
  color: #1f1f1f;
}
.pictures-wrap .container {
  position: relative;
}
.pictures-wrap .picture-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.pictures-wrap .picture-card .img-wrap {
  border: 1px solid rgba(215, 171, 121, 0.4);
  border-radius: 5px;
}
.pictures-wrap .picture-card .img-wrap figure {
  padding-top: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.pictures-wrap .picture-card .img-wrap figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.pictures-wrap .picture-card .img-wrap figure img {
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.pictures-wrap .picture-card .img-wrap .pic-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 20px;
  color: #eee;
  text-align: left;
  text-transform: capitalize;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.pictures-wrap .picture-card .img-wrap .pic-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 10px;
  height: 100%;
  background-color: #B4B1AF;
  opacity: 0.5;
}
.pictures-wrap .picture-card .img-wrap .pic-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 10px;
  height: 1px;
  background-color: #B4B1AF;
}
.pictures-wrap .picture-card .img-wrap .pic-title strong {
  font-size: 1.2rem;
}
.pictures-wrap .picture-card:hover figure:before {
  opacity: 1;
}
.pictures-wrap .picture-card:hover figure img {
  transform: scale(1.2) rotate(-5deg);
}
.pictures-wrap .picture-card .pic-dtls {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  text-align: center;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.pictures-wrap .picture-card .pic-dtls a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  margin: 0;
  display: inline-block;
  letter-spacing: initial;
  background: #B4B1AF;
  opacity: 0.5;
  font-size: 14px;
}
.pictures-wrap .picture-card .pic-dtls a:hover {
  opacity: 1;
  color: #fff;
}
.pictures-wrap .picture-card:hover .pic-dtls {
  opacity: 1;
}

.v-all {
  text-align: right;
  padding: 30px 0 0 0;
}
.v-all a {
  border-top: 4px solid #B4B1AF;
  border-top: 4px solid #B4B1AF;
  border-left: 4px solid #B4B1AF;
  display: inline-block;
  padding: 10px 40px;
  color: #B4B1AF;
  font-weight: 500;
  border-radius: 20px 0 0 0;
}
.v-all a:hover {
  background-color: #B4B1AF;
  color: #1f1f1f;
}
.v-all a i {
  transform: scale(-1) rotate(90deg);
  margin: 0 5px 0 0;
}

.pgnation .pagination {
  justify-content: center;
}
.pgnation .pagination .page-item .page-link {
  margin: 5px;
  border-color: #B4B1AF;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: #111;
}
.pgnation .pagination .page-item .page-link:hover {
  background: #B4B1AF;
  border-color: #B4B1AF;
  color: #fff;
}
.pgnation .pagination .page-item.active .page-link {
  background: #B4B1AF;
  border-color: #B4B1AF;
}
.pgnation .pagination .page-item:first-child .page-link, .pgnation .pagination .page-item:last-child .page-link {
  border-radius: 50%;
}

/*FAQs page*/
.faq-body {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.faq-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.faq-body .container {
  position: relative;
}
.faq-body .container .card {
  border: none;
  margin: 0 0 20px 0;
  background: none;
}
.faq-body .container .card .card-header {
  background: #B4B1AF;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #000;
  border-radius: 4px;
}
.faq-body .container .card .card-header .mb-0 > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #000;
}
.faq-body .container .card .card-header .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.faq-body .container .card .card-body {
  background: #B4B1AF;
  color: #999;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 10px 20px 10px;
}

/*contact page*/
.contact-body {
  padding: 100px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  position: relative;
}
.contact-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.contact-body .container {
  position: relative;
}
.contact-body .pckg-form {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin: 0 0 30px 0;
}
.contact-body .ft-card {
  text-align: left;
  margin: 0 0 30px 0;
  display: flex;
}
.contact-body .ft-card .icon-wrap {
  display: inline-block;
  margin: 0 10px 20px 0;
}
.contact-body .ft-card .icon-wrap span {
  color: #B4B1AF;
  width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
  font-size: 54px;
}
.contact-body .ft-card .ft-dtl strong {
  display: block;
  text-transform: capitalize;
  color: #B4B1AF;
}
.contact-body .ft-card .ft-dtl small {
  font-weight: 500;
  color: #eee;
  font-size: 20px;
}
.contact-body .ft-card .ft-dtl small a {
  font-weight: 500;
  color: #eee;
}
.contact-body .ft-card .ft-dtl small a:hover {
  color: #B4B1AF;
}
.contact-body .form-wrap {
  margin: 0 0 30px 0;
}
.contact-body .map-wrap {
  border-radius: 20px;
  overflow: hidden;
}

/*for quick quote*/
#quoteModal .modal-header {
  background-color: #B4B1AF;
}
#quoteModal .modal-body {
  background-color: #B4B1AF;
  border: 1px solid #B4B1AF;
}

/*team page*/
.team-wrap {
  background-color: rgb(32, 33, 36);
  padding: 50px 0 20px 0;
}
.team-wrap .team-card {
  margin: 0 0 30px 0;
}
.team-wrap .team-card .img-wrap figure {
  width: 100%;
  padding-top: 100%;
}
.team-wrap .team-card .team-dtl {
  padding: 20px;
  background-color: #B4B1AF;
}
.team-wrap .team-card .team-dtl strong {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
}
.team-wrap .team-card .team-dtl small {
  display: block;
  color: #eee;
  text-transform: capitalize;
}
.team-wrap .team-card .team-dtl .team-contact {
  position: relative;
  list-style: none;
  padding: 30px 0 10px 0;
  margin: 0;
  margin: 20px 0 0 0;
}
.team-wrap .team-card .team-dtl .team-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 40px;
  background: #B4B1AF;
}
.team-wrap .team-card .team-dtl .team-contact li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.team-wrap .team-card .team-dtl .team-contact li a i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px 0 0;
  color: #faa10b;
  border: 1px dashed #333333;
  transition: 0.4s ease-in-out;
}
.team-wrap .team-card .team-dtl .team-contact li a:hover i {
  background-color: #B4B1AF;
  color: #fff;
}

/*career hiring page*/
#career-form .modal-header {
  background-color: #faa10b;
}
#career-form .modal-body {
  background-color: #000000;
  border: 1px solid #faa10b;
}

.faq-body .card .btn-wrap a {
  background-color: #B4B1AF;
  color: #fff;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  position: relative;
  text-transform: capitalize;
}
.faq-body .card .btn-wrap a:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.4s ease-in-out;
}
.faq-body .card .btn-wrap a:hover:before {
  right: 0;
}/*# sourceMappingURL=custom.css.map */