<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
}
*{
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,ul,p{
    margin: 0;
}
.banner-section {
    padding-top: 100px;
}
.banner-section img{
    width: 100%;
    display: block;
}
.container {
    width: 70%;
    margin: 0 auto;
    max-width: 1479px;
}
.form-box {
    background: linear-gradient(100.46deg, #C10909 42.21%, #5B0404 150.22%);
    border-radius: 21px;
    padding-top: 48px;
    max-width: 1107px;
    margin: 0 auto;
}


#verificationForm label{
    color: #fff ;
}
#verificationCode {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px;
    margin-top: 11px;
    margin-bottom: 33px;
  }

  #verifyButton {
    padding: 5px 10px;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: .5s ease all;
    border: 1px solid #fff;
    cursor: pointer;
  }
  #verificationForm{
    padding: 20px 20%;
  }
  .login-button-container {
    margin-top: 20px;
    font-size: 16px;
}

.login-button {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.login-button:hover {
    color: #000;
    text-decoration: underline;
}







.sticky-share-buttons {
    position: fixed;
    top: 20px;
    right: 0px;
    z-index: 1000;
    background-color: #c10909;;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sticky-share-buttons ul {
    list-style: none;
  margin: 1px;
  padding: 5px;
  display: flex;
  flex-direction: column;
}

.sticky-share-buttons li {
    margin: 3px 0;
}

.sticky-share-buttons a {
    text-decoration: none;
    color: #333;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f7f7f7;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sticky-share-buttons a:hover {
    background-color: #ff0000; /* Change this for hover color */
    color: #fff;
    transform: scale(1.1);
}

.sticky-share-buttons a i {
    line-height: 40px;
}


.language-switcher button {
    margin: 5px 0px;
    padding: 0px 10px;
    cursor: pointer;
    border: none;
    background-color: #f0f0f0;
    color: #333;
    font-size: 12px;
}

.language-switcher button.active {
    background-color: #c10909;
    color: #fff;
}

.language-switcher{
    position: absolute;
  right: 0px;
  top: -30px;
  width: fit-content;
}
.content-master{
    position: relative;
}

.form-box-inner{
    padding: 24px 78px 48px 78px;
}
.form-box .form-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.half-width {
    width: calc(50% - 22px);
}
.form-field input {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px;
    margin-top: 11px;
    margin-bottom: 33px;
}

.form-field select {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px;
    margin-top: 11px;
    margin-bottom: 33px;
}
.form-field label {
    font-size: 25.56px;
    color: #fff;
    text-transform: capitalize;
}
.bar-text {
    background: #EB1112;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 23px;
    padding: 10px 0;
}
.bar-text h2 {
    font-size: 52.88px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.form-section {
    position: relative;
}
img.sticky-image.right-side {
    position: absolute;
    top: 0px;
    right: 0;
}
img.sticky-image.left-side {
    position: absolute;
    top: 0px;
    left: 0;
}
.form-section:before {
    position: absolute;
    content: "";
    top: 27%;
    width: 100%;
    height: 200px;
    background: #EFEFEF;
    z-index: -1;
}
.content-box p {
    font-size: 27px;
    line-height: 31.72px;
    /* font-family: 'Baloo Chettan 2', serif; */
    font-family:"Noto Sans Malayalam",sans-serif,sans-serif;
    font-weight: 400;
    color: #000;
    text-align: justify;
    margin-bottom: 25px;
}
.content-box {
    padding: 90px 0;
}
img.sticky-image.left-bottom-side {
    position: absolute;
    left: 0;
    bottom: 0px;
}
img.sticky-image.right-bottom-side {
    position: absolute;
    bottom: 0px;
    right: 0;
}
.rest-section {
    position: relative;
    margin: 55px 0 100px 0;
}
.level-section {
    text-align: center;
}
/* .rest-section:before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    background: #DD0922;
    width: 20px;
    height: 100%;
    z-index: -1;
}
.rest-section:after {
    position: absolute;
    right: 0;
    top: 0px;
    content: "";
    background: #DD0922;
    width: 20px;
    height: 100%;
    z-index: -1;
} */
.image-box {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 22px;
}
.red-bar-left, .redbar-right {
    position: absolute;
    width: 20px;
    height: calc(100% - 100px);
    content: "";
    background: red;
    top: 40px;
}
.redbar-right{
    left: unset;
    right: 0;
}
.information-section {
    background: #d53226;
    padding: 20px 0;
}
.information-inner {
    display: flex;
    justify-content: space-between;
}
.info-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.info-box i {
    color: #fff;
    margin-right: 10px;
}
.info-box p, .info-box a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.info-box a{
    text-decoration: none;
}
.footer-top-inner .left-section {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.footer-top-inner .right-section{
    width: 50%;
}
.footer-top-inner .left-section ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
.footer-top-inner .right-section {
    width: 50%;
    text-align: right;
}
.footer-top-inner .right-section ul.footer-menu li {
    list-style: none;
    margin-bottom: 20px;
}
.footer-top-inner .right-section h4 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: #d53226;
}
.footer-top {
    padding: 30px 0;
}
.footer-top-inner .left-section i.fa-brands.fa-facebook-f {
    color: #3b5998;
}
.footer-top-inner .left-section i.fa-brands.fa-x-twitter {
    color: #000000;
}
.footer-top-inner .left-section i.fa-brands.fa-youtube {
    color: #ff0000;
}
.footer-top-inner .left-section i.fa-brands.fa-whatsapp {
    color: #25d366;
}
.footer-top-inner .left-section i.fa-brands.fa-instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    color: transparent;
}
.footer-top-inner .right-section ul.footer-menu li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.footer-bottom-inner {
    justify-content: space-between;
}
.footer-bottom {
    padding: 20px 0;
    background: #f4f4f4;
}
.policies ul li {
    display: inline-block;
    padding-left: 25px;
}
.policies ul li a{
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.footer-top-inner, .footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
}
.copy-right {
    font-size: 16px;
    color: #000;
}
.form-box input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
    transition: .5s ease all;
    border: 1px solid #fff;
    cursor: pointer;
}
.form-box input[type="submit"]:hover{
    background: transparent;
    color: #fff;
    transition: .5s ease all;
}
.error-message {
    /* color: red; */
    color: #f49a0d;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    position: absolute;
  bottom: 15px;
}
.success-message {
    color: green;
    font-size: 18px;
    margin-top: 10px;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 1566px) {
    .error-message {
        bottom: 2px;
    }

.form-field label {
    font-size: 18px;
}
.form-box {
    max-width: 991px;
}
.form-box-inner {
    padding: 24px 50px 24px 50px;
}
.bar-text h2 {
    font-size: 38.88px;
}
.content-box p {
    font-size: 20px;
    margin-bottom: 20px;
}
.content-box {
    padding: 70px 0;
}
.level-section img {
    width: 70%;
}
.copy-right, .policies ul li a {
    font-size: 14px;
}
}
@media only screen and (max-width: 1366px) {
.rest-section {
    margin: 40px 0 60px 0;
}
.form-field label {
    font-size: 16px;
}
.form-field input {
    margin-top: 10px;
    margin-bottom: 20px;
}
.bar-text h2 {
    font-size: 32px;
}
.content-box p {
    font-size: 18px;
}
}
@media only screen and (max-width: 991.38px) {

    .language-switcher {
        transform: translateX(-30%);
    }
.content-box {
    padding: 50px 0;
}
.red-bar-left, .redbar-right {
    width: 10px;
}
.copy-right, .policies ul li a {
    font-size: 12px;
}
img.sticky-image.left-side, img.sticky-image.right-side {
    width: 40px;
}
.form-section:before {
    height: 150px;
}
.level-section img {
    width: 80%;
}
.container {
    width: 100%;
    padding: 0 45px;
}
.footer-top-inner .right-section ul.footer-menu li {
    margin-bottom: 10px;
}
.footer-top-inner .right-section h4 {
    margin-bottom: 15px;
}
img.sticky-image.right-bottom-side, img.sticky-image.left-bottom-side {
    width: 40px;
}
.image-box img {
    width: 50%;
}
img.footerlogo {
    max-width: 110px;
}
.banner-section {
    padding-top: 70px;
}
.image-box {
    padding-top: 22px;
}
}
@media only screen and (max-width: 768.38px) {
.policies, .copy-right {
    width: 100%;
    text-align: center;
}
.footer-bottom-inner {
    flex-direction: column-reverse;
}
.footer-top-inner .left-section ul {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
}
.footer-top-inner .left-section {
    align-items: unset;
}
.banner-section {
    padding-top: 50px;
}
.policies ul {
    padding: 0;
    margin-bottom: 10px;
}
.information-inner {
    flex-wrap: wrap;
}
.info-box {
    width: 100%;
    justify-content: center;
}
.info-box:first-child{
    margin-bottom: 10px;
}
.image-box img {
    width: 75%;
}
.bar-text h2 {
    font-size: 28px;
    width: 100%;
    text-align: center;
}
.bar-text {
    gap: 10px;
    padding: 15px 0;
}
}
@media only screen and (max-width: 575.38px) {
    
    .error-message {
        bottom: -7px;
    }
.bar-text img {
    max-width: 120px;
}
.bar-text h2 {
    font-size: 25px;
}
.half-width {
    width: 100%;
    position: relative;
}
.form-box-inner {
    padding: 24px;
}
.footer-top-inner .left-section, .footer-top-inner .right-section {
    width: 100%;
    text-align: center;
}
img.footerlogo {
    margin: 0 auto;
}
.footer-top-inner .left-section ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-top-inner .right-section ul {
    padding: 0;
}
.content-box p {
    font-size: 16px;
}
.content-box {
    padding: 50px 0 30px 0;
}
img.sticky-image.left-side, img.sticky-image.right-side {
    width: 25px;
}
.red-bar-left, .redbar-right {
    width: 5px;
}
.image-box {
    padding-top: 22px;
    padding-bottom: 22px;
}
img.sticky-image.right-bottom-side, img.sticky-image.left-bottom-side {
    width: 20px;
}
.bar-text img {
    max-width: 200px;
}
}
@media only screen and (max-width: 414.38px) {
    .content-box p {
        text-align: left;
    }
.container {
    padding: 0 30px;
}
.form-box-inner {
    padding: 15px;
}
.form-field input {
    margin-bottom: 10px;
}
.level-section img {
    width: 100%;
}
.image-box {
    padding-top: 10px;
    padding-bottom: 20px;
}
}








/* animation */

@keyframes confetti-slow {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  
  100% { transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg); }
}

@keyframes confetti-medium {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  
  100% { transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg); }
}

@keyframes confetti-fast {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  
  100% { transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg); }
}

.checkpop {
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  border:1px solid white;
  display:fixed;
  top:0px;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;

  &amp;--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
  }
  
  &amp;--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
  }
  
  &amp;--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
  }
}





/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}
.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00C09D;
  position: absolute;
}
.checkmark-circle .checkmark {
  border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: '';
  left: 25px;
  top: 75px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}



.submit-btn {
    height: 45px;
    width: 200px;
    font-size: 15px;
    background-color: #00c09d;
    border: 1px solid #00ab8c;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(87,71,81,.2);
    cursor: pointer;
    transition: all 2s ease-out;
    transition: all .2s ease-out;
}

.submit-btn:hover {
    background-color: #2ca893;
    transition: all .2s ease-out;
}</pre></body></html>