ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}
body.loaded {
  /*padding: 30px;*/
}
body.home {
  padding: 30px;
}
body.home,
body.page-template-page-arc,
body.page-template-page-interiors {
  overflow: hidden;
  height: 100vh;
  /*padding: 0px 54px 0px 52px;*/
  /*padding: 0 2.5%;*/
  /*padding: 30px;*/
  transition: 0.4s all ease-in;
}
#loader-wrapper {
  /*position: relative;*/
}
div#loader-top {
  position: absolute;
  background-color: #fff;
  transition: 0.9s all ease-in;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 99999999;
  margin: 0 auto;
}
/*body.loaded .div#loader-top{
    margin: 30px auto 0;
}*/
div#loader-bottom {
  position: absolute;
  background-color: #fff;
  transition: 0.9s all ease-out;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 9;
  margin: 0 auto;
}
body.loaded div#loader-top {
  height: 85px;
  /*margin-top: 30px;*/
  /*padding-top: 30px;*/
  /*top: 30px;*/
}
body.loaded .logoblk .barload {
  opacity: 0;
}
body.loaded div#loader-bottom {
  height: 0px;
}
/*.hd-logo1{
    display: block;
}
.hd-logo2{
    display: none;

}*/

/*body.loaded div#loader-top .hd-logo2{
    display: block;
    transition: 0.5s all ease-in;
}
body.loaded div#loader-top .hd-logo1{
    display: none;
    transition: 0.5s all ease-in;
}*/
.logov2 a {
  display: flex;
}
.logov2 svg#Layer_2 {
  width: 280px;
  transition: 1s all ease-out;
  padding-bottom: 70px;
}
body.loaded div#loader-top .logov2 svg#Layer_2 {
  width: 220px;
  /*padding-bottom: 25px;*/
  padding: 0;
}
.logoblk {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85px;
  /*min-height: 100px;*/
  /*width: 1160px;*/
  left: 0;
  right: 0;
  margin: 0px auto;
  padding-top: 30px;
}
.barload {
  height: 1.5px;
  width: 0;
  background: #000;
  transition-property: width;
  transition-duration: 0.6s;
  transition-timing-function: ease-in;
  position: absolute;
  bottom: 0px;
}
.barload.loading {
  width: 100%;
}
div#demo-content {
  margin-top: 85px;
  height: 93vh;
}
body.page-template-page-arc #demo-content {
  height: auto !important;
}

.ad-bnr {
  width: 100%;
  /*height: 84vh;*/
}
.ad-bnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*body.over #loader-wrapper {
    display: none;
}*/
.logov2 {
  display: none;
  /*flex: 0 0 347px;*/
  /*max-width: 347px;*/
  /*padding-bottom: 25px;*/
}
.menu {
  /*padding-bottom: 25px;*/
}
.i-logo {
  flex: 0 0 347px;
  max-width: 347px;
}
.menu-h {
  display: none;
}

.logoblk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0 0;
  max-width: 1160px;
}
body.page-template-page-arc .logoblk {
  /*padding: 10px 0 0 0;*/
}
.menu-h ul li {
  display: inline-block;
  /*margin-right: 40px;*/
}
.menu-h ul li:last-child {
  margin-right: 0;
}
.menu-h ul li a {
  /*padding: 0 21px !important;*/
  /*font-family: 'Brother 1816';*/
  font-weight: 400 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  line-height: 22.3px !important;
  color: #000;
  /*margin-right: 42px;*/
}
.menu-h ul li:last-child a {
  margin-right: 0;
  /*padding: 0 0 0 21px !important;*/
}
.menu-h ul li a:hover {
  font-weight: 700 !important;
}

.arc-page header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 13.3vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 132px;
}
.arc-page header nav ul li {
  display: inline-block;
  margin-right: 40px;
}
.arc-page header nav ul li:last-child {
  margin-right: 0;
}
.arc-page header nav ul li a {
  padding: 30px 0;
  /*font-family: 'Brother 1816';*/
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 22.3px;
  color: #000;
}

/*architecture-page*/
.arc-main {
  /*margin-top: 13.3vh;*/
  padding: 0;
  /*height: 100vh;*/
  margin-bottom: 40px;
  overflow: auto;
}
.arc-main-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /*margin: 0 -5px;*/
  margin: 0;
}
.arc-main-list .arc-item {
  flex: 0 0 calc(100% / 4 - 10px);
  max-width: 100%;
  margin: 0 5px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: url(../images/arc-img-1.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*min-height: 315px;*/
}
.arc-main-list .arc-item img {
  width: 100%;
}
/*.arc-main-list .arc-item h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px;
    display: none;
    transition:1s all ease-in-out;
    z-index: 9;
}*/
.projects__listing__grid__item h4 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 21px;
  display: none;
  z-index: 9;
  margin: 0 auto;
}
.projects__listing__grid__item:hover h4,
.projects__listing__grid__item:focus h4 {
  display: block;
}
.projects__listing__grid__item:hover::after,
.projects__listing__grid__item:focus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 99%;
  height: 100%;
  background: linear-gradient(rgb(3, 19, 33), rgb(3, 17, 29), rgb(2, 10, 17));
  opacity: 0.48;
}

/*.m-ftr {
    display: none;
    height: 6.4vh;
    padding: 0px 54px 0px 52px;
    background: #fff;
    position: fixed;
    top: 100%;
    margin-top: -75px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    transition: transform;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}*/
.m-ftr {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  /*padding: 0px 54px 0px 52px;*/
  padding: 0 30px;
  z-index: 9;
}
.page-template-page-arc .m-ftr,
body.page-template-page-interiors .m-ftr {
  left: 29px;
  right: 30px;
  padding: 0 1.5px;
  width: auto;
}
.m-ftr.active {
  top: 91%;
}
.m-ftr.active .f-txt {
  display: none;
}

footer {
  position: relative;
  /*overflow: hidden;*/
}
.f-load {
  height: 2px;
  width: 0;
  background: #000;
  transition: 0.4s all ease-out;
  position: absolute;
  left: 35px;
  right: 0;
  top: 45px;
}

.f-load.active {
  width: calc(50% - 35px);
}

.i-ftr {
  padding: 0;
  background: lightgray;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6vh;
  line-height: 6vh;
}
.i-ftr footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  z-index: 9;
}
.i-ftr footer p {
  font-size: 20px;
  text-align: right;
  text-transform: uppercase;
}
.f-hvr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
  position: relative;
}
.f-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  position: relative;
  cursor: pointer;
  z-index: 9;
}
.f-txt p {
  /*font-family: 'Brother 1816';*/
  font-weight: 500;
  font-size: 32px;
  line-height: 35.68px;
  color: #000;
  /*letter-spacing:3.84px;*/
  letter-spacing: 0.24em;
  text-transform: uppercase;
  /*margin-bottom: 42px;*/
  margin-bottom: 0;
}
body.home .f-txt p,
.page-template-page-arc .m-ftr .f-txt p,
body.page-template-page-interiors .m-ftr .f-txt p {
  text-align: right;
  margin-right: -0.24em;
}
.f-txt span {
  /*font-family: 'Brother 1816';*/
  font-weight: 500;
  font-size: 30px;
  line-height: 17.84px;
  color: #000;
  margin: 0px 7px 2px 0;
}

.a-icon {
  /*    width: 30px;
    height: 30px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.cm-ftr {
  /*width: 100%;
    margin: 0 auto;
    background-color: #000;
    transition: 0.4s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0;
    display: none;*/
}
.cm-ftr {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  background: #000;
  transition: 0.4s all ease-in;
  z-index: 9;
  overflow: hidden;
}
.cm-ftr.active {
  height: 210px;
  z-index: 9;
}

.cm-ftr.hgclosed {
  bottom: 30px;
}
.ftr-frm img.wpforms-submit-spinner {
  display: none !important;
}
/*.cpy-rht {
    position: relative;
}*/
/*.ftr-frm {
    position: absolute;
    left: 0;
    width: 100%;
}*/
/*body.loaded .logoblk {
    padding-top: 0;
}*/

/*.a-icon:hover ~ .cm-ftr{
    height: 210px;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
}*/

.fhover {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #000;
  opacity: 0;
}
.fhover.active {
  opacity: 1;
}
.ftoplayer {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  height: 50%;
  transition: 0.4s all ease-in;
}
.fbotlayer {
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 0;
  height: 50%;
  transition: 0.4s all ease-in;
}
.fhover.active .ftoplayer,
.fhover.active .fbotlayer {
  height: 0;
  background: #000;
}

.f-main-cnt {
  display: flex;
  justify-content: space-between;
  padding: 24px 101px 0px 107px;
  color: #fff;
}
.f-main-cnt.animate__animated.animate__bounce {
  --animate-duration: 2s;
}
.cpy-rht {
  flex: 0 0 50%;
  max-width: 50%;
}
.cpy-rht h4 {
  /*font-family: 'Brother 1816';*/
  font-weight: 350;
  font-size: 14px;
  line-height: 19.84px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0 !important;
}
.cpy-rht a {
  /*background: #fff;*/
  /*padding:10px 10px;*/
  /*font-family: 'Brother 1816';*/
  font-weight: 500;
  font-size: 16px;
  line-height: 17.84px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 15px;
}
.cpy-rht a:hover {
  font-weight: 500 !important;
  color: #fff !important;
}

.cpy-rht input#wpforms-66639-field_2 {
  font-size: 13px;
  width: 135px;
  height: 26px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 300;
  margin: 0;
  text-indent: 10px !important;
}
.cpy-rht input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
}

.cpy-rht button#wpforms-submit-66639 {
  width: 71px;
  height: 20px;
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 4px 10px !important;
  line-height: 13.32px;
  font-weight: 500;
  margin: 0;
  border-radius: 0;
}
.ftr-frm .wpforms-container .wpforms-field {
  padding: 0;
}
.ftr-frm .wpforms-container .wpforms-submit-container {
  padding: 5px 0 0 0;
}
.ftr-frm .wpforms-container {
  margin-bottom: 27px;
}
.ftr-frm div#wpforms-confirmation-66639 p {
  margin: 0;
}
.ftr-frm .wpforms-container label.wpforms-error {
  display: block;
  color: #990000;
  font-size: 0.9em;
  float: none;
  cursor: default;
  position: absolute;
  left: 160px;
  top: 8px;
}
.f-cnt-list {
  display: flex;
  justify-content: space-between;
  /*    flex: 0 0 39%;
    max-width: 39%;*/
  flex: 0 0 636px;
  max-width: 636px;
}
.f-cnt-item {
  color: #fff;
}
.f-cnt-item h5 {
  margin-bottom: 16px;
  /*font-family: 'Brother 1816';*/
  font-weight: 500;
  font-size: 16px;
  line-height: 17.84px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.f-cnt-item.connect ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
.f-cnt-item ul li {
  /*font-family: 'Brother 1816';*/
  font-weight: 350;
  color: #fff;
  margin-bottom: 0px !important;
  font-size: 16px;
  /*line-height: 22.4px;*/
}
.f-cnt-item.connect ul li a i {
  margin-right: 15px;
  font-size: 16px;
}
.f-cnt-item.connect a {
  /*font-family: 'Brother 1816';*/
  font-weight: 350;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 22.4px;
}
.f-cnt-item.connect a.ctct-us {
  text-decoration: underline;
}
.f-cnt-item ul li a {
  /*font-family: 'Brother 1816';*/
  font-weight: 350;
  font-size: 16px;
  line-height: 22.4px;
  color: #fff;
}
.f-cnt-item.connect form input {
  border: 1px solid #ccc;
  background: transparent;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  padding: 5px 3px;
}
.f-cnt-item.connect form input[type='submit'] {
  width: 100px;
  border: 1px solid #ccc;
  color: #ccc;
  background: transparent;
  padding: 7px 3px;
  cursor: pointer;
}

.o-bnr-slider.slick-initialized .slick-slide {
  height: 93vh;
  /*height: 82vh;*/
}

.o-bnr-slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  /*min-height: 100vh;*/
  /*min-height: 82vh;*/
}

.m-toggle,
.m-nav,
.m-t-ftr {
  display: none;
}

.f-cnt-list ul {
  padding: 0 !important;
}
/*.f-main-cnt{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.cm-ftr.active .f-main-cnt{
    display: flex;
    opacity: 1;
    visibility: visible;
}*/

#header-bottom-bar {
  background-color: transparent !important;
}

/*arc-gallery*/

.projects__listing {
  position: relative;
  margin-top: 70px;
}

.projects__listing__grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -4px -1px 0;
}

.projects__listing__grid__item {
  position: relative;
  flex: 0 0 25%;
  margin: 4px 0px 0;
  padding: 0 2px;
}

.projects__listing__grid__item__inner {
  position: relative;
  padding-bottom: 74.8%;
  overflow: hidden;
}
.projects__listing__grid__item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#interior-content-blocks a,
.cms-backend a {
  cursor: pointer;
  text-decoration: none !important;
}
img[data-src] {
  /*opacity: 0;*/
  transition: opacity 250ms ease;
}
.projects__listing__grid__item__inner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects__listing__grid__item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 5px 5px 5px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  transition: all 700ms;
  transform: translateY(100%);
}
.projects__listing__grid__item__title--no-title
  .projects__listing__grid__item__title__line {
  top: 50% !important;
}
.projects__listing__grid__item__title__line {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #969696;
  transition: all 700ms;
  transition-delay: 700ms;
}
body.page-template-page-arc #demo-content {
  /*height: auto !important;*/
  /*    margin-top: 48px;*/
}

/*.animate__animated.animate__zoomIn {
  --animate-duration: 0.5s;
}*/
.container-g {
  /*max-width: 1151px;*/
  margin: 0 auto;
}

.page-template-page-arc .m-ftr,
body.page-template-page-interiors .m-ftr {
  margin: 0 auto;
  padding: 0 1.5px;
}
body.page-template-page-arc .logoblk .logov2 svg#Layer_2,
body.page-template-page-interiors .logoblk .logov2 svg#Layer_2 {
  width: 220px;
  /*transition: 0.5s all ease-in;*/
  padding-bottom: 0;
}
body.page-template-page-arc .logoblk,
body.page-template-page-interiors .logoblk {
  padding: 0 0 30px 0;
}
body.page-template-page-arc,
body.page-template-page-interiors {
  padding: 30px;
}
body.page-template-page-arc div#loader-top,
body.page-template-page-interiors div#loader-top {
  height: 85px;
  margin: 30px 0 0 0;
}
body.page-template-page-arc div#loader-bottom,
body.page-template-page-interiors div#loader-bottom {
  height: 0;
}
body.page-template-page-arc .logov2,
body.page-template-page-arc .menu-h,
body.page-template-page-arc .m-ftr,
body.page-template-page-interiors .logov2,
body.page-template-page-interiors .menu-h,
body.page-template-page-interiors .m-ftr {
  display: block;
}

@media (max-width: 1749px) {
  body.home,
  body.page-template-page-arc,
  .m-ftr {
    /*padding: 0px 48px 0px 46px;*/
  }
  .logoblk,
  .arc-page header {
    /*padding: 0;*/
    /*height: 9.3vh;*/
  }
  body.loaded div#loader-top {
    /*height: 9.3vh;*/
  }
  div#demo-content,
  .arc-main {
    /*margin-top: 9.3vh;*/
  }
  .logov2,
  .i-logo {
    /*    flex: 0 0 250px;
    max-width: 250px;*/
  }
  .menu-h ul li a,
  .arc-page header nav ul li a {
    font-size: 13px !important;
    /*margin-right: 36px;*/
  }
  .f-txt p {
    font-size: 24px;
    /*margin-bottom: 32px;*/
    margin-bottom: 0;
    line-height: 26.68px;
  }

  /*.a-icon {
    width: 20px;
    height: 20px;
}*/
  .a-icon img {
    width: 16px;
  }
  .f-txt span {
    font-size: 23px;
  }
  .f-main-cnt {
    padding: 20px 80px 0px 82px;
  }
  .cpy-rht h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .cpy-rht a {
    margin-bottom: 12px;
  }
  .ftr-frm .wpforms-container {
    margin-bottom: 18px;
  }
  /*.cpy-rht {
    flex: 0 0 45%;
    max-width: 45%;
}*/
  .f-cnt-list {
    /*flex: 0 0 44%;
    max-width: 44%;*/
    flex: 0 0 570px;
    max-width: 570px;
  }
  .f-cnt-item h5 {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20.3px;
  }
  .f-cnt-item.connect ul {
    margin-bottom: 20px;
  }
  .f-cnt-item.connect a,
  .f-cnt-item ul li,
  .f-cnt-item ul li a {
    font-size: 14px;
    line-height: 21px;
  }
  .a-icon:hover ~ .cm-ftr {
    height: 180px;
  }
  .cm-ftr.active {
    height: 180px;
  }

  .f-txt {
    min-height: 69px;
  }
  .f-load {
    left: 25px;
    top: 35px;
  }
  .f-load.active {
    width: calc(55% - 25px);
  }
  /*.menu-h ul li a {
    padding: 0 18px !important;
}
.menu-h ul li:last-child a {
    padding: 0 0 0 18px !important;
}*/

  /*.logov2 svg#Layer_2 {
    width: 240px;
    transition: 0.5s all ease-in;
}*/
  body.loaded div#loader-top .logov2 svg#Layer_2 {
    /*width: 250px;*/
  }
  .menu {
    /*padding-bottom: 26px;*/
  }
  .projects__listing__grid__item h4 {
    font-size: 18px;
  }
}

@media (max-width: 1449px) {
  .logoblk,
  .arc-page header {
    /*padding: 0;*/
    /*height:9.3vh;*/
  }
  body.home,
  body.page-template-page-arc,
  .m-ftr {
    /*padding: 0px 40px 0px 38px;*/
  }
  body.loaded div#loader-top,
  .arc-page header {
    /*height: 9.3vh;*/
  }
  div#demo-content,
  .arc-main {
    /*margin-top: 9.3vh;*/
  }
  .logov2,
  .i-logo {
    /*    flex: 0 0 180px;
    max-width: 180px;*/
  }
  .menu-h ul li a,
  .arc-page header nav ul li a {
    font-size: 13px !important;
    line-height: 18px;
  }
  .menu-h ul li,
  .arc-page header nav ul li {
    /*margin-right: 30px;*/
  }
  .f-load {
    top: 30px;
    left: 20px;
    height: 1px;
  }
  .f-load.active {
    width: calc(50% - 20px);
  }
  .a-icon img {
    width: 14px;
  }
  .f-txt span {
    font-size: 17px;
    margin: 0 4px 2px 0;
  }
  .f-txt p {
    font-size: 20px;
    line-height: 20.68px;
    /*margin-bottom: 26px;*/
    margin-bottom: 0;
  }
  .a-icon:hover ~ .cm-ftr {
    height: 140px;
  }
  .f-main-cnt {
    padding: 18px 60px 0px 62px;
  }
  .cpy-rht h4 {
    font-size: 12px;
    line-height: 20px;
  }
  .cpy-rht a {
    /*padding: 5px;*/
    font-size: 11px;
    line-height: 14.84px;
    margin-bottom: 12px;
  }
  .f-cnt-item h5 {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 16.3px;
  }
  .f-cnt-item.connect a,
  .f-cnt-item ul li,
  .f-cnt-item ul li a {
    font-size: 11px;
    line-height: 18px;
  }
  .f-cnt-item.connect ul li a i {
    margin-right: 12px;
    font-size: 12px;
  }
  .f-txt {
    min-height: 60px;
  }
  /*.m-ftr {
    margin-top: -48px;
}*/
  .cm-ftr.active {
    height: 160px;
  }

  /*.menu-h ul li a {
    padding: 0 12px !important;
}
.menu-h ul li:last-child a {
    padding: 0 0 0 12px !important;
}*/

  .logov2 svg#Layer_2 {
    width: 270px;
    /*transition: 0.5s all ease-in;*/
    padding-bottom: 56px;
  }
  body.loaded div#loader-top .logov2 svg#Layer_2 {
    /*width: 180px;*/
    padding-bottom: 0;
  }
  /*.menu {
    padding-bottom: 14px;
}*/
  .f-cnt-item.connect ul {
    margin-bottom: 18px;
  }
  .f-cnt-list {
    flex: 0 0 440px;
    max-width: 440px;
  }
  .page-template-page-arc .m-ftr .f-cnt-list,
  body.page-template-page-interiors .m-ftr .f-cnt-list {
    flex: 0 0 410px;
    max-width: 410px;
  }
  .cpy-rht input#wpforms-66639-field_2 {
    font-size: 10px;
    width: 110px;
    height: 22px;
  }

  .ftr-frm .wpforms-container .wpforms-submit-container {
    padding: 3px 0 0 0;
  }
  .cpy-rht button#wpforms-submit-66639 {
    width: 56px;
    height: 18px;
    font-size: 8px;
    padding: 4px 8px !important;
  }
  .ftr-frm .wpforms-container label.wpforms-error {
    left: 145px;
    top: 0;
  }
  .projects__listing__grid__item h4 {
    font-size: 17px;
  }
}
@media (max-width: 1335px) {
  /*.container-g {
        max-width: 100% !important;
        margin: 0 auto;
    }
    .page-template-page-arc .m-ftr,body.page-template-page-interiors .m-ftr {
        max-width: 100% !important;
    }*/
}

@media (max-width: 1149px) {
  body.home,
  body.page-template-page-arc,
  .m-ftr {
    /*padding: 0px 30px 0px 32px;*/
  }
  .logoblk,
  .arc-page header {
    padding: 0 60px;
    height: 10.3vh;
  }
  div#demo-content,
  .arc-main {
    margin-top: 10.3vh;
  }
  .menu-h ul li,
  .arc-page header nav ul li {
    /*margin-right: 24px;*/
  }
  .menu-h ul li a,
  .arc-page header nav ul li a {
    font-size: 11px !important;
  }
  .logov2,
  .i-logo {
    /*        flex: 0 0 200px;
        max-width: 200px;*/
  }
  .f-txt {
    min-height: 50px;
  }
  .a-icon img {
    width: 12px;
  }
  .f-txt span {
    font-size: 15px;
    margin: 0px 5px 0px 0;
  }
  .f-txt p {
    font-size: 18px;
    /*margin-bottom: 20px;*/
    margin-bottom: 0;
  }
  .f-main-cnt {
    padding: 14px 42px 0px 44px;
  }
  .cpy-rht h4 {
    font-size: 11px;
    line-height: 20px;
  }
  .cpy-rht a {
    font-size: 10px;
    line-height: 12.84px;
  }
  .cpy-rht input#wpforms-66639-field_2 {
    font-size: 10px;
    width: 120px;
    height: 22px;
  }
  .cpy-rht button#wpforms-submit-66639 {
    width: 54px;
    height: 18px;
    font-size: 8px;
  }
  .f-cnt-item h5 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18.3px;
  }
  .f-cnt-item.connect a,
  .f-cnt-item ul li,
  .f-cnt-item ul li a {
    font-size: 11px;
    line-height: 17px;
  }
  body.loaded div#loader-top {
    height: 10.3vh;
  }
  div#demo-content {
    margin-top: 10.3vh;
  }
  .m-ftr {
    margin-top: -40px;
  }
  .f-load {
    top: 25px;
  }
  .f-load.active {
    width: calc(50% - 20px);
  }
  .logov2 svg#Layer_2 {
    width: 250px;
    /*transition: 0.5s all ease-in;*/
    padding-bottom: 40px;
  }
  body.loaded div#loader-top .logov2 svg#Layer_2 {
    /*width: 170px;*/
  }
  .f-cnt-list {
    /*flex: 0 0 48%;
        max-width: 48%;*/
    flex: 0 0 385px;
    max-width: 385px;
  }
  .cm-ftr.active {
    height: 150px;
  }

  .projects__listing__grid__item h4 {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .arc-main-list .arc-item {
    flex: 0 0 calc(100% / 3 - 10px);
  }
  .arc-main {
    overflow: auto;
    padding-bottom: 110px;
    height: 100vh;
  }
  .logoblk {
    padding: 0px 12px;
  }
  body.home,
  body.page-template-page-arc,
  .m-ftr,
  body.page-template-page-interiors {
    padding: 0;
  }
  .logov2 {
    /*        flex: 0 0 165px;
        max-width: 165px;*/
    padding: 0px;
  }
  .menu-h ul li {
    /*margin-right: 20px;*/
  }
  .menu-h ul li a {
    font-size: 10px;
  }
  .m-ftr footer p,
  .i-ftr footer p {
    font-size: 13px;
  }
  /*.a-icon {
        width: 20px;
        height: 20px;
    }*/
  .a-icon {
    width: 20px;
  }
  .f-main-cnt {
    padding: 14px 30px 0px 32px;
  }
  .f-cnt-list {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .cpy-rht {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .f-load {
    top: 32px;
    left: 50px;
  }
  .mobile-nav-controller-wrap {
    padding-top: 0 !important;
    margin-left: 0 !important;
  }
  .be-mobile-menu-icon {
    background-color: #000 !important;
  }
  .menu-h ul li {
    /*display: block !important;*/
  }
  /*.menu-h ul li a {
        padding: 0px;
    }*/
  /*.menu-h {
        display: none !important;
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0;
    }*/
  div#header-wrap {
    display: none;
  }
  .m-toggle {
    display: block;
    cursor: pointer;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
  }
  .m-toggle span {
    width: 18px;
    height: 2px;
    background-color: #000;
    position: relative;
    display: block;
    transition: 0.4s all ease-in;
  }
  .m-toggle span:before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 18px;
    height: 2px;
    background-color: #000;
    left: 0;
    transition: 0.4s all ease-in;
  }
  .m-toggle span:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 18px;
    height: 2px;
    background-color: #000;
    left: 0;
    transition: 0.4s all ease-in;
  }
  .m-toggle.active span {
    background-color: transparent;
  }
  .m-toggle.active span:after {
    transform: translate(0px, -5px) rotate(45deg);
    opacity: 1;
    width: 18px;
  }
  .m-toggle.active span:before {
    transform: translate(0, 5px) rotate(-45deg);
    opacity: 1;
    width: 18px;
  }

  .m-nav {
    display: none;
    position: absolute;
    top: 83px;
    background: #fff;
    height: 100vh;
    width: 100vw;
    left: 0px;
    z-index: 9999999;
  }
  .m-nav ul {
    padding: 20px 25px 0 !important;
  }
  .m-nav ul li {
    margin-bottom: 12px !important;
    position: relative;
  }
  .m-nav span.mobile-sub-menu-controller {
    position: absolute;
    right: 0;
    top: 6px;
  }
  .m-nav ul.sub-menu {
    display: none;
  }
  .m-nav ul.sub-menu {
    padding: 0px 10px !important;
    margin: 5px 0;
  }

  .m-nav ul.sub-menu li {
    margin-bottom: 0 !important;
  }
  .m-nav ul.sub-menu li a {
    font-size: 14px;
    line-height: 16px;
  }
  .icon-icon_plus:before {
    content: '\e806';
    font-size: 16px;
  }

  .m-nav ul li a {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
  }
  .m-t-ftr ul li a {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    display: block;
  }
  .m-t-ftr {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 15px 23px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .m-t-ftr ul {
    padding: 0 !important;
  }
  .m-ftr-left,
  .m-ftr-mdl {
    margin-right: 20px;
  }
  .m-ftr-left ul li {
    margin-bottom: 10px !important;
  }
  .m-t-ftr h5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .m-ftr-rht ul li {
    margin-bottom: 0 !important;
  }
  .m-ftr-rht ul li a {
    text-decoration: underline;
  }
  .m-nav ul li a:hover:after {
    opacity: 0;
  }
  .m-dropdown {
    display: none;
    /*visibility: hidden;
        opacity: 0;
        transition: .4s all ease-in-out;*/
  }
  /*    .m-nav ul li:hover .m-dropdown{
        display: block;
        visibility: visible;
        opacity: 1;
    }*/
  /*    .m-nav ul li a{
        transition: .4s all ease-in-out;
    }
    .m-nav ul li a:hover{
        color: red;
    }*/
  /*.logoblk {
        position: fixed;
        top: 0;
    }*/
  .m-dropdown ul {
    padding: 10px 18px 0 !important;
  }
  .m-dropdown ul li {
    margin-bottom: 18px !important;
  }
  .m-dropdown ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .sub-dropdown i {
    transition: 0.3s all ease-in-out;
    width: 12px;
    height: 12px;
    font-size: 12px;
    transform: translate(0px, -3px);
  }
  .sub-dropdown.active i {
    transform: rotate(180deg);
  }

  .cpy-rht {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .f-cnt-list {
    display: none;
  }

  .f-txt {
    min-height: 65px;
    padding: 0 12px;
  }

  .f-txt p {
    font-size: 18px !important;
    font-weight: 500;
    color: #000;
    line-height: 21px;
    text-align: right;
    margin-bottom: 0 !important;
    padding-left: 110px;
  }
  .m-ftr {
    margin-top: -65px;
    padding: 0;
  }
  .f-main-cnt {
    padding: 14px 0px 0px 0px;
  }
  .cm-ftr {
    padding: 0 24px;
  }
  body.loaded div#loader-top,
  .logoblk,
  body.page-template-page-arc div#loader-top,
  body.page-template-page-interiors div#loader-top {
    height: 12.8vh;
  }
  body.page-template-page-arc .logoblk {
    /*padding: 10px 12px 0;*/
  }
  div#demo-content {
    margin-top: 12.8vh;
    margin-top: 0;
  }
  body.loaded div#loader-top {
    margin-top: 0px;
  }
  .logov2 svg#Layer_2 {
    width: 190px;
  }
  body.loaded div#loader-top .logov2 svg#Layer_2 {
    width: 168px;
  }
  body.page-template-page-arc .logoblk .logov2 svg#Layer_2,
  body.page-template-page-interiors .logoblk .logov2 svg#Layer_2 {
    width: 168px;
  }
  body.page-template-page-arc div#loader-top,
  body.page-template-page-interiors div#loader-top {
    margin: 10px 0 0 0;
  }
  body.page-template-page-arc .logoblk,
  body.page-template-page-interiors .logoblk {
    padding: 0 20px;
  }
  /*    div#demo-content{
        margin-top: 13.3vh;
    }*/
  .projects__listing {
    position: relative;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 150px;
    margin-top: 80px;
  }
  .projects__listing__grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .projects__listing__grid__item {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .projects__listing__grid__item h4 {
    font-size: 20px;
    top: 50%;
  }
  .container-g {
    max-width: 100% !important;
    margin: 0 auto;
  }
  .page-template-page-arc .m-ftr,
  body.page-template-page-interiors .m-ftr {
    left: 0;
    right: 0;
    width: auto;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .arc-main-list .arc-item {
    flex: 0 0 calc(100% / 2 - 10px);
  }

  .arc-item.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(3, 19, 33), rgb(3, 17, 29), rgb(2, 10, 17));
    opacity: 0.48;
  }
  .arc-item h4.active {
    display: block;
  }
  .barload.loading {
    width: 94%;
  }

  .logoblk,
  .arc-page header {
    padding: 0 12px;
  }
  .m-ftr {
    /*padding: 12px;*/
  }
  body.home,
  body.page-template-page-arc {
    padding: 0;
  }
  .projects__listing__grid {
    position: relative;
    display: block;
    margin: 0;
  }
  .projects__listing__grid__item {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .projects__listing__grid__item h4 {
    font-size: 24px;
    top: 50%;
  }
}

@media (max-width: 576px) {
  .arc-main-list {
    display: block;
    margin: 0;
  }
  .arc-main-list .arc-item {
    flex: 0 0 auto;
    max-width: 100%;
    margin: 0 0 6px 0;
  }
  .f-load {
    top: 32px;
    left: 36px;
  }
  .f-load.active {
    width: 27%;
  }
  .projects__listing__grid {
    position: relative;
    display: block;
    margin: 0;
  }
  .projects__listing__grid__item {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 392px) {
  .f-txt p {
    line-height: 20px;
    padding-left: 60px;
  }
  .f-txt {
    padding: 0 12px;
  }
  .f-load {
    top: 32px;
    left: 25px;
  }
  .f-load.active {
    width: 20%;
  }
}

@media (max-height: 450px) {
  /*    body.loaded div#loader-top .logov2 svg#Layer_2 {
        height: 40px;
        transition: 0.5s all ease-in;
    }
*/
  body.loaded div#loader-top,
  .arc-page header {
    height: 14.3vh;
  }
  .logoblk,
  .arc-page header {
    height: 14.3vh;
  }
  div#demo-content,
  .arc-main {
    margin-top: 14.3vh;
  }
}

@media (max-height: 340px) {
  /*    body.loaded div#loader-top .logov2 svg#Layer_2 {
        height: 40px;
    }*/

  body.loaded div#loader-top,
  .arc-page header {
    height: 17.3vh;
  }
  .logoblk,
  .arc-page header {
    height: 17.3vh;
  }
  div#demo-content,
  .arc-main {
    margin-top: 17.3vh;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .logoblk {
    max-width: 940px;
    padding: 0;
  }
  .logoblk {
    /*height: 11vh;*/
    height: 85px;
    padding: 30px 0 0 0;
  }
  body.loaded div#loader-top {
    /*height: 11vh;*/
    height: 85px;
  }
  div#demo-content {
    /*margin-top: 11vh;*/
    margin-top: 85px;
    height: 89vh;
  }
  .m-nav {
    top: 72px;
  }
  .o-bnr-slider.slick-initialized .slick-slide {
    height: 89vh;
  }

  body.page-template-page-arc #demo-content {
    height: auto !important;
    margin-top: 70px;
  }

  div#loader-top {
    transition: 1s all ease-in;
  }
}
@media only screen and (min-width: 960px) and (max-width: 992px) {
  .logoblk {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .logoblk {
    padding: 0 20px;
  }
}

/*@media only screen and (min-height: 499px) and (max-height: 598px){
    .projects__listing__grid__item__inner {
        padding-bottom: 56%;
    }
}
@media only screen and (min-height: 599px) and (max-height: 674px){
    .projects__listing__grid__item__inner {
        padding-bottom: 68.2%;
    }
}
@media only screen and (min-height: 675px) and (max-height: 724px){
    .projects__listing__grid__item__inner {
        padding-bottom: 71.8%;
    }
}*/

@media (max-height: 498px) {
  .projects__listing__grid__item__inner {
    overflow: scroll;
  }
  body.page-template-page-arc div#loader-top,
  body.page-template-page-interiors div#loader-top {
    padding: 30px 0 0 0;
    margin: 0;
  }
  body.page-template-page-arc .logoblk,
  body.page-template-page-interiors .logoblk {
    transform: translateY(20px);
  }
  body.page-template-page-arc,
  body.page-template-page-interiors {
    overflow: scroll;
  }
}
@media (min-height: 499px) {
  .page-template-page-arc .m-ftr .f-main-cnt,
  body.page-template-page-interiors .f-cnt-list {
    padding: 20px 10px 0px 12px;
  }
  .page-template-page-arc .m-ftr .cpy-rht,
  body.page-template-page-interiors .cpy-rht {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .page-template-page-arc .m-ftr .f-cnt-list,
  body.page-template-page-interiors .f-cnt-list {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-height: 600px) {
  .page-template-page-arc .m-ftr .f-main-cnt,
  body.page-template-page-interiors .f-main-cnt {
    padding: 20px 30px 0px 32px;
  }
  .page-template-page-arc .m-ftr .cpy-rht,
  body.page-template-page-interiors .m-ftr .cpy-rht {
    flex: 0 0 42%;
    max-width: 42%;
  }
  .page-template-page-arc .m-ftr .f-cnt-list,
  body.page-template-page-interiors .m-ftr .f-cnt-list {
    flex: 0 0 56%;
    max-width: 56%;
  }
}

@media (min-height: 800px) {
  .page-template-page-arc .m-ftr .cpy-rht,
  body.page-template-page-interiors .m-ftr .cpy-rht {
    flex: 0 0 42%;
    max-width: 42%;
  }
  .page-template-page-arc .m-ftr .f-cnt-list,
  body.page-template-page-interiors .m-ftr .f-cnt-list {
    flex: 0 0 52%;
    max-width: 52%;
  }
}
@media (min-height: 1000px) {
  .page-template-page-arc .m-ftr .f-cnt-list,
  body.page-template-page-interiors .m-ftr .f-cnt-list {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (min-height: 1150px) {
  .page-template-page-arc .m-ftr .f-cnt-list,
  body.page-template-page-interiors .m-ftr .f-cnt-list {
    flex: 0 0 47%;
    max-width: 47%;
  }
}

@media only screen and (min-height: 499px) and (max-width: 992px) {
  .page-template-page-arc .m-ftr .cpy-rht,
  body.page-template-page-interiors .m-ftr .cpy-rht {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
