/* ===================================================================================================== */
/* ##. Global Content Styles                                                                             */
/* ===================================================================================================== */

html,
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.7em;
  font-size: 20px;
  font-weight: 400;
  color: #312f2f;
  background: #ffffff;
  letter-spacing: 0.02em;
  margin: 0 !important;
}
section {
  padding: 0;
}
li {
  margin: 0;
  line-height: inherit;
}
/* Link Styling */

a,
a:hover,
a:active,
a:visited,
a:link {
  outline: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

/* Headings */

h1 {
  font-family: "Teko", sans-serif;
  font-size: 93px;
  font-weight: 500;
  color: #998256;
  text-transform: uppercase;
}

h2 {
  font-family: "Teko", sans-serif;
  font-size: 76px;
  font-weight: 500;
  color: #998256;
  text-transform: uppercase;
}

h3 {
  font-family: "Teko", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

h4 {
  font-family: "Teko", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #312f2f;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
h4:after,
h4:before {
  top: -0.3em;
  left: 0;
  position: absolute;
  content: "";
  width: calc(100% + 0.4em);
}
h4:after {
  width: calc(100% + 0.4em);
  height: 0.4em;
  border-left: 3px solid #b2b2b2;
  border-top: 3px solid #b2b2b2;
}

h4:before {
  border-right: 3px solid #b2b2b2;
  height: calc(100% - 0.03em);
}

h5 {
  font-family: "Teko", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}

.header-sec ul,
.footer-sec ul,
.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav {
  display: none;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1230px;
  }
}

/* ===================================================================================================== */
/* ##. Header sec Styles                                                                             */
/* ===================================================================================================== */

header.header-sec {
  padding-top: 26px;
}

span.menu-butn {
  display: none;
}
.logo-sec {
  padding-bottom: 15px;
}
ul.menu-bar li {
  display: inline-block;
  padding: 0 15px 15px;
  position: relative;
}

ul.menu-bar li a {
  font-family: "Teko", sans-serif;
  color: #986e5b;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1em;
  font-size: 25px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}

ul.menu-bar li:hover > a {
  color: #5b5858;
}

ul.menu-bar li:last-child {
  padding-right: 0;
  border: none;
}

.nav-sec {
  margin-bottom: -0.2em;
}
ul.menu-bar li a:after {
  height: calc(100% + -2px);
  left: -7px;
  top: 3px;
  border-left: 2px solid #7f7f7f;
  transition-delay: 0.1s !important;
}

ul.menu-bar li a:before {
  width: calc(100% + 3px);
  left: 8px;
  top: -5px;
  border-top: 2px solid #7f7f7f;
}

ul.menu-bar li a:after,
ul.menu-bar li a:before {
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.35s ease-in;
  transition-timing-function: ease-out;
}

ul.menu-bar li:hover a:before {
  opacity: 1;
  left: -5px;
}
ul.menu-bar li:hover a:after {
  opacity: 1;
  top: -5px;
}
ul.menu-bar li > ul {
  position: absolute;
  z-index: 5;
  background-color: rgb(66 65 57 / 83%);
  width: 270px;
  left: -20px;
  top: 36px;
  visibility: hidden;
  opacity: 0;
  display: none;
}

ul.menu-bar li > ul a {
  color: #cfcdca;
  font-size: 22px;
  padding: 12px 18px;
}

ul.menu-bar li > ul li {
  display: block;
  padding: 0;
}

ul.menu-bar li > ul a:after,
ul.menu-bar li > ul a:before {
  display: none !important;
}

ul.menu-bar li > ul a:hover {
  color: #fff;
  background-color: rgb(116 115 102 / 0.6);
}

ul.menu-bar li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* ===================================================================================================== */
/* ##.banner sec Styles                                                                                   */
/* ===================================================================================================== */

.banner-sec h2 {
  font-weight: 300;
  font-size: 171px;
  font-size: 8.9vw;
  opacity: 0.51;
  text-shadow: 0.03em 0.03em 2px rgba(0, 0, 0, 0.36);
  line-height: 0.8em;
  color: #fff;
}

.slider-box {
  height: calc(100vh - 174px);
  background-size: cover;
  background-position: center;
}

.slider-text {
  height: 100%;
}

.slider-text .container {
  height: 100%;
  display: flex;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  border: none !important;
  outline: none !important;
}

.owl-prev,
.lSPrev {
  left: 0;
  transform: translatey(-50%) scaleX(-1);
  -ms-transform: translatey(-50%) scaleX(-1);
  -webkit-transform: translatey(-50%) scaleX(-1);
  -o-transform: translatey(-50%) scaleX(-1);
}

.owl-next,
.lNext {
  right: 0;
  transform: translatey(-50%);
}
.owl-nav button > span,
.lSPrev > span,
.lSNext > span {
  width: 60px;
  height: 68px;
  display: block;
  /* background-color: rgba(66, 65, 57, 0.5); */
  position: relative;
}

.owl-nav button > span:after,
.lSPrev > span:after,
.lSNext > span:after {
  transform: rotate(135deg) translate(-22px, -20px);
  -ms-transform: rotate(135deg) translate(-22px, -20px);
  -webkit-transform: rotate(135deg) translate(-22px, -20px);
  -o-transform: rotate(135deg) translate(-22px, -20px);
  transform-origin: bottom left;
  -webkit-transform: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
}

.owl-nav button > span:after,
.owl-nav button > span:before,
.lSPrev > span:after,
.lSNext > span:after,
.lSPrev > span:before,
.lSNext > span:before {
  position: absolute;
  content: "";
  background-color: #b59071;
  height: 2px;
  width: 30px;
  top: 32px;
  right: 21px;
}

.owl-nav button > span:before,
.lSPrev > span:before,
.lSNext > span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
}
/* ===================================================================================================== */
/* ##.About sec Styles                                                                                   */
/* ===================================================================================================== */
.about-sec h1 {
  color: #9a8155;
  font-weight: 300;
  font-size: 54px;
  letter-spacing: 0.02em;
  margin-top: 1em;
}

.about-sec h1 > span {
  font-size: 83px;
  font-weight: 500;
  display: block;
  line-height: 0.55em;
}

a.read-more {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  color: #9a8155;
  /*    letter-spacing: .1em;
*/
}

a.read-more > svg {
  color: #9a8155;
  margin-left: 0.3em;
  font-size: 127%;
  margin-bottom: -0.1em;
}

.about-sec h1 > span > span {
  font-size: 60%;
  line-height: 0.5em;
}

.about-wrap {
  position: relative;
}

.about-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
}

.about-right > img {
  width: 100%;
}

.about-text {
  width: 71%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-left {
  bottom: -2.5%;
  left: -190px;
  position: absolute;
}

.about-left > img {
  width: 100%;
}

/* ===================================================================================================== */
/* ##.Projects sec Styles                                                                               */
/* ===================================================================================================== */

.projects-sec {
  background-color: #e2dacd;
  padding-top: 70px;
  padding-bottom: 120px;
}

.hover-count {
  position: absolute;
  display: flex;
  align-items: center;
  width: 0;
  top: 0;
  height: 100%;
  justify-content: center;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 1);
  letter-spacing: 0.049em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 2;
}
.project-type:nth-child(odd) .hover-count {
  left: 0;
}
.project-type:nth-child(even) .hover-count {
  right: 0;
}
.project-type:hover .hover-count {
  visibility: visible;
  width: 50%;
}
.type-title h3 {
  margin-bottom: 0;
  text-align: center;
  line-height: 1em;
}
.project-type {
  cursor: pointer;
  overflow: hidden;
}

.project-type .d-md-flex {
  position: relative;
}

.project-type:hover h3 {
  opacity: 0;
}

.type-img:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(115, 137, 140, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.project-type:hover .type-img:after {
  opacity: 1;
  visibility: visible;
}

.hover-count .count {
  color: #74888c;
  font-size: 5em;
  display: inline-block;
  vertical-align: top;
  line-height: 0.78em;
}

span.count-title {
  display: inline-block;
  line-height: 0.9em;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 1.7em;
  margin-left: 0.15em;
  position: relative;
  color: #9a8155;
}

span.count-title:after {
  width: 25%;
  height: 100%;
  border-top: 2px solid;
  border-right: 2px solid;
  left: 101%;
}

span.count-title:before,
span.count-title:after {
  content: "";
  position: absolute;
  top: 2%;
  height: 103%;
  border-color: #000000 !important;
}

span.count-title:before {
  border-bottom: 2px solid;
  width: 125%;
}
.type-title {
  width: 50%;
  background-color: #898c72;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.type-img {
  width: 50%;
  height: 370px;
  background-size: cover;
  background-position: center;
  position: relative;
  transform: scale(1.2) translatex(0);
  -webkit-transform: scale(1.2) translatex(0);
  -ms-transform: scale(1.2) translatex(0);
  -o-transform: scale(1.2) translatex(0);
  -moz-transform: scale(1.2) translatex(0);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
}

.project-type:hover .type-img {
  transform: scale(1.1);
}
.project-type .hover-count > div {
  opacity: 0;
  position: relative;
}

.project-type:hover .hover-count > div {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.project-type:nth-child(even) .d-md-flex {
  flex-direction: row-reverse;
}
.project-type:nth-child(2) .type-title {
  background-color: #998f86;
}
.project-type:nth-child(3) .type-title {
  background-color: #7d797b;
}
.project-type:nth-child(4) .type-title {
  background-color: #73898c;
}
.project-type:nth-child(5) .type-title {
  background-color: #908575;
}

.projects-wrap {
  padding-top: 2em;
}

/* ===================================================================================================== */
/* ##.Testimonial sec Styles                                                                                 */
/* ===================================================================================================== */

.client-img {
  width: 17vw;
  height: 17vw;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.client-quote {
  width: calc(100% - 17vw);
  padding-left: 3%;
  padding-right: 4%;
  padding-top: 2vw;
}
span.client-name {
  color: #9a8155;
  font-weight: 600;
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
.client-designation {
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.5em;
}
a.read-more-btn.read-more {
  margin-top: 0.5em;
  display: inline-block;
}
.quote-div {
  position: relative;
}
.client-img:after {
  background-image: url(../img/quote-img.png);
  content: "";
  position: absolute;
  top: 0;
  right: -2%;
  width: 19%;
  height: 23%;
  background-size: 100%;
  background-repeat: no-repeat;
}

div#quote-slider {
  padding-top: 3.5vw;
}

section.testimonials-sec {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

/* ===================================================================================================== */
/* ##.footer sec Styles                                                                                 */
/* ===================================================================================================== */

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

.footer-sec li a {
  color: #e7c09c;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  line-height: 0.8em;
  display: block;
  margin-bottom: 0.5em;
}

.footer-wrap > div {
  border-right: 1px solid #815c3b;
  padding-left: 1.5%;
}

.footer-wrap > div:last-child,
.footer-wrap > div:nth-child(4) {
  border-right: 0;
}

.footer-wrap > div:nth-child(1) {
  width: 18%;
  padding-left: 0;
}
.footer-wrap > div:nth-child(2) {
  width: 13%;
}
.footer-wrap > div:nth-child(3) {
  width: 22%;
}
.footer-wrap > div:nth-child(4) {
  width: 20%;
}
.footer-wrap > div:nth-child(5) {
  width: 28%;
}

.footer-wrap {
  padding: 80px 0 100px;
}
.footer-sec li:last-child a {
  margin-bottom: 0;
}

/* ===================================================================================================== */
/* ##.flex-slider Styles                                                                                 */
/* ===================================================================================================== */

ol.flex-control-nav {
  bottom: 25px;
  right: -23%;
}

.flexslider {
  margin: 0 !important;
  border: none !important;
  background: transparent;
}
div#mainSlider1 {
  background: #101010;
}
/* ===================================================================================================== */
/* ## About Page                                                                                     */
/* ===================================================================================================== */

.bg-cream {
  background-color: #e9e3d9;
}

.quick-links ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.quick-links ul li {
  display: inline-block;
  margin: 7px 4px;
}

.quick-links ul li a {
  color: #998256;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-size: 39px;
  font-weight: 300;
  border: 1px solid #998256;
  display: block;
  padding: 12px 26px 7px;
  letter-spacing: 0.1em;
}

.quick-links ul li a:hover {
  color: #fff;
  background-color: #998256;
}
.about-common-sec h2,
.inner-banner h2,
.inner-banner h2 {
  letter-spacing: 0.1em;
  line-height: 0.8em;
  margin-bottom: 0.5em;
}
.inner-banner h2 {
  margin-bottom: 0 !important;
  color: #e7c09c;
  text-align: center;
}
.about-common-sec h2,
.inner-banner h2 > span {
  font-weight: 300;
}

.about-common-sec .content-wrap {
  position: relative;
  padding: 7rem 0 6rem;
}

.about-common-sec .content-wrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 7px;
  width: 23%;
  background-color: #998256;
}
#servicesSec .content-wrap:after,
#projectsMain .content-wrap:after,
#contactSec .content-wrap:after {
  display: none;
}

.quick-links {
  padding: 3.5rem 0;
}

.ceo-img img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.ceo-img {
  margin-bottom: 2.5rem;
  position: relative;
  padding-top: 0.5rem;
  max-width: 284px;
}

.ceo-img:before {
  display: none;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 4px;
  width: 222%;
  background-color: #998256;
  z-index: 0;
  transform: translateY(-50%);
}
.about-common-sec h6 {
  margin-top: 2em;
}
.contact-wrap {
  padding-top: 2.5rem;
}

.map-wrap {
  height: 100%;
}

.map-wrap iframe {
  height: 100%;
}

.office-details .box-wrp:last-child {
  margin-bottom: 0;
}
.office-details .box-wrp:first-child span.icn-col {
  margin-top: 0.25em;
}
/* ===================================================================================================== */
/* ## Project Page                                                                                      */
/* ===================================================================================================== */
.projects-bnr {
  background-color: #543213;
  padding: 12vh 0 11vh;
}
#projectsMain .d-md-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-box {
  position: relative;
  width: 50%;
  cursor: pointer;
}
.featured-image {
  height: 57vh;
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
h2.screen-reader-text {
  display: none;
}

.pagination {
  width: 100%;
  text-align: center;
}

.nav-links {
  width: 100%;
  margin-top: 3em;
}

a.page-numbers {
  color: #545454;
}

.nav-links > * {
  padding: 0.2em 0.4em;
}

span.page-numbers.current {
  font-weight: 500;
}
span.gal-open {
  position: absolute;
  bottom: 10px;
  width: 160px;
  height: 2.7em;
  background-color: rgba(0, 0, 0, 0.05);
  color: #fff;
  text-align: center;
  display: block;
  line-height: 2.7em;
  text-transform: uppercase;
  cursor: pointer;
  right: 10px;
  border: 1px solid #fff;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0;
}

.prjct-title {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in 0.1s;
  opacity: 0;
}
.project-box:hover .project-thumb:after {
  opacity: 1;
}

.project-box:hover .prjct-title {
  opacity: 1;
}
.prjct-title h5 {
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 300;
  font-size: 33px;
  letter-spacing: 0.05em;
  padding: 0px 6%;
}

.project-thumb img {
  width: 100%;
  transition: transform 0.2s ease-in;
  transform: scale(1);
}

.project-thumb {
  position: relative;
  overflow: hidden;
  margin: 5px;
}

.project-thumb:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 75%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-box:hover .project-thumb img {
  transform: scale(1.05);
}
.project-popup {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  background-color: #543213;
}

.project-popup p {
  color: #ead9ca;
  font-size: 15px;
  line-height: 1.6em;
}

.project-popup h5 {
  font-size: 22px;
  font-weight: 500;
  color: #eadacb;
  font-family: inherit;
  margin-bottom: 0.5em;
}

.about-project {
  padding: 30px 50px;
}
.pop-up {
  position: fixed;
  top: 0;
  z-index: 999;
  overflow-y: scroll;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.pop-up.active {
  display: block;
}
body.active {
  overflow: hidden;
}
span.close-btn {
  position: fixed;
  top: 10px;
  right: 28px;
  font-size: 45px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ececec;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 99;
}

.thumb-slider .owl-prev {
  left: -55px;
  transform: translatey(-50%) scale(-0.6);
  -webkit-transform: translatey(-50%) scale(-0.6);
  -ms-transform: translatey(-50%) scale(-0.6);
  -o-transform: translatey(-50%) scale(-0.6);
}

.thumb-slider .owl-nav button > span {
  background-color: inherit;
}

.thumb-slider .owl-next {
  right: -55px;
  transform: translateY(-50%) scale(0.6);
  -webkit-transform: translatey(-50%) scale(0.6);
  -ms-transform: translatey(-50%) scale(0.6);
  -o-transform: translatey(-50%) scale(0.6);
}
.main-preview-slider.flexslider .slides img {
  width: auto;
  max-height: 50vh;
  margin: 0 auto;
}

.main-preview-slider.flexslider .slides > li {
  text-align: center;
}

.thumbslider.flexslider .slides > li {
  height: 120px;
  background-position: center;
  background-size: cover;
}
.flex-direction-nav a:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  color: #e7c09c;
}

.flex-direction-nav a.flex-prev:before {
  content: "\f053";
}
.flex-direction-nav a.flex-next:before {
  content: "\f054";
}
.lg-prev:after,
.lg-next:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.lg-actions .lg-prev:after {
  content: "\f053";
}

.lg-actions .lg-next:before {
  content: "\f054";
}

.lg-prev,
.lg-next {
  background: none !important;
}

/* ===================================================================================================== */
/* ## Testimonials Page                                                                                   */
/* ===================================================================================================== */
.all-quotes .about-common-sec:nth-child(even) {
  background-color: #e9e3d9;
}
/* .all-quotes .about-common-sec:nth-child(odd) .content-wrap:after {
  display: none !important;
} */

.all-quotes .about-common-sec:last-child .content-wrap:after {
  display: none;
}
.inner-banner .slider-box {
  height: 55vh;
}
.quote-div.long:after {
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.all-quotes .about-common-sec:nth-child(even) .quote-div.long:after {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(233, 227, 217, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(233, 227, 217, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(233, 227, 217, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9e3d9",GradientType=1);
}

/* ===================================================================================================== */
/* ## Contact Page                                                                                   */
/* ===================================================================================================== */
.office-details .box-wrp {
  display: flex;
  margin-bottom: 2em;
}

span.icn-col {
  font-size: 1.8em;
  color: #998256;
  min-width: 68px;
}

.form-wrap input,
.form-wrap textarea {
  display: block;
  background: none;
  border: 1px solid #998256;
  width: 100%;
  height: 55px;
  margin-bottom: 1em;
  padding: 0 15px;
  letter-spacing: 0;
  color: rgb(153 130 86);
}
.form-wrap br {
  display: none;
}
.form-wrap input::placeholder,
.form-wrap textarea::placeholder {
  color: rgb(153 130 86 / 52%);
}

.form-wrap input:focus,
.form-wrap textarea:focus {
  outline: 1px solid #998256;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 160px;
}
input[type="submit"] {
  max-width: 150px;
  color: #fff;
  background-color: #998256;
  margin-left: auto;
  margin-right: auto;
}

#contactSec h6 {
  text-transform: none;
  font-weight: 500;
  color: #5f5f5f;
  margin-bottom: 1em;
  font-size: 1.1em;
  margin-top: 0;
  text-align: center;
}
.dflt-btn-typ {
  margin-top: 3rem;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  background-color: #543213;
  color: #e7c08a;
  border: none;
  padding: 15px 25px 12px;
  font-size: 1.5em;
  min-height: inherit;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-left: 15px;
}

.form-wrap {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 40px 40px 20px;
}
span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-color: red !important;
}

span.ajax-loader {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid red !important;
}

.wpcf7-response-output {
  width: 100%;
  margin: 0 0 0.5em !important;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.5em;
  padding: 0.7em 5% !important;
}
.footer-sec ul.sub-menu {
  display: none;
}
.lg-download.lg-icon {
  display: none !important;
}
/* ===================================================================================================== */
/* ## Media Queries                                                                                      */
/* ===================================================================================================== */

@media (max-width: 1499px) {
  .logo-sec img {
    max-width: 140px;
  }

  header.header-sec {
    padding-top: 18px;
  }

  ul.menu-bar li a {
    font-size: 22px;
  }

  ul.menu-bar li > ul a {
    font-size: 19px;
    padding: 10px 14px;
  }

  ul.menu-bar li {
    padding: 0 15px 12px;
  }

  ul.menu-bar li > ul {
    top: 31px;
    width: 240px;
    left: 0;
  }

  .slider-box {
    height: calc(100vh - 131px);
  }

  ul.menu-bar li a:after {
    height: calc(100% + -1px);
  }

  h4 {
    font-size: 31px;
  }

  .about-sec h1 {
    font-size: 49px;
  }

  .about-sec h1 > span {
    font-size: 75px;
  }

  html,
  body {
    font-size: 17px;
  }

  a.read-more {
    font-size: 20px;
  }

  .about-left {
    left: -111px;
    width: 9%;
  }
  .type-img {
    height: 300px;
  }

  h3 {
    font-size: 43px;
  }

  .footer-sec li a {
    font-size: 20px;
  }

  .footer-wrap {
    padding: 70px 0 80px;
  }
  .ftr-logo img {
    max-width: 125px;
  }
  .quick-links ul li a {
    font-size: 35px;
    padding: 10px 21px 5px;
  }

  h2 {
    font-size: 68px;
  }

  .ceo-img {
    width: 240px;
  }

  h6 {
    font-size: 21px;
  }

  .about-common-sec .content-wrap {
    padding: 6rem 0 5rem;
  }
  .about-common-sec .content-wrap:after {
    height: 5px;
  }
  .prjct-title h5 {
    font-size: 34px;
  }
  .project-popup p {
    font-size: 14px;
  }
  .project-popup h5 {
    font-size: 20px;
  }
  span.gal-open {
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  .about-left {
    display: none;
  }
}
@media (max-width: 1200px) {
  .banner-sec h2 {
    width: 100%;
    text-align: center;
  }
  .pop-up {
    padding-left: 25px;
    padding-right: 25px;
  }
  span.close-btn {
    right: 13px;
  }

  .featured-image {
    height: 35vh;
  }
}

@media (max-width: 991px) {
  .type-img {
    height: 260px;
  }
  .footer-wrap {
    display: block !important;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .footer-wrap > div {
    width: 100% !important;
    text-align: center;
    padding-left: 0;
    margin-bottom: 1.5em;
    border-right: 0;
  }

  .footer-wrap li {
    display: inline-block;
    padding: 0 10px;
  }

  .ftr-logo {
    margin-bottom: 2.5em !important;
  }

  .map-blk iframe {
    height: 170px;
  }

  .prjct-title h5 {
    font-size: 28px;
  }
  .ftr-logo img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease-in;
    right: 0;
  }
  .logo-sec img {
    max-width: 115px;
  }

  header.header-sec {
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
  }

  span.menu-butn {
    display: block;
    position: absolute;
    right: 15px;
    top: 38px;
    font-size: 25px;
    color: #9a715e;
    border: 1px solid #996f5c;
    padding: 5px 7px;
    border-radius: 2px;
    z-index: 99;
  }

  .hdr-wrap {
    display: block !important;
  }

  header ul.menu-bar {
    display: none;
  }
  .mobile-nav {
    transition: all 0.3s ease-in;
    display: block;
    position: fixed;
    top: 0;
    right: calc(-100% + 65px);
    width: calc(100% - 65px);
    height: 100%;
    background-color: #986e5b;
    overflow: auto;
  }
  .mobile-nav.active {
    right: 0;
  }
  body.menu-open {
    right: calc(100% - 65px);
    overflow: hidden;
  }

  body.menu-open:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    z-index: 9;
  }

  span.menu-butn.active {
    color: #fff;
    border-color: #fff;
  }

  ul.menu-bar {
    padding-top: 6vh;
  }

  ul.menu-bar li > ul {
    position: inherit;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-bottom: 2px;
    width: 100%;
  }

  ul.menu-bar li > ul a {
    letter-spacing: 0;
    font-size: 20px;
    padding: 9px 11px 9px 35px;
    color: #d4d4d4;
  }

  ul.menu-bar li:hover > a {
    color: #ffffff;
  }

  ul.menu-bar > li > a {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
  }
  ul.menu-bar li {
    display: block;
    border-right: none;
    padding: 0;
    line-height: 2.5em;
  }
  ul.menu-bar li a {
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 13px 35px 9px;
  }
  ul.menu-bar li a:before,
  ul.menu-bar li a:after {
    display: none;
  }

  .nav-sec {
    margin-bottom: 0;
  }

  .slider-box {
    height: calc(100vh - 104px);
  }

  h4 {
    font-size: 28px;
  }

  .about-text {
    width: 100%;
    padding-bottom: 70px;
  }

  .about-right {
    width: 37%;
  }

  .about-sec h1 {
    font-size: 44px;
    margin-bottom: 0.4em;
  }

  .about-sec h1 > span {
    font-size: 68px;
  }

  h4:after,
  h4:before {
    border-width: 2px;
  }

  .about-left {
    display: none;
  }

  a.read-more {
    font-size: 20px;
  }

  a.read-more > svg {
    font-size: 130%;
  }

  .banner-sec h2 {
    font-size: 4.5rem;
    opacity: 0.8;
  }

  .type-title {
    display: none;
  }

  .type-img {
    width: 100%;
    height: 320px;
  }

  .project-type:hover .type-img:after {
    display: none;
  }

  .hover-count {
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: rgba(64, 24, 2, 0.7);
  }

  .project-type .hover-count > div {
    opacity: 1 !important;
  }

  .hover-count .count {
    color: #e0e5e6;
  }

  span.count-title {
    color: #ff9400;
  }

  span.count-title:before,
  span.count-title:after {
    border-color: #c1c1c1 !important;
  }

  .projects-sec {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  section.testimonials-sec {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
  }

  .client-img {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
  }

  .client-quote {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5em;
  }

  div#quote-slider {
    padding-top: 1.5em;
  }

  .testimonials-sec h4:before {
    display: none;
  }

  .testimonials-sec h4:after {
    top: inherit;
    bottom: -7px;
    width: 100%;
    border-left: 0;
  }

  .footer-sec li a {
    font-size: 19px;
  }
  .logo-sec {
    padding-bottom: 0;
  }
  .quick-links ul li a {
    font-size: 23px;
    padding: 8px 17px 3px;
    letter-spacing: 0.05em;
  }

  h2 {
    font-size: 48px;
  }

  .about-common-sec .content-wrap {
    padding: 5rem 0 4rem;
  }

  .quick-links {
    padding: 3rem 0;
  }

  .ceo-img {
    max-width: 170px;
    margin-bottom: 2rem;
  }

  .ceo-img:before {
    max-width: 290px;
    height: 3px;
  }

  .about-common-sec h2,
  .inner-banner h2 {
    letter-spacing: 0.05em;
  }

  h6 {
    font-size: 17px;
  }
  .owl-prev {
    transform: translate(-7px, -50%) scale(-0.75);
    -ms-transform: translate(-7px, -50%) scale(-0.75);
    -webkit-transform: translate(-7px, -50%) scale(-0.75);
    -o-transform: translate(-7px, -50%) scale(-0.75);
  }
  .owl-next {
    transform: translate(7px, -50%) scale(0.75);
    -ms-transform: translate(7px, -50%) scale(0.75);
    -webkit-transform: translate(7px, -50%) scale(0.75);
    -o-transform: translate(7px, -50%) scale(0.75);
  }
  .all-quotes .about-common-sec .content-wrap:after {
    left: 50%;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
  }

  .project-box {
    width: 100%;
  }
  .prjct-title {
    bottom: 0;
    top: inherit;
    left: 0;
    width: 100%;
    transform: none;
    background-color: #7b4d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 69px;
    padding-top: 5px;
    opacity: 1;
    display: none;
  }
  .project-thumb:after {
    opacity: 0 !important;
  }
  .prjct-title h5 {
    font-size: 20px;
    width: 100%;
  }
  .about-project {
    padding: 25px 20px 10px;
  }
  .thumb-slider .owl-prev {
    left: -50px;
  }
  .thumb-slider .owl-next {
    right: -50px;
  }
  span.icn-col {
    font-size: 2.2em;
    margin-bottom: 0.3em;
  }

  #contactSec h2 {
    text-align: center;
  }

  .office-details .box-wrp {
    display: block;
  }

  .office-details .box-wrp > span {
    display: block;
    width: 100%;
    text-align: center;
  }

  .map-wrap {
    margin-top: 2.5rem;
    height: 200px;
  }

  button#enquireBtn {
    margin-right: 0;
  }

  .dflt-btn-typ {
    margin-top: 25px;
  }
  .flex-direction-nav a:before {
    font-size: 27px;
    margin-top: 6px;
  }

  .flex-direction-nav a {
    background-color: rgb(0 0 0 / 0.5);
    text-align: center !important;
  }
  .main-preview-slider .flex-direction-nav {
    display: none;
  }
  span.gal-open {
    width: 140px;
    height: 41px;
    font-size: 14px;
    line-height: 41px;
  }
}
@media (max-width: 380px) {
}
