/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */body {
    -webkit-tap-highlight-color: transparent;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
hr:not([size]) {
    height: 1px;
}
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h3 {
    font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
    h3 {
    font-size: 1.75rem;
}
}a:hover {
    color: #0a58ca;
}
label {
    display: inline-block;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
@media (min-width:1400px) {
    .container {
    max-width: 1320px;
}
}.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-6 {
    flex: 0 0 auto;
    width: 50%}
.col-12 {
    flex: 0 0 auto;
    width: 100%}
@media (min-width:576px) {
    .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
}@media (min-width:768px) {
    .col-md-3 {
    flex: 0 0 auto;
    width: 25%}
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
}@media (min-width:992px) {
    .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
.col-lg-12 {
    flex: 0 0 auto;
    width: 100%}
}.form-control {
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .form-control {
    transition: none;
}
}.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::-webkit-file-upload-button {
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .form-control: :-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
}
.form-control::file-selector-button {
    transition: none;
}
}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .form-control: :-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
}
}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem;
}
.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .btn {
    transition: none;
}
}.btn:hover {
    color: #212529;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.btn:disabled {
    pointer-events: none;
    opacity: .65;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.btn-primary:active {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}
.btn-secondary:active {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.fade {
    transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
    .fade {
    transition: none;
}
}.nav-link {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .nav-link {
    transition: none;
}
}.nav-link:focus, .nav-link:hover {
    color: #0a58ca;
}
.navbar-toggler {
    transition: box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
    transition: none;
}
}.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
@media (prefers-reduced-motion:reduce) {
    .accordion-button {
    transition: none;
}
}.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .accordion-button: :after {
    transition: none;
}
}.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.btn-close {
    padding: .25em .25em;
    background: transparent url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1;
}
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25;
}
.modal-dialog {
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
}
@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
    transition: none;
}
}.modal-content {
    pointer-events: auto;
}
.modal-header {
    padding: 1rem 1rem;
}
.modal-header .btn-close {
    padding: .5rem .5rem;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
.align-items-start {
    align-items: flex-start!important;
}
.mt-5 {
    margin-top: 1rem!important;
}
.stats-label, .stats-number {
    font-weight: 400;
}
.divider {
    background-color: #2a5a37;
}
h3.det-txt {
    text-transform: uppercase;
}
.timeline {
    list-style: none;
}
.radio-spacing {
    margin-right: 5px;
}
.visually-hidden {
    display: none;
}
.pfontm {
    font-size: 16px!important;
}
.divider {
    width: 5%;
    height: 2px;
    margin: 10px auto;
}
.stats-item {
    margin-bottom: 20px;
    padding: 10px;
}
.stats-container {
    margin-left: 20%;
    margin-right: 20%}
.stats-number {
    font-family: 'Abril Fatface', cursive;
    font-size: 36px;
}
.stats-label {
    font-family: Poppins, sans-serif;
}
.stats-label {
    font-size: 14px;
}
.section-header {
    padding: 101px 0 40px;
}
h3 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    color: #4b4b4c;
}
a:focus, a:hover {
    color: #2a5a37;
}
.timeline-body>p {
    margin-bottom: 0;
}
.btn-test a:focus, .btn-test a:hover {
    border: 1px solid #2a5a37;
    background-color: #fff;
    color: #2a5a37!important;
}
.timeline:before {
    position: absolute;
    left: 50%}
.mouse::after {
    transition: .3s ease-in;
}
.quote .btn {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.quote .btn:focus, .quote .btn:hover {
    background-color: #fff;
    color: #2a5a37;
    border-color: #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bottom-line {
    margin-bottom:  10px!important;
     margin:  0 auto;
    width: 25px;
    height: 3px;
    background-color: #242c34;
}
.fea-img {
    width: 18%}
.heading {
    width: 80%}
.fea i {
    font-size: 24px;
    color: #2a5a37;
    margin-top: 7px;
}
.heading p {
    text-align: left;
}
#your-iq {
    background-color: #fff;
}
.orga-stru {
    background-color: #2a5a37;
    width: 109px;
    height: auto;
    padding: 10px 10px 25px;
    text-align: center;
    border-radius: 0 80px 99px 99px;
    -moz-border-radius: 0 80px 99px 99px;
    -webkit-border-radius: 0px 80px 99px 99px;
    -o-border-radius: 0 80px 99px 99px;
}
.orga-stru h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}
.orga-stru p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    padding-top: 15px;
}
.orga-stru i {
    font-size: 150px;
    margin-top: 35px;
    color: #fff;
}
h3.det-txt {
    font-size: 40px;
    font-weight: 700;
}
p.det-p {
    padding: 40px 0 0;
}
#standard-iq-distribution, #test {
    background-color: #f7f7f7;
}
.timeline {
    padding: 20px 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    content: " ";
    width: 3px;
    background-color: #eee;
    margin-left: -1.5px;
}
.timeline>li {
    margin-bottom: 20px;
    position: relative;
}
.timeline>li:after, .timeline>li:before {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li.timeline-badge-li {
    margin-bottom: 102px;
}
.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
    margin-right: 20px;
}
.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "}
.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "}
.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999;
    z-index: 100;
    border-radius: 50%}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4!important;
}
.timeline-badge.success {
    background-color: #3f903f!important;
}
.timeline-badge.warning {
    background-color: #f0ad4e!important;
}
.timeline-badge.danger {
    background-color: #d9534f!important;
}
.timeline-badge.info {
    background-color: #5bc0de!important;
}
.timeline-title {
    font-size: 20px;
    margin-top: 0;
    color: inherit;
}
.timer {
    color: red;
    font-size: 26px;
}
.test-box {
    background: #fff;
    padding: 30px 30px 49px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    border: 1px solid #2a5a37;
    height: calc(100% - 30px);
}
.footer {
    padding: 60px 0 20px;
    background: #111;
    color: #ccc;
}
.footer a {
    color: #ccc;
    text-decoration: underline;
}
.footer a.btn {
    color: #fff;
    text-decoration: none;
}
.btn-submit:focus, .btn-submit:hover {
    background-color: #2a5a37;
    color: #fff;
}
@media (max-width:767px) {
    ul.timeline: before {
    left: 40px;
}
ul.timeline>li>.timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    float: right;
}
ul.timeline>li>.timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
}
ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
}@media (min-width:769px) and (max-width:980px) {
    .feature-info, .orga-stru, .test-box {
    margin-bottom: 30px;
}
}@media (min-width:451px) and (max-width:768px) {
    .feature-info, .test-box {
    margin-bottom: 30px;
}
}@media (min-width:20px) and (max-width:450px) {
    .heading, .orga-stru {
    margin-bottom: 20px;
}
.header-section p {
    font-size: 14px;
}
.orga-stru i {
    font-size: 92px;
}
.orga-stru {
    padding: 5px 5px 15px;
    width: 75px;
}
.orga-stru h3, h3.det-txt {
    font-size: 28px;
}
.orga-stru p {
    font-size: 13px;
}
.test-box {
    margin-bottom: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    /* Icon shrink */
    .fea-img svg {
      width: 80% !important;
      height: auto !important;
    }
  
    /* Stats shrink (example: reduce font sizes to 80%) */
    .stats-number{
      font-size: 30px!important;
    }
  }
  
  