<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

/* Base */

:root {
  --headingcolor: #003c6c;
}

html,
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1rem;
  height: 100%;
  font-family: "Roboto", sans-serif;
}
.wraper {
  min-height: 100%;
  margin-bottom: -60px;
}

* {
  font-family: "Roboto", sans-serif;
}
.bg-light {
  background-color: #f3f7ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
header {
  padding: 10px 0px;
  background: #656565;
}
.top_heading h1 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}
.banner img {
  width: 100%;
}
.about_img img {
  width: 100%;
}

.section {
  padding: 20px 0px;
}
.section_heading .heading {
  font-size: 30px;
  color: var(--headingcolor);
  font-weight: 700;
}
.section_heading {
  margin-bottom: 5px;
}
.line {
  background-color: #ffa800;
  height: 7px;
  width: 85px;
  display: inline-block;
  vertical-align: super;
}
.card-image img {
  width: 100%;
  border-radius: 8px;
  /* box-shadow: 0px 0px 11px 0px #b1b1b1; */
  height: 214px;
  object-fit: cover;
  max-height: 400px;
  min-height: 150px;
}

footer p {
  margin: 0;
  text-align: center;
  color: gray;
}
footer {
  padding: 20px 0px;
  background-color: #343434;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px 0px;
  background-color: #343434; */
}
.gallery_section .card-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 11px 0px #b1b1b1;
}
.gallery_label {
  background: #0078d8;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100px;
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: initial;
  padding: 5px;
}
.descriptions p {
  text-align: justify;
  margin-bottom: 25px;
}
.table td span {
  font-size: 14px;
}
.table {
  border-radius: 10px;
  overflow: hidden;
}

.projects-gallery .owl-nav {
  text-align: center;
  margin-top: 15px;
}
.projects-gallery .owl-nav button {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid gray !important;
  border-radius: 30px !important;
  margin: 0px 5px;
}
.verticle_tabs .flex-column {
  width: 10%;
}
.verticle_tabs .tab-content {
  width: 90%;
}

.verticle_tabs .tab-content .card-image {
  position: relative;
}
.verticle_tabs .gallery_box {
  width: 100%;
}

.table-blue.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
  --bs-table-accent-bg: #113c6e;
}
.table-blue.table &gt; :not(caption) &gt; * &gt; * {
  padding: 0.5rem 0.5rem;
  background-color: #2a5da9;
}
.table-blue {
  color: #fff;
}
.table-blue td {
  color: #fff !important;
}
.top_logo img {
  height: 40px;
}
footer{

  margin-top: 30px;
}

</pre></body></html>