	@charset "UTF-8";
/*
Theme Name: Architecture
Theme URI: https://www.bonoboz.in
Author: Bonoboz team
Author URI: https://www.bonoboz.in
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/*!*  Theme Variables* ----------------------------------------------- */
:root {
  --body-font-family: "Inter", sans-serif;
  --body-font-size: 16px;
  --body-font-weight: 400;
  --body-font-color: #000;
  --body-line-height: 1.55;
  --heading-font-family: "Inter", sans-serif;
  --heading-font-color: #000000;
  --link-font-color: #000000;
  --link-hover-font-color: #5a3241;
  --white-color: #fff;
}
/*!*  Reset Styles* ----------------------------------------------- */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  outline: none !important;
  padding: 0px;
  margin: 0px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
::-moz-selection {
  color: var(--white-color);
  background: var(--link-font-color);
}
::selection {
  color: var(--white-color);
  background: var(--link-font-color);
}
/*!*  Common* ----------------------------------------------- */
body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-font-color);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  background-color: var(--white-color);
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
a {
  color: var(--link-font-color);
  text-decoration: none; /*-webkit-transition: all .5s;transition: all .5s;*/
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: var(--link-hover-font-color);
}
strong,
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
p {
  margin-bottom: 24px;
}
:last-child {
  margin-bottom: 0;
}
#wrapper {
  overflow: hidden;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font-family);
  color: var(--heading-font-color);
  margin-bottom: 24px;
  line-height: 1.3;
}
h1,
.h1 {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}
h2,
.h2 {
  font-size: 40px;

  font-weight: 300;
}
h3,
.h3 {
  font-size: 32px;
  font-weight: 300;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
  font-weight: bold;
}
blockquote {
  font-weight: 500;
  font-style: italic;
  margin: 0;
  overflow: hidden;
  padding: 0;
  margin-bottom: 24px;
}
.screen-reader-text,
.screen-reader-text:focus {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
/*!*  Typo* ----------------------------------------------- */
.text-uppercase {
  text-transform: uppercase !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.font-lg {
  font-size: 40px;
}
.font-md {
  font-size: 28px;
}
.font-sm {
  font-size: 20px;
}

.text-pink {
  color: var(--link-font-color);
}
.text-white {
  color: #ffffff !important;
}
.text-dark {
  color: #7d7d7d !important;
}

/*!*  Spacer* ----------------------------------------------- */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.px-0,
.pr-0 {
  padding-right: 0 !important;
}
.px-0,
.pl-0 {
  padding-left: 0 !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
/*Main center wrap*/
.wrap,
.wrap-fuild {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap *,
.wrap-fuild * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
/*============= BUTTONS =============*/
.btn {
  padding: 8px 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  border-radius: 2px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid #000;
  cursor: pointer;
  color: #000 !important;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #000;
  color: var(--white-color) !important;
}
.btn + .btn {
  margin-right: 10px;
}
.btn--lg {
  padding: 18px 42px;
}
.btn--sm {
  padding: 8px 16px;
  font-size: 16px;
}

/*Bullet List*/
.bullet-circle li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}
.bullet-circle li:before {
  content: "";
  border: 2px solid #333;
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bullet-check li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.bullet-check li:last-child {
  margin-bottom: 0;
}
.bullet-check li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 8px;
  height: 16px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.bullet-arrow li,
.key_benefits ul li {
  position: relative;
  padding-left: 40px;
}
.bullet-arrow li + li,
.key_benefits ul li + li {
  margin-top: 12px;
}
.bullet-arrow li:after,
.key_benefits ul li:after {
  content: "";
  position: absolute;
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 2px solid var(--link-font-color);
  border-right: 2px solid var(--link-font-color);
  transform: rotate(45deg);
  left: 0;
  margin-left: 7px;
}

.bullet-arrow li:before,
.key_benefits ul li:before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: inline-block;
  width: 18px;
  height: 1px;
  top: 23px;
  border-top: 2px solid var(--link-font-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  margin-left: 0;
}

/*Form*/
.form-group {
  margin-bottom: 24px;
  position: relative;
}
.form-group br {
  display: none;
}
.form-group label {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--body-font-color);
  padding: 0 0 15px 0;
  background-color: var(--white-color);
  font-family: var(--body-font-family);
  font-size: 18px;
  color: var(--body-font-color);
  font-weight: 500;
}
.form-control.wpcf7-not-valid {
  border: 1px solid red !important;
}
.form-control:focus {
  border-color: #1a1a1a;
}
label {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  color: #252b33;
  font-weight: 500;
}
textarea.form-control {
  height: 100px;
}
.wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 4px;
}
select.form-control {
  border-radius: 0;
  height: 40px;
  display: block;
  width: 100%;
  padding: 0 0 0 15px;
  background: url(assets/images/drop-down-arrow.png) no-repeat right 15px center
    var(--white-color);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  box-sizing: border-box;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item.last {
  margin-left: 0;
}
.wpcf7-list-item input {
  position: absolute;
  left: -100000px;
}
.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  color: var(--body-font-color);
}
.wpcf7-list-item .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: solid 1px #cccccc;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 7px;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 2px var(--body-font-color);
  border-bottom: solid 2px var(--body-font-color);
  display: none;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: #fff;
  border-color: var(--body-font-color);
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  display: block;
}

/*Grid*/
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
[class*="col-"] {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-1 {
  max-width: 8.33333333%;
  flex: 0 0 8.33333333%;
}
.col-2 {
  max-width: 16.66666667%;
  flex: 0 0 16.66666667%;
}
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}
.col-4 {
  max-width: 33.33333333%;
  flex: 0 0 33.33333333%;
}
.col-5 {
  max-width: 41.66666667%;
  flex: 0 0 41.66666667%;
}
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}
.col-7 {
  max-width: 58.33333333%;
  flex: 0 0 58.33333333%;
}
.col-8 {
  max-width: 66.66666667%;
  flex: 0 0 66.66666667%;
}
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}
.col-10 {
  max-width: 83.33333333%;
  flex: 0 0 83.33333333%;
}
.col-11 {
  max-width: 91.66666667%;
  flex: 0 0 91.66666667%;
}
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}
.no-guttor {
  margin-right: 0;
  margin-left: 0;
}
.no-guttor > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row--reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row--space-between {
  justify-content: space-between;
}
.row--items-center {
  -ms-align-items: center;
  align-items: center;
}

/*============= Section =============*/
.section {
  padding-bottom: 80px;
  padding-top: 80px;
}
.section__heading{
  position: relative;
  padding-left: 70px;
}
.section__heading:before {
  content: "";
  position: absolute;
  left:0;
  top:8px;
  width: 50px;
  height: 1px;
  background-color: #000;
}
.section--gray {
  background-color: #f8f8f8;
}
.social-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  margin-top: auto;
}
.social-links li + li {
  margin-left: 24px;
}
.social-links li:first-child {
  margin-left: 0;
}
.social-links a {
  display: block;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {background-color: transparent !important;}

/*Loader*/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #8f2a27;
    z-index: 2025;
}
#loaderContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
#loaderContent video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*Header*/
.header__wrap { display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;justify-content: space-between;}
.navbar ul{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;flex-wrap: wrap;-ms-align-items: center;align-items: center;}
.navbar > ul > li {margin-left: 40px; position: relative;}
.navbar > ul > li:first-child {margin-left: 0}
.navbar > ul > li > a {color:#fff; font-size: 16px; text-transform: uppercase; font-weight: 600; display:block;letter-spacing: 1px; padding-top: 5px; padding-bottom: 5px; position: relative;text-decoration: none;}
.navbar > ul > li:hover> a {color:#fff;}
.navbar > ul > li.current-menu-item > a {}
.navbar > ul > li > a:after {content: '';display: block; width: 0;height: 2px;background:#fff;transition: width .3s; opacity: 0; position: absolute; left: 0; bottom:-4px}
.navbar > ul > li > a:hover:after{width: 100%; opacity: 1;}
.navbar > ul > li.ico-instagram > a {background:url(assets/images/ico-instagram.png) no-repeat center center; background-size: 24px; width:24px; height:24px; overflow:hidden; text-indent:-1000px; position: relative; z-index: 10;}
.navbar .menu-item-has-children .sub-menu {position: absolute;top: 140%; width: 275px; left: 0;background-color: #fff;padding-top: 16px;padding-bottom: 16px;-webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0, .07);box-shadow: 0 1px 8px 0 rgba(0,0,0, .07);-webkit-transition: all .5s;transition: all .5s;z-index: 10; visibility: hidden; opacity: 0; display: block}
.navbar .menu-item-has-children:hover .sub-menu {top: 100%;visibility: visible; opacity: 1;}
.navbar .menu-item-has-children > .sub-menu li > a {display: block;padding:8px 24px;color: #000;}
.navbar .menu-item-has-children > .sub-menu > li > a:hover {background-color: #f5f5f5;color: #ee5254;}
.navbar .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {top: 100%;left: 100%;}
.navbar .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > a + .sub-menu {top: 0;}

.menu-toggle {
  background: none;
  border: none;
  width: 32px;
  height: 20px;
  border-top: 2px solid #fff;
  cursor: pointer;
  z-index: 99;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  display:none;
  margin-right: 15px
}
.menu-toggle:before,
.menu-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #fff;
}
.menu-toggle:before {
  top: 50%;
  margin-top: -2px;
}
.menu-toggle:after {
  bottom: 0;
}
.nav-on .menu-toggle {
  width: 32px;
  height: 32px;
  border: none;
}
.nav-on .menu-toggle .label-close {
  display: block;
}

.nav-on .menu-toggle:hover {
  opacity: 1;
}
.nav-on .menu-toggle:before,
.nav-on .menu-toggle:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 32px;
  width: 2px;
  background-color: #fff;
}
.nav-on .menu-toggle:before {
  transform: rotate(45deg);
  top: 0;
  margin-top: 0;
}
.nav-on .menu-toggle:after {
  transform: rotate(-45deg);
}
/*main-banner*/
.main-banner {
  height: 100vh;
  overflow: hidden;
  padding: 0;
}
.main-banner video{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner__text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
}
.main-banner__text * {
  color: var(--white-color);
}

.main-banner__text p {
  padding-left: 70px;
  max-width: 500px;
}

/* Header */
.site-logo img {max-width: 80px;}
.site-header {position: fixed;width: 100%;z-index: 999;padding-top: 24px;padding-bottom: 24px;}

/* Header Sticky*/
.site-header.sticky {background-color: #fff;z-index: 999;transition: all .2s ease-out;}
.site-header.sticky .site-logo .custom-logo-link {background:url(assets/images/hpa_logo.png) no-repeat center center;display: block;}
.site-header.sticky .site-logo .custom-logo-link img{visibility: hidden;}
.site-header.sticky .navbar > ul > li > a {color: #000;}
.site-header.sticky .navbar > ul > li > a:after{background-color: #000;}

/* Banner */
.main-banner:after {content: ""; position: absolute;left:0;top:0; width: 100%;height: 100%;background-color: #000;opacity: .3;transition: background .3s,border-radius .3s,opacity .3s;z-index: 2;}
.main-banner img {width: 100%;height: auto;}
.main-banner__text h1 {padding-left: 70px;}
.main-banner__text h1:before {background-color: #fff;top: 30px;}

/* Footer */
.site-footer {padding: 80px 0;color: #000; background-color: #eae1dd;}
.site-footer h4 {color: #000;font-size: 18px; font-weight: 600;}
.site-footer a {color: #000;}
.site-footer .custom-logo-link img {max-width: 80px;margin-bottom: 16px;} 
.footer__link li + li {margin-top: 8px;}
.footer__link li a {position: relative;}
.footer__link li a:after {content: '';display: block; width: 0;height: 2px;background:#fff;transition: width .3s; opacity: 0; position: absolute; left: 0; bottom:-4px}
.footer__link li a:hover:after {width: 100%;opacity: 1;}
.newsletter__block {position: relative;}
.newsletter__block .form-control {background-color: #000;border-bottom: 1px solid #fff;max-width: 190px;padding: 12px 0;}
.email__address a:hover ,.footer__bottom a:hover {text-decoration: underline;}
.btn_go {position: absolute;top: 0;right:0;background-color: #000;border-color: rgba(256,256,256,.7);color: #fff;width: 70px;height: 46px;font-size: 16px;cursor: pointer;transition: all .4s ease;}
.btn_go:hover {background-color: #1c58f6;border-color: #1c58f6;}
.footer__bottom {padding-top: 60px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer__address {margin-left: auto;}
/* Section-Development */
.section--development p {margin:0 50% 32px 0;font-size: 30px;}

/* Section-Whatwemake */
.section--whatwemake img{width: 100%;margin:0 auto;}
.section--whatwemake h2:before {top: 20px;}
.whatwemake__info span {color: #9b9b9b;display: block;margin-bottom: 12px;}
.whatwemake__info .info {padding-left: 70px;}

/* Section--Latestideas */
.latestideas__image {position: relative;margin-bottom: 24px;display: block;}
.latestideas__image:before,.latestideas__image:after {content: "";position: absolute;opacity: 0; background-color: #fff;transition: all .5s ease;transform: translate(-50%,-50%);}
.latestideas__image:before{left:100%;width: 60px;height: 1px;z-index: 5;}
.latestideas__image:after{top: 0;width: 1px;height: 60px;}
.latestideas__image:hover:before,.latestideas__image:hover:after {opacity: 1;top: 50%;left: 50%;}
.latestideas__image a {display: block;}
.latestideas__image a:hover:after {content: ""; background:linear-gradient(90deg,#222 0%,#444 100%,#666 100%);top: 0;left: 0;width: 100%;height:100%;display: block;position: absolute;opacity: .3;}

/* Pages About-Us */
.inner--banner {background-color: #000;color: #fff;padding-top: 120px;}
.inner--banner h1 {line-height: 1.2em;letter-spacing: -1px;}
.inner--banner span {display: block;margin: 24px 0;}
.section--studio {background-color: #eae1dd;}
.studio__block img {width: 100%;}

.ourteam__img {text-align: center;}
.ourteam__img .team__member {margin-bottom: 24px;perspective:1200px;transition: clip-path .8s cubic-bezier(.23,1,.32,1),-webkit-clip-path .8s cubic-bezier(.23,1,.32,1);clip-path: inset(0px);overflow: hidden;cursor: pointer;}
.ourteam__img:hover .team__member{clip-path: inset(15px);}
.ourteam__img h4 {margin-bottom: 4px;font-weight: 300;}
.ourteam__img span {color: #b8b8b8;}

/* Services */
.section--services {text-align: center;}
.section--services .info {max-width: 800px;margin: 0 auto;margin-bottom: 40px;} 
.services__block {background-color: #eae1dd;height: 100%;padding: 24px;color: #000;}
.services__block img {max-width: 60px;margin:  auto;margin-bottom: 16px;}

.section--vision span {font-family: "Cormorant Garamond" ,Sans-serif;font-style: italic;}
.section--vision h3 {text-transform: uppercase;max-width: 690px;margin:0 auto;font-size: 36px;margin-bottom: 40px;font-weight: 400;}
.section--vision p {font-size: 18px;}

/* Contact pages*/
.contact__address {margin-bottom: 100px;}
.contact__address .email__address a{color: #fff;}
.contactform__wrap {max-width: 715px;}
.contact__map {background-color: rgba(0,0,0,.7);}
.contact__map iframe {margin-bottom: -160px;}
.contact__map iframe .gm-fullscreen-control {display: block !important;}
.section--contactform {padding-top: 240px;}
.section--contactform h3 {font-weight: 500;}
.section--contactform p {margin-bottom:60px;}
.contact__form .form-control {border-bottom:1px solid #e7e7e7;}
.form-btn .wpcf7-submit {background-color: #000;color: #fff !important;}
.form-btn .wpcf7-submit:hover {transition: all .4s ease;background-color: #1c58f6;border-color: #1c58f6;}

/* Projects */
.portfolios__row h2{font-size: 18px;font-weight: 500;text-transform: uppercase;}
.portfolios__row .col-4 h2 {
  border-bottom:  2px solid #fff;
  padding-bottom: 16px;
  display: inline-block;
}
.catheader__list li {position: relative}
.catheader__list li + li:before {content:""; position: absolute; left: 0; top: -15px; width: 40px; height:1px; background-color:#FFFFFF69;}
.catheader__list li + li {margin-top: 30px;}
.catheader__list li a {text-transform: uppercase;color: #fff;font-size: 14px;letter-spacing: 2px;font-family: "Abel",Sans-serif;}
.catheader__list li a:hover {text-decoration: underline;transition: all .4s ease;}
.portfolios__row .col-4 {border-left: 1px solid #FFFFFF69;padding:0 0 0 64px;}
.section--portfolios .text-dark {margin-right: 50%;}

.section--projects .title {display: block;margin-bottom: 12px;}
.section--projects h3 {font-weight: 500;}
.projects__image {position: relative;}
.projects__image:before, .projects__image:after {content: "";position: absolute; opacity: 0; background-color: #fff; transition: all .5s ease; transform: translate(-50%,-50%);}
.projects__image:before {left: 100%;width: 60px;height: 1px;z-index: 5;}
.projects__image:after {top: 0;width: 1px;height: 60px;}
.projects__image:hover:before ,.projects__image:hover:after {opacity: 1;top: 50%;left: 50%;}
.projects__image a {display: block; padding: 15px;border:1px solid #c5bebe;transition: all .5s ease;}
.projects__image a:hover:after {content: ""; background:linear-gradient(90deg,#222 0%,#444 100%,#666 100%);top: 0;left: 0;width: 100%;height:100%;display: block;position: absolute;opacity: .3;}

#breadcrumbs {padding: 12px 0;}

/* Single Project */
.single-project .wp-post-image{max-width: auto;}
.section--singleproject .project__heading {margin-bottom: 16px;display: block;}
.section--singleproject h2 {font-size: 50px;font-weight: 400;}
.project__detail {margin-top: 80px;}
.project__detail .col-4 p {color: #777;}
.populated__heading {max-width: 715px;margin:0 auto;margin-bottom: 80px;}
.populated__heading p {font-size: 24px;font-weight: 300;line-height: 1.4em;}
.populated__image {padding: 80px 60px;background-color: #dbdedb;}
.populated__image img {width: 100%;}
.project__info {max-width: 600px;line-height: 1.5em;margin:0 auto;}
.full-width-thumbnail img {margin: 0 auto;}

/* Wp Pagenavi */
.wp-pagenavi {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;flex-wrap: wrap; padding:20px 0 40px; justify-content: flex-end;}
.wp-pagenavi * {color: #17191d; background-color:#ffffff;box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.07); text-align: center;max-width: 44px;flex: 0 0 44px; height: 44px;line-height:44px;}
.wp-pagenavi .pages {margin-right: auto;width: auto;max-width: 50%;flex: 0 0 150px;text-align: left;box-shadow: none;}
.wp-pagenavi .page + .page {margin-left: 4px;}
.wp-pagenavi .current {background-color: #e9e4e4;color: #17191d;}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last{ background-color:#000; background-repeat:no-repeat; background-position: center center; overflow:hidden; text-indent:-1000px;}
.wp-pagenavi .nextpostslink { background-image:url(assets/images/next.png);}
.wp-pagenavi .previouspostslink { background-image:url(assets/images/prev.png);}
.wp-pagenavi .first, .wp-pagenavi .last { display:none !important}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover {}

.section--singleproject {position: relative;}
.section--singleproject .owl-nav .owl-prev,.section--singleproject .owl-nav .owl-next {position: absolute;bottom: 0;z-index: 10;top: 50%;transform: translateY(-50%);}
.section--singleproject .owl-nav .owl-prev {left: 16px;}
.section--singleproject .owl-nav .owl-next {right: 16px;}
.section--singleproject .owl-nav .owl-next{}

/* Home 2 */
.page-template-template-home-2 .site-header:hover {background-color: #fff;}
.page-template-template-home-2 .site-header:hover .site-logo .custom-logo-link {background:url(assets/images/hpa_logo.png) no-repeat center center;display: block;}
.page-template-template-home-2 .site-header:hover .site-logo .custom-logo-link img{visibility: hidden;}
.page-template-template-home-2 .site-header .navbar > ul > li > a{visibility: hidden;}
.page-template-template-home-2 .site-header:hover .navbar > ul > li > a{color: #000;visibility: visible;}
.page-template-template-home-2 .site-header .navbar{position: relative;}
.page-template-template-home-2 .site-header .navbar:after {content: "";background: url(assets/images/arrow-down-navigate.svg) no-repeat; position: absolute;right: 0;top: 8px;width: 20px;height: 20px;background-size: cover;}
.page-template-template-home-2 .site-header:hover .navbar:after {opacity: 0;}
.page-template-template-home-2 .site-header .navbar .main-nav {visibility: hidden;}

.mobile_video {display: none;}

/**********-----===== Responsive =====-----**********/
@media screen and (max-width: 1189px) {
.main-banner iframe {max-width: initial;height: 570px !important;}
.section--banner:after {max-height: 570px;}
}
@media screen and (max-width: 1023px) {
.row .col-md-12 {max-width: 100%;flex: 0 0 100%;}
.row .col-md-6 {max-width: 50%;flex: 0 0 50%;}
.row .col-md-4 {max-width: 33.33333333%; flex: 0 0 33.33333333%;}
.mb-md-32 {margin-bottom: 32px !important;}
.menu-toggle {display: block;}
#site-navigation {display: none;position: absolute;top: 100%;right: 0;background-color: #000;width: 100%;max-width: 500px;}
.navbar ul {display: block;}
.navbar > ul > li {margin-left: 0;padding: 4px 0;}
.navbar > ul > li + li {border-top: 1px solid #989292;}
.navbar > ul > li > a {padding: 8px 16px;}
.navbar > ul > li.ico-instagram > a {height: 38px;width: 100%;}
.site-header.sticky .navbar > ul > li > a {color: #fff;}
.site-header.sticky .menu-toggle {border-top: 2px solid #000;}
.site-header.sticky .menu-toggle.active {border-top: 0px;}
.site-header.sticky .menu-toggle:before,.site-header.sticky .menu-toggle:after {background-color: #000;}
.banner__slider img {height: 570px;max-width: initial;}
.section--development p {margin: 0 0 32px 0}
.home .site-header:hover .navbar > ul > li > a {color: #fff;}
.section--portfolios .text-dark {margin-right: 0;}

.page-template-template-home-2.nav-on .menu-toggle:before, 
.page-template-template-home-2.nav-on .menu-toggle:after{background-color: #fff;}

.page-template-template-home-2.nav-on .menu-toggle.active:before, 
.page-template-template-home-2.nav-on .menu-toggle.active:after,
.page-template-template-home-2 .site-header:hover .menu-toggle:before,
.page-template-template-home-2 .site-header:hover .menu-toggle:after
{background-color: #000;}

.page-template-template-home-2.nav-on .menu-toggle.active,
.page-template-template-home-2 .site-header:hover .menu-toggle {
  border-top-color: #000;
}


}
@media screen and (max-width: 767px) {
.row .col-sm-12 {max-width: 100%;flex: 0 0 100%;}
.row .col-sm-6 {max-width: 50%;flex: 0 0 50%;}
.row .col-sm-4 {max-width: 33.33333333%; flex: 0 0 33.33333333%;}
.mb-sm-32 {margin-bottom: 32px !important;}
h1, .h1 {font-size: 48px;}
h2, .h2 {font-size: 32px;}
.section--whatwemake .section__heading:before {font-size: 8px;}
.main-banner__text h1 {font-size: 48px;}
.main-banner iframe {height: 535px !important;}
.section--banner:after {min-height: auto;}
.site-footer {padding-bottom: 0;}
.main-banner {padding: 0}
.main-banner video {
  width: auto;
  height: 100vh;
}
/* #loaderContent video {
  object-fit: none;
} */
.section--studio h1 {font-size: 60px;}
.section--founder .col-4 img{margin:0 auto;}
#loaderContent{
  position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
     width: 100%;
}
#loaderContent video{
  width: auto;
  height:100vh;
position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}

@media screen and (max-width: 639px) {
.row .col-xs-12 {max-width: 100%;flex: 0 0 100%;}
.row .col-xs-6 {max-width: 50%;flex: 0 0 50%;}
.mb-xs-32 {margin-bottom: 32px !important;}
.section {padding-top: 64px;padding-bottom: 64px;}
.main-banner {padding: 0}
.inner--banner {padding-top: 100px;}
.section--banner:after {max-height: 350px;}
.banner__slider img {height: 350px;}
.main-banner__text {top: 32%;}
.main-banner__text h1 {font-size: 36px;}
.main-banner__text h1:before {top: 10px;}
.portfolios__row .col-4 {padding:0 16px;}
.section--populated {padding-top: 0;}
.populated__image {padding: 32px;}
.contact__address {margin-bottom: 40px;}
.contact__map iframe {margin-bottom: -50px;height: 100%;min-height: 260px;}
.wp-pagenavi {justify-content: space-between;}
.wp-pagenavi .pages {max-width: 100%;flex: 0 0 100%;margin-bottom: 16px;}
.wp-pagenavi * {max-width: 34px;height: 34px;flex: 0 0 34px;line-height: 34px;}

} 

@media screen and (max-width: 439px) {
h1, .h1 {font-size: 40px;}
h2, .h2 {font-size: 26px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 20px;}
.btn {font-size: 15px;}
.main-banner__text h1 {font-size: 28px;}
.section--development p {font-size: 22px;}
.projects__image a {padding:0;}

.section--studio h1 {font-size: 40px;}
.contact__map iframe {height: 320px;}
.desktop_video {display: none;}
.mobile_video {display: block;}
}

@media screen and (max-width: 359px) {
.main-banner__text h1 {font-size: 24px;}
.main-banner__text p {font-size: 14px;}

}

.project__detail--art .wp-post-image {
width: auto !important;
height: auto !important;
max-width:100% !important;
}


.award-list {
  margin-top: -32px;
}

.award-list .award-list__item {
  margin-top: 48px;
  font-size: 14px;
}

.award-list .award-list__item ul {
  counter-reset: number;
}

.award-list .award-list__item ul li {
  padding-left: 20px;
  position: relative;
}

.award-list .award-list__item ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: number;
  content: counter(number)".";
}

.award-list .award-list__item ul li:not(:first-child) {
  margin-top: 10px;
}

.award-list .award-list__item ul li a {
  text-decoration: underline;
}

.award-list .award-list__item ul li a:hover {
  color: #1c58f6;
}