<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
.zindex2 {
  z-index: 2;
}

.m-100vh {
  margin-top: 100vh;
}

.mb-200 {
  margin-bottom: 230px;
}


.content-sec .content-inner { 
  position: relative;
  background: var(--bs-body-bg);
  z-index: 2;
}
.content-sec .content-inner .page-heading {
  position: relative;
  margin: 0em;
  margin-left: -2em;
  padding: 0.2em 0em;
  z-index: 0;
}
.content-sec .content-inner .page-heading span {
  display: block;
  position: relative;
  z-index: 1;
  background: var(--bg-white);
  padding: 0.2em;
}
.content-sec .content-inner .page-heading:before {
  position: absolute;
  content: "";
  top: -0.5em;
  left: 1em;
  border-left: 6px solid #54AA61;
  height: 5em;
  z-index: -1;
}
.content-sec .content-inner ul.pagination {
  padding: 0em;
}
.content-sec .content-inner ul.pagination .page-item {
  padding: 0em;
  display: inline-block;
}

.content-sec .content-inner ul.pagination .page-item .page-link:hover {
  background-color: #bbbbbb;
}
.content-sec .content-inner ul.pagination .page-item.active .page-link {
  background-color: #54AA61;
  border-color: #54AA61;
  color: var(--white);
  z-index: 0;
}
.content-sec .content-inner ul.pagination .page-item:after {
  content: " ";
}
.content-sec .content-inner ul.pagination .page-item:first-child .page-link, .content-sec .content-inner ul.pagination .page-item:last-child .page-link {
  border-radius: 0em;
}

.form-group {
  margin-bottom: 1.5em;
}
.form-group label {
  margin-bottom: 0em;
}
.form-group.single-form-group .control-group {
  margin-bottom: 1.5em;
}

.form-control {
  border: 0px solid;
  border-bottom: 1px solid #d4d4d4;
  padding: 0.5em 0em;
  border-radius: 0em;
}
.form-control:focus {
  border-color: #54AA61;
  box-shadow: 0em 0em 0em 0em #cef1b5;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.35rem + 2px);
}

.form-control:disabled, .form-control[readonly] {
  background-color: var(--white);
  color: #a7a7a7;
}

.input-group-text {
  background: transparent;
  border: 0px solid;
  border-bottom: 1px solid #adaca8;
}

textarea {
  height: 80px;
}

@keyframes click-wave {
  0% {
    height: 22px;
    width: 22px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 100px;
    width: 100px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0.3em;
  right: 0em;
  bottom: 0em;
  left: 0em;
  height: 18px;
  width: 18px;
  transition: all 0.15s ease-out 0s;
  background: var(--bg-white);
  border: none;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  margin-right: 0.3em;
  outline: none;
  z-index: 0;
  border: 1px solid #adaca8;
}
.option-input:hover {
  background: #54AA61;
}
.option-input:checked {
  background: var(--bg-white);
}
.option-input:checked:before {
  height: 18px;
  width: 18px;
  position: absolute;
  content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â";
  display: inline-block;
  font-size: 1em;
  text-align: center;
  line-height: 18px;
  color: #54AA61;
  left: -1px;
}
.option-input:checked:after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #54AA61;
  content: "";
  display: block;
  position: relative;
  z-index: 0;
}
.option-input.radio {
  border-radius: 100%;
}
.option-input.radio:checked {
  background: var(--bg-white);
}
.option-input.radio:checked:before {
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  position: absolute;
  content: "";
  display: inline-block;
  background: #54AA61;
  border-radius: 9px;
}
.option-input.radio:after {
  border-radius: 100%;
}

.control-group {
  position: relative;
}
.control-group label {
  position: absolute;
  left: 0em;
  padding: 0.2em 0em;
  top: 0.2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1b1b1b;
  z-index: 2;
}
.control-group .border-line {
  display: block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.control-group .border-line:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0em;
  right: 100%;
  bottom: 0em;
  background: #54AA61;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.control-group.focused label {
  color: var(--black);
  top: -1.1em;
  font-size: 90%;
}
.control-group.focused .border-line:before {
  right: 0;
}

.right-panel h4 {
  margin-bottom: 0.5em;
  color: var(--black);
}
.right-panel .social-widget {
  height: 350px;
  overflow: hidden;
  border: 1px solid #bbbbbb;
  margin-bottom: 1.5em;
}
.right-panel .social-widget iframe {
  height: 400px !important;
  width: 100% !important;
  border: 0em;
}
.right-panel .social-widget .fb_iframe_widget span {
  height: 100% !important;
}

.btn {
  border-radius: 2px;
}


.odia {
  font-family: Conv_AOCHA06B !important;
  letter-spacing: 0.5px;
  text-transform: initial !important;
}

p.odia {
  font-size: 1.1em !important;
}

h1.odia span, h1.odia, h1 span.odia, .odia h1,
h2.odia span, h2.odia, h2 span.odia, .odia h2,
h3.odia span, h3.odia, h3 span.odia, .odia h3,
h4.odia span, h4.odia, h4 span.odia, .odia h4,
h5.odia span, h5.odia, h5 span.odia, .odia h5,
h6.odia span, h6.odia, h6 span.odia, .odia h6 {
  font-family: Conv_AOCHA06B !important;
  text-transform: initial !important;
}

.sharediv {
  margin-top: 1em;
}
.sharediv a {
  display: inline-block;
  padding: 0.3em 1em;
  border: 1px solid #54AA61;
  color: #54AA61;
  position: relative;
  float: left;
}
.sharediv a:hover {
  background: #54AA61;
  color: #fff !important;
}
.sharediv .share-box {
  display: inline-block;
  float: left;
  margin-left: 0.5em;
}
.sharediv .share-box a {
  border: 0em;
  padding: 0.3em 0.5em;
}

.notification {
  position: absolute;
  right: 0em;
  z-index: 99;
  background: var(--bg-white);
  padding: 0.5em 1em;
  top: 0em;
  border-radius: 5px;
  border: 1px solid #adaca8;
  box-shadow: 0px 0px 10px #000;
  color: var(--white);
}
.notification i {
  font-size: 1.2em;
  color: var(--white);
  margin-right: 0.5em;
}
.notification.successmsg {
  border-color: #54AA61;
  background: rgba(112, 165, 72, 0.7);
}
.notification.errormsg {
  border-color: #f00;
  background: rgba(208, 14, 0, 0.7);
}

.custom-file .custom-file-label {
  position: absolute;
  top: 0em;
  right: 0em;
  left: 0em;
  padding: 0.6rem 0em;
  color: #1b1b1b;
  background-color: var(--white);
  border: 0em solid transparent;
  height: 41px;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0rem;
  z-index: 1;
}
.custom-file .custom-file-label:after {
  padding: 0.5rem 0.75rem;
  color: #1b1b1b;
  background-color: #eaeaea;
  border-left: 0px solid #ced4da;
  border-radius: 0em;
  line-height: 1.3;
}
.custom-file.focused label.custom-file-label {
  color: var(--black);
  top: 0em;
  font-size: 100%;
}

.otp-section {
  border: #eaeaea 1px solid;
  border-radius: 0.5em;
  padding: 2em;
}
.otp-section .otp-input-sec {
  width: 280px;
  margin: 0em auto 1em;
}
.otp-section p {
  font-size: 130%;
  margin-bottom: 2em;
}
.otp-section p span {
  font-weight: 600;
  color: var(--black);
}
.otp-section p.resentp {
  font-size: 1em;
  color: #adaca8;
}

#registration-modal .modal-dialog {
  border: 4px solid #54AA61;
}
#registration-modal .modal-dialog .modal-content {
  border: 0em solid rgba(0, 0, 0, 0.2);
  border-radius: 0em;
  text-align: center;
}
#registration-modal .modal-dialog .modal-content a {
  display: inline-block;
  border: 1px solid #54AA61;
  padding: 0.2em 1em;
  border-radius: 2px;
}
#registration-modal .modal-dialog .modal-content a:hover {
  color: var(--white);
  background: #54AA61;
}
#registration-modal .close {
  position: absolute;
  right: 0.5em;
  top: 0em;
}

.digit-group {
  margin: 0 auto;
  width: fit-content;
}
.digit-group input {
  width: 50px;
  height: 50px;
  background-color: #d6d6d6;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: black;
  margin: 0 2px;
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}


@media screen and (max-width: 1370px) {
  body {
    font-size: 1em;
  }
  
}
@media screen and (max-width: 1160px) {

  
  .content-sec .content-inner .page-heading {
    font-size: 1.4em;
    margin-left: -1.5em;
  }
  .content-sec .content-inner .page-heading:before {
    left: 0.5em;
  }
  .right-panel h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 800px) {
  body.on {
    overflow: auto;
    height: auto;
  }

  .right-panel {
    display: none;
  }
  .form-group {
    margin-bottom: 0.5em;
  }
  .control-group2 {
    margin-bottom: 1em;
  }
  .language-sec {
    background: transparent;
  }
  .language-sec span {
    display: none;
  }
  .language-sec a {
    color: #54AA61;
    background: transparent;
  }

  .language-sec a.on {
    color: var(--white);
  }
  .language-sec a.on:hover {
    color: #f6ed37;
  }
 
  .otp-section {
    border: #eaeaea 0px solid;
  }
  .otp-section p {
    font-size: 110%;
  }
  .otp-section p.resentp {
    font-size: 1em;
  }

  
  .content-inner ul.pagination {
    display: block;
  }
  .content-inner ul.pagination .page-item .page-link {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 660px) {

  .office-bearer-sec .representative-profile .image-div img {
    height: auto !important;
}

  .control-group {
    margin-bottom: 2em !important;
  }
  .form-group {
    margin-bottom: 0em;
  }
  .form-control {
    margin-bottom: 0em;
  }
 

  .scrollup,
  .scrollup:focus {
    right: 0.5em;
  }

  

  
 
  
  .content-sec .content-inner .page-heading {
    margin-left: 0em;
  }
  .content-sec .content-inner .page-heading span {
    padding: 0em;
  }
  .content-sec .content-inner .page-heading:before {
    border-width: 0em;
  }

  .language-sec a {
    color: var(--white);
    background: #54AA61;
  }


}
@media screen and (max-width: 480px) {

  .language-sec a {
    color: var(--white);
    background: #54AA61;
  }

  
}



.office-bearer-sec .representative-profile {
  display: table;
  width: 100%;
  margin: 3em 0px 0em 0px;
  background-position: 400px;
  padding: 20px;
  border-radius: 10px;
  background: var(--representive-bg);
}
.office-bearer-sec .representative-profile .image-div {
  display: table-cell;
  width: 270px;
  height: auto;
  border-radius: 50%;
}
.office-bearer-sec .representative-profile .image-div img {
  width: 100%;
  background-size: cover;
  border-radius: 20px;
}
.office-bearer-sec .representative-profile .profile-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0em 2em;
}
.office-bearer-sec .representative-profile .profile-content h2 {
  font-size: 2em;
  margin-bottom: 1em;
  color: var(--heading-color);
}
.office-bearer-sec .representative-profile .profile-content h2 span {
  font-weight: 200;
}
.office-bearer-sec .representative-profile .profile-content h2 span.designation {
  font-size: 70%;
  color: var(--grey);
}
.office-bearer-sec .representative-profile .profile-content p {
  font-size: 1.2em;
  margin-bottom: 0em;
  color: #3a3a3a;
}
.office-bearer-sec .office-bearer {
  margin-bottom: 1.5em;
  position: relative;
  border-radius: 15px;
  background: var(--inner-card-bg);
  color: var(--nav-tab-color);
  box-shadow: 0px 0px 10px var(--nav-tab-shadow);

}
.office-bearer-sec .office-bearer .image-div {
  padding: 2em 2em;
  overflow: hidden;
  height: 220px;
  text-align: center;
}
.office-bearer-sec .office-bearer .image-div img {
  width: 160px;
  border-radius: 100%;
  padding: 0.4em;
  background: var(--bg-white);
}
.office-bearer-sec .office-bearer .profile-content {
  text-align: center;
  padding: 1em 0.5em 2em 0.5em;
  border-bottom: 0px solid #eaeaea;
  height: 110px;
 
}

.new-represent .ministry{ min-height: 70px;}


.office-bearer-sec .office-bearer .profile-content h5 {
  font-size: 1em;
  color: var(--grey);
  margin-bottom: 0.2em;
  font-weight: 600;
}
.office-bearer-sec .office-bearer .profile-content p {
  margin-bottom: 0em;
  line-height: 1.4em;
  color: #adaca8;
  text-align: center;
}
.office-bearer-sec .representative-sec {
  margin-bottom: 1.5em;
  box-shadow: 0px 1px 10px var(--inner-card-bgshadow);
  position: relative;
  width: 100%;
  background: var(--inner-card-bg);
  border-radius: 10px;
  height: 94%;
  text-align: center;
  padding-top: 15px;
}
.office-bearer-sec .representative-sec .image-div {
  width: 155px;
  overflow: hidden;
  height: 155px;
  padding: 0;
  margin: auto; 
}
.office-bearer-sec .representative-sec .image-div img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding: 10px;
}
.office-bearer-sec .representative-sec .profile-content {
  background: transparent;
  padding: .5em 2em 1em 2em;
  vertical-align: middle;
  width: 100%; 
}
.office-bearer-sec .representative-sec .profile-content h5 {
  font-size: 1em;
  color: var(--grey);
  margin-bottom: 1rem;
}
.office-bearer-sec .representative-sec .profile-content p {
  margin-bottom: 0em;
  line-height: 1.4em;
  color: #adaca8;
  text-align: center;
  margin-top: 0.5rem;
}

.nav-tabs {
  border-bottom: 0px solid #eaeaea;
  position: relative;
  z-index: 0;
  margin-top: 4.2em;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.nav-tabs .nav-item {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: -2px;
  padding: 0;
}
.nav-tabs .nav-item .nav-link {
  border-radius: 34px;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 12px 30px 12px 30px;
  text-transform: unset;
  background: var(--nav-tab-bg);
  font-weight: normal;
  margin-bottom: 7px;
  color: var(--nav-tab-color);
  box-shadow: 0px 0px 10px var(--nav-tab-shadow);
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
  background: var(--tab_active_bg);
  color: var(--white);


}
.nav-tabs .nav-item.active .nav-link {
  box-shadow: 0px 0px 10px var(--nav-tab-shadow);
  background-color: var(--nav-tab-activebg);
  border-color: var(--nav-tab-activecolor);  
  color: var(--black);
}




@media screen and (max-width: 1600px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 120%;
  }

  .nav-tabs .nav-item {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1440px) {

  .office-bearer-sec .representative-profile { 
    margin: 0em 0px 2em 0px;}

    .content-inner ul { 
      margin-bottom: 1em;}
    
  .office-bearer-sec .representative-sec .profile-content p {
    font-size: 90%;
  }
  .nav-tabs {
    margin-top: 0.7em;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 110%;
  }
}
@media screen and (max-width: 1160px) {
  .office-bearer-sec .representative-profile .image-div {
    width: 200px;
  }
  .office-bearer-sec .representative-profile .image-div img {
    height: 200px;
  }
  .office-bearer-sec .representative-profile .profile-content {
    padding: 1.5em;
  }
  .office-bearer-sec .representative-profile .profile-content h2 {
    font-size: 1.4em;
  }
  .office-bearer-sec .representative-profile .profile-content p {
    font-size: 1.1em;
  }
  .office-bearer-sec .office-bearer .image-div {
    padding: 1em;
    height: 170px;
  }
  .office-bearer-sec .office-bearer .image-div img {
    width: 130px;
    padding: 0.3em;
  }
 
  .office-bearer-sec .representative-sec {
    margin-bottom: 1em;
  }

  

  .office-bearer-sec .representative-sec .profile-content h5 {
    font-size: 1em;
  }
  .nav-tabs {
    margin-top: 0.2em;
  }
  .nav-tabs .nav-item {
    margin-right: 1em;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 100%;
  }
}
@media screen and (max-width: 800px) {
  .office-bearer-sec .representative-profile {
    background-position: 200px;
  }
  .office-bearer-sec .representative-profile .image-div {
    width: 150px;
  }
  .office-bearer-sec .representative-profile .image-div img {
    height: 150px;
  }
  .office-bearer-sec .representative-profile .profile-content {
    padding: 0;
  }
  .office-bearer-sec .representative-profile .profile-content h2 {
    font-size: 1.2em;
  }
  .office-bearer-sec .representative-profile .profile-content p {
    font-size: 90%;
  }
  .office-bearer-sec .office-bearer .image-div {
    padding: 1em;
    height: 140px;
  }
  .office-bearer-sec .office-bearer .image-div img {
    width: 110px;
  }
  .office-bearer-sec .representative-sec {
    margin-bottom: 1em;
  }

  

  .office-bearer-sec .representative-sec .profile-content h5 {
    font-size: 1em;
  }
  .nav-tabs {
    border-bottom: 0em;
    margin-bottom: 1em;
  }
 
  .nav-tabs .nav-item .nav-link {
    font-size: 100%;
  }
}
@media screen and (max-width: 670px) {


  .office-bearer-sec .representative-profile { 
    display: block;
}

.office-bearer-sec .representative-profile .image-div {
  width: 100%;
  display: block;
}





  .office-bearer-sec .representative-sec { 
    height: auto;
}
  .nav-tabs {
    margin-top: 0em;
  }
  .nav-tabs .nav-item .nav-link {
    /* padding: 0.1em 0em; */
    font-size: 100%;
  }
}
@media screen and (max-width: 480px) {
 
  .office-bearer-sec .representative-profile {
    margin: 0em 0px 2em 0px;
}
  .nav-tabs {
    float: none;
    margin-bottom: 1em;
  }
  .nav-tabs .nav-item {
    margin-left: 0em;
    margin-right: 0.5em;
  }
  .nav-tabs .nav-item .nav-link {
    padding: 5px 10px;
    font-size: 100%;
    margin-left: 0em;
  }
}
@media screen and (max-width: 430px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 100%;
        margin-bottom: 0px;
  }

  .profile-content p.margnt-15{ text-align: left;}




}
@media screen and (max-width: 380px) {
  
  .nav-tabs .nav-item {
    margin-right: 0.7em;
  }
}
@media screen and (max-width: 330px) {
  .nav-tabs .nav-item {
    margin-right: 0.5em;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 80%;
  }
}
</pre></body></html>