@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/*font-family: 'Open Sans', sans-serif;*/
@font-face {
  font-family: "Neue-Haas-Grotesk-Display-Pro";
  src: url("../webfonts/NeueHaasDisplay-Roman.eot");
  src: url("../webfonts/NeueHaasDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("../webfonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../webfonts/NeueHaasDisplay-Roman.woff") format("woff"), url("../webfonts/NeueHaasDisplay-Roman.ttf") format("truetype"), url("../webfonts/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue-Haas-Grotesk-Display-Pro";
  src: url("../webfonts/NeueHaasDisplay-RomanItalic.eot");
  src: url("../webfonts/NeueHaasDisplay-RomanItalic.eot?#iefix") format("embedded-opentype"), url("../webfonts/NeueHaasDisplay-RomanItalic.woff2") format("woff2"), url("../webfonts/NeueHaasDisplay-RomanItalic.woff") format("woff"), url("../webfonts/NeueHaasDisplay-RomanItalic.ttf") format("truetype"), url("../webfonts/NeueHaasDisplay-RomanItalic.svg#NeueHaasDisplay-RomanItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue-Haas-Grotesk-Display-Pro";
  src: url("../webfonts/NeueHaasDisplay-Bold.eot");
  src: url("../webfonts/NeueHaasDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("../webfonts/NeueHaasDisplay-Bold.woff") format("woff"), url("../webfonts/NeueHaasDisplay-Bold.ttf") format("truetype"), url("../webfonts/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue-Haas-Grotesk-Display-Pro";
  src: url("../webfonts/NeueHaasDisplay-Black.eot");
  src: url("../webfonts/NeueHaasDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../webfonts/NeueHaasDisplay-Black.woff2") format("woff2"), url("../webfonts/NeueHaasDisplay-Black.woff") format("woff"), url("../webfonts/NeueHaasDisplay-Black.ttf") format("truetype"), url("../webfonts/NeueHaasDisplay-Black.svg#NeueHaasDisplay-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue-Haas-Grotesk-Display-Pro";
  src: url("../webfonts/NeueHaasDisplay-Mediu.eot");
  src: url("../webfonts/NeueHaasDisplay-Mediu.eot?#iefix") format("embedded-opentype"), url("../webfonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("../webfonts/NeueHaasDisplay-Mediu.woff") format("woff"), url("../webfonts/NeueHaasDisplay-Mediu.ttf") format("truetype"), url("../webfonts/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue-Haas-Grotesk-Display-Pro";
  src: url("../webfonts/NeueHaasDisplay-Light.eot");
  src: url("../webfonts/NeueHaasDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../webfonts/NeueHaasDisplay-Light.woff2") format("woff2"), url("../webfonts/NeueHaasDisplay-Light.woff") format("woff"), url("../webfonts/NeueHaasDisplay-Light.ttf") format("truetype"), url("../webfonts/NeueHaasDisplay-Light.svg#NeueHaasDisplay-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  overflow-x: hidden;
  font-family: "Neue-Haas-Grotesk-Display-Pro";
  scroll-behavior: smooth;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

p {
  font-weight: 500;
}

/*#### Common css start ####*/
.common-btn1 {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  transition: all 0.5s;
  padding: 0px;
  border: 0;
}

.common-btn1 span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background-color: #E3B146;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  transition: all 0.5s;
}

.common-btn1 i {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #D8D8D8;
  color: #E3B146;
  border-radius: 30px;
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.common-btn1:hover {
  flex-direction: row-reverse;
  transition: all 0.5s;
}

.common-title {
  position: relative;
  width: 100%;
}

.common-title h4 {
  position: relative;
  width: 100%;
  color: #8C8C8C;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.common-title h3 {
  position: relative;
  width: 100%;
  color: #222222;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

/*#### Common css end ####*/
/*#### Header css start ####*/
.header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header-wrapper{
  transition: all ease-in-out 0.5s;
  transform: translateY(-2px);
}

.header-wrapper.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(156, 102, 8, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px 20px;
  transform: translateY(0px);
  backdrop-filter: blur(10px);
}

.header-wrapper .navbar {
  position: relative;
}
.header-wrapper .navbar .logo-wrap img{
  height: 70px;
}

.header-wrapper.header-fixed .navbar .logo-wrap img{
  height: 50px;
}
.header-wrapper .navbar .navbar-nav {
  position: relative;
  background-color:rgba(227, 177, 70, 0.47);
  -webkit-backdrop-filter: blur(0.8px);
  backdrop-filter: blur(0.8px);
  padding: 5px 10px;
  border-radius: 30px;
}

.header-wrapper .navbar .navbar-nav li {
  position: relative;
  padding: 0px 5px;
}

.header-wrapper .navbar .navbar-nav li .nav-link {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background-color: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
}

.header-wrapper .navbar .navbar-nav li .nav-link:hover {
  background-color: #fff;
  color: #222222;
}
.header-wrapper .navbar .navbar-nav li.current-menu-item .nav-link{
  background-color: #fff;
  color: #222222;
}
.header-wrapper .navbar .navbar-nav li.active .nav-link {
  background-color: #fff;
  color: #222222;
}

.head-right-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.head-right-wrap ul {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

/* Dropdown wrapper */
.dropdown-custom {
  position: relative;
}

/* Dropdown menu */
.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #D8D8D8;
  filter: blur(0.2);
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
  z-index: 999;
}

/* Show on hover */
.dropdown-custom:hover .dropdown-menu-custom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu-custom li {
  list-style: none;
}

.dropdown-menu-custom li a {
  display: block;
  padding: 10px;
  font-size: 13px;
  border-radius: 6px;
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dropdown-menu-custom li a:hover {
  background: #E3B146;
  color: #fff;
  padding-left: 25px;
}

/* Arrow default state */
.dropdown-custom .fa-angle-down {
  font-size: 14px;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is open */
.dropdown-custom:hover .fa-angle-down {
  transform: rotate(180deg);
  transition-delay: 0.05s;
}



/*#### Header css end ####*/
/*#### Banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(102, 102, 102, 0) 73.69%);
  z-index: 1;
}

.banner-wrapper .video-wrap {
  position: relative;
  width: 100%;
}

.banner-wrapper .video-wrap video {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 700px;
}

.banner-wrapper .banner-content-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30%;
  padding-left: 30px;
  z-index: 1;
}

.banner-wrapper .banner-content-wrap .banner-content {
  position: relative;
  width: 100%;
}

.banner-wrapper .banner-content-wrap .banner-content h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.banner-wrapper .banner-content-wrap .banner-content h1 strong {
  color: #F1CA5B;
}

.banner-wrapper .banner-content-wrap .banner-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.banner-services-wrap {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 20%;
  z-index: 1;
}

#bnr-services-slider .bnrsrv-sld-items {
  padding: 0px 10px;
}

#bnr-services-slider .slick-list {
  padding-left: 0px !important;
}

/*### dots css start ####*/
#bnr-services-slider .slick-dots {
  position: relative;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0px 10px 0px;
}

#bnr-services-slider .slick-dots li {
  position: relative;
  margin: 0px 4px;
}

#bnr-services-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  width: 10px;
  height: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
}

#bnr-services-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  border: 2px solid transparent;
  display: block;
  border-radius: 50%;
}

#bnr-services-slider .slick-dots li.slick-active button:before {
  width: 8px;
  height: 8px;
  background-color: #F35B43;
  border: 2px solid #F35B43;
  border-radius: 10px;
}

/*### dots css end*/
/*#### Banner css end ####*/
/*#### Services box css start ####*/
.services-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 10px;
}

.services-wrap .srv-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.services-wrap .srv-img img {
  position: relative;
  width: 100%;
}

.services-wrap .srv-content-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.services-wrap .srv-content-wrap .srv-content {
  position: relative;
  width: calc(100% - 40px);
  padding-right: 10px;
}

.services-wrap .srv-content-wrap .srv-content h4 {
  position: relative;
  width: 100%;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.services-wrap .srv-content-wrap .srv-content p {
  position: relative;
  width: 100%;
  color: #373737;
  font-size: 15px;
  margin-bottom: 5px;
}

.services-wrap .srv-content-wrap .srv-btn-wrap {
  position: relative;
  width: 40px;
}

.services-wrap .srv-content-wrap .srv-btn-wrap .srv-btn {
  position: relative;
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: 1px solid #D3D3D3;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #F35B43;
  font-size: 16px;
  border-radius: 50%;
}

.services-wrap .srv-content-wrap .srv-btn-wrap .srv-btn i {
  transform: rotate(-45deg);
}

/*#### Services box css end ####*/
/*##### About us section css start ####*/
.about-section-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0px;
}

.about-left-wrap {
  position: relative;
  width: 100%;
}

.about-left-wrap h4 {
  position: relative;
  width: 100%;
  color: #8C8C8C;
  font-size: 20px;
  margin-bottom: 10px;
}

.about-left-wrap .about-left-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.about-left-wrap .about-left-img img{
  max-height: 280px;
  width: 100%;
  object-fit: cover;
}
.about-left-wrap .abt-number-info {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.about-left-wrap .abt-number-info ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-left-wrap .abt-number-info ul li {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  /* background-color: #ddd; */
  margin-bottom: 15px;
  background: #D8A543;
  /* background: linear-gradient(90deg, rgba(216, 165, 67, 1) 0%, rgba(250, 239, 157, 1) 50%, rgba(253, 249, 186, 1) 100%); */
  transition: all 0.5s;
  box-shadow: 0px 8px 10px 0px #bdbdbd87;
  border-radius: 10px;
}

.about-left-wrap .abt-number-info ul li h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
  transition: all 0.5s;
}
.about-left-wrap .abt-number-info ul li h4 i{
  margin-right: 8px;
}
.about-left-wrap .abt-number-info ul li:hover{
  padding-left: 20px;
  background: #FDF9BA;
  background: linear-gradient(90deg, rgba(253, 249, 186, 1) 0%, rgba(250, 239, 157, 1) 50%, rgba(216, 165, 67, 1) 100%);
}
.about-left-wrap .abt-number-info ul li:hover h4{
  color: #222222;
}
.about-left-wrap .abt-number-info ul li p {
  position: relative;
  width: 100%;
  color: #373737;
  font-size: 15px;
  margin-bottom: 5px;
}

.about-right-wrap {
  position: relative;
  width: 100%;
}
.about-right-wrap h4 {
  position: relative;
  width: 100%;
  color: #8C8C8C;
  font-size: 20px;
  margin-bottom: 10px;
}
.about-right-wrap h3 {
  position: relative;
  width: 100%;
  color: #222222;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.about-right-wrap h3 strong {
  position: inherit;
  color: #8C8C8C;
  font-weight: 500;
}

/**/
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.about-right-left-box {
  position: relative;
}

.abt-tech-deg-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 140px;
  height: 140px;
  background-color: #E3B146;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.abt-tech-deg-box h5 {
  position: relative;
  width: 65px;
  height: 65px;
  border: 1px solid #DFDFDF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.abt-tech-deg-box .globe-text {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  animation: animName 10s linear infinite;
}

.about-right-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content p{
  position: relative;
  width: 100%;
  color: #8C8C8C;
  font-size: 15px;
  line-height: 28px;
}
.about-right-content .cus-add-img {
  position: relative;
  width: 100%;
}

.about-right-content .cus-add-img p {
  position: relative;
  width: 100%;
  color: #373737;
  font-size: 15px;
  margin-bottom: 10px;
}
.about-para{
  position: relative;
  width: 100%;
  color: #8C8C8C;
  font-size: 15px;
  line-height: 28px;
}
/*##### About us section css end ####*/
/*#### Our services css start ####*/
.our-services-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.our-services-wrapper .services-inner-box {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background-image: url(../images/our-services-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #191818;
  border-radius: 15px;
  overflow: hidden;
}

.our-services-wrapper .services-inner-box .srv-title {
  position: relative;
  width: 100%;
}

.our-services-wrapper .services-inner-box .srv-title h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
}

.services-nav-tabs {
  position: relative;
  width: 100%;
  border: 0;
}

.services-nav-tabs li {
  position: relative;
  width: 100%;
  padding: 10px 0px;
}

.services-nav-tabs li .nav-link {
  position: relative;
  color: #585858;
  font-size: 25px;
  font-weight: 500;
  padding: 0;
  border: 0px;
  background-color: transparent;
  transition: all 0.5s;
}

.services-nav-tabs li .nav-link.active {
  color: #fff;
  background-color: transparent;
  padding-left: 30px;
}

.services-nav-tabs li .nav-link:hover {
  padding-left: 30px;
  color: #fff;
}

.services-tab-wrap {
  position: relative;
  width: 100%;
}

.services-tab-wrap .services-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.services-tab-wrap .services-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0%, #202020 100%);
  z-index: 1;
}

.services-tab-wrap .services-img img {
  position: relative;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  transition: all 0.5s;
}

.services-tab-wrap .services-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  z-index: 1;
}

.services-tab-wrap .services-content-wrap .srv-left-content {
  position: relative;
  width: calc(100% - 200px);
  padding-right: 5px;
}

.services-tab-wrap .services-content-wrap .srv-left-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-tab-wrap .services-content-wrap .srv-btn {
  width: 200px;
  text-align: right;
}

.services-tab-wrap:hover .services-img img {
  transform: scale(1.1);
  transition: all 0.5s;
}


/* new style css start */
.services-accordion-wrap .accordion-item{
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #464646;
  border-radius: 0;
  padding: 16px 0px;
}
.services-accordion-wrap .accordion-item .accordion-button{
  position: relative;
  color: #585858;
  font-size: 30px;
  font-weight: 500;
  padding: 0;
  border: 0px;
  background-color: transparent;
  transition: all 0.5s;
  box-shadow: none;
}
.services-accordion-wrap .accordion-item .accordion-button::after{
  content: "\f107";
  color: #fff;
  font-family: "fontawesome";
  font-size: 16px;
  background-image:none;
}
.services-accordion-wrap .accordion-item .accordion-button:not(.collapsed){
  color: #fff;
}

.services-accordion-wrap .accordion-body{
  padding-left: 0;
  padding-right: 0;
}
.services-accordion-wrap .services-content-box{
  position: relative;
  width: 100%;

}
.services-accordion-wrap .services-content-box p{
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.services-accordion-wrap .services-img-box{
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.services-accordion-wrap .services-img-box img{
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/*#### Our services css end ####*/
/*#### Our Projects css start ####*/
.projects-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
@media (max-width:767px){
.projects-wrapper {
  padding: 30px 0px;
}
.our-servicefeat-wrapper {
	padding: 30px 0px;
	position: relative;
}
}
.error-404.not-found img {
	max-width: 100%;
}
.projects-navtab-wrap {
  position: relative;
  width: 100%;
}

.projects-navtab-wrap .nav-tabs {
  position: relative;
  width: 100%;
  justify-content: end;
  border: 0;
}

.projects-navtab-wrap .nav-tabs li {
  position: relative;
  padding: 0px 10px;
}

.projects-navtab-wrap .nav-tabs li .nav-link {
  position: relative;
  min-width: 60px;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #B5B5B5;
  color: #B5B5B5;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 500;
}

.projects-navtab-wrap .nav-tabs li .nav-link.active {
  background-color: #E3B146;
  border-color: #E3B146;
  color: #fff;
}

.projects-list-main-wrap {
  position: relative;
  width: 100%;
}

.projects-list-main-wrap ul {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
}

.projects-list-main-wrap ul.projects-odd li {
  position: relative;
  width: calc(33.33% - 10px);
  transition: all 0.5s;
}

.projects-list-main-wrap ul.projects-even li {
  position: relative;
  width: calc(50% - 10px);
  transition: all 0.5s;
}

.projects-list-main-wrap ul li:hover {
  width: 100%;
}
.projects-list-main-wrap .project-list.inr-page .project-btn{
  display: none;
}

.project-list {
  position: relative;
  width: 100%;
}

.project-list .project-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.project-list .project-img img {
  position: relative;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-list .project-content {
  position: relative;
  width: 100%;
  display: none;
}

.project-list .project-content h4 {
  position: relative;
  width: 100%;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.project-list .project-content p {
  position: relative;
  width: 100%;
  color: #373737;
  font-size: 15px;
  margin-bottom: 5px;
}

/*#### Our Projects css end ####*/
/*#### testimonials css start ####*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #F8F9F4;
}

.testimonials-left-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.testimonials-left-wrap .testimonials-left-img {
  position: relative;
  width: 70%;
  border-radius: 10px;
  overflow: hidden;
}

.testimonials-left-wrap .testimonials-left-right {
  position: relative;
  width: 30%;
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 10px;
  align-content: space-between;
}

.testimonials-left-wrap .testimonials-left-right .testimonials-rating {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.testimonials-left-wrap .testimonials-left-right .testimonials-auth-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.testimonials-right-wrap {
  position: relative;
  width: 100%;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
}

.testimonials-wrap p {
  position: relative;
  width: 100%;
  color: #222222;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 15px;
}

.testimonials-wrap .auth-name {
  position: relative;
  width: 100%;
  text-align: right;
}

.testimonials-wrap .auth-name h4 {
  position: relative;
  width: 100%;
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonials-wrap .auth-name h6 {
  position: relative;
  width: 100%;
  color: #373737;
  font-size: 18px;
  margin-bottom: 5px;
}

/*#### Arrow css start ####*/
#testimonials-slider {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #D3D3D3;
}

#testimonials-slider .slick-arrow {
  position: absolute;
  width: 80px;
  height: 40px;
  font-size: 18px;
  color: #222222;
  border: 1px solid #D3D3D3;
  background-color: transparent;
  border-radius: 30px;
}

#testimonials-slider .slick-arrow.slick-prev {
  position: absolute;
  bottom: -70px;
  left: 0;
}

#testimonials-slider .slick-arrow.slick-next {
  position: absolute;
  bottom: -70px;
  right: 0;
}

/**/
.testimonial-counter {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #B7B7B7;
  font-weight: 500;
}

.testimonial-counter .current {
  color: #222222;
}

/*#### testimonials css end ####*/

/*#### New testimonials css start ######*/
.new-testimonials-wrapper{
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #191818;
}
.new-testimonials-wrapper .common-title h3{
  color: #fff;
}
#testimonials-new-slider .testimonials-items{
  position: relative;
  padding: 0px 8px;
}
@media(min-width:992px){
  #testimonials-new-slider .testimonials-items{
    opacity: 0.5;
  }
  #testimonials-new-slider .testimonials-items.slick-center{
    opacity: 1;
  }
}
.testimonials-list{
  position: relative;
  width: 100%;
  padding: 25px 20px;
  border: 1px solid #404040;
}
.testimonials-list::after{
  content: "";
  background-image: url(../images/testimonials-quote-icon.png);
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.testimonials-list p{
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.testimonials-list .auth-name{
  position: relative;
  width: 100%;
}
.testimonials-list .auth-name h4{
  position: relative;
  width: 100%;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.testimonials-list .auth-name h6{
  position: relative;
  width: 100%;
  color: #999;
  font-size: 15px;
  margin-bottom: 0px;
}

/* arrow */
#testimonials-new-slider .slick-arrow{
  width: 40px;
  height: 40px;
  border: 1px solid #404040;
  top: -50px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}
#testimonials-new-slider .slick-next{
  position: absolute;
  right: 8px;
}
#testimonials-new-slider .slick-prev{
  position: absolute;
  right: 53px;
}
/*#### New testimonials css end ######*/

/*#### Gallery section css start #####*/
.gallery-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.gallery-wrap {
  position: relative;
  width: 100%;
}

.gallery-wrap .gallery-img {
  position: relative;
  width: 100%;
}

.gallery-wrap .gallery-img img {
  position: relative;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.gallery-wrap .gallery-content {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  display: none;
}

.gallery-wrap .gallery-content h4 {
  position: relative;
  width: 100%;
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

.gallery-wrap .gallery-content p {
  position: relative;
  width: 100%;
  color: #373737;
}

/*#### Gallery section css end #####*/
/*#### solutions-construction section css start ####*/
.solutions-construction-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 20px;
}

.solutions-construction-inner {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.solutions-construction-inner > img{
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}
.solutions-construction-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.solutions-construction-inner .solutions-construction-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 15px 15px;
  text-align: center;
}

.solutions-construction-inner .solutions-construction-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/*#### solutions-construction section css end ####*/
/*##### trusted section css start ####*/
.trusted-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0px;
}

.trusted-slider-wrap {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}

.brands-logo {
  position: relative;
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  border-right: 1px solid #D3D3D3;
}

.brands-logo img {
  margin: 0 auto;
}

/*##### trusted section css end ####*/
/*##### faq section css start ####*/
.faq-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  background-image: url(../images/faq-section-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.faq-wrap {
  position: relative;
  width: 100%;
}

.faq-wrap .accordion-item {
  position: relative;
  width: 100%;
  border: 0px solid #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #F8F9F4;
}

.faq-wrap .accordion-body {
  position: relative;
  color: #373737;
}

.faq-wrap .accordion-button {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  padding-right: 42px;
  background-color: transparent;
}

.faq-wrap .accordion-button::after {
  content: "+";
  font-family: "fontawesome";
  background-color: transparent;
  color: #222222;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: none;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(0);
  font-family: "fontawesome";
}

.faq-wrap .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #222222;
}

/*##### faq section css end ####*/
/*##### Footer css start ####*/
.footer-main-wrap {
  position: relative;
  width: 100%;
  padding: 20px 20px;
}

.footer-wrapper {
  position: relative;
  width: 100%;
  background-color: #191818;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-radius: 15px;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
}

.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #999999;
  font-size: 15px;
}

.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-menu {
  position: relative;
  width: 100%;
}

.footer-menu ul {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}

.footer-menu ul li a {
  position: relative;
  color: #999999;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-menu ul li.active a {
  color: #fff;
}

.footer-newsletter-wrap {
  position: relative;
  width: 100%;
}

.footer-newsletter-wrap h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-newsletter-wrap p {
  position: relative;
  width: 100%;
  color: #999999;
  font-size: 15px;
  margin-bottom: 10px;
}

.newsletter-wrap {
  position: relative;
  width: 100%;
}

.newsletter-wrap .newsletter-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.newsletter-wrap .newsletter-inner .newsletter-input {
  position: relative;
  width: calc(100% - 70px);
}

.newsletter-wrap .newsletter-inner .newsletter-input .form-control {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  border: 0px;
  box-shadow: none;
  outline: none;
  color: #606060;
  font-size: 15px;
  font-weight: 500;
  padding-left: 15px;
}

.newsletter-wrap .newsletter-inner .newsletter-btn-wrap {
  position: relative;
  width: 70px;
}

.newsletter-wrap .newsletter-inner .newsletter-btn-wrap .newsletter-btn {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #E3B146;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  border: 0;
}

/**/
.contact-info-copyright {
  position: relative;
  width: 100%;
  border-top: 1px solid #404040;
  padding-top: 15px;
}

.footer-contact-info-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.footer-contact-info-list li {
  position: relative;
  padding: 0px 15px;
}

.footer-contact-info-list li p {
  position: relative;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

.footer-contact-info-list li p i {
  color: #E3B146;
  margin-right: 5px;
}

.footer-contact-info-list li p a {
  color: inherit;
}

.footer-copyright {
  position: relative;
  width: 100%;
  text-align: right;
}

.footer-copyright p {
  position: relative;
  width: 100%;
  color: #D2D2D2;
  font-size: 14px;
  margin-bottom: 0;
}

/*##### Footer css end ####*/
/*# sourceMappingURL=style.css.map */


/*################## Inner Banner Section start #######################*/
.inr-banner-wrapper {
  min-height: 500px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(243, 91, 67, 0.75); */
  position: relative;
}

.inr-video-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 500px;
}

.inr-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inr-banner-wrapper .banner-content-wrap {
  width: 100%;
}

.inr-banner-wrapper .banner-content {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.inr-banner-wrapper .banner-content h1 {
  color: #E3B146;
  font-weight: 600;
  font-size: 40px;
  text-shadow: 0px 4px 8px #0000009c;
}

.inr-banner-wrapper .banner-content p {
  font-size: 24px;
  color: #f4f4f4;
  background: rgba(0, 0, 0, 0.5);
  width: fit-content;
  margin: auto;
  padding: 6px 14px;
  border-radius: 10px;
}


/*############################ Contact Us Section #################################*/

.contact-section {
  padding: 60px 0px;
}

.contact-section .common-lwr .row {
  gap: 24px 0px;
}

.contact-head h3 {
  font-family: var(--font-montagu-slab);
  color: #133252;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0px;
}

.contact-head p {
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 400;
}

.contact-card {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
  gap: 20px;
  /* padding: 20px; */
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all ease-in-out 0.5s;
}


/* .contact-card:hover {
  background: #E3B146;
  color: #fff;
} */

.contact-card:hover i {
  color: #fff;
}

.contact-card i {
  --ehw-bg: 50px;
  width: var(--ehw-bg);
  height: var(--ehw-bg);
  font-size: 25px;
  background: #E3B146;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.contact-name {
  width: 70%;
}

.contact-card .contact-name h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #1f1f1f;
}

.contact-card .contact-name p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #585858;
}

/* .contact-card:hover .contact-name h4,
.contact-card:hover .contact-name p {
  color: #fff;
} */

.iframe-box {
  width: 100%;
  /* height: 480px; */
  border: 1px solid rgba(var(--second-color), 1);
  padding: 5px;
  border-radius: 20px;
}

.iframe-box h1 {
  font-size: 58px;
}

.iframe-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.contact-form-head {
  text-align: center;
  padding: 20px 0px;
}

.contact-form-head h3 {
  font-size: 54px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form-head p {
  font-size: 24px;
  font-weight: 400;
}

.contact-form {
  /* box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.75); */
  border: 1px solid #D1D1D1;
  padding: 20px;
  border-radius: 20px;
}
.contact-form .common-btn1{
  background-color: #e3b146;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 17px;
}
.contact-form .form-contact-box p{
  margin-bottom: 0;
}
.form-contact-box input::placeholder,
.form-contact-box textarea::placeholder {
  font-weight: 400;
}

.form-contact-box button {
  width: 100%;
}

.form-contact-box select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  color: #4F4F4F;
}

.form-contact-box option:hover {
  background: var(--main-color) !important;
}

/*##################################### Project Section *#################################*/

.project-btn {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
}

.project-btn i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F35B43;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.5s;
}


.projects-odd li .project-list.inr-page .project-img::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.5s;
}

.projects-odd li .project-list.inr-page:hover .project-btn {
  left: 50%;
  visibility: visible;
  opacity: 1;
}

.projects-odd li .project-list.inr-page:hover .project-img::after {
  width: 100%;
}

/*######################### Service Details Page ##########################*/
.our-servicefeat-wrapper {
  padding: 60px 0px;
  position: relative;
}

.our-servicefeat-left {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.our-servicefeat-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-servicefeat-right h3 {
  position: relative;
  width: 100%;
  color: #222222;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 700;
}

.our-servicefeat-list {
  margin-top: 20px;
}

.our-servicefeat-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}

.our-servicefeat-list li:last-child {
  border-bottom: none;
}

.our-servicefeat-list li h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #373737;
}

.our-servicefeat-list li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #8C8C8C;
}

.srv-inr-title h3 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.srv-inr-title p {
  font-size: 18px;
  font-weight: 400;
  color: #d4c4c4;
  margin-bottom: 10px;
}

/*######################## Modal Popup ########################*/
/* Modal animation */
/* .animated-modal .modal-dialog {
  transform: scale(0.8) translateY(30px);
  opacity: 0;
  transition: all 0.35s ease-in-out;
} */

/* When modal is shown */
/* .animated-modal.show .modal-dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
} */

/* Backdrop animation */
/* .modal-backdrop {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.85);
} */

/* Optional: smoother modal content */
/* .modal-content {
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
} */

/* ============================= */
/* MODAL ENTRANCE ANIMATION */
/* ============================= */

.smooth-modal .modal-dialog {
  transform: translateY(60px) scale(0.92);
  opacity: 0;
  filter: blur(8px);
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    filter 0.45s ease;
}

.smooth-modal.show .modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
  filter: blur(0);
}

/* ============================= */
/* MODAL EXIT (extra smooth) */
/* ============================= */

.smooth-modal.fade .modal-dialog {
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease,
    filter 0.3s ease;
}

/* ============================= */
/* BACKDROP ANIMATION */
/* ============================= */

.modal-backdrop {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  opacity: 1;
  transition: opacity 0.5s ease;
}

.modal-backdrop.show {
  opacity: 1;
}

/* ============================= */
/* MODAL STYLE POLISH */
/* ============================= */

.modal-content {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg,
      #F4F4F4,
      #f9f9f9);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.25),
    0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Subtle hover motion */
.modal-content:hover {
  transform: translateY(-4px);
  transition: transform 0.3s ease-in-out;
}
#smoothModal .modal-header{
  position: absolute;
  top: 0;
  right: 0;
}
#smoothModal .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.modal-img {
  width: 100%;
  height: 100%;
}

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

.smooth-modal .modal-body {
  padding: 0px;
}
.modal-right-content{
  padding-top: 20px;
}

.modal-right-content h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
  color: #373737;
  width: 80%;
  margin-top: 0px;
}
.modal-right-content form {
  margin-top: 20px;
  padding-right: 20px;
}
.modal-right-content .row {
  gap: 24px 0px;
}

.modal-form-input input,.modal-form-input textarea{
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-size: 15px;
}

.modal-right-content form .submit-btn {
  margin-top: 10px;
  background: #E3B146;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 15px;
}

.btn-close:focus {
  box-shadow: none;

}

.card.border-0.shadow-sm.text-center.p-5 {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
}