@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;1,300&display=swap");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

h2 {
  color: #ED8023;
  font-weight: 700;
  font-size: 32px;
}

p {
  margin: 10px 0 0 0;
  color: #444444;
}

a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #ED8023;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #582E81;
  border-radius: 10px;
}

.mr-20 {
  margin-right: 20px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0px;
  }
}

.p-40 {
  padding: 20px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .p-40 {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-40 {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .p-40 {
    padding: 20px;
  }
}

.modal-body .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-content .modal-header {
  padding: 10px;
  border-bottom: none;
}
.modal-content .modal-header h5 {
  font-weight: 700;
  color: #fff;
}
.modal-content .modal-header .close {
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
}
.modal-content .expiry {
  padding: 20px;
}
.modal-content .expiry h5 {
  text-align: center;
}

button.close {
  width: 50px;
  height: 50px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: -15px;
}

.header {
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 99;
}
.header .logo {
  width: 140px;
  align-self: flex-start;
  top: 0;
  left: 0;
  margin: 10px 0px 0px 20px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .header .logo {
    width: 120px;
    margin: 10px 0px 0px 10px;
  }
}

.banner {
  width: 100%;
  padding: 30px 0px;
  background: #582E81;
  margin-top: 85px;
}
.banner h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 767px) {
  .banner h3 {
    font-size: 28px;
  }
}

.top {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
  margin-top: 85px;
  padding: 0;
  background: #582E81;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top {
    height: auto;
  }
}
@media (max-width: 767px) {
  .top {
    height: auto;
    margin-top: 75px;
  }
}
.top .form-bg {
  background: #ED8023;
  height: 100vh;
  padding: 40px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .form-bg {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top .form-bg {
    height: auto;
    padding: 40px 80px;
  }
}
@media (max-width: 767px) {
  .top .form-bg {
    height: auto;
    padding: 40px 20px;
  }
}
.top .form-bg .form-box {
  background: #fff;
  padding: 20px;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.top .form-bg .form-box h3 {
  font-family: "Titillium Web", sans-serif;
  color: #ED8023;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  margin-bottom: 20px;
}
.top .form-bg .form-box h3::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  left: 0;
  bottom: -5px;
  background: #582E81;
}

.para_sec {
  width: 100%;
  background: rgb(239, 239, 239);
  background: linear-gradient(0deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
  text-align: center;
}
.para_sec h2 {
  color: #582E81;
  font-size: 40px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .para_sec h2 {
    font-size: 28px;
  }
}
.para_sec .page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #ED8023 !important;
  border-color: #ED8023 !important;
}
.para_sec .page-link {
  position: relative;
  display: block;
  color: #ED8023 !important;
}
.para_sec .question-box {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}
@media (max-width: 767px) {
  .para_sec .question-box {
    flex-direction: column;
  }
}
.para_sec .question-box .totalq {
  font-size: 16px;
  background: #ED8023;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .para_sec .question-box .totalq {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.para_sec .study {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  border: 1px solid #e0d9d9;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .para_sec .study {
    padding: 20px;
  }
}
.para_sec .study h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .para_sec .study h3 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .para_sec .study h3 {
    font-size: 14px;
  }
}
.para_sec .study .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ED8023 !important;
  border-color: #ED8023 !important;
}
.para_sec .study .full {
  display: flex;
  justify-content: space-between;
}
.para_sec .study .full .question {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #e6e0e0;
  background: #f5f5f5;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}
.para_sec .study .text-left {
  text-align: left;
}
.para_sec .boxes {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
}
.para_sec .boxes .radio {
  width: 100%;
  position: relative;
  text-align: left;
}
.para_sec .pp,
.para_sec .tr,
.para_sec .fal {
  padding: 5px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  color: #000;
  font-weight: 600;
  font-style: normal;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.para_sec .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.para_sec .radio .checkbox label,
.para_sec .radio .radio label,
.para_sec .radio label {
  width: 100%;
  padding: 10px 10px 10px 30px;
  margin: 0px;
  color: black;
  cursor: pointer;
}
.para_sec .radio input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  top: 5px;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  animation-name: blink;
}
.para_sec .radio input[type=radio]:checked + .radio-label:before {
  background-color: #ED8023;
  animation-duration: 1s;
}
.para_sec .radio input[type=radio]:checked + label .tr {
  background-color: #6ece53;
}
.para_sec .radio input[type=radio]:checked + label .fal {
  background-color: #f35f5d;
}
.para_sec .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #27c971;
}
.para_sec .radio input[type=radio]:disabled + .radio-label:before {
  border-color: #b4b4b4;
}
.para_sec .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.registration {
  background: #ED8023;
}
.registration h2 {
  color: #582E81;
  font-size: 40px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .registration h2 {
    font-size: 28px;
  }
}
.registration .white_box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  padding: 30px;
}
@media (max-width: 767px) {
  .registration .white_box {
    padding: 15px;
  }
}
.registration .white_box h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #582E81;
}

.form-group {
  margin-top: 25px;
}
.form-group:first-child {
  margin-top: 0px;
}
.form-group input,
.form-group .form-select {
  height: 45px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 0 20px;
  width: 100%;
  color: #000;
  font-size: 14px;
  transition: all 0.4s ease;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus {
  border-color: #ED8023 !important;
  outline: 0;
  box-shadow: none;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly] {
  background-color: #F6F7F9;
}
.form-group select {
  color: #000;
}
.form-group textarea {
  height: 100px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px 20px;
  color: #000;
  resize: none;
  width: 100%;
  font-size: 14px;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder {
  color: #000;
}
.form-group ::placeholder {
  color: #000;
}

.result {
  display: flex;
  background: rgb(237, 128, 35);
  background: linear-gradient(139deg, rgb(237, 128, 35) 0%, rgb(88, 46, 129) 100%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.result .white_box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  padding: 30px;
}
@media (max-width: 767px) {
  .result .white_box {
    padding: 20px;
  }
}
.result .white_box h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .result .white_box h4 {
    font-size: 22px;
  }
}
.result .white_box h3 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #582E81;
  font-family: "Titillium Web", sans-serif;
  margin: 20px 0px;
  padding: 15px;
  border: 2px solid #ED8023;
  display: inline-block;
}
@media (max-width: 767px) {
  .result .white_box h3 {
    font-size: 20px;
  }
}
.result .white_box img {
  width: 200px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .result .white_box img {
    width: 140px;
    margin-bottom: 20px;
  }
}

.footer {
  background: #975A3F;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .logo img {
  width: 200px;
}
@media (max-width: 480px) {
  .footer .logo img {
    width: 150px;
  }
}
.footer h4 {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.footer .ftr-list {
  width: 100%;
}
.footer .ftr-list li {
  list-style: none;
  color: #fbeae2;
}
.footer .ftr-list li a {
  color: #fbeae2;
}
.footer .socials {
  display: flex;
}
.footer .socials li {
  padding: 0px 5px;
  list-style: none;
  font-size: 20px;
}
.footer .socials li a {
  color: #fbeae2;
}
.footer .socials li a:hover {
  color: #fff;
}
.footer .socials li:first-child {
  padding-left: 0px;
}
.footer .powered p {
  color: #fbeae2;
}
.footer .powered p a {
  color: #fbeae2;
}

.scrollup {
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

.send {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  color: #fff;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  background: #582E81;
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 480px) {
  .send {
    font-size: 16px;
  }
}
.send:hover {
  background: #ED8023;
  letter-spacing: 1px;
}

.finish {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  color: #fff;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  background: #ED8023;
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 480px) {
  .finish {
    font-size: 16px;
  }
}
.finish:hover {
  background: #582E81;
  letter-spacing: 1px;
}

.btn2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  color: #fff;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  background: #582E81;
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 480px) {
  .btn2 {
    font-size: 16px;
  }
}
.btn2:hover {
  background: #ED8023;
  letter-spacing: 1px;
}

.btn__desable {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  color: #353437;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  background: #f1effb;
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 480px) {
  .btn__desable {
    font-size: 16px;
  }
}

.submit {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  color: #ED8023;
  padding: 2px 10px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  background: #fff;
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 480px) {
  .submit {
    font-size: 16px;
  }
}
.submit:hover {
  background: #582E81;
  color: #fff;
}/*# sourceMappingURL=level3.css.map */