@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Sulphur+Point:wght@300;400;700&display=swap");

:root {
  --body-font: "Josefin sans";
  /* --title-font: "Libertinus Mono"; */
  /* --title-font: "Sulphur Point", sans-serif; */
  --subtitle-font: "Orbitron";
  /* --content-font: "EB Garamond"; */
  --light-gold: #e4af21;
  --dark-gold: #ac6a27;
  --color-secondary: #ce5a21;
}

body {
  font-family: var(--body-font);
  overflow-x: hidden;
}

.color-secondary {
  color: var(--color-secondary);
}

.subtitle-font {
  font-family: var(--subtitle-font);
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

/* .content-font {
  font-family: var(--content-font);
  font-size: 19px;
} */

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional: fix position jump */
}
.space {
  padding: 100px 0;
}

.text-justify {
  text-align: justify !important;
}
p,
s,
span {
  font-family: var(--content-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  letter-spacing: 1px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #fff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #272727;
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #272727 !important;
  font-size: 26px;
  text-transform: capitalize;
  /* padding: 28px 15px; */
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #ffba00 !important;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #505050 !important;
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 35px 12px !important;
  letter-spacing: 1px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #ffba00 !important;
}
.navbar-nav a.open-search {
  padding: 35px 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.navbar-nav a.open-search i {
  color: #272727;
  font-size: 16px;
  display: inline-block;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border-top: 2px solid #ffba00;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #272727;
  font-size: 15px;
  font-family: var(--title-font);
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #ffba00;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
/* header.active .navbar-brand {
  padding: 20px 15px;
}
header.active .navbar-nav > li > a {
    padding: 34px 15px;
}
header.active .navbar-nav a.open-search {
  padding: 25px 15px;
} */
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #ffba00;
  padding: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 13px;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #272727;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #272727;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
p {
  font-size: 16px;
  color: #000000cf;
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 27px;
}
#home-section {
  padding-top: 65px;
}
.tp-caption.Creative-SubTitle,
.Creative-SubTitle,
.tp-caption.Creative-Button,
.Creative-Button {
  color: #ffba00;
}
/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/
.title-section {
  margin-bottom: 30px;
  text-align: center;
}
.title-section h1 {
  color: #c75c27;
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
}
.title-section h1 span {
  color: #ffba00;
}
a.button-one {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}
.banner-section {
  padding: 30px 0;
  background: linear-gradient(30deg, #ac6a27, #d9a61f, #e4af21, #ac6a27);
  text-align: center;
}

.banner-section h2 {
  color: #272727;
  font-size: 15px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 33px;
}
.banner-section h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 60px;
}
.services-offer-section {
  padding: 70px 25px;
}

.services-offer-section .services-offer-section-card {
  box-shadow: 0 0 10px #f3e8e8;
  padding: 15px 12px;
  position: absolute;
  bottom: -50px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 300ms linear;
}
.services-offer-section .offer-post {
  margin-bottom: 30px;
  position: relative;
}

.services-offer-section .offer-post a {
  color: var(--color-secondary);
}

.services-offer-section .offer-post:hover .services-offer-section-card {
  position: absolute;
  bottom: -80px;
  border-bottom: 2px solid var(--light-gold);
}

.services-offer-section .offer-post > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  margin-bottom: 20px;
}
.services-offer-section .offer-post > a img {
  width: 100%;
}
.services-offer-section .offer-post h2 {
  color: #272727;
  font-size: 15px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.services-offer-section .offer-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #272727;
}
.services-offer-section .offer-post h2 a i {
  font-size: 35px;
  background: linear-gradient(45deg, #c38625, #d45d23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 10px;
}

.services-offer-section .offer-post h2 a:hover {
  color: #ffba00;
}
.services-offer-section .offer-post ul.offer-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.services-offer-section .offer-post ul.offer-list li {
  list-style: none;
  margin-bottom: 5px;
  color: #272727;
  font-size: 13px;
  font-family: var(--title-font);
}
.services-offer-section .offer-post ul.offer-list li i {
  font-size: 14px;
  margin-right: 12px;
}
.services-offer-section .offer-post ul.offer-list.second {
  margin-bottom: 12px;
}
.services-offer-section .offer-post ul.offer-list.second li {
  display: inline-block;
  margin-right: 20px;
}
.services-offer-section .offer-post ul.offer-list.second li i {
  margin-right: 8px;
}
.title-section {
  text-align: center;
}
.title-section h1 {
  color: #272727;
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
}
.title-section h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  /* margin: 0 0 15px; */
  text-transform: uppercase;
  color: #b37027;
  /* margin-bottom: 10px; */
}
.title-section p {
  /* max-width: 400px; */
  margin: 0 auto 30px;
}

.projects-page-section {
  padding: 70px 0 25px;
  background: #f7f7f7;
  border-top: 2px solid #f3f3f3;
  overflow-x: hidden;
  border-bottom: 2px solid #f3f3f3;
}
.projects-page-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
.projects-page-section ul.filter li {
  display: inline-block;
  margin: 0;
}
.projects-page-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #272727;
  font-family: var(--title-font);
  font-size: 14px;
  letter-spacing: 1.1px;
  padding: 5px 10px;
}
.projects-page-section ul.filter li a.active,
.projects-page-section ul.filter li a:hover {
  color: #ffffff;
  background: #de6225;
  border-bottom: none;
}

.projects-section {
  padding: 70px 0 25px;
  background: #f7f7f7;
  border-top: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
}
.projects-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
.projects-section ul.filter li {
  display: inline-block;
  margin: 0;
}
.projects-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #272727;
  font-family: var(--title-font);
  font-size: 14px;
  letter-spacing: 1.1px;
  padding: 5px 10px;
}
.projects-section ul.filter li a.active,
.projects-section ul.filter li a:hover {
  color: #ffffff;
  background: #de6225;
  border-bottom: none;
}

.project-post {
  width: 100%;
  box-sizing: border-box;
}

.project-post .home-flat-icon i {
  font-size: 35px;
  /* position: absolute;
  right: 4px;
  bottom: 0; */
  color: var(--color-secondary);
}

.project-post .home-pin-icon {
  position: absolute;
  /* left: 50%; */
  left: 0;
  top: 0;
  /* transform: translateX(-50%); */
  font-size: 15px;
  width: max-content;
  padding: 5px 10px;
  background-color: #fff;
  color: var(--color-secondary);
  box-shadow: 2px 3px 4px #f3e8e8;
}

/* 2 columns on tablets */
@media (min-width: 768px) {
  .project-post {
    width: 50%;
  }
}

/* 3 columns on desktop */
@media (min-width: 992px) {
  .project-post {
    width: 33.3333%;
  }
}

.filter-tabing {
  background-color: #fff;
  width: max-content;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid var(--color-secondary);
  border-style: dashed;
}

.iso-call {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.project-page-box {
  margin: 0 auto;
  width: 100%;
}

.project-page-box .project-post {
  width: 340px;
  background-color: #fff;
  padding-bottom: 15px;
  margin: 15px;
}

.project-page-box .project-post > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
}
.project-page-box .project-post > a img {
  width: 100%;
  object-fit: cover;
}
.project-page-box .project-post .hover-box {
  padding: 10px 20px 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.project-page-box .project-post .hover-box h2 {
  color: #272727;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.project-page-box .project-post .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #272727;
}
.project-page-box .project-post .hover-box h2 a:hover {
  color: var(--light-gold);
}
.project-page-box .project-post .hover-box span {
  font-size: 13px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 0;
  font-size: 11px;
  /* font-weight: 700; */
  text-transform: uppercase;
}

.project-box .project-post {
  width: 360px;
  background-color: #fff;
  /* padding-bottom: 15px; */
}
.project-box .project-post > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
}
.project-box .project-post > a img {
  width: 100%;
}

.project-box .project-post .hover-box {
  padding: 15px 20px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.project-box .project-post .hover-box h2 {
  color: #272727;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.project-box .project-post .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #272727;
}
.project-box .project-post .hover-box h2 a:hover {
  color: #ffba00;
}
.project-box .project-post .hover-box span {
  font-size: 13px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 0;
  font-size: 11px;
  /* font-weight: 700; */
  text-transform: uppercase;
}

.projects-page-section .project-page-box {
  position: relative;
  transition: all 500ms linear;
}

.projects-page-section .year-box {
  background: linear-gradient(45deg, #c38625, #d45d23);
  color: #fff;
  position: absolute;
  bottom: 65px;
  font-size: 14px;
  right: 0;
  padding: 5px 10px;
}

.projects-page-section .location-icon {
  position: absolute;
  bottom: 2px;
  right: 5px;
  font-size: 40px;
  color: #c7c3c3;
}

.projects-page-section .project-post:hover .location-icon i {
  color: var(--color-secondary);
}

button.mfp-close,
button.mfp-arrow {
  outline: none;
}
.about-alternative-section {
  padding: 70px 25px;
}
.second-article img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  /* margin-bottom: 20px; */
}
.second-article h2 {
  color: #272727;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 14px;
}
.tab-posts-box {
  margin-bottom: 30px;
}
.tab-posts-box ul.nav-tabs {
  text-align: center;
  border-left: none;
}
.tab-posts-box ul.nav-tabs li {
  float: left;
  width: 33.3333%;
  border: none;
}
.tab-posts-box ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 10px 1px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #272727;
  font-size: 13px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-bottom: 5px solid transparent;
  margin: 0;
}
.tab-posts-box ul.nav-tabs li a:hover {
  border: none;
  border-bottom: 5px solid transparent;
  color: #ffba00;
}
.tab-posts-box ul.nav-tabs li.active a {
  background: transparent;
  border: none;
  border-bottom: 5px solid #272727;
}
.tab-posts-box .tab-pane {
  padding: 30px 0;
  padding-bottom: 0;
  overflow: hidden;
}
.tab-posts-box .tab-pane h3 {
  color: #272727;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.tab-posts-box .tab-pane img {
  width: 100%;
  margin-bottom: 20px;
}
.testimonial-section {
  padding: 90px 0;
  position: relative;
  background: url("../img/home/testimonial-bg.webp") fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .title-section {
  text-align: center;
}
.testimonial-section .title-section h1 {
  color: #272727;
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 00px;
  color: #ffffff;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0 40px;
  line-height: 26px;
}
.testimonial-section .testimonial-box h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  color: #ffba00;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 13px;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.7;
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffba00;
  border-color: #ffba00;
}
.testimonial-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 52%);
}
.news-section {
  padding: 50px 0 30px;
}
.news-section .news-box {
  padding-top: 15px;
}
.news-section .news-post {
  margin-bottom: 30px;
}
.news-section .news-post img {
  width: 100%;
  margin-bottom: 25px;
}
.news-section .news-post h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.news-section .news-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #272727;
}
.news-section .news-post h2 a:hover {
  color: #ffba00;
}
.news-section .news-post span {
  display: inline-block;
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin: 0 0 20px;
}
.news-section .news-post > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #aeaeae;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
}
.news-section .news-post > a:hover {
  color: #ffba00;
}
.clients-quote-section {
  padding: 50px 0 30px;
  position: relative;
  /* background: url('https://dummyimage.com/768x432/f3f3f3/000000.png') fixed; */
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.clients-quote-section .container {
  position: relative;
  z-index: 2;
}
.clients-quote-section .map-holder {
  padding: 20px;
  background: #fff;
}
.clients-quote-section #map {
  margin: 0;
  height: 345px;
}
.clients-quote-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
}
#myfrom {
  margin-bottom: 0;
}
#myfrom h1 {
  color: #272727;
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #000;
  margin-top: 15px;
}
#myfrom input[type="text"],
#myfrom input[type="number"],
#myfrom input[type="email"],
#myfrom textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  margin-bottom: 25px;
  font-size: 18px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #000;
  font-family: var(--title-font);
}
#myfrom input[type="text"]:focus,
#myfrom textarea:focus {
  border-bottom: 1px solid #ffba00;
}
#myfrom textarea {
  height: 106px;
}
#myfrom input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #ffba00;
  color: #000;
  font-size: 13px;
  font-family: var(--title-font);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#myfrom input[type="submit"]:hover {
  opacity: 0.7;
}
#myfrom .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: var(--title-font);
}
#myfrom .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#myfrom .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
#contact-form {
  margin-bottom: 0;
}
#contact-form h1 {
  color: #272727;
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #000;
  margin-top: 15px;
}
#contact-form input[type="text"],
#contact-form input[type="number"],
#contact-form input[type="email"],
#contact-form textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  margin-bottom: 25px;
  font-size: 18px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #000;
  font-family: var(--title-font);
}
#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
  border-bottom: 1px solid #ffba00;
}
#contact-form textarea {
  height: 106px;
}
#contact-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #ffba00;
  color: #000;
  font-size: 13px;
  font-family: var(--title-font);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: var(--title-font);
}
#contact-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
#myfrom {
  margin-bottom: 0;
}
#myfrom h1 {
  color: #272727;
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #000;
  margin-top: 15px;
}
#myfrom input[type="text"],
#myfrom input[type="number"],
#myfrom input[type="email"],
#myfrom textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  margin-bottom: 25px;
  font-size: 18px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #000;
  font-family: var(--title-font);
}
#myfrom input[type="text"]:focus,
#myfrom textarea:focus {
  border-bottom: 1px solid #ffba00;
}
#myfrom textarea {
  height: 106px;
}
#myfrom input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #ffba00;
  color: #000;
  font-size: 13px;
  font-family: var(--title-font);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#myfrom input[type="submit"]:hover {
  opacity: 0.7;
}
#myfrom .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: var(--title-font);
}
#myfrom .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#myfrom .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
.faqs-section {
  padding: 40px 0 60px;
  overflow: hidden;
}
.accord-elem {
  margin-top: 8px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  position: relative;
}
.accord-title h2 {
  padding: 16px 15px;
  background: #e1e1e1;
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 36px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  width: 42px;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  border-right: none;
  background: #e1e1e1;
}
.accord-title a.accord-link:after {
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-elem.active .accord-title h2 {
  color: #ffffff;
  background: #272727;
}
.accord-elem.active a.accord-link {
  background: #272727;
  border-right: none;
}
.accord-elem.active a.accord-link:after {
  content: "\f068";
  color: #ffffff;
}
.accord-content {
  display: none;
  overflow: hidden;
  padding: 16px 0 5px;
}
.accord-content p {
  font-size: 13px;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 10px;
}
.accord-elem.active .accord-content {
  display: block;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
  margin-top: 90px;
  padding: 120px 0;
  position: relative;
  /* background: url("../upload/banners/ban.jpg") center; */
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
}
.page-banner-section h3 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin-bottom: 0;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding: 0;
  text-align: right;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-family: var(--title-font);
  color: #272727;
}
.page-banner-section ul.page-depth li a:hover {
  color: #666666;
}
.page-banner-section ul.page-depth li:before {
  content: "-";
  font-size: 13px;
  font-family: var(--title-font);
  color: #666666;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: "";
  margin-right: 0;
}
.page-banner-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.team-section {
  padding: 50px 0 30px;
  background: #f9f9f9;
  border-top: 2px solid #f3f3f3;
}
.team-section .team-post {
  margin-bottom: 40px;
}
.team-section .team-post img {
  width: 100%;
  margin-bottom: 25px;
}
.team-section .team-post h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.team-section .team-post span {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #cecece;
}
/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/
.services-offer-section ul.side-navigation-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.services-offer-section ul.side-navigation-list li {
  list-style: none;
  margin-top: 2px;
}
.services-offer-section ul.side-navigation-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #272727;
  font-size: 13px;
  font-family: var(--title-font);
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: bold;
  background: #f7f7f7;
  position: relative;
}
.services-offer-section ul.side-navigation-list li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 50px;
  color: #272727;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-offer-section ul.side-navigation-list li a:hover,
.services-offer-section ul.side-navigation-list li a.active {
  background: #ffba00;
}
.services-offer-section ul.side-navigation-list li:first-child {
  margin-top: 0;
}
.services-offer-section .offer-post a img {
  width: 100%;
  margin-bottom: 30px;
}
.services-offer-section .offer-post > a {
  margin-bottom: 0;
  color: var(--color-secondary) !important;
}
/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/
.projects-section .project-box.col2 .project-post {
  width: 555px;
}
/*-------------------------------------------------*/
/* =  blog page
/*-------------------------------------------------*/
.blog-section {
  padding: 55px 0 25px;
}
.blog-section h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.blog-section .blog-box .blog-post {
  margin-bottom: 40px;
}
.blog-section .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post iframe {
  height: 360px;
}
.blog-section .blog-box .blog-post h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
.blog-section .blog-box .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #272727;
}
.blog-section .blog-box .blog-post h2 a:hover {
  color: #ffba00;
}
.blog-section .blog-box .blog-post span {
  display: inline-block;
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin: 0 0 25px;
}
.blog-section .blog-box .blog-post .post-content-text > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
}
.blog-section .blog-box .blog-post .post-content-text > a:hover {
  color: #ffba00;
}
.blog-section .blog-box ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.blog-section .blog-box ul.pagination-list li {
  display: inline-block;
  margin-right: 8px;
}
.blog-section .blog-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
}
.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
  color: #ffba00;
}
.blog-section .blog-box .single-post h1 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
.blog-section .blog-box .single-post p {
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote {
  border-left: 1px solid #272727;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote p {
  font-size: 14px;
  margin: 0;
}
.blog-section .blog-box .single-post blockquote p span {
  font-size: 13px;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 0;
  text-transform: inherit;
}
.blog-section .blog-box .autor-post {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-section .blog-box .autor-post img {
  max-width: 130px;
  float: left;
}
.blog-section .blog-box .autor-post .autor-content {
  margin-left: 150px;
}
.blog-section .blog-box .autor-post .autor-content h2 {
  margin-bottom: 0;
}
.blog-section .blog-box .autor-post .autor-content span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: var(--title-font);
  margin-bottom: 15px;
}
.blog-section .blog-box .comment-section {
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section h2 {
  margin-bottom: 25px;
}
.blog-section .blog-box .comment-section ul {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .comment-section ul li {
  list-style: none;
}
.blog-section .blog-box .comment-section ul li .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section ul li .comment-box img {
  width: auto;
  max-width: 100px;
  float: left;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
  margin-left: 120px;
}
.blog-section
  .blog-box
  .comment-section
  ul
  li
  .comment-box
  .comment-content
  h4 {
  color: #272727;
  font-size: 13px;
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.blog-section
  .blog-box
  .comment-section
  ul
  li
  .comment-box
  .comment-content
  h4
  a {
  color: #272727;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  font-size: 11px;
  font-weight: 400;
}
.blog-section
  .blog-box
  .comment-section
  ul
  li
  .comment-box
  .comment-content
  h4
  a:hover {
  color: #ffba00;
}
.blog-section
  .blog-box
  .comment-section
  ul
  li
  .comment-box
  .comment-content
  span {
  font-size: 13px;
  color: #666666;
  font-family: "Lato", sans-serif;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.blog-section .blog-box .comment-section ul.depth .comment-box {
  padding-left: 120px;
}
.sidebar h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ul.category-list,
.sidebar ul.archieve-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #272727;
  font-size: 13px;
  font-weight: 400;
  font-family: var(--title-font);
  padding-bottom: 10px;
}
.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
  color: #ffba00;
}
.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar ul.tags-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.tags-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.sidebar ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 9px 20px;
  color: #ffffff;
  background: #272727;
  font-size: 12px;
  font-family: var(--title-font);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar ul.tags-list li a:hover {
  background: #ffba00;
}
/*-------------------------------------------------*/
/* =  single project page
/*-------------------------------------------------*/
.single-page-section {
  padding: 65px 0 40px;
}
.single-page-section img {
  width: 100%;
  margin-bottom: 30px;
}
.single-page-section .project-content-box {
  margin-bottom: 40px;
}
.single-page-section .project-content-box h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-page-section .project-content-box ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.single-page-section .project-content-box ul li {
  list-style: none;
  font-size: 13px;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 8px;
}
.single-page-section .project-content-box ul li i {
  font-size: 13px;
  color: #ffba00;
  width: 20px;
}
.single-page-section .project-content-box ul li span {
  color: #272727;
  font-weight: 700;
  margin-right: 10px;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map {
  height: 500px;
  margin-top: 90px;
}
/* .contact-section {
  padding: 60px 0 30px;
} */
.contact-section h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-section p {
  margin-bottom: 30px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.contact-section ul.information-list li i {
  float: left;
  color: #272727;
  font-size: 13px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 13px;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #272727;
}
.contact-section ul.information-list li a {
  font-size: 13px;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #272727;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
.comment-form input[type="text"],
.contact-section #contact-form input[type="text"],
.comment-form textarea,
.contact-section #contact-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: var(--title-font);
}
.comment-form input[type="text"]:focus,
.contact-section #contact-form input[type="text"]:focus,
.comment-form textarea:focus,
.contact-section #contact-form textarea:focus {
  border: 1px solid #ffba00;
}
.comment-form textarea,
.contact-section #contact-form textarea {
  height: 146px;
}
.comment-form input[type="submit"],
.contact-section #contact-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #ffba00;
  color: #ffffff;
  font-size: 13px;
  font-family: var(--title-font);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
.comment-form input[type="submit"]:hover,
.contact-section #contact-form input[type="submit"]:hover {
  opacity: 0.7;
}
.comment-form .message,
.contact-section #contact-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: var(--title-font);
}
.comment-form .message.error,
.contact-section #contact-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
.comment-form .message.success,
.contact-section #contact-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
#content {
  padding-top: 120px;
}
.error-section {
  padding: 70px 0;
  position: relative;
  /*background: url("../upload/banners/error.html") center fixed;*/
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.error-section i {
  color: #272727;
  font-size: 220px;
  margin-bottom: 30px;
}
.error-section h1 {
  color: #272727;
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  max-width: 460px;
  margin: 0 auto 10px;
  line-height: 52px;
}
.error-section p {
  margin-bottom: 25px;
  color: #ffffff;
}
.error-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-color: #ffba00;
  color: #ffba00;
}
.error-section a:hover {
  color: #ffffff;
  background: #ffba00;
}
.error-section .error-content {
  position: relative;
  z-index: 2;
}
.error-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background-image: linear-gradient(
    45deg,
    #713a0a,
    #a47307,
    #ab6927,
    #a47307,
    #dfa423
  );
}
footer .up-footer {
  padding: 50px 0;
}
footer .up-footer h2 {
  color: #272727;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #ffffff;
}
footer .up-footer img {
  margin-top: 20px;
  filter: brightness(0);
}
footer .up-footer ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
footer .up-footer ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 18px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid #454545;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .up-footer ul.tag-list li a:hover {
  background: #ffba00;
  border: 1px solid #ffba00;
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;

  font-family: var(--title-font);
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #ffba00;
}
footer .up-footer .info-widget p {
  margin-bottom: 5px;
}
footer .up-footer .info-widget p span {
  font-family: var(--title-font);
  color: #ffba00;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  padding: 25px 0;
  background: #101010;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--title-font);
  letter-spacing: 1.2px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {
  .projects-page-section .project-box {
    /* width: 970px; */
  }
  /* .projects-section .project-box.col2 .project-post {
    width: 455px;
  } */
  .project-box .project-post {
    /* width: 293px; */
  }
  #map {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .top-line,
  .top-line ul.social-icons {
    text-align: center;
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .navbar-nav > li > a {
    /* padding-left: 8px !important;
    padding-right: 8px !important; */
    padding: 35px 0 0 0 !important;
  }
  .navbar-nav a.open-search {
    padding-left: 7px !important;
  }
  .offer-post {
    margin-bottom: 30px;
  }
  .project-box .project-post {
    width: 30%;
  }
  .tab-posts-box {
    margin-top: 30px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .clients-section blockquote {
    margin-top: 20px;
  }
  .about-section .image-column .inner-column:before {
    content: "";
    position: absolute;
    width: 0 !important;
    height: 0 !important;
    /* top: -80px;
    left: -3px; */
    background: transparent;
    z-index: 0;
    border: none !important;
  }
  .about-section .image-column .inner-column {
    padding-left: 0 !important;
  }
  /* .projects-page-section .project-box {
    width: 750px;
  } */
  .projects-section .project-box.col2 .project-post,
  .project-box.col3 .project-post,
  .project-box .project-post {
    width: 345px;
  }
  .page-banner-section {
    /* margin-top: 177px; */
    text-align: center;
  }
  .page-banner-section h2 {
    margin-bottom: 5px;
  }
  .page-banner-section ul.page-depth {
    text-align: center;
  }
  #map {
    margin-top: 177px;
    height: 300px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .accordion-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .top-line {
    display: none;
  }
  /* .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  } */
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 10px 15px !important;
    font-size: 13px;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
  .banner-section h2 a {
    margin-left: 6px;
    margin-top: 5px;
  }
  .project-box .project-post {
    width: 50%;
  }
  .projects-page-section .project-box {
    width: 100%;
    margin-left: 0;
  }
  .projects-section .project-box.col2 .project-post,
  .project-box.col3 .project-post,
  .project-box .project-post {
    width: 100%;
    margin: 0 0 30px;
  }

  .project-box {
    margin: 0;
  }

  .page-banner-section,
  #map {
    margin-top: 60px;
    height: 250px;
  }
  .blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .navbar-brand > img {
    width: 115px;
  }
  .project-box .project-post {
    width: 100%;
  }
  .tab-posts-box ul.nav-tabs li a {
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 400;
  }
  .tab-posts-box .tab-pane img {
    float: none !important;
    margin: 0;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post img {
    max-width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post .autor-content,
  .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 0;
  }
  .blog-section .blog-box .comment-section ul li .comment-box img {
    display: none;
  }
  #map {
    height: 200px;
  }
  .testimonial-section .testimonial-box p {
    padding: 0 !important;
  }
}

/* custom css  */
.navbar-brand > img {
  display: block;
  background: white;
  width: 145px;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.primary-button {
  padding: 10px 24px;
  outline: none;
  border: none;
  margin: 25px 20px;
  background: linear-gradient(45deg, #dc6226, #a64211);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--body-font);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
}

.primary-button::after {
  width: 4px;
  height: 100%;
  background-color: #4d4d4d;
  content: "";
  left: -5px;
  top: 0;
  position: absolute;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 6px;
  margin-bottom: 0;
  font-family: var(--title-font);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
  font-size: 14px;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #f4f4f4;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 600;
  color: #505050;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* custom css  */

.whychoose-content {
  /* margin-top: 20px; */
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #CE5A21; */
  color: #ffff;
  background: linear-gradient(45deg, #c38625, #d45d23);
}

.flip-image-box {
  /* width: 18px;
  height: 18px; */
  /* margin: 100px auto; */
  perspective: 1000px;
}

.flip-image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform-style: preserve-3d;
  animation: flipAllDirections 6s linear infinite;
}

@keyframes flipAllDirections {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: rotateX(180deg) rotateY(0deg);
  }
  50% {
    transform: rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: rotateX(0deg) rotateY(180deg);
  }
  100% {
    transform: rotateX(0deg) rotateY(0deg);
  }
}

/* site loader */
/* .site-loader {
  width: 80px;
  height: 80px;
  margin: 100px auto;
  perspective: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-inner {
  width: 100%;
  height: 100%;
  background: #096141;
  border-radius: 10px;
  transform-style: preserve-3d;
  animation: flipAllDirections 2s linear infinite;
}

@keyframes flipAllDirections {
  0%   { transform: rotateX(0deg) rotateY(0deg); }
  25%  { transform: rotateX(180deg) rotateY(0deg); }
  50%  { transform: rotateX(180deg) rotateY(180deg); }
  75%  { transform: rotateX(0deg) rotateY(180deg); }
  100% { transform: rotateX(0deg) rotateY(0deg); }
} */

/* styles for about section */
.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #dea321;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.about-section {
  position: relative;
  /* padding: 150px 70px; */
}

.about-section .sec-title {
  margin-bottom: 45px;
}

.about-section .content-column {
  position: relative;
  /* margin-bottom: 50px; */
}

.about-section .content-column .inner-column {
  position: relative;
  /* padding-left: 30px; */
}

.about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: #dea321;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before {
  content: "";
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 34px solid #dea321;
}

.about-section .image-column .image-1 {
  position: relative;
}
.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgb(158 160 173 / 15%);
  /* border-radius: 46px; */
  width: 100%;
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff;
}

/* first step section */
.first-step-section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2f2f2f;
}

.first-step-section-header hr {
  border: 1px solid #2f2f2f;
  width: 56px;
  margin: auto;
}

.bg-gradient_solid {
  /* background: var(--primary-gradient); */
  color: #343434;
  padding: 48px 0;
}

.steps {
  position: relative;
  margin-top: 32px;
}

.steps::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #343434;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 50%;
}

.steps .content p {
  color: #676767;
  font-size: 16px;
}

.steps .content h2 {
  font-weight: 600;
  font-size: 16px;
  color: #6d7275;
}

.steps-container {
  position: relative;
  background-color: inherit;
  width: calc(50% + 32px);
}

.steps-container .content {
  padding: 32px;
  background-color: white;
  position: relative;
  border-radius: 0px 0px 80px 0px;
  box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
  width: 100%;
}

.steps .steps-container:nth-child(even) {
  left: calc(50% - 32px);
  flex-direction: row-reverse;
}

.steps-container {
  display: flex;
}

/* .steps .steps-container .date {
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  width: 62px;
  height: 62px;
  background-color: #ad4614;
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  border: 2px solid #fff;
  border-style: dashed;
  justify-content: center;
  z-index: 777;
} */

.steps .steps-container .date {
  position: relative;
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  width: 62px;
  height: 62px;
  background-color: #ad4614;
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 777;
  overflow: hidden;
}

.steps .steps-container .date::before {
  content: "";
  position: absolute;
  /* top: -2px; */
  /* left: -2px; */
  width: 100%;
  height: 100%;
  border: 2px dashed #fff;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotateBorder 10s linear infinite;
  z-index: -1;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.step-line {
  width: 40px;
  background-color: #343434;
  height: 1px;
  margin-top: 31px;
  opacity: 0.4;
  flex-shrink: 0;
}

.banner-section h2 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .steps::after {
    left: 32px;
  }
  .steps-container {
    left: 0;
    flex-direction: row-reverse;
    width: auto;
    margin-bottom: 16px;
  }
  .steps .steps-container:nth-child(even) {
    left: 0;
  }
  .text {
    text-align: justify;
  }
  .banner-section h2 {
    font-size: 20px !important;
  }
}

.how-do-card {
  background-color: #fff;
  padding: 15px;
  height: 100%;
  position: relative;
  margin: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Makes sure bottom button sticks to bottom */
}

.how-do-card .card-icon {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  color: var(--color-secondary);
  position: relative;
  font-size: 40px;
  width: 75px;
  height: 75px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  /* Clean, even, rounded shadow */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.how-do-card .card-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

  /* Gradient styles */
  background: linear-gradient(45deg, #c38625, #d45d23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  text-fill-color: transparent;
}

/* Dashed spinning border using ::before */
.card-icon::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px dashed #626262;
  border-radius: 50%;
  animation: spinDashed 8s linear infinite;
  z-index: -1;
}

.how-do-card:hover .card-icon::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px dashed var(--light-gold);
  border-radius: 50%;
  animation: spinDashed 3s linear infinite;
  z-index: -1;
}

@keyframes spinDashed {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.how-do-card h5 {
  /* color: var(--color-secondary); */
  color: #212529;
  margin-top: 50px;
}

.card-button {
  color: var(--color-secondary);
  font-weight: 600;
  transition: all 0.3s linear;
}

.card-button:hover {
  color: var(--light-gold);
}

/* styles for service card */

.serivices-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #ce5a21 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.serivices-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
.serivices-card p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.serivices-card .icon-wrapper {
  background-color: #fff;
  position: relative;
  margin: auto;
  font-size: 40px;
  height: 75px;
  width: 75px;
  color: var(--color-secondary);
  /* border-radius: 50%; */
  display: grid;
  place-items: center;
  transition: 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.serivices-card .icon-wrapper i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.serivices-card:hover {
  background-position: 0 100%;
}
.serivices-card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #ce5a21;
}
.serivices-card:hover h3 {
  color: #ffffff;
}
.serivices-card:hover p {
  color: #f0f0f0;
}

#desktopProjectsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Hide mobile slider by default on desktop */
#mobileProjectsSlider {
  display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
  /* Hide desktop grid on mobile */
  #desktopProjectsGrid {
    display: none;
  }
  .project-page-box .project-post {
    width: 100%;
    background-color: #fff;
    padding-bottom: 15px;
    margin: 0;
  }

  .page-banner-section h3 {
    font-size: 30px;
  }

  /* Show mobile slider on mobile */
  #mobileProjectsSlider {
    display: block; /* Swiper will manage its internal layout */
  }

  /* Swiper related styles for mobile */
  /* Make sure individual slides take full width in the swiper */
  #mobileProjectsSlider .swiper-slide {
    width: 100%;
  }
  .services-offer-section .services-offer-section-card {
    box-shadow: 0 0 10px #f3e8e8;
    padding: 15px 12px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 300ms linear;
  }
}

/* styles for loader */
/* Fullscreen Loader Background */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.horizontal-spin {
  display: block;
  margin: 0 auto;
  animation: spin-horizontal 2s linear infinite;
  transform-style: preserve-3d;
}

/* Keyframe for horizontal rotation */
@keyframes spin-horizontal {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.nav-item.dropdown .dropdown-menu.show .dropdown-item:hover {
  background-color: #ce5a21; /* Hover effect */
  color: #fff;
}
