@charset "UTF-8";
/* Scss content page  Created By Bikash on 29-Jan-2019 */
/* Scss variable  Created By Bikash on 13-dec-2108 */
/* Scss variable  Created By Bikash on 21-Jan-2019 */
/* Scss variable  Created By Bikash on 13-dec-2108 */
@font-face {
  font-family: "Loto-bold";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#aller") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#aller") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "english_script";
  src: url("../fonts/english_script.eot");
  src: url("../fonts/english_script.eot?#iefix") format("embedded-opentype"), url("../fonts/english_script.woff") format("woff"), url("../fonts/english_script.ttf") format("truetype"), url("../fonts/english_script.svg#aller") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_AOCHA06B";
  src: url("../Application/fonts/AOCHA06B.eot");
  src: url("../Application/fonts/AOCHA06B.eot?#iefix") format("embedded-opentype"), url("../Application/fonts/AOCHA06B.woff") format("woff"), url("../Application/fonts/AOCHA06B.ttf") format("truetype"), url("../Application/fonts/AOCHA06B.svg#aller") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0em;
  margin: 0em;
}

body {
  font-size: 1rem;
  margin: 0em;
  font-family: Lato-Regular;
  padding: 0em;
  background: #EFF6EA;
  color: #3a3a3a;
}
body.on {
  overflow: hidden;
  height: 100vh;
}

a,
a:focus {
  transition: all 0.25s ease-in-out;
  color: #4c7d49;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus:hover {
  color: #70A548;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0em;
  padding: 0em;
  text-transform: uppercase;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: Loto-bold;
  font-weight: 600;
}

h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2.3em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.7em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

p {
  line-height: 1.8em;
  font-weight: 200;
}

.m1 {
  margin: 0.5em;
}

.m2 {
  margin: 1em;
}

.m3 {
  margin: 1.5em;
}

.m4 {
  margin: 2em;
}

.m5 {
  margin: 2.5em;
}

.ml-1 {
  margin-left: 0.5em;
}

.ml-2 {
  margin-left: 1em;
}

.ml-3 {
  margin-left: 1.5em;
}

.ml-4 {
  margin-left: 2em;
}

.ml-5 {
  margin-left: 2.5em;
}

.mt-1 {
  margin-top: 0.5em;
}

.mt-2 {
  margin-top: 1em;
}

.mt-3 {
  margin-top: 1.5em;
}

.mt-4 {
  margin-top: 2em !important;
}

.mt-5 {
  margin-top: 2.5em;
}

.mb-1 {
  margin-bottom: 0.5em;
}

.mb-2 {
  margin-bottom: 1em;
}

.mb-3 {
  margin-bottom: 1.5em !important;
}

.mb-4 {
  margin-bottom: 2em !important;
}

.mb-5 {
  margin-bottom: 2.5em;
}

.mr-1 {
  margin-right: 0.5em;
}

.mr-2 {
  margin-right: 1em;
}

.mr-3 {
  margin-right: 1.5em;
}

.mr-4 {
  margin-right: 2em;
}

.mr-5 {
  margin-right: 2.5em;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.p1 {
  padding: 0.5em;
}

.p2 {
  padding: 1em;
}

.p3 {
  padding: 1.5em;
}

.p4 {
  padding: 2em;
}

.p5 {
  padding: 2.5em;
}

.pl-1 {
  padding-left: 0.5em;
}

.pl-2 {
  padding-left: 1em;
}

.pl-3 {
  padding-left: 1.5em;
}

.pl-4 {
  padding-left: 2em;
}

.pl-5 {
  padding-left: 2.5em;
}

.pt-1 {
  padding-top: 0.5em;
}

.pt-2 {
  padding-top: 1em;
}

.pt-3 {
  padding-top: 1.5em;
}

.pt-4 {
  padding-top: 2em;
}

.pt-5 {
  padding-top: 2.5em;
}

.pb-1 {
  padding-bottom: 0.5em;
}

.pb-2 {
  padding-bottom: 1em;
}

.pb-3 {
  padding-bottom: 1.5em;
}

.pb-4 {
  padding-bottom: 2em;
}

.pb-5 {
  padding-bottom: 2.5em;
}

.pr-1 {
  padding-right: 0.5em;
}

.pr-2 {
  padding-right: 1em;
}

.pr-3 {
  padding-right: 1.5em;
}

.pr-4 {
  padding-right: 2em;
}

.pr-5 {
  padding-right: 2.5em;
}

.bg-dark-gray {
  background: #1b1b1b !important;
}

.bg-web-primary {
  background: #70A548 !important;
}

.text-gray {
  color: #8e8a7e;
}

.text-red {
  color: #f00;
}

header {
  position: fixed;
  left: 0em;
  right: 0em;
  z-index: 3;
  top: 0em;
  transition: opacity 0.4s, visibility 0.4s, height 0.4s;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
header .navbar-default {
  background: transparent;
  border: 0em;
  border-radius: 0em;
  padding: 0em;
}
header .navbar-header {
  z-index: 5;
}
header .logo-sec {
  float: left;
  height: 8em;
  width: 8em;
  padding: 1.5em 1em 1em 1em;
  background: #70A548;
  -webkit-transition: width 0.3s, height 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.3s, height 0.3s;
}
header .logo-sec .logo img {
  width: 100%;
}
header .top-nav {
  width: 600px;
  margin: 0.5em auto 0em;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, height 0.2s;
}
header .top-nav ul {
  margin-bottom: 0em;
}
header .top-nav ul li {
  display: inline-block;
  position: relative;
}
header .top-nav ul li ul {
  display: none;
  position: absolute;
  background: #7eb355;
  border-radius: 2px;
  padding: 0em;
  left: 0em;
  min-width: 200px;
}
header .top-nav ul li ul li {
  padding: 0em;
  display: block;
}
header .top-nav ul li ul li a {
  display: block;
  font-size: 1em;
  text-align: left;
  border-bottom: 1px solid #70A548;
}
header .top-nav ul li ul li:last-child a {
  border-bottom: 0px solid #b0d893;
  background: transparent;
  border-radius: 0em;
  color: #fff;
}
header .top-nav ul li ul li:last-child a:hover {
  background: #7eb355;
  color: #f6ed37;
}
header .top-nav ul li:hover ul {
  display: block;
}
header .top-nav ul li a {
  display: block;
  color: #70A548;
  font-size: 1.1em;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
}
header .top-nav ul li a:hover, header .top-nav ul li a:focus, header .top-nav ul li a.active {
  color: #f6ed37;
  text-decoration: none;
}
header .top-nav ul li:last-child a {
  background: #f6ed37;
  border-radius: 2.5em;
  color: #000;
}
header .top-nav ul li:last-child a:hover {
  background: #fff;
}
header.active {
  background: #70A548;
  z-index: 4;
  transition: all 0.25s ease-in-out;
  box-shadow: 0em 0em 0.5em #1b1b1b;
  opacity: 1;
}
header.active .navbar-default {
  background: #70A548;
}
header.active .navbar-header {
  z-index: 5;
}
header.active .menubtn {
  height: 4.5em;
  width: 6.5em;
  padding: 1em 2em;
}
header.active .logo-sec {
  height: 4.5em;
  width: 6.5em;
  padding: 0.3em 1em 0.3em 1em;
  overflow: hidden;
}
header.active .top-nav {
  opacity: 1;
  visibility: visible;
}

.menubtn {
  height: 8em;
  width: 8em;
  padding: 3em 2.5em;
  background: #70A548;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  -webkit-transition: width 0.3s, height 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.3s, height 0.3s;
}
.menubtn div {
  width: 100%;
  height: 4px;
  background: #fff;
  margin: 0.3em auto 0.5em;
  transition: all 0.7s;
  border-radius: 2px;
  backface-visibility: hidden;
}
.menubtn.on .one {
  transform: rotate(45deg) translate(10px, 10px);
}
.menubtn.on .two {
  opacity: 0;
}
.menubtn.on .three {
  transform: rotate(-45deg) translate(6px, -8px);
}

.menu-div {
  position: absolute;
  background: #3a3a3a url(../images/party-bg.png) no-repeat;
  background-position: center;
  z-index: -1;
  padding: 9em 15em;
  top: 0em;
  left: 0em;
  right: 0em;
  height: 0em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.menu-div.active {
  opacity: 1;
  visibility: visible;
  height: 100vh;
  z-index: 1;
}
.menu-div h1 {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #70A548;
  font-weight: 600;
  color: #70A548;
  padding-bottom: 0.5em;
}
.menu-div h4 {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-weight: 400;
  color: #f7f7f7;
}
.menu-div ul {
  margin-bottom: 3em;
}
.menu-div ul li a {
  color: #70A548;
  font-size: 1.2em;
  padding: 0.2em 0em;
  display: block;
}
.menu-div ul li a:hover, .menu-div ul li a.active {
  color: #fff;
  text-decoration: none;
}
.menu-div ul ul li {
  padding-left: 1em;
}
.menu-div ul ul li a {
  font-size: 1em;
}
.menu-div .subscriber-details {
  width: 100%;
  position: absolute;
  margin: 0em auto;
  bottom: 2em;
  left: 0em;
  right: 0em;
}
.menu-div .subscriber-details h4 {
  text-align: right;
  margin-bottom: 0em;
  color: #70A548;
  font-size: 2em;
  padding-top: 0.5em;
  text-transform: none;
}
.menu-div .subscriber-details .subscriberlinks a {
  display: inline-block;
  height: 2em;
  width: 2em;
  font-size: 2em;
  color: #70A548;
  text-align: center;
  border-radius: 2.5em;
  padding: 0.3em;
}
.menu-div .subscriber-details .subscriberlinks a:hover {
  color: #fff;
}
.menu-div .subscriber-details .subscriberlinks a.facebook:hover {
  color: #116bd1;
}
.menu-div .subscriber-details .subscriberlinks a.twitter:hover {
  color: #04ace3;
}
.menu-div .subscriber-details .subscriberlinks a.youtube:hover {
  color: #cd201f;
}
.menu-div .subscriber-details .subscriberlinks a.whatsapp:hover {
  color: #25D366;
}
.menu-div .subscriber-details .subscriberlinks a.linkedin:hover {
  color: #0f86c8;
}
.menu-div .subscriber-details .subscriberlinks a.instagram:hover {
  color: #913ba8;
}

footer {
  position: fixed;
  background: #70A548;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
footer .footer-container {
  padding: 3em 12em 1em;
}
footer .footer-container h4 {
  color: #f7f7f7;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
footer .footer-container .otherlinks ul li a {
  display: block;
  padding: 0.3em 0em;
  color: #f7f7f7;
}
footer .footer-container .otherlinks ul li a:hover {
  color: #f6ed37;
  text-decoration: none;
}
footer .footer-container .applinks a {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.2em;
  font-size: 2em;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #4c7d49;
  height: 2em;
  width: 2em;
  font-size: 1.4em;
  border-radius: 100%;
  padding: 0.3em 0.3em;
}
footer .footer-container .applinks a img {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5em;
  height: 2.5em;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
footer .footer-container .applinks a:hover {
  color: rgba(255, 255, 255, 0.5);
  background: #4c7d49;
}
footer .footer-container .applinks a:hover img {
  background: #fff;
}
footer .footer-container .sociallinks a {
  display: inline-block;
  height: 2em;
  width: 2em;
  font-size: 1.4em;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 2.5em;
  padding: 0.4em 0.3em;
  margin-right: 0.1em;
}
footer .footer-container .sociallinks a svg {
  height: 1.1em;
  fill: #4c7d49;
}
footer .footer-container .sociallinks a:hover {
  color: #fff;
}
footer .footer-container .sociallinks a.facebook:hover {
  background: #116bd1;
}
footer .footer-container .sociallinks a.twitter:hover {
  background: #04ace3;
}
footer .footer-container .sociallinks a.youtube:hover {
  background: #cd201f;
}
footer .footer-container .sociallinks a.whatsapp:hover {
  background: #25D366;
}
footer .footer-container .sociallinks a.instagram:hover {
  background: #913ba8;
}
footer .footer-container .sociallinks a.tiktok:hover {
  background: #000;
}
footer .footer-container .sociallinks a.tiktok:hover svg {
  fill: #fff;
}
footer .footer-container .contactus h3 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
footer .footer-container .contactus p {
  position: relative;
  padding-left: 2em;
  line-height: 1.5em;
  color: #f7f7f7;
}
footer .footer-container .contactus p i {
  position: absolute;
}
footer .footer-container .contactus p:before {
  position: absolute;
  content: "";
  left: 0em;
  top: 0em;
  font-family: icomoon;
  font-size: 1.1em;
}
footer .footer-container .contactus p.contact-address:before {
  content: "";
}
footer .footer-container .contactus p.contact-mail:before {
  content: "";
}
footer .footer-container .contactus p.contact-phone:before {
  content: "";
}
footer .footer-container .contactus p a {
  color: #cef1b5;
}
footer .footer-container .contactus p a:hover {
  color: #000;
}

.scrollup,
.scrollup:focus {
  position: fixed;
  bottom: 3em;
  right: 2.5em;
  display: none;
  background-color: #70A548;
  color: #fff;
  padding: 0em;
  z-index: 3;
  width: 4em;
}
.scrollup:after, .scrollup:before,
.scrollup:focus:after,
.scrollup:focus:before {
  position: absolute;
  content: "";
  top: 0em;
}
.scrollup:after,
.scrollup:focus:after {
  border-style: solid;
  border-width: 0 22px 28px 22px;
  border-color: transparent transparent #7ec549 transparent;
}
.scrollup:before,
.scrollup:focus:before {
  top: -0.5em;
  border-style: solid;
  border-width: 0 22px 28px 22px;
  border-color: transparent transparent #3a3a3a transparent;
}
.scrollup:hover:after,
.scrollup:focus:hover:after {
  border-color: transparent transparent #b0d893 transparent;
}
.scrollup:hover:before,
.scrollup:focus:hover:before {
  border-color: transparent transparent #000 transparent;
}

.zindex2 {
  z-index: 2;
}

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

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

.content-sec {
  padding: 2em 2em 0em;
  background: #70A548;
  margin-bottom: 270px;
}
.content-sec .page-navigator {
  padding: 3em 15em 2em;
  background: #fff;
}
.content-sec .page-navigator .breadcrumb {
  padding: 0em;
  margin-bottom: 0em;
  background-color: transparent;
  border-radius: 0em;
  position: relative;
  z-index: 4;
}
.content-sec .page-navigator .breadcrumb li {
  color: #8e8a7e;
  font-size: 1em;
  padding-right: 1.5em;
  position: relative;
  text-transform: uppercase;
}
.content-sec .page-navigator .breadcrumb li:after {
  content: "|";
  position: absolute;
  right: 10px;
  font-size: 15px;
  top: 0;
  font-family: fontawesome;
}
.content-sec .page-navigator .breadcrumb li:last-child:after {
  content: "";
}
.content-sec .page-navigator .breadcrumb li a {
  color: #70A548;
}
.content-sec .page-navigator .breadcrumb li a:hover {
  color: #000;
}
.content-sec .page-navigator .breadcrumb li a.odia {
  text-transform: initial !important;
}
.content-sec .page-navigator .breadcrumb li.odia {
  text-transform: initial !important;
}
.content-sec .page-navigator .breadcrumb.on {
  z-index: 0;
}
.content-sec .content-inner {
  min-height: 100vh;
  position: relative;
  padding: 3em 15em 2em;
  background: #fff;
  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: #fff;
  padding: 0.2em;
}
.content-sec .content-inner .page-heading:before {
  position: absolute;
  content: "";
  top: -0.5em;
  left: 1em;
  border-left: 6px solid #70A548;
  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 {
  color: #70A548;
}
.content-sec .content-inner ul.pagination .page-item .page-link:hover {
  background-color: #f7f7f7;
}
.content-sec .content-inner ul.pagination .page-item.active .page-link {
  background-color: #70A548;
  border-color: #70A548;
  color: #fff;
  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: #70A548;
  box-shadow: 0em 0em 0em 0em #cef1b5;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  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: #fff;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.3em;
  outline: none;
  z-index: 0;
  border: 1px solid #adaca8;
}
.option-input:hover {
  background: #70A548;
}
.option-input:checked {
  background: #70A548;
}
.option-input:checked:before {
  height: 18px;
  width: 18px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 1.7em;
  text-align: center;
  line-height: 20px;
}
.option-input:checked:after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #70A548;
  content: "";
  display: block;
  position: relative;
  z-index: 0;
}
.option-input.radio {
  border-radius: 100%;
}
.option-input.radio:checked {
  background: #fff;
}
.option-input.radio:checked:before {
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  position: absolute;
  content: "";
  display: inline-block;
  background: #70A548;
  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: #70A548;
  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: #000;
  top: -1.1em;
  font-size: 90%;
}
.control-group.focused .border-line:before {
  right: 0;
}

.right-panel h4 {
  margin-bottom: 0.5em;
  color: #000;
}
.right-panel .social-widget {
  height: 350px;
  overflow: hidden;
  border: 1px solid #f7f7f7;
  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;
}

.language-sec {
  position: fixed;
  top: 0em;
  right: 10em;
  z-index: 3;
  background: #70A548;
  padding: 0em 1em;
  color: #fff;
}
.language-sec a {
  color: #f6ed37;
  background: #70A548;
  display: inline-block;
  padding: 0.2em 0.5em;
  display: inline-block;
}
.language-sec a:hover {
  background: #8bb36f;
}
.language-sec.on {
  top: 1.35em;
  right: 8em;
  z-index: 4;
}

.noRecord {
  background: #f7f7f7;
  padding: 4em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #8e8a7e;
  text-transform: uppercase;
}

.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 #70A548;
  color: #70A548;
  position: relative;
  float: left;
}
.sharediv a:hover {
  background: #70A548;
  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: #fff;
  padding: 0.5em 1em;
  top: 0em;
  border-radius: 5px;
  border: 1px solid #adaca8;
  box-shadow: 0px 0px 10px #000;
  color: #fff;
}
.notification i {
  font-size: 1.2em;
  color: #fff;
  margin-right: 0.5em;
}
.notification.successmsg {
  border-color: #70A548;
  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: #fff;
  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: #000;
  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: #000;
}
.otp-section p.resentp {
  font-size: 1em;
  color: #adaca8;
}

#registration-modal .modal-dialog {
  border: 4px solid #70A548;
}
#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 #70A548;
  padding: 0.2em 1em;
  border-radius: 2px;
}
#registration-modal .modal-dialog .modal-content a:hover {
  color: #fff;
  background: #70A548;
}
#registration-modal .close {
  position: absolute;
  right: 0.5em;
  top: 0em;
}

@media screen and (max-width: 1680px) {
  .content-sec .page-navigator {
    padding: 3em 10em 2em;
  }
  .content-sec .content-inner {
    padding: 3em 10em 2em;
  }
}
@media screen and (max-width: 1600px) {
  footer {
    background: #70A548;
  }
  footer .footer-container {
    padding: 3em 10em 1em;
  }

  .content-sec .page-navigator {
    padding: 2.5em 10em 1.5em;
  }
  .content-sec .content-inner {
    padding: 3em 10em 2em;
  }
}
@media screen and (max-width: 1440px) {
  header .logo-sec {
    height: 6em;
    width: 7em;
    padding: 1em;
  }
  header .top-nav ul li a {
    font-size: 1em;
  }

  .menubtn {
    height: 6em;
    width: 7em;
    padding: 2em;
  }
  .menubtn div {
    margin: 0.2em auto 0.4em;
  }
  .menubtn.on .one {
    transform: rotate(45deg) translate(10px, 10px);
  }
  .menubtn.on .two {
    opacity: 0;
  }
  .menubtn.on .three {
    transform: rotate(-45deg) translate(4px, -5px);
  }

  .menu-div {
    padding: 7.5em 10em;
  }
  .menu-div h1 {
    font-size: 2em;
    margin-bottom: 1em;
  }
  .menu-div h4 {
    font-size: 1.2em;
  }
  .menu-div ul li a {
    font-size: 1em;
  }
  .menu-div .subscriber-details {
    bottom: 1em;
  }
  .menu-div .subscriber-details h4 {
    font-size: 1.4em;
  }
  .menu-div .subscriber-details .subscriberlinks a {
    height: 1.5em;
    width: 1.5em;
    font-size: 1.4em;
  }

  header.active .menubtn {
    height: 4.5em;
    width: 6.5em;
    padding: 1.1em 2em;
  }
  header.active .logo-sec {
    height: 4.5em;
    width: 6.5em;
    padding: 0.3em 1em;
  }

  footer .footer-container {
    padding: 2em 7em 1em;
  }

  .content-sec {
    padding: 1em 1em 0em;
  }
  .content-sec .page-navigator {
    padding: 2em 8em 1.5em;
  }
  .content-sec .content-inner {
    padding: 2em 6em 2em;
  }
  .content-sec .content-inner .page-heading {
    font-size: 1.7em;
    margin-left: -2em;
    padding: 0.1em 0em;
  }
  .content-sec .content-inner .page-heading:before {
    border-left: 4px solid #70A548;
  }

  .language-sec {
    z-index: 4;
  }
}
@media screen and (max-width: 1370px) {
  body {
    font-size: 1em;
  }

  footer .footer-container {
    padding: 2em 5em 1em;
  }

  .content-sec {
    padding: 0.5em 0.5em 0em;
  }
  .content-sec .page-navigator {
    padding: 2em 8em 1.5em;
  }
  .content-sec .content-inner {
    padding: 2em 5em 1em;
  }
}
@media screen and (max-width: 1160px) {
  header .logo-sec {
    height: 5em;
    width: 6em;
    padding: 1em;
  }
  header .top-nav ul li a {
    font-size: 1em;
  }

  .menubtn {
    height: 5em;
    width: 6em;
    padding: 1.5em 1.7em;
  }
  .menubtn div {
    margin: 0.2em auto 0.4em;
  }
  .menubtn.on .one {
    transform: rotate(45deg) translate(10px, 10px);
  }
  .menubtn.on .two {
    opacity: 0;
  }
  .menubtn.on .three {
    transform: rotate(-45deg) translate(4px, -5px);
  }

  .menu-div {
    padding: 5em 3em;
  }
  .menu-div h1 {
    font-size: 1.7em;
  }
  .menu-div h4 {
    font-size: 1em;
  }
  .menu-div ul li a {
    font-size: 1em;
  }
  .menu-div .subscriber-details {
    bottom: 1em;
  }
  .menu-div .subscriber-details h4 {
    font-size: 1.4em;
  }
  .menu-div .subscriber-details .subscriberlinks a {
    height: 1.5em;
    width: 1.5em;
    font-size: 1.4em;
  }

  footer .footer-container {
    padding: 2em 3em 1em;
  }

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

  .content-sec .page-navigator {
    padding: 1.5em 8em 1.5em;
  }
  .content-sec .content-inner {
    padding: 1em 2.5em 1em;
  }
  .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;
  }

  header .top-nav {
    width: 500px;
  }
  header .top-nav ul li a {
    font-size: 1em;
  }

  .menu-div {
    width: 400px;
    z-index: 99;
    padding: 1.5em;
    top: 0em;
    left: auto;
    bottom: 0em;
    right: -400px;
    height: 100vh;
    opacity: 1;
    transition: opacity 0s, visibility 0s, height 0s;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
  }
  .menu-div.active {
    right: 0em;
    height: 100vh;
    z-index: 6;
  }
  .menu-div h1 {
    text-align: left !important;
    border-width: 0em;
  }
  .menu-div h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #f7f7f7;
  }
  .menu-div ul {
    margin-bottom: 1em;
  }
  .menu-div ul li a {
    font-size: 1em;
    padding: 0.1em 0em;
  }
  .menu-div ul ul li {
    padding-left: 1em;
  }
  .menu-div ul ul li a {
    font-size: 1em;
  }
  .menu-div .subscriber-details {
    padding: 0.5em;
  }
  .menu-div .subscriber-details h4 {
    text-align: left;
    font-size: 1.4em;
    padding-left: 0.5em;
  }
  .menu-div .subscriber-details .subscriberlinks a {
    display: inline-block;
    font-size: 1.4em;
  }

  footer {
    position: relative;
  }
  footer .footer-container {
    padding: 2em 1.5em 1em;
  }
  footer .footer-container .footer-contact-dtls {
    padding-top: 1em;
  }

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

  .right-panel {
    display: none;
  }

  .form-group {
    margin-bottom: 0.5em;
  }

  .control-group2 {
    margin-bottom: 1em;
  }

  .language-sec {
    right: 6em;
    padding: 1.6em 0.2em 1.5em;
    background: transparent;
  }
  .language-sec span {
    display: none;
  }
  .language-sec a {
    color: #70A548;
    background: transparent;
  }
  .language-sec a:hover {
    color: #f6ed37;
    background: #70A548;
  }
  .language-sec a.on {
    color: #fff;
  }
  .language-sec a.on:hover {
    color: #f6ed37;
  }
  .language-sec.on {
    top: 0em;
    right: 5em;
  }

  .otp-section {
    border: #eaeaea 0px solid;
  }
  .otp-section p {
    font-size: 110%;
  }
  .otp-section p.resentp {
    font-size: 1em;
  }

  .content-sec {
    margin-bottom: 0em;
  }

  .content-inner ul.pagination {
    display: block;
  }
  .content-inner ul.pagination .page-item .page-link {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 660px) {
  header {
    z-index: 10;
  }
  header .top-nav {
    display: none;
  }
  header .logo-sec {
    background: transparent;
  }
  header .menubtn {
    background: transparent;
  }

  .menu-div {
    padding: 2em 0em 1em 1em;
  }
  .menu-div .menu-sec {
    height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
  }
  .menu-div h1 {
    font-size: 1.4em;
  }
  .menu-div h4 {
    font-size: 1.1em;
  }
  .menu-div ul {
    margin-bottom: 1.5em;
  }
  .menu-div ul li a {
    font-size: 1em;
    border-bottom: 1px dashed rgba(202, 202, 202, 0.09);
    padding: 0.3em 0em;
  }
  .menu-div .subscriber-details {
    bottom: 1em;
  }
  .menu-div .subscriber-details h4 {
    font-size: 1.4em;
  }
  .menu-div .subscriber-details .subscriberlinks a {
    height: 1.5em;
    width: 1.5em;
    font-size: 1.4em;
  }

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

  .form-group {
    margin-bottom: 0em;
  }

  .form-control {
    margin-bottom: 0em;
  }

  footer .footer-container {
    padding: 2em 1.5em 1em;
  }
  footer .footer-container h4 {
    font-size: 1.1em;
  }
  footer .footer-container .sociallinks a {
    font-size: 1em;
  }
  footer .footer-container .applinks a {
    font-size: 1em;
  }

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

  .content-sec {
    padding: 4.5em 0.5em 1em;
  }
  .content-sec .page-navigator {
    display: none;
  }
  .content-sec .content-inner {
    padding: 1em 1em 1em;
  }
  .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 {
    right: 5em;
    padding: 1.6em 0.2em 1.5em;
  }
  .language-sec a {
    color: #fff;
    background: #70A548;
  }
  .language-sec a:hover {
    color: #f6ed37;
  }
  .language-sec.on {
    z-index: 5;
    padding: 1.3em 0.2em 1.5em;
  }
}
@media screen and (max-width: 480px) {
  header .top-nav {
    display: none;
  }
  header .logo-sec {
    height: 4em;
    width: 5em;
    padding: 0.5em 1em;
    background: transparent;
  }
  header .menubtn {
    height: 4em;
    width: 5em;
    padding: 1em 1.4em;
    background: transparent;
  }
  header.active .menubtn {
    height: 3.5em;
    width: 4.5em;
    padding: 0.8em 1em;
  }
  header.active .logo-sec {
    height: 3.5em;
    width: 4.5em;
    padding: 0.1em 0.5em;
  }

  .menu-div {
    padding: 1.5em;
    width: 360px;
  }
  .menu-div .subscriber-details {
    bottom: 0.5em;
  }
  .menu-div .subscriber-details h4 {
    font-size: 1.4em;
  }
  .menu-div .subscriber-details .subscriberlinks a {
    height: 1.5em;
    width: 1.5em;
    font-size: 1.4em;
  }

  .language-sec {
    right: 4em;
    padding: 1.1em 0.2em;
    z-index: 11;
  }
  .language-sec a {
    color: #fff;
    background: #70A548;
  }
  .language-sec a:hover {
    color: #f6ed37;
  }
  .language-sec.on {
    padding: 1em 0.2em 1em;
    right: 4em;
  }

  footer .footer-container {
    padding: 1em;
  }
  footer .footer-container .otherlinks,
footer .footer-container .applinks,
footer .footer-container .sociallinks,
footer .footer-container .contactus {
    margin-bottom: 1em;
  }
  footer .footer-container .otherlinks ul li a {
    padding: 0.1em 0em;
  }

  .content-sec {
    padding: 3.5em 0.5em 1em;
  }
}
@media screen and (max-width: 430px) {
  .menu-div {
    width: 340px;
  }

  .language-sec {
    right: 4em;
    padding: 1em 0.2em;
  }
}
@media screen and (max-width: 380px) {
  .language-sec {
    right: 4em;
    padding: 1em 0.2em;
  }
}
@media screen and (max-width: 330px) {
  .menu-div {
    width: 280px;
  }

  .language-sec {
    right: 4em;
    padding: 1em 0.2em;
  }
}
.error-content {
  padding: 3em 0em;
}
.error-content h1 {
  color: #000;
  margin-bottom: 0.5em;
}
.error-content h1 span {
  display: block;
  font-size: 5em;
  color: #cef1b5;
  line-height: 1em;
}
.error-content .error-data p {
  margin-bottom: 0em;
}
.error-content .error-data a {
  display: inline-block;
  border: 1px solid #70A548;
  color: #70A548;
  padding: 0.5em 1em;
  border-radius: 0.2em;
  margin-top: 1em;
}
.error-content .error-data a:hover {
  background: #70A548;
  color: #fff;
}

@media screen and (max-width: 1160px) {
  .error-content {
    padding: 3em 0em;
  }
  .error-content h1 span {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 480px) {
  .error-content {
    padding: 3em 0em;
  }
  .error-content h1 {
    font-size: 2em;
  }
  .error-content h1 span {
    font-size: 4em;
  }
}

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