* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  background-color: #fff;
  color: #555;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-rendering: optimizeLegibility;
}
body {
  background-color: #daebf5;
  /* font-size: medium; */
 font-family: 'Inter', sans-serif;
}
/*.row{
    max-width: 1140px;
    margin: 0 auto;
} */
/*.hero-text-box{
    position: absolute;
    width: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.h-heading {
  color: #005faf;
  font-size: 130%;
  letter-spacing: 1px;
  float: right;
  margin-right: 40%;
  margin-top: 100px;
}
#header1 {
  background-color: #fff;
  margin: auto;
  border-bottom: 10px solid rgb(38, 153, 251);
}
h1 {
  color: #005faf;
  padding: 10px;
}
h2 {
  color: #2699fb;
  padding: 20px;
  font-size: 20px;
}

h3 {
  color: rgb(138, 132, 132);
  letter-spacing: 2px;
  font-size: 25px;
  padding: 20px, 20px, 20px, 0px;
}
.logo {
  width: 50%;
  margin-left: 50%;
  margin-top: 10px;
}
#section {
  margin-left: 2%;
  margin-top: 5%;
  margin-bottom: 10%;
  margin-right: 2%;
}
.wrapper {
  width: 420px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
}
.wrapper h2 {
  text-align: center;
  font-weight: bold;
}

/* statistics section */
.container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.container3 {
  height: 80px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.topSkills {
  margin: 2px 2px 2px 0px;
  display: inline;
}
.topSkills li {
  counter-increment: steps;
  padding: 2px 2px 2px 0px;
  margin-left: 0px;
  /* display: inherit; */
}
.topSkills li::before {
  content: counter(steps);
  margin-right: 0.2rem;
  background: none;
  color: #000;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}
.top {
  margin-top: 10px;
  padding: 10px;
  /* flex-basis: 150px; */
  flex-grow: 1;
  flex-shrink: 0;
}
.container1 {
  height: 80px;
  background-color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.el {
  padding: 10px;
  /* flex-basis: 150px; */
  flex-grow: 1;
  flex-shrink: 0;
}
.el--2,
.el--3 {
  border-left: 3px solid #2699fb;
}
p.big {
  margin-bottom: 5px;
  font-size: 18px;
  color: #2699fb;
}
p {
  font-size: 14px;
}

/* Table styles */
table {
  /* width: 50%; */
  background-color: #2699fb;
  border: 1px solid #343a40;
  /* border-radius: 13%; */
  border-collapse: collapse;
  font-size: 12px;
  word-wrap: break-word;
  table-layout: fixed;
  width: 100%;
}
th,
td {
  border: 1px solid #e9ecef;
  padding: 16px 24px;
  text-align: left;
}
thead th {
  /* background-color: #2699fb; */
  color: #000;

  /* width: 9%; */
}
tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
tbody tr:nth-child(odd) {
  background-color: #f1f3f5;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Form styles */

form {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.selection-form {
  background-color: #daebf5;
  margin: 0;
  padding: 20px 20px 20px 0px;
  box-shadow: none;
  border-radius: 0px;
}

/* Styling form-control Class */
.form-control {
  text-align: left;
  margin-bottom: 25px;
}

/* Styling form-control Label */
.form-control label {
  color: #2699fb;
  display: block;
  margin-bottom: 10px;
}

/* Styling form-control input,
select, textarea */
.form-control input,
.form-control select,
.form-control textarea {
  border: 1px solid #2699fb;
  border-radius: 5px;
  font-family: inherit;
  padding: 10px;
  display: block;
  width: 100%;
}

/* Styling form-control Radio
button and Checkbox */
.form-control input[type="radio"],
.form-control input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 6px;
}
input:placeholder-shown {
  font-style: italic;
}
ol {
  list-style: none;
  counter-reset: steps;
  display: block;
}
ol li {
  counter-increment: steps;
  padding: 10px;
  margin-left: 100px;
  display: inherit;
}
ol li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #2699fb;
  color: white;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}

/* Styling Button */
button {
  background-color: #2699fb;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: 18px;
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 10px;
}
.btn-n {
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 12px;
  border-radius: 0px;
}
button:hover {
  background-color: cadetblue;
  color: rgb(246, 244, 248);
}
.btn {
  border: 1px solid #087f5b;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #087f5b;
}
.btn:hover .btn-icon {
  stroke: #fff;
}
.btn-1 {
  margin-right: 6px;
}
.btn-icon {
  height: 24px;
  width: 24px;
  stroke: #087f5b;
}
.btn1-icon {
  height: 24px;
  width: 24px;
  padding-top: 5px;
  stroke: #f8f9fa;
}

.page-link:link,
.page-link :visited {
  font-size: 18px;
  color: #343a40;
  text-decoration: none;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #005faf; */
}
.page-link:hover,
.page-link:active,
.page-link.page-link--current {
  background-color: #087f5b;
  color: #fff;
}
.dots {
  color: #868e96;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style-type: circle;
  color: #fff;
  font-size: 18px;
  padding: 2px;
}

.selection {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
}
.footer {
  background-color: #005faf;
  /* background-image: url("resources/img/Logo_RTB_Watermark_1x.png");
    background-size: auto;
    width:auto;
    height: auto;
     */
}

.container {
  margin-left: 10%;
  padding-top: 10px;
}
.content1 {
  max-width: fit-content;
}
.footer h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 2px;
  padding: 1px;
}
.h-h4 {
  width: 18%;
  margin-bottom: 2px;
  padding-bottom: 10px;
}
.addr {
  border-top: 2px solid #2699fb;
  width: 30%;
  margin-top: 2px;
  margin-top: 10px;
}
.h2-footer {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 0px;
}
.footer ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: all 0.3s ease;
}
.footer ul li a:hover {
  color: #555;
  padding-left: 10px;
}
.fab {
  font-size: 12px;
}
.ul1 {
  list-style-type: none;
}
