@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --global-font-family: "Poppins", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #272727;
  --global-background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #1E1E1E;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #BC3810;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #F4F4F4;
  overflow-x: hidden;
}
body ::-moz-selection {
  background-color: #BC3810;
  color: #fff;
}
body ::selection {
  background-color: #BC3810;
  color: #fff;
}
body .container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}
body .center {
  text-align: center;
}
body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}
body .wpb_single_image {
  margin-bottom: 0;
}
body .wpb_text_column {
  margin-bottom: 0;
}
body .vc_icon_element {
  margin-bottom: 0;
}
body .hidden {
  display: none !important;
}
body .desk-hide {
  display: none !important;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #BC3810;
  transition: 0.4s;
}
body .wht-btn {
  background: #FFF;
  color: #000;
  font-weight: 600;
  padding: 0.875rem 6rem 0.875rem 3.125rem;
  border: 2px solid #FFF;
  transition: 0.5s;
}
body .wht-btn:hover {
  background: transparent;
  color: #FFF;
  transition: 0.5s;
}
body .trans-btn {
  background: transparent;
  color: #FFF;
  font-weight: 600;
  padding: 0.875rem 6rem 0.875rem 3.125rem;
  border: 2px solid #FFF;
  transition: 0.5s;
}
body .trans-btn:hover {
  background: #FFF;
  color: #000;
  transition: 0.5s;
}
body .btn-blue {
  background: #1F1D70;
  color: #FFF !important;
  font-weight: 600;
  padding: 0.75rem 1.3rem;
  display: flex;
  align-items: center;
  border: 2px solid #1F1D70;
  border-radius: 1rem;
  transition: 0.5s;
  font-size: 1.2rem !important;
}
body .btn-blue:hover {
  background: transparent;
  color: #1F1D70 !important;
  transition: 0.5s;
}
body .btn-trans {
  background: transparent;
  color: #1F1D70 !important;
  font-weight: 600;
  padding: 0.75rem 1.3rem;
  display: flex;
  align-items: center;
  border: 2px solid #1F1D70;
  transition: 0.5s;
  border-radius: 1rem;
  font-size: 1.2rem !important;
}
body .btn-trans:hover {
  background: #1F1D70 !important;
  color: #FFF !important;
  transition: 0.5s;
}
body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}
body .mg-bottom {
  margin-bottom: 2em !important;
}
body .mg-top {
  margin-top: 2em !important;
}
body .mg-none {
  margin: 0 !important;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body .no-pad {
  padding: 0 !important;
}
body .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body header#masthead {
  position: relative;
  z-index: 99;
  width: 100%;
  transition: all 0.4s;
}
body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}
body header#masthead.sticky .top-bar {
  padding: 0;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(-100%);
}
body header#masthead.sticky .logo img {
  width: 50%;
}
body header#masthead.sticky .header-main ul.menu-wrapper li.menu-item a {
  font-size: 1rem;
}
body header#masthead .top-bar {
  transition: all 0.4s;
  background: #1F1D70;
}
body header#masthead .top-bar .btn-flex {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding: 0.375rem 0;
}
body header#masthead .top-bar .btn-2 {
  margin-bottom: 0;
}
body header#masthead .top-bar .btn-2 a {
  background: #BC3810;
  color: #fff;
  border: 1px solid #BC3810 !important;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  padding: 0.125rem 1.469rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body header#masthead .top-bar .btn-2 a:hover {
  background: #1E1E1E;
  color: #fff;
}
body header#masthead .top-bar .top-bar-txt h4 {
  font-size: var(--global-font-size);
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
body header#masthead .header-main {
  padding: 0.5rem 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
body header#masthead .header-main .flex-row {
  align-items: center;
  justify-content: space-between;
}
body header#masthead .header-main .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body header#masthead .header-main .logo img {
  transition: all 0.4s;
  height: auto;
  width: 65%;
}
body header#masthead .header-main .main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.222rem;
}
body header#masthead .header-main ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.222rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.8em;
  transition: all 0.3s;
  color: #000;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a {
  color: #BC3810;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  width: 100%;
  right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  color: var(--global-font-color);
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 400;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #BC3810;
  height: 2px;
  transition: all 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #BC3810;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #BC3810;
  display: block;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #000;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #BC3810;
  color: #fff;
  transition: 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body header#masthead .header-main .header-options {
  display: flex;
  gap: 1em;
  align-items: center;
  position: relative;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1.asl_w .fa, body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1.asl_w .far, body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1.asl_w .fas {
  font-family: "Font Awesome 5 Free" !important;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 {
  box-shadow: none;
  overflow: visible;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 .probox {
  height: 30px;
  overflow: visible;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 .probox .proinput {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 .probox .proinput form {
  width: 0;
  visibility: hidden;
  opacity: 0;
  display: none;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  z-index: 9;
  left: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 .probox .proinput form.slide-show {
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: block;
  left: 0;
  overflow: visible;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 .probox .proinput form input.orig {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 5px !important;
  border: 1px solid #000 !important;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 .probox .proinput .searchicon {
  position: absolute;
  z-index: 99;
  right: 2px;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 .probox .proinput .searchicon .sicon {
  background: transparent;
  color: #363636;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 .probox .proinput .searchicon .sicon:focus {
  outline: none;
}
body header#masthead .header-main .header-options .search-icon #ajaxsearchlite1 .probox .promagnifier {
  display: none;
}
body .search-overlay {
  padding: 8px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -9;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  transition: all 0.4s;
}
body .search-overlay.active {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  top: 100%;
  bottom: initial;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #BC3810;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #BC3810;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body #content .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list {
  border-bottom: 1px solid #C3C3C3;
}
body #content .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  background-color: transparent;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  border: none;
}
body #content .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-bottom: 3px solid #1F1D70;
}
body #content .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  display: none;
}
body #content .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
  display: block;
}
body #content .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0;
}
body #content .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body > .wpb_column > .vc_column-inner {
  padding: 0;
}
body #content .vc_row {
  margin: 0;
}
body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.375rem 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .max-80 {
  max-width: 80%;
}
body #content .max-90 {
  max-width: 90%;
}
body #content .m-auto {
  margin: 0 auto;
}
body #content .mg-bottom {
  margin-bottom: 1.875rem;
}
body #content .mg-top {
  margin: 2.5rem 0 0 0 !important;
}
body #content .full-img > .vc_figure {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}
body #content .desk-hidden {
  display: none;
}
body #content .wht-head {
  color: #fff !important;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .main-head {
  font-size: 3.125rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #000;
  margin-bottom: 1.167rem;
}
body #content .main-head b {
  font-weight: 600;
  color: #BC3810;
}
body #content .sub-head {
  font-size: 2.5rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #1F1D70;
  margin-bottom: 0.5rem;
}
body #content .head-title {
  font-family: var(--global-font-family);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
body #content .box-yellow {
  background: #FBEFA0;
  padding: 2.688rem 0.938rem 1rem;
}
body #content .box-blue {
  background: #C2E5FB;
  padding: 2.688rem 0.938rem 1rem;
}
body #content .box-pink {
  background: #FFCEC7;
  padding: 2.688rem 0.938rem 1rem;
}
body #content .brown-txt p {
  color: #310A0A !important;
  font-size: var(--global-font-size) !important;
  font-weight: 400 !important;
}
body #content .txt ul {
  padding-left: 1.5rem;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 300;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 300;
}
body #content .txt p strong {
  color: #BC3810;
  font-weight: 600;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .btn-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.375rem;
}
body #content .btn {
  margin-bottom: 0;
}
body #content .btn a {
  background: #BC3810;
  color: #fff;
  border: 1px solid #BC3810;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border: 1px solid #BC3810;
  border-radius: 0;
  font-weight: 600;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn a:hover {
  background: #fff;
  color: #BC3810;
}
body #content .img-grid .wpb_image_grid_ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  height: 100% !important;
}
body #content .img-grid .wpb_image_grid_ul li {
  flex: 0 0 23%;
  position: relative !important;
  top: initial !important;
  left: initial !important;
}
body #content .img-grid .wpb_image_grid_ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
body #content .page-header .page-banner {
  position: relative;
}
body #content .page-header .page-banner .featured-txt {
  margin-bottom: 1rem;
}
body #content .page-header .page-banner .featured-txt img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .page-header .page-banner .page-naam-parent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
body #content .page-header .page-banner .page-naam-parent .page-naam {
  width: 100%;
}
body #content .page-header .page-banner .page-naam-parent .page-naam h1 {
  text-align: center;
  color: #fff;
  font-size: 3.5em;
  text-transform: uppercase;
}
body #content .hero-sec .hero-row {
  margin: 1.938rem 0;
}
body #content .hero-sec .hero-row .sub-head {
  font-size: 3.125rem;
  font-weight: 500;
  text-transform: uppercase;
}
body #content .hero-sec .hero-row .txt p {
  text-align: end;
  font-size: 1.125rem;
  font-weight: 400;
}
body #content .home-about-sec .about-row .main-head {
  font-size: 2.5rem;
  font-weight: 600;
  width: 60%;
  margin: 0 auto;
}
body #content .home-about-sec .about-row .txt {
  text-align: center;
  margin: 1.875rem 0 0 0;
}
body #content .home-about-sec .counter-inner-row {
  margin-top: 2.75rem;
}
body #content .home-about-sec .counter-inner-row .counter-number {
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
}
body #content .home-about-sec .counter-inner-row .txt h2 {
  font-size: 1.563rem;
  font-weight: 400;
  color: #272727;
  text-transform: uppercase;
  text-align: center;
  margin: 0.516rem 0 0 0;
}
body #content .home-about-sec .counter-inner-row .txt p {
  font-size: 1rem;
  font-weight: 400;
  color: #272727;
  text-align: center;
}
body #content .cards-row .sub-head {
  font-size: 2.5rem;
  font-weight: 500;
  color: #272727;
  margin: 1.125rem 0 0 0;
}
body #content .testimonial-sec .testimonial-row .testimonial-slide > .vc_column-inner > .wpb_wrapper.slick-initialized .slick-arrow {
  display: none !important;
}
body #content .testimonial-sec .testimonial-row .testimonial-slide > .vc_column-inner > .wpb_wrapper.slick-initialized .slick-list .slick-track {
  display: flex;
  gap: 0 1.313rem;
  align-items: center;
}
body #content .testimonial-sec .testimonial-row .testimonial-slide > .vc_column-inner > .wpb_wrapper .testimonial-section .txt p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #272727;
}
body #content .testimonial-sec .testimonial-row .testimonial-slide > .vc_column-inner > .wpb_wrapper .testimonial-section .testominal-img {
  margin: 1.688rem 0 0.438rem;
}
body #content .testimonial-sec .testimonial-row .testimonial-slide > .vc_column-inner > .wpb_wrapper .testimonial-section .testominal-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .testimonial-sec .testimonial-row .testimonial-slide > .vc_column-inner > .wpb_wrapper .testimonial-section .testimonial-name p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #272727;
  margin: 0;
}
body #content .testimonial-sec .testimonial-row .testimonial-slide > .vc_column-inner > .wpb_wrapper .testimonial-section .testimonial-name h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #BC3810;
}
body #content .about-us-sec .about-us-row .sub-head {
  font-size: 1.175rem;
  font-weight: 500;
  margin: 0;
}
body #content .about-us-sec .about-us-row .main-head {
  font-size: 2.5rem;
  font-weight: 500;
  color: #310A0A;
}
body #content .about-us-sec .our-values-inner-row {
  margin-bottom: 2rem;
}
body #content .about-us-sec .our-values-inner-row .main-head {
  margin: 1.167rem 0;
  padding: 0 1rem;
  font-size: 1.5rem !important;
  color: #272727;
}
body #content .about-us-sec .our-values-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
  padding: 0;
  min-height: 26rem;
}
body #content .about-us-sec .our-values-inner-row .full-img img {
  aspect-ratio: 3/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .about-us-sec .our-values-inner-row .txt {
  padding: 0 1rem 1rem;
}
body #content .image-swip-row .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list {
  border-bottom: 1px solid #C3C3C3;
}
body #content .image-swip-row .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  background-color: transparent;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  border: none;
}
body #content .image-swip-row .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-bottom: 3px solid #1F1D70;
}
body #content .image-swip-row .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0;
}
body #content .image-swip-row .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body > .wpb_column > .vc_column-inner {
  padding: 0;
}
body #content .image-swip-row .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .img-grid {
  margin-top: 1rem;
}
body #content .image-swip-row .vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .img-grid .wpb_image_grid_ul li {
  flex: 0 0 22%;
}
body #content .image-swip-row .color-option .wpb_image_grid_ul li img.active {
  border: 3px solid #BC3810;
  transform: scale(1.05);
}
body #content .doc-row .txt {
  margin: 1.5rem 0 0 0;
}
body #content .doc-row .txt .flex-row {
  justify-content: center;
  gap: 1rem;
}
body #content .product-sec {
  padding: 4.444rem 0 0 0;
}
body #content .product-sec .txt {
  text-align: center;
}
body #content .product-sec .txt h3 {
  color: #1F1D70;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
body #content .product-sec .txt p {
  font-size: 1rem;
  font-weight: 400;
  color: #272727;
  margin-bottom: 0.5rem;
}
body #content .product-li {
  padding: 4.444rem 0;
}
body #content .product-li .txt h3 {
  color: #1F1D70;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
body #content .product-li .txt ul {
  margin-bottom: 0.5rem;
}
body #content .product-li .txt ul li {
  font-size: 1rem;
  font-weight: 400;
  color: #272727;
}
body #content .product-sec .product-row .custom-tabs .custom-tabs-nav {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 1rem;
  list-style: none;
  border-bottom: 1px solid #d6d0d0;
}
body #content .product-sec .product-row .custom-tabs .custom-tabs-nav li {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}
body #content .product-sec .product-row .custom-tabs .custom-tabs-nav li.active {
  border-bottom: 3px solid #1F1D70;
}
body #content .product-sec .post-grid > .vc_grid > .vc_pageable-slide-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
body #content .product-sec .post-grid > .vc_grid > .vc_pageable-slide-wrapper .vc_grid-item {
  flex: 0 0 32%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
  padding: 1rem;
  border-radius: 1rem;
}
body #content .product-sec .post-grid .post-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
body #content .product-sec .post-grid .post-title h2 a {
  color: #163A5E;
  font-family: var(--global-font-family);
  font-size: 1.3rem;
  font-weight: 600;
}
body #content .product-sec .post-grid .post-except p a {
  color: rgba(28, 28, 28, 0.6509803922);
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
body #content .contact-us-sec {
  padding: 2rem 0;
  border-bottom: 1px solid #dce0e5;
  border-top: 1px solid #dce0e5;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner {
  height: 100%;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner > .wpb_wrapper {
  position: relative;
  height: 100%;
  padding: 1rem;
  border: 1px solid #dce0e5;
  border-radius: 1rem;
  background: #fff;
  transition: 0.3s all ease-in;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-20px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .contact-us-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  padding: 2em;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  background: #BC3810;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .contact-us-icon .vc_icon_element-icon {
  font-size: 1.5rem !important;
  color: #fff !important;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt {
  padding: 2rem 0 0 0;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt h2 {
  margin-bottom: 0.7em;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: var(--global-font-family);
  text-align: center;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt p {
  font-size: 0.9rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #696969;
  text-align: center;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt p a {
  font-size: 0.9rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #696969;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt p a:hover {
  color: #BC3810;
}
body #content .blog-page {
  margin: 3rem 0;
}
body #content .blog-page .vc_column-inner {
  padding: 0 !important;
}
body #content .blog-page .vc_row.wpb_row.vc_row-fluid {
  margin: 0;
}
body #content .blog-page .flex-row {
  gap: 30px;
  flex-wrap: nowrap;
}
body #content .blog-page h1, body #content .blog-page h2, body #content .blog-page h3, body #content .blog-page h4, body #content .blog-page h5, body #content .blog-page h6 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  color: #1F1D70;
  margin: 0 0 1rem;
}
body #content .blog-page p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #444;
  margin: 0 0 1rem;
}
body #content .blog-page p a {
  color: #1F1D70;
  transition: all 0.4s;
}
body #content .blog-page p a:hover {
  opacity: 0.8;
}
body #content .blog-page .blog {
  width: 75%;
}
body #content .blog-page .blog .blog-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  color: #BC3810;
  margin-bottom: 1rem;
}
body #content .blog-page .blog .blog-date {
  margin-bottom: 2rem;
}
body #content .blog-page .blog .blog-date p {
  font-size: 1rem;
  font-weight: 300;
  color: #0091B4;
  margin: 0;
}
body #content .blog-page .blog-sidebar {
  width: 25%;
}
body #content .blog-page .blog-sidebar .recent-blogs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog {
  margin-bottom: 15px;
  width: 100%;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  background: #F2F2F2;
  border-radius: 0.5rem;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .recent-blog-img {
  width: 30%;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .recent-blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem 0 0 0.5rem;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .recent-blog-title {
  width: 70%;
  padding: 10px 0;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .recent-blog-title h2 {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-right: 1rem;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content {
  width: 75%;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content .recent-blog-title {
  width: 70%;
  padding: 10px 0;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content .recent-blog-title h2 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-right: 1rem;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content .recent-blog-excerpt p:nth-child(1) {
  margin-bottom: 0;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content .recent-blog-excerpt p {
  color: #000;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}
body #content .blogs-sec {
  margin-top: 1em;
}
body #content .blogs-sec .blogs-row .blogs-grid > .vc_grid > .vc_pageable-slide-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
body #content .blogs-sec .blogs-row .blogs-grid > .vc_grid > .vc_pageable-slide-wrapper .vc_grid-item {
  flex: 0 0 32%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
  padding: 1rem;
  border-radius: 1rem;
}
body #content .blogs-sec .blogs-row .blogs-grid .blog-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
body #content .blogs-sec .blogs-row .blogs-grid .blog-title h2 a {
  color: #163A5E;
  font-family: var(--global-font-family);
  font-size: 1.3rem;
  font-weight: 600;
}
body #content .blogs-sec .blogs-row .blogs-grid .blog-except p a {
  color: rgba(28, 28, 28, 0.6509803922);
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
body form.wpcf7-form {
  padding: 2rem 0;
  transition: all 0.4s;
}
body form.wpcf7-form p {
  margin-bottom: 0;
}
body form.wpcf7-form .flex-row {
  justify-content: center;
}
body form.wpcf7-form .form-group {
  padding-bottom: 1rem;
  width: 100%;
  display: flex;
  gap: 1rem;
}
body form.wpcf7-form .form-group .input-wrapper .wpcf7-form-control-wrap .iti {
  width: 100%;
}
body form.wpcf7-form label {
  font-size: 1rem;
  line-height: 2;
}
body form.wpcf7-form label span {
  color: #BC3810;
}
body form.wpcf7-form input[type=text], body form.wpcf7-form input[type=email], body form.wpcf7-form input[type=tel], body form.wpcf7-form input[type=date] {
  width: 100%;
  padding: 0.8rem 0.5rem;
  box-sizing: border-box;
  border: 1px solid #dce0e5;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
  background: #fff;
  color: #1E1E1E;
}
body form.wpcf7-form input[type=text]:focus, body form.wpcf7-form input[type=email]:focus, body form.wpcf7-form input[type=tel]:focus, body form.wpcf7-form input[type=date]:focus {
  outline: none;
  border-color: #BC3810;
  transition: 0.4s;
}
body form.wpcf7-form .error {
  color: #BC3810;
}
body form.wpcf7-form .success {
  color: #0EC879;
}
body form.wpcf7-form select {
  width: 100%;
  padding: 0.8rem 0.5rem;
  box-sizing: border-box;
  border: 1px solid #dce0e5;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
  background: #fff;
  color: #1E1E1E;
}
body form.wpcf7-form select:focus {
  outline: none;
  border-color: #BC3810;
  transition: 0.4s;
}
body form.wpcf7-form textarea {
  width: 100%;
  padding: 0.8rem 0.5rem;
  box-sizing: border-box;
  border: 1px solid #dce0e5;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 200px;
  background: #fff;
  color: #1E1E1E;
}
body form.wpcf7-form textarea:focus {
  outline: none;
  border-color: #BC3810;
  transition: 0.4s;
}
body form.wpcf7-form .radios {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #BC3810;
}
body form.wpcf7-form .radios .radio {
  display: flex;
  gap: 0.5rem;
}
body form.wpcf7-form .submit-btn {
  text-align: right;
  margin-bottom: 0;
  position: relative;
}
body form.wpcf7-form .submit-btn input, body form.wpcf7-form .submit-btn button {
  padding: 0.806rem 3.333rem;
  background-color: #1F1D70;
  color: #fff;
  border: none;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.4s;
}
body form.wpcf7-form .submit-btn input:hover, body form.wpcf7-form .submit-btn button:hover {
  background: #BC3810;
  color: #fff;
}
body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  position: absolute;
}
body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #BC3810;
}
body footer#colophon {
  background: url(https://newsite.ultimatebuildmart.com/wp-content/uploads/2026/03/footer-bg.webp);
  background-size: cover;
  background-position: center;
}
body footer#colophon .footer-top {
  padding-bottom: 9.625rem;
}
body footer#colophon .footer-top .main-head {
  color: #FFF;
  font-size: 3.125rem;
  padding: 4.438rem 0 0.75rem 0;
}
body footer#colophon .footer-top .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.563rem;
}
body footer#colophon .footer-top .txt .wht-btn {
  position: relative;
}
body footer#colophon .footer-top .txt .wht-btn:after {
  content: "";
  position: absolute;
  background: url(https://newsite.ultimatebuildmart.com/wp-content/uploads/2026/03/right-black.png) no-repeat;
  top: 50%;
  left: 65%;
  transform: translateY(-50%);
  width: 100%;
  height: 14px;
}
body footer#colophon .footer-top .txt .wht-btn:hover:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(103%) contrast(101%);
}
body footer#colophon .footer-top .txt .trans-btn {
  position: relative;
}
body footer#colophon .footer-top .txt .trans-btn:after {
  content: "";
  position: absolute;
  background: url(https://newsite.ultimatebuildmart.com/wp-content/uploads/2026/03/wht-arrow.png) no-repeat;
  top: 50%;
  left: 65%;
  transform: translateY(-50%);
  width: 100%;
  height: 14px;
}
body footer#colophon .footer-top .txt .trans-btn:hover:after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(0%) hue-rotate(13deg) brightness(98%) contrast(105%);
}
body footer#colophon .footer-main .flex-row {
  display: flex;
}
body footer#colophon .footer-main .footer-logo ul {
  width: 64%;
}
body footer#colophon .footer-main .footer-logo ul li {
  font-size: 1.25rem;
  margin-bottom: 0;
}
body footer#colophon .footer-main .footer-logo ul li a {
  color: #fff;
  font-size: inherit;
  transition: 0.4s;
}
body footer#colophon .footer-main .footer-logo ul li a i {
  margin-right: 0;
}
body footer#colophon .footer-main .footer-logo ul li a:hover {
  color: #fff;
  opacity: 0.8;
}
body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family);
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #FFF;
  margin-bottom: 1rem;
}
body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1em;
}
body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family);
  font-weight: 300;
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff;
}
body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: #fff;
}
body footer#colophon .footer-main section.widget ul li a i {
  margin-right: 0.5rem;
}
body footer#colophon .footer-main section.widget ul li a:hover {
  color: #fff;
  opacity: 0.8;
}
body footer#colophon .footer-main section.widget .social-links {
  display: flex;
  gap: 1rem;
  justify-content: end;
  align-items: center;
}
body footer#colophon .footer-main form.wpcf7-form {
  padding: 0;
}
body footer#colophon .footer-main form.wpcf7-form .form-group {
  flex-direction: column;
  gap: 0;
}
body footer#colophon .footer-main form.wpcf7-form .form-group .input-wrapper .wpcf7-email {
  border-radius: 0;
  margin-bottom: 1rem;
}
body footer#colophon .footer-main form.wpcf7-form .form-group .submit-btn input {
  border-radius: 0;
}
body footer#colophon .copyright {
  padding: 1rem 0;
  background: #BC3810;
}
body footer#colophon .copyright p {
  font-size: 0.95rem;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
body footer#colophon .copyright p a {
  color: #fff;
  transition: 0.4s;
}
body footer#colophon .copyright p a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}/*# sourceMappingURL=template.css.map */