@charset "UTF-8";
body {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 14px;
}

.social_section {
  background-color: #2a3b91;
  color: white;
}
.social_section .info {
  font-size: 12px;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}
@media screen and (max-width: 992px) {
  .fs-20 {
    font-size: 14px !important;
  }
}

.client_slider {
  direction: ltr !important;
}

.fs-30 {
  font-size: 30px !important;
}

.gap {
  gap: 5px;
}

.gap_10 {
  gap: 10px;
}

.gap_15 {
  gap: 15px;
}

.gap_20 {
  gap: 20px;
}

.gap_30 {
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .gap_30 {
    gap: 15px;
  }
}

.gap_40 {
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .gap_40 {
    gap: 20px;
  }
}

.gap_50 {
  gap: 50px;
}

.secondary-clr {
  color: #b41722 !important;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.letter_spacing {
  letter-spacing: 1px;
}

.navbar {
  position: sticky;
  top: -1px;
  z-index: 9999;
  box-shadow: 0px 5px 30px -12px rgba(102, 94, 102, 0.75);
}

select {
  box-shadow: none;
}

.navbar-nav {
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .navbar-nav {
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-nav {
    gap: unset;
    align-items: start;
    padding-right: 10px;
  }
}

.btn_consultation {
  background-color: #b41722;
  border-color: transparent;
  color: white;
  padding: 6px 20px;
  border-radius: 6px;
  white-space: nowrap;
  text-decoration: none;
}
.btn_consultation:hover {
  color: white;
}
.btn_consultation.btn_explore {
  font-size: 12px !important;
}

.banner_section {
  height: calc(100vh - 82.7px);
}
@media screen and (max-width: 992px) {
  .banner_section {
    height: 220px;
  }
}

.text-section {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .text-section {
    top: 20px;
    left: 20px;
    transform: unset;
  }
}
.text-section .banner_text {
  width: 435px;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .text-section .banner_text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .text-section .banner_text {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}
.text-section .description {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .text-section .description {
    margin-top: 5px;
    font-size: 12px;
  }
}

.quote1 {
  position: absolute;
  top: -10px;
  left: -20px;
}
@media screen and (max-width: 992px) {
  .quote1 {
    top: -5px;
    left: -8px;
  }
}
@media screen and (max-width: 768px) {
  .quote1 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}

.bg_gray {
  background-color: #d9d9d9;
}

.br_4 {
  border-radius: 4px;
}

.br_6 {
  border-radius: 6px;
}

.primary-clr {
  color: #b41722;
}

.quote2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .quote2 {
    right: -9px;
  }
}

@media screen and (min-width: 768px) {
  .mt-n2 {
    margin-top: -20px !important;
  }
}

.width_350 {
  max-width: 350px !important;
  margin: 0 auto;
  width: 100% !important;
}

.heading_text {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.line {
  background-color: #b41722;
  border-radius: 20px;
  height: 9px;
  width: 80px;
}
@media screen and (max-width: 992px) {
  .line {
    width: 50px;
  }
}

.card {
  padding: 30px;
  max-width: 350px;
  margin: 0 auto;
}
.card img {
  margin: 0 auto;
}

.card_text {
  line-height: 30px;
}

.about_text {
  width: 75%;
}
@media screen and (max-width: 992px) {
  .about_text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about_text {
    margin: 0 auto;
  }
}

.about_img {
  width: 100%;
  max-width: 320px;
}

.client_img {
  height: 400px;
}
@media screen and (max-width: 992px) {
  .client_img {
    height: unset;
    width: 100%;
  }
}

.bg_section {
  background: url(assets/images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.bg_section2 {
  width: 100%;
  background: url(assets/images/contact_us_banner.jpg) no-repeat;
  background-size: cover !important;
  background-position: center;
  height: 500px;
}
@media screen and (max-width: 992px) {
  .bg_section2 {
    height: 300px;
  }
}

@media screen and (max-width: 992px) {
  .phone_number {
    font-size: 14px !important;
  }
}

.gradient_text {
  width: 60%;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .gradient_text {
    width: 100%;
  }
}

.bg_gradient {
  background: linear-gradient(90deg, rgb(191, 44, 61) 0%, rgb(49, 59, 145) 100%);
}

.nav-tabs a {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 3px solid #000000 !important;
  color: #000000;
  padding: 0 !important;
  margin: 0 !important;
  padding-bottom: 10px !important;
}
.nav-tabs a:hover {
  color: #b41722;
}
.nav-tabs a:focus-visible {
  box-shadow: unset;
}
.nav-tabs a.active {
  border-color: #b41722 !important;
}
.nav-tabs a.active .name {
  color: #b41722;
}

.clientele_section {
  background: url("https://cogsglobal.com/wp-content/uploads/2015/12/clientele.jpg") no-repeat fixed !important;
}

.about_section {
  background: url("https://cogsglobal.com/wp-content/uploads/2013/11/a-city-so-fast-wall-inkbluesky.png") no-repeat fixed !important;
}

.about_banner_btn {
  background-color: #b41722 !important;
  border: none;
}

.bg_primary {
  background-color: #b41722;
  color: white;
}

.line_height_20 {
  line-height: 25px;
  letter-spacing: 0.3px;
}

.affiliations_section {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url("https://cogsglobal.com/wp-content/uploads/2015/12/FreeGreatPicture.com-6361-gesture.jpg") no-repeat fixed;
  background-position: center center;
}
.affiliations_section .banner_center_section {
  height: calc(70vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.valuation_section {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url("https://cogsglobal.com/wp-content/uploads/2015/12/valuation_pic_1.jpg") no-repeat fixed;
  background-position: center center;
}
.valuation_section .banner_center_section {
  height: calc(70vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.engineering_section {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url("https://cogsglobal.com/wp-content/uploads/2015/12/other_engg.jpg") no-repeat fixed;
  background-position: center center;
}
.engineering_section .banner_center_section {
  height: calc(70vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.text_underline {
  position: relative;
}
.text_underline::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  border-bottom: 2px solid #b41722;
}

.column-count-0 {
  -moz-column-count: auto !important;
       column-count: auto !important;
}

.affiliations-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 768px) {
  .affiliations-list {
    -moz-column-count: unset;
         column-count: unset;
  }
}

.affiliations-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
}

.affiliations-list li::before {
  content: "✪";
  /* Star icon */
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(180, 23, 34, 0.568627451);
  font-size: 16px;
}

.affiliations-list li:hover::before {
  color: #b41722;
  /* Change icon color on hover */
}

.custom-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-column-count: 4;
       column-count: 4;
}
@media screen and (max-width: 768px) {
  .custom-icon-list {
    -moz-column-count: unset;
         column-count: unset;
  }
}

.custom-icon-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.custom-icon-list li::before {
  content: "✓";
  /* Unicode character for checkmark */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #b41722;
  /* Custom icon color */
}

.custom-icon-list2 li::before {
  content: "★";
  /* Unicode character for checkmark */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #b41722;
  /* Custom icon color */
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.about_us_cards .card {
  max-width: unset;
}
.about_us_cards .light-style .transparent-card .avatar .avatar-initial {
  background-color: rgb(255, 255, 255);
}
.about_us_cards .card[class*=card-border-shadow-] {
  position: relative;
  border-bottom: none;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  border: none;
}
.about_us_cards .card {
  background-clip: padding-box;
  box-shadow: 0 0.25rem 0.625rem rgba(46, 38, 61, 0.2);
}
.about_us_cards .card[class*=card-border-shadow-]:hover {
  box-shadow: 0 0.5rem 1.75rem 0 rgba(46, 38, 61, 0.24);
}

div[role=progressbar] {
  --size: 12rem;
  --fg: #369;
  /* Default foreground color */
  --bg: #def;
  /* Default background color */
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
  margin: 0 auto;
}

div[role=progressbar]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}

/* Custom colors for specific progress bars */
div[style*="--value:85"] {
  --fg: #369;
  /* Blue */
  --bg: #def;
  /* Light Blue */
}

div[style*="--value:75"] {
  --fg: #ff5722;
  /* Orange */
  --bg: #ffd5c1;
  /* Light Orange */
}

div[style*="--value:90"] {
  --fg: #4caf50;
  /* Green */
  --bg: #d4edda;
  /* Light Green */
}

div[style*="--value:75;"] {
  /* Different --value but unique combination */
  --fg: #2196f3;
  /* Indigo */
  --bg: #dbe9ff;
  /* Light Indigo */
}

@keyframes growProgressBar {
  from {
    --pgPercentage: 0;
  }
  to {
    --pgPercentage: var(--value);
  }
}
.about_download {
  border: 1px solid #b41722;
}

.sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  /* left: 0; */
  background-color: #D3D3D3;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.sub-nav li {
  width: 150px;
}

li:hover .sub-nav {
  display: block;
}

.message {
  width: 100%;
  background-color: #b41722;
  color: #fff;
  /* font-size: 22px; */
}

.qualities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.qualities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.quality {
  background-color: #f8faff;
  /* Light pastel blue */
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.quality:nth-child(2) {
  background-color: #fef8f2;
  /* Light pastel orange */
}

.quality:nth-child(3) {
  background-color: #f2fcf5;
  /* Light pastel green */
}

.quality:nth-child(4) {
  background-color: #f9f2fc;
  /* Light pastel purple */
}

.quality:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}

.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.description_1 {
  font-size: 14px;
  color: #555;
}

.capabilities {
  -moz-column-count: 3;
       column-count: 3;
}
@media screen and (max-width: 768px) {
  .capabilities {
    -moz-column-count: unset;
         column-count: unset;
  }
}

.testimonials-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  width: 100%;
}

.testimonial-card {
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.testimonial-quote {
  font-style: italic;
  color: #555;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.testimonial-author {
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
}

.testimonial-position {
  font-size: 0.9em;
  color: #888;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #b41722;
  border-radius: 15px 15px 0 0;
}

.valuation-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.chartered-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .chartered-list {
    grid-template-columns: 1fr;
  }
}

.valuation-card {
  background-color: #ecf0f1;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.valuation-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.valuation-icon {
  font-size: 2.5em;
  color: #f39c12;
  margin-right: 15px;
}

.valuation-card p {
  font-size: 1.1em;
  color: #2c3e50;
  margin: 0;
}

.certification-table {
  border-collapse: collapse;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin: 20px auto;
}

.certification-table td {
  padding: 15px;
  font-size: 14px;
  color: #333;
  text-align: left;
  border: 1px solid black;
  /* Black border for each cell */
}

.certification-table tr:hover {
  background-color: #ffe6f2;
  /* Light pink background on hover */
  cursor: pointer;
}

.certification-table td:first-child {
  font-weight: bold;
  color: #2c3e50;
}

.competent_person {
  border: solid 1px #888;
  border-radius: 10px;
}

/* Ensure that the sub-navigation (dropdown) appears on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Styling the dropdown items */
.nav-item .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
}

.nav-item .dropdown-menu .dropdown-item {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #b41722;
  color: white;
}

/* Adjusting for responsiveness */
.custom_dropdown {
  border: none !important;
  border-radius: 0 !important;
}

.fs-large {
  font-size: 60px;
}
@media screen and (max-width: 992px) {
  .fs-large {
    font-size: 24px;
  }
}

/* Optional: Adding a fade-in effect to the numbers */
h1.secondary-clr {
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.insurance_survey_section .nav-tabs a {
  border-color: transparent !important;
}
.insurance_survey_section .nav-tabs a.active {
  border-color: #b41722 !important;
  color: #b41722;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .insurance_survey_section .nav-tabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
}

.core_services section {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
.core_services h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 1.825rem;
  margin: 1.3rem 0;
}
.core_services .section-lead {
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}
.core_services .service a {
  color: #5b7abb;
  display: block;
}
.core_services .service h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 1rem 0 0.6rem;
}
.core_services .services-grid {
  display: flex;
  align-items: center;
}
.core_services .service {
  background: #fff;
  margin: 20px;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e7e7e7;
  transition: all 0.3s ease;
  height: 100%;
}
.core_services .service:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.core_services .service i {
  font-size: 3.45rem;
}
.core_services .service1 i,
.core_services .service1 h4,
.core_services .service1 .cta {
  color: #42b7ca;
}
.core_services .service1:hover {
  border: 2px solid #42b7ca;
}
.core_services .service2 i,
.core_services .service2 h4,
.core_services .service2 .cta {
  color: #425fca;
}
.core_services .service2:hover {
  border: 2px solid #425fca;
}
.core_services .service3 i,
.core_services .service3 h4,
.core_services .service3 .cta {
  color: #9c42ca;
}
.core_services .service4 i,
.core_services .service4 h4,
.core_services .service4 .cta {
  color: #b41722;
}
.core_services .service3:hover {
  border: 2px solid #9c42ca;
}
.core_services .service4:hover {
  border: 2px solid #b41722;
}
.core_services .service .cta span {
  font-size: 0.6rem;
}
.core_services .service > * {
  flex: 1 1 100%;
}
.core_services .service .cta {
  align-self: flex-end;
}
@media all and (max-width: 900px) {
  .core_services .services-grid {
    display: flex;
    flex-direction: column;
  }
}

.carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  /* or contain, depending on your preference */
  height: 300px;
  /* Adjust as needed */
  width: 100%;
}/*# sourceMappingURL=style.css.map */