/* @font-face {
  font-family: 'Franklin Gothic ATF';
  src: url('../fonts/FranklinGothicATF-Light.woff2') format('woff2'),
      url('../fonts/FranklinGothicATF-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Franklin Gothic ATF';
  src: url('../fonts/FranklinGothicATF-Regular.woff2') format('woff2'),
      url('../fonts/FranklinGothicATF-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Franklin Gothic ATF';
  src: url('../fonts/FranklinGothicATF-Bold.woff2') format('woff2'),
      url('../fonts/FranklinGothicATF-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Franklin Gothic ATF';
  src: url('../fonts/FranklinGothicATF-Medium.woff2') format('woff2'),
      url('../fonts/FranklinGothicATF-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */


*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html,
body {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  font-family: 'franklin-gothic-atf';
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
html {
  min-height: 100%;
  background: #fff;
}

.grecaptcha-badge {left: -9999999999px!important;}

#cookie-law-info-bar { color: #000!important;  width: 240px!important; font-size: 12px!important; line-height: 15px!important; padding: 15px 12px 7px !important; border-radius: 2px!important; }
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { border-radius: 3px!important; }
.cli-plugin-button, .cli-plugin-button:visited {padding: 7px 14px!important; font-size: 12px!important;}
.pvcookie { color: #000!important;}


::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .12);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, .12);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, .12);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, .12);
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
button,
input,
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: 'franklin-gothic-atf';
  font-weight: 400;
}
:focus,
input:focus,
textarea:focus {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: none;
}

/* common */
a {
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -ms-transition: all 350ms;
  text-decoration: none;
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}
ul li,
ol li {
  padding: 0px;
  list-style: none;
}
ol ol {
  margin-bottom: 0px;
}

.topheader{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  z-index: 2;
}
.topheader::before{
  content: "";
  background: linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0));
  
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: calc(90 * .01);
}
.topheader .container{
  max-width: 1400px;
  /* padding-left: 0;
  padding-right: 0; */
  margin: 0 auto;
}
.inner-header{
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
.left-logonav{
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 67%;
  align-items: center;
}
.right-call{
  flex-grow: 0;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  width: 33%;
  justify-content: flex-end;
}
.header-nav ul li{
  margin-right: 36px;
}
.header-nav ul li a{
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.008px;
  position: relative;
}
.header-nav ul li a:hover{
  color: #8dc63f;
}
.header-nav ul li a::after{
  content: "";
  position: absolute;
  top: 115%;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #8dc63f;
  transition: all 350ms ease;
}
.header-nav ul li.current_page_item a{
  color: #8dc63f;
}
.header-nav ul li.current_page_item a::after{
  width: 100%;
}
.header-nav ul li a:hover::after{
  width: 100%;
}

.header-logo{
  width: 34%;
  text-align: center;
  flex: 1 1 34%;
}
.header-logo a img{
  width: 100%;
  max-width: 133px;
  height: auto;
}
.right-call a{
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #000000;
  letter-spacing: 1.008px;
  padding: 21.5px 33px;
  display: block;
}
.site-footer{
  padding: 65px 0px;
}
.right-call a:hover{
  background: #000000;
  color: #ffffff;
}
.footer-left{
  max-width: 283px;
  width: 100%;
}
.footer-logo{
  max-width: 224px;
  width: 100%;
  text-align: center;
}
.footer-logo img{
  max-width: 165px;
  height: auto;
  width: 100%;
}
.footer-descinfo{
  padding: 17px 0px;
}
.footer-descinfo p{
  font-size: 14.4px;
  font-weight: 300;
  line-height: 23.04px;
  font-family: 'franklin-gothic-atf';
  margin-bottom: 16px;
}
.footer-descinfo a{
  font-size: 14.4px;
  font-weight: 300;
  line-height: 23.04px;
  font-family: 'franklin-gothic-atf';
  margin-bottom: 16px;
  color: #99c255;
}
.footer-center{
  text-align: center;
}
.footer-center h3{
  font-size: 35.2px;
  color: #000000;
  letter-spacing: 2.464px;
  text-transform: uppercase;
  font-family: 'franklin-gothic-atf';
  font-weight: 600;
}
.footer-center > p{
  font-size: 16px;
  font-weight: 300;
  line-height: 23.04px;
  font-family: 'franklin-gothic-atf';
  padding: 16px 0px;
}
.social-media ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media ul li{
  padding: 0px 6px;
}
.social-media ul li a{
  width: 48px;
  height: 48px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 22px;
  transition: opacity 170ms ease-in-out;
}
.social-media ul li a:hover{
  opacity: .8;
}
.footer-right{
  max-width: 230px;
  text-align: right;
  margin-left: auto;
  padding-top: 45px;
}
.footer-right p{
  font-size: 14.4px;
  font-weight: 300;
  line-height: 23.04px;
  font-family: 'franklin-gothic-atf';
  margin-bottom: 0px;
}
.footer-right a.call{
  margin: 16px 0px;
  font-size: 14.4px;
  font-weight: 300;
  line-height: 23.04px;
  font-family: 'franklin-gothic-atf';
  margin-bottom: 16px;
  color: #000000;
  display: inline-block;
}
.footer-right a.log-btn{
  font-size: 14.4px;
  font-weight: 300;
  line-height: 23.04px;
  font-family: 'franklin-gothic-atf';
  font-weight: 600;
  color: #99c255;
}
.subscribe-form{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 12px;
}
.group-input .form-label{
  display: none;
}
.group-input{
  max-width: 280px;
  width: 100%;
}
.group-input input{
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 1.3rem 2rem;
  line-height: 1.2rem;
  font-size: 16px;
  border-radius: 0px;
  color: #000;
}
.group-input input:focus{
  outline: none;
  box-shadow: none;
  border-color: #000000;
}
.sub-btn .btn-primary-su{
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  text-transform: uppercase;
  border: 2px solid #000000;
  letter-spacing: 0.32px;
  line-height: 19.2px;
  padding: 23px 32px;
  min-width: 130px;
  width: 100%;
  display: block;
}
.sub-btn .btn-primary-su:hover{
  background: #000000;
  color: #ffffff;
}
.social-media{
  margin-top: 60px;
}
.site-footer .container{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.wpcf7 form .wpcf7-response-output{
  border: 0px;
  color: #dc3232;
  font-size: 14px;
  font-weight: 500;
}
.group-input .wpcf7-form-control-wrap{display: block;}
.group-input .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  position: absolute;
  bottom: -22px;
  left: 0px;
  font-size: 0.8rem;
  letter-spacing: 0.35px;
}
.herovideo{
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.herovideo .videoth{
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
.tag-lineimg{
  background: #99c255;
  padding: 11.51px 0px;
  text-align: center;
}
.tag-lineimg img{
  max-width: 700px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.building-btn{
  text-align: center;
}
.building-btn a{
  color: rgb(153, 194, 85);
  border: 2px solid rgb(153, 194, 85);
  padding: 24.5px 37px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  max-width: 341px;
  width: 100%;
}
.building-btn a:hover{
  background: rgb(153, 194, 85);
  color: #ffffff;
}
.building-left h1{
  font-size: 44.8px;
  font-weight: 600;
  letter-spacing: 3.136px;
  line-height: 58.2px;
  text-transform: uppercase;
  font-family: 'franklin-gothic-atf';
  margin-bottom: 50px;
}
.building-left h1 span{
  font-weight: bold;
  color: rgb(153, 194, 85);
  display: block;
}
.building-right p{
  max-width: 577px;
  font-size: 22.4px;
  font-weight: 300;
  line-height: 35.8333px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: 50px;
}
.building-left-video{
  max-width: 636px;
  width: 100%;
}
.building-left-video img{
  width: 100%;
  height: auto;
  display: block;
}
.building-item-list{
  position: relative;
  min-height: 350px;
}
.building-item-list .inner-item-bui {
  position: absolute;
  top: 0px;
}
.building-item-list .inner-item-bui img{
  width: 100%;
  height: auto;
}
.building-item-list .inner-item-bui:nth-of-type(1){
  max-width: 165px;
  width: 100%;
  height: auto;
  left: -30px;
  top: 20px;
}
.building-item-list .inner-item-bui:nth-of-type(2){
  max-width: 278px;
  width: 100%;
  height: auto;
  left: 60px;
}
.building-item-list .inner-item-bui:nth-of-type(3){
  max-width: 280px;
  width: 100%;
  right: 155px;
  height: auto;
  z-index: 2;
}
.building-item-list .inner-item-bui:nth-of-type(4){
  max-width: 283px;
  width: 100%;
  height: auto;
  right: -60px;
  top: 20px;
}
.building-main{
  padding: 45px 0px;
}
.building-main .container{
  max-width: 1395px;
  width: 100%;
}
.featured-work-main{
  background: #edefef;
  padding: 126px 0px;
}
.featured-work-title{
  text-align: center;
  margin-bottom: 60px;
}
.featured-work-title h2{
  font-size: 35.2px;
  letter-spacing: 2.464px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(42, 47, 57);
}
.featured-item{
  position: relative;
  margin-bottom: 52px;
}
.featured-work-list{
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
}
.featured-card-img{
  min-height: 400px;
  overflow: hidden;
}
.featured-card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
}
.featured-text-up{
  position: absolute;
  bottom: 47px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.featured-text-up h3{
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  color: #ffffff;
  margin-bottom: 12px;
}
.featured-text-up h4{
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: 1.344px;
  line-height: 26.6667px;
  text-transform: uppercase;
  color: #ffffff;
}
.featured-work-list .featured-item:last-child{
  margin-bottom: 0px;
}
.testimonial-img{
  width: 30%;
  margin-bottom: 40px; 
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-img img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.item-imgtest{
  padding-bottom: 56.25%;
}
.testimonial-item-content{
  text-align: center;
}
.user-info-btn{
  margin-top: 10px;
}
.testimonial-slider-main{
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
  cursor: grab;
}
.testimonial-card{
  padding: 35.28px;
}
.testimonial-item-content p{
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: 1.344px;
  line-height: 24.95px;
  text-transform: uppercase;
  color: #000000;
}
.user-info-btn span{
  display: block;
  font-size: 14.4px;
  font-weight: 300;
  line-height: 23.0333px;
}
.testimonial-main{
  padding: 126px 0px;
}
.arrows-bottom{
  position: relative;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 50px;
}
.arrows-bottom button{
  background: #000000;
  border: none;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  opacity: .7;
  transition: opacity .3s;
}
.arrows-bottom button:hover{
  opacity: 1;
}
.user__arrow-icon{
  position: relative;
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
}
.user__arrow-icon-path{
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  fill: none;
  stroke: #ffffff;
}
.lets-talk-main{
  background: url('../images/background-opacity-new.png') no-repeat center;
  background-size: cover;
  padding: 86.4px 0px;
  position: relative;
}
.lets-talk-main::before{
  content: "";
  background: #2a2f39;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.74;
}
.lets-talk-inner{
  text-align: center;
  max-width: 1047px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.btn-list .btn-items a{
  color: rgb(153, 194, 85);
  border: 2px solid rgb(153, 194, 85);
  padding: 20.6px 37px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  display: inline-block;
  width: 100%;
  /* max-width: 341px;
   */
}
.btn-list .btn-items a:hover{
  background: rgb(153, 194, 85);
  color: #ffffff;
}
.lets-talk-inner h3{
  font-size: 44.8px;
  font-weight: 600;
  letter-spacing: 3.136px;
  line-height: 58.2px;
  color: rgb(153, 194, 85);
  text-transform: uppercase;
  margin-top: 50px;
}
.lets-talk-inner h4{
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: 1.344px;
  line-height: 26.6667px;
  text-transform: uppercase;
  color: rgb(153, 194, 85);
  margin-top: 32px;
}
.btn-list{
  display: flex;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
  margin-top: 63px;
}
.btn-list .btn-items{
  max-width: 341px;
  width: 100%;
}
.imstalist{
  padding: 63.35px 0px;
  border-bottom: 1px solid #000000;
}
.imstalist-inner{
  max-width: 1165px;
  width: 100%;
  margin: 0 auto;
}
.imstalist-inner h2{
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 35.2px;
  font-weight: 600;
  letter-spacing: 2.464px;
  text-transform: uppercase;
}
.imstalist-inner h2 img{
  max-width: 47px;
  width: 100%;
  margin-right: 10px;
}
.imstalist-inner h2 span{
  color: rgb(153, 194, 85);
}
.common-pageitem{
  padding-top: 174px;
}
.topinfoin{
  padding: 90px 0px;
}
.inner-infoallpage{
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.inner-infoallpage h1{
  font-size: 35.2px;
  font-weight: 600;
  letter-spacing: 2.464px;
  line-height: 46.9167px;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: rgb(153, 194, 85);
}
.inner-infoallpage p{
  font-size: 22.4px;
  font-weight: 300;
  line-height: 35.8333px;
  margin-top: 16px;
}
.about-imagebox{
  display: flex;
  align-items: center;
  gap: 11px;
  /* flex-wrap: wrap; */
}
.about-imagebox .about-cardimg:nth-of-type(1){
  width: 60%;
}
.about-imagebox .about-cardimg:nth-of-type(2){
  width: 40%;
}
.about-cardimg{
  position: relative;
  height: 440px;
  overflow: hidden;
}
.about-cardimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.versatile-firm-main{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.versatile-left{
  width: 50%;
}
.versatile-right{
  position: relative;
  width: 50%;
}
.versatile-right img{
   width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
.versatile-inner-info{
  max-width: 468px;
  width: 100%;
  margin-right: 187px;
  margin-left: auto;
}
.versatile-inner-info h2{
  font-size: 44.8px;
  font-weight: 600;
  letter-spacing: 3.136px;
  line-height: 58.2px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.versatile-inner-info p{
  font-size: 22.4px;
  font-weight: 300;
  line-height: 35.8333px;
}
.our-formula-titlelogo h3{
  font-size: 44.8px;
  font-weight: 600;
  letter-spacing: 3.136px;
  line-height: 58.2px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.our-formula-titlelogo img{
  max-width: 341px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.our-formula-main{
  padding: 95px 0px;
  background: #bdbfc3;
}
.our-formulalist{
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.our-formulacard{
  max-width: 290px;
  width: 100%;
  background: #ffffff;
  padding: 29.5167px;
  text-align: center;
}
.our-formulacard h4{
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: 1.344px;
  line-height: 24.95px;
  margin: 0px 15px;
  text-transform: uppercase;
  color: rgb(153, 194, 85);
}
.our-formulacard p{
  width: 87%;
  margin: 0 auto;
  margin-top: 16.5333px;
  font-size: 14.2px;
  font-weight: 300;
  line-height: 23.0333px;
}
.our-formula-main .container{
  max-width: 1427px;
}
.building-crdimg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.building-listitem{
  display: flex;
  gap: 11px;
}
.building-crdimg {
  height: 476px;
  width: 25%;
}
.building-toptitle{
  position: absolute;
  top: 40px;
  left: 0px;
}
.building-toptitle h4{
  font-size: 115.5px;
  font-weight: 600;
  letter-spacing: 8.085px;
  line-height: 115.5px;
  text-transform: uppercase;
  word-break: break-all;
  color: rgb(153, 194, 85);
  white-space: nowrap;
  text-align: center;
}
.building-allitem{
  position: relative;
  overflow: hidden;
  padding: 43px 0px 7px 0px;
}
.team-main{
  padding: 65px 0px;
  background: #efefef;
}
.team-card-item{
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 60px;
}
.team-imgitem img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.team-card-item h2{
  font-size: 35.2px;
  font-weight: 600;
  letter-spacing: 2.464px;
  line-height: 46.9167px;
  text-transform: uppercase;
  color: rgb(153, 194, 85);
  margin-top: 20px;
}
.team-desc button{
  background: transparent;
  border: none;
  padding: 0px;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
.team-card-item p{
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  max-width: 81%;
}
.plus{
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 14px;
}
.plus .horizontal-line{
  width: 100%;
  height: 1px;
  background: #2a2f39;
  transition: transform .2s;
  position: absolute;
}
.plus .vertical-line{
  width: 100%;
  height: 1px;
  background: #2a2f39;
  transition: transform .2s;
  position: absolute;
  transform: rotate(90deg);
}
.team-desc.active .plus .vertical-line{
  transform: rotate(0deg);
}
.info-teamdesc {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
}
.team-desc.active .info-teamdesc {
  display: block;
}
.inner-infoallpage.projects{
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
}
.project-card{
  position: relative;
  margin-bottom: 45px;
}
.project-img{
  position: relative;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.project-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.projects-main .container{
  max-width: 1427px;
}
.projects-main{
  padding: 63px 0px;
}
.project-card h2{
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: 1.344px;
  line-height: 26.8833px;
  margin-top: 20px;
  margin-bottom: 9.6px;
  text-transform: uppercase;
  color: #000000;
}
.project-card a{
  display: block;
}
.project-single-main .container{
  max-width: 1427px;
}
.project-single-main{
  margin-top: 174px;
}
.project-single-main .container{
  max-width: 1580px;
}
.project-single-title{
  text-align: center;
  padding-top: 104px;
  padding-bottom: 85px;
}
.project-single-title span{
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: 1.344px;
  line-height: 26.6667px;
  text-transform: uppercase;
  color: #000000;
}
.project-single-title h1{
  font-size: 35.2px;
  font-weight: 600;
  margin-top: 32px;
  letter-spacing: 2.464px;
  line-height: 46.9167px;
  text-transform: uppercase;
  color: #000000;
}
.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  width: auto;
}
.project-item-img{
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.project-item-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.project-item-img .modal__image{
  cursor: zoom-in;
}
.lg-thumb-item {
  border: none !important;
  border-radius: 0 !important;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.nav-previous, .nav-next {
  flex: 1;
}
.post-navigation .nav-next{
  text-align: right;
}
.post-navigation .nav-next a{
  display: flex;
  align-items: center;
  max-width: fit-content;
  width: auto;
  margin-left: auto;
}
.post-navigation .nav-previous a{
  display: flex;
  align-items: center;
  max-width: fit-content;
  width: auto;
  margin-right: auto;
}
.post-navigation a{
  font-size: 35.2px;
  font-weight: 600;
  letter-spacing: 2.464px;
  line-height: 35.2px;
  text-transform: uppercase;
  color: #000000;
}
.item-pagination-icon{
  position: relative;
  display: flex;
  box-sizing: content-box;
  line-height: 1;
  width: 18px;
  height: 32px;
  padding-right: 25px;
}
.item-pagination-icon svg{
  stroke: #000000;
}
.post-navigation .nav-next .item-pagination-icon{
  padding-right: 0px;
  padding-left: 25px;
}

.contact-main{
  margin-top: 174px;
  padding: 63.35px 0px;
}

.contact-adrcall{
  background: rgb(153, 194, 85);
  padding: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 523px;
}
.contact-left-info{
  max-width: 518px;
  width: 100%;
}
.contact-left-info h1{
  font-size: 35.2px;
  font-weight: 600;
  letter-spacing: 2.464px;
  line-height: 46.9167px;
  margin-bottom: 32px;
  text-transform: uppercase;
  color: rgb(153, 194, 85);
}
.contact-left-info > p{
  font-size: 16px;
  line-height: 25.6px;
  margin-bottom: 40px;
}
.page-template-contact .btn-list{
  justify-content: space-between;
  max-width: 800px;
}
.page-template-contact .lets-talk-inner h3{
  font-size: 60px;
}
.address-call{
  text-align: center;
}
.linhw{
  width: 4px;
  height: 58px;
  background: #ffffff;
}
.address-call{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.address-call p{
  font-size: 22px;
  font-weight: 300;
  line-height: 35.8333px;
  color: #000000;
}
.address-call a{
  font-size: 22px;
  font-weight: 300;
  line-height: 35.8333px;
  color: #000000;
}

.main-form label{
  font-size: 16px;
  line-height: 25.6px;
  color: #000000;
  display: block;
}
.main-form label span{
  margin-left: 8px;
  font-size: 14.4px;
  opacity: 0.7;
}
.form-item{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.form-item .form-group{
  width: 50%;
}
.form-group label{
  font-size: 14.4px;
  display: block;
  margin-top: 4px;
  padding-bottom: 2px;
  line-height: 23.033px;
}
.form-group .input-bx{
  width: 100%;
}
.full-input .input-box{
  width: 100%;
  border: 1px solid #A9A9A9;
  padding: 10px;
  background:	#fafafa;
}
.form-group .input-bx{
  border: 1px solid #A9A9A9;
  background:	#fafafa;
  padding: 10px;
  min-height: 47px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group-radio{
  margin-bottom: 20px;
}
.form-group-radio .input-bx{
  display: flex;
  flex-direction: column;
}
.main-form .form-group-radio .input-bx .wpcf7-list-item{
  margin-left: 0px;
}
.main-form .form-group-radio .input-bx .wpcf7-list-item label span{
  display: inline-block;
  width: fit-content;
  font-size: 14px;
  color: #000;
  opacity: 1;
}
.btn-primary-su{
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  text-transform: uppercase;
  border: 2px solid #000000;
  letter-spacing: 0.32px;
  line-height: 19.2px;
  padding: 23px 32px;
  min-width: 130px;
  width: fit-content;
  display: inline-block;
}
.btn-primary-su:hover{
  background: #000000;
  color: #ffffff;
}
.option .wpcf7-checkbox span{
  margin-left: 0px;
}
.option .wpcf7-checkbox .wpcf7-list-item label input{
  margin-right: 8px;
}
.wpcf7-not-valid-tip{font-size: .8em;}
.contact-form-right{
  max-width: 635px;
  margin-left: auto;
  margin-top: 45px;
}
.common-pages{
  margin-top: 174px;
  margin-bottom: 100px;
}
.content-area .container{
  max-width: 1040px;
}
.common-inner h1{
  text-align: center;
  font-size: 35.2px;
  font-weight: 600;
  letter-spacing: 2.464px;
  line-height: 46.9167px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.common-inner p{
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.common-inner p a{
  color: #000000;
}
.common-inner p a:hover{
  color: #99c255;
}
.common-inner ul{
  margin: 16px 0px;
  padding-left: 40px;
}
.common-inner ul li{
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  margin: 8px 0px;  
  position: relative;
}
.common-inner ul li::before{
  content: "";
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 10px;
}
.common-inner ul li strong{
  font-weight: 600;
}
.common-inner h2{
  font-size: 22.2px; 
  font-weight: 600;
  letter-spacing: 1.344px;
  line-height: 26.6667px;
  text-transform: uppercase;
}
.common-inner h3{
  font-size: 20.2px; 
  font-weight: 600;
  letter-spacing: 1.344px;
  line-height: 26.6667px;
  text-transform: uppercase;
}

.mobile-menu{
  display: none;
}
.mobile-icon {
  width: 40px;
  height: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
}
.navbar-toggler-line {
  width: 100%;
  height: 2px;
  background: #000000;
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #99c255;
  font-size: 32px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
}
.mobile-logo{
  text-align: center;
  margin-bottom: 20px;
}
.mobile-logo a img{
  max-width: 130px;
  height: auto;
  width: 100%;
}
.closebtn.mobilemenu {
  position: absolute;
  top: 35px;
  right: 25px;
  width: 40px;
  height: 40px;
}
.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 40px;
  height: 2px;
  transform: rotate(45deg);
  background: #000000;
}
.menu_mobile .closebtn::after {
  transform: rotate(-45deg);
}
.navbar-list-mobile .nav {
  flex-direction: column;
  text-align: center;
}
.navbar-list-mobile .nav li {
  margin-bottom: 18px;
}
.navbar-list-mobile .nav li a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.040rem;
}
.navbar-list-mobile .nav li a:hover{
  color: rgb(153, 194, 85);
}


.off-canvas {
  padding: 60px 20px 30px;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 300;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transition: transform .7s ease 0s;
  -webkit-transition: transform .7s ease 0s;
  background: #ffffff;
}
.mobile-menu {
  display: none;
}
.mobile-icon {
  width: 40px;
  height: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
}
.navbar-toggler-line {
  width: 100%;
  height: 2px;
  background: #000000;
}

.is-open .off-canvas {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transition: transform .5s cubic-bezier(.34,.95,.27,.98) 0s;
}
.moibile-callbtn{display: none;}
.moibile-callbtn a:hover{
  background: #000000;
  color: #ffffff;
}

.imstalist-inner-box{
  padding: 30px 0px 0 0;
}


.blog-bar {
  padding: 63px 0px 20px;
  width: 100%;
}
.wrapper-blog{
    padding: 0 30px;
    margin: 0px auto;
    width: 100%;
    max-width: 1340px;
    position: relative;
}
.blog-bar .wrapper-blog {
  max-width: 1247px;
}
.blog-bar h1 {
  padding-bottom: 25px;
  font-size: 42px;
  letter-spacing: 6px;
  line-height: 51px;
  text-transform: uppercase;
   color: rgb(153, 194, 85);
  text-align: center;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.blog_search {
  padding: 0px 0px 54px;
  margin: 0px auto;
  max-width: 900px;
}
.blog_search .widget {
  padding: 0px 20px;
  width: 33.33333%;
}
.blog_search .searchform {
  position: relative;
}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.blog_search input[type="text"] {
  padding: 0px 50px 0px 0px;
  margin: 0px;
  height: 50px;

  font-size: 15px;
  letter-spacing: 1px;
  line-height: inherit;
  color: #16406d;
  font-weight: 500;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #cccccc;
  display: block;
  appearance: none;
  background-color: transparent;
  -webkit-appearance: none;
}
.blog_search input[type="text"]:focus{
    box-shadow: none;
    outline: none;
}
.blog_search select:focus{
    box-shadow: none;
    outline: none;
}

.blog_search input[type="text"]::-webkit-input-placeholder { color: #000000; }
.blog_search input[type="text"]::-moz-placeholder { color: #000000; }
.blog_search input[type="text"]:-ms-input-placeholder { color: #000000; }
.blog_search input[type="text"]:-moz-placeholder { color: #000000; }


.blog_search #searchsubmit {
  padding: 0px;
  margin: 0px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  line-height: 0px;
  border: 0px;
  min-width: inherit;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0px;
  background: url('../images/search-icon.png') center center no-repeat;
  background: transparent;
  color: #000000;
  font-size: 19px;
}
.blog_search select {
  cursor: pointer;
   
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  height: 50px;
  border: 0px;
  border-bottom: 1px solid #cccccc;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  background: url('../images/select-arrow.svg') right center no-repeat;
    background-size: auto;
  background-size: 16px auto;

  background-color: transparent;
}
.blog-bar .item {
  padding: 0 39px;
  margin-bottom: 55px;
  width: 33.33%;
}
.blog-bar .image {
  margin-bottom: 20px;
  position: relative;
  webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.blog-bar .date {
  padding-bottom: 11px;
  display: block;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;

}
.blog-bar h3 {
  padding-bottom: 16px;
  margin: 0px;
  font-size: 20px;
  letter-spacing: 0.9px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
}
.blog-bar .image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 97%;
  bottom: 7px;
  left: 0;
  background: #000000;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.blog-bar .image::before {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.blog-bar .image .attachment-postthumbnail {
  aspect-ratio: 1 / 0.7;
  object-fit: cover;
}
.blog-bar .image img {
  width: 100%;
  height: auto;
}
.blog-bar .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-delay: .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  z-index: 2;
}
.blog-bar .share {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.blog-bar .share {
  padding: 0;
}
.blog-bar .share li {
  margin: 0px 20px;
}
.blog-bar .share li a {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;

  text-align: center;
  text-decoration: none;
}
.blog-bar .share a {
  text-align: center;
}
.blog-bar .share li .icon {
  margin: 0 auto;
  margin-bottom: 11px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  background: rgb(153, 194, 85);
}
.blog-bar .share li:nth-child(2) img {
  left: -2px;
  position: relative;
}
.blog-bar .share li .icon img {
  width: 25px;
  min-height: inherit;
}
.blog-bar h3 a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
}

.blog-bar .share a:hover { text-decoration: none; }
.blog-bar .image:hover:before { opacity: 1; visibility: visible; }
.blog-bar .image:hover .overlay { opacity: 1; }


.pagination-bar {
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;;
}
.pagination-bar .wp-pagenavi { padding: 51px 0px; margin: 0px; width: 100%; text-align: center; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 16px;letter-spacing: 2px; line-height: 28px; text-transform: uppercase; color: #000000; font-weight: normal; }
.pagination-bar .wp-pagenavi a, .pagination-bar .wp-pagenavi span { margin: 0px 40px; padding: 0px; border: 0px; color: #000000; }
.pagination-bar .wp-pagenavi .pages, .pagination-bar .wp-pagenavi .page { display: none; }
.pagination-bar .wp-pagenavi .previouspostslink { padding-left: 53px; display: inline-block; color: #000000; background: url('../images/read-more-left.svg') no-repeat center left; background-size: 40px auto; }
.pagination-bar .wp-pagenavi .nextpostslink { padding-right: 53px; display: inline-block; background: url('../images/read-more.svg') no-repeat center right; background-size: 40px auto; }
.pagination-bar .wp-pagenavi span.current { display: none; }
.pagination-bar .wp-pagenavi .previouspostslink[rel="prev disabled"]{ pointer-events: none; color: #666666; background-image: url('../images/read-more-left-disabled.svg'); } 
.pagination-bar .wp-pagenavi .nextpostslink[rel="next disabled"]{ pointer-events: none; color: #666666; background-image: url('../images/read-more-disabled.svg'); } 
.pagination-bar.single-page .wp-pagenavi { padding: 68px 0px; justify-content: flex-start; }


.v-end {
  align-items: flex-end;
}
.page-hero .text {
  padding: 0px 0px 46px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  background: #000000;
}
.page-hero .wrapper-blog {
  max-width: 1170px;
}
.page-hero h1 {
  padding-bottom: 16px;
  font-size: 45px;
  letter-spacing: 2px;
  line-height: 58px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: none;
}
.page-hero .date {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.common-bar {
  padding: 33px 0px 46px;
}

.common-bar .more-br {
  padding-bottom: 39px;
}
.common-bar .more-br a {
  padding: 15px 0px;
  margin: 0px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  font-family: "sofia-pro", sans-serif;
}
.common-bar .more-br a:hover {
   color: rgb(153, 194, 85);
}
.common-bar .more-br .go-back {
  padding-left: 53px;
  background: url('../images/read-more-left.svg') no-repeat center left;
  background-size: 40px auto;
}

.common-bar .more-br .addthis_button_more {
  padding-right: 50px;
  margin-right: 10px;
  margin-left: auto;
  background: url('../images/share-icon.png') no-repeat center right;
  background-size: 36px auto;
}

.common-bar h2 {
  padding-bottom: 7px;
  font-size: 22px;
  line-height: 30px;
  color: #072036;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
}
.common-bar p {
  padding-bottom: 23px;
}
.common-bar ul, .common-bar ol {
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.common-bar li {
  padding-bottom: 10px;
}

.common-bar .wrapper-blog {
  max-width: 1060px;
}
.blog-bar .share li a.read .icon img {
  width: 17px;
}

.page-hero {
   padding: 0px;
   height: 60vh;
   position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}
.inner-commen {
   text-align: center;
   max-width: 1060px;
   margin: 0 auto;
}
.inner-commen h1{
   font-size: 35.2px;
   font-weight: 600;
   letter-spacing: 1.344px;
   line-height: 26.8833px;
   margin-bottom: 15.6px;
   text-transform: uppercase;
   color: rgb(153, 194, 85);
}
.commen-main{
   padding: 90px 0px;
}
.pagination-bar .wrapper-blog{
   max-width: 1140px;
}
.inner-commen p{
   font-size: 16px;
   font-weight: 300;
   line-height: 23.04px;
   font-family: 'franklin-gothic-atf';
}

.common-inner .post-password-form{
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.common-inner .post-password-form p{
  font-size: 18.4px;
  font-weight: 300;
}
.common-inner .post-password-form p label{
  display: block;
  max-width: 430px;
  margin: 0 auto;
}

.page-id-285 .common-inner p{text-align: center;}
.page-id-285 .common-inner p a{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background:  rgb(153, 194, 85);
  letter-spacing: 1.008px;
  padding: 21.5px 33px;
  display: inline-block;
  margin: 0 auto;
}
.page-id-285 .common-inner p a:hover{
   background: rgb(153, 194, 85);
  color: #ffffff;
}

.post-password-form p:nth-child(3) {
  display: none;
}

.common-bar ul {
  padding: 0px 0px 20px 15px;
  margin-left: 15px;
  list-style: none;
}
.common-bar ul li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0px;
}
.common-bar ul li::before {
  content: "";
  background: rgb(153, 194, 85);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: -18px;
  top: 12px;
}


img.alignleft {
  float: left;
  max-width: 374px;
  margin-right: 50px;
}

.maincont {
  margin-bottom: 70px;
  border-bottom: 1px solid;
  padding-bottom: 70px;
}


.tworows ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tworows ul li {width: 48%;list-style: none;}

.tworows ul li img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tworows ul li:before {
  opacity: 0;
}

.tworows ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.contet {
  text-align: center;
  margin-bottom: 70px;
  border-bottom: 1px solid;
  padding-bottom: 44px;
}

.contet:last-child {
  margin: 0;
  padding: 0;
  border: navajowhite;
}

.common-bar .wrapper-blog {
  max-width: 950px;
}

.wrapper-blog h2 {
  font-size: 30px;
  font-weight: 600; 
  letter-spacing: 2.464px;
  line-height: 46.9167px;
  text-transform: uppercase;
  color: #000000;     text-align: center;
}

.wrapper-blog h2 span {
  color: rgb(153, 194, 85);
}

img.alignleft {
  float: left;
  max-width: 250px;
  margin-right: 50px;
}


.wrapper-blog .button{
background-color: #000000;
    border-radius: 0;
    border: 2px solid #000000;
    color: #ffffff;
    /* display: block; */
    /* font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; */
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    padding: 16px 28px;
    /* text-decoration: none; */
    /* min-width: 30px; */
    text-align: center;
    direction: ltr;
    letter-spacing: 0px;
     margin-top: 20px; 
    display: inline-block;
    margin-bottom: 0;
}

.contet h2 {
  line-height: 1;
}

.wrapper-blog p {
  line-height: 23px;
}

.wrapper-blog p strong {
  font-weight: 600;
}

.wpcf7-response-output {
  text-align: center;
}

@media (max-width: 767px) {
 html  .herovideo {
      height: 400px;
  }
}

.txct p {
  line-height: 27px;
}

img.alignright {
  float: right;
  max-width: 300px;
  margin-left: 50px;
  height: auto;
}

.confull {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
}

.contet.halfwidth {
  width: 48%;
  border: navajowhite;
  padding-bottom: 0;
}    


@media (max-width: 575px) {
  .common-bar.single  .btn-list .btn-items {
      margin: 0 auto;
      width: auto;
  }

  img.alignleft {
    float: left;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.common-bar.single  p strong {
  font-size: 15px;
}
}

.tiled-gallery-item a {
  pointer-events: none;
}

.page-template-default .common-inner a {
  color: #99c255;
}

.page-template-default .common-inner ul{
 margin-bottom: 20px;
}
@media (min-width: 767px) {
.header-logo {

  position: relative;
  left: -25px;
}

}


@media (min-width: 767px)  and (max-width: 1400px){
  .building-toptitle h4 {
    font-size: 70px;
  }
}