@import "../fonts/stylesheet.css";
@import "all.min.css";
body {
  font-family: "Geologica Roman";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.container {
  max-width: 1366px;
}

h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #000000;
  font-family: "Geologica Roman";
}

h2, .h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #000000;
  font-family: "Geologica Roman";
}

h3, .h3 {
  font-family: "Geologica Roman";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.h3 {
  font-size: 30px;
  line-height: 40px;
}

p, .p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: "Geologica Roman";
  color: #000000;
}
p.medium, .p.medium {
  font-weight: 600;
}

span {
  font-family: "Geologica Roman";
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #000000;
  display: inline-block;
}

a, .a {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  text-decoration: none;
}
a:hover, .a:hover {
  color: #000000;
  text-decoration: none;
}

strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  font-family: "Geologica Roman";
  color: #000000;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 50px;
  padding: 6px 30px 6px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  font-family: "Geologica Roman";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: #e04124;
  border: 2px solid #e04124;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn-style:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #e04124;
}
.btn-style.small {
  padding: 10px 15px 11px;
  height: 38px;
  font-size: 13px;
  line-height: 24px;
}
.btn-style.transparent {
  background: transparent;
  border-color: #e04124;
  color: #e04124;
}
.btn-style.colored-border {
  color: #e04124;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 1, 2), rgba(243, 182, 0, 0.5)) border-box;
  border: 2px solid transparent;
}
.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #e04124;
}
.btn-style.round {
  border-radius: 50px;
}
.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.btn-style.icon-circle i {
  font-size: 22px;
}
.btn-style.pink {
  background: #013773;
  color: #ffffff;
  border-color: #013773;
}
.btn-style.pink:hover {
  background: transparent;
  color: #013773;
  border-color: #013773;
}

.form .form-group {
  margin-bottom: 24px;
}
.form label {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form label {
    margin-bottom: 5px;
  }
}
.form .form-control {
  border-radius: 8px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  height: 64px;
  padding: 8px 17px 8px;
  border: none;
  color: rgba(4, 10, 24, 0.5019607843);
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .form .form-control {
    height: 55px;
  }
}
.form .form-control::placeholder {
  color: rgba(4, 10, 24, 0.5019607843);
}
.form .form-control:focus {
  box-shadow: none;
}
.form input[type=checkbox] {
  border: 1px solid #F3F3F3;
  border-radius: 4px;
}

.result {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .result {
    padding: 15px 0;
  }
}
.result table tr th {
  background: #013773;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  border-right: 1px solid #E8E8E8;
}
.result table tr th.center {
  text-align: center;
}
.result table tr td {
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
}
.result .college-info-wrapper {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .result .college-info-wrapper {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .result .college-info-wrapper .institute-logo {
    text-align: center;
  }
}
.result .college-info-wrapper .institute-logo img {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .result .college-info-wrapper .institute-logo img {
    max-width: 150px;
  }
}
.result .college-info-wrapper .institute-detail {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .result .college-info-wrapper .institute-detail {
    text-align: center;
    max-width: 300px;
    margin: auto;
  }
}
.result .college-info-wrapper .institute-detail h3 {
  margin: 0;
}
.result .college-info-wrapper .institute-detail p {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .result .college-info-wrapper .institute-detail p {
    margin: 5px 0;
  }
}
.result .college-info-wrapper .institute-detail ul li {
  display: inline-block;
  position: relative;
}
.result .college-info-wrapper .institute-detail ul li:not(:last-of-type) {
  margin: 0 20px 0 0;
}
.result .college-info-wrapper .institute-detail ul li:not(:last-of-type):before {
  content: "";
  background: #000000;
  height: 14px;
  width: 1px;
  position: absolute;
  right: -13px;
  top: 7px;
}
.result .college-info-wrapper .institute-detail ul li a {
  color: #000000;
}
.result .college-info-wrapper .institute-detail ul li a:hover {
  color: #e04124;
}
.result .student-info-wrapper {
  margin-bottom: 20px;
}
.result .student-info-wrapper h3.title {
  background: #013773;
  color: #ffffff;
  text-align: center;
  margin: 0 0 20px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .result .student-info-wrapper ul.info {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 30px;
  }
}
.result .student-info-wrapper ul.info li {
  display: block;
  color: rgba(4, 10, 24, 0.5019607843);
}
@media screen and (max-width: 767px) {
  .result .student-info-wrapper ul.info li {
    text-align: left;
  }
}
.result .student-info-wrapper ul.info li:not(:last-of-type) {
  margin-bottom: 8px;
}
.result .student-info-wrapper .student-img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .result .student-info-wrapper .student-img {
    text-align: center;
  }
}
.result .student-info-wrapper .student-img img {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .result .student-info-wrapper .student-img img {
    max-width: 200px;
  }
}
.result .student-result-wrapper {
  margin-bottom: 30px;
}
.result .student-result-wrapper .result-table-wrapper.traits-table {
  margin-bottom: 20px;
}
.result .student-report-wrapper .principal-signature {
  text-align: center;
}
.result .student-report-wrapper .principal-signature img {
  max-width: 230px;
  border-radius: 50%;
}

/*# sourceMappingURL=main.css.map */
