/* ------------------------------------------------------------------------------


  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Content styles

  2.  Header 

      2.1 Brand
      2.2 Vertical Panel
      2.3 Navbar Desctop
      2.4 Navbar Desctop Affix
      2.5 Navbar Mobile
      2.6 Navbar Mobile Affix
      

  3.  Main

      3.1 Slider

  4.  About
  5.  Projects

      5.1 Project Carousel
      5.2 Magnific popup

  6.  Services
  7.  Experience
  8.  Clients
  9.  Objects
  10.  Contacts  
  11. Footer
  12. Responsive styles

      12.1 Min width: 768px
      12.2 Min width 992px
      12.3 Min width 1200px 
      12.4 Max height 480px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.min.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html {
/*     scroll-behavior: smooth; */
}

html{
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'montserratlight', sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: #747474;
}
.container{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c5a47e;
}

::selection{
  background-color:#c5a47e;
  color:#fff;
}

-webkit-::selection{
    background-color:#c5a47e;
    color:#fff;
}

::-moz-selection{
    background-color:#c5a47e;
    color:#fff;
}
.sub-title {
    margin-bottom: 18px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* 1.2 Typography */

:root{
    --brown:#d3a471;
    --brown-light:#faf4ee;
    --black:#1e262b;
    --white:#ffffff;
    --light-brown:#f6e7d7;
    --text-white:#d9d9d9;
    --text-black:#545454;
}

@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat/Montserrat-Light.ttf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;

}

h1,.h1{ 
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 8vmin;
  line-height: 1.2;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #3d3d3d;
}

h2,.h2{ 
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size:50px!important;
  color: var(--black);
}

h3,.h3{
  font-family: 'montserratsemibold';
  font-size:42px!important;
  line-height: 1.1;
  font-weight: 500;
}

h4,.h4{
  font-family: 'montserratsemibold';
  font-size:32px!important;
  line-height: 1.35;
  font-weight: 500;
}

h5,.h5{
  font-family: 'montserratsemibold';
  font-size: 1.120em;
  line-height: 1.35;
  font-weight: normal;
  color:#3d3d3d;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

h6,.h6{
  font-family: 'montserratsemibold';
  font-size: 1.115em;
  line-height: 1.35;
  font-weight: 500;
  color:#3d3d3d;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover{
  text-decoration: none;
}
.text-primary {
    color:var(--brown);
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
    /*margin-bottom: 6px;*/
    display: inline-block;
}
p{
  margin-bottom: 1.6em;
}

b, strong{
  font-family: 'Montserrat', sans-serif;
}
.flex-set {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
ul{
  list-style: none;
  padding-left: 0;
}

a{
  color:var(--brown);
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:var(--brown)!important;
  outline: none;
  text-decoration: none;
}

a:focus{
  text-decoration: none;
}
.flex-space-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn-with-icon::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    margin-left: 7px;
    font-weight: 700;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

/* 1.3 Fields */



.form-control,
textarea.form-control{
  font-size: 1em;
  height: 3.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color:#666666;
  background-color: #f3f3f3;
  border:1px solid #f3f3f3;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea.form-control{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.form-control:focus{
  border-color:#c5a47e;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #666666;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
}

.form-control.error{
  border-color:#c5a47e;
}

.form-group{
  margin-bottom: 10px;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error{
  display: none!important;
}



/* 1.4 Buttons */



.btn{
  font-family: 'montserratsemibold';
  position: relative;
  display: inline-block;
  border:0.2em solid #c5a47e;
  border-radius: 30px;
  padding:1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color:var(--white);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color:var(--brown);
  border:0;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  color: var(--white)!important;
  background-color: #cc9f6b;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn .icon-next{
  position: relative;
  top:-0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}


.btn-shadow-1{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}

.btn-shadow-2{
  box-shadow:0 15px 34px rgba(197,164,126,0.5);
}



/* 1.5 Icons */



.icon-next{
  display: inline-block;
  width:0.94em;
  height: 0.75em;
  background:url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size:0.94em 0.75em;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c5a47e;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}



/* 1.7 Content styles */



.layout{
  position: relative;
  overflow: hidden;
}

.page-lines{
  position: absolute;
  z-index: -1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line{
  padding: 0;
}

.page-lines .line{
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color:#f4f4f4;
}

.page-lines .col-line:last-child .line:last-child{
  left: auto;
  right: 0;
}

.row-base{
  margin-top: -3em;
}

.col-base{
  margin-top: 3em;
}

.section{
  position: relative;
  padding:80px 20px;
}

.section-header{
  position: relative;
}

.section-title{
  text-align: center;
  margin:0;
  margin-left: 0.32em;
  color:var(--white);
}

.fade-title-left,
.fade-title-right{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10.8em;
  line-height: 1;
  color:#000;
  position: absolute;
  left: 0;
  top:0.03em;
  opacity: 0.035;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fade-title-right{
  left:100%;
}

.section-content{
  margin-top: 20px;
}

h2.col-about-title {
    font-size: 38px !important;
}

/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/

.header-inner .vertical-panel-content{
  bottom:auto;
  top:12.2vmin;
}
.sticky-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    flex-wrap:wrap;
}
.sticky-header img.custom-logo {
    width: 50%;
}
nav#off-canvas-menu {
    width: 79%;
    position:relative;
}
.sticky-header a.custom-logo-link {
    width: 21%;
}
.sticky-header ul#menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;
}
#menu-main-menu li a {
    color:var(--white);
}
.slideInDown #menu-main-menu li a {
    color:#fff;
}
#menu-main-menu li a {
    color: #fff;
    font-size: 17px;
}
.error404 #menu-main-menu li a{
	color: var(--black);
}
.error404 .slideInDown #menu-main-menu li a{
	color: var(--white) !important;
}
.page-id-663 .slideInDown #menu-main-menu li a{
	color: var(--white);
}
.page-id-663 .slideInDown .menu li.menu-item-has-children > a::after {
	color: var(--black);
}
.page-id-663 #menu-main-menu li a{
	color:var(--black);
}

.page-id-663.menu li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    border: 2px solid #000 ;
	border-width:0px 2px 2px 0px;

}
.vertical-panel,.brand-name,.vertical-panel-content,.slide-number{
    display: none !important;
}

/*.home :where(.vertical-panel, .brand-name, .vertical-panel-content, .slide-number){*/
/*    display:block !important;*/
/*} */

.home :where(.brand-panel){
    display:none !important;
} 
.brand-panel {
    width: 32.47vmin;
    height: 24.7vmin!important;
}
.home .brand-panel {
    width: 39.47vmin;
    height: 40.7vmin!important;
}
.sticky-header img {
    display: none;
}
.slideInDown img {
    display: block;
}
ul#menu-main-menu {
    position: relative;
}
.menu-item-has-children {
    position:relative;
}
.menu li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    border: 2px solid #ffffff;
    width: 8px;
    height: 8px;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg) translateY(-50%);
    top: 9px;
    right: 0px;
} 
.error404 .menu li.menu-item-has-children > a::after {
    border: 2px solid var(--black);
    border-width: 0 2px 2px 0;
}

.page-id-663 .menu li.menu-item-has-children > a::after {
    border: 2px solid var(--black);
    border-width: 0 2px 2px 0;
}

.slideInDown .menu li.menu-item-has-children > a::after{
    border: 2px solid var(--white);
    border-width: 0 2px 2px 0;
}

.menu li.menu-item-has-children > a::after,
{
	border: 2px solid var(--black);
    border-width: 0 2px 2px 0;
}
.slideInDown li.menu-item-type-custom a::after {
    border-color:var(--black);
}
nav#off-canvas-menu-mobile {
    position: relative;
}



/*-------------------------------------------------------------------------------
 Sub Items Header
-------------------------------------------------------------------------------*/
.sub-menu {
    background-color: #fff;
    padding: 25px 25px !IMPORTANT;
    width: 355px;
    max-width: 360px;
    height: auto !IMPORTANT;
    margin-top: 15px !important;
    margin-bottom: 0 !IMPORTANT;
    position: absolute;
    right: 0;
    visibility: hidden;
    transition: 0.2s;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 23%);
}
.menu-item-has-children a {
    padding-right: 14px;
}
.sub-menu li{
    padding-bottom: 10px;
    font-size: 16px;
}
.sub-menu li a {
    color:var(--black)!important;
}
.sub-menu li:last-child {
    padding-bottom: 0;
}
.menu-item-has-children:hover .sub-menu {
    visibility: visible;
}
li.menu-item-has-children a {
    /* transition: 0.9s; */
    padding-bottom: 15px;
}
#menu-main-menu .current-menu-item>a,
#off-canvas-menu-mobile .current-menu-item>a{
	color: var(--brown)!important;
}
/* .sub-menu li.current_page_item:active {
    color: red!important;
} */




/* 2.1 Brand */



.brand-panel{
  position: absolute;
  z-index: 4;
  left: 0;
  top:0;
  width: 39.47vmin;
  height: 40.7vmin;
  padding: 4.8vmin 2em 4.8vmin;
  background-color: #1e262b;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.brand{
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size:4vmin;
  line-height: 1;
  color: #3d3d3d;
}

.brand:hover,
.brand:focus{
  color: #3d3d3d;
  text-decoration: none;
}

.brand-name{
  position: absolute;
  z-index: -1;
  bottom: -0.4em;
  right:-0.38em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.05;
}

.slide-number{
  font-family: 'Oswald', sans-serif;
  margin-top: 8vmin;
}

.slide-number .current-number{
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
}

.slide-number sup{
  display: inline-block;
  position: relative;
  top:-3px;
  font-size: 2vmin;
  letter-spacing: 0.1em;
  color: #3d3d3d;
  vertical-align: top;
  margin-left: 0.46em;
}

.slide-number sup .delimiter{
  display: inline-block;
  margin-right: 0.4em;
}

.header-phone{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 45vmin;
  top:5.9vmin;
}

 @media (max-width: 480px){
  .header-phone{
    display: none;
  }
 }

  @media (min-width: 992px) and (max-width: 1200px){
  .header-phone{
    display: none;
  }
 }



/* 2.2 Vertical Panel */



.vertical-panel,
.vertical-panel-content{
  position: absolute;
  width: 19.735vmin;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-panel{
  z-index: 3;
  height: 10000px;
  background-color: #f6f5f3;
}

.vertical-panel-content{
  z-index: 4;
}

.vertical-panel-info{
  margin-bottom: 3.5vmin;
}

.vertical-panel-info .line{
  height: 5vmin;
  width: 1px;
  margin:15px auto 0;
  background-color:#646464;
}

.vertical-panel-title{
  font-family: 'montserratsemibold';
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #3d3d3d;
  position: relative;
  left: -6px;
  margin:0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-height: 850px){
  .vertical-panel-title{
    display: none;
  }
}

.social-list{
  margin-bottom: 3.5vmin;
}

.social-list li{
  margin-top: 3.8vmin;
}

.social-list .fa{
  font-size: 2.4vmin;
  color: #c5c4c2;
}

.social-list .fa:hover{
  color:#c5a47e;
  text-decoration: none;
}



/* 2.3 Navbar Desctop */



.nav > li >a{
  padding: 0;
  
}

.nav > li >a:hover,
.nav > li >a:focus{
  background-color: transparent;
}

.navbar-desctop{
  display: none;
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  width: 100%;
  padding:5.9vmin 0 0;
}

.navbar-desctop .brand{
  display: none;
  position: relative;
  top:-0.22em;
  font-size: 1.6em;
}

.navbar-desctop-menu{
  float: right;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.navbar-desctop-menu li{
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active > a{
  color:  #c5a47e;
}

.navbar-desctop-menu  > li{
  float: left;
  margin-left: 4.1em;
}

.navbar-desctop-menu > li > a{
  color: #fff;
  background-color: transparent;
  margin-bottom:0;
}

.navbar-desctop-menu li ul{
  position: absolute;
  z-index: 10;
  left: 100%;
  top:60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  background:rgba(50, 50, 50, 0.95);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-desctop-menu > li > ul{
  left: -20px;
  margin-top: 0;
}

.navbar-desctop-menu li:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu > li:hover > ul{
  top:100%;
}

.navbar-desctop-menu li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-desctop-menu li li:last-child{
  border-bottom: 0;
}

.navbar-desctop-menu li li a{
  color: #fff;
  padding: 12px 20px 10px;
}



/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix{
  position: fixed;
  z-index: 5;
  top:0;
  background-color:#1e262b;
  padding:0;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
}

.navbar-desctop.affix.affix-top{
  padding-top:2.2em;
}

.navbar-desctop.affix .brand{
  display: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a{
  color: #fff;
}

.navbar-desctop.affix .navbar-desctop-menu li > a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active > a{
  color:#c5a47e;
}



/* 2.5 Navbar Mobile */



.navbar-mobile{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100%;
  padding:6vmin 0;
}

.navbar-mobile .brand{
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse{
  border:0;
  background-color: #1e262b;
  -webkit-box-shadow:none;
  box-shadow:none;
}

@media (max-height: 320px ){
  .navbar-collapse{
    max-height: 240px;
  }
}

.navbar-toggle{
  padding: 0;
  margin-top:0;
  margin-bottom: 0;
  border-radius: 0;
  border:0;
}

.navbar-toggle .icon-bar{
  background-color:#fff;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}

.navbar-nav-mobile{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.navbar-nav-mobile li{
  position: relative;
  border-top:1px solid rgba(255,255,255,0.1);
}

.navbar-nav-mobile li a{
  display: block;
  padding: 1em 1em;
  color: #000;
  text-decoration: none;
}

.navbar-nav-mobile > .current > a{
  color: #c5a47e;
}

.navbar-nav-mobile li a .fa-angle-down{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav-mobile > .current > a .fa-angle-down{
  top:-0.2em;
  left:-0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav-mobile > .active > a,
.navbar-nav-mobile > .active > a:hover{
  background-color: #c5a47e;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-nav-mobile ul{
  display: none;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active > a{
  color: #c5a47e;
}



/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix{
  position: fixed;
  z-index: 5;
  background-color:#1e262b;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand{
  display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar{
  background-color:#c5a47e;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 420px;
}



/* 3.1 Slider */
.tp-bgimg.defaultimg {
    position: relative;
}
.tp-revslider-slidesli::before {
    position: absolute !important;
    content: "";
    top: 0 !IMPORTANT;
    left: 0 !important;
    height: 100% !IMPORTANT;
    width: 100% !IMPORTANT;
    background: #00000094;
    visibility: visible!important;
    opacity: 1!important;
    z-index: 9;
}
.tp-parallax-wrap {
    z-index: 99 !IMPORTANT;
}
.rev_slider{
  color:var(--white);
  position:relative;
  min-height: 420px;
}

.rev_slider .btn{
  -webkit-transition: background-color .3s ease-out!important;
          transition: background-color .3s ease-out!important;
}

.tp-caption{
  padding: 0 20px;
  text-align: right;
}

.arrow-left,
.arrow-right{
  position: absolute;
  z-index: 4;
  bottom: 4vh;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left{
  left: 22vmin;
}

.arrow-right{
  right: 15px;
}

.arrow-left:after,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

.arrow-left:after{
  content:'Prev';
}

.arrow-right:before{
  content:'Next';
}

.arrow-left:before,
.arrow-right:after{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:1.3em;
  height: 1em;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:hover:before,
.arrow-right:hover:after{
  opacity: 1;
}

.arrow-left:before{
  background: url(../img/img-icon/prev.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-right: 0.82em;
}

.arrow-right:after{
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-left: 0.72em;
}

.slide-title{
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.slide-subtitle{
  font-size: 18px;
  line-height: 1.7;
}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */
.about-gallery_section {
    padding: 60px 0px 80px 0px !important;
    text-align: center;
}


h4.col-about-title {
    margin-top: 0;
    margin-bottom: 0.3em;
    font-size: 30px!important;
}

.col-about-info p:last-child{
  margin-bottom: 0; 
}

.col-about-img{
  position: relative;
}

.col-about-img img{
  display: block;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.col-about-info a {
    margin-top: 15px;
}
.col-about-spec p {
    width: 40%;
    height: 4px;
    background-color: #debc97;
    margin: 20px 0px 0px 0px;
    border-radius: 45px;
}
.about-service-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px 0px;
    border-top: 1px solid #d2d2d2;
}
.about-service-item img {
    width: 22%;
}
.about-service-item h4 {
    font-size: 16px!important;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.col-about-spec {
    padding: 0px 15px 0px 15px!important;
}
.inner-about-detail h2 {
    font-size: 48px!important;
    line-height: 1.2em;
}


/* ------------------------------------------------------------------------------- */
/*  6. Services
/* ------------------------------------------------------------------------------- */

.row-services{
  margin-left: -4.1em;
  margin-right: -4.1em;
}

.service-item h4 {
    margin-top: 20px;
    margin-bottom: 0.3em;
    font-size: 21px!important;
    letter-spacing: 4px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.service-item p:last-child{
  margin-bottom: 0;
}
#services {
    background-color:var(--black);
}
.service-item p {
    color:var(--text-black);
}
.service-item {
    background-color: var(--white);
    padding: 30px;
    min-height:100%;
	border-radius: 8px;
}
.text-primary {
    color: var(--brown);
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
}
.service-sec-header span {
    display: block;
    text-align: center;
}
.service-item a.button.btn-with-icon {
    font-weight: 500;
    color: #d3a471;
}
.see-all-services {
    margin-top: 45px;
}

.services-section {
    position: relative;
    padding: 150px 20px 80px 20px !important;
}

/* ------------------------------------------------------------------------------- */
/*  4. Why Chosse Us
/* ------------------------------------------------------------------------------- */
.why-choose-icon img {
    max-width: 59px;
    background-color:var(--brown-light);
    padding: 10px;
    border-radius: 50%;
    height: 55px;
    /* width: 100%; */
}
.wht-choose-item h5 {
    margin-bottom: 6px;
}
.why-choose-icon {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 550px;
}
.why-choose-icons {
    margin-top: 30px;
}


/* ------------------------------------------------------------------------------- */
/*  5. Our-Projects
/* ------------------------------------------------------------------------------- */

.project-top-sec h3 {
    margin-bottom: 10px;
}
figcaption {
    font-style: normal!important;
}
.project{
  padding: 0 2.5px;;
  overflow: hidden;
}

.project figure{
  position: relative;
}

.project figure img{
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:after{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project.project-light figure:after{
  opacity: 0.4;
}
    
.project figcaption{
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  right:0;
  bottom:0;
  margin: 3.2em 3.6em;
}

.project-title {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 22px!important;
    line-height: 1.4em;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.project-category{
  position: absolute;
  left: 0;
  bottom: 0;
  margin:0 0 -0.8em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-zoom{
  position: absolute;
  left: 50%;
  top:50%;
  width: 9em;
  height: 9em;
  margin:-4.5em;
  border-radius: 50%;
  background-color: rgba(197,164,126,0.84);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform:scale(0.5);
  -o-transform:scale(0.5);
  transform:scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.project-zoom:after{
  content: '';
  position: absolute;
  left: 50%;
  top:50%;
  width: 2.625em;
  height:2.625em;
  background:url(../img/img-icon/zoom.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project figure:hover:after{
  opacity: 0;
}

.project figure:hover img{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-title{
  top:30px;
  opacity: 0;
}
.project figure:hover p{
  top:30px;
  opacity: 0;
}

.project figure:hover .project-category{
  opacity: 0;
  letter-spacing: 2em;
}

.project figure:hover .project-zoom{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.mfp-figure button.mfp-close:hover {
    background-color: transparent;
}
button.mfp-arrow {
    margin-right: 35px;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    position: static;
}
.mfp-image-holder button.mfp-arrow:hover, .mfp-image-holder button.mfp-arrow:focus {
    background-color: transparent;
}





/* 5.1 Project Carousel */



.owl-prev,
.owl-next{
	background-color: #fff !important;
  padding: 20px;
  position: absolute;
  top:50%;
  font-family: 'Oswald', sans-serif;
  font-size:1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

/* Pagination wrapper */
#clients .owl-pagination {
    display: flex;
    text-align: center;
    margin-top: 30px;
    justify-content: center;
}

/* Each dot */
#clients .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    background: #d2d2d2;
    border-radius: 50%;
    margin: 5px;
}

/* Active dot */
#clients .owl-page.active span {
    background: #000;
}



#clients .owl-prev,
#clients .owl-next{
	background-color: #fff !important;
	color: #000;
}

.owl-prev:hover,
.owl-next:hover{
  opacity: 1;
}

.owl-prev{
  left: 0.8em;
  padding-left: 50px;
/*   background:url(../img/img-icon/prev.png) 15% 50% no-repeat; */
  background:url(../../../../uploads/2025/11/Arrow.png) 15% 50% no-repeat;
  background-size: 1.3em 1em;
  
}

.owl-next{
  left: auto;
  right: 0.8em;
  padding-right: 50px;
/*   background:url(../img/img-icon/next.png) 85% 50% no-repeat; */
  background:url(../../../../uploads/2025/11/Arrows.png) 85% 50% no-repeat;
  background-size: 1.3em 1em;
}



/* 5.2 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 460px;
}


.mfp-title{
  padding-right: 40px;
  font-size:1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter{
  top:5px;
}

.mfp-bg{
  background-color: #141414;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
      -ms-transform: rotateY(-60deg);
       -o-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
      -ms-transform:rotateX(0);
       -o-transform:rotateX(0);
          transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-zoom-out-cur, 
.mfp-zoom-out-cur 
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}





/* ------------------------------------------------------------------------------- */
/*  6. Our Process
/* ------------------------------------------------------------------------------- */
.col-process-title h3 {
    width: 460px;
}
.process-icon img {
    max-width: 60px;
    /*background-color:var(--brown-light);*/
    /*padding: 10px;*/
    /*border-radius: 50%;*/
    /*height: 60px;*/
}
.process-icon-details h5 {
    font-size: 21px!important;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
.process-icon {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    width: 550px;
    margin-bottom: 20px;
}
.col-process-img, .col-process-icon-list {
    margin-top: 32px;
}
.col-process-img {
    padding-right: 40px;
}
.col-process-des p {
    /* margin: auto 0; */
    margin-top: 50px;
}


/* ------------------------------------------------------------------------------- */
/*  6. Contact Us
/* ------------------------------------------------------------------------------- */

.contact-icon {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background-color: var(--brown);
    padding: 10px 20px;
    border-radius: 5px;
}
.contact-icon .icons{
	margin-top: 6px;
}
.contact-icon i {
    font-size: 24px;
    color: #fff;
}
.icon-detail h4 {
    margin-bottom: 3px;
	line-height: 26px;
    margin-top: 0;
}
.icon-detail h4 a {
    font-size: 22px;
    color:var(--white);
}
.icon-detail h4 a:hover {
    color:var(--white) !important;
}
.contact-icon p a {
    color:var(--white);
    padding-left: 2px;
    font-size: 14px;
}
.contact-icon p a:hover {
     color:var(--white) !important;
}
.contact-icon p{
    margin-bottom: 0px;
}
/* .contact-us-details {
    margin-top: 70px;
} */
.contact-content p {
    max-width: 850px;
    margin: 20px auto;
}
.contact-content h2 {
    font-size: 48px!important;
    line-height: 1.1em;
}
.contact-form {
    box-shadow: 0px 0px 5px 0px rgb(186 186 186 / 30%);
    padding: 20px 25px 40px 25px;
    border-radius: 6px;
    max-width: 1050px;
    margin: auto;
}
.wpcf7-form label {
    display: none;
}
.wpcf7-form p {
    margin-bottom: 0px;
}
.wpcf7-form .wpcf7-submit {
    width: 100%;
    background-color:var(--brown);
    color: var(--white);
    border: navajowhite;
    margin-top: 24px;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color:var(--brown);
}

.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:active{
	background-color:var(--brown);
	opacity: 0.5;
}
form.wpcf7-form {
    display: flex;
    flex-wrap: wrap!important;
    justify-content: space-between;
}
.contact-field {
    width: 100%;
}
.first-name-field, .last-name-field {
    width: 48%;
}
.wpcf7-form textarea {
    height: 120px;
}
.contact-content {
/*     text-align: center; */
    margin-bottom: 50px;
	display: content;
}




/* ------------------------------------------------------------------------------- */
/*  7. Experience
/* ------------------------------------------------------------------------------- */



.experience{
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 21.8em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  color:#363636;
  mix-blend-mode: lighten;
  -ms-mix-blend-mode:lighten;
}

.experience-info{
  position: relative;
  top: -0.75em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin:0 0 0 0.5em;
}




/* ------------------------------------------------------------------------------- */
/*  8. Clients
/* ------------------------------------------------------------------------------- */


.clients-section {
    padding: 0px 20px 80px 20px;
    text-align: center;
}
.clients{
  text-align: center;
}
.section-content ul.clients-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}


.clients-list .client img{
  opacity:1;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clients-list .client a:hover img{
  opacity: 1;
}

.clients-section-about {
    padding: 80px 20px 80px 20px;
    text-align: center;
}

.client{
	margin: 0 auto;
	display: flex;
    justify-content: center;
}


/* ------------------------------------------------------------------------------- */
/*  Testimonials
/* ------------------------------------------------------------------------------- */

.name-star-section span {
    font-weight: 600;
}
.name-star-section p {
    color:var(--text-black);
    font-size: 16px;
}
.testimonial-img img {
    border-radius: 0px 15px 15px 0px;
}
.testimonial-details .testimonial-content {
    padding: 40px 0px 40px 50px;
    position: relative;
}
.star .fa-star {
    color:var(--brown);
}
.testimonial-details {
    background-color: var(--brown-light);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 85px;
    justify-content: space-between;
}
.testimonial-img, .testimonial-content {
    width: 50%;
}
.testimonial-img .img-bg {
    width: 390px;
    background-color: var(--secondary);
    border-radius: 30px;
    background-image: url(images/persone-pattern.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -65px;
    margin-bottom: -60px;
}
.name-star-section {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    align-items: center;
}
.name-star-section .name {
    font-size: 22px;
    color: var(--yellow);
}
.name-star-section .star  svg {
    color:var(--yellow);
    font-size: 11px;
}
.testimonial-content h5 {
    font-size: 38px;
    width: 365px;
    padding-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}
.testimonial-details{
    position: relative;
}
.testimonial-content .quotes {
    font-size: 90px;
    color: var(--brown);
    position: absolute;
    right: 0;
    top: 44px;
}
.testimonial-img {
    display: flex;
    align-items: center;
    justify-content: end;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 18px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 85%;
    top: 85%;
    z-index: 10;
    cursor: pointer;
    background-color: var(--secondary);
    border-radius: 50px;
    width: 38px;
    font-size: 8px;
    color:var(--white);
    height: 38px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 80px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 25px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color:var(--yellow);
}


/* Gallery  */


.gallery figure img {
    width: 100% !important;
    height: 300px !important;
	object-fit: cover;
}

.gallery_section {
    padding: 0px 0px 130px 0px !important;
    text-align: center;
}

.gallery_section .container>div{
	row-gap: 30px;
	padding: 30px 0;
}

.gallery figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.2 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    display: none;
} !important


/* ------------------------------------------------------------------------------- */
/*  9. Objects
/* ------------------------------------------------------------------------------- */



.objects{
  position: relative;
}

.object-label{
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e5bf93;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.object-label:hover{
  box-shadow:none;
}

.popover.top{
  margin-top: -20px;
}

.object-info{
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border:0;
  background-color: rgba(0,0,0,0.6);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow:none;
}

.object-info.in{
  display: block;
}

.object-info:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0,0,0,0.6);
}

.object-title{
  font-size: 1em;
  font-family: 'montserratsemibold';
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color:#c5a47e;
  padding: 0 0 1em;
  border-bottom:1px solid rgba(249,249,249,0.2);
  margin: 0 0 .5em;
}

.object-content{
  font-family: 'montserratlight', sans-serif;
  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow{
  border-top-color: transparent;
}

.popover.top>.arrow:after{
  border-top-color:rgba(0,0,0,0.6);
}





/* ------------------------------------------------------------------------------- */
/*  10. CTA Section
/* ------------------------------------------------------------------------------- */
.cta-section{
    background-color: var(--brown-light);
}
.cta-content {
    display: flex;
    justify-content: flex-end;
    padding-top:20px;
    height: 100%;
}
.cta-info,
.inner-cta-info{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.cta-info h5 {
    font-size: 41px;
    color: var(--parimary);
    line-height: 1.2em;
    width: 500px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.hm-col-left{
    width: 40%;
	padding: 20px;
}
.hm-col-right {
    width: 60%;
	display: flex;
    align-items: flex-end;
}
span.property-deal-text {
    display: block;
    margin-bottom: 30px;
}
.home-owner .cta-info {
    max-width: 490px;
    width: 100%;
}
.cta-img img {
    margin-top: -75px;
}
.cta-content a {
    margin-top: 10px;
}





/* ------------------------------------------------------------------------------- */
/*  11. Footer
/* ------------------------------------------------------------------------------- */

    .footer-section{
        background-color: var(--black);
        padding: 80px 20px 5px 20px;
        background-image: url(images/footer-pattern.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
	.footer-logo img{
		max-width: 70%;
	}
    .footer-logo p {
		margin: 0;
        padding: 12px 0px 20px 0px;
        width: 310px;
        color: var(--text-white);
    }
   .social-icon svg, .social-icon i {
        background-color: var(--brown);
        padding: 9px;
        color: var(--white);
        border-radius: 50px;
        font-size: 18px;
        margin-right: 4px;
    }
    .icon-color{
        color: var(--brown);
    }
    .quick-links ul li, .property-services ul li, .footer-contact-info ul li {
        padding-bottom: 10px;
    }
    .quick-links li a, .property-services li a, .footer-contact-info li a {
        color: var(--text-white);
    }
    .quick-links i, .property-services i, .footer-contact-info i {
    padding-right: 8px;
    font-size: 14px;
    }
    .quick-links h6, .property-services h6, .footer-contact-info h6 {
    color:var(--white);
    font-size: 19px;
    letter-spacing: 3px;
    }
    .divider {
    border-top: 1px solid #636363;
    margin: 60px 0px 18px 0px;
    }
    .copy-right p {
        color: var(--text-white);
		font-size: 14px;
    }
    .copy-right.right-footer {
        text-align: right;
    }
    .copy-right {
        display: flex;
        justify-content: space-between;
    }
    .copy-right a {
    color:var(--brown);
    }
    .quick-links {
    padding-left: 0px;
    }
        
.footer-contact-info {
    padding-left: 0px;
    padding-bottom: 15px;
}

.footer-section .col-lg-3.col-md-4.col-sm-4 {
    padding: 0px;
}
.property-services ul {
    column-count: 2;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  Inner Page Start
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------- */
/*  Inner Common Banner
/* ------------------------------------------------------------------------------- */
main.common-banner {
    background-color: #90979c;
    padding: 200px 20px 60px 20px;
}
.banner-heading h1 {
    color:var(--white);
}
.banner-heading h1 {
    color: var(--white);
    letter-spacing: 5px;
    font-size: 40px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
}



/* ------------------------------------------------------------------------------- */
/*    About Us Page
/* ------------------------------------------------------------------------------- */
.inner-about-img img {
    width: 100%;
}
.about-us-page .about-us-content {
    padding-top: 65px;
}
.about-us-page p {
    font-size: 18px;
    /* line-height: 1.6; */
}




/* ------------------------------------------------------------------------------- */
/*    Inner Why Chosse Us
/* ------------------------------------------------------------------------------- */
#inner-why-choose {
    background-color: var(--black);
    padding: 80px 20px 0px 20px;
    margin-bottom: 200px;
}
.inner-why-choose-title p {
    color:var(--text-white);
    margin-top: 15px;
    width: 460px;
    margin: 10px auto;
}
.inner-service-item {
    background-color: var(--white);
    padding: 30px;
    min-height: 100%;
    box-shadow: 0px 0px 4px rgb(11 11 11 / 12%);
}
.inner-service-item h4 {
    margin-top: 20px;
    margin-bottom: 0.3em;
    font-size: 21px!important;
    letter-spacing: 4px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.inner-why-choose-boxes {
    margin-bottom: -170px;
}
.inner-service-item{
    background-color:var(--brown);
}
.inner-service-item h4, .inner-service-item p {
    color: #fff;
}



/* ------------------------------------------------------------------------------- */
/*    Inner CTA Section
/* ------------------------------------------------------------------------------- */
#inner-cta{
    background-color: var(--brown-light);
}
.inner-cta-col-left {
    width: 40%;
	padding: 20px;
}
.inner-cta-col-right{
    width: 60%;
	display: flex;
    align-items: flex-end;
}
.inner-cta-content {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    height: 100%;
}
.inner-sec-detail .inner-cta-info {
    max-width: 490px;
    width: 100%;
}
.inner-cta-info h3 {
    font-size: 35px!important;
    color: var(--black);
    line-height: 1.2em;
    width: 500px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.inner-cta-info a {
    margin-top: 10px;
}
.inner-cta-img img {
    margin-top: -75px;
}
.btn-with-phn::before {
    content: '\f095';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    margin-right: 7px;
    font-size: 15px;
}
.inner-about-detail a {
/*     font-size: 16px; */
    margin-top: 15px;
}
.inner-cta-info p {
    color: var(--text-black)!important;
}
.row-services-about.row .col-base:nth-of-type(2) {
    border-left: 1px solid #ffffff59;
}
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  Inner Page end
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */





/* ------------------------------------------------------------------------------- */
/*  Error Page
/* ------------------------------------------------------------------------------- */
.error-logo{
	text-align: center;
}
.errorsection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 180px 0 40px;
/*     min-height: 100vh; */
}
/* .error404 header, .error404 footer {
    display: none;
} */

.error-logo{
	display: none;
}

.errorsection .error-content.error {
    background-color: var(--black);
    padding: 15px 25px 50px 25px;
	margin: 0 auto;
    margin-top: 25px;
    width: 100%;
    max-width: 600px;
}
.error-content h1 {
    font-size: 125px;
    color: var(--white);
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.error-content h3 {
    color: var(--white);
    margin-top: 0;
    text-align: center;
}
.error-content.error {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.error-content p {
    color: var(--text-white);
    width: 100%;
    max-width: 500px;
    margin-bottom: 25px;
    text-align: center;
}



/* ------------------------------------------------------------------------------- */
/*  12. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 12.1 Min width 768px */



@media (min-width: 768px){



  html{
    font-size: 85%;
  }



  /* Slider */



  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }



  /* About */



  .col-about-spec{
    padding: 0 2em;
  }



  /* Project Carousel */



  .owl-prev{
    left: 3.6em
  }

  .owl-next{
    right:3.6em;
  }
}



/* 12.2 Min width 992px */



@media (min-width: 992px){



  html{
    font-size: 92%;
  }



  /* Content styles */



  .text-center-md{
    text-align: center;
  }

  .text-right-md{
    text-align: right;
  }

  .text-left-md{
    text-align: left;
  }



  /* Navbar Mobile */


  .navbar-mobile{
    position: absolute;
    left: -50000px;
    top: -50000px;
  }



  /* About */



  .col-about-img{
    padding-left: 0;
    left: -5px;
  }

  .col-about-img img{
    max-width: calc(100% + 5px);
  }



  /* Contacts */


  .row-field{
    margin-left: -15px;
  }
}


/* 12.3 Min width 1200px */



@media (min-width: 1200px){


   html{
    font-size: 100%;
  }
}



/* 12.4 Max height 480px  */



  @media (max-height: 480px){



  /* Slider */



  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right:auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }
}

/* About Page */

.service-item-about h4 {
    margin-top: 20px;
    margin-bottom: 0.3em;
    font-size: 21px!important;
    letter-spacing: 4px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.service-item-about p:last-child{
  margin-bottom: 0;
}
#services {
    background-color:var(--black);
}
.service-item-about p {
    color:var(--text-black);
}
.service-item-about {
    background-color: var(--white);
    padding: 30px;
    min-height:100%;
}

.row-services-about {
	margin: 0px !important;
}
.row-services-about img {
    border-style: none;
}
.row-services-about .service-item {
    gap: 0px;
	padding: 0px !important;
	border-radius: 10px;
}

.service-info h4 {
    margin-top: 0px !important;
    margin-bottom: 0.3em;
    font-size: 21px!important;
    letter-spacing: 4px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.service-sec-content .service-info { 
    padding: 30px;
    color: white;
}


/*-----------contact form--------*/

.contact-content h2, p {
	text-align: left;
}

.contact-content p {
    width: 85%;
    margin: 0px !important;
}

.social-icon {
    display: flex;
    padding-top: 10px;
    gap: 20px;
}

.contact-field {
    width: 48%;
}
.textarea-field{
	display:contents;
}
.wpcf7-form textarea {
    height: 120px;
    width:560px;
}

.mfp-bottom-bar {
    display: none;
}

.service-info {
    padding: 30px;
}
/* service-image img {
    border-style: none;
    height: auto;
    max-width: 100%;
} */

.row-services-about img {
    border-style: none;
    width: 100%;
	border-radius: 10px 10px 0px 0px;
}




.info-service-img img.img-responsive {
    width: 100%;
    border-radius: 10px;

}

.info-service-icon-list {
    width: 100% !important;
    display: ruby;
}
.info-service-icon-list h5{
	font-size: 16px;
}

.information-section {
    background-color: #faf4ee;
	padding: 80px 0px;
}

.info-service-icon-list .why-choose-icon img {
    max-width: 50px;
    background-color: #1a4458;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
}
.info-service-icon-list .why-choose-icon {
    gap: 12px !important;
}
.info-icon-title{
    padding-top: 30px;
}

.info-icon-title h3 {
    font-size: 28px !important;
    font-family: inherit;
    font-weight: 400;
}
.info-text-primary {
    color: #000;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
}
.info-header {
    text-align: center;
    padding-bottom: 16px;
}
.info-icons div:nth-of-type(2) {
    border-left: 1px solid #e3d6d6;
    padding: 0 0 0 40px;
}

.info-icons {
    margin-top: 20px;
}
.inner-why-choose-title.text-center p {
    text-align: center;
}

.gallery_section .container>div {
    row-gap: 30px;
    padding: 30px 0;
/*     margin-top: -50px; */
}

.clients-section-services {
    padding: 80px 20px 130px 20px;
    text-align: center;
}
.tp-caption p {
    text-align: right;
}









@media screen and (max-width: 767px) {
.row-services-about img {
    width: 100% !important;
}

/* .text-primary {
    font-size: 16px !important;
} */
	
.banner-heading h1 { 
    max-width: 100% !important;
}
.wpcf7-form textarea {
    width: 300px;
}
	.info-icon-title {
    padding: 0px;
}

.width.col-lg-4.col-md-6.col-sm-6 {
    padding: 0px;
}
	
.contact-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--brown);
    padding: 20px 10px;
    border-radius: 5px;
}
.info-icons div:nth-of-type(2) {
    border-left: 0px !important;
}
	
.gallery_section {
    padding: 0px 0px 40px 0px !important;
/*     text-align: center; */
}
	.information-section {
    padding: 40px 0px;
}
	.clients-section-about {
    padding: 40px 0px 40px 0px;
    text-align: center;
}
.col-base.col-service.col-lg-3.col-md-6.col-sm-6.wow.fadeInUp {
    padding: 0px;
}
	.gallery_section .container>div {
    row-gap: 30px;
    padding: 0px 0;
}
	.clients-section-services {
    padding: 40px 20px 40px 20px;
    text-align: center;
}
.col-about-img {
    position: relative;
    height: 420px;
    width: 100%;
    margin-top: 0px;
}
	.col-lg-6.col-md-12.col-sm-12 {
    padding: 0px;
}

section#services .container {
    padding: 0px;
}	.about-sec-content h2, .h2 {
    font-size: 23px!important;
}
/* 	.slide-subtitle p{
		font-size: 18px !important;
	} */
}

/* logo  */

.home :where(.brand-panel) {
    display: block !important;
}
.home .brand-panel {
    width: 39.47vmin;
    height: 23.7vmin!important;
}
.col-lg-5.col-md-12 {
    padding: 0px;
}
