/*------------- Google Fonts ------------------------*/
/*------------- Custom Fonts - Typography ------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&family=Open+Sans:wght@400;600;700&display=swap");
/*------------- Variables ----------------------------*/
/* Brand Colours */
/* Gray Colours */
/*------------- Mixins -------------------------------*/
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

html,
body,
body div,
span,
a,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
time,
mark,
audio,
video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0; }

.chat_icon {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0; }
  .chat_icon a {
    display: inline-block;
    flex-basis: 20%; }
  .chat_icon img {
    display: flex;
    margin: auto;
    width: 80%; }
  .chat_icon span {
    font-weight: 600; }

/*------------- Base Styles --------------------------*/
body {
  background: white;
  color: #323233;
  font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  position: relative; }

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.125rem; }

img, video {
  height: auto;
  max-width: 100%;
  width: 100%; }

.show {
  background: rgba(255, 255, 255, 0.95);
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.g-recaptcha {
  margin-bottom: 1rem; }

.error {
  color: #ff0000;
  font-size: .8rem; }

.alert-success {
  align-items: center;
  background: #d7efd5;
  color: #3c9035;
  display: flex;
  font-weight: 600;
  height: 5rem;
  margin: -3% auto 3%;
  padding: 1rem 2rem;
  position: relative;
  width: 85%;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }
  .alert-success button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 2.5rem;
    opacity: .5;
    position: absolute;
    right: 2%;
    top: 20%; }
  .alert-success a {
    color: #373d3f;
    font-weight: 600;
    margin-left: .5rem;
    text-decoration: none; }

.message-success {
  background: #d7efd5;
  color: #3c9035;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }

.message-error {
  background: #ffcccc;
  color: #cc0000;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }

:-moz-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

::-moz-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

:-ms-input-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

::-webkit-input-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

::placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

.check_out_form {
  margin: 1rem 0 0; }

.cash_on_delivery_label {
  display: flex; }

input[type="radio"] {
  margin-right: .5rem; }

.form-group-flex {
  display: block; }

.form-group {
  position: relative; }
  .form-group i {
    color: #a9a9a9;
    font-size: 1.05rem;
    right: 10px;
    position: absolute;
    top: 41px; }

.form-group:not(:last-child) {
  margin-bottom: 1rem; }

label {
  color: rgba(50, 50, 51, 0.7);
  display: block;
  font-size: .85rem;
  margin-bottom: .15rem; }
  label span {
    color: #e93f00; }

input[type="text"],
input[type="password"],
input[type="email"],
select {
  background: #ffffff;
  border: 1px solid #a9a9a9;
  color: rgba(50, 50, 51, 0.7);
  font-size: .9rem;
  height: 3rem;
  padding: .5rem;
  width: 100%;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  select:focus {
    border: 2px solid #b6b6b6;
    outline: 0; }

textarea {
  background: #ffffff;
  border: 1px solid rgba(169, 169, 169, 0.7);
  color: rgba(50, 50, 51, 0.7);
  font-size: .9rem;
  padding: .5rem;
  resize: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  textarea:focus {
    outline: 0; }

.description {
  height: 5rem; }

.input-textarea-small {
  display: block;
  height: 15rem;
  width: 100%; }

input[type="submit"] {
  background: #fc0f17;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: .7rem;
  letter-spacing: .035rem;
  padding: 1.15rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  input[type="submit"]:hover {
    background: #a9a9a9;
    color: #ffffff; }

.error-page {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 85%; }

/* ---------------- Social Media Brand Colors -------------- */
.fa-facebook-official,
.fa-facebook,
.fa-facebook-square {
  color: #1877f2; }

.fa-instagram {
  color: #fd1d1d; }

.fa-twitter,
.fa-twitter-square {
  color: #1da1f2; }

.fa-linkedin,
.fa-linkedin-square {
  color: #0077b5; }

ul.pagination {
  display: flex;
  list-style-type: none;
  margin: 5% auto 0;
  width: 85%; }
  ul.pagination .page-item {
    background-color: rgba(169, 169, 169, 0.5);
    padding: .65rem 1rem; }
  ul.pagination .page-item:not(:last-child) {
    border-right: 1px solid rgba(1, 10, 75, 0.35); }
  ul.pagination .page-item .page-link {
    color: #323233 !important;
    text-decoration: none !important; }
  ul.pagination .page-item.active {
    background-color: #010a4b; }
  ul.pagination .page-item.active .page-link {
    color: #ffffff !important;
    font-weight: 600; }
  ul.pagination .page-item.active a.page-link {
    background-color: #010a4b; }

.page_of_no {
  margin: 2rem 0 1rem; }

/* FAQ Wrapper */
.faq-container {
  margin: 3% auto;
  width: 65%; }

.faq:not(:last-child) {
  margin: 0 0 2rem; }

.faq-title {
  cursor: pointer;
  position: relative;
  /* Horizontal line underneath the title */ }
  .faq-title:after {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0; }
  .faq-title:before {
    background: #232323;
    bottom: 0;
    content: '';
    left: 0;
    height: 1px;
    opacity: .35;
    position: absolute;
    width: 100%; }

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out; }

.faq-content p {
  font-size: 1.35rem;
  padding: 1rem 0; }

.faq.activeFaq .faq-content {
  /* background: #ececec; */
  max-height: 500px; }

.faq.activeFaq .faq-title:after {
  content: '\f068'; }

table thead tr th,
table tbody tr td {
  border: 1px solid #010a4b;
  padding: .5rem; }

table {
  border-collapse: collapse;
  width: 100%; }
  table thead {
    background: #fefefe;
    color: rgba(50, 50, 51, 0.85);
    text-transform: uppercase; }
    table thead tr th {
      background-color: #010a4b;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 800;
      letter-spacing: .035rem;
      white-space: nowrap; }

table tr:nth-child(even) {
  background: rgba(50, 50, 51, 0.15); }

table tr td {
  font-size: 1rem; }
  table tr td span {
    display: block; }

table td img {
  padding: 0;
  width: 60%; }

table td i {
  font-size: 1.15rem;
  text-align: center;
  vertical-align: middle; }

table td i.fa-pencil {
  color: #010a4b; }

table td input[type="number"] {
  border: 1px solid rgba(169, 169, 169, 0.75);
  height: 2.5rem;
  padding: 0 .75rem;
  width: 5rem; }

.shop_furniture_empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

hr.h_rule {
  border: 0;
  border-top: 1px solid rgba(1, 10, 75, 0.25);
  display: block;
  height: 1px;
  margin-bottom: 3rem;
  width: 100%; }

.margin_option {
  margin: 3rem 0; }

span.code {
  color: crimson;
  display: block;
  font-weight: 600;
  margin: 0 0 1rem; }

/*------------- Admin Area Styling ----------------------------*/
.message-success {
  background: #d7efd5;
  color: #3c9035;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  border-radius: 0.3rem; }

ul li {
  list-style-type: none; }

#admin-header {
  background: #ffffff;
  display: block;
  width: 100%; }
  #admin-header .admin-header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1rem 0;
    width: 90%; }
  #admin-header .admin-header-logo img {
    display: block;
    margin: 0;
    width: 20%; }
  #admin-header .user-profile {
    cursor: pointer;
    position: relative; }
    #admin-header .user-profile img {
      display: block;
      margin-left: auto;
      margin-top: 1rem;
      width: 30%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
  #admin-header .user-profile-drop {
    background: #ffffff;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 4.85rem;
    width: 13rem;
    z-index: 10;
    -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
    -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
    -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
    box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    #admin-header .user-profile-drop ul li {
      list-style: none;
      padding: .65rem 0; }
      #admin-header .user-profile-drop ul li:not(:last-child) {
        border-bottom: 1px solid #e4e4e4; }
      #admin-header .user-profile-drop ul li a {
        color: #323233;
        font-size: .9rem;
        padding: 0 1rem;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #admin-header .user-profile-drop ul li a:hover {
        color: #373d3f; }
  #admin-header .user-profile-drop.show-profile {
    display: block; }

#body-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%; }
  #body-content .sidebar-menu {
    background: #31353D;
    flex: 1 0 17%;
    min-height: 100vh;
    position: relative; }
    #body-content .sidebar-menu .sidebar-dropdown,
    #body-content .sidebar-menu .sidebar-dropdown-none {
      background: #31353D;
      border-bottom: 1px solid rgba(169, 169, 169, 0.3);
      cursor: pointer;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      width: 100%; }
      #body-content .sidebar-menu .sidebar-dropdown:last-of-type,
      #body-content .sidebar-menu .sidebar-dropdown-none:last-of-type {
        border-bottom: 0; }
      #body-content .sidebar-menu .sidebar-dropdown:hover,
      #body-content .sidebar-menu .sidebar-dropdown-none:hover {
        background: #363a43; }
      #body-content .sidebar-menu .sidebar-dropdown span,
      #body-content .sidebar-menu .sidebar-dropdown-none span {
        display: inline-block; }
    #body-content .sidebar-menu ul {
      position: relative; }
    #body-content .sidebar-menu li.sidebar-dropdown:first-of-type,
    #body-content .sidebar-menu li.sidebar-dropdown:first-child {
      background: #010a4b;
      border-bottom: 1px solid rgba(50, 50, 51, 0.3); }
      #body-content .sidebar-menu li.sidebar-dropdown:first-of-type i,
      #body-content .sidebar-menu li.sidebar-dropdown:first-child i {
        color: #ffffff;
        font-size: 1.7rem; }
      #body-content .sidebar-menu li.sidebar-dropdown:first-of-type a,
      #body-content .sidebar-menu li.sidebar-dropdown:first-child a {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: .1rem; }
        #body-content .sidebar-menu li.sidebar-dropdown:first-of-type a:hover > i::before,
        #body-content .sidebar-menu li.sidebar-dropdown:first-child a:hover > i::before {
          animation: swing ease-in-out 0.5s 1 alternate;
          display: inline-block; }
        #body-content .sidebar-menu li.sidebar-dropdown:first-of-type a::after,
        #body-content .sidebar-menu li.sidebar-dropdown:first-child a::after {
          content: ''; }
    #body-content .sidebar-menu a {
      color: #b3b3b3;
      display: block;
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .07rem;
      padding: 1rem 1rem;
      position: relative;
      text-decoration: none; }
      #body-content .sidebar-menu a i {
        color: #d9d9d9;
        font-size: 1.15rem; }
      #body-content .sidebar-menu a:hover {
        color: white; }
      #body-content .sidebar-menu a:hover > i::before {
        animation: swing ease-in-out 0.5s 1 alternate;
        color: #ffffff;
        display: inline-block; }
    #body-content .sidebar-menu .sidebar-dropdown > a::after {
      color: #999999;
      content: '\f105';
      font-family: FontAwesome;
      position: absolute;
      right: 1.75rem;
      top: .9rem;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu {
      background: #3c414b;
      display: none;
      margin: 0;
      padding: 0;
      position: relative;
      width: 100%;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu.active {
      display: block; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
      margin: 0;
      padding: 0; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li {
      padding-left: 1.5rem;
      font-size: .8rem; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a {
      padding: .7rem 0; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a::before {
      content: '\f111';
      font-family: FontAwesome;
      margin-right: .5rem;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:hover::before {
      color: #ffffff; }
    #body-content .sidebar-menu .sidebar-dropdown.active > a::after {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    #body-content .sidebar-menu .sidebar-dropdown.active > a {
      color: #ffffff; }
    #body-content .sidebar-menu .sidebar-dropdown.active,
    #body-content .sidebar-menu .sidebar-dropdown.active:hover,
    #body-content .sidebar-menu .sidebar-submenu.active:focus {
      background: #31353D !important; }
    #body-content .sidebar-menu ul li a i {
      margin-right: .5rem; }
    #body-content .sidebar-menu ul li ul li a {
      font-size: .75rem; }
  #body-content .main-content {
    background: rgba(2, 16, 116, 0.05);
    flex: 1 0 83%;
    padding: 3rem 3.5rem; }
  #body-content .main-content .welcome {
    margin: 0 0 2rem;
    width: 100%; }
    #body-content .main-content .welcome h1 {
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .015rem;
      text-transform: uppercase; }
    #body-content .main-content .welcome span {
      color: #7e7e80;
      display: inline-block;
      font-weight: 300; }
  #body-content .main-content .dashboard {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0; }
  #body-content .dashboard_summary {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    padding: 2rem 0 1rem; }
    #body-content .dashboard_summary h2 {
      font-size: 1.25rem;
      margin: 0 0 1.15rem;
      position: relative; }
      #body-content .dashboard_summary h2:after {
        background-color: #030202;
        bottom: -.5rem;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 10%; }
    #body-content .dashboard_summary .next_steps,
    #body-content .dashboard_summary .categories,
    #body-content .dashboard_summary .products,
    #body-content .dashboard_summary .orders {
      flex: 1 0 31%;
      height: auto;
      overflow: hidden;
      padding: 2rem;
      position: relative; }
    #body-content .dashboard_summary .next_steps {
      background: rgba(55, 61, 63, 0.1); }
    #body-content .dashboard_summary .products {
      background: rgba(222, 1, 121, 0.5); }
    #body-content .dashboard_summary .categories {
      background: rgba(1, 10, 75, 0.35); }
    #body-content .dashboard_summary .orders {
      background: rgba(1, 10, 75, 0.1); }
    #body-content .dashboard_summary .orders i,
    #body-content .dashboard_summary .categories i,
    #body-content .dashboard_summary .products i {
      font-size: 7rem;
      opacity: .15;
      position: absolute;
      right: -5%;
      top: 25%; }
    #body-content .dashboard_summary .next_steps_content,
    #body-content .dashboard_summary .latest_blog_content {
      min-height: 100%; }
      #body-content .dashboard_summary .next_steps_content li,
      #body-content .dashboard_summary .next_steps_content a,
      #body-content .dashboard_summary .latest_blog_content li,
      #body-content .dashboard_summary .latest_blog_content a {
        color: #030202;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none; }
        #body-content .dashboard_summary .next_steps_content li:hover,
        #body-content .dashboard_summary .next_steps_content a:hover,
        #body-content .dashboard_summary .latest_blog_content li:hover,
        #body-content .dashboard_summary .latest_blog_content a:hover {
          color: #373d3f; }
      #body-content .dashboard_summary .next_steps_content li,
      #body-content .dashboard_summary .latest_blog_content li {
        margin-bottom: 1rem;
        margin-left: -1rem; }
      #body-content .dashboard_summary .next_steps_content a,
      #body-content .dashboard_summary .latest_blog_content a {
        display: inline-block; }
      #body-content .dashboard_summary .next_steps_content i,
      #body-content .dashboard_summary .latest_blog_content i {
        color: #131516;
        display: inline-block;
        font-size: 1.15rem;
        margin-right: .7rem;
        opacity: .75; }
      #body-content .dashboard_summary .next_steps_content .fa-thumb-tack,
      #body-content .dashboard_summary .latest_blog_content .fa-thumb-tack {
        transform: rotate(45deg); }
  #body-content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0; }
  #body-content .add_link a {
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .1rem;
    padding: .85rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase; }
    #body-content .add_link a:hover {
      color: #bfbfbf; }
  #body-content .heading h1 {
    color: #010a4b;
    display: inline-block;
    font-size: 1.75rem;
    margin: 0 0 3rem;
    position: relative;
    text-transform: uppercase; }
    #body-content .heading h1:after {
      background: #010a4b;
      bottom: -.5rem;
      content: '';
      height: 5px;
      left: 0;
      position: absolute;
      width: 30%; }
  #body-content .heading h2 {
    color: rgba(50, 50, 51, 0.85);
    font-size: 1.05rem;
    font-weight: 500;
    text-transform: uppercase; }
  #body-content .main-content .dashboard_content {
    right: 13%;
    position: absolute;
    top: 15%; }
    #body-content .main-content .dashboard_content ul li {
      color: #ffffff;
      font-size: 2.5rem;
      font-weight: 600;
      margin-bottom: -.5rem; }
    #body-content .main-content .dashboard_content span {
      color: #ffffff;
      font-size: 1rem; }
  #body-content .add-remove-button button.add-button,
  #body-content .add-remove-button button.remove-button {
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    padding: .85rem 2rem; }
    #body-content .add-remove-button button.add-button:hover,
    #body-content .add-remove-button button.remove-button:hover {
      opacity: .9; }
  #body-content .add-remove-button button.add-button {
    background: #373d3f; }
  #body-content .add-remove-button button.remove-button {
    background: #ed365b; }
  #body-content form.bulkOption .bulk-select-link {
    display: flex;
    gap: 1rem;
    justify-content: space-between; }
  #body-content form.bulkOption .select-link {
    flex-basis: 35%; }
  #body-content form.bulkOption .button-link {
    flex-basis: 65%; }
  #body-content form.bulkOption .view-orders {
    display: flex;
    width: 30%; }
  #body-content form.bulkOption #bulkOptionContainer select {
    border: 1px solid rgba(50, 50, 51, 0.5);
    display: inline-block;
    margin-right: .5rem;
    padding: .75rem;
    width: 100%; }
    #body-content form.bulkOption #bulkOptionContainer select:focus, #body-content form.bulkOption #bulkOptionContainer select:active {
      outline: 0; }
  #body-content form.bulkOption #bulkOptionContainer input[type="submit"] {
    background: #010a4b;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-right: .5rem;
    padding: .85rem 1.5rem;
    text-transform: uppercase; }
    #body-content form.bulkOption #bulkOptionContainer input[type="submit"]:hover {
      color: #bfbfbf; }
  #body-content form.bulkOption #bulkOptionContainer a.link_add {
    background: #010a4b;
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-right: 0;
    padding: .85rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap; }
    #body-content form.bulkOption #bulkOptionContainer a.link_add:hover {
      color: #bfbfbf; }
  #body-content table thead tr th,
  #body-content table tbody tr td {
    border: 1px solid #010a4b;
    padding: .5rem; }
  #body-content table {
    border-collapse: collapse;
    margin-top: 2rem;
    width: 100%; }
    #body-content table thead {
      background: #fefefe;
      color: rgba(50, 50, 51, 0.85);
      text-transform: uppercase; }
      #body-content table thead tr th {
        background-color: #010a4b;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: .035rem;
        white-space: nowrap; }
  #body-content table tr:nth-child(even) {
    background: rgba(50, 50, 51, 0.15); }
  #body-content table tr td {
    font-size: 1rem; }
    #body-content table tr td span {
      display: block; }
  #body-content table td img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 40%; }
  #body-content table td i {
    display: block;
    font-size: 1.15rem;
    text-align: center; }
  #body-content table td i.fa-pencil {
    color: #010a4b; }
  #body-content .fa-trash,
  #body-content .fa-user-circle {
    color: crimson;
    font-size: 1rem; }
  #body-content table tr td a {
    color: #31353D;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none; }
  #body-content a.link-block {
    display: block;
    font-size: .8rem;
    font-weight: normal; }
  #body-content table tbody tr td > .view_hover {
    margin: .5rem 0;
    visibility: hidden;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
    #body-content table tbody tr td > .view_hover li {
      border-right: 1px solid rgba(50, 50, 51, 0.3);
      display: inline-block;
      margin: 0 .1rem;
      position: relative; }
      #body-content table tbody tr td > .view_hover li:nth-child(2) a {
        color: #e93f00; }
      #body-content table tbody tr td > .view_hover li:last-of-type, #body-content table tbody tr td > .view_hover li:last-child {
        border-right: 0;
        margin-right: 0; }
      #body-content table tbody tr td > .view_hover li:first-of-type, #body-content table tbody tr td > .view_hover li:first-child {
        margin-left: 0; }
    #body-content table tbody tr td > .view_hover a {
      display: inline-block;
      font-size: .9rem;
      font-weight: normal;
      margin-right: .5rem; }
  #body-content table tbody tr td:hover .view_hover {
    visibility: visible; }
  #body-content .dataTables_length,
  #body-content .dataTables_filter {
    display: inline-block;
    margin-top: 2rem; }
  #body-content .dataTables_info {
    font-size: .8rem;
    font-weight: 600; }
  #body-content .dataTables_paginate {
    font-size: .8rem;
    margin: .5rem 0 0;
    padding: .15rem .5rem; }
  #body-content .dataTables_paginate a.paginate_button.disabled {
    background: #d2d2d2; }
  #body-content .dataTables_paginate span a.paginate_button.current {
    border: 0;
    color: #ffffff !important; }
  #body-content .dataTables_paginate span a.paginate_button:hover {
    border: 0;
    color: #ffffff !important; }
  #body-content .dataTables_paginate span a.paginate_button.next:hover {
    border: 0;
    color: #ffffff !important; }
  #body-content .dataTables_info,
  #body-content .dataTables_paginate {
    display: inline-block; }
  #body-content .dataTables_paginate {
    display: flex;
    justify-content: flex-end;
    float: right; }
    #body-content .dataTables_paginate span {
      display: flex; }
    #body-content .dataTables_paginate a.paginate_button {
      padding: .65rem; }
  #body-content .dataTables_filter {
    float: right; }
  #body-content .dataTables_filter label input[type="search"] {
    padding: .65rem .35rem;
    width: 20rem; }
    #body-content .dataTables_filter label input[type="search"]:focus, #body-content .dataTables_filter label input[type="search"]:active {
      outline: 0; }
  #body-content .dataTables_length label select {
    border: 1px solid #323233;
    padding: .65rem .35rem;
    width: 10rem; }
    #body-content .dataTables_length label select:focus, #body-content .dataTables_length label select:active {
      outline: 0; }
  #body-content .dataTables_length label,
  #body-content .dataTables_filter label {
    align-items: center;
    color: #010a4b;
    display: flex;
    font-size: .9rem;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
    margin: 0 0 1rem; }
  #body-content .go-back {
    color: #131516;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 .5rem;
    padding: .75rem 0;
    text-decoration: none; }
    #body-content .go-back i {
      font-size: 1.15rem; }
  #body-content .admin_form {
    position: relative;
    width: 70%; }
    #body-content .admin_form .submit_application {
      margin: 0 auto;
      position: relative;
      width: 55%; }
    #body-content .admin_form .submit_application_form {
      display: block;
      position: relative;
      width: 100%; }
    #body-content .admin_form .application_form {
      padding: 1rem 0; }
    #body-content .admin_form ::-webkit-input-placeholder {
      font-size: .8rem;
      letter-spacing: .05rem; }
    #body-content .admin_form ::-moz-placeholder {
      font-size: .8rem; }
    #body-content .admin_form :-moz-placeholder {
      font-size: .8rem; }
    #body-content .admin_form :-ms-input-placeholder {
      font-size: .8rem; }
    #body-content .admin_form h3 {
      font-size: 1.75rem; }
    #body-content .admin_form p {
      margin-bottom: 2rem; }
    #body-content .admin_form input[type="submit"] {
      border: 0;
      color: #ffffff;
      cursor: pointer;
      font-weight: 600;
      letter-spacing: .15rem;
      margin: 1rem 0 0;
      padding: 1rem 2rem;
      text-transform: uppercase; }
    #body-content .admin_form a.cancel {
      text-decoration: none; }
    #body-content .admin_form label {
      color: #323233;
      display: block;
      font-size: 1.15rem;
      font-weight: 600;
      margin-bottom: .5rem; }
    #body-content .admin_form select {
      border: 1px solid rgba(50, 50, 51, 0.35);
      color: #373d3f;
      display: block;
      height: 3rem;
      padding: .75rem;
      width: 30%; }
      #body-content .admin_form select:focus, #body-content .admin_form select:active {
        outline: 0; }
    #body-content .admin_form .input_select {
      border: 1px solid rgba(50, 50, 51, 0.35);
      display: block;
      padding: .75rem;
      width: 100%; }
      #body-content .admin_form .input_select:focus, #body-content .admin_form .input_select:active {
        outline: 0; }
    #body-content .admin_form .input-select-small {
      border: 1px solid rgba(50, 50, 51, 0.35);
      display: block;
      padding: .75rem;
      width: 30%; }
      #body-content .admin_form .input-select-small:focus, #body-content .admin_form .input-select-small:active {
        outline: 0; }
    #body-content .admin_form textarea {
      height: 15rem;
      resize: none; }
    #body-content .admin_form .input-textarea-small {
      display: block;
      height: 15rem;
      width: 100%; }
    #body-content .admin_form .tox-editor-container {
      height: 25rem;
      resize: none; }
    #body-content .admin_form .edit_post_img {
      margin: 1rem 0;
      width: 35%; }
    #body-content .admin_form .form-group:not(:last-child) {
      margin-bottom: 2rem; }
    #body-content .admin_form .form-group:last-child, #body-content .admin_form .form-group:last-of-type {
      margin: 2rem 0 0; }
    #body-content .admin_form .input-small,
    #body-content .admin_form .input {
      border: 1px solid rgba(50, 50, 51, 0.35);
      color: #373d3f;
      display: block;
      height: 3rem;
      padding: 1.35rem .75rem;
      width: 50%; }
      #body-content .admin_form .input-small:focus, #body-content .admin_form .input-small:active,
      #body-content .admin_form .input:focus,
      #body-content .admin_form .input:active {
        outline: 0; }
    #body-content .admin_form .input-small-number {
      border: 1px solid rgba(50, 50, 51, 0.35);
      color: #373d3f;
      display: block;
      height: 3rem;
      padding: 1.35rem .75rem;
      width: 10%; }
      #body-content .admin_form .input-small-number:focus, #body-content .admin_form .input-small-number:active {
        outline: 0; }
    #body-content .admin_form .input_submit {
      background: #010a4b;
      border: 0;
      cursor: pointer;
      display: block;
      font-size: 1rem;
      font-weight: 600;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #body-content .admin_form .input_submit:hover {
        background: #fc0f17; }

.profile {
  display: block;
  margin: 3rem 0 0;
  position: relative;
  width: 100%; }
  .profile .profile_title {
    padding: 1rem 1.5rem;
    position: relative;
    width: 100% !important; }
    .profile .profile_title h2 {
      color: #ffffff;
      font-size: 1.15rem;
      letter-spacing: .1rem;
      text-transform: uppercase; }
    .profile .profile_title i {
      margin-right: 1rem; }
  .profile .profile_details {
    display: flex;
    gap: 5rem;
    margin-top: 2rem;
    position: relative; }
    .profile .profile_details .profile_detail_content a {
      color: #ffffff;
      display: inline-block;
      padding: .75rem 2rem;
      text-decoration: none; }
    .profile .profile_details .profile_detail_content img {
      width: 50%;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
    .profile .profile_details .profile_detail_content h2 {
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: 2rem; }
    .profile .profile_details .profile_detail_content span {
      display: block;
      font-weight: normal; }

.copyright {
  font-size: .85rem;
  position: relative;
  padding: 1rem; }

/*------------- Login Area Styling ----------------------------*/
#admin-login {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin: 0 auto;
  width: 50%; }
  #admin-login img {
    margin: 0;
    width: 50%; }
  #admin-login .login-form {
    background: #ffffff;
    display: block;
    padding: 2rem 2.5rem;
    width: 60%;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem; }
  #admin-login .input {
    border: 1px solid #b1b1b3;
    color: #373d3f;
    padding: 1.5rem 1rem;
    position: relative;
    width: 100%; }
  #admin-login .input-submit {
    background: #323233;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    padding: 1rem 3rem; }
  #admin-login .login-error {
    color: #960e29;
    font-size: .85rem;
    margin: .15rem 0 0; }
  #admin-login label {
    font-size: .85rem;
    margin: 0 0 .35rem;
    opacity: .85; }
  #admin-login .form-group {
    position: relative; }
    #admin-login .form-group:not(:last-child) {
      margin: 0; }
    #admin-login .form-group:nth-child(3) {
      margin: 1.5rem 0 1rem; }
    #admin-login .form-group .fa {
      font-size: 1.5rem;
      position: absolute;
      right: 15px;
      top: 40px; }
  #admin-login .forgot-password {
    color: #323233;
    font-size: .85rem; }

/*------------- Mobile Phone Styling ----------------------------*/
@media screen and (min-width: 320px) and (max-width: 480px) {
  :root {
    --zoom: 1;
    --x: 50%;
    --y: 50%; }

  .other-menus-link {
    align-items: center;
    display: flex;
    position: absolute;
    right: 35px;
    top: 13px;
    z-index: 3; }
    .other-menus-link span {
      margin-right: .5rem;
      opacity: .65; }
    .other-menus-link .h-menu {
      background: #010a4b;
      height: 2px;
      width: 28px; }
    .other-menus-link .h-menu:not(:last-child) {
      margin-bottom: .35rem; }

  /*
  Header Styling
  */
  header {
    background-color: rgba(169, 169, 169, 0.35);
    position: relative;
    width: 100%;
    z-index: 30;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    header .header-top-container,
    header .header-container {
      margin: 0 auto;
      position: relative;
      width: 90%; }
    header .header-container {
      display: flex;
      flex-direction: column;
      padding: .8rem 0; }
    header .header-top {
      background-color: #010a4b; }
    header .header-top-container {
      border-bottom: 1px solid rgba(169, 169, 169, 0.25);
      display: flex;
      flex-direction: column;
      padding: .85rem 0; }
      header .header-top-container i {
        color: #ffffff; }
      header .header-top-container .contact-hours ul {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        text-align: center; }
      header .header-top-container .contact-hours li {
        color: #a9a9a9;
        font-size: .85rem;
        font-weight: 600;
        text-align: center; }
      header .header-top-container .contact-hours li:nth-child(3) {
        display: none; }
      header .header-top-container .social-login {
        display: none; }
    header .logo-area img {
      display: block;
      margin: .5rem auto 0;
      width: 70%; }
    header .search-categories {
      position: relative; }
      header .search-categories .form-group {
        display: block;
        position: relative;
        width: 100%; }
        header .search-categories .form-group button {
          background-color: transparent;
          border: 0; }
        header .search-categories .form-group i {
          color: #373d3f;
          font-size: 1.25rem;
          position: absolute;
          right: 10%;
          top: 20%;
          transform: translate(20%, 10%); }
        header .search-categories .form-group input[type="search"] {
          background: #ffffff;
          border: 2px solid rgba(1, 10, 75, 0.85);
          color: #373d3f;
          display: block;
          font-size: .9rem;
          height: 3.5rem;
          margin: 1rem 0 0;
          padding: 1rem;
          width: 100%;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          header .search-categories .form-group input[type="search"]:focus {
            border: 1px solid rgba(1, 10, 75, 0.85);
            outline: 0; }
    header .menu-area {
      align-items: center;
      display: flex;
      flex-basis: 30%; }
      header .menu-area .shopping-area {
        display: flex;
        gap: 2rem;
        justify-content: space-between; }
        header .menu-area .shopping-area .shopping-phone,
        header .menu-area .shopping-area .shopping-cart {
          display: flex; }
          header .menu-area .shopping-area .shopping-phone .options,
          header .menu-area .shopping-area .shopping-cart .options {
            display: flex;
            flex-direction: column; }
            header .menu-area .shopping-area .shopping-phone .options a,
            header .menu-area .shopping-area .shopping-cart .options a {
              font-size: 1.15rem;
              font-weight: 800;
              margin-bottom: -.55rem; }
          header .menu-area .shopping-area .shopping-phone i,
          header .menu-area .shopping-area .shopping-cart i {
            color: #021074;
            font-size: 1rem;
            margin: 1rem .75rem 0 0; }
          header .menu-area .shopping-area .shopping-phone span.item,
          header .menu-area .shopping-area .shopping-cart span.item {
            display: block;
            font-size: .8rem; }
        header .menu-area .shopping-area li {
          display: flex;
          list-style-type: none !important; }
        header .menu-area .shopping-area li:not(:last-child) {
          margin-right: 2rem; }
        header .menu-area .shopping-area a {
          color: #373d3f;
          font-weight: 600;
          text-decoration: none; }

  nav {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15); }
    nav .nav-container {
      display: flex;
      gap: 2rem;
      justify-content: space-between; }
    nav .cat-drop-menu {
      background-color: #010a4b;
      position: relative; }
    nav .other-nav-menus,
    nav .cat-drop-menu {
      flex: 1 0 50%; }
    nav ul.menu-drop-down {
      position: relative; }
      nav ul.menu-drop-down li {
        border-bottom: 1px solid rgba(169, 169, 169, 0.65);
        padding: .85rem 1.35rem; }
      nav ul.menu-drop-down a {
        color: #ffffff;
        display: block;
        font-size: .9rem;
        font-weight: 800;
        letter-spacing: .035rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }
        nav ul.menu-drop-down a:hover {
          color: rgba(255, 255, 255, 0.8); }
    nav ul.menu-drop-down ul.categories li:hover {
      background-color: #fc0f17; }
    nav ul.menu-drop-down ul.categories li:hover a {
      color: #ffffff;
      display: block; }
    nav ul.menu-drop-down ul.categories {
      background-color: #010a4b;
      display: flex;
      flex-direction: column;
      left: 0;
      max-height: 0;
      overflow-y: hidden;
      position: absolute;
      top: 100%;
      width: 15rem;
      z-index: 3;
      -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      nav ul.menu-drop-down ul.categories li {
        display: flex;
        flex-direction: column;
        padding: .85rem 1.5rem;
        position: relative; }
        nav ul.menu-drop-down ul.categories li:not(:last-child) {
          border-bottom: 1px solid rgba(169, 169, 169, 0.65); }
      nav ul.menu-drop-down ul.categories a {
        color: #ffffff;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: .015rem;
        text-align: left;
        text-transform: capitalize; }
        nav ul.menu-drop-down ul.categories a:hover {
          color: #fc0f17; }
    nav ul.menu-drop-down ul.categories.showMenuLink {
      max-height: 500px; }
    nav ul.menu-others {
      align-items: center;
      background-color: #010a4b;
      display: flex;
      flex-direction: column;
      left: 0;
      max-height: 0;
      overflow-y: hidden;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 5;
      -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      nav ul.menu-others li:not(:last-child) {
        border-bottom: 1px solid rgba(169, 169, 169, 0.25); }
      nav ul.menu-others li a {
        color: #ffffff;
        display: block;
        padding: .75rem 1rem;
        text-decoration: none; }
    nav ul.menu-others.showMenu {
      max-height: 100vh; }

  div.categories_mega_menu {
    background-color: #010a4b;
    left: 0;
    max-height: 0;
    overflow-y: scroll;
    position: absolute;
    top: 9.5%;
    width: 100% !important;
    z-index: 3;
    -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    div.categories_mega_menu .mega_menu_flex {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      padding: 2rem 0;
      width: 85%; }
    div.categories_mega_menu .mega_menu_row {
      flex: 1 0 30%; }
      div.categories_mega_menu .mega_menu_row h2 {
        color: rgba(255, 255, 255, 0.75);
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: .05rem;
        text-transform: uppercase; }
      div.categories_mega_menu .mega_menu_row li:not(:last-child) {
        margin: 0 0 .5rem; }
      div.categories_mega_menu .mega_menu_row a {
        color: #a9a9a9;
        display: block;
        text-decoration: none; }

  div.categories_mega_menu.showMenuLink {
    max-height: 250vh; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none;
      max-width: 100%; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      max-width: 100%;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: rgba(51, 51, 51, 0.5);
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 25px;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      position: absolute;
      text-align: center;
      top: 35%;
      width: 50px;
      z-index: 2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #fc0f17; }
    #slide-container #prev {
      left: 7%; }
    #slide-container #next {
      right: 7%; }
    #slide-container .content {
      padding: 0; }
    #slide-container img {
      animation: slideImage .4s linear;
      display: block;
      height: 60vh;
      object-fit: cover;
      width: 100%; }
    #slide-container .course-link {
      background: #fc0f17;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
    #slide-container .text-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      left: 7%;
      position: absolute;
      top: 0;
      width: 55%;
      z-index: 2; }
    #slide-container h1 {
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2.85rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 2rem; }
  @keyframes slideImage {
    0% {
      opacity: 0;
      transform: translateX(-50px); } }
    #slide-container p {
      font-family: "Cormorant", serif;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.5;
      margin: 0 0 1rem; }
    #slide-container span {
      color: #fc0f17; }

  #services_in_brief {
    background-color: #e9e9e9;
    padding: 0;
    position: relative; }
    #services_in_brief .services_in_brief_container {
      display: flex;
      flex-direction: column;
      width: 100%; }
    #services_in_brief .services_brief_item {
      align-items: center;
      display: flex;
      flex: 1 0 0;
      padding: 1rem 2rem; }
      #services_in_brief .services_brief_item:not(:last-child) {
        border-bottom: 1px solid #b6b6b6; }
      #services_in_brief .services_brief_item h2 {
        color: #010a4b;
        font-size: .85rem;
        font-weight: normal;
        line-height: 1.35;
        text-align: left; }
      #services_in_brief .services_brief_item i {
        color: #010732;
        font-size: 1.5rem;
        margin-right: 1rem;
        vertical-align: middle; }

  #plenty_furniture_options {
    padding: 2rem 0;
    position: relative; }
    #plenty_furniture_options .plenty_options_container {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      width: 100%; }
    #plenty_furniture_options h2 {
      color: #010a4b;
      font-size: 2rem;
      line-height: 1.15;
      margin: 2rem 0 1.5rem; }
    #plenty_furniture_options span {
      display: block; }
    #plenty_furniture_options p {
      font-size: 1.15rem; }
    #plenty_furniture_options .inner_item {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      margin: 0 auto;
      padding: 0 2rem;
      width: 100%; }
    #plenty_furniture_options a {
      background-color: #fc0f17;
      color: #ffffff;
      display: block;
      font-size: 1.15rem;
      margin: 2rem 0 0;
      padding: .85rem 1.5rem;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #plenty_furniture_options a:hover {
        background-color: #010a4b; }

  #browse_our_furniture {
    padding: 3rem 0 0;
    position: relative; }
    #browse_our_furniture .our-furniture-title {
      align-items: center;
      display: grid;
      margin: 0 auto;
      width: 80%; }
      #browse_our_furniture .our-furniture-title h2 {
        color: #010a4b;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0 0 3rem;
        position: relative; }
        #browse_our_furniture .our-furniture-title h2:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 3px;
          left: 0;
          position: absolute;
          width: 15%; }
    #browse_our_furniture .browse_furniture_container {
      display: grid;
      gap: 1.35rem;
      grid-template-columns: repeat(2, 1fr);
      margin: 3% auto;
      width: 80%; }
    #browse_our_furniture .furniture_category_item {
      overflow: hidden;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #browse_our_furniture .furniture_category_item .img_overlay {
        overflow: hidden;
        position: relative; }
      #browse_our_furniture .furniture_category_item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: rotate(1.1);
        -ms-transform: rotate(1.1);
        transform: rotate(1.1); }
      #browse_our_furniture .furniture_category_item img {
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    #browse_our_furniture .category_item_content {
      padding: .75rem 0; }
    #browse_our_furniture a {
      color: #010a4b;
      text-decoration: none; }
      #browse_our_furniture a h3 {
        font-size: 1.15rem;
        font-weight: 600; }

  #latest_furniture_product {
    padding: 3rem 0;
    position: relative; }
    #latest_furniture_product .latest_furniture_title {
      align-items: center;
      display: grid;
      margin: 0 auto 3rem;
      padding: 0 2rem;
      width: 100%; }
      #latest_furniture_product .latest_furniture_title h2 {
        color: #010a4b;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0;
        position: relative; }
        #latest_furniture_product .latest_furniture_title h2:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 2px;
          left: 0;
          position: absolute;
          width: 15%; }
    #latest_furniture_product .latest_furniture_container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 5% auto;
      width: 80%; }
    #latest_furniture_product .furniture_category_item {
      overflow: hidden;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #latest_furniture_product .furniture_category_item .img_overlay {
        overflow: hidden;
        position: relative; }
      #latest_furniture_product .furniture_category_item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: rotate(1.1);
        -ms-transform: rotate(1.1);
        transform: rotate(1.1); }
      #latest_furniture_product .furniture_category_item img {
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    #latest_furniture_product .category_item_content {
      padding: .75rem 1rem; }
    #latest_furniture_product a {
      color: #010a4b;
      text-decoration: none; }
      #latest_furniture_product a h3 {
        font-size: 1.05rem;
        font-weight: 500; }

  #our-clients {
    background-color: #ffffff;
    padding: 3rem 0;
    position: relative;
    /* Slider */ }
    #our-clients .our-client-title {
      align-items: center;
      display: grid;
      justify-content: center;
      text-align: center; }
      #our-clients .our-client-title h3 {
        color: #021074;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-weight: 600;
        margin: 0; }
    #our-clients .our-client-container {
      display: flex;
      gap: 1rem;
      justify-content: space-between;
      margin: 0 auto;
      width: 80%; }
    #our-clients .slick-slide {
      margin: 0px 1rem; }
    #our-clients .slick-slide img {
      width: 100%; }
    #our-clients .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent; }
    #our-clients .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    #our-clients .slick-list:focus {
      outline: none; }
    #our-clients .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
    #our-clients .slick-slider .slick-track,
    #our-clients .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #our-clients .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block; }
    #our-clients .slick-track:before,
    #our-clients .slick-track:after {
      display: table;
      content: ''; }
    #our-clients .slick-track:after {
      clear: both; }
    #our-clients .slick-loading .slick-track {
      visibility: hidden; }
    #our-clients .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px; }
    #our-clients [dir='rtl'] .slick-slide {
      float: right; }
    #our-clients .slick-slide img {
      display: block; }
    #our-clients .slick-slide.slick-loading img {
      display: none; }
    #our-clients .slick-slide.dragging img {
      pointer-events: none; }
    #our-clients .slick-initialized .slick-slide {
      display: block; }
    #our-clients .slick-loading .slick-slide {
      visibility: hidden; }
    #our-clients .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
    #our-clients .slick-arrow.slick-hidden {
      display: none; }
    #our-clients .slick-arrow {
      cursor: pointer;
      font-size: 1rem;
      font-size: normal;
      position: absolute;
      top: 40%;
      z-index: 3; }
    #our-clients .slick-arrow.slick-prev {
      left: -3%; }
    #our-clients .slick-arrow.slick-next {
      right: -3%; }
    #our-clients .our-client-link {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      width: 85%; }
      #our-clients .our-client-link a {
        background: transparent;
        border: 2px solid #010a4b;
        color: #010a4b;
        font-weight: 600;
        padding: .65rem 1.5rem;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        #our-clients .our-client-link a:hover {
          background-color: #010a4b;
          color: #ffffff; }

  #category_page_header {
    background: #010a4b;
    padding: 2rem; }
    #category_page_header .category_page_header {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      width: 85%; }
    #category_page_header .page_header_text h1, #category_page_header .page_header_text p, #category_page_header .page_header_text h4 {
      color: #ffffff; }
    #category_page_header .page_header_text h1 {
      font-size: 1.85rem; }

  main {
    position: relative;
    width: 100%; }
    main .main_content {
      padding: 3rem 2rem 3rem;
      position: relative; }
    main .product_category_container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      margin: 0 auto;
      width: 100%; }
      main .product_category_container .product_category_item {
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        main .product_category_container .product_category_item .img_overlay {
          overflow: hidden;
          position: relative; }
        main .product_category_container .product_category_item:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main .product_category_container .product_category_item img {
          display: block;
          margin: 0 auto;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main .product_category_container .category_item_content {
        padding: .75rem 1rem; }
      main .product_category_container a {
        color: #010a4b;
        text-decoration: none; }
        main .product_category_container a h3 {
          font-size: 1.15rem;
          font-weight: 500; }
    main .single_product_container {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      justify-content: space-between;
      position: relative;
      margin: 0 auto;
      width: 100%; }
      main .single_product_container .single_product_image img {
        clip-path: inset(calc((1 - 1/var(--zoom)) * (var(--y))) calc((1 - 1/var(--zoom)) * (100% - var(--x))) calc((1 - 1/var(--zoom)) * (100% - var(--y))) calc((1 - 1/var(--zoom)) * (var(--x))));
        cursor: crosshair;
        transform: scale(var(--zoom));
        transform-origin: var(--x) var(--y); }
      main .single_product_container .single_product_image img:hover {
        --zoom: 1.5; }
      main .single_product_container .single_product_content h2, main .single_product_container .single_product_content h3 {
        color: #010a4b;
        line-height: 1.25; }
      main .single_product_container .single_product_content h2 {
        font-size: 1.35rem;
        margin: 0 0 1rem; }
      main .single_product_container .single_product_content h3 {
        font-size: 1.15rem;
        margin: 0 0 1rem; }
      main .single_product_container .single_product_content p:not(:last-child) {
        margin: 0 0 1.5rem; }
      main .single_product_container .single_product_content ul li {
        list-style-type: square !important;
        margin-left: 1rem; }
      main .single_product_container .single_product_content .form-inline-group {
        display: flex;
        gap: .5rem;
        justify-content: space-between;
        margin: 1rem 0 0; }
        main .single_product_container .single_product_content .form-inline-group .form-group:nth-child(1) {
          flex: 1 0 55%; }
        main .single_product_container .single_product_content .form-inline-group .form-group:nth-child(2) {
          flex: 1 0 45%; }
        main .single_product_container .single_product_content .form-inline-group input[type="number"] {
          border: 1px solid rgba(169, 169, 169, 0.75);
          height: 2.5rem;
          padding: 0 .75rem;
          width: 100%; }
        main .single_product_container .single_product_content .form-inline-group button {
          background: #021074;
          border: 0;
          color: #ffffff;
          cursor: pointer;
          height: 2.5rem;
          padding: 0 1rem;
          width: 100%; }
          main .single_product_container .single_product_content .form-inline-group button:hover {
            background: rgba(2, 16, 116, 0.9); }
        main .single_product_container .single_product_content .form-inline-group input[type="number"]:focus {
          outline: 0; }
    main .empty_cart {
      position: relative;
      margin: 0 auto;
      width: 85%; }
    main .cart_table {
      position: relative;
      margin: 0 auto;
      width: 100%; }
    main .clear_cart {
      background: #a9a9a9;
      border: none;
      cursor: pointer;
      display: inline-block;
      font-weight: 600;
      margin-left: 2rem;
      padding: .75rem 1rem; }
    main .checkout_button {
      background: #010a4b;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: block;
      font-size: 1.15rem;
      margin: 1rem 0 0;
      padding: 1rem;
      width: 100%; }
    main .checkout_continue_button {
      background: #010a4b;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 1.15rem;
      padding: .75rem 1rem; }
    main .check_out {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin: 0 auto;
      position: relative;
      width: 100%; }
      main .check_out h3 {
        color: rgba(50, 50, 51, 0.65);
        font-size: 1.25rem;
        font-weight: 600; }
      main .check_out .billing_address {
        order: 2; }
      main .check_out .cart_content {
        order: 1; }
        main .check_out .cart_content ul {
          border: 1px solid rgba(55, 61, 63, 0.35);
          margin: .5rem 0 0; }
        main .check_out .cart_content li.main_cost {
          display: flex;
          justify-content: space-between; }
          main .check_out .cart_content li.main_cost div, main .check_out .cart_content li.main_cost span {
            padding: 1rem 1rem 0; }
          main .check_out .cart_content li.main_cost h4 {
            font-size: 1rem;
            opacity: .75; }
          main .check_out .cart_content li.main_cost small {
            font-size: .85rem;
            opacity: .5; }
          main .check_out .cart_content li.main_cost span {
            font-size: .95rem;
            opacity: .5; }
        main .check_out .cart_content li.main_cost:not(:last-child) {
          margin: 0 0 .15rem; }
        main .check_out .cart_content li.total_cost {
          border-top: 1px solid rgba(55, 61, 63, 0.35);
          display: flex;
          justify-content: space-between;
          padding: .65rem 1rem; }
      main .check_out .cart_content_flex {
        display: flex;
        justify-content: space-between; }
        main .check_out .cart_content_flex span {
          align-items: center;
          background: #010a4b;
          color: #ffffff;
          display: flex;
          height: 20px;
          justify-content: center;
          width: 20px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px; }
    main .order_submitted {
      margin: 0 auto;
      width: 100%; }
    main #shop_furniture_product {
      position: relative; }
      main #shop_furniture_product .shop_furniture_container {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(1, 1fr);
        margin: 1% auto;
        width: 100%; }
      main #shop_furniture_product .shop_furniture_item {
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        main #shop_furniture_product .shop_furniture_item .img_overlay {
          overflow: hidden;
          position: relative; }
        main #shop_furniture_product .shop_furniture_item:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main #shop_furniture_product .shop_furniture_item img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main #shop_furniture_product .category_item_content {
        padding: .75rem 1rem; }
      main #shop_furniture_product a {
        color: #010a4b;
        text-decoration: none; }
        main #shop_furniture_product a h3 {
          font-size: 1.15rem;
          font-weight: 500; }
    main .empty_search {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      width: 85%; }
      main .empty_search h3 {
        font-weight: normal;
        line-height: 1.35; }
      main .empty_search a {
        color: #010a4b;
        position: relative;
        text-decoration: none; }
      main .empty_search a:after {
        background-color: #010a4b;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      main .empty_search a:hover:after {
        width: 0; }
    main .search_result_grid {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto;
      width: 100%; }
      main .search_result_grid .search_result_image {
        overflow: hidden; }
        main .search_result_grid .search_result_image:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main .search_result_grid .search_result_image img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main .search_result_grid .img_overlay {
        overflow: hidden;
        position: relative; }
      main .search_result_grid .search_result_content {
        padding: 1rem; }
        main .search_result_grid .search_result_content a {
          color: #010a4b;
          text-decoration: none; }
          main .search_result_grid .search_result_content a h3 {
            font-size: 1.15rem;
            font-weight: 500; }
    main .get-quote-container {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      margin: 0 auto;
      position: relative;
      width: 90%; }
      main .get-quote-container .get-quote-content,
      main .get-quote-container .get-quote-form {
        flex: 1 0 0; }
      main .get-quote-container .form-group:not(:last-child) {
        margin: 0 0 2rem; }
      main .get-quote-container .get-quote-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        main .get-quote-container .get-quote-content .content:not(:last-child) {
          margin: 0 0 3rem; }
        main .get-quote-container .get-quote-content .content p:not(:last-child) {
          margin: 0 0 1rem; }
        main .get-quote-container .get-quote-content .content p {
          line-height: 1.35; }
          main .get-quote-container .get-quote-content .content p a {
            color: inherit;
            font-size: 1.15rem;
            text-decoration: none; }
        main .get-quote-container .get-quote-content .content span {
          color: #010a4b;
          display: block;
          font-size: .85rem;
          font-weight: 600;
          letter-spacing: .15rem;
          text-transform: uppercase; }
        main .get-quote-container .get-quote-content .content h2 {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 2.35rem;
          line-height: 1.15; }
      main .get-quote-container .social-login ul {
        display: flex; }
      main .get-quote-container .social-login li:not(:last-child) {
        margin-right: .75rem; }
      main .get-quote-container .social-login i {
        font-size: 1.65rem; }
    main .faq-container {
      margin: 3% auto;
      width: 100%; }
      main .faq-container .faq-title {
        font-size: 1.35rem; }
      main .faq-container .faq-content p {
        font-size: 1.15rem;
        padding: 1rem 0; }
    main .recommended_products_title {
      display: flex;
      margin: 10% 0;
      width: 85%; }
      main .recommended_products_title h3 {
        color: #010a4b;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: normal;
        position: relative; }
        main .recommended_products_title h3:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 3px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          width: 35%; }
    main .recommended_products_container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto;
      position: relative;
      width: 100%; }
      main .recommended_products_container a {
        color: #010a4b;
        text-decoration: none; }
        main .recommended_products_container a:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
      main .recommended_products_container h3 {
        font-size: 1.15rem;
        font-weight: normal; }
      main .recommended_products_container .recommended_products .recom_product_content {
        padding: 1rem; }
      main .recommended_products_container .recom_product_image {
        display: block;
        object-fit: cover;
        overflow: hidden; }
        main .recommended_products_container .recom_product_image img {
          display: block;
          height: 100%;
          width: 100%;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -o-transform: rotate(1);
          -ms-transform: rotate(1);
          transform: rotate(1); }
    main table {
      border: 0;
      table-layout: fixed; }
    main table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    main table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625rem; }
    main table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 1rem;
      text-align: right; }
    main table td:before {
      content: attr(data-label);
      float: left;
      font-weight: 600;
      text-transform: uppercase; }
    main table td:last-child {
      border-bottom: 0; }

  .alert-success {
    width: 100%; }

  .client_container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
    margin: 0 auto;
    width: 100%; }
    .client_container .client_content {
      flex-basis: 40%; }
    .client_container img {
      display: block; }

  .about_imagia {
    margin: 0 auto;
    width: 100%; }
    .about_imagia .about_imagia_intro {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 0 5rem; }
      .about_imagia .about_imagia_intro .intro_categories {
        background-color: #e9e9e9;
        height: 35vh; }
        .about_imagia .about_imagia_intro .intro_categories img {
          height: 100%;
          object-fit: cover;
          width: 100%; }
    .about_imagia .vision_mission,
    .about_imagia .core_values {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      justify-content: center; }
    .about_imagia .vision_mission_item,
    .about_imagia .core_values_item {
      flex: 1 0 0;
      position: relative; }
      .about_imagia .vision_mission_item .mission,
      .about_imagia .core_values_item .mission {
        background-color: #fc0f17;
        color: #ffffff;
        font-size: 1.35rem;
        padding: .35rem 1rem;
        position: absolute;
        right: -10%;
        top: -15%;
        transform: translate(-10%, 15%); }
      .about_imagia .vision_mission_item .values,
      .about_imagia .core_values_item .values {
        background-color: #010a4b;
        color: #ffffff;
        font-size: 1.5rem;
        padding: .35rem 1rem;
        position: absolute;
        left: -5%;
        top: 5%;
        transform: translate(-5%, 5%); }
      .about_imagia .vision_mission_item p,
      .about_imagia .core_values_item p {
        display: block;
        font-size: 1.15rem !important;
        line-height: 1.9;
        margin: 10% 0 0; }
    .about_imagia .core_values_item:nth-child(1) {
      order: 2; }
    .about_imagia .core_values_item:nth-child(2) {
      order: 1; }
    .about_imagia .vision_mission,
    .about_imagia .core_values,
    .about_imagia h2 {
      margin: 0 0 3rem; }
    .about_imagia .vision_mission {
      margin-top: 5rem; }
    .about_imagia h2 {
      font-size: 1.35rem;
      font-weight: normal; }
    .about_imagia p {
      font-size: 1.15rem; }
      .about_imagia p:not(:last-child) {
        margin: 0 0 1.5rem; }
      .about_imagia p span {
        color: #010a4b;
        font-weight: 600;
        text-transform: uppercase; }
    .about_imagia .about_grid {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: space-between;
      margin: 1rem 0 2rem; }
      .about_imagia .about_grid .about_grid_item {
        flex: 1 0 45%; }

  .imagia_our_services {
    margin: 0 auto;
    width: 90%; }
    .imagia_our_services img {
      display: block;
      margin: 0 auto; }
    .imagia_our_services .our_services_grid {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center; }
    .imagia_our_services .our_services_item:nth-child(3) {
      order: 2; }
    .imagia_our_services .our_services_item:nth-child(4) {
      order: 1; }
    .imagia_our_services .our_services_inner_item {
      width: 100%; }
    .imagia_our_services h3 {
      color: #010a4b;
      font-size: 1.5rem;
      line-height: 1.35;
      margin: 0 0 1.5rem; }
    .imagia_our_services ul {
      position: relative; }
      .imagia_our_services ul li {
        font-size: 1.05rem; }
      .imagia_our_services ul li:not(:last-child) {
        margin: 0 0 .75rem; }
      .imagia_our_services ul li:before {
        content: '\f105';
        font-family: FontAwesome;
        margin-right: .65rem; }

  hr.h_rule {
    border: 0;
    border-top: 1px solid rgba(1, 10, 75, 0.25);
    display: block;
    height: 1px;
    margin-bottom: 0;
    width: 100%; }

  footer {
    background-color: rgba(169, 169, 169, 0.15);
    position: relative; }
    footer .copyright-container {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      padding: 0 1rem 0;
      width: 100%; }
      footer .copyright-container .copyright-center {
        margin: 0 auto;
        width: 100; }
        footer .copyright-container .copyright-center p.copyright {
          color: #9c9c9c;
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: .85rem;
          line-height: 1.35; }
    footer .footer-container {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto;
      position: relative;
      width: 100; }
    footer .footer-item:nth-child(1) {
      align-items: center;
      background-color: rgba(169, 169, 169, 0.15);
      display: flex;
      justify-content: center;
      padding: 3.5rem;
      position: relative; }
      footer .footer-item:nth-child(1) img {
        display: block;
        width: 100%; }
    footer .footer-item:nth-child(2),
    footer .footer-item:nth-child(3) {
      padding: 3.5rem; }
    footer .need_help,
    footer .follow_us {
      display: block;
      margin: 1rem 0 0; }
    footer .follow_us ul {
      display: flex;
      overflow: visible !important; }
    footer .follow_us li:not(:last-child) {
      margin-right: .85rem !important; }
    footer .follow_us i {
      font-size: 1.5rem; }
    footer .footer-item {
      background-color: #010a4b; }
      footer .footer-item h3 {
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.15;
        margin-bottom: 1.15rem; }
      footer .footer-item h4 {
        color: #ffffff;
        font-size: 1.25rem;
        margin: 0 0 .5rem;
        position: relative; }
        footer .footer-item h4:after {
          content: '\f067';
          font-family: FontAwesome;
          position: absolute;
          top: 0;
          right: 0; }
      footer .footer-item ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out; }
        footer .footer-item ul li {
          list-style-type: none; }
          footer .footer-item ul li:not(:last-child) {
            margin: 0 0 .65rem; }
      footer .footer-item a {
        color: #ffffff;
        text-decoration: none; }
      footer .footer-item address {
        color: #ffffff;
        font-style: normal; }
        footer .footer-item address p {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 1.10rem;
          line-height: 1.5; }
          footer .footer-item address p:not(:last-child) {
            margin: 0 0 2rem; }
          footer .footer-item address p a {
            color: #ffffff;
            font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
            font-size: 1.25rem;
            text-decoration: underline; }
      footer .footer-item span {
        display: block; }
    footer .footer-item.showCollapsedItem ul {
      max-height: 300px; }
    footer .footer-item.showCollapsedItem h4:after {
      content: '\f068'; } }
/*------------- Medium Phone Styling ----------------------------*/
@media screen and (min-width: 481px) and (max-width: 768px) {
  :root {
    --zoom: 1;
    --x: 50%;
    --y: 50%; }

  .other-menus-link {
    align-items: center;
    display: flex;
    position: absolute;
    right: 5rem;
    top: 13px;
    z-index: 3; }
    .other-menus-link span {
      margin-right: .5rem;
      opacity: .65; }
    .other-menus-link .h-menu {
      background: #010a4b;
      height: 2px;
      width: 28px; }
    .other-menus-link .h-menu:not(:last-child) {
      margin-bottom: .35rem; }

  /*
  Header Styling
  */
  header {
    background-color: rgba(169, 169, 169, 0.35);
    position: relative;
    width: 100%;
    z-index: 30;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    header .header-top-container,
    header .header-container {
      margin: 0 auto;
      position: relative;
      width: 100%; }
    header .header-container {
      display: flex;
      flex-direction: column;
      padding: .8rem 2rem;
      width: 100%; }
    header .header-top {
      background-color: #010a4b; }
    header .header-top-container {
      display: flex;
      justify-content: space-between;
      padding: .85rem 2.5rem; }
      header .header-top-container i {
        color: #ffffff; }
      header .header-top-container .contact-hours ul {
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        list-style-type: none;
        text-align: center; }
      header .header-top-container .contact-hours li {
        color: #a9a9a9;
        font-size: .85rem;
        font-weight: 600;
        text-align: center; }
      header .header-top-container .contact-hours li:nth-child(3) {
        display: none; }
      header .header-top-container .social-login {
        align-items: center;
        display: flex;
        flex: 1 0 35%;
        justify-content: flex-end; }
        header .header-top-container .social-login ul {
          list-style-type: none; }
        header .header-top-container .social-login li {
          display: inline-block;
          font-size: .8rem; }
        header .header-top-container .social-login li:not(:last-child) {
          margin-right: .5rem; }
        header .header-top-container .social-login i {
          color: rgba(169, 169, 169, 0.85);
          font-size: 1.25rem;
          margin-top: -.45rem; }
    header .logo-area img {
      display: block;
      margin: .5rem auto 0;
      width: 70%; }
    header .search-categories {
      position: relative; }
      header .search-categories .form-group {
        display: block;
        position: relative;
        width: 100%; }
        header .search-categories .form-group button {
          background-color: transparent;
          border: 0; }
        header .search-categories .form-group i {
          color: #373d3f;
          font-size: 1.25rem;
          position: absolute;
          right: 10%;
          top: 20%;
          transform: translate(20%, 10%); }
        header .search-categories .form-group input[type="search"] {
          background: #ffffff;
          border: 2px solid rgba(1, 10, 75, 0.85);
          color: #373d3f;
          display: block;
          font-size: .9rem;
          height: 3.5rem;
          margin: 1rem 0 0;
          padding: 1rem;
          width: 100%;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          header .search-categories .form-group input[type="search"]:focus {
            border: 1px solid rgba(1, 10, 75, 0.85);
            outline: 0; }
    header .menu-area {
      margin: 0 auto;
      width: 90%; }
      header .menu-area .shopping-area {
        display: flex;
        gap: 2rem;
        justify-content: space-between; }
        header .menu-area .shopping-area .shopping-phone,
        header .menu-area .shopping-area .shopping-cart {
          display: flex; }
          header .menu-area .shopping-area .shopping-phone .options,
          header .menu-area .shopping-area .shopping-cart .options {
            display: flex;
            flex-direction: column; }
            header .menu-area .shopping-area .shopping-phone .options a,
            header .menu-area .shopping-area .shopping-cart .options a {
              font-size: 1.25rem;
              font-weight: 800;
              margin-bottom: -.55rem; }
          header .menu-area .shopping-area .shopping-phone i,
          header .menu-area .shopping-area .shopping-cart i {
            color: #021074;
            font-size: 1.15rem;
            margin: 1rem .75rem 0 0; }
          header .menu-area .shopping-area .shopping-phone span.item,
          header .menu-area .shopping-area .shopping-cart span.item {
            display: block;
            font-size: .85rem; }
        header .menu-area .shopping-area li {
          display: flex;
          list-style-type: none !important; }
        header .menu-area .shopping-area a {
          color: #373d3f;
          font-weight: 600;
          text-decoration: none; }

  nav {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15); }
    nav .nav-container {
      display: flex;
      gap: 1rem;
      justify-content: space-between;
      width: 100%; }
    nav .cat-drop-menu {
      background-color: #010a4b;
      position: relative; }
    nav .other-nav-menus,
    nav .cat-drop-menu {
      flex: 1 0 50%; }
    nav ul.menu-drop-down {
      position: relative; }
      nav ul.menu-drop-down li {
        border-bottom: 1px solid rgba(169, 169, 169, 0.65);
        padding: .85rem 1.35rem; }
      nav ul.menu-drop-down a {
        color: #ffffff;
        display: block;
        font-size: .9rem;
        font-weight: 800;
        letter-spacing: .035rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }
        nav ul.menu-drop-down a:hover {
          color: rgba(255, 255, 255, 0.8); }
    nav ul.menu-drop-down ul.categories li:hover {
      background-color: #fc0f17; }
    nav ul.menu-drop-down ul.categories li:hover a {
      color: #ffffff;
      display: block; }
    nav ul.menu-drop-down ul.categories {
      background-color: #010a4b;
      display: flex;
      flex-direction: column;
      left: 0;
      max-height: 0;
      overflow-y: hidden;
      position: absolute;
      top: 100%;
      width: 15rem;
      z-index: 3;
      -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      nav ul.menu-drop-down ul.categories li {
        display: flex;
        flex-direction: column;
        padding: .85rem 1.5rem;
        position: relative; }
        nav ul.menu-drop-down ul.categories li:not(:last-child) {
          border-bottom: 1px solid rgba(169, 169, 169, 0.65); }
      nav ul.menu-drop-down ul.categories a {
        color: #ffffff;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: .015rem;
        text-align: left;
        text-transform: capitalize; }
        nav ul.menu-drop-down ul.categories a:hover {
          color: #fc0f17; }
    nav ul.menu-drop-down ul.categories.showMenuLink {
      max-height: 500px; }
    nav ul.menu-others {
      align-items: center;
      background-color: #010a4b;
      display: flex;
      flex-direction: column;
      left: 0;
      max-height: 0;
      overflow-y: hidden;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 5;
      -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      nav ul.menu-others li:not(:last-child) {
        border-bottom: 1px solid rgba(169, 169, 169, 0.25); }
      nav ul.menu-others li a {
        color: #ffffff;
        display: block;
        padding: .75rem 1rem;
        text-decoration: none; }
    nav ul.menu-others.showMenu {
      max-height: 100vh; }

  div.categories_mega_menu {
    background-color: #010a4b;
    left: 0;
    max-height: 0;
    overflow-y: scroll;
    position: absolute;
    top: 10.75%;
    width: 100% !important;
    z-index: 3;
    -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    div.categories_mega_menu .mega_menu_flex {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      padding: 2rem 0;
      width: 85%; }
    div.categories_mega_menu .mega_menu_row {
      flex: 1 0 30%; }
      div.categories_mega_menu .mega_menu_row h2 {
        color: rgba(255, 255, 255, 0.75);
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: .05rem;
        text-transform: uppercase; }
      div.categories_mega_menu .mega_menu_row li:not(:last-child) {
        margin: 0 0 .5rem; }
      div.categories_mega_menu .mega_menu_row a {
        color: #a9a9a9;
        display: block;
        text-decoration: none; }

  div.categories_mega_menu.showMenuLink {
    max-height: 250vh; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none;
      max-width: 100%; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      max-width: 100%;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: rgba(51, 51, 51, 0.5);
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 25px;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      position: absolute;
      text-align: center;
      top: 35%;
      width: 50px;
      z-index: 2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #fc0f17; }
    #slide-container #prev {
      left: 7%; }
    #slide-container #next {
      right: 7%; }
    #slide-container .content {
      padding: 0; }
    #slide-container img {
      animation: slideImage .4s linear;
      display: block;
      height: 60vh;
      object-fit: cover;
      width: 100%; }
    #slide-container .course-link {
      background: #fc0f17;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
    #slide-container .text-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      left: 7%;
      position: absolute;
      top: 0;
      width: 55%;
      z-index: 2; }
    #slide-container h1 {
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2.85rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 2rem; }
  @keyframes slideImage {
    0% {
      opacity: 0;
      transform: translateX(-50px); } }
    #slide-container p {
      font-family: "Cormorant", serif;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.5;
      margin: 0 0 1rem; }
    #slide-container span {
      color: #fc0f17; }

  #services_in_brief {
    background-color: #e9e9e9;
    padding: 0;
    position: relative; }
    #services_in_brief .services_in_brief_container {
      display: flex;
      flex-direction: column;
      width: 100%; }
    #services_in_brief .services_brief_item {
      align-items: center;
      display: flex;
      flex: 1 0 0;
      padding: 1rem 2rem; }
      #services_in_brief .services_brief_item:not(:last-child) {
        border-bottom: 1px solid #b6b6b6; }
      #services_in_brief .services_brief_item h2 {
        color: #010a4b;
        font-size: .85rem;
        font-weight: normal;
        line-height: 1.35;
        text-align: left; }
      #services_in_brief .services_brief_item i {
        color: #010732;
        font-size: 1.5rem;
        margin-right: 1rem;
        vertical-align: middle; }

  #plenty_furniture_options {
    padding: 2rem 0;
    position: relative; }
    #plenty_furniture_options .plenty_options_container {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      width: 100%; }
    #plenty_furniture_options h2 {
      color: #010a4b;
      font-size: 2rem;
      line-height: 1.15;
      margin: 2rem 0 1.5rem; }
    #plenty_furniture_options span {
      display: block; }
    #plenty_furniture_options p {
      font-size: 1.15rem; }
    #plenty_furniture_options .inner_item {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      margin: 0 auto;
      padding: 0 2rem;
      width: 100%; }
    #plenty_furniture_options a {
      background-color: #fc0f17;
      color: #ffffff;
      display: block;
      font-size: 1.15rem;
      margin: 2rem 0 0;
      padding: .85rem 1.5rem;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #plenty_furniture_options a:hover {
        background-color: #010a4b; }

  #browse_our_furniture {
    padding: 3rem 0 0;
    position: relative; }
    #browse_our_furniture .our-furniture-title {
      align-items: center;
      display: grid;
      margin: 0 auto;
      width: 80%; }
      #browse_our_furniture .our-furniture-title h2 {
        color: #010a4b;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0 0 3rem;
        position: relative; }
        #browse_our_furniture .our-furniture-title h2:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 3px;
          left: 0;
          position: absolute;
          width: 15%; }
    #browse_our_furniture .browse_furniture_container {
      display: grid;
      gap: 1.35rem;
      grid-template-columns: repeat(2, 1fr);
      margin: 3% auto;
      width: 80%; }
    #browse_our_furniture .furniture_category_item {
      overflow: hidden;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #browse_our_furniture .furniture_category_item .img_overlay {
        overflow: hidden;
        position: relative; }
      #browse_our_furniture .furniture_category_item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: rotate(1.1);
        -ms-transform: rotate(1.1);
        transform: rotate(1.1); }
      #browse_our_furniture .furniture_category_item img {
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    #browse_our_furniture .category_item_content {
      padding: .75rem 0; }
    #browse_our_furniture a {
      color: #010a4b;
      text-decoration: none; }
      #browse_our_furniture a h3 {
        font-size: 1.15rem;
        font-weight: 600; }

  #latest_furniture_product {
    padding: 3rem 0;
    position: relative; }
    #latest_furniture_product .latest_furniture_title {
      align-items: center;
      display: grid;
      margin: 0 auto 3rem;
      padding: 0 2rem;
      width: 100%; }
      #latest_furniture_product .latest_furniture_title h2 {
        color: #010a4b;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0;
        position: relative; }
        #latest_furniture_product .latest_furniture_title h2:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 2px;
          left: 0;
          position: absolute;
          width: 15%; }
    #latest_furniture_product .latest_furniture_container {
      display: grid;
      gap: 1rem;
      grid-template-columns: repeat(2, 1fr);
      margin: 5% auto;
      width: 90%; }
    #latest_furniture_product .furniture_category_item {
      overflow: hidden;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #latest_furniture_product .furniture_category_item .img_overlay {
        overflow: hidden;
        position: relative; }
      #latest_furniture_product .furniture_category_item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: rotate(1.1);
        -ms-transform: rotate(1.1);
        transform: rotate(1.1); }
      #latest_furniture_product .furniture_category_item img {
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    #latest_furniture_product .category_item_content {
      padding: .75rem 0; }
    #latest_furniture_product a {
      color: #010a4b;
      text-decoration: none; }
      #latest_furniture_product a h3 {
        font-size: 1.05rem;
        font-weight: 500; }

  #our-clients {
    background-color: #ffffff;
    padding: 0 0 1.5rem;
    position: relative;
    /* Slider */ }
    #our-clients .our-client-title {
      align-items: center;
      display: grid;
      justify-content: center;
      text-align: center; }
      #our-clients .our-client-title h3 {
        color: #021074;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-weight: 600;
        margin: 0; }
    #our-clients .our-client-container {
      display: flex;
      gap: 1rem;
      justify-content: space-between;
      margin: 0 auto;
      width: 90%; }
    #our-clients .slick-slide {
      margin: 0px 1rem; }
    #our-clients .slick-slide img {
      width: 100%; }
    #our-clients .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent; }
    #our-clients .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    #our-clients .slick-list:focus {
      outline: none; }
    #our-clients .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
    #our-clients .slick-slider .slick-track,
    #our-clients .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #our-clients .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block; }
    #our-clients .slick-track:before,
    #our-clients .slick-track:after {
      display: table;
      content: ''; }
    #our-clients .slick-track:after {
      clear: both; }
    #our-clients .slick-loading .slick-track {
      visibility: hidden; }
    #our-clients .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px; }
    #our-clients [dir='rtl'] .slick-slide {
      float: right; }
    #our-clients .slick-slide img {
      display: block; }
    #our-clients .slick-slide.slick-loading img {
      display: none; }
    #our-clients .slick-slide.dragging img {
      pointer-events: none; }
    #our-clients .slick-initialized .slick-slide {
      display: block; }
    #our-clients .slick-loading .slick-slide {
      visibility: hidden; }
    #our-clients .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
    #our-clients .slick-arrow.slick-hidden {
      display: none; }
    #our-clients .slick-arrow {
      cursor: pointer;
      font-size: 1rem;
      font-size: normal;
      position: absolute;
      top: 40%;
      z-index: 3; }
    #our-clients .slick-arrow.slick-prev {
      left: -3%; }
    #our-clients .slick-arrow.slick-next {
      right: -3%; }
    #our-clients .our-client-link {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      width: 85%; }
      #our-clients .our-client-link a {
        background: transparent;
        border: 2px solid #010a4b;
        color: #010a4b;
        font-weight: 600;
        padding: .65rem 1.5rem;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        #our-clients .our-client-link a:hover {
          background-color: #010a4b;
          color: #ffffff; }

  #category_page_header {
    background: #010a4b;
    padding: 2rem; }
    #category_page_header .category_page_header {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      width: 85%; }
    #category_page_header .page_header_text h1, #category_page_header .page_header_text p, #category_page_header .page_header_text h4 {
      color: #ffffff; }
    #category_page_header .page_header_text h1 {
      font-size: 1.85rem; }

  main {
    position: relative;
    width: 100%; }
    main .main_content {
      padding: 3rem 2rem 3rem;
      position: relative; }
    main .product_category_container {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      margin: 0 auto;
      width: 100%; }
      main .product_category_container .product_category_item {
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        main .product_category_container .product_category_item .img_overlay {
          overflow: hidden;
          position: relative; }
        main .product_category_container .product_category_item:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main .product_category_container .product_category_item img {
          display: block;
          margin: 0 auto;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main .product_category_container .category_item_content {
        padding: .75rem 0; }
      main .product_category_container a {
        color: #010a4b;
        text-decoration: none; }
        main .product_category_container a h3 {
          font-size: 1.15rem;
          font-weight: 500; }
    main .single_product_container {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      justify-content: space-between;
      position: relative;
      margin: 0 auto;
      width: 100%; }
      main .single_product_container .single_product_image img {
        clip-path: inset(calc((1 - 1/var(--zoom)) * (var(--y))) calc((1 - 1/var(--zoom)) * (100% - var(--x))) calc((1 - 1/var(--zoom)) * (100% - var(--y))) calc((1 - 1/var(--zoom)) * (var(--x))));
        cursor: crosshair;
        transform: scale(var(--zoom));
        transform-origin: var(--x) var(--y); }
      main .single_product_container .single_product_image img:hover {
        --zoom: 1.5; }
      main .single_product_container .single_product_content h2, main .single_product_container .single_product_content h3 {
        color: #010a4b;
        line-height: 1.25; }
      main .single_product_container .single_product_content h2 {
        font-size: 1.35rem;
        margin: 0 0 1rem; }
      main .single_product_container .single_product_content h3 {
        font-size: 1.15rem;
        margin: 0 0 1rem; }
      main .single_product_container .single_product_content p:not(:last-child) {
        margin: 0 0 1.5rem; }
      main .single_product_container .single_product_content ul li {
        list-style-type: square !important;
        margin-left: 1rem; }
      main .single_product_container .single_product_content .form-inline-group {
        display: flex;
        gap: .5rem;
        justify-content: space-between;
        margin: 1rem 0 0; }
        main .single_product_container .single_product_content .form-inline-group .form-group:nth-child(1) {
          flex: 1 0 55%; }
        main .single_product_container .single_product_content .form-inline-group .form-group:nth-child(2) {
          flex: 1 0 45%; }
        main .single_product_container .single_product_content .form-inline-group input[type="number"] {
          border: 1px solid rgba(169, 169, 169, 0.75);
          height: 2.5rem;
          padding: 0 .75rem;
          width: 100%; }
        main .single_product_container .single_product_content .form-inline-group button {
          background: #021074;
          border: 0;
          color: #ffffff;
          cursor: pointer;
          height: 2.5rem;
          padding: 0 1rem;
          width: 100%; }
          main .single_product_container .single_product_content .form-inline-group button:hover {
            background: rgba(2, 16, 116, 0.9); }
        main .single_product_container .single_product_content .form-inline-group input[type="number"]:focus {
          outline: 0; }
    main .empty_cart {
      position: relative;
      margin: 0 auto;
      width: 85%; }
    main .cart_table {
      position: relative;
      margin: 0 auto;
      width: 100%; }
    main .clear_cart {
      background: #a9a9a9;
      border: none;
      cursor: pointer;
      display: inline-block;
      font-weight: 600;
      margin-left: 2rem;
      padding: .75rem 1rem; }
    main .checkout_button {
      background: #010a4b;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: block;
      font-size: 1.15rem;
      margin: 1rem 0 0;
      padding: 1rem;
      width: 100%; }
    main .checkout_continue_button {
      background: #010a4b;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 1.15rem;
      padding: .75rem 1rem; }
    main .check_out {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin: 0 auto;
      position: relative;
      width: 100%; }
      main .check_out h3 {
        color: rgba(50, 50, 51, 0.65);
        font-size: 1.25rem;
        font-weight: 600; }
      main .check_out .billing_address {
        order: 2; }
      main .check_out .cart_content {
        order: 1; }
        main .check_out .cart_content ul {
          border: 1px solid rgba(55, 61, 63, 0.35);
          margin: .5rem 0 0; }
        main .check_out .cart_content li.main_cost {
          display: flex;
          justify-content: space-between; }
          main .check_out .cart_content li.main_cost div, main .check_out .cart_content li.main_cost span {
            padding: 1rem 1rem 0; }
          main .check_out .cart_content li.main_cost h4 {
            font-size: 1rem;
            opacity: .75; }
          main .check_out .cart_content li.main_cost small {
            font-size: .85rem;
            opacity: .5; }
          main .check_out .cart_content li.main_cost span {
            font-size: .95rem;
            opacity: .5; }
        main .check_out .cart_content li.main_cost:not(:last-child) {
          margin: 0 0 .15rem; }
        main .check_out .cart_content li.total_cost {
          border-top: 1px solid rgba(55, 61, 63, 0.35);
          display: flex;
          justify-content: space-between;
          padding: .65rem 1rem; }
      main .check_out .cart_content_flex {
        display: flex;
        justify-content: space-between; }
        main .check_out .cart_content_flex span {
          align-items: center;
          background: #010a4b;
          color: #ffffff;
          display: flex;
          height: 20px;
          justify-content: center;
          width: 20px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px; }
    main .order_submitted {
      margin: 0 auto;
      width: 100%; }
    main #shop_furniture_product {
      position: relative; }
      main #shop_furniture_product .shop_furniture_container {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
        margin: 1% auto;
        width: 100%; }
      main #shop_furniture_product .shop_furniture_item {
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        main #shop_furniture_product .shop_furniture_item .img_overlay {
          overflow: hidden;
          position: relative; }
        main #shop_furniture_product .shop_furniture_item:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main #shop_furniture_product .shop_furniture_item img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main #shop_furniture_product .category_item_content {
        padding: .75rem 0; }
      main #shop_furniture_product a {
        color: #010a4b;
        text-decoration: none; }
        main #shop_furniture_product a h3 {
          font-size: 1.15rem;
          font-weight: 500; }
    main .empty_search {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      width: 85%; }
      main .empty_search h3 {
        font-weight: normal;
        line-height: 1.35; }
      main .empty_search a {
        color: #010a4b;
        position: relative;
        text-decoration: none; }
      main .empty_search a:after {
        background-color: #010a4b;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      main .empty_search a:hover:after {
        width: 0; }
    main .search_result_grid {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(2, 1fr);
      margin: 0 auto;
      width: 100%; }
      main .search_result_grid .search_result_image {
        overflow: hidden; }
        main .search_result_grid .search_result_image:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main .search_result_grid .search_result_image img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main .search_result_grid .img_overlay {
        overflow: hidden;
        position: relative; }
      main .search_result_grid .search_result_content {
        padding: 1rem 0; }
        main .search_result_grid .search_result_content a {
          color: #010a4b;
          text-decoration: none; }
          main .search_result_grid .search_result_content a h3 {
            font-size: 1.15rem;
            font-weight: 500; }
    main .get-quote-container {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      margin: 0 auto;
      position: relative;
      width: 90%; }
      main .get-quote-container .get-quote-content,
      main .get-quote-container .get-quote-form {
        flex: 1 0 0; }
      main .get-quote-container .form-group:not(:last-child) {
        margin: 0 0 2rem; }
      main .get-quote-container .get-quote-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        main .get-quote-container .get-quote-content .content:not(:last-child) {
          margin: 0 0 3rem; }
        main .get-quote-container .get-quote-content .content p:not(:last-child) {
          margin: 0 0 1rem; }
        main .get-quote-container .get-quote-content .content p {
          line-height: 1.35; }
          main .get-quote-container .get-quote-content .content p a {
            color: inherit;
            font-size: 1.15rem;
            text-decoration: none; }
        main .get-quote-container .get-quote-content .content span {
          color: #010a4b;
          display: block;
          font-size: .85rem;
          font-weight: 600;
          letter-spacing: .15rem;
          text-transform: uppercase; }
        main .get-quote-container .get-quote-content .content h2 {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 2.35rem;
          line-height: 1.15; }
      main .get-quote-container .social-login ul {
        display: flex; }
      main .get-quote-container .social-login li:not(:last-child) {
        margin-right: .75rem; }
      main .get-quote-container .social-login i {
        font-size: 1.65rem; }
    main .faq-container {
      margin: 3% auto;
      width: 100%; }
      main .faq-container .faq-title {
        font-size: 1.35rem; }
      main .faq-container .faq-content p {
        font-size: 1.15rem;
        padding: 1rem 0; }
    main .recommended_products_title {
      display: flex;
      margin: 10% 0;
      width: 85%; }
      main .recommended_products_title h3 {
        color: #010a4b;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: normal;
        position: relative; }
        main .recommended_products_title h3:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 3px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          width: 35%; }
    main .recommended_products_container {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(2, 1fr);
      margin: 0 auto;
      position: relative;
      width: 100%; }
      main .recommended_products_container a {
        color: #010a4b;
        text-decoration: none; }
        main .recommended_products_container a:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
      main .recommended_products_container h3 {
        font-size: 1.15rem;
        font-weight: normal; }
      main .recommended_products_container .recommended_products .recom_product_content {
        padding: 1rem 0; }
      main .recommended_products_container .recom_product_image {
        display: block;
        object-fit: cover;
        overflow: hidden; }
        main .recommended_products_container .recom_product_image img {
          display: block;
          height: 100%;
          width: 100%;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -o-transform: rotate(1);
          -ms-transform: rotate(1);
          transform: rotate(1); }
    main table {
      border: 0;
      table-layout: fixed; }
    main table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    main table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625rem; }
    main table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 1rem;
      text-align: right; }
    main table td:before {
      content: attr(data-label);
      float: left;
      font-weight: 600;
      text-transform: uppercase; }
    main table td:last-child {
      border-bottom: 0; }

  .alert-success {
    width: 100%; }

  .about_imagia {
    margin: 0 auto;
    width: 90%; }
    .about_imagia .about_imagia_intro {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(2, 1fr);
      margin: 0 0 5rem; }
      .about_imagia .about_imagia_intro .intro_categories {
        background-color: #e9e9e9;
        height: 35vh; }
        .about_imagia .about_imagia_intro .intro_categories img {
          height: 100%;
          object-fit: cover;
          width: 100%; }
    .about_imagia .vision_mission,
    .about_imagia .core_values {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      justify-content: center; }
    .about_imagia .vision_mission_item,
    .about_imagia .core_values_item {
      flex: 1 0 0;
      position: relative; }
      .about_imagia .vision_mission_item .mission,
      .about_imagia .core_values_item .mission {
        background-color: #fc0f17;
        color: #ffffff;
        font-size: 1.35rem;
        padding: .35rem 1rem;
        position: absolute;
        right: -7%;
        top: -15%;
        transform: translate(-7%, 15%); }
      .about_imagia .vision_mission_item .values,
      .about_imagia .core_values_item .values {
        background-color: #010a4b;
        color: #ffffff;
        font-size: 1.5rem;
        padding: .35rem 1rem;
        position: absolute;
        left: -5%;
        top: 5%;
        transform: translate(-5%, 5%); }
      .about_imagia .vision_mission_item p,
      .about_imagia .core_values_item p {
        display: block;
        font-size: 1.15rem !important;
        line-height: 1.9;
        margin: 10% 0 0; }
    .about_imagia .core_values_item:nth-child(1) {
      order: 2; }
    .about_imagia .core_values_item:nth-child(2) {
      order: 1; }
    .about_imagia .vision_mission,
    .about_imagia .core_values,
    .about_imagia h2 {
      margin: 0 0 3rem; }
    .about_imagia .vision_mission {
      margin-top: 5rem; }
    .about_imagia h2 {
      font-size: 1.35rem;
      font-weight: normal; }
    .about_imagia p {
      font-size: 1.15rem; }
      .about_imagia p:not(:last-child) {
        margin: 0 0 1.5rem; }
      .about_imagia p span {
        color: #010a4b;
        font-weight: 600;
        text-transform: uppercase; }
    .about_imagia .about_grid {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: space-between;
      margin: 1rem 0 2rem; }
      .about_imagia .about_grid .about_grid_item {
        flex: 1 0 45%; }

  .imagia_our_services {
    margin: 0 auto;
    width: 90%; }
    .imagia_our_services .our_services_grid {
      display: flex;
      flex-wrap: wrap;
      gap: 4rem 2rem;
      justify-content: center; }
    .imagia_our_services .our_services_item:nth-child(3) {
      order: 2; }
    .imagia_our_services .our_services_item:nth-child(4) {
      order: 1; }
    .imagia_our_services .our_services_inner_item {
      width: 85%; }
    .imagia_our_services h3 {
      color: #010a4b;
      font-size: 1.85rem;
      line-height: 1.35;
      margin: 0 0 1.5rem; }
    .imagia_our_services ul {
      position: relative; }
      .imagia_our_services ul li {
        font-size: 1.05rem; }
      .imagia_our_services ul li:not(:last-child) {
        margin: 0 0 .75rem; }
      .imagia_our_services ul li:before {
        content: '\f105';
        font-family: FontAwesome;
        margin-right: .65rem; }

  hr.h_rule {
    border: 0;
    border-top: 1px solid rgba(1, 10, 75, 0.25);
    display: block;
    height: 1px;
    margin-bottom: 0;
    width: 100%; }

  footer {
    background-color: rgba(169, 169, 169, 0.15);
    position: relative; }
    footer .copyright-container {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      padding: 0 1rem 0;
      width: 100%; }
      footer .copyright-container .copyright-center {
        margin: 0 auto;
        width: 100; }
        footer .copyright-container .copyright-center p.copyright {
          color: #9c9c9c;
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: .85rem;
          line-height: 1.35; }
    footer .footer-container {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto;
      position: relative;
      width: 100; }
    footer .footer-item:nth-child(1) {
      align-items: center;
      background-color: rgba(169, 169, 169, 0.15);
      display: flex;
      justify-content: center;
      padding: 3.5rem;
      position: relative; }
      footer .footer-item:nth-child(1) img {
        display: block;
        width: 100%; }
    footer .footer-item:nth-child(2),
    footer .footer-item:nth-child(3) {
      padding: 3.5rem; }
    footer .need_help,
    footer .follow_us {
      display: block;
      margin: 1rem 0 0; }
    footer .follow_us ul {
      display: flex;
      overflow: visible !important; }
    footer .follow_us li:not(:last-child) {
      margin-right: .85rem !important; }
    footer .follow_us i {
      font-size: 1.5rem; }
    footer .footer-item {
      background-color: #010a4b; }
      footer .footer-item h3 {
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.15;
        margin-bottom: 1.15rem; }
      footer .footer-item h4 {
        color: #ffffff;
        font-size: 1.25rem;
        margin: 0 0 .5rem;
        position: relative; }
        footer .footer-item h4:after {
          content: '\f067';
          font-family: FontAwesome;
          position: absolute;
          top: 0;
          right: 0; }
      footer .footer-item ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out; }
        footer .footer-item ul li {
          list-style-type: none; }
          footer .footer-item ul li:not(:last-child) {
            margin: 0 0 .65rem; }
      footer .footer-item a {
        color: #ffffff;
        text-decoration: none; }
      footer .footer-item address {
        color: #ffffff;
        font-style: normal; }
        footer .footer-item address p {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 1.10rem;
          line-height: 1.5; }
          footer .footer-item address p:not(:last-child) {
            margin: 0 0 2rem; }
          footer .footer-item address p a {
            color: #ffffff;
            font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
            font-size: 1.25rem;
            text-decoration: underline; }
      footer .footer-item span {
        display: block; }
    footer .footer-item.showCollapsedItem ul {
      max-height: 300px; }
    footer .footer-item.showCollapsedItem h4:after {
      content: '\f068'; } }
/*------------- Large Tablet and Laptop Styling ----------------------------*/
@media screen and (min-width: 769px) and (max-width: 1170px) {
  :root {
    --zoom: 1;
    --x: 50%;
    --y: 50%; }

  /*
Header Styling
*/
  header {
    background-color: rgba(169, 169, 169, 0.35);
    position: relative;
    width: 100%;
    z-index: 30;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    header .header-top-container,
    header .header-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 90%; }
    header .header-container {
      flex-wrap: wrap;
      padding: 2rem 0; }
    header .header-top {
      background-color: #010a4b; }
    header .header-top-container {
      border-bottom: 1px solid rgba(169, 169, 169, 0.25);
      padding: .85rem 0; }
      header .header-top-container i {
        color: #ffffff; }
      header .header-top-container .contact-hours {
        flex: 1 0 65%; }
        header .header-top-container .contact-hours ul {
          list-style-type: none; }
        header .header-top-container .contact-hours li {
          color: #a9a9a9;
          display: inline-block;
          font-size: .95rem;
          font-weight: 600; }
        header .header-top-container .contact-hours li:not(:last-child) {
          margin-right: 1.15rem; }
      header .header-top-container .social-login {
        display: flex;
        flex: 1 0 35%;
        justify-content: flex-end; }
        header .header-top-container .social-login ul {
          list-style-type: none; }
        header .header-top-container .social-login li {
          display: inline-block;
          font-size: .8rem; }
        header .header-top-container .social-login li:not(:last-child) {
          margin-right: 1.15rem; }
        header .header-top-container .social-login i {
          color: rgba(169, 169, 169, 0.85);
          font-size: 1.35rem;
          vertical-align: middle; }
    header .logo-area,
    header .menu-area,
    header .search-categories {
      flex: 1 0 0; }
    header .logo-area {
      flex-basis: 30%; }
      header .logo-area img {
        display: block;
        margin: 0;
        width: 100%; }
    header .search-categories {
      align-items: center;
      display: flex;
      flex-basis: 60%;
      position: relative; }
      header .search-categories .form-group {
        position: relative;
        width: 100%; }
        header .search-categories .form-group button {
          background-color: transparent;
          border: 0;
          cursor: pointer; }
        header .search-categories .form-group i {
          color: #373d3f;
          font-size: 1.25rem;
          position: absolute;
          right: 5%;
          top: 20%;
          transform: translate(20%, 5%); }
        header .search-categories .form-group input[type="search"] {
          background: #ffffff;
          border: 1px solid rgba(1, 10, 75, 0.85);
          color: #373d3f;
          font-size: .9rem;
          height: 3.5rem;
          padding: 1rem;
          width: 30rem;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          header .search-categories .form-group input[type="search"]:focus {
            border: 0;
            outline: 0; }
    header .menu-area {
      align-items: center;
      display: flex; }
      header .menu-area .shopping-area {
        display: flex;
        gap: 1.5rem;
        justify-content: space-between;
        width: 100%; }
        header .menu-area .shopping-area .shopping-phone,
        header .menu-area .shopping-area .shopping-cart {
          display: flex; }
          header .menu-area .shopping-area .shopping-phone .options,
          header .menu-area .shopping-area .shopping-cart .options {
            display: flex;
            flex-direction: column; }
            header .menu-area .shopping-area .shopping-phone .options a,
            header .menu-area .shopping-area .shopping-cart .options a {
              font-size: 1.35rem;
              font-weight: 800;
              margin-bottom: -.65rem; }
          header .menu-area .shopping-area .shopping-phone i,
          header .menu-area .shopping-area .shopping-cart i {
            color: #021074;
            font-size: 1.5rem;
            margin: 1rem .75rem 0 0; }
          header .menu-area .shopping-area .shopping-phone span.item,
          header .menu-area .shopping-area .shopping-cart span.item {
            display: block;
            font-size: .93rem; }
        header .menu-area .shopping-area li {
          display: flex;
          list-style-type: none !important; }
        header .menu-area .shopping-area li:not(:last-child) {
          margin-right: 2rem; }
        header .menu-area .shopping-area a {
          color: #373d3f;
          font-weight: 600;
          text-decoration: none; }

  nav {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15); }
    nav .other-menus-link {
      display: none; }
    nav .nav-container {
      display: flex;
      gap: 1rem;
      justify-content: space-between;
      margin: 0 auto;
      width: 100%; }
    nav .cat-drop-menu {
      background-color: #010a4b;
      flex: 1 0 30%;
      position: relative; }
    nav .other-nav-menus {
      flex: 1 0 70%; }
    nav ul.menu-drop-down {
      position: relative; }
      nav ul.menu-drop-down li {
        border-bottom: 1px solid rgba(169, 169, 169, 0.65);
        padding: .85rem 1rem; }
      nav ul.menu-drop-down a {
        color: #ffffff;
        display: block;
        font-size: .85rem;
        font-weight: 800;
        letter-spacing: .035rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }
        nav ul.menu-drop-down a:hover {
          color: rgba(255, 255, 255, 0.8); }
    nav ul.menu-drop-down ul.categories li:hover {
      background-color: #fc0f17; }
    nav ul.menu-drop-down ul.categories li:hover a {
      color: #ffffff;
      display: block; }
    nav ul.menu-drop-down ul.categories {
      background-color: #010a4b;
      display: flex;
      flex-direction: column;
      left: 0;
      max-height: 0;
      overflow-y: hidden;
      position: absolute;
      top: 100%;
      width: 15rem;
      z-index: 3;
      -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      nav ul.menu-drop-down ul.categories li {
        display: flex;
        flex-direction: column;
        padding: .85rem 1.5rem;
        position: relative; }
        nav ul.menu-drop-down ul.categories li:not(:last-child) {
          border-bottom: 1px solid rgba(169, 169, 169, 0.65); }
      nav ul.menu-drop-down ul.categories a {
        color: #ffffff;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: .015rem;
        text-align: left;
        text-transform: capitalize; }
        nav ul.menu-drop-down ul.categories a:hover {
          color: #fc0f17; }
    nav ul.menu-drop-down ul.categories.showMenuLink {
      max-height: 500px; }
    nav ul.menu-others {
      align-items: center;
      display: flex;
      height: 100%; }
      nav ul.menu-others li:not(:last-child) {
        border-right: 1px solid #a9a9a9;
        margin-right: .7rem;
        padding-right: .7rem; }
      nav ul.menu-others li a {
        color: #323233;
        display: block;
        font-size: .85rem;
        text-decoration: none; }

  div.categories_mega_menu {
    background-color: #010a4b;
    left: 0;
    max-height: 0;
    overflow-y: scroll;
    position: absolute;
    top: 9.43%;
    width: 100% !important;
    z-index: 3;
    -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    div.categories_mega_menu .mega_menu_flex {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      padding: 2rem 0;
      width: 85%; }
    div.categories_mega_menu .mega_menu_row {
      flex: 1 0 30%; }
      div.categories_mega_menu .mega_menu_row h2 {
        color: rgba(255, 255, 255, 0.75);
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: .05rem;
        text-transform: uppercase; }
      div.categories_mega_menu .mega_menu_row li:not(:last-child) {
        margin: 0 0 .5rem; }
      div.categories_mega_menu .mega_menu_row a {
        color: #a9a9a9;
        display: block;
        text-decoration: none; }

  div.categories_mega_menu.showMenuLink {
    max-height: 100vh; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: 100vh;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: rgba(51, 51, 51, 0.5);
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 25px;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      position: absolute;
      text-align: center;
      top: 35%;
      width: 50px;
      z-index: 2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #fc0f17; }
    #slide-container #prev {
      left: 7%; }
    #slide-container #next {
      right: 7%; }
    #slide-container .content {
      padding: 0; }
    #slide-container img {
      animation: slideImage .4s linear;
      display: block;
      height: 100vh;
      object-fit: cover;
      width: 100%; }
    #slide-container .course-link {
      background: #fc0f17;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
    #slide-container .text-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      left: 7%;
      position: absolute;
      top: 0;
      width: 55%;
      z-index: 2; }
    #slide-container h1 {
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2.85rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 2rem; }
  @keyframes slideImage {
    0% {
      opacity: 0;
      transform: translateX(-50px); } }
    #slide-container p {
      font-family: "Cormorant", serif;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.5;
      margin: 0 0 1rem; }
    #slide-container span {
      color: #fc0f17; }

  #services_in_brief {
    background-color: #e9e9e9;
    padding: 0 2rem;
    position: relative; }
    #services_in_brief .services_in_brief_container {
      align-items: center;
      display: flex;
      gap: 1rem;
      justify-content: space-between;
      margin: 0 auto;
      width: 100%; }
    #services_in_brief .services_brief_item {
      align-items: center;
      display: flex;
      flex: 1 0 0;
      justify-content: center;
      padding: 1.5rem .5rem; }
      #services_in_brief .services_brief_item:not(:last-child) {
        border-right: 1px solid #b6b6b6; }
      #services_in_brief .services_brief_item h2 {
        color: #010a4b;
        font-size: .85rem;
        font-weight: normal;
        line-height: 1.35;
        text-align: left; }
      #services_in_brief .services_brief_item i {
        color: #010732;
        font-size: 1.75rem;
        margin-right: 1rem;
        vertical-align: middle; }

  #plenty_furniture_options {
    padding: 3rem 1.5rem 0;
    position: relative; }
    #plenty_furniture_options .plenty_options_container {
      display: flex;
      gap: 3rem;
      justify-content: space-between;
      margin: 0 auto;
      width: 90%; }
    #plenty_furniture_options .plenty_options_item {
      flex: 1 0 0; }
    #plenty_furniture_options h2 {
      color: #010a4b;
      font-size: 2rem;
      line-height: 1.15;
      margin: 0 0 1.5rem; }
    #plenty_furniture_options span {
      display: block; }
    #plenty_furniture_options p {
      font-size: 1.35rem; }
    #plenty_furniture_options .inner_item {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      margin: 0 auto;
      width: 100%; }
    #plenty_furniture_options a {
      background-color: #fc0f17;
      color: #ffffff;
      display: block;
      margin: 2.5rem 0 0;
      padding: 1rem 2rem;
      text-align: center;
      text-decoration: none;
      width: 100%;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #plenty_furniture_options a:hover {
        background-color: #010a4b; }

  #browse_our_furniture {
    padding: 5rem 0 0;
    position: relative; }
    #browse_our_furniture .our-furniture-title {
      align-items: center;
      display: grid;
      margin: 0 auto;
      width: 85%; }
      #browse_our_furniture .our-furniture-title h2 {
        color: #010a4b;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0;
        position: relative; }
        #browse_our_furniture .our-furniture-title h2:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 3px;
          left: 0;
          position: absolute;
          width: 5%; }
    #browse_our_furniture .browse_furniture_container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(2, 1fr);
      margin: 0 auto;
      width: 85%; }
    #browse_our_furniture .furniture_category_item {
      overflow: hidden;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #browse_our_furniture .furniture_category_item .img_overlay {
        overflow: hidden;
        position: relative; }
      #browse_our_furniture .furniture_category_item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: rotate(1.1);
        -ms-transform: rotate(1.1);
        transform: rotate(1.1); }
      #browse_our_furniture .furniture_category_item img {
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    #browse_our_furniture .category_item_content {
      padding: .75rem 0; }
    #browse_our_furniture a {
      color: #010a4b;
      text-decoration: none; }
      #browse_our_furniture a h3 {
        font-size: 1.15rem;
        font-weight: 600; }

  #latest_furniture_product {
    padding: 5rem 0;
    position: relative; }
    #latest_furniture_product .latest_furniture_title {
      align-items: center;
      display: grid;
      margin: 0 auto;
      width: 85%; }
      #latest_furniture_product .latest_furniture_title h2 {
        color: #010a4b;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0;
        position: relative; }
        #latest_furniture_product .latest_furniture_title h2:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 2px;
          left: 0;
          position: absolute;
          width: 5%; }
    #latest_furniture_product .latest_furniture_container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(2, 1fr);
      margin: 5% auto;
      width: 85%; }
    #latest_furniture_product .furniture_category_item {
      overflow: hidden;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #latest_furniture_product .furniture_category_item .img_overlay {
        overflow: hidden;
        position: relative; }
      #latest_furniture_product .furniture_category_item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: rotate(1.1);
        -ms-transform: rotate(1.1);
        transform: rotate(1.1); }
      #latest_furniture_product .furniture_category_item img {
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    #latest_furniture_product .category_item_content {
      padding: .75rem 0; }
    #latest_furniture_product a {
      color: #010a4b;
      text-decoration: none; }
      #latest_furniture_product a h3 {
        font-size: 1.15rem;
        font-weight: 500; }

  /**************** Client Logo / Partners Styling ********************/
  #our-clients {
    background-color: #ffffff;
    padding: 0 2rem 2rem;
    position: relative;
    /* Slider */ }
    #our-clients .our-client-title {
      align-items: center;
      display: grid;
      justify-content: center;
      text-align: center; }
      #our-clients .our-client-title h3 {
        color: #021074;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-weight: 600;
        margin: 0; }
    #our-clients .our-client-container {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      width: 90%; }
    #our-clients .slick-slide {
      margin: 0px 1rem; }
    #our-clients .slick-slide img {
      width: 100%; }
    #our-clients .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent; }
    #our-clients .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    #our-clients .slick-list:focus {
      outline: none; }
    #our-clients .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
    #our-clients .slick-slider .slick-track,
    #our-clients .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #our-clients .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block; }
    #our-clients .slick-track:before,
    #our-clients .slick-track:after {
      display: table;
      content: ''; }
    #our-clients .slick-track:after {
      clear: both; }
    #our-clients .slick-loading .slick-track {
      visibility: hidden; }
    #our-clients .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px; }
    #our-clients [dir='rtl'] .slick-slide {
      float: right; }
    #our-clients .slick-slide img {
      display: block; }
    #our-clients .slick-slide.slick-loading img {
      display: none; }
    #our-clients .slick-slide.dragging img {
      pointer-events: none; }
    #our-clients .slick-initialized .slick-slide {
      display: block; }
    #our-clients .slick-loading .slick-slide {
      visibility: hidden; }
    #our-clients .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
    #our-clients .slick-arrow.slick-hidden {
      display: none; }
    #our-clients .slick-arrow {
      cursor: pointer;
      font-size: 1.5rem;
      font-size: normal;
      position: absolute;
      top: 35%;
      transform: translateY(-35%, 0);
      z-index: 3; }
    #our-clients .slick-arrow.slick-prev {
      left: -3%; }
    #our-clients .slick-arrow.slick-next {
      right: -3%; }
    #our-clients .our-client-link {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto 3%;
      width: 85%; }
      #our-clients .our-client-link a {
        background: transparent;
        border: 2px solid #010a4b;
        color: #010a4b;
        font-weight: 600;
        padding: .85rem 2rem;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        #our-clients .our-client-link a:hover {
          background-color: #010a4b;
          color: #ffffff; }

  #category_page_header {
    background: #010a4b;
    padding: 3rem; }
    #category_page_header .category_page_header {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      width: 65%; }
    #category_page_header .page_header_text h1, #category_page_header .page_header_text p, #category_page_header .page_header_text h4 {
      color: #ffffff; }

  main {
    position: relative;
    width: 100%; }
    main .main_content {
      padding: 5rem 0 3rem;
      position: relative; }
    main .product_category_container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      margin: 0 auto;
      width: 85%; }
      main .product_category_container .product_category_item {
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        main .product_category_container .product_category_item .img_overlay {
          overflow: hidden;
          position: relative; }
        main .product_category_container .product_category_item:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main .product_category_container .product_category_item img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main .product_category_container .category_item_content {
        padding: .75rem 0; }
      main .product_category_container a {
        color: #010a4b;
        text-decoration: none; }
        main .product_category_container a h3 {
          font-size: 1.15rem;
          font-weight: 500; }
    main .single_product_container {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      position: relative;
      margin: 0 auto;
      width: 90%; }
      main .single_product_container .single_product_image {
        flex: 1 0 50%; }
        main .single_product_container .single_product_image img {
          clip-path: inset(calc((1 - 1/var(--zoom)) * (var(--y))) calc((1 - 1/var(--zoom)) * (100% - var(--x))) calc((1 - 1/var(--zoom)) * (100% - var(--y))) calc((1 - 1/var(--zoom)) * (var(--x))));
          cursor: crosshair;
          transform: scale(var(--zoom));
          transform-origin: var(--x) var(--y); }
        main .single_product_container .single_product_image img:hover {
          --zoom: 1.5; }
      main .single_product_container .single_product_content {
        flex: 1 0 50%; }
        main .single_product_container .single_product_content h2, main .single_product_container .single_product_content h3 {
          color: #010a4b;
          line-height: 1.25; }
        main .single_product_container .single_product_content h2 {
          font-size: 2rem;
          margin: 0 0 1rem; }
        main .single_product_container .single_product_content h3 {
          font-size: 1.65rem;
          margin: 0 0 1rem; }
        main .single_product_container .single_product_content p:not(:last-child) {
          margin: 0 0 1.5rem; }
        main .single_product_container .single_product_content ul li {
          list-style-type: square !important;
          margin-left: 1rem; }
        main .single_product_container .single_product_content .form-inline-group {
          display: flex;
          margin: 2rem 0 0; }
          main .single_product_container .single_product_content .form-inline-group input[type="number"] {
            border: 1px solid rgba(169, 169, 169, 0.75);
            height: 2.5rem;
            margin-right: .5rem;
            padding: 0 .75rem;
            width: 10rem; }
          main .single_product_container .single_product_content .form-inline-group button {
            background: #021074;
            border: 0;
            color: #ffffff;
            cursor: pointer;
            display: block;
            height: 2.5rem;
            padding: 0 1rem;
            width: 100%; }
            main .single_product_container .single_product_content .form-inline-group button:hover {
              background: rgba(2, 16, 116, 0.9); }
          main .single_product_container .single_product_content .form-inline-group input[type="number"]:focus {
            outline: 0; }
    main .empty_cart {
      position: relative;
      margin: 0 auto;
      width: 85%; }
    main .cart_table {
      position: relative;
      margin: 0 auto;
      width: 90%; }
    main .clear_cart {
      background: #a9a9a9;
      border: none;
      cursor: pointer;
      display: inline-block;
      font-weight: 600;
      margin-left: 2rem;
      padding: .75rem 1rem; }
    main .checkout_button {
      background: #010a4b;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 1.15rem;
      margin: 1.5rem 0;
      padding: .75rem 2rem; }
    main .checkout_continue_button {
      background: #010a4b;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 1.15rem;
      padding: .75rem 1rem; }
    main .check_out {
      display: flex;
      gap: 1.35rem;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 90%; }
      main .check_out h3 {
        color: rgba(50, 50, 51, 0.65);
        font-size: 1.25rem;
        font-weight: 600; }
      main .check_out .billing_address,
      main .check_out .cart_content {
        flex: 1 0 0; }
      main .check_out .cart_content ul {
        border: 1px solid rgba(55, 61, 63, 0.35);
        margin: .5rem 0 0; }
      main .check_out .cart_content li.main_cost {
        display: flex;
        justify-content: space-between; }
        main .check_out .cart_content li.main_cost div, main .check_out .cart_content li.main_cost span {
          padding: 1rem 1rem 0; }
        main .check_out .cart_content li.main_cost h4 {
          font-size: 1rem;
          opacity: .75; }
        main .check_out .cart_content li.main_cost small {
          font-size: .85rem;
          opacity: .5; }
        main .check_out .cart_content li.main_cost span {
          font-size: .95rem;
          opacity: .5; }
      main .check_out .cart_content li.main_cost:not(:last-child) {
        margin: 0 0 .15rem; }
      main .check_out .cart_content li.total_cost {
        border-top: 1px solid rgba(55, 61, 63, 0.35);
        display: flex;
        justify-content: space-between;
        padding: .65rem 1rem; }
      main .check_out .cart_content_flex {
        display: flex;
        justify-content: space-between; }
        main .check_out .cart_content_flex span {
          align-items: center;
          background: #010a4b;
          color: #ffffff;
          display: flex;
          height: 20px;
          justify-content: center;
          width: 20px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px; }
    main .order_submitted {
      margin: 0 auto;
      width: 85%; }
    main #shop_furniture_product {
      position: relative; }
      main #shop_furniture_product .shop_furniture_container {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        margin: 1% auto;
        width: 85%; }
      main #shop_furniture_product .shop_furniture_item {
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        main #shop_furniture_product .shop_furniture_item .img_overlay {
          overflow: hidden;
          position: relative; }
        main #shop_furniture_product .shop_furniture_item:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main #shop_furniture_product .shop_furniture_item img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main #shop_furniture_product .category_item_content {
        padding: .75rem 0; }
      main #shop_furniture_product a {
        color: #010a4b;
        text-decoration: none; }
        main #shop_furniture_product a h3 {
          font-size: 1.15rem;
          font-weight: 500; }
    main .empty_search {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      width: 65%; }
      main .empty_search h3 {
        font-weight: normal;
        line-height: 1.35; }
      main .empty_search a {
        color: #010a4b;
        position: relative;
        text-decoration: none; }
      main .empty_search a:after {
        background-color: #010a4b;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      main .empty_search a:hover:after {
        width: 0; }
    main .search_result_grid {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      width: 85%; }
      main .search_result_grid .search_result_image {
        overflow: hidden; }
        main .search_result_grid .search_result_image:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main .search_result_grid .search_result_image img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main .search_result_grid .img_overlay {
        overflow: hidden;
        position: relative; }
      main .search_result_grid .search_result_content {
        padding: 1rem; }
        main .search_result_grid .search_result_content a {
          color: #010a4b;
          text-decoration: none; }
          main .search_result_grid .search_result_content a h3 {
            font-size: 1.15rem;
            font-weight: 500; }
    main .recommended_products_title {
      align-items: center;
      display: flex;
      margin: 7% auto 3%;
      width: 90%; }
      main .recommended_products_title h3 {
        color: #010a4b;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: normal;
        position: relative; }
        main .recommended_products_title h3:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 3px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          width: 35%; }
    main .recommended_products_container {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 90%; }
      main .recommended_products_container a {
        color: #010a4b;
        text-decoration: none; }
        main .recommended_products_container a:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
      main .recommended_products_container h3 {
        font-size: 1.15rem;
        font-weight: normal; }
      main .recommended_products_container .recommended_products .recom_product_content {
        padding: 1rem 0; }
      main .recommended_products_container .recom_product_image {
        display: block;
        object-fit: cover;
        overflow: hidden; }
        main .recommended_products_container .recom_product_image img {
          display: block;
          height: 100%;
          width: 100%;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -o-transform: rotate(1);
          -ms-transform: rotate(1);
          transform: rotate(1); }
    main .get-quote-container {
      display: flex;
      gap: 1.5rem;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 90%; }
      main .get-quote-container .get-quote-content,
      main .get-quote-container .get-quote-form {
        flex: 1 0 0; }
      main .get-quote-container .form-group:not(:last-child) {
        margin: 0 0 1rem; }
      main .get-quote-container .get-quote-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        main .get-quote-container .get-quote-content .content:not(:last-child) {
          margin: 0 0 3rem; }
        main .get-quote-container .get-quote-content .content p:not(:last-child) {
          margin: 0 0 1rem; }
        main .get-quote-container .get-quote-content .content p {
          line-height: 1.35; }
          main .get-quote-container .get-quote-content .content p a {
            color: inherit;
            font-size: 1.15rem;
            text-decoration: none; }
        main .get-quote-container .get-quote-content .content span {
          color: #010a4b;
          display: block;
          font-size: .85rem;
          font-weight: 600;
          letter-spacing: .15rem;
          text-transform: uppercase; }
        main .get-quote-container .get-quote-content .content h2 {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 2.35rem;
          line-height: 1.15; }
      main .get-quote-container .social-login ul {
        display: flex; }
      main .get-quote-container .social-login li:not(:last-child) {
        margin-right: .75rem; }
      main .get-quote-container .social-login i {
        font-size: 1.65rem; }

  .faq-container {
    margin: 0 auto;
    width: 90%; }
    .faq-container .faq-title {
      font-size: 1.35rem; }
    .faq-container .faq-content p {
      font-size: 1.15rem;
      padding: 1rem 0; }

  .client_container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 0 auto;
    width: 90%; }
    .client_container .client_content {
      flex-basis: 18%; }
    .client_container img {
      display: block; }

  .about_imagia {
    margin: 0 auto;
    width: 90%; }
    .about_imagia .about_imagia_intro {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 0 5rem; }
      .about_imagia .about_imagia_intro .intro_categories {
        background-color: #e9e9e9;
        height: 35vh; }
        .about_imagia .about_imagia_intro .intro_categories img {
          height: 100%;
          object-fit: cover;
          width: 100%; }
    .about_imagia .vision_mission,
    .about_imagia .core_values {
      align-items: center;
      display: flex;
      gap: 2rem;
      justify-content: space-between; }
    .about_imagia .vision_mission_item,
    .about_imagia .core_values_item {
      flex: 1 0 0;
      position: relative; }
      .about_imagia .vision_mission_item .mission,
      .about_imagia .core_values_item .mission {
        background-color: #fc0f17;
        color: #ffffff;
        font-size: 1.5rem;
        padding: .35rem 1rem;
        position: absolute;
        right: -30%;
        top: 1%;
        transform: translate(-1%, 30%); }
      .about_imagia .vision_mission_item .values,
      .about_imagia .core_values_item .values {
        background-color: #010a4b;
        color: #ffffff;
        font-size: 1.5rem;
        padding: .35rem 1rem;
        position: absolute;
        left: -20%;
        top: 5%;
        transform: translate(-5%, 20%); }
      .about_imagia .vision_mission_item p,
      .about_imagia .core_values_item p {
        display: block;
        font-size: 1.15rem !important;
        line-height: 1.9;
        margin: 10% 0 0; }
    .about_imagia .core_values_item:nth-child(1) {
      order: 2; }
    .about_imagia .core_values_item:nth-child(2) {
      order: 1; }
    .about_imagia .vision_mission,
    .about_imagia .core_values,
    .about_imagia h2 {
      margin: 0 0 3rem; }
    .about_imagia .vision_mission {
      margin-top: 5rem; }
    .about_imagia h2 {
      font-size: 1.75rem;
      font-weight: normal; }
    .about_imagia p {
      font-size: 1.35rem; }
      .about_imagia p:not(:last-child) {
        margin: 0 0 1.5rem; }
      .about_imagia p span {
        color: #010a4b;
        font-weight: 600;
        text-transform: uppercase; }
    .about_imagia .about_grid {
      align-items: center;
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 2rem 0 3rem; }
      .about_imagia .about_grid .about_grid_item {
        flex: 1 0 0; }

  .imagia_our_services {
    margin: 0 auto;
    width: 90%; }
    .imagia_our_services .our_services_grid {
      display: flex;
      flex-wrap: wrap;
      gap: 3rem 2rem;
      justify-content: space-between; }
    .imagia_our_services .our_services_item {
      flex: 1 0 45%; }
      .imagia_our_services .our_services_item:nth-child(3) {
        order: 2; }
      .imagia_our_services .our_services_item:nth-child(4) {
        order: 1; }
    .imagia_our_services .our_services_inner_item {
      width: 100%; }
    .imagia_our_services h3 {
      color: #010a4b;
      font-size: 1.85rem;
      line-height: 1.35;
      margin: 0 0 1.5rem; }
    .imagia_our_services ul {
      position: relative; }
      .imagia_our_services ul li {
        font-size: 1.05rem; }
      .imagia_our_services ul li:not(:last-child) {
        margin: 0 0 .75rem; }
      .imagia_our_services ul li:before {
        content: '\f105';
        font-family: FontAwesome;
        margin-right: .65rem; }

  footer {
    position: relative; }
    footer .copyright-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      width: 100%; }
      footer .copyright-container .copyright-center {
        margin: 0 auto;
        padding: 0 2rem;
        width: 100%; }
        footer .copyright-container .copyright-center p.copyright {
          color: #9c9c9c;
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: .85rem;
          line-height: 1.35; }
    footer .footer-container {
      display: grid;
      gap: 0;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 100%; }
    footer .footer-item:nth-child(1) {
      align-items: center;
      background-color: rgba(169, 169, 169, 0.15);
      display: flex;
      justify-content: center;
      padding: 2rem;
      position: relative; }
      footer .footer-item:nth-child(1) img {
        display: block;
        width: 100%; }
    footer .footer-item:nth-child(2),
    footer .footer-item:nth-child(3) {
      padding: 2rem; }
      footer .footer-item:nth-child(2) .need_help,
      footer .footer-item:nth-child(2) .follow_us,
      footer .footer-item:nth-child(3) .need_help,
      footer .footer-item:nth-child(3) .follow_us {
        display: block;
        margin: 2rem 0 0; }
      footer .footer-item:nth-child(2) .follow_us ul,
      footer .footer-item:nth-child(3) .follow_us ul {
        display: flex;
        flex-wrap: wrap; }
      footer .footer-item:nth-child(2) .follow_us li:not(:last-child),
      footer .footer-item:nth-child(3) .follow_us li:not(:last-child) {
        margin-right: .85rem; }
      footer .footer-item:nth-child(2) .follow_us i,
      footer .footer-item:nth-child(3) .follow_us i {
        font-size: 1.35rem; }
      footer .footer-item:nth-child(2) h3,
      footer .footer-item:nth-child(3) h3 {
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.15;
        margin-bottom: 1.5rem; }
      footer .footer-item:nth-child(2) h4,
      footer .footer-item:nth-child(3) h4 {
        display: none; }
      footer .footer-item:nth-child(2) ul li,
      footer .footer-item:nth-child(3) ul li {
        list-style-type: none; }
        footer .footer-item:nth-child(2) ul li:not(:last-child),
        footer .footer-item:nth-child(3) ul li:not(:last-child) {
          margin: 0 0 .65rem; }
      footer .footer-item:nth-child(2) a,
      footer .footer-item:nth-child(3) a {
        color: #ffffff;
        text-decoration: none; }
      footer .footer-item:nth-child(2) address,
      footer .footer-item:nth-child(3) address {
        color: #373d3f;
        font-style: normal; }
        footer .footer-item:nth-child(2) address p,
        footer .footer-item:nth-child(3) address p {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 1rem;
          line-height: 1.5; }
          footer .footer-item:nth-child(2) address p:not(:last-child),
          footer .footer-item:nth-child(3) address p:not(:last-child) {
            margin: 0 0 2rem; }
          footer .footer-item:nth-child(2) address p a,
          footer .footer-item:nth-child(3) address p a {
            color: #ffffff;
            font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
            font-size: 1.25rem;
            text-decoration: underline; }
    footer .footer-item {
      background-color: #010a4b;
      color: #ffffff;
      position: relative; }
      footer .footer-item span {
        display: block; }
      footer .footer-item:not(:last-child), footer .footer-item:not(:first-child) {
        border-right: 1px solid rgba(169, 169, 169, 0.25); } }
/*------------- Desktop Styling ----------------------------*/
@media screen and (min-width: 1171px) {
  :root {
    --zoom: 1;
    --x: 50%;
    --y: 50%; }

  /*
Header Styling
*/
  header {
    background-color: rgba(169, 169, 169, 0.35);
    position: relative;
    width: 100%;
    z-index: 30;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    header .header-top-container,
    header .header-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 85%; }
    header .header-container {
      padding: .8rem 0; }
    header .header-top {
      background-color: #010a4b; }
    header .header-top-container {
      border-bottom: 1px solid rgba(169, 169, 169, 0.25);
      padding: .85rem 0; }
      header .header-top-container i {
        color: #ffffff; }
      header .header-top-container .contact-hours {
        flex: 1 0 65%; }
        header .header-top-container .contact-hours ul {
          list-style-type: none; }
        header .header-top-container .contact-hours li {
          color: #ffffff;
          display: inline-block;
          font-size: .95rem;
          font-weight: 600; }
        header .header-top-container .contact-hours li:not(:last-child) {
          margin-right: 1.15rem; }
      header .header-top-container .social-login {
        display: flex;
        flex: 1 0 35%;
        justify-content: flex-end; }
        header .header-top-container .social-login ul {
          list-style-type: none; }
        header .header-top-container .social-login li {
          display: inline-block;
          font-size: .8rem; }
        header .header-top-container .social-login li:not(:last-child) {
          margin-right: 1.15rem; }
        header .header-top-container .social-login i {
          color: rgba(169, 169, 169, 0.85);
          font-size: 1.35rem;
          vertical-align: middle; }
    header .logo-area,
    header .menu-area,
    header .search-categories {
      flex: 1 0 0; }
    header .logo-area {
      flex-basis: 30%; }
      header .logo-area img {
        display: block;
        margin: .5rem 0 0;
        width: 70%; }
    header .search-categories {
      align-items: center;
      display: flex;
      flex-basis: 40%;
      position: relative; }
      header .search-categories .form-group {
        position: relative;
        width: 100%; }
        header .search-categories .form-group button {
          background-color: transparent;
          border: 0;
          cursor: pointer; }
        header .search-categories .form-group i {
          color: #373d3f;
          font-size: 1.25rem;
          position: absolute;
          right: 5%;
          top: 20%;
          transform: translate(30%, 10%); }
        header .search-categories .form-group input[type="search"] {
          background: #ffffff;
          border: 1px solid rgba(1, 10, 75, 0.85);
          color: #373d3f;
          font-size: .9rem;
          height: 3.5rem;
          padding: 1rem;
          width: 30rem;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          header .search-categories .form-group input[type="search"]:focus {
            border: 0;
            outline: 0; }
    header .menu-area {
      align-items: center;
      display: flex;
      flex-basis: 30%; }
      header .menu-area .shopping-area {
        display: flex;
        gap: 2rem;
        justify-content: space-between; }
        header .menu-area .shopping-area .shopping-phone,
        header .menu-area .shopping-area .shopping-cart {
          display: flex; }
          header .menu-area .shopping-area .shopping-phone .options,
          header .menu-area .shopping-area .shopping-cart .options {
            display: flex;
            flex-direction: column; }
            header .menu-area .shopping-area .shopping-phone .options a,
            header .menu-area .shopping-area .shopping-cart .options a {
              font-size: 1.25rem;
              font-weight: 800;
              margin-bottom: -.5rem; }
          header .menu-area .shopping-area .shopping-phone i,
          header .menu-area .shopping-area .shopping-cart i {
            color: #021074;
            font-size: 1.5rem;
            margin: 1rem .75rem 0 0; }
          header .menu-area .shopping-area .shopping-phone span.item,
          header .menu-area .shopping-area .shopping-cart span.item {
            display: block;
            font-size: .85rem; }
        header .menu-area .shopping-area li {
          display: flex;
          list-style-type: none !important; }
        header .menu-area .shopping-area li:not(:last-child) {
          margin-right: 2rem; }
        header .menu-area .shopping-area a {
          color: #373d3f;
          font-weight: 600;
          text-decoration: none; }

  nav {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15); }
    nav .other-menus-link {
      display: none; }
    nav .nav-container {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 85%; }
    nav .cat-drop-menu {
      background-color: #010a4b;
      flex: 1 0 15%;
      position: relative; }
    nav .other-nav-menus {
      flex: 1 0 85%; }
    nav ul.menu-drop-down {
      position: relative; }
      nav ul.menu-drop-down li {
        border-bottom: 1px solid rgba(169, 169, 169, 0.65);
        padding: .85rem 1.35rem; }
      nav ul.menu-drop-down a {
        color: #ffffff;
        display: block;
        font-size: .9rem;
        font-weight: 800;
        letter-spacing: .035rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }
        nav ul.menu-drop-down a:hover {
          color: rgba(255, 255, 255, 0.8); }
    nav ul.menu-others {
      align-items: center;
      display: flex;
      height: 100%; }
      nav ul.menu-others li:not(:last-child) {
        margin-right: 3rem; }
      nav ul.menu-others li a {
        color: #323233;
        display: block;
        text-decoration: none; }

  div.categories_mega_menu {
    background-color: #010a4b;
    left: 0;
    max-height: 0;
    overflow-y: hidden;
    position: absolute;
    top: 6.7%;
    width: 100% !important;
    z-index: 45;
    -webkit-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -moz-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -o-box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    box-shadow: 1px 2px 7px 2px rgba(169, 169, 169, 0.15);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    div.categories_mega_menu .mega_menu_flex {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      padding: 2rem 0;
      width: 85%; }
    div.categories_mega_menu .mega_menu_row {
      flex: 1 0 30%; }
      div.categories_mega_menu .mega_menu_row h2 {
        color: rgba(255, 255, 255, 0.75);
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: .05rem;
        text-transform: uppercase; }
      div.categories_mega_menu .mega_menu_row li:not(:last-child) {
        margin: 0 0 .5rem; }
      div.categories_mega_menu .mega_menu_row a {
        color: #a9a9a9;
        display: block;
        text-decoration: none; }

  div.categories_mega_menu.showMenuLink {
    max-height: 100vh; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: 90vh;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: rgba(51, 51, 51, 0.5);
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 25px;
      font-weight: 600;
      height: 60px;
      line-height: 60px;
      position: absolute;
      text-align: center;
      top: 35%;
      width: 60px;
      z-index: 2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #fc0f17; }
    #slide-container #prev {
      left: 7%; }
    #slide-container #next {
      right: 7%; }
    #slide-container .content {
      padding: 0; }
    #slide-container img {
      animation: slideImage .4s linear;
      display: block;
      height: auto;
      margin: auto;
      object-fit: cover;
      object-position: center;
      width: 100%; }
    #slide-container .course-link {
      background: #fc0f17;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
    #slide-container .text-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      left: 7%;
      position: absolute;
      top: 0;
      width: 55%;
      z-index: 2; }
    #slide-container h1 {
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2.85rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 2rem; }
  @keyframes slideImage {
    0% {
      opacity: 0;
      transform: translateX(-50px); } }
    #slide-container p {
      font-family: "Cormorant", serif;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.5;
      margin: 0 0 1rem; }
    #slide-container span {
      color: #fc0f17; }

  #services_in_brief {
    background-color: #e9e9e9;
    padding: 0;
    position: relative; }
    #services_in_brief .services_in_brief_container {
      align-items: center;
      display: flex;
      gap: 1.35rem;
      justify-content: space-between;
      margin: 0 auto;
      width: 85%; }
    #services_in_brief .services_brief_item {
      align-items: center;
      display: flex;
      flex: 1 0 0;
      justify-content: center;
      padding: 2rem 1rem; }
      #services_in_brief .services_brief_item:not(:last-child) {
        border-right: 1px solid #b6b6b6; }
      #services_in_brief .services_brief_item h2 {
        color: #010a4b;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.35;
        text-align: left; }
      #services_in_brief .services_brief_item i {
        color: #010732;
        font-size: 2.15rem;
        margin-right: 1rem;
        vertical-align: middle; }

  #plenty_furniture_options {
    padding: 7rem 0 3rem;
    position: relative; }
    #plenty_furniture_options .plenty_options_container {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      width: 75%; }
    #plenty_furniture_options .plenty_options_item {
      flex: 1 0 0; }
    #plenty_furniture_options h2 {
      color: #010a4b;
      font-size: 3rem;
      line-height: 1.15;
      margin: 0 0 1.5rem; }
    #plenty_furniture_options span {
      display: block; }
    #plenty_furniture_options p {
      font-size: 1.5rem; }
    #plenty_furniture_options .inner_item {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      margin: 0 auto;
      width: 85%; }
    #plenty_furniture_options a {
      background-color: #fc0f17;
      color: #ffffff;
      display: inline-block;
      margin: 2rem 0 0;
      padding: 1rem 2rem;
      text-align: center;
      text-decoration: none;
      width: 70%;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #plenty_furniture_options a:hover {
        background-color: #010a4b; }

  #browse_our_furniture {
    padding: 5rem 0 0;
    position: relative; }
    #browse_our_furniture .our-furniture-title {
      align-items: center;
      display: grid;
      margin: 0 auto;
      width: 85%; }
      #browse_our_furniture .our-furniture-title h2 {
        color: #010a4b;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0;
        position: relative; }
        #browse_our_furniture .our-furniture-title h2:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 3px;
          left: 0;
          position: absolute;
          width: 5%; }
    #browse_our_furniture .browse_furniture_container {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(4, 1fr);
      margin: 3% auto;
      width: 85%; }
    #browse_our_furniture .furniture_category_item {
      overflow: hidden;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #browse_our_furniture .furniture_category_item .img_overlay {
        overflow: hidden;
        position: relative; }
      #browse_our_furniture .furniture_category_item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: rotate(1.1);
        -ms-transform: rotate(1.1);
        transform: rotate(1.1); }
      #browse_our_furniture .furniture_category_item img {
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    #browse_our_furniture .category_item_content {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: .75rem 2rem; }
    #browse_our_furniture a {
      color: #010a4b;
      text-decoration: none; }
      #browse_our_furniture a h3 {
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center; }

  #latest_furniture_product {
    padding: 5rem 0;
    position: relative; }
    #latest_furniture_product .latest_furniture_title {
      align-items: center;
      display: grid;
      margin: 0 auto;
      width: 85%; }
      #latest_furniture_product .latest_furniture_title h2 {
        color: #010a4b;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0;
        position: relative; }
        #latest_furniture_product .latest_furniture_title h2:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 2px;
          left: 0;
          position: absolute;
          width: 5%; }
    #latest_furniture_product .latest_furniture_container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 5% auto;
      width: 85%; }
    #latest_furniture_product .furniture_category_item {
      overflow: hidden;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #latest_furniture_product .furniture_category_item .img_overlay {
        overflow: hidden;
        position: relative; }
      #latest_furniture_product .furniture_category_item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: rotate(1.1);
        -ms-transform: rotate(1.1);
        transform: rotate(1.1); }
      #latest_furniture_product .furniture_category_item img {
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    #latest_furniture_product .category_item_content {
      padding: .75rem 1rem; }
    #latest_furniture_product a {
      color: #010a4b;
      text-decoration: none; }
      #latest_furniture_product a h3 {
        font-size: 1.15rem;
        font-weight: 500; }

  /**************** Client Logo / Partners Styling ********************/
  #our-clients {
    background-color: #ffffff;
    padding: 3rem 0;
    position: relative;
    /* Slider */ }
    #our-clients .our-client-title {
      align-items: center;
      display: grid;
      justify-content: center;
      text-align: center; }
      #our-clients .our-client-title h3 {
        color: #021074;
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-weight: 600;
        margin: 0; }
    #our-clients .our-client-container {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      width: 85%; }
    #our-clients .slick-slide {
      margin: 0px 2rem; }
    #our-clients .slick-slide img {
      width: 100%; }
    #our-clients .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent; }
    #our-clients .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    #our-clients .slick-list:focus {
      outline: none; }
    #our-clients .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
    #our-clients .slick-slider .slick-track,
    #our-clients .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #our-clients .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block; }
    #our-clients .slick-track:before,
    #our-clients .slick-track:after {
      display: table;
      content: ''; }
    #our-clients .slick-track:after {
      clear: both; }
    #our-clients .slick-loading .slick-track {
      visibility: hidden; }
    #our-clients .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px; }
    #our-clients [dir='rtl'] .slick-slide {
      float: right; }
    #our-clients .slick-slide img {
      display: block; }
    #our-clients .slick-slide.slick-loading img {
      display: none; }
    #our-clients .slick-slide.dragging img {
      pointer-events: none; }
    #our-clients .slick-initialized .slick-slide {
      display: block; }
    #our-clients .slick-loading .slick-slide {
      visibility: hidden; }
    #our-clients .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
    #our-clients .slick-arrow.slick-hidden {
      display: none; }
    #our-clients .slick-arrow {
      cursor: pointer;
      font-size: 2rem;
      font-size: normal;
      position: absolute;
      top: 40%;
      z-index: 3; }
    #our-clients .slick-arrow.slick-prev {
      left: -3%; }
    #our-clients .slick-arrow.slick-next {
      right: -3%; }
    #our-clients .our-client-link {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      width: 85%; }
      #our-clients .our-client-link a {
        background: transparent;
        border: 2px solid #010a4b;
        color: #010a4b;
        font-weight: 600;
        padding: .85rem 2rem;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        #our-clients .our-client-link a:hover {
          background-color: #010a4b;
          color: #ffffff; }

  #category_page_header {
    background: #010a4b;
    padding: 1rem 2rem; }
    #category_page_header .category_page_header {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      width: 65%; }
    #category_page_header .page_header_text h1, #category_page_header .page_header_text p, #category_page_header .page_header_text h4 {
      color: #ffffff; }
    #category_page_header .page_header_text h1 {
      font-size: 2.15rem; }

  main {
    position: relative;
    width: 100%; }
    main .main_content {
      padding: 5rem 0 3rem;
      position: relative; }
    main .product_category_container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(4, 1fr);
      margin: 0 auto;
      width: 85%; }
      main .product_category_container .product_category_item {
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        main .product_category_container .product_category_item .img_overlay {
          overflow: hidden;
          position: relative; }
        main .product_category_container .product_category_item:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main .product_category_container .product_category_item img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main .product_category_container .category_item_content {
        padding: .75rem 1rem; }
      main .product_category_container a {
        color: #010a4b;
        text-decoration: none; }
        main .product_category_container a h3 {
          font-size: 1.15rem;
          font-weight: 500; }
    main .single_product_container {
      display: flex;
      gap: 3rem;
      justify-content: space-between;
      position: relative;
      margin: 0 auto;
      width: 85%; }
      main .single_product_container .single_product_image {
        flex: 1 0 60%; }
        main .single_product_container .single_product_image img {
          clip-path: inset(calc((1 - 1/var(--zoom)) * (var(--y))) calc((1 - 1/var(--zoom)) * (100% - var(--x))) calc((1 - 1/var(--zoom)) * (100% - var(--y))) calc((1 - 1/var(--zoom)) * (var(--x))));
          cursor: crosshair;
          transform: scale(var(--zoom));
          transform-origin: var(--x) var(--y); }
        main .single_product_container .single_product_image img:hover {
          --zoom: 1.5; }
      main .single_product_container .single_product_content {
        flex: 1 0 40%; }
        main .single_product_container .single_product_content h2, main .single_product_container .single_product_content h3 {
          color: #010a4b;
          line-height: 1.25; }
        main .single_product_container .single_product_content h2 {
          font-size: 2rem;
          margin: 0 0 2rem; }
        main .single_product_container .single_product_content h3 {
          font-size: 1.65rem;
          margin: 0 0 1rem; }
        main .single_product_container .single_product_content p:not(:last-child) {
          margin: 0 0 1.5rem; }
        main .single_product_container .single_product_content ul li {
          list-style-type: square !important;
          margin-left: 1rem; }
        main .single_product_container .single_product_content .form-inline-group {
          display: flex;
          margin: 3rem 0 0; }
          main .single_product_container .single_product_content .form-inline-group input[type="number"] {
            border: 1px solid rgba(169, 169, 169, 0.75);
            height: 2.5rem;
            margin-right: .5rem;
            padding: 0 .75rem;
            width: 5rem; }
          main .single_product_container .single_product_content .form-inline-group button {
            background: #021074;
            border: 0;
            color: #ffffff;
            cursor: pointer;
            height: 2.5rem;
            padding: 0 1rem; }
            main .single_product_container .single_product_content .form-inline-group button:hover {
              background: rgba(2, 16, 116, 0.9); }
          main .single_product_container .single_product_content .form-inline-group input[type="number"]:focus {
            outline: 0; }
    main .empty_cart {
      position: relative;
      margin: 0 auto;
      width: 85%; }
    main .cart_table {
      position: relative;
      margin: 0 auto;
      width: 85%; }
    main .clear_cart {
      background: #a9a9a9;
      border: none;
      cursor: pointer;
      display: inline-block;
      font-weight: 600;
      margin-left: 2rem;
      padding: .75rem 1rem; }
    main .checkout_button {
      background: #010a4b;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 1.15rem;
      margin: 2rem 0 0 2rem;
      padding: .75rem 1rem; }
    main .checkout_continue_button {
      background: #010a4b;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 1.15rem;
      padding: .75rem 1rem; }
    main .check_out {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 85%; }
      main .check_out h3 {
        color: rgba(50, 50, 51, 0.65);
        font-size: 1.25rem;
        font-weight: 600; }
      main .check_out .billing_address {
        flex: 1 0 65%; }
      main .check_out .cart_content {
        flex: 1 0 35%; }
        main .check_out .cart_content ul {
          border: 1px solid rgba(55, 61, 63, 0.35);
          margin: .5rem 0 0; }
        main .check_out .cart_content li.main_cost {
          display: flex;
          justify-content: space-between; }
          main .check_out .cart_content li.main_cost div, main .check_out .cart_content li.main_cost span {
            padding: 1rem 1rem 0; }
          main .check_out .cart_content li.main_cost h4 {
            font-size: 1rem;
            opacity: .75; }
          main .check_out .cart_content li.main_cost small {
            font-size: .85rem;
            opacity: .5; }
          main .check_out .cart_content li.main_cost span {
            font-size: .95rem;
            opacity: .5; }
        main .check_out .cart_content li.main_cost:not(:last-child) {
          margin: 0 0 .15rem; }
        main .check_out .cart_content li.total_cost {
          border-top: 1px solid rgba(55, 61, 63, 0.35);
          display: flex;
          justify-content: space-between;
          padding: .65rem 1rem; }
      main .check_out .cart_content_flex {
        display: flex;
        justify-content: space-between; }
        main .check_out .cart_content_flex span {
          align-items: center;
          background: #010a4b;
          color: #ffffff;
          display: flex;
          height: 20px;
          justify-content: center;
          width: 20px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px; }
    main .order_submitted {
      margin: 0 auto;
      width: 85%; }
    main #shop_furniture_product {
      position: relative; }
      main #shop_furniture_product .shop_furniture_container {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(3, 1fr);
        margin: 1% auto;
        width: 85%; }
      main #shop_furniture_product .shop_furniture_item {
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        main #shop_furniture_product .shop_furniture_item .img_overlay {
          overflow: hidden;
          position: relative; }
        main #shop_furniture_product .shop_furniture_item:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main #shop_furniture_product .shop_furniture_item img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main #shop_furniture_product .category_item_content {
        padding: .75rem 1rem; }
      main #shop_furniture_product a {
        color: #010a4b;
        text-decoration: none; }
        main #shop_furniture_product a h3 {
          font-size: 1.15rem;
          font-weight: 500; }
    main .empty_search {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      width: 65%; }
      main .empty_search h3 {
        font-weight: normal;
        line-height: 1.35; }
      main .empty_search a {
        color: #010a4b;
        position: relative;
        text-decoration: none; }
      main .empty_search a:after {
        background-color: #010a4b;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      main .empty_search a:hover:after {
        width: 0; }
    main .search_result_grid {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      width: 85%; }
      main .search_result_grid .search_result_image {
        overflow: hidden; }
        main .search_result_grid .search_result_image:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
        main .search_result_grid .search_result_image img {
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      main .search_result_grid .img_overlay {
        overflow: hidden;
        position: relative; }
      main .search_result_grid .search_result_content {
        padding: 1rem; }
        main .search_result_grid .search_result_content a {
          color: #010a4b;
          text-decoration: none; }
          main .search_result_grid .search_result_content a h3 {
            font-size: 1.15rem;
            font-weight: 500; }
    main .recommended_products_title {
      align-items: center;
      display: flex;
      margin: 7% auto 3%;
      width: 85%; }
      main .recommended_products_title h3 {
        color: #010a4b;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: normal;
        position: relative; }
        main .recommended_products_title h3:after {
          background-color: #010a4b;
          bottom: -.5rem;
          content: '';
          height: 3px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          width: 35%; }
    main .recommended_products_container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 85%; }
      main .recommended_products_container a {
        color: #010a4b;
        text-decoration: none; }
        main .recommended_products_container a:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: rotate(1.1);
          -ms-transform: rotate(1.1);
          transform: rotate(1.1); }
      main .recommended_products_container h3 {
        font-size: 1.15rem;
        font-weight: normal; }
      main .recommended_products_container .recommended_products .recom_product_content {
        padding: 1rem; }
      main .recommended_products_container .recom_product_image {
        display: block;
        object-fit: cover;
        overflow: hidden; }
        main .recommended_products_container .recom_product_image img {
          display: block;
          height: 100%;
          width: 100%;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -o-transform: rotate(1);
          -ms-transform: rotate(1);
          transform: rotate(1); }
    main .get-quote-container {
      display: flex;
      gap: 1.5rem;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 80%; }
      main .get-quote-container .get-quote-content,
      main .get-quote-container .get-quote-form {
        flex: 1 0 0; }
      main .get-quote-container .form-group:not(:last-child) {
        margin: 0 0 2rem; }
      main .get-quote-container .get-quote-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        main .get-quote-container .get-quote-content .content:not(:last-child) {
          margin: 0 0 3rem; }
        main .get-quote-container .get-quote-content .content p:not(:last-child) {
          margin: 0 0 1rem; }
        main .get-quote-container .get-quote-content .content p {
          line-height: 1.35; }
          main .get-quote-container .get-quote-content .content p a {
            color: inherit;
            font-size: 1.15rem;
            text-decoration: none; }
        main .get-quote-container .get-quote-content .content span {
          color: #010a4b;
          display: block;
          font-size: .85rem;
          font-weight: 600;
          letter-spacing: .15rem;
          text-transform: uppercase; }
        main .get-quote-container .get-quote-content .content h2 {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 2.35rem;
          line-height: 1.15; }
      main .get-quote-container .social-login ul {
        display: flex; }
      main .get-quote-container .social-login li:not(:last-child) {
        margin-right: .75rem; }
      main .get-quote-container .social-login i {
        font-size: 1.65rem; }
    main .client_container {
      display: flex;
      flex-wrap: wrap;
      gap: 3rem;
      margin: 0 auto;
      width: 80%; }
      main .client_container .client_content {
        flex-basis: 15%; }
      main .client_container img {
        display: block; }
    main .about_imagia {
      margin: 0 auto;
      width: 80%; }
      main .about_imagia .about_imagia_intro {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(3, 1fr);
        margin: 0 0 5rem; }
        main .about_imagia .about_imagia_intro .intro_categories {
          background-color: #e9e9e9;
          height: 35vh; }
          main .about_imagia .about_imagia_intro .intro_categories img {
            height: 100%;
            object-fit: cover;
            width: 100%; }
      main .about_imagia .vision_mission,
      main .about_imagia .core_values,
      main .about_imagia .we_listen {
        align-items: center;
        display: flex;
        gap: 2rem;
        justify-content: space-between; }
      main .about_imagia .vision_mission_item,
      main .about_imagia .core_values_item,
      main .about_imagia .we_listen_item {
        flex: 1 0 0;
        position: relative; }
        main .about_imagia .vision_mission_item .mission,
        main .about_imagia .vision_mission_item .listen,
        main .about_imagia .core_values_item .mission,
        main .about_imagia .core_values_item .listen,
        main .about_imagia .we_listen_item .mission,
        main .about_imagia .we_listen_item .listen {
          background-color: #fc0f17;
          color: #ffffff;
          font-size: 1.5rem;
          padding: .35rem 1rem;
          position: absolute;
          right: -17%;
          top: 5%;
          transform: translate(-5%, 17%); }
        main .about_imagia .vision_mission_item .values,
        main .about_imagia .core_values_item .values,
        main .about_imagia .we_listen_item .values {
          background-color: #010a4b;
          color: #ffffff;
          font-size: 1.5rem;
          padding: .35rem 1rem;
          position: absolute;
          left: -10%;
          top: 5%;
          transform: translate(10%, -5%); }
        main .about_imagia .vision_mission_item p,
        main .about_imagia .core_values_item p,
        main .about_imagia .we_listen_item p {
          display: block;
          font-size: 1.05rem !important;
          line-height: 1.9;
          margin: 10% 0 0; }
      main .about_imagia .core_values_item:nth-child(1) {
        order: 2; }
      main .about_imagia .core_values_item:nth-child(2) {
        order: 1; }
      main .about_imagia .vision_mission,
      main .about_imagia .core_values,
      main .about_imagia h2 {
        margin: 0 0 3rem; }
      main .about_imagia .vision_mission {
        margin-top: 5rem; }
      main .about_imagia h2 {
        font-size: 1.75rem;
        font-weight: normal; }
        main .about_imagia h2 span {
          display: block;
          margin: 0 0 1rem; }
      main .about_imagia p {
        font-size: 1.35rem; }
        main .about_imagia p:not(:last-child) {
          margin: 0 0 1.5rem; }
        main .about_imagia p span {
          color: #010a4b;
          font-weight: 600;
          text-transform: uppercase; }
      main .about_imagia .about_grid {
        align-items: center;
        display: flex;
        gap: 2rem;
        justify-content: space-between;
        margin: 2rem 0 3rem; }
        main .about_imagia .about_grid .about_grid_item {
          flex: 1 0 0; }
    main .imagia_our_services {
      margin: 0 auto;
      width: 75%; }
      main .imagia_our_services .our_services_grid {
        display: flex;
        flex-wrap: wrap;
        gap: 4rem 2rem;
        justify-content: space-between; }
      main .imagia_our_services .our_services_item {
        flex: 1 0 45%; }
        main .imagia_our_services .our_services_item:nth-child(3) {
          order: 2; }
        main .imagia_our_services .our_services_item:nth-child(4) {
          order: 1; }
      main .imagia_our_services .our_services_inner_item {
        width: 85%; }
      main .imagia_our_services h3 {
        color: #010a4b;
        font-size: 1.85rem;
        line-height: 1.35;
        margin: 0 0 1.5rem; }
      main .imagia_our_services ul {
        position: relative; }
        main .imagia_our_services ul li {
          font-size: 1.05rem; }
        main .imagia_our_services ul li:not(:last-child) {
          margin: 0 0 .75rem; }
        main .imagia_our_services ul li:before {
          content: '\f105';
          font-family: FontAwesome;
          margin-right: .65rem; }

  hr.h_rule {
    border: 0;
    border-top: 1px solid rgba(1, 10, 75, 0.25);
    display: block;
    height: 1px;
    margin-bottom: 0;
    width: 100%; }

  footer {
    position: relative; }
    footer .copyright-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      width: 100%; }
      footer .copyright-container .copyright-center {
        margin: 0 auto;
        padding: 0 3rem;
        width: 100%; }
        footer .copyright-container .copyright-center p.copyright {
          color: #9c9c9c;
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: .85rem;
          line-height: 1.35; }
    footer .footer-container {
      display: grid;
      gap: 0;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 100%; }
    footer .footer-item:nth-child(1) {
      align-items: center;
      background-color: rgba(169, 169, 169, 0.15);
      display: flex;
      justify-content: center;
      padding: 3.5rem;
      position: relative; }
      footer .footer-item:nth-child(1) img {
        display: block;
        width: 100%; }
    footer .footer-item:nth-child(2),
    footer .footer-item:nth-child(3) {
      padding: 3.5rem; }
      footer .footer-item:nth-child(2) .need_help,
      footer .footer-item:nth-child(2) .follow_us,
      footer .footer-item:nth-child(3) .need_help,
      footer .footer-item:nth-child(3) .follow_us {
        display: block;
        margin: 2rem 0 0; }
      footer .footer-item:nth-child(2) .follow_us ul,
      footer .footer-item:nth-child(3) .follow_us ul {
        display: flex; }
      footer .footer-item:nth-child(2) .follow_us li:not(:last-child),
      footer .footer-item:nth-child(3) .follow_us li:not(:last-child) {
        margin-right: .85rem; }
      footer .footer-item:nth-child(2) .follow_us i,
      footer .footer-item:nth-child(3) .follow_us i {
        font-size: 1.5rem; }
      footer .footer-item:nth-child(2) h3,
      footer .footer-item:nth-child(3) h3 {
        color: #ffffff;
        font-size: 1.35rem;
        font-weight: 500;
        line-height: 1.15;
        margin-bottom: 1.5rem; }
      footer .footer-item:nth-child(2) h4,
      footer .footer-item:nth-child(3) h4 {
        display: none; }
      footer .footer-item:nth-child(2) ul li,
      footer .footer-item:nth-child(3) ul li {
        list-style-type: none; }
        footer .footer-item:nth-child(2) ul li:not(:last-child),
        footer .footer-item:nth-child(3) ul li:not(:last-child) {
          margin: 0 0 .65rem; }
      footer .footer-item:nth-child(2) a,
      footer .footer-item:nth-child(3) a {
        color: #ffffff;
        text-decoration: none; }
      footer .footer-item:nth-child(2) address,
      footer .footer-item:nth-child(3) address {
        color: #373d3f;
        font-style: normal; }
        footer .footer-item:nth-child(2) address p,
        footer .footer-item:nth-child(3) address p {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 1rem;
          line-height: 1.5; }
          footer .footer-item:nth-child(2) address p:not(:last-child),
          footer .footer-item:nth-child(3) address p:not(:last-child) {
            margin: 0 0 2rem; }
          footer .footer-item:nth-child(2) address p a,
          footer .footer-item:nth-child(3) address p a {
            color: #ffffff;
            font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
            font-size: 1.35rem;
            text-decoration: underline; }
    footer .footer-item {
      background-color: #010a4b;
      color: #ffffff;
      position: relative; }
      footer .footer-item span {
        display: block; }
      footer .footer-item:not(:last-child), footer .footer-item:not(:first-child) {
        border-right: 1px solid rgba(169, 169, 169, 0.25); } }

/*# sourceMappingURL=styles.css.map */
