<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* April 2025 */

.sector-title {
  background-color: var(--tp-theme-1);
  color: white;
  bottom: 0;
  margin-top: 0;
  padding: 15px 25px 17px 20px;
}
.sector-title &gt; * {
  color: white;
  text-align: left;
  margin: 0;
}
.sector-title h4 {
  font-size: 28px;
  font-weight: 400;
}
.sector-title p {
  font-size: 12px;
  line-height: 1.6em;
}
.sector a .sector-title {
  transition-duration: 0.5s;
}
.sector a:hover .sector-title {
  padding-left: 30px;
  padding-right: 15px;
}

.banner-content {
  justify-content: center;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  padding: 20px;
  background-color: #d2d2d2;
  width: 100%;
}
.banner-content h2 {
  font-size: 2.8vw;
}
.banner-content h5 {
  font-size: 1.4vw;
  font-weight: 400;
}
.banner-content .btn {
  font-size: 1.2vw;
}

.header-area {
  padding: 0;
}

.header-top-area {
  padding: 15px;	
}

.header-top-icon ul {
  padding-left: 20px;	
}

.header-top-icon, .header-top-icon ul {
  width: 100%;
  text-align: center;
}

.header-top-icon ul li {
  display: inline-block;
  max-width: 80px;
  margin: 0;
}
.header-top-icon ul li.large {
  max-width: 100px;
}

.header-top-icon ul li.whatsapp a {
  color: #25d366;
}

.text-whatsapp {
  color: #25d366 !important;
}

.header-top-icon ul li a {
  display: inline-block;	
  font-weight: 400;
}

.header-top-icon ul li:hover a {
  color: var(--tp-theme-2);
}

.header-top-icon ul li a i {
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  width:100%;
  margin-bottom: 6px;
}
.header-top-icon span {
  font-weight: 600;
  font-size: 12px;
  width:100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
}
.login {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}
.main-menu {
  min-height: 50px;
  background-color: #d2d2d2;
}
.main-menu nav &gt; ul {
  margin: 0;	
  text-align: center;
}
.main-menu nav &gt; ul &gt; li {
  padding: 10px 15px;	
  vertical-align: middle;
  margin: 0;
  min-width: 130px;
  border-right: 1px solid white;
}
.main-menu nav &gt; ul &gt; li:last-child {
  border-right: none;
}
.main-menu nav &gt; ul li &gt; a {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  font-weight: 400;
}
.main-menu ul {
  font-size: 0;
  position: relative;
}
.main-menu ul li {
  position: static;
}
.main-menu ul li:hover {
  background-color: white;
}
.main-menu ul li:hover &gt; a {
  color: var(--tp-theme-1);
}
.main-menu ul li .submenu li a {
  text-align: left;
  color: var(--tp-theme-1);
}
.main-menu ul li .submenu a:hover {
  padding-left: 2px !important;
  color: var(--tp-theme-1) !important;
  text-decoration: underline;
}
.main-menu ul li .submenu {
  position: absolute;
  left: 0;
  margin-top: 10px;
  width: 100% !important;
  background-color: white;
  z-index: 2;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0;
  visibility: hidden;
}
.main-menu ul li .submenu {
  padding: 30px;
  text-align: left;
}
.main-menu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.main-menu ul li .submenu li a { 
  padding: 2px !important;
  font-size: 16px !important;
}
.main-menu ul li .submenu li {
  padding: 0;
  display: block !important;
  border: 0 !important;
    margin: 0;
}
.main-menu ul li .submenu ul {
  margin: 0;
}
.mean-container a.meanmenu-reveal {
  border: 0;
  margin-top: -43px;
}

.mean-container .mean-nav {
  color: var(--tp-theme-1);
  background-color: white;
}

.mean-container .mean-nav ul li a {
  color: var(--tp-theme-1);
}

.header-bottom-area {
  background-color: var(--tp-theme-1);
  color: white;
  font-size: 12px;
  line-height: 1.4em;
}

.header-bottom-area .subitem { 
  padding: 10px; 
  border-right: 1px solid white;
  text-align: center;
}
.header-bottom-area .subitem:last-child {
  border-right: none;
}
.header-bottom-area .subitem i {
  font-size: 2.8em;
}
.box-rounded-sm {
  border-radius: 6px;
}

.header-bottom-area a {
  color: white;
}

.header-bottom-area {
  padding: 0 5px;
}

.subitem {
  background-color: #3c6b8c;
  margin: 10px 5px;
  border-radius: 5px;
}

.subitem:hover {
  background-color: #173246;
}

ol &gt; li::marker {
  font-weight: normal;
}

.before-item {
  margin: 0px 15px;
}

.banner-slider {
  margin: 0;
}

.banner-item {
  margin: 0;
}

p, ol, ul {
  font-size: 16px;
}

.container-max {
  max-width:1800px;margin:auto;
}
@media screen and (min-width: 1800px) {
  .banner-content h2 {
   font-size: 3em;
  }
  .banner-content h5 {
    font-size: 2em;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 0.8rem; }
.s1 { margin-bottom: 0.8rem; color: #244b67; text-transform: uppercase; display: inline-block; border-bottom: 2px solid #244b67; padding-bottom: 4px; letter-spacing: 0.1rem; }
.bg-container { position:relative; }
.bg-brand { background-color: #fcaf3d }
.bg-shape1 {
  display: block; 
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 40%, -10% 100%, 120% 100%);
  background-color:#244b67;
  position: absolute;
  z-index: 10;
  bottom: -1px;
}
.bg-shape2 {
  display: block; 
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 100%, 0.07% -1%, 100% -1%);
  background-color: white;
  position: absolute;
  z-index: 10;
}
.relative {
  position: relative; z-index: 20;
}
.btn-white {
    background-color: white;
    border-color: white;
  color: #244b67 !important;
}
.btn-white:hover {
  background-color: #efefef;
  border-color: #efefef;
  color: #244b67 !important;
}
.ksector img {
  border: 6px solid #fcaf3d;
  border-radius: 10px;
}
.ksector .main {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  color: black;
  min-height: 100%;
}
.text-brand {
  color: #fcaf3d;
}
hr {
  border-bottom: 2px solid white;
  opacity: 0.6;
}
.background-overlay {
  background: linear-gradient(0deg, rgba(36, 75, 103, 0.9), rgba(36, 75, 103, 0.9)), url('/images/Porcelain paving.jpg');
  background-size: cover;
}

.matchee {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.matchee:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 100%);
  width: 100%;
  height: 30px;
}

.accordion {
  --bs-accordion-border-radius: 0
}
.accordion-button {
  color: var(--bs-accordion-btn-color) !important;
  background-color: #efefef !important;
}

.accordion-button:not(.collapsed)::after {
  content: '\f068';
}
  
.accordion-button::after {
  background-image: none !important;
  font-family: 'FontAwesome';
  width: auto;
}
.accordion-button.collapsed::after {
  content: '\2b';
}
</pre></body></html>