/* === GOOGLE FONTS ==== */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;500;600;700;900&display=swap");
/* font-family: 'Montserrat', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap");
/* font-family: 'Open Sans', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text&display=swap");
/* font-family: 'Libre Caslon Text', serif; */

@import url("https://p.typekit.net/p.css?s=1&k=iyr1osq&ht=tk&f=35933.35934&a=20698412&app=typekit&e=css");

@font-face {
  font-family: "sheila";
  src: url("https://use.typekit.net/af/9b4626/00000000000000003b9b218e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/9b4626/00000000000000003b9b218e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/9b4626/00000000000000003b9b218e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "sheila";
  src: url("https://use.typekit.net/af/e761e1/00000000000000003b9b218f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/e761e1/00000000000000003b9b218f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/e761e1/00000000000000003b9b218f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Helvetica LT Std";
  src: url("../fonts/HelveticaLTStd-Light.woff2") format("woff2"),
    url("../fonts/HelveticaLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Std";
  src: url("../fonts/HelveticaLTStd-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica LT Std";
  src: url("../fonts/HelveticaLTStd-Roman.woff2") format("woff2"),
    url("../fonts/HelveticaLTStd-Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLT Com 63 MdEx";
  src: url("../fonts/HelveticaNeueLTCom-MdEx.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTCom-MdEx.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica World";
  src: url("../fonts/HelveticaWorld-Regular.woff2") format("woff2"),
    url("../fonts/HelveticaWorld-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* .tk-sheila { font-family: "sheila",sans-serif; } */

/* === BODY COMMON STYLES === */

* {
  margin: 0;
  padding: 0;
  /* scroll-behavior: smooth; */
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #75777b;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

ul,
ol {
  width: 100%;
  float: left;
  position: relative;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  float: left;
}

a {
  list-style: none;
}

p,
ul li,
ol li {
  font-size: 16px;
  line-height: 24px;
  color: #75777b;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 400;
}

h1 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  color: #424448;
}

h3 {
  font-size: 24px;
  line-height: 38px;
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-size: 20px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-size: 16px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}

h6 {
  font-size: 12px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}

body .et_pb_section {
  padding: 0;
  float: left;
  width: 100%;
}

body .et_pb_section .et_pb_row {
  /* float: left; */
  width: 100%;
  padding: 0 75px;
  max-width: 100%;
  /* display: table; */
}

.container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.lets-btn-common {
  background: #77aabe;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 10.5px 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  line-height: 19px;
}

.lets-btn-common:hover,
.footer-address-outer p a.lets-btn-common:hover {
  background: #0d1319 !important;
}

.footer-address-outer p a.lets-btn-common {
  background: #77aabe;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 8px 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  margin: 0 0 22px;
  float: left;
  text-align: center;
  min-width: 215px;
  width: auto;
}
/* === END OF BODY COMMON STYLES === */

/* === SCREENSHOT === */

/* body::before {
  content: "";
  position: absolute;
  width: 1348px;
  height: 1428px;
  background: url("../images/Home.jpg") no-repeat;
  background-size: contain;
  background-position: top;
  left: 0;
  top: 0;
  z-index: 9999999;
  opacity: 0.5;
} */

/* === START OF HEADER === */

div#top-header div#et-info a {
  color: #424448;
  font-size: 16px;
  font-weight: 700;
  width: auto;
  float: left;
}
div#top-header div#et-info {
  padding: 0;
  width: auto;
  float: right;
  margin: 0;
  display: flex;
  align-items: center;
}
#top-header .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
}
#top-header .et-social-icons li {
  margin: 0 21px 0 0;
  float: left;
  width: auto;
  list-style: none;
}
div#top-header {
  padding: 26px 33px 10px;
  background: #fff;
}
header#main-header img#logo {
  transform: initial;
  max-height: initial;
  display: table;
  float: left;
  width: 158px;
  height: 93px;
  object-fit: contain;
  max-width: 100%;
}

header#main-header nav ul#top-menu li {
  float: left;
  width: auto;
  padding: 0 49px 0 0;
  position: relative;
  line-height: 23px;
}
div#top-header div#et-info ul.et-social-icons a.icon:hover,
div#top-header div#et-info a.header-mail span#et-info-email:hover {
  opacity: 1;
}
#top-header .container div#et-secondary-menu {
  display: none;
}
div#top-header div#et-info ul.et-social-icons {
  width: auto;
}
#et-top-navigation nav#top-menu-nav ul li a {
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #75777b;
  letter-spacing: 0.64px;
  font-weight: 500;
  background: transparent;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header#main-header nav ul#top-menu li.current-menu-item .sub-menu li a,
header#main-header nav ul#top-menu li.current-menu-parent .sub-menu li a {
  color: #75777b;
  letter-spacing: 0.64px;
  font-weight: 500;
}
#et-top-navigation nav#top-menu-nav ul li a:hover,
header#main-header nav ul#top-menu li.current-menu-item a,
header#main-header nav ul#top-menu li.current-menu-item .sub-menu li a:hover,
header#main-header
  nav
  ul#top-menu
  li.current-menu-parent
  .sub-menu
  li.current-menu-item
  a,
header#main-header nav ul#top-menu li.current-menu-parent a,
header#main-header nav ul#top-menu li.current-menu-parent .sub-menu li a:hover {
  color: #0d1319;
  font-weight: 700;
}
div#et-top-navigation {
  padding: 12px 0 0 !important;
  width: auto;
  display: flex;
  align-items: center;
}
header#main-header nav ul#top-menu li:last-child {
  padding: 0 50px 0 0;
}
.lets_build_office_section a {
  background: #77aabe;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 10.5px 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
div#footer-bottom p.hours-widget-appointment {
  padding: 5px 0 0;
}
#top-header .et-social-icons li:last-child {
  margin: 0px 0 0;
}
.lets_build_office_section a:hover {
  background: #0d1319;
}
.lets_build_office_section {
  float: left;
  width: auto;
}
div#et-top-navigation nav#top-menu-nav {
  width: auto;
}

header#main-header .logo_container {
  position: relative;
  width: auto;
  float: left;
  top: -25px;
}
div#page-container header#main-header {
  top: 0;
}
header#main-header {
  padding: 0 31px 0 16px;
  box-shadow: none;
  z-index: 999999;
}
header#main-header {
  height: 87px;
}

div#top-header div#et-info span#et-info-phone {
  margin: 0 24px 0 0;
}
div#top-header div#et-info span#et-info-phone::before,
#top-menu .menu-item-has-children > a:first-child:after {
  content: none;
}

header#main-header nav ul#top-menu li a::after {
  content: none;
}
header#main-header nav ul#top-menu li ul.sub-menu {
  border: 0;
  padding: 50px 15px 0 15px;
  box-shadow: 0px 3px 6px #ccc;
  width: 160px;
  position: absolute;
  left: 35%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -24px;
  z-index: -1;
  min-height: 184px;
}
header#main-header nav ul#top-menu li ul.sub-menu li {
  padding: 0;
  text-align: center;
  width: 100%;
}
div#top-header div#et-info a.header-mail {
  margin: 0 24px 0 0px;
  width: 22px;
  height: 16px;
}

div#top-header div#et-info ul.et-social-icons a.icon {
  width: 16px;
  height: 16px;
  position: relative;
}
header#main-header nav ul#top-menu li ul.sub-menu li a {
  padding: 23px 0 5px;
  width: 100%;
}
div#top-header div#et-info a.header-mail span#et-info-email::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 16px;
  background: url("../images/hdr_Contact@2x.png") no-repeat;
  background-size: contain;
  background-position: center;
}
#top-header .et-social-icons li.et-social-facebook a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../images/hdr_LN.png") no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
}

#top-header .et-social-icons li.et-social-twitter a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../images/hdr_FB.png") no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
}

#top-header .et-social-icons li.et-social-instagram a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../images/hdr_INSTA.png") no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
}
/* === END OF HEADER === */

/* == FOOTER === */

div#footer-bottom {
  display: grid;
  padding: 0;
  grid-template-columns: 34.3% 18% 20.7% 14%;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 0 40px 0 0;
  align-items: end;
  min-height: 245px;
}
.footer-map-outer {
  height: 245px;
  float: left;
}
.footer-copy-rights-outer {
  float: left;
  width: auto;
  display: flex;
  position: absolute;
  bottom: 2px;
  right: 20px;
  grid-gap: 4px;
  line-height: 20px;
}
.footer-copy-rights-outer p,
.footer-copy-rights-outer span,
.footer-copy-rights-outer span a {
  font-size: 10px;
  color: #75777b;
  line-height: 13px;
}
.footer-copy-rights-outer span {
  text-transform: uppercase;
}
span.main-copyright-content {
  margin: 0 5px 0 0;
}
.footer-copy-rights-outer span.sec-copyrights-text,
.footer-copy-rights-outer span.sec-copyrights-text a {
  text-transform: uppercase;
  font-size: 8px !important;
}
#footer-info .footer-copyrights-content a {
  font-size: 10px;
  color: #75777b;
  line-height: 13px;
  font-weight: 400;
}
.footer-copy-rights-outer div#footer-info {
  padding: 0;
  line-height: 0;
  height: auto;
}
.footer-copy-rights-outer p.cr_year {
  display: table;
  align-items: center;
  line-height: normal;
}
div#footer-bottom .hours-widget-outer p {
  font-size: 14px;
  float: left;
  width: 100%;
  padding: 0;
  line-height: 18px;
  color: #424448;
}
div#footer-bottom p.hours-widget-appointment {
  padding: 4px 0 0;
}
div#footer-bottom .hours-widget-outer p.hours-widget-appointment,
.footer-mail-phone a.footer-phone {
  color: #424448;
  font-weight: 700;
}
.footer-address-outer p a,
.footer-address-outer p {
  font-size: 14px;
  color: #424448;
  padding: 0;
  float: left;
  width: 100%;
}
.footer-mail-phone a {
  font-size: 14px;
  color: #424448;
  padding: 0;
}
.footer-mail-phone a.footer-mail span::before {
  display: none;
}
div#footer-bottom .hours-widget-outer p.hours-widget-title {
  color: #424448;
  line-height: 18px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
}
footer#main-footer {
  overflow: hidden;
  float: left;
  width: 100%;
}
.footer-address-outer,
.footer-hours-outer {
  padding: 0 0 61px;
}
.footer-logo-outer {
  padding: 0 0 66px;
}
.footer-logo-outer img {
  float: left;
  width: 214px;
  height: auto;
  object-fit: contain;
  display: table;
  margin: 0 0 0px 6px;
}
.footer-address-outer .address-widget-outer p {
  line-height: 18px;
}
.footer-address-outer .address-widget-outer p {
  line-height: 18px;
}
.footer-mail-phone a {
  line-height: 18px;
}
.footer-hours-outer ul.et-social-icons li {
  margin: 0 27px 0 0;
  float: left;
}
.footer-hours-outer ul.et-social-icons li a {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  opacity: 1;
}
.footer-hours-outer ul.et-social-icons li.et-social-instagram a::before,
.footer-hours-outer ul.et-social-icons li.et-social-twitter a::before,
.footer-hours-outer ul.et-social-icons li.et-social-facebook a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/ftr_INSTA@2x.png) no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0;
}
.footer-hours-outer ul.et-social-icons {
  margin: 0 0 26px;
}
.footer-hours-outer ul.et-social-icons li.et-social-twitter a::before {
  background: url(../images/ftr_FB@2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.footer-hours-outer ul.et-social-icons li.et-social-facebook a::before {
  background: url(../images/ftr_LN@2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.footer-address-outer .footer-hours-outer {
  display: none;
}
body .et_pb_scroll_top.et-pb-icon {
  padding: 0;
  border-radius: 0;
  width: 50px;
  height: 50px;
  background: url(../images/Btn_TopOfPage.png) no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
  right: 21px;
  bottom: 218px;
}
.address-widget-outer {
  float: left;
  width: 100%;
}
.footer-mail-phone {
  float: left;
  line-height: 21px;
  width: 200px;
}
/* == END OF FOOTER === */

/*  === HOME SLIDER === */

.et_pb_section.home-slider-section .et_pb_slide {
  padding: 0;
  width: 100%;
  height: 100%;
}
.home-slider-section .et_pb_slide .et_pb_slide_description {
  text-shadow: none;
  padding: 0;
}
.et_pb_section.home-slider-section .home-slider-section-inner,
.home-slider-section-inner .et_pb_slides {
  height: 100%;
}
.home-slider-section .et_pb_slide .et_pb_slide_description {
  background-color: rgb(0 0 0 / 50%);
  padding: 26px 30px 68px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home-slider-section-inner {
  position: relative;
  float: left;
  width: 100%;
}
.home-slider-section
  .et_pb_slide
  .et_pb_slide_description
  h2.et_pb_slide_title {
  padding: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}
.home-slider-section .et_pb_slide .et_pb_slide_description a.et_pb_more_button {
  margin: 41px 0px 0;
  border: 0;
  background: #424448;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  line-height: 19px !important;
  padding: 10.5px 20px;
  min-width: 200px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.home-slider-section
  .et_pb_slide
  .et_pb_slide_description
  a.et_pb_more_button:hover {
  background: transparent;
  outline: 1px solid #fff;
}
.home-slider-section
  .et_pb_slide
  .et_pb_slide_description
  a.et_pb_more_button::after {
  content: none;
}
.home-slider-section-inner .et-pb-controllers {
  bottom: 1px;
  line-height: normal;
}
.home-slider-section-inner .et-pb-controllers a {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: transparent;
  margin: 0 21px 0 0;
  opacity: 1;
}
.home-slider-section-inner .et-pb-controllers a:last-child {
  margin: 0;
}
.home-slider-section-inner .et-pb-controllers a.et-pb-active-control {
  background: #fff;
}

.et_pb_section.home-slider-section .home-slider-section-inner {
  position: absolute;
  top: 0;
  left: 0;
}
.et_pb_section.home-slider-section {
  height: 0;
  padding-bottom: 47%;
  position: relative;
}
.et_pb_section.home-embed-video-section .et_pb_column .et_pb_module {
  margin: 0;
}
/* === END OF HOME SLIDER === */

/* === HOME VIDEO SECTION === */

.et_pb_section.home-embed-video-section {
  padding: 36px 0 33px;
}
.et_pb_section.home-embed-video-section .et_pb_column {
  display: grid;
  grid-template-columns: 55% auto;
  grid-gap: 80px;
  max-width: 861px;
  align-items: center;
  margin: 0;
  float: none;
}
.et_pb_section.home-embed-video-section .home-embed-video-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.et_pb_section.home-embed-video-section .et_pb_column .et_pb_text_inner {
  color: #75777b;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 19px;
}
.home-new-arrivals-section .home-new-arrivals-row .et_pb_module {
  margin: 0;
  float: left;
  width: auto;
}
.home-new-arrivals-section .home-new-arrivals-row .et_pb_module.home-form-text {
  padding: 11px 0 0;
}
.home-new-arrivals-section .home-new-arrivals-row form {
  float: left;
  width: 100%;
}
.home-new-arrivals-row form ul.newest-form-inner {
  padding: 0;
}
ul.newest-form-inner li {
  list-style: none;
  float: left;
}
ul.newest-form-inner li input {
  font-size: 16px;
  color: #75777b;
  line-height: 19px;
  padding: 11px 14px;
  margin: 0;
  width: 100%;
  border: 1px solid #c5c4c2 !important;
  border-radius: 0;
}
ul.newest-form-inner li input.wpcf7-submit {
  background: #424448;
  color: #fff;
  letter-spacing: 0.64px;
  cursor: pointer;
  height: auto;
  border: 1px solid #424448;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
ul.newest-form-inner li input.wpcf7-submit:hover {
  outline: 1px solid #424448;
  background: transparent;
  color: #424448;
}
.et_pb_row.home-new-arrivals-row .et_pb_column {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 41px;
  justify-content: space-between;
  align-items: start;
  max-width: 1100px;
  margin: 20px 0 19px 16px;
  float: none;
}
.et_pb_row.home-new-arrivals-row {
  display: flex;
  justify-content: center;
}
ul.newest-form-inner li.name {
  margin: 0 0px 0 0;
  padding: 0 22px 0 0;
}
.home-new-arrivals-row form ul.newest-form-inner {
  padding: 0;
  display: grid;
  grid-template-columns: auto auto 100px;
}
.home-new-arrivals-row form span.wpcf7-not-valid-tip {
  display: none;
}
.home-new-arrivals-section .home-new-arrivals-row form .wpcf7-response-output {
  margin: 20px 0 20px;
  float: left;
  width: 86%;
  text-align: center;
  font-size: 14px;
}
ul.newest-form-inner li span.wpcf7-spinner {
  position: absolute;
  right: -40px;
  top: 8px;
  margin: 0;
}
.home-new-arrivals-section
  .home-new-arrivals-row
  .et_pb_module
  .et_pb_text_inner {
  text-transform: uppercase;
  color: #75777b;
  font-size: 16px;
  letter-spacing: 0.64px;
}

.home-new-arrivals-section
  .home-new-arrivals-row
  form.invalid
  .wpcf7-response-output {
  border: 2px solid #ff0000;
  margin: 19px 0 0;
}
.home-new-arrivals-section
  .home-new-arrivals-row
  form.sent
  .wpcf7-response-output {
  margin: 19px 0 0;
}
/* === END OF HOME VIDEO SECTION === */

/* ==== ABOUT PAGE ==== */

.about-slider-section-image {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 29.3%;
  position: relative;
}
.about-slider-section-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.et_pb_section.about-welcome-section-outer {
  padding: 45px 0 0;
}
.about-intro-title .et_pb_text_inner {
  color: #424448;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  padding: 0 0 31px;
}
body.page-id-18 .about-welcome-section-inner .et_pb_text_inner h2 {
  padding: 0 0px;
}
.et_pb_section.about-welcome-section-outer .about-intro-title {
  margin: 0;
}
.et_pb_section.about-welcome-section-outer .et_pb_column {
  width: 91.7%;
  margin: 0 auto !important;
  display: table;
  float: none;
}
.et_pb_section.about-embed-video-section-outer .about-embed-video {
  width: 60.7%;
  margin: 59px auto 36px;
  display: table;
}
.et_pb_module.about-lets-build-your-office-button {
  float: left;
  width: 100%;
  margin: 7px 0 5px !important;
}
.et_pb_module.about-lets-build-your-office-button .et_pb_text_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.et_pb_section.about-our-team-outer-section .et_pb_module.about-our-team-title {
  margin: 40px 0 30px;
}
.about-our-team-title .et_pb_text_inner {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  line-height: 38px;
  padding: 17px 17px 17px;
}
.et_pb_section.about-our-team-outer-section .et_pb_module.about-our-team-title {
  margin: 40px 0 34px;
  background: #424448;
  color: #fff;
}
.et_pb_module.our-team-shortcode .about-our-team-outer-shortcode {
  float: left;
  width: 100%;
  margin-bottom: 59px;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px; */
  /* grid-template-areas: "feature feature feature feature" "odd even odd even"; */
}
.even-odd-outer {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 55px;
}
.about-our-team-outer-shortcode .about-our-team-inner {
  float: left;
  width: 100%;
  height: 100%;
}
/* .about-our-team-inner.featured {
  grid-area: feature;
}
.about-our-team-inner.even {
  grid-area: even;
}
.about-our-team-inner.odd {
  grid-area: odd;
} */
p.our-team-title {
  float: left;
  width: 100%;
  color: #424448;
  font-size: 32px;
  line-height: 45px;
  font-family: "sheila", sans-serif;
  font-weight: normal;
  padding: 10px 0 1px;
  text-align: center;
}
p.our-team-designation {
  font-size: 16px;
  line-height: 20px;
  float: left;
  width: 100%;
  background: #77aabe;
  text-align: center;
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  text-transform: uppercase;
  padding: 10px 53px !important;
  float: left;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
}
.about-our-team-outer-shortcode
  .about-our-team-inner.even
  .our-team-contact-info {
  margin-bottom: 0;
}
.our-team-contact-info {
  float: left;
  width: 100%;
  margin: 8px 0;
  padding: 0 9px 0 17px;
}
.our-team-contact-info a.our-team-phone {
  color: #0d1319;
  font-family: "Libre Caslon Text", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  width: auto;
  float: left;
}
.our-team-contact-info a.our-team-linked,
.our-team-contact-info a.our-team-email {
  position: relative;
  width: 18px;
  height: 18px;
  background: url(../images/About_LN.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
  float: right;
  margin-left: 16px;
}
.our-team-contact-info a.our-team-email {
  width: 22px;
  height: 18px;
  background: url(../images/About_Contact.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.about-our-team-outer-shortcode .about-our-team-inner.featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 0 22px;
  padding: 0 31px 0 0;
}
.et_pb_section.about-ready-get-started-outer {
  min-height: 180px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #77aabe !important;
  background-image: url("../images/CustomerForm_Pattern3.png") !important;
  background-size: 100% !important;
  background-position: center !important;
}
/* .et_pb_section.about-ready-get-started-outer::before {
  content: "";
  background-image: url("../images/CustomerForm_Pattern2.svg");
  background-size: 100%;
  background-position: center;
} */
.about-our-team-outer-shortcode .about-our-team-inner.odd {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.about-ready-get-started-inner .et_pb_text_inner {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0.64px;
}
.et_pb_section.about-ready-get-started-outer .et_pb_column {
  width: 100% !important;
  margin: 0 !important;
}
.et_pb_section.about-ready-get-started-outer .et_pb_column .et_pb_text_inner a {
  color: #424448;
  letter-spacing: 0.64px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  min-width: 200px;
  float: left;
  padding: 11px 10px;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.et_pb_section.about-ready-get-started-outer
  .et_pb_column
  .et_pb_text_inner
  a:hover {
  background: transparent;
  color: #fff;
  outline: 1px solid #fff;
}
.et_pb_row.about-ready-get-started-inner {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  grid-gap: 0 51px;
}

.featured-outer {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 55px;
  margin-bottom: 75px;
}
.about-our-team-outer-shortcode .about-our-team-inner .feature_image {
  position: relative;
  height: 0;
  padding-bottom: 124.5%;
  float: left;
  width: 100%;
}
.about-our-team-outer-shortcode .about-our-team-inner .feature_image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.our-team-title-outer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  float: left;
  width: 100%;
}
.odd .our-team-title-outer p.our-team-title {
  order: 3;
  margin: 0 0 0px;
  padding: 5px 0 8px;
}
.about-our-team-outer-shortcode .even-odd-outer p.our-team-title {
  font-size: 26px;
  line-height: 37px;
}
.odd .our-team-title-outer p.our-team-designation {
  order: 2;
}
.odd .our-team-title-outer .our-team-contact-info {
  order: 1;
  margin-bottom: 3px;
}
/* === END OF ABOUT PAGE ===*/

/* === The PROCESS PAGE === */

.et_pb_row_inner.the-ros-process-images-inner {
  padding: 0;
  display: grid;
  grid-template-columns: 419px 138px;
  grid-template-areas: "imgone imgtwo";
  grid-gap: 0 4px;
}
.et_pb_section.the-ros-process-images-outer .et_pb_row .et_pb_column {
  width: 100%;
  margin: 0;
  padding: 0;
}
.et_pb_column.the-ros-process-col-one {
  grid-area: imgone;
}
.et_pb_column.the-ros-process-col-two {
  grid-area: imgtwo;
}
.the-ros-process-images-outer
  .et_pb_row_inner.the-ros-process-images-inner
  .et_pb_column {
  width: 100%;
  margin: 0;
}
.the-ros-process-col-two .et_pb_module span.et_pb_image_wrap {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.the-ros-process-col-two .et_pb_module span.et_pb_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.et_pb_row_inner.the-ros-process-images-inner
  .the-ros-process-large-image
  span.et_pb_image_wrap {
  height: 0;
  padding-bottom: 67%;
  position: relative;
}

.the-ros-process-images-outer
  .et_pb_row_inner.the-ros-process-images-inner
  .et_pb_column
  .et_pb_module {
  margin: 0;
  height: auto;
  width: 100%;
}
.the-ros-process-images-inner span.et_pb_image_wrap {
  height: 100%;
  float: left;
  width: 100%;
}
.the-ros-process-images-inner span.et_pb_image_wrap img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.et_pb_section.the-ros-process-images-outer .et_pb_row {
  padding: 0px 0px 0px;
  float: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px 86px;
  max-width: 1085px;
}
.the-ros-process-text h2 {
  padding: 0 0 18px;
  color: #75777b;
  line-height: 38px;
  font-weight: 600;
  font-size: 24px;
}
.the-ros-process-col-two .et_pb_module span.et_pb_image_wrap {
  margin: 0 0 4px;
}
.the-ros-process-col-two
  .et_pb_module.the-ros-process-right-bottom-image
  span.et_pb_image_wrap {
  margin: 0 !important;
}
.et_pb_section.the-ros-process-images-outer
  .et_pb_row
  .et_pb_column
  .the-ros-process-text {
  padding: 40px 0 30px;
}
body.page-id-20 .et_pb_section.about-embed-video-section-outer {
  margin-bottom: 0;
  padding: 58px 0 0px;
}
body.page-id-20
  .about-embed-video-section-outer
  .et_pb_module.about-lets-build-your-office-button {
  margin: 36px 0 0px !important;
  padding: 0px 0 38px;
}
.et_pb_section.the-ros-process-images-outer {
  background: #fcfbfd;
  overflow: hidden;
}
.et_pb_section.the-ros-process-images-outer.the-ros-process-images-first-outer {
  padding: 60px 0 0;
}
.et_pb_section.the-ros-process-images-last-outer {
  padding: 0 0 24px;
}
/* === END OF The PROCESS PAGE === */

/* === START OF THE GALLERY PAGE === */

body .et_pb_section .et_pb_row.ros-office-gallery-inner-section {
  padding: 0 22px;
}
.ros_office_furniture_gallery {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 46.7% 26% 26%;
  grid-template-rows: 1fr 69px 1fr;
  grid-gap: 8px;
  grid-template-areas:
    "large middletop endtop"
    "large middlebottom endtop"
    "large middlebottom endbottom";
}
.ros_office_furniture_gallery .furniture_gallery a img {
  object-fit: cover;
}
.furniture_gallery.large_image {
  grid-area: large;
}
.furniture_gallery.middle_bottom_image {
  grid-area: middletop;
}
.furniture_gallery.middle_top_image {
  grid-area: middlebottom;
}
.furniture_gallery.top_right_image {
  grid-area: endtop;
}
.furniture_gallery.bottom_right_image {
  grid-area: endbottom;
  z-index: 9;
}

.ros-office-gallery-outer-section .ros-office-gallery-title {
  margin: 0 0 !important;
}
.ros-office-gallery-outer-section .ros-office-gallery-title .et_pb_text_inner {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #424448;
  line-height: 40px;
  padding: 20px 0 42px;
}
.ros_office_furniture_gallery_title {
  grid-template-columns: 46.7% 26% 26%;
  display: grid;
  float: left;
  width: 100%;
  grid-gap: 8px;
  position: absolute;
  bottom: 48px;
  left: 0;
  grid-template-areas: "title title ...";
}
.ros_office_furniture_gallery_title .gallery_title {
  grid-area: title;
}
.ros_office_furniture_gallery_title .gallery_title h1 {
  padding: 10px 10px;
  font-size: 18px;
  color: #fcfbfd;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 0.72px;
  font-weight: 700;
  background: rgb(0 0 0 / 55%);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.ros_office_furniture_gallery_inner {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 45px;
}
div#more_posts {
  background: #424448;
  float: none;
  width: auto;
  min-width: 200px;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 10px;
  text-align: center;
  margin: 0 auto 45px;
  display: table;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 19px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
div#more_posts:hover {
  background: #0d1319;
}
.furniture_gallery.large_image a {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.furniture_gallery.large_image a img {
  position: absolute;
  top: 0;
  left: 0;
}
.ros_office_furniture_gallery .furniture_gallery a {
  float: left;
  width: 100%;
  height: 100%;
}
.ros_office_furniture_gallery .furniture_gallery.middle_top_image a,
.ros_office_furniture_gallery .furniture_gallery.top_right_image a {
  /* height: 0; */
  padding-bottom: 100%;
  position: relative;
}
.ros_office_furniture_gallery .furniture_gallery.middle_top_image a img,
.ros_office_furniture_gallery .furniture_gallery.top_right_image a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.furniture_gallery.middle_bottom_image a,
.furniture_gallery.bottom_right_image a {
  height: 100%;
  padding-bottom: 77.2%;
  position: relative;
}

.furniture_gallery.middle_bottom_image a img,
.furniture_gallery.bottom_right_image a img {
  position: absolute;
  top: 0;
  left: 0;
}
/* popup section */

body.page-id-22 .mfp-bg,
body.tax-gallery_category .mfp-bg {
  z-index: 9999999;
  opacity: 0.9;
}
body.page-id-22 .mfp-wrap.mfp-gallery,
body.tax-gallery_category .mfp-wrap.mfp-gallery {
  z-index: 999999999999;
}
body.page-id-22 .mfp-bottom-bar,
body.tax-gallery_category .mfp-bottom-bar {
  margin: -9px 0 0;
  text-align: center;
}
body.tax-gallery_category .mfp-bottom-bar .mfp-counter {
  display: none;
}
body.page-id-22 .mfp-bottom-bar span.magnificpopup-gallery-text,
body.tax-gallery_category .mfp-bottom-bar span.magnificpopup-gallery-text {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  float: left;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 22px;
}
body.page-id-22 .mfp-counter {
  display: none;
}
body.page-id-22 .mfp-auto-cursor .mfp-content button.mfp-close,
body.tax-gallery_category .mfp-auto-cursor .mfp-content button.mfp-close {
  color: #fff;
  opacity: 1;
}

body.page-id-22 button.mfp-arrow.mfp-arrow-left,
body.tax-gallery_category button.mfp-arrow.mfp-arrow-left {
  padding: 0;
  border-radius: 0;
  width: 14px !important;
  height: 22px !important;
  background: url(../images/Lightbox_Lt.png) no-repeat !important;
  background-size: contain !important;
  background-position: center;
  color: transparent;
  margin-top: 0px !important;
  line-height: 1em !important;
  left: 60px !important;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.page-id-22 button.mfp-arrow.mfp-arrow-right,
body.tax-gallery_category button.mfp-arrow.mfp-arrow-right {
  padding: 0;
  border-radius: 0;
  width: 14px !important;
  height: 22px !important;
  background: url(../images/Lightbox_Rt.png) no-repeat !important;
  background-size: contain !important;
  background-position: center;
  color: transparent;
  margin-top: 0px !important;
  line-height: 1em !important;
  right: 60px !important;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.page-id-22 button.mfp-arrow.mfp-arrow-right,
body.page-id-22 button.mfp-arrow.mfp-arrow-left,
body.tax-gallery_category button.mfp-arrow.mfp-arrow-right,
body.tax-gallery_category button.mfp-arrow.mfp-arrow-left {
  z-index: 9999;
}
body.page-id-22 button.mfp-arrow.mfp-arrow-right::before,
body.page-id-22 button.mfp-arrow.mfp-arrow-right::after,
body.page-id-22 button.mfp-arrow.mfp-arrow-left::after,
body.page-id-22 button.mfp-arrow.mfp-arrow-left::before,
body.tax-gallery_category button.mfp-arrow.mfp-arrow-right::before,
body.tax-gallery_category button.mfp-arrow.mfp-arrow-right::after,
body.tax-gallery_category button.mfp-arrow.mfp-arrow-left::after,
body.tax-gallery_category button.mfp-arrow.mfp-arrow-left::before {
  content: none;
}
body.page-id-22 .mfp-auto-cursor .mfp-content button.mfp-close,
body.tax-gallery_category .mfp-auto-cursor .mfp-content button.mfp-close {
  color: #fff;
  opacity: 1;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/Lightbox_Close.png) no-repeat !important;
  background-size: contain !important;
  background-position: center;
  color: transparent;
  font-size: 0;
  top: 55px;
  right: 58px;
}
body.page-id-22 .mfp-image-holder .mfp-content,
body.tax-gallery_category .mfp-image-holder .mfp-content {
  max-width: 100%;
  width: 100%;
  top: -22px;
}
body.page-id-22 .mfp-image-holder .mfp-content figure,
body.tax-gallery_category .mfp-image-holder .mfp-content figure {
  width: 100%;
  float: left;
}
body.page-id-22 .mfp-figure:after,
body.tax-gallery_category .mfp-figure:after {
  content: none;
}
body.page-id-22 .mfp-image-holder .mfp-content figure img.mfp-img,
body.tax-gallery_category .mfp-image-holder .mfp-content figure img.mfp-img {
  margin: 0 auto;
  display: table;
  float: none;
  height: 90vh;
  object-fit: contain;
  width: 70vw;
}
.ros-office-gallery-outer-section
  .ros-office-gallery-title
  .et_pb_text_inner
  h2 {
  font-weight: 700;
  padding: 0;
  color: #424448;
}
body.page-id-22
  .ros-office-gallery-outer-section
  .ros-office-gallery-title
  .et_pb_text_inner {
  padding: 24px 0 42px;
}
/* .ros_office_furniture_gallery .furniture_gallery.large_image a {
  height: 0;
} */
/* === END OF THE GALLERY PAGE === */

/* === 404 page === */

div#main-content.no_result_found {
  padding: 40px 65px 20px;
  text-align: center;
}
.no_result_found h1 {
  padding: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 44px;
}
.no_result_found div.news_page_left p {
  width: 100%;
  text-align: center;
  margin: 20px 0 30px;
}
.no_result_found div.news_page_left a {
  background: #77aabe;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 10.5px 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  min-width: 215px;
  width: auto;
}
.no_result_found div.news_page_left a:hover {
  background: #0d1319;
}
/* === End of 404 page === */

/* === product main page === */

.products-images-section-inner .et_pb_column {
  position: relative;
  width: 100%;
  margin: 0;
  float: left;
  overflow: hidden;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 50px;
}
.et_pb_section.products-images-section-outer .products-images-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 95px;
  padding: 0 134px;
}
.et_pb_section.products-images-section-outer
  .products-images-section-inner::after {
  content: none;
}
.products-images-section-inner .et_pb_column .et_pb_module {
  width: 100%;
  margin: 0;
  float: left;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  /* background-size: cover !important; */
}
.products-images-section-inner
  .et_pb_column
  .et_pb_module
  .et_pb_blurb_content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.products-images-section-inner
  .et_pb_column
  .et_pb_module
  .et_pb_blurb_content {
  max-width: 100%;
  float: left;
  width: 100%;
  height: 100%;
}
.page-id-24
  .about-embed-video-section-outer
  .et_pb_module.about-lets-build-your-office-button {
  padding: 44px 0 12px 3px;
  margin: 0 0 0 !important;
  justify-content: flex-start;
}
.products-images-section-inner .et_pb_column .et_pb_module h4 {
  font-size: 42px;
  color: #fff;
  width: 64.7%;
  height: 64.7%;
  float: left;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
  padding: 20px 12px 20px 16px;
  top: 47%;
  left: 47%;
  letter-spacing: 0.59px;
}
.products-images-section-inner .et_pb_column .et_pb_module h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0d1319;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.products-images-section-inner .et_pb_column .et_pb_module h4 span {
  z-index: 99;
}
.et_pb_section.about-embed-video-section-outer .et_pb_row {
  padding: 0 134px;
}
.et_pb_section.about-embed-video-section-outer
  .et_pb_row.funiture-services-text-row {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0px 78px;
}
.et_pb_section.about-embed-video-section-outer .et_pb_row {
  padding: 0 123px 0 134px;
}
.funiture-services-text-row h2 {
  color: #77aabe;
  line-height: 38px;
  font-weight: 600;
  text-align: left;
  padding: 0;
  font-size: 36px;
}
.funiture-services-text-row h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  color: #75777b;
  padding: 5px 0 0;
}
.funiture-services-text-row .et_pb_column {
  margin: 0;
  width: 100%;
  float: left;
}
.et_pb_section.about-embed-video-section-outer {
  padding: 85px 0 73px;
}
.products-images-section-inner .et_pb_column .et_pb_module h4::after {
  content: "";
  position: absolute;
  width: 97%;
  height: 97%;
  border: 4.67px solid #fff;
  left: 10px;
  top: 10px;
}
.about-embed-video-section-outer .et_pb_module {
  margin: 0 !important;
}
body.page-id-18
  .about-embed-video-section-outer
  .et_pb_module.about-lets-build-your-office-button {
  padding: 0;
  margin: 45px 0 0 !important;
}
body.page-id-18 .et_pb_section.about-embed-video-section-outer {
  padding: 57px 0 8px;
}
.about-embed-video-section-outer
  .et_pb_module.about-lets-build-your-office-button {
  margin: 36px 0 0 3px !important;
}
.about-lets-build-your-office-button .et_pb_text_inner {
  display: table;
  float: left;
}
.products-images-section-inner .et_pb_column .et_pb_module {
  background-size: cover !important;
  background-position: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-bottom: 0px;
  overflow: hidden;
}
.et_pb_section.products-images-section-outer {
  padding: 13px 0 0;
}

.products-images-section-inner
  .et_pb_column
  .et_pb_module.new-preonwed-furniture-image
  span.et_pb_image_wrap {
  width: 100%;
}
.products-images-section-inner
  .et_pb_column
  .et_pb_module.new-preonwed-furniture-image
  span.et_pb_image_wrap
  img {
  object-fit: cover;
}
.products-images-section-inner
  .et_pb_column
  .et_pb_module
  .et_pb_main_blurb_image {
  height: 100%;
  width: 100%;
}
.products-images-section-inner
  .et_pb_column
  .et_pb_module
  .et_pb_main_blurb_image
  span.et_pb_image_wrap {
  height: 100%;
  float: left;
  width: 100%;
}
.products-images-section-inner
  .et_pb_column
  .et_pb_module
  .et_pb_main_blurb_image
  span.et_pb_image_wrap
  img {
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.products-images-section-inner
  .et_pb_column
  .et_pb_module:hover
  .et_pb_main_blurb_image
  span.et_pb_image_wrap
  img {
  transform: scale(1.2);
}
/* === End of product main page === */

/* === product New === */

.ros_office_brand_logo_inner {
  width: auto;
  float: left;
}
.ros_office_brand_logo_outer {
  float: left;
  width: 100%;
}
.ros_office_brand_logo_outer {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 178px 40px;
}
.ros_office_brand_logo_inner img {
  object-fit: contain;
}
.ros_office_brand_logo_inner img {
  object-fit: contain;
  height: 37px;
}
.et_pb_section.brand-logo-shortcode-section-outer {
  background: #fcfbfd;
  padding: 135px 0 125px;
}
.et_pb_section.brand-logo-shortcode-section-outer
  .brand-logo-shortcode-section-row {
  padding: 0 20px;
}
.et_pb_module.about-lets-build-your-office-button {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  padding: 43px 0 55px;
}
/* === end of product new === */

/* === preowned ==== */

.preowned_category_types_section .preowned-category-types-inner {
  float: left;
  width: 100%;
}
.preowned-category-types-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 58px;
  align-items: center;
}
body .preowned_category_types_section .preowned_category_types_row {
  padding: 0 133px;
}
.preowned-category-types-inner h4 {
  color: #75777b;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 24px;
}
a.cat-viewmore {
  background: #bc9b6a;
  color: #ffff;
  min-width: 200px;
  float: left;
  width: auto;
  text-align: center;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin: 60px 0px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
a.cat-viewmore:hover {
  background: #0d1319;
}
.preowned-category-types-inner.even .category-image {
  order: 2;
}
.preowned-category-types-inner.even {
  grid-gap: 35px;
}
.preowned-category-types-inner .category-image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  float: left;
}
.preowned-category-types-inner .category-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.preowned-category-types-inner.even {
  grid-gap: 34px;
  padding: 0 0 0 57px;
}
.preowned-category-types-inner.odd {
  padding: 0 31px 0 0px;
}
.preowned-category-types-outer {
  float: left;
  width: 100%;
  padding: 0 0px 60px;
}
body .preowned-brand-logo-shortcode-outer {
  padding: 58px 0 127px;
}
/* end of pre owned */

.mfp-first .mfp-arrow-left {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.mfp-last .mfp-arrow-right {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

span.et_pb_scroll_top.et-pb-icon.et-visible {
  right: 21px;
}
span.et_pb_scroll_top.et-pb-icon.et-hidden {
  right: -50px;
}

/* ==== services === */

.services-content-module h2 {
  padding: 0 0 18px;
  font-size: 24px;
  color: #75777b;
  font-weight: 600;
  line-height: 38px;
}
.services-design-section-row .et_pb_column {
  margin: 0;
  width: 100%;
}
body .et_pb_section .et_pb_row.services-design-section-row {
  padding: 0 0px;
  max-width: 1083px;
}
.services-design-section-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 35px;
}
.about-embed-video-section-inner .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.et_pb_column.services-design-section-img span.et_pb_image_wrap {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.et_pb_column.services-design-section-img span.et_pb_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.services-design-section-row .et_pb_column span.et_pb_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.services-design-section-row .et_pb_column span.et_pb_image_wrap {
  width: 555px;
  height: 0;
  padding-bottom: 50.4%;
  position: relative;
  display: table;
  float: left;
}
.et_pb_section.services-design-section-outer {
  padding: 58px 0 0;
  background: #fcfbfd;
}
.services-design-section-row .et_pb_column.services-design-section-content {
  padding: 42px 40px 0 0;
}
.page-id-26 .et_pb_section.about-embed-video-section-outer {
  padding: 58px 0 0px;
}
.page-id-26
  .about-embed-video-section-outer
  .et_pb_module.about-lets-build-your-office-button {
  margin: 44px 0 37px !important;
  padding: 0;
}
.et_pb_section.services-design-section-outer:nth-last-child(3) {
  padding-bottom: 82px;
}
.et_pb_section.services-design-section-outer.services-section-design1 {
  padding: 60px 0 0;
}
.page-id-26 .et_pb_section.about-embed-video-section-outer .et_pb_row {
  padding: 0 76px 0 76px;
}
.page-id-26
  .about-embed-video-section-outer
  .et_pb_module.about-lets-build-your-office-button
  a.lets-btn-common {
  padding: 10.5px 16.5px;
}
/* === end of service page ==== */

/* === start of contact page ===*/

.contact-form-outer-inner h2 {
  color: #424448;
  font-size: 30px;
  text-align: left;
  font-weight: 700;
  line-height: 40px;
  padding: 23px 0 31px;
}
.contact-form-outer-inner .et_pb_column {
  width: 100%;
  margin: 0;
}
.contact-form-outer-inner .et_pb_column .contact-form-image-module {
  float: left;
  width: 100%;
  height: 100%;
}
.et_pb_section.contact-form-outer-section .contact-form-outer-inner {
  padding: 0 0 40px 130px;
  display: grid;
  grid-template-columns: 52% auto;
  grid-gap: 0 51px;
}
.contacts_form_outer_section {
  display: table;
  margin: 0;
  width: 100%;
}
.contacts_form_outer_section span.wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}
.contacts_form_outer_section span.wpcf7-form-control-wrap input {
  padding: 9px 10px;
  width: 100%;
  border: 1px solid #c5c4c2;
  border-radius: 0;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #75777b;
  font-family: "Montserrat", sans-serif;
}
.contact-address-section-inner .et_pb_column {
  width: 100%;
  margin: 0;
}
.contacts_form_outer_section div label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  margin: 0px 0 7px;
  float: left;
  width: 100%;
}
.contacts_form_outer_section span.wpcf7-form-control-wrap select {
  padding: 12.5px 10px;
  width: 100%;
  border: 1px solid #c5c4c2;
  color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgaWQ9IkxheWVyXzEiICAgZGF0YS1uYW1lPSJMYXllciAxIiAgIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIiAgIHZlcnNpb249IjEuMSIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIgICBzb2RpcG9kaTpkb2NuYW1lPSJkb3dubG9hZC5zdmciPiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGE0MjAyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMjciICAgICBpZD0ibmFtZWR2aWV3NDIwMCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209Ijg0LjMiICAgICBpbmtzY2FwZTpjeD0iMi40NzQ5OTk5IiAgICAgaW5rc2NhcGU6Y3k9IjUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy15PSIyNyIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIiAvPiAgPGRlZnMgICAgIGlkPSJkZWZzNDE5MCI+ICAgIDxzdHlsZSAgICAgICBpZD0ic3R5bGU0MTkyIj4uY2xzLTJ7ZmlsbDojNDQ0O308L3N0eWxlPiAgPC9kZWZzPiAgPHRpdGxlICAgICBpZD0idGl0bGU0MTk0Ij5hcnJvd3M8L3RpdGxlPiAgPHBvbHlnb24gICAgIGNsYXNzPSJjbHMtMiIgICAgIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIiAgICAgaWQ9InBvbHlnb240MTk4IiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIgLz48L3N2Zz4=)
    no-repeat 101% 50%;
  padding-right: 20px;
  border-radius: 0;
  height: 43px;
}

.contacts_form_outer_section span.wpcf7-form-control-wrap span.holder {
  position: absolute;
  left: 0;
  padding: 12.5px 43px 12.5px 10px;
}
.contacts_form_outer_section span.wpcf7-not-valid-tip {
  display: none;
}
.contacts_form_outer_section div label span {
  color: #bc9b6a;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 0 4px;
  font-weight: 700;
}
.contacts_form_outer_section .contact_names,
.contacts_form_outer_section .contact_citystates {
  float: left;
  width: 100%;
  display: grid;
  grid-gap: 21px;
  grid-template-columns: 1fr 1fr;
}
.contacts_form_outer_section span.wpcf7-form-control-wrap textarea {
  border: 1px solid #c5c4c2;
  height: 88px;
  width: 100%;
  resize: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 10px;
  color: #75777b;
  font-family: "Montserrat", sans-serif;
}
.contacts_form_outer_section span.wpcf7-form-control-wrap span.holder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.contacts_form_outer_section span.wpcf7-form-control-wrap span.holder::before {
  content: "";
  background: transparent;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 999;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid black;
  border-radius: 4px;
}
.contacts_form_outer_section span.wpcf7-form-control-wrap.states ul.select_ul {
  padding: 10px 20px;
  background: #fff;
  position: relative;
  z-index: 99;
  border: 1px solid #c5c4c2;
  border-top: 0;
}
.contacts_form_outer_section
  span.wpcf7-form-control-wrap
  span.holder
  span.holderlabel {
  display: none;
}
.contacts_form_outer_section
  span.wpcf7-form-control-wrap.states
  ul.select_ul
  li {
  list-style: none;
  padding: 0 0 13px;
  cursor: pointer;
}
.contacts_form_outer_section .contactsubmit {
  float: left;
  width: 100%;
  position: relative;
}
.contacts_form_outer_section .contactsubmit input {
  background: #424448;
  color: #fff;
  border: 0;
  padding: 12.5px 18px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  display: table;
  cursor: pointer;
  border: 1px solid #424448;
}
.contacts_form_outer_section p.contact_text {
  float: left;
  width: 100%;
  margin: 27px 0 34px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.contact-address-section-outer .et_pb_row.contact-address-section-inner {
  padding: 88px 133px 83px;
  background: #fcfbfd;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.contact-address-section-inner h2.contact-head {
  color: #75777b;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
  padding: 0 0 42px;
}
.contact-address-section-inner p.contact-address {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  color: #424448;
}
.contact-address-section-inner a.contact-phone {
  color: #424448;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.contact-address-section-inner a.contact-mail {
  font-size: 24px;
  color: #424448;
  line-height: 29px;
  font-weight: 400;
}
.contact-address-section-inner .et_pb_text_inner p {
  padding: 0;
  color: #424448;
  width: 100%;
}
.contact-address-section-inner p.contact-appointments {
  text-align: center;
  font-family: "Libre Caslon Text", serif;
  color: #75777b;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 0;
  padding: 0 10px;
}
.address-image-module span.et_pb_image_wrap {
  height: 0;
  padding-bottom: 71.6%;
  float: left;
  width: 100%;
  position: relative;
}
.address-image-module span.et_pb_image_wrap img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.contacts_form_outer_section .contactsubmit span.wpcf7-spinner {
  position: absolute;
  top: 57px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.contact-form-outer-code form .wpcf7-response-output {
  width: 100%;
  margin: 40px 0 0;
  text-align: center;
  float: left;
}
.contact-form-outer-code form.wpcf7-form.invalid .wpcf7-response-output {
  border-color: #ff0000;
  font-size: 14px;
}
.contact-phone-outer label,
.contact-email-outer label {
  width: 66px;
  float: left;
  color: #424448;
  text-align: right;
  margin: 2px 20px 0 0;
  font-size: 14px;
  line-height: 18px;
}
.contact-phone-outer {
  margin: 40px 60% 9px;
  display: flex;
  align-items: center;
  min-width: 313px;
}
.contact-email-outer {
  display: flex;
  align-items: center;
  min-width: 313px;
}
.contact-address-section-inner .address-content-module .et_pb_text_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contacts_form_outer_section
  span.wpcf7-form-control-wrap
  input.wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.contact-form-image-module span.et_pb_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.contact-form-image-module span.et_pb_image_wrap {
  height: 816.14px;
  padding-bottom: 0%;
  position: relative;
  width: 100%;
}

/* === end of contact page ====*/

/* === gallery detail page === */

.gallery-category-title h2 {
  color: #424448;
  font-weight: 700;
  text-align: center;
  padding: 18px 0 0;
}
.gallery-category-title h4 {
  padding: 5px 0 17px;
  font-size: 22px;
  color: #75777b;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
}
.gallery-category-outer {
  padding: 0 22px;
  float: left;
  width: 100%;
}
div#cat_more_posts {
  min-width: 200px;
  background: #424448;
  float: none;
  margin: 0 auto 44px;
  display: table;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
div#cat_more_posts:hover {
  background: #0d1319;
}
.term-16 .mfp-bg {
  z-index: 9999999;
}
.term-16 .mfp-wrap.mfp-gallery {
  z-index: 999999999;
}
/* === end of gallery detail page == */

/* ==== customer form === */
.customer_form_outer_section label span {
  color: #bc9b6a;
  font-size: 20px;
  font-weight: 700;
}
.customer_form_outer_section label,
.customer_form_outer_section label span.wpcf7-list-item-label {
  color: #75777b;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  float: left;
  text-align: left;
  margin: 0 0 4px;
  text-transform: uppercase;
  font-weight: 400;
}
.customer_seating label {
  text-transform: none;
}
.customer_form_outer_section span.select-wrapper select {
  width: 100%;
  padding: 10px 15px 10px 13px;
  border: 1px solid #c5c4c2;
  min-height: 44px;
  height: 44px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #75777b;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 400;
  /* -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0; */

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgaWQ9IkxheWVyXzEiICAgZGF0YS1uYW1lPSJMYXllciAxIiAgIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIiAgIHZlcnNpb249IjEuMSIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIgICBzb2RpcG9kaTpkb2NuYW1lPSJkb3dubG9hZC5zdmciPiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGE0MjAyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMjciICAgICBpZD0ibmFtZWR2aWV3NDIwMCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209Ijg0LjMiICAgICBpbmtzY2FwZTpjeD0iMi40NzQ5OTk5IiAgICAgaW5rc2NhcGU6Y3k9IjUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy15PSIyNyIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIiAvPiAgPGRlZnMgICAgIGlkPSJkZWZzNDE5MCI+ICAgIDxzdHlsZSAgICAgICBpZD0ic3R5bGU0MTkyIj4uY2xzLTJ7ZmlsbDojNDQ0O308L3N0eWxlPiAgPC9kZWZzPiAgPHRpdGxlICAgICBpZD0idGl0bGU0MTk0Ij5hcnJvd3M8L3RpdGxlPiAgPHBvbHlnb24gICAgIGNsYXNzPSJjbHMtMiIgICAgIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIiAgICAgaWQ9InBvbHlnb240MTk4IiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIgLz48L3N2Zz4=)
    no-repeat 101% 50%;
  padding-right: 20px;
  border-radius: 0;
}
.customer_form_outer_section span.select-wrapper span.holder::before {
  content: "";
  background: transparent;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 999;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid black;
  border-radius: 4px;
}
.customer_form_outer_section ul.select_ul li:first-child {
  display: none;
}
.customer_form_outer_section span.select-wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 22px;
}
.customer_form_outer_section span.select-wrapper span.holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 11px 14px;
}
.customer_form_outer_section ul.select_ul li {
  list-style: none;
  padding: 0px 0 14px;
  cursor: pointer;
}
.customer_form_outer_section ul.select_ul {
  padding: 20px 15px 5px;
  border: 1px solid #c5c4c2;
  border-top: 0;
}
.customer_submit input {
  background: #424448;
  color: #fff;
  border: 0;
  padding: 12.5px 18px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  display: table;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px solid #424448;
}
.customer_submit input:hover {
  background: #fff;
  color: #424448;
}
.customer_form_outer_section {
  width: 874px;
  margin: 0 auto;
  display: table;
}
body.page-id-61 .about-welcome-section-outer {
  padding: 45px 0 30px;
}
.customer_form_inner .wpcf7-form.invalid .wpcf7-response-output,
.customer_form_inner .wpcf7-form.sent .wpcf7-response-output {
  margin: 0 auto 14px;
  padding: 7px 10px;
  width: 874px;
  display: table;
  text-align: center;
  border: 2px solid #ff0000;
}
.customer_form_inner .wpcf7-form.sent .wpcf7-response-output {
  border: 2px solid #46b450;
}
.et_pb_module.thankyou-text p {
  padding: 0;
  text-align: center;
}
.customer_form_outer_section span.select-wrapper span.holder span.holderlabel,
.customer_form_outer_section span.select-wrapper span.holder span.holdertext {
  display: none;
}

.customer_form_outer_section input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
  position: relative;
  left: 0px;
  top: 0px;
  border: 0 !important;
  background: transparent;
  padding: 0px;
  cursor: pointer;
  margin: 0 17px 0 0;
}
.customer_form_outer_section input[type="radio"]:before {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #c5c4c2 !important;
  content: "";
  background: #fff;
  top: 50%;
  left: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 4px;
}
.customer_form_outer_section input[type="radio"]:checked:before {
  background: #bc9b6a;
}
.customer_form_outer_section input[type="radio"]:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 4px;
  height: 12px;
  border: solid white;
  border-width: 0 3.5px 3.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.customer_form_outer_section input[type="radio"]:checked:after {
  opacity: 1 !important;
}
.customer_submit {
  margin: 35px 0 13px;
}
.customer_form_outer_section span.wpcf7-list-item {
  margin: 0;
}
.customer_form_outer_section .customer_conference label,
.customer_form_outer_section .customer_training label,
.customer_form_outer_section .customer_storage label {
  margin: 0px 23px 0 0;
  display: flex;
  align-items: center;
  padding: 0px 0px 12px 0;
  gap: 0px;
  text-transform: uppercase;
}
.customer_training label,
.customer_conference label,
.customer_form_outer_section .customer_qty label:nth-child(4) {
  text-transform: none !important;
}
.customer_form_outer_section .customer_conference .wpcf7-list-item label,
.customer_form_outer_section .customer_training .wpcf7-list-item label,
.customer_form_outer_section .customer_storage .wpcf7-list-item label {
  padding: 0;
}
.customer_training,
.customer_conference {
  margin: 0px 0 22px;
  float: left;
  width: 100%;
}
.customer_conference span.wpcf7-form-control.wpcf7-radio,
.customer_training span.wpcf7-form-control.wpcf7-radio,
.customer_storage span.wpcf7-form-control.wpcf7-radio {
  margin: 0 0 0px 7px;
}
.customer_form_outer_section .customer_qty label:nth-child(3) {
  text-transform: capitalize;
  margin: 9px 0 4px;
}
.customer_form_outer_section span.wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  display: none;
}
.customer_form_outer_section span.select-wrapper select.wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.customer_form_outer_section span.select-wrapper span.holder::after {
  content: "";
  position: absolute;
  height: 41px;
  width: 31px;
  background: white;
  right: 1px;
  top: 1px;
}
.customer_submit span.wpcf7-spinner {
  left: 47.3%;
  top: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
/* === End of customer form ===*/

/* === review === */

.et_pb_module.thankyou-text {
  padding: 40px 0 31px;
  border-top: 6px solid #bc9b6a;
  border-bottom: 6px solid #bc9b6a;
}
.page-id-618 .et_pb_section.about-welcome-section-outer {
  padding: 26px 0 0;
}
.review_form_outer_section {
  float: none;
  width: 857px;
  margin: 0 auto;
}
.review_form_outer_section .starating label {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  float: left;
  text-align: center;
  margin: 53px 0 0;
  text-transform: none;
  color: #707070;
}
.review_form_outer_section .starating .uacf7-rating label {
  width: auto;
  margin: 0px 0 0;
  display: flex;
  grid-gap: 0px;
}
.review_form_outer_section .starating .rating {
  width: 100%;
  text-align: center;
  float: left;
}
.review_form_outer_section .starating .rating i.far.fa-star {
  font-size: 50px;
  display: none;
}
.review_form_outer_section label {
  color: #75777b;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 26px 0 9px;
}
.review_form_outer_section label span {
  color: #bc9b6a;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 4px;
}
.review_form_outer_section .starating span.icon {
  margin: 0 10px 0 10px;
}
.review_form_outer_section .experience label {
  margin-top: 0;
}
.review_form_outer_section input,
.review_form_outer_section textarea {
  border: 1px solid #c5c4c2;
  width: 100%;
  float: left;
  display: table;
  padding: 11.5px 11px;
  font-size: 16px;
  line-height: 19px;
}
.review_form_outer_section textarea {
  height: 173px;
  resize: none;
}
.review_form_outer_section .experience label {
  margin-top: 0;
}
.contact_checkbox .last {
  margin: 0;
}
.contact_checkbox .last span.wpcf7-list-item-label {
  font-size: 14px;
  float: left;
  line-height: 18px;
  color: #707070;
  font-weight: 400;
  text-transform: none;
}
.contact_checkbox .last input[type="checkbox"] {
  float: left;
  width: auto;
  display: table;
}
.contactsubmit input {
  background: #424448;
  color: #fff;
  border: 0;
  padding: 12.5px 18px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  display: table;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px solid #424448;
  width: auto;
  float: none;
}
.contactsubmit input:hover {
  background: #fff;
  color: #424448;
}
.star_reviews_code_inner {
  border: 1px solid #c5c4c2;
  padding: 29px 26px 29px;
  background: #fff;
}
.star_reviews_code_inner .star_reviews_description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.star_reviews_code_inner .star_reviews_description p {
  color: #707070;
}
/* .star_reviews_code_outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}  */
.star_reviews_code_outer.reviews-grid {
  display: table;
  width: 100%;
}
/* .star_reviews_code_outer .star_reviews_code_inner.grid-item {
  width: 350px;
  margin-bottom: 10px;
} */
.star_reviews_code_outer .star_reviews_name h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 26px 0 10px;
  color: #707070;
}
.et_pb_section.review-section-outer .review-section-inner {
  padding: 27px 22px 38px;
  background: #fcfbfd;
}
.review_form_outer_section .starating .uacf7-rating {
  height: auto;
  line-height: normal;
  margin: 53px 0 65px;
}
.review_form_outer_section .starating span.icon {
  height: auto;
  float: left;
  position: relative;
  width: auto;
}
.review_form_outer_section .starating span.icon::before {
  content: "";
  width: auto;
}

.contact_checkbox .last input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  position: relative;
  left: 0px;
  top: 0px;
  border: 0 !important;
  background: transparent;
  padding: 0px;
  cursor: pointer;
}
.contact_checkbox .last input[type="checkbox"]:before {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #c5c4c2 !important;
  content: "";
  background: #fff;
  top: 50%;
  left: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 4px;
}
.contact_checkbox .last input[type="checkbox"]:checked:before {
  background: #bc9b6a;
}
.contact_checkbox .last input[type="checkbox"]:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 4px;
  height: 12px;
  border: solid white;
  border-width: 0 3.5px 3.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.contact_checkbox .last input[type="checkbox"]:checked:after {
  opacity: 1 !important;
}
.contact_checkbox .last label {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  grid-gap: 28px;
  width: 76%;
  margin: 48px auto 37px;
  float: none;
}
.review_form_outer_section span.wpcf7-not-valid-tip {
  float: left;
  width: auto;
  display: none;
}
.et_pb_module.review_form_section_code
  .wpcf7
  form.invalid
  .wpcf7-response-output {
  border-color: #ff0000;
}
.review_form_outer_section .starating span.icon {
  position: relative;
  width: 83px;
  height: 80px;
}
.review_form_outer_section .starating span.icon::before {
  content: "";
  position: absolute;
  width: 83px;
  height: 80px;
  top: 0;
  left: 0;
  background: url("../images/Review_Star.png");
  background-size: 100%;
  opacity: 1;
}
.review_form_outer_section .starating span.icon::after {
  content: "";
  position: absolute;
  width: 83px;
  height: 80px;
  top: 0;
  left: 0;
  background: url("../images/Review_Star (Hover State).png");
  background-size: 100%;
  opacity: 0;
}
.uacf7-rating:not(:hover) label input:checked ~ .icon::after,
.uacf7-rating:hover label:hover input ~ .icon::after {
  opacity: 1;
}
/* .uacf7-rating:not(:hover) label input:checked ~ .icon::after,
.uacf7-rating:hover label:hover input ~ .icon::after {
  opacity: 0;
} */
.review_form_outer_section input.wpcf7-not-valid {
  border: 1px solid #ff0000;
}
body.page-id-618 .et_pb_section.about-welcome-section-outer .et_pb_column {
  max-width: 1110px;
  width: 100%;
}
.et_pb_section.review_form_section_outer {
  padding: 0 0 8px;
}
.et_pb_module.review_form_section_code .wpcf7-response-output {
  width: 863px;
  margin: 0 auto;
  text-align: center;
}
.review_form_section_code .contactsubmit span.wpcf7-spinner {
  left: 47%;
  top: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
div#view_posts {
  background: #bc9b6a;
  float: none;
  width: auto;
  min-width: 200px;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 10px;
  text-align: center;
  margin: 80px auto 0px;
  display: table;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 19px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
div#view_posts:hover {
  background: #0d1319;
}
.et_pb_section.home-new-arrivals-section {
  padding: 0 !important;
}
.et_pb_section.home-new-arrivals-section .et_pb_row.home-new-arrivals-row {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.star_reviews_outer {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}
.star_reviews_outer span.active:hover::before {
  background: transparent;
}
.star_reviews_outer span.active::before {
  content: "";
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  top: 0;
  left: 0;
  background: url("../images/Review_Star (Hover State).png");
  background-size: 12px;
  background-repeat: no-repeat;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.star_reviews_outer div {
  position: relative;
  float: left;
  width: 100%;
}
.star_reviews_outer span {
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 7px 0 0;
  position: relative;
  top: 0;
  left: 0;
  background: url(../images/Review_Star_mini.png);
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.star_reviews_outer span:hover {
  background: transparent;
}
.star_reviews_outer span::after {
  content: "";
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/Review_Star (Hover State).png");
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.star_reviews_outer span:hover::after {
  opacity: 1;
  transform: scale(4.8);
  -webkit-transform: scale(4.8);
  left: 20px;
  top: 22px;
}

/*=== end of review ===*/
