@charset "utf-8";
/***** Design By Sagar 5.1 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("https://icons.getbootstrap.com/assets/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* CSS Document font-family: "Italianno", cursive; */

body {
    background: #fff;
    color: #2b2f33;
    font-size: 15px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: 'Inter', sans-serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #0b3a66;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Inter", serif;font-weight: 700;
}

p {
    font-family: 'Inter', sans-serif; margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fb904c;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #fb904c;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #0b3a66;
    --secondary: #fb904c;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

.navbar-collapse {
    flex-basis: auto !important;
    flex-grow: initial !important;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.hide {
    display: none;
}

.subArrow:checked~.dropdoqwn {
    display: block;
}

.subArrow:checked~.dropdoqwn2 {
    display: block;
}

.subArrow:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    z-index: 99999 !important;
    padding: 0;
    display: none;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}
.dropdoqwn{
margin-top: 0px;
}
.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
	
}




.dropdoqwn li a {
    display: block !important;
    font-size: 14px !important;
    padding: 8px 15px !important;
    min-width: 260px;
    text-align: left;
    border-radius: 0px !important;
    color: #272727 !important;
    text-transform: capitalize !important;
    font-weight: 400!important;
    background-color: #fdfdff !important;
	border-top:1px solid #ccc;
	
}

.dropdoqwn li a:hover {
    background-color: #fb904c !important;
    color: #fff !important;
}

.meg:hover {
    background-color: #fff;
    border-radius: 100px;
}

.meg:hover .main-s {
    color: #000;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    padding-top: 15px;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}


.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    color: #444;
    border-radius: 15px;
    position: relative;
    z-index: 555;
    overflow: hidden;
    padding: 15px;
}

.megamenu::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(0, 0, 0, 45%);
    z-index: -1;
    border-radius: 15px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.headerf-0flex li a {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    padding: 29px 12px;
    text-decoration: none;
    transition: 0.6s linear;
    border-radius: 100px;
}
.schedulemeet {
    color: rgb(255, 255, 255) !important;
    background: rgb(251, 144, 76);
    border-radius: 50px;
    padding: 10px 20px !important;
}
.schedulemeet:hover {
    color: rgb(255, 255, 255);
    background: rgb(11, 58, 102);
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headlogo img{ height:60px;}
.header_area {
    background-color: rgb(255, 255, 255);
    position: relative;
    margin-top: 25px;
    z-index: 9999 !important;
    border-bottom: 1px solid rgb(151, 178, 215);
    padding: 0px 22px;
    border-radius: 50px;
}

.header_area::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
}

.mainbg{ background:url(../images/mainbg.jpg) no-repeat; background-size:100%; text-align:center; min-height:100vh;align-content: center; }
.mainelogo img{ height:200px;}
.realestatecard { 
    position: relative; 
    color: #fff; 
    margin-top: 50px; 
    border-bottom: 5px solid #fff;
    border-radius: 19px;
    overflow: hidden;
}

.cardbg1 img { 
    border-radius: 15px;
    width: 100%;
    display: block; 
}

.realestatecard:hover { 
    border-bottom: 5px solid #fb904c;
}

.cardicon { 
    position: absolute; 
    z-index: 9;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    text-align: center;
}
.cardicon img { 
    margin-bottom: 20px; 
}
.realestatecard strong { 
    font-size: 20px; 
    text-transform: uppercase;
}
.bannerbg img{ width:100%; position:relative; color:#fff; }
.bannercont{ position:absolute; top:244px;left: 0;height: 100%; width:100%;color:#fff;text-align:center;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
.bannercont h1{ background:#fb904c; padding:10px 20px; color:#fff;}
.bannercont h2{ background:#ffffffcc; padding:10px 20px; color:#0b3a66; font-size:20px; margin-top:10px;}
.bannerbg1 img{ width:100%; position:relative; color:#fff; }
.bannercont1{ position:absolute; top:180px;left: 0;width:100%;color:#fff;text-align:center;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
.bannercont1 h1{ background:#fb904c; padding:10px 20px; color:#fff;}

:root {
    --primary-blue: #0b3a66;
    --accent-orange: #fb904c;
}

/* Section Wrapper */
.overview-section {
    padding: 80px 0;
}
.overview-section h3{color: var(--primary-blue); font-size: 3rem;}
/* Badge/Tag */
.tag-badge {
    background: var(--accent-orange);
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 20px;
}

/* Large Image Styling */
.main-img {
    width: 100%;
    height: 418px;
    object-fit: cover;
    border-radius: 30px;
}

/* Stats Card Styling */
.stat-box {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #fff;
}
.stat-box{background: var(--primary-blue); color: #fff;}
.stat-box strong {
    font-size: 3rem;
    font-weight: 800;
    color:#fff;
	
}

.stat-box strong span {
    color: var(--accent-orange);
}

.stat-box p {
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.footerhead{ font-weight:700; font-size:18px;}
.sub-title { color: #fb904c; font-weight: 700; font-size: 0.8rem; letter-spacing: 2px; }
.main-title { color: #0b3a66; font-weight: 800; font-size: 2.5rem; }

.btn-portfolio { border: 2px solid #0b3a66; color: #0b3a66; font-weight: 700; padding: 10px 30px; background: #fff; }
.btn-portfolio.active { background: #0b3a66; color: #fff; }

.project-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08);min-height: 398px; }
.img-placeholder img{ height: 250px; background: #eee; width: 100%;object-fit: cover;}
.cat-label { color: #fb904c; font-weight: 700; text-transform: uppercase; }
.project-title { color: #0b3a66; font-weight: 700; font-size:20px; margin: 10px 0; }
.about-us-section { background-color: #fff; }
.sub-title { color: #fb904c; font-weight: 700; font-size: 0.8rem; letter-spacing: 2px; display: block; margin-bottom: 15px; }
.main-title { color: #0b3a66; font-weight: 800; font-size: 2.5rem; line-height: 1.2; }
.feature-title { color: #0b3a66; font-weight: 600; font-size:20px;}
.text-orange { color: #fb904c; }

.btn-primary-custom { 
    background: #0b3a66; 
    color: #fff; 
    padding: 12px 30px; 
    border-radius: 5px; 
    text-decoration: none;
    font-weight: 600;
}

.about-image-wrapper { position: relative; }
.stats-overlay {
    position: absolute;
    bottom: -30px;
    right: 20px;
    background: #0b3a66;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    gap: 40px;
}
.stat-item h3 { margin: 0; font-size: 2rem; color: #fb904c; }
.stat-item p { margin: 0; font-size: 0.85rem; opacity: 0.8; }

/* Mobile optimization */
@media (max-width: 768px) {
    .stats-overlay { position: relative; bottom: 0; margin-top: 20px; }
}
.why-choose-us{background-color: #f8f9fa; padding:50px 0px;}
.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    border-bottom: 3px solid transparent;
}

.feature-card:hover {
    border-bottom-color: #fb904c;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.icon-box {
    font-size: 2rem;
    color: #0b3a66;
    margin-bottom: 20px;
}

.feature-card strong {
    color: #0b3a66;
    font-weight: 700;
    margin-bottom: 15px;
	font-size:20px;
}

.feature-card p {
    color: #666;
    font-size: 0.95rem;
}


.footer-section {
    background-color: #0b3a66; /* Primary Blue */
    color: #ffffff;
}

.footer-links li a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    line-height: 2.5;
}

.footer-links li a:hover {
    color: #fb904c; /* Accent Orange */
    opacity: 1;
}

.social-links a {
    color: #ffffff;
    font-size: 1.2rem;
    margin-right: 15px;
    opacity: 0.7;
}

.social-links a:hover { color: #fb904c; }

.btn-warning {
    background-color: #fb904c;
    border: none;
    color: #fff;
    font-weight: 600;
}
.border-secondary {
    border-color: rgb(218 235 251) !important;
}
.opacityfotter a{color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;}

.banner-section {
  background-color: #0b3a66; /* Dark Navy Background */
}

.btn-danger {
  background-color: #fb904c;
  border: none;
  border-radius: 4px;
  font-weight: 500;
}

.btn-danger:hover {
  background-color: #fff; color:#000;
} 
.specs-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.spec-item { font-size: 12px; color: #555; background: #f4f4f4; padding: 5px 10px; border-radius: 5px; }
.spec-item i { color: #fb904c; margin-right: 5px; }
.projdetails-section{
  padding:60px 0;
  background:#f5f5f5;
}

/* image */

.projdetails-image img{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:28px;
}

/* info box */

.projdetails-info{
  background:#0b3a66;
  margin-top:25px;
  border-radius:20px;
  padding:30px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.projdetails-box{
  text-align:center;
  border-right:1px solid rgba(255,255,255,0.2);
}

.projdetails-box:last-child{
  border:none;
}

.projdetails-box h6{
  color:#fb904c;
  font-size:17px;
  font-weight:700;
  margin-bottom:10px;
}

.projdetails-box p{
  color:#fff;
  margin:0;
  font-size:16px;
}

/* content */

.projdetails-content{
  margin-top:40px;
}

.projdetails-content h2{
  font-size:58px;
  font-weight:800;
  color:#000;
  margin-bottom:20px;
}

.projdetails-content p{
  font-size:17px;
  line-height:1.9;
  color:#666;
  margin-bottom:20px;
}

/* category */

.projdetails-category{
  background:#fff;
  padding:35px 30px;
  border-radius:28px;
   
}
.sticky-sidebar{position: sticky;top: 20px; margin-bottom:20px;}
.projdetails-category ul li a{ background:#fff; color:#000; border-radius:20px;}
.projdetails-category ul li a:hover{ background:#fb904c; color:#fff;}
.projdetails-category h4{
  font-size:22px;
  font-weight:800;
  color:#0b3a66;
  margin-bottom:25px;
}

.projdetails-category ul{
  margin:0;
  padding:0;
  list-style:none;
}

.projdetails-category ul li{
  border-bottom:1px solid #eee;
}

.projdetails-category ul li:last-child{
  border:none;
}

.projdetails-category ul li a{
  padding:18px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-decoration:none;
  color:#111;
  font-weight:600;
  border-radius:12px;
  transition:0.3s;
}

.projdetails-category ul li.active a{
  background:#fb904c;
  color:#fff;
}

/* contact */

.projdetails-contact{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  margin-top:25px;
}

.projdetails-contact img{
  width:100%;
  height:330px;
  object-fit:cover;
}

.projdetails-overlay{
  position:absolute;
  inset:0;
  background:rgba(11,58,102,0.65);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:30px;
}

.projdetails-icon{
  width:70px;
  height:70px;
  background:#fb904c;
  border-radius:18px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:20px;
}

.projdetails-overlay h5{
  color:#fff;
  font-size:24px;
  margin-bottom:10px;
}

.projdetails-overlay h3{
  color:#fff;
  font-size:36px;
  font-weight:800;
  margin-bottom:25px;
}

.projdetails-overlay a{
  background:#fff;
  color:#0b3a66;
  padding:14px 25px;
  border-radius:50px;
  text-decoration:none;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:12px;
}

.projdetails-overlay a span{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fb904c;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* responsive */

@media(max-width:991px){

  .projdetails-image img{
    height:350px;
  }

  .projdetails-info{
    grid-template-columns:repeat(2,1fr);
  }

  .projdetails-content h2{
    font-size:40px;
  }

}

@media(max-width:576px){

  .projdetails-info{
    grid-template-columns:1fr;
  }

  .projdetails-box{
    border:none;
  }

  .projdetails-content h2{
    font-size:32px;
  }

}
/* Optional: To handle responsiveness */
@media (max-width: 991px) {
  .banner-section {
    text-align: center;
	padding: 50px 0px;
  }
}

.subArrow:checked~.dropdoqwn2 {
    display: block;
}
.subArrow:checked~.dropdoqwn {
    display: block;
}

.subArrow:checked~.dropdoqwn2 {
    display: block;
}
    .big-image { 
        width: 100%; height: 450px; border-radius:25px; overflow: hidden; 
        position: relative; margin-bottom: 10px;
    }
    .big-image img { 
        position: absolute; top: 0; left: 0; width: 100%; height: 100%;
        opacity: 0;  object-fit:cover;
        transition: opacity 0.5s ease-in-out;
    }
    .big-image img:target { opacity: 1; z-index: 1; }
    #img1 { opacity: 1; }
    .thumbs { display: flex; gap: 10px; justify-content: center; }
    .thumbs a img { width: 80px; height: 60px; cursor: pointer; border-radius:10px; }
/* Header Area Custom Colors */
.contact-section {
    background-color: #ffffff !important;
}

.contact-badge {
    background-color: rgba(11, 74, 146, 0.1); /* Theme Blue alpha */
    color: #0b4a92; /* Theme Blue */
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
    display: inline-block;
}

.contact-title {
    color: #0b4a92; /* Theme Blue */
}

.contact-highlight {
    color: #fb904c; /* Theme Green */
}

.contact-subtitle {
    max-width: 650px;
    font-size: 1rem;
}

/* Info Cards Styling (Left Column) */
.contact-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease-in-out;
}

.contact-card:hover {
    transform: translateY(-3px);
    border-color: #fb904c; /* Hover accent line green */
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.05);
}

.contact-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

/* Individual Icon Box Theme Palettes */
.contact-icon-location { background-color: #ffedd5; color: #ea580c; }
.contact-icon-call     { background-color: #dbeafe; color: #0b4a92; }
.contact-icon-email    { background-color: #d1fae5; color: #fb904c; }
.contact-icon-clock    { background-color: #ede9fe; color: #7c3aed; }

.contact-card-title {
    color: #0b4a92; /* Theme Blue */
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-card-text {
    font-size: 0.925rem;
    color: #64748b;
    line-height: 1.5;
}

/* Premium Form Container Styling (Right Column) */
.contact-form-container {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
	padding: 37px 40px;
}

.contact-form-heading {
    color: #0b4a92;
    font-size: 1.75rem;
}
.captcha-box-wrapper {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.captcha-question {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}
.contact-input {
    border: 1px solid #cbd5e1;
    border-radius: 0.20rem;
    padding: 0.35rem 1rem;
    font-size: 0.95rem;
}
.captcha-input-field {
    max-width: 100px;
    text-align: center;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    font-weight: bold;
    color: #ff5722;
}
.contact-mail-link {
    color: #fb904c !important;
}
.contact-mail-link:hover {
    color: #0b4a92 !important;
    text-decoration: underline !important;
}

.contact-label {
    font-weight: 600;
    color: #475569;
    font-size: 0.85rem;
}

/* Inputs, Icons & Select Overrides */
.contact-input-icon {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-right: none;
    color: #94a3b8;
}
 .meeting-form-card { border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: none; }
        .btn-theme { background-color: #fb904c; color: #fff; border: none; }
        .btn-theme:hover { background-color: #0b3a66; color: #fff; }
.contact-input {
    border: 1px solid #cbd5e1;
    border-radius: 0.20rem;
    padding: 0.35rem 1rem;
    font-size: 0.95rem;
}
.input-group > .contact-input {
    border-radius: 0 0.45rem 0.45rem 0;
}


.contact-select {
    border: 1px solid #cbd5e1;
    border-right: none;
    background-color: #f8fafc;
    border-radius: 0.75rem 0 0 0.75rem;
    font-size: 0.9rem;
    padding-left: 0.75rem;
    padding-right: 1.75rem;
}

.contact-textarea {
    border: 1px solid #cbd5e1;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    resize: none;
}

.contact-input:focus, 
.contact-select:focus,
.contact-textarea:focus {
    border-color: #0b4a92 !important;
    box-shadow: 0 0 0 3px rgba(11, 74, 146, 0.1) !important;
}

.style-char-count {
    font-size: 0.75rem;
}

/* Green Action Button */
.contact-submit-btn {
    background-color: #fb904c !important;
    border-color: #fb904c !important;
    color: #ffffff !important;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
}

.contact-submit-btn:hover {
    background-color: #469e3b !important;
    border-color: #469e3b !important;
    transform: translateY(-1px);
}

.contact-submit-btn:active {
    transform: scale(0.99);
}

.googelmap iframe{ border:none; border-radius:15px; width:100%;}
.seocontent{ font-size:14px; color:#333333;}

.hero-section { background: #fff; padding: 100px 0; }
.card-grid { border-radius: 2rem; padding: 40px; transition: 0.4s; border: 1px solid #f0f0f0; }
.card-grid:hover { transform: translateY(-10px); border-color: var(--brand-orange); }
.text-brand-blue { color: var(--brand-blue); }
.bg-brand-blue { background-color: var(--brand-blue); color: white; }
.accent-btn { background: var(--brand-orange); color: white; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 600; }
.section-title { font-size: 2.5rem; font-weight: 800; color: var(--brand-blue); }
.leadership{background-color: rgb(251 144 76); padding:20px; text-align:center; color:#fff;}
.worklist{ font-size:18px;}
.bannercont1 h1 { color: #fff; font-weight: 800; font-size: 3rem; }
        .about-text { line-height: 1.8; color: #4a5568; font-size: 1.1rem; }
        .card-service { padding: 40px; border-radius: 20px; background: #fff; border: 1px solid #edf2f7; transition: 0.3s; }
        .card-service:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: #fb904c; }
        .text-brand { color: #0b3a66; }
        .accent-color { color: #fb904c; }
.visionmission{ color:#333333;}
.visionmission h4{ color:#fb904c;}
.category-heading { border-left: 5px solid #fb904c; padding-left: 15px; margin-bottom: 25px; color: #0b3a66; }
        .sub-cat-heading { color: #0b3a66; border-bottom: 2px solid #fb904c; display: inline-block; padding-bottom: 5px; margin: 40px 0 20px; font-weight: 700; }
        .project-card { border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: 0.3s; background: #fff; }
        .project-card:hover { transform: translateY(-10px); }
        .text-orange { color: #fb904c; }
        .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; font-size: 0.85rem; }
        .spec-box { background: #f8f9fa; padding: 8px; border-radius: 6px; display: flex; align-items: center; gap: 8px; }
        .spec-box i { color: #0b3a66; }
.mainecalss a{ text-transform:uppercase; font-weight:700 !important; color:#fb904c!important;}





