/*
Theme Name:  Custom Theme
Theme URI: 
Author: Socail Pie
Author URI: https://socialpie.io/
Text Domain: socail-pie-theme
Description:  ABM InfoTech Singapore.
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
*/
:root{
  --primary-color:#882F30;
  --bs-primary-rgb: 122,43,46;
  --gray_bg: #F4F4F4;
  --text-grey1 : #667085;
  --secondary_col : #373435;
  --primary-font : 'Lato',sans-serif;
}
html {
    font-size: 18px;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #131313;
  overflow-x: hidden;
}
a, a:hover {
  color: var(--primary_col);
}
h1,h2,h3,h4,h5,h6{
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.fw-900 {
    font-weight: 900 !important;
}

.fs-6 {
  font-size: 1rem; /* 16px */
}
.fs-5 {
  font-size: clamp(1.125rem, 1vw, 1.25rem) !important; /* Mobile: 1.125rem, Desktop: 1.25rem */
}
.fs-4 {
  font-size: clamp(1.265625rem, 2vw, 1.5625rem) !important; /* Mobile: 1.265625rem, Desktop: 1.5625rem */
}
.fs-3 {
  font-size: clamp(1.423828125rem, 3vw, 1.953125rem) !important; /* Mobile: 1.423828125rem, Desktop: 1.953125rem */
}
.fs-2 {
  font-size: clamp(1.601806640625rem, 4vw, 2.44140625rem) !important; /* Mobile: 1.601806640625rem, Desktop: 2.44140625rem */
}
.fs-1 {
  font-size: clamp(1.802032470703125rem, 5vw, 3.0517578125rem) !important; /* Mobile: 1.802032470703125rem, Desktop: 3.0517578125rem */
}

/*.fs-1 {*/
/*    font-size: 2.986rem !important;*/
/*}*/
/*.fs-2 {*/
/*    font-size: 2.488rem !important;*/
/*}*/
/*.fs-3 {*/
/*    font-size: 2.074rem !important;*/
/*}*/
/*.fs-4 {*/
/*    font-size: 1.728rem !important;*/
/*}*/
/*.fs-5 {*/
/*    font-size: 1.44rem !important;*/
/*}*/
/*.fs-6 {*/
/*    font-size: 1.2rem !important;*/
/*}*/
/*.fs-18 {*/
/*    font-size: 1.125rem;*/
/*}*/
.fs-36{
    font-size:2.25rem;
}
.btn-danger{
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: unset;
}

/* General Styles */
.fit-cover{
    object-fit:cover
}

a.btn {
    min-width: 9.75rem;
    padding: .75rem 1.5rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid var(--border);
    display: inline-flex;
    position: relative;
    gap: .625rem;
    font-size: .875rem;
    letter-spacing: 0;
    border-radius: .25rem;
}
.fit-contain {
    object-fit: contain;
}
/* CTA Section */
.bg-dark-red {
    background-color: var(--primary-color);
}
.section__title{
    font-size:3rem;
    color: var(--primary-color);
    /* line-height: 59px; */
}

/* Footer */
.footer {
    background-color: #333;
}
.footer h5 {
    color: #f8f9fa;
}
.footer p {
    color: #ccc;
}
footer .container {
    position: relative;
    z-index: 1;
}
.modal__text{
    color: var(--text-grey1);
}
.footer_social_links li a {
    background: #E9E9EB;
    color: #51515B;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: 0.4s all;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 2.5em 1em;
}
.wpcf7-form input::placeholder {
    color: var(--text-grey1);
    font-size: 1.15rem;
}
.wpcf7-form input, .wpcf7-form textarea,.wpcf7-form select {
    border: 1px solid #D0D5DD;
    padding: 12px 16px;
}
.wpcf7-form .col-form-label {
    color: #344054;
    font-weight: 500;
}
.wpcf7-form .btn {
    padding: 12px 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.wpcf7-form input[readonly] {background: #F5F5F5; color: var(--text-grey1);}
@keyframes grow-and-shrink {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.3);
}
100% {
  transform: scale(1);
}
}


@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 678px;
    }
}









body img {
  max-width: 100%;
  height: auto;
}
body header#masthead {
  position: relative;
  /* background: var(--secondary_col); */
}
body header#masthead .mh-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body header#masthead .menu-row {
  align-items: center;
}
body header#masthead ul.menu-wrapper {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: flex-end;
}
body header#masthead ul.menu-wrapper > li {
  list-style: none;
}
body header#masthead ul.menu-wrapper > li > a {
  text-transform: capitalize;
  padding: 0.3em 0.8em;
  text-decoration: none;
  transition: all 0.3s;
}
body header#masthead ul.menu-wrapper > li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s;
  background: #fff;
  border-radius: 4px 4px 16px 16px;
  box-shadow: 0px 4px 40px 0px #00000014;
  padding: 1.2em;
  left: 50%;
  width: 14.5em;
  transform: translateX(-50%);
  z-index: 99;
  list-style: none;
  top: 50px;
}
body header#masthead ul.menu-wrapper > li .sub-menu li {
  margin-bottom: 0.3em;
}
body header#masthead ul.menu-wrapper > li .sub-menu li:last-child {
  margin-bottom: 0;
}

body header#masthead ul.menu-wrapper > li .sub-menu li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 2px 0px;
}
body header#masthead ul.menu-wrapper > li button.sub-menu-toggle {
  display: none;
}
body header#masthead ul.menu-wrapper > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 0.6em;
}
body header#masthead ul.menu-wrapper > li.highlighted-menu > a {
  color: var(--primary_col);
  font-weight: 700;
}
body header#masthead ul.menu-wrapper > li {
  margin-right: 0em;
  position: relative;
}
body header#masthead ul.menu-wrapper > li > a {
  display: inline-block;
}
body header#masthead ul.menu-wrapper > li:last-child {
  margin-right: 0;
}
body header#masthead ul.menu-wrapper > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  body header#masthead ul.menu-wrapper li.has-megamenu {
    position: static;
  }
  body header#masthead ul.menu-wrapper li.has-megamenu > .sub-menu {
    width: 100vw;
    top: 70%;
    left: 0;
  }
  body header#masthead ul.menu-wrapper li.has-megamenu .megamenu-wrap > a {
    display: none;
  }
  body header#masthead ul.menu-wrapper li.has-megamenu > .sub-menu .sub-menu {
    position: static;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    transform: translateX(0);
  }
  body header#masthead ul.menu-wrapper li.has-megamenu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    padding-top: 1rem;
  }
  body header#masthead ul.menu-wrapper li.has-megamenu > .sub-menu {
    padding: 1rem 1rem 3rem;
    transform: translateX(0);
    transition: 0.5s;
  }
  body header#masthead ul.menu-wrapper li.has-megamenu:hover > .sub-menu {
      /* transform: translateY(0); */
  }
  body header#masthead ul.menu-wrapper li.has-megamenu .megamenu-wrap > .sub-menu {
    width: 100%;
    display: flex;
    gap: 6.66%;
    flex-wrap: wrap;
  }
  body header#masthead ul.menu-wrapper li.has-megamenu .megamenu-wrap > .sub-menu > li {
    width: 20%;
  }
  body header#masthead ul.menu-wrapper li.has-megamenu .column-head > a {
    color: var(--primary-color);
    font-weight: 600;
    height: 3.2em;
    padding-right: 2rem;
    margin-bottom: 0;
    position: relative;
  }
  body header#masthead ul.menu-wrapper li.has-megamenu .column-head > a:after {
    content: '\f063';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 1.2rem;
  }
}
body header#masthead ul.menu-wrapper li a:hover,
body header#masthead ul.menu-wrapper > li .sub-menu li a:hover {
  color: var(--primary-color);
  transition: all 0.3s;
}

body .search-btn-wrap button {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
}
body header#masthead .header-search {z-index: 9;/* transform: translateY(-102%); */transition: 0.3s all;opacity: 0;visibility: hidden;}
body header#masthead .header-search form.search-form {
  /* width: 100%; */
}
body header#masthead .header-search form.search-form:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  left: 0.6em;
  top: 23%;
}
body header#masthead .header-search.active {transform: translateY(0);opacity: 1;visibility: visible;}
body header#masthead .header-search form.search-form > label {
  display: block;
}
body header#masthead .header-search form.search-form input[type="text"] {
  padding: 0.5em 2.1em;
  outline: 0;
  border-radius: 8px;
  width: 100%;
  border: 0;
}
body header#masthead .header-search .hide-search {
  position: absolute;
  top: 0;
  right: 0.7em;
  bottom: 0;
  display: flex;
  align-items: center;
}
body header#masthead .header-search .hide-search button {
  font-size: 1.3em;
  line-height: 1;
  background: transparent;
  border: 0;
}
body header#masthead .mobile-menu {
  display: none;
}

body header#masthead .mobile-menu .mobile-menu-toggle > div:first-child {
  margin: 0 0.5em;
}
body header#masthead .mobile-menu .mobile-menu-toggle span {
  height: 2px;
  width: 1.3em;
  background: #000;
  display: block;
  margin-bottom: 0.3em;
  margin-left: 0em;
  transform: rotate(0deg);
  transition: 0.4s;
}
body header#masthead .mobile-menu .mobile-menu-toggle span:last-child {
  margin-bottom: 0;
}
body
  header#masthead
  .mobile-menu
  .mobile-menu-toggle.close
  span:not(.label):nth-child(1) {
  transform: rotate(45deg);
  transition: 0.4s;
  position: relative;
  /* top: 6px; */
}
body
  header#masthead
  .mobile-menu
  .mobile-menu-toggle.close
  span:not(.label):nth-child(2) {
  display: none;
}
body
  header#masthead
  .mobile-menu
  .mobile-menu-toggle.close
  span:not(.label):nth-child(3) {
  transform: rotate(-45deg);
  transition: 0.4s;
  position: relative;
  top: -7px;
}
body header#masthead .mobile-menu .mm-panel {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 2px 5px 10px #b64e414d;
  width: 88%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
body header#masthead .mobile-menu .mm-panel .container {
  padding: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper {
  padding: 0;
  display: block;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li {
  list-style: none;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  display: block;
  margin-right: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li:last-child {
  border-bottom: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  padding: 0.9em 0.7em;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.3s;
  color: var(--body_col);
  text-align: left;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a:hover {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a:after {
  display: none;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li
  .sub-menu-toggle {
  display: none;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li .chevron-child {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9em;
  border-left: 1px solid #cfcfcf;
  font-size: 1.4em;
  background: #fff;
  transition: 0.3s;
  color: #000;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li
  .chevron-child:hover {
  background: var(--primary-color);
  transition: 0.3s;
  color: #fff;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li
  .chevron-child
  i {
  transform: rotate(-90deg);
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li > .sub-menu {
  display: none;
  padding-left: 8px;
  box-shadow: none;
  position: relative;
  padding: 0;
  padding-left: 0.7em;
  transition: 0.4s all;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li.open-sub
  > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 0;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li.open-sub >
  .chevron-child
  i {
  transform: rotate(-180deg);
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li.menu-item-has-children > a {
  padding-right: 4em;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper .sub-menu {
  width: 100%;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li.has-megamenu .megamenu-wrap {
  width: 100%;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li.has-megamenu .megamenu-wrap > a,
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li.has-megamenu .megamenu-wrap > .chevron-child {
  display: none;
} 
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li.has-megamenu.open-sub > .sub-menu > li > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  top: unset;
}

body header.page-header {
  border-bottom: 0;
  margin-bottom: 2em;
}
body header.page-header h1.page-title {
  font-size: 2.3em;
  font-weight: 700;
}
body .search-result-count {
  margin-bottom: 1em;
  font-weight: 500;
}
body .disclaimer {
  font-size: 0.75em;
  text-align: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  background: var(--primary_col_var);
}
body .disclaimer span {
  border-bottom: 1px solid;
  font-weight: 500;
}
body p {
  /* line-height: 1.4; */
}
body #primary .entry-header {
  border: 0;
  padding-bottom: 0;
}
/* body .entry-content {
  font-family: "Satoshi";
} */
body .entry-content .heading-sub {
  text-align: center;
  color: #282828;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}
body .entry-content .custom-btn {
  background: var(--primary_col);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  padding: 0.6em 1.5em;
  line-height: 1.3;
  transition: all 0.3s;
  font-weight: 700;
  border: 1px solid transparent;
}
body .entry-content .custom-btn:hover {
  background: #fff;
  color: var(--primary_col);
  border-color: var(--primary_col);
}
body .entry-content .custom-heading {
  /* font-size: 2.75em; */
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}
body .entry-content .custom-heading-caption {
  margin: 0 auto;
  max-width: 45em;
  text-align: center;
}
body footer {
  background: var(--secondary_col);
  color: #fff;
}
body footer .footer_logo a {
  width: 43%;
  margin-bottom: 0.4rem;
}
body footer .footer_logo a img {
  width: 100%;
  height: auto;
}
body footer a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.footer-bg {
    opacity: 0.6;
    transition: 0.5s all;
    animation: grow-and-shrink 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

body footer #media_image-2 {
  margin-bottom: 2em;
}

body footer #media_image-2 img {
  width: auto !important;
}
body footer #text-2 {
  max-width: 90%;
  margin-bottom: 1em;
  font-size: 1em;
}
body footer ul.footer-socials {
  display: flex;
}
body footer ul.footer-socials li {
  margin-right: 1em;
}
body footer ul.footer-socials li:last-child {
  margin-right: 0;
}
body footer ul.footer-socials li a {
  font-size: 1.1em;
}
body footer h2.widget-title {
  font-weight: 700;
  font-size: 1.125em;
  /* margin-bottom: 1em; */
  /* margin-top: 1.9em; */
  color: #fff;
}
body footer .widget_nav_menu {
  margin-top: 0;
}
body footer .menu {
  padding-left: 0px;
  list-style: none;
}
body footer .menu li {
  margin-bottom: 0.5rem;
}
body footer .menu li:last-child {
  margin-bottom: 0;
}
body footer .menu li a {
  font-size: 1em;
  transition: all 0.3s;
}
body footer .menu li a:hover {
  text-decoration: underline;
}
body footer .si-sec {
  text-align: center;
  font-size: 0.75em;
  border-top: 1px solid #d7d7d7;
  padding: 2% 0;
}
.fw-500{
  font-weight: 500;
}

/* search form css */
.search_form {
  position: relative;
}
.search_form .search_results {
  list-style: none;
  background: #fff;
  position: absolute;
  z-index:99;
  width: 100%;
  top: 50px;
  border-radius: 10px;
  padding: 11px 9px;
  box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
}
.search_form .search_results ul{
   list-style:none;
}
.search_form .search_results li.stores_list_item a {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  padding: 4px 12px;
  border-radius: 5px;
  transition: 0.3s all;
}
.search_form .search_results li.stores_list_item a .store_region {
  display: flex;
  align-items: center;
  flex: 20%;
}
.search_form .search_results li.stores_list_item a .store_region img {
  width: 31px;
  height: 17px;
  margin-right: 6px;
}
.search_form .search_results li.stores_list_item a span.store_name {
  flex: 80%;
  text-align: left;
}
.search_form .search_results li.stores_list_item a:hover {
  background: #eee;
}
.spinner {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #dbdcef;
  border-right-color: var(--primary_col);
  animation: spinner-d3wgkg 1s infinite linear;
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search_form .spinner {
  right: 53px;
}
.close_search_result {
   position: absolute;
   right: 13px;
   top: 10px;
   background: #eee;
   width: 25px;
   height: 25px;
   display: flex !important;
   align-items: center;
   justify-content: center;
   border-radius: 100px;
   font-size: 14px;
   cursor: pointer;
}
.close_search_result:hover {
   background: #2c2a2a;
   color: #fff;
}
.flags_menu li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_switcher{
  width: 40px;
  border-radius: 3px;
  display: flex;
  cursor: pointer;
  height: 100%;
}
.flags_menu {min-width: 60px !important;border-radius: 5px;top: 9px;left: -8px;padding: 0;overflow: hidden;padding: 0px !important;box-shadow: 0px 0px 11px -9px rgba(0,0,0,0.5);height: 325px;overflow-y: auto;}
.flags_menu li a {
  padding: 0;
  display: flex;
  height: 25px;
  border: 1px solid #ddd;
}
.flags_menu li {
  padding: 9px 10px;
  border-top: 1px solid #eee;
}
.share-btn {
  cursor: pointer;
}
.dropdown.switcher_active {
  display: block !important;
  /* position: relative; */
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.footer_social_links li a:hover {
  color: var(--primary_col) !important;
  background: #51515B;
}
.flags_menu::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.flags_menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.flags_menu::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.flags_menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
 }
}

@media (max-width: 1500px) {
  body .container {
  }
}

@media (max-width: 991px) {
  body header#masthead .mobile-menu {
    display: block;
    height: 20px;
  }
}


@media (max-width: 999px) {
  body {
    font-size: 0.938em;
  }
}
@media (max-width: 767px) {
  body {
    /* font-size: 0.875em; */
  }
  body .mob-show {
    display: block;
  }
  body .desk-show {
    display: none;
  }
  body .entry-content .custom-heading {
    font-size: 2em;
  }
  body footer #media_image-2 {
    text-align: center;
  }
  body footer #text-2 {
    max-width: 100%;
  }
  body footer h2.widget-title {
    /* margin-bottom: 0.5em; */
    /* margin-top: 1em; */
  }
  body footer .menu li {
    margin-bottom: 0;
  }
  body footer .si-sec {
    padding: 6% 0;
  }
}
@media(min-width: 500px){
  .mh-wrap .col-lg-10{
    /* position: relative; */
  }
}
@media (max-width: 500px) {
  .site-logo a img{
    width: 100px;
  }    
  .container {
    width: 96%;
   }
  .section__title {
    font-size: 1.5rem;
    line-height: 45px;
   }
   
  .blog_switcher {
    width: 38px;
    padding: 2px;
  }
  body header#masthead .header-search form.search-form {
      top: 42px;
  }
  body .entry-content .heading-sub {
    font-size: 1.6em;
    margin-bottom: 0.9em;
  }
  .search_form .search_results {
    top: 36px;
    padding: 11px 9px;
  }
  .search_form .search_results ul {
    margin-bottom: 0;
  }
  
  
  .menu-services-container ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
   }
   body footer .menu li a {
        font-size: 1.1em;
    }

}
@media (max-width: 400px) {
.deals-of-day .deal-wrap .coupon-body {
  height: 145px;
}
}