:root {
  --secondary: #b55b1d;
}

html {
  font-family: sans-serif;
}

body {
  font-family: var(--font-primary);
}

a {
  color: var(--primary-800);
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .container-xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.custom-logo-link img:last-of-type {
  display: none;
}

.show-logo .custom-logo-link img:first-of-type {
  display: none;
}

.show-logo .custom-logo-link img:last-of-type {
  display: block;
}

.show-logo.nav-header {
  background-color: rgba(6, 77, 135, 1);
}

.intro {
  height: 100vh;
}

.intro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.intro-text-container {
  margin-top: 90px;
}

.intro:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(6, 77, 135, 0.35);
}

.intro-text-container {
  padding-top: 24px;
  padding-left: 30px;
  padding-bottom: 24px;
  letter-spacing: 4px;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: var(--secondary);
  position: relative;
}

.intro-text-container::before,
.intro-text-container::after {
  content: "";
  width: 90px;
  height: 10px;
  background-color: var(--secondary);
  position: absolute;
  left: 0;
}

.intro-text-container::before {
  top: 0;
}

.intro-text-container::after {
  bottom: 0;
}

.line-pattern {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 85px;
}

.line-pattern:before,
.line-pattern:after {
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: var(--secondary);
}

.line-pattern:before {
  top: 0;
}

.line-pattern:after {
  bottom: 0;
}

.intro-text-container .know-more {
  position: absolute;
  bottom: 0;
}

.intro-text-container .know-more {
  left: 110px;
}

@media (min-width: 768px) {
  .intro-text-container {
    padding-top: 48px;
    padding-left: 60px;
    padding-bottom: 48px;
  }

  .intro-text-container::before,
  .intro-text-container::after {
    width: 140px;
  }
  .line-pattern:before,
  .line-pattern:after {
    height: 48px;
  }

  .line-pattern {
    left: 130px;
  }

  .intro-text-container .know-more {
    left: 150px;
  }
}

@media (min-width: 992px) {
  .intro-text-container {
    max-width: 841px;
    padding-top: 96px;
    padding-left: 120px;
    padding-bottom: 96px;
    border-left-width: 18px;
  }

  .intro-text-container::before,
  .intro-text-container::after {
    width: 280px;
    height: 18px;
  }

  .line-pattern {
    left: 262px;
    width: 18px;
  }

  .line-pattern:before,
  .line-pattern:after {
    height: 96px;
  }

  .intro-text-container .know-more {
    left: 290px;
  }
}

@media (max-width: 768px) {
  .intro {
    height: 600px;
  }
}

@media (max-width: 576px) {
  .intro {
    height: 400px;
  }
}

.text-decoration-none a {
  /* color: #fff; */
  text-decoration: none;
}

.text-decoration-none.know-more a {
  color: #a6bfd4;
}

.intro-text-container .know-more a:hover {
  color: #e3f0fc;
}

.heading-lg-title {
  font-family: var(--font-secondary);
  color: #a69e43;
}

.text-gray-content {
  color: #747373;
}

.text-justify {
  text-align: justify;
}
.text-justify p:first-letter {
  padding-left: 40px;
}

.text-gold a {
  color: #a69e43;
  font-size: 14px;
}

.text-gold a:hover {
  color: #000;
}

@media (min-width: 992px) {
  .heading-lg-title {
    font-size: 60px;
  }

  .lg-content {
    font-size: 22px;
  }

  .lg-content h3 {
    font-size: 28px !important;
  }

  .img-maxlg-fluid img {
    max-width: 100%;
  }
}

@media (min-width: 1500px) {
  .lg-content {
    font-size: 24px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1540px;
  }
}

@media (max-width: 991px) {
  .img-maxlg-fluid img {
    max-width: 100%;
  }
}

.low-list-wrapper {
  /* background-color: #ca8ab0; */
}

.low-list a {
  color: #410132;
}

.low-list a:hover {
  color: #fff;
}

.low-polygone-img {
  right: 0;
}

@media (max-width: 1399px) {
  .low-polygone-img {
    max-width: 180px;
  }

  .low-polygone-img img {
    max-width: 100%;
  }
}

.low-list-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(140, 0, 82, 0.4);
}

@media (min-width: 576px) {
  .low-polygone-img {
    right: 2rem;
  }
  .w-sm-50 {
    width: 50%;
  }

  .w-sm-41 {
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .roted-title {
    position: absolute;
    right: 32px;
  }
  .roted-title h2 {
    font-size: 22px;
    font-weight: 700;
  }

  .roted-title h2 span {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 1px;
    position: absolute;
    top: calc(50% + 20px);
    right: 0;
    writing-mode: vertical-rl;
    /* transform: rotate(180deg) translateY(50%); */
  }
  .w-md-50 {
    width: 50%;
  }

  .w-md-41 {
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .third-bracked:before,
  .third-bracked:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 210px;
    top: 0;
    bottom: 0;
    border-top: 18px solid #51717f;
    border-bottom: 18px solid #51717f;
  }

  .third-bracked:before {
    left: 0;
    border-left: 18px solid #51717f;
  }

  .third-bracked:after {
    right: 0;
    border-right: 18px solid #51717f;
  }

  .w-lg-50 {
    width: 50%;
  }

  .w-lg-41 {
    width: 41.66666667%;
  }
  .roted-title h2 span {
    font-size: 35px;
    letter-spacing: 4px;
  }
  .low-polygone-img {
    right: 5rem;
  }
}

@media (min-width: 1200px) {
  .roted-title {
    right: 48px;
  }

  .roted-title h2 span {
    font-size: 35px;
    letter-spacing: 4px;
  }
}

@media (min-width: 1400px) {
  .roted-title h2 span {
    font-size: 35px;
    letter-spacing: 4px;
    right: -8px;
  }
}

@media (min-width: 1536px) {
  .w-3xl-50 {
    width: 50%;
  }
}

.values-achieved-wrapper .heading-color-2 {
  color: #51717f;
}

.text-values-color {
  color: #51717f;
}

.logo-slider img {
  max-width: 100%;
}

.team-wrapper {
  background-image: url("../images/team-wrapper-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.team-heading {
  max-width: 690px;
}

.team-img:before,
.team-img:after {
  content: "";
  position: absolute;
  width: 110px;
  top: 0;
  bottom: 0;
  border-top: 18px solid #b55b1d;
  border-bottom: 18px solid #b55b1d;
}

.team-img:before {
  left: 0;
  border-left: 18px solid #b55b1d;
}

.team-img:after {
  right: 0;
  border-right: 18px solid #b55b1d;
}

.team-heading {
  color: #605f5f;
}

.team-heading-lg-title {
  line-height: 1;
}

.team-heading-lg-title span {
  display: block;
}

.custom-prev,
.custom-next {
  position: absolute;
  /* bottom: 0; */
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

.custom-arrows {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .team-wrapper .custom-arrows .custom-prev {
    left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .custom-arrows {
    left: auto;
    /* right: 0; */
    right: calc(5% - 7px);
  }
}

@media (min-width: 992px) {
  .team-heading {
    position: absolute;
    top: 40px;
    width: 45%;
    left: 5%;
  }

  .team-heading-lg-title {
    font-size: 85px;
  }

  .team-heading-lg-title span {
    font-size: 45px;
  }

  .font-lg-45 {
    font-size: 45px;
  }
}

@media (min-width: 1400px) {
  .team-heading {
    width: 48%;
  }

  .team-heading-lg-title {
    font-size: 76px;
  }

  .team-heading-lg-title span {
    font-size: 40px;
  }

  .font-xxl-45 {
    font-size: 45px;
  }
}

.news-wrapper {
  background-image: url("../images/news-bg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.news-content-box {
  margin-top: -20%;
  z-index: 1;
}

.news-wrapper .custom-arrows {
  left: 0;
}

.news-wrapper .custom-arrows .text-gray-500 {
  color: #fff !important;
}

@media (min-width: 1200px) {
  .news-wrapper .custom-arrows {
    left: -3rem;
    right: -3rem;
  }
}

@media (min-width: 1400px) {
  .news-wrapper .custom-arrows {
    left: -4rem;
    right: -4rem;
  }
}

.our-history-overlay {
  background-color: rgba(3, 53, 72, 0.7);
}

.max-w-550 {
  max-width: 548px;
}

.our-history-title {
  color: #fccb01;
}

@media (min-width: 992px) {
  .our-history-title {
    font-size: 60px;
  }
}

.story-persion {
  color: #fccb01;
}

@media (min-width: 992px) {
  ul.widget-nav-list li {
    font-size: 18px;
  }
}

ul.widget-nav-list li:not(:last-of-type) {
  margin-bottom: 1rem;
}

ul.widget-nav-list li a {
  color: inherit;
  text-decoration: none;
  transition: all ease 0.1s;
}

.widget-nav-list li a:hover {
  color: var(--orange-500);
}

.text-hover:hover h4 {
  color: var(--orange-700) !important;
}

.btn-orange-hover:hover {
  background-color: var(--primary-700) !important;
}

.drop-cap p::first-letter {
  font-size: 150%;
}

.values-icon {
  height: 104px;
}

.values-icon img {
  height: 100%;
}

@media (max-width: 1200px) {
  .values-icon {
    height: 84px;
  }
}

@media (max-width: 992px) {
  .values-icon {
    height: 60px;
  }
}

.object-position-top {
  object-position: center top;
}

.text-intro-color {
  color: #a6bfd4;
}

.cms-content h2 {
  margin-bottom: 20px;
  font-size: calc(1.5rem + 0.9vw);
  font-weight: 700;
}

.cms-content h3 {
  margin-bottom: 20px;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  color: #fead03;
}

.cms-content h4,
.cms-content p,
.cms-content ul li {
  font-size: calc(1.275rem + 0.3vw);
}

.cms-content ul li {
  margin-bottom: 1rem;
}

.cms-content h4 {
  font-weight: 700;
}

.cms-content p {
  font-weight: 400;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .cms-content h2 {
    margin-bottom: 45px;
    font-size: 36px;
  }
  .cms-content h3 {
    margin-bottom: 45px;
    font-size: 30px;
  }
  .cms-content h4,
  .cms-content p,
  .cms-content ul li {
    font-size: 1.5rem;
  }
  .cms-content p {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .portfolio-content-start-border {
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 20px;
  }

  .portfolio-content-start-border:before {
    content: "";
    position: absolute;
    width: 110px;
    top: 0;
    bottom: 0;
    border-top: 18px solid #b55b1d;
    border-bottom: 18px solid #b55b1d;
  }

  .portfolio-content-start-border:before {
    left: 0;
    border-left: 18px solid #b55b1d;
  }
}

.modal-full {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cursor-pointer {
  cursor: pointer;
}

li.accordion-item {
}

.accordion-header {
  cursor: pointer;
}

.accordion-header.active {
  color: #fff;
}

.accordion-content {
  padding: 15px;
  display: none;
}

.accordion-header.active + .accordion-content {
  display: block;
}

.accordion-content ul {
  /* list-style-type: upper-roman; */
  list-style-type: disc;
  padding-left: 20px;
  font-size: 1.25rem;
}

.accordion-content ul li {
  margin-bottom: 18px;
}

.expertise-box {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.expertise-item {
  /* padding: 20px; */
  /* border-radius: 8px; */
  /* border: 1px solid #e7e7e7; */
  /* background-color: #f1f1f1; */
}

.expertise-item .expertise-header {
  padding: 10px 20px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #043054;
  background-color: #064d87;
}

.expertise-item .expertise-subitems {
  padding: 20px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #e7e7e7;
  background-color: #fdfdfd;
}

.expertise-item .expertise-subitems ol {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  list-style: none;
  margin: 0 -8px;
  padding: 0;
}

.expertise-item .expertise-subitems ol li {
  flex: 0 0 auto;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}

.expertise-item .expertise-subitems ol li a,
.expertise-item .expertise-subitems ol li span {
  height: 100%;
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #155689;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #b6ddfb;
  background-color: #e8f5ff;
}

@media (min-width: 576px) {
  .expertise-item .expertise-subitems ol li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .expertise-item .expertise-subitems ol li {
    width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .expertise-item .expertise-subitems ol li {
    width: 25%;
  }
}

/*============08-01-2026===========*/

.open-popup-onload .modal-dialog {
  max-width: 1100px;
}
.open-popup-onload .modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #f97316;
}
.open-popup-onload .modal-body {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.open-popup-onload h3 {
  font-size: 18px;
  color: #b55b1d;
}
.open-popup-onload p {
  font-size: 14px;
}
.open-popup-onload .modal-footer a {
  display: inline-block;
  background-color: #f97316;
  color: #fff;
  text-decoration: none;
  padding: 7px 25px;
  font-size: 14px;
}
.open-popup-onload .modal-footer a:hover {
  background-color: #000 !important;
}

.content-base-page h2 {
  color: #f97316;
}
.content-base-page h3 {
  font-size: 20px;
  color: #b55b1d;
}
.content-base-page h4 {
  font-size: 20px;
  color: #b55b1d;
}
.content-base-page p,
.content-base-page ul,
.content-base-page li {
  font-size: 14px;
}
.content-base-page li a,
.content-base-page p a {
  color: #b55b1d;
}
.content-base-page li a:hover,
.content-base-page p a:hover {
  color: rgb(6 77 135);
}
.content-base-page ol {
  list-style: none;
}

header {
  z-index: 99 !important;
}

.modal .team-wrapper p {
  text-align: justify;
  line-height: 1.4;
  font-size: 14px;
}

.inline-block h3,
.inline-block p {
  display: inline;
}



/*========changes new========*/

p, body, ul li{font-size: 14px !important;}
.supporting-star-sec h4{font-size: 18px;}
footer .widget h3{font-size: 18px !important;}





