* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
  box-sizing: border-box;
}

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

:root {
  --heading-font: "poppins";
  --color-black: #000;
  --theme-color: #3b5f64;
  --theme-color2: #64b7c5;
  --theme-color3: #64b7c5;
  --theme-color4: #152d32;
  --theme-font: "poppins";
  --radius: 16px;
  --background: linear-gradient(45deg, #3b5f64, #64b7c5);
}

.common-radius {
  border-radius: var(--radius);
}

.title-des {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 13px 19px;
  border-radius: 5px;
  border-bottom: solid 1px rgba(167, 167, 167, 0.5215686275);
}
.title-des.center {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

::-moz-selection {
  background-color: var(--theme-color);
  color: #fff;
}

::selection {
  background-color: var(--theme-color);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 30px;
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  color: inherit;
}

.theme-color {
  color: var(--theme-color);
  font-family: inherit;
}

.background-1 {
  background-color: var(--theme-color) !important;
}

.background-2 {
  background-color: var(--theme-color2) !important;
}

.common-btn {
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s linear;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 45px 20px 25px;
  line-height: 1;
  border-radius: 0px;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  font-family: var(--theme-font);
  border-radius: 5px;
  background-image: var(--background);
}
.common-btn i {
  margin-left: 0.5rem;
}
.common-btn:hover {
  background-color: var(--theme-color2);
  color: #fff;
}

.common-space {
  padding: 130px 0;
}

.common-heading {
  position: relative;
  margin: 0;
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  font-family: "poppins";
  line-height: 55px;
  margin-bottom: 1.5rem;
}

.social-links-side {
  position: fixed;
  top: 70%;
  left: 0;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding-left: 0;
  gap: 1px;
  z-index: 99;
}
.social-links-side li {
  list-style: none;
}
.social-links-side li a {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s;
  background-color: var(--theme-color3);
}
.social-links-side li:hover a {
  width: 50px;
}

.common-list {
  padding-left: 0;
}
.common-list li {
  padding-left: 20px;
  list-style: none;
  margin-bottom: 8px;
  position: relative;
}
.common-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  color: var(--theme-color);
}

.body-wrpper {
  margin: 0 8px;
  border: solid 1px #000;
}

header {
  z-index: 5;
  width: 100%;
  background-color: #073589;
}
header.sticky {
  position: fixed;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 15px -8px #000;
}
header .bg-body-tertiary {
  background-color: transparent !important;
}
header .navbar-brand img {
  max-width: 75px;
}
header .sede-logo img {
  max-width: 100px;
}
header h1 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
header h4 {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.menuss {
  border-top: solid 2px #073589;
  margin-top: 2rem;
}

.border-tab tr td {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-color: rgb(0, 51, 102);
  border-right-color: rgb(0, 51, 102);
  border-bottom-color: rgb(0, 51, 102);
  border-top-color: rgb(0, 51, 102);
}
.border-tab tr th {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-color: rgb(0, 51, 102);
  border-right-color: rgb(0, 51, 102);
  border-bottom-color: rgb(0, 51, 102);
  border-top-color: rgb(0, 51, 102);
}

.bordertble tr td {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-color: rgb(0, 51, 102);
  border-right-color: rgb(0, 51, 102);
  border-bottom-color: rgb(0, 51, 102);
  border-top-color: rgb(0, 51, 102);
}
.bordertble tr th {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-color: rgb(0, 51, 102);
  border-right-color: rgb(0, 51, 102);
  border-bottom-color: rgb(0, 51, 102);
  border-top-color: rgb(0, 51, 102);
}/*# sourceMappingURL=style.css.map */