:root {
  --pricolor: /*#266ef1*/#504fac;
  --pricolor-light: #6868cc;
  --pricolor-dark: #253042;
}

html[lang=en] body {
  font-family: "Rubik", "Roboto", sans-serif;
}
html[lang=mr] body {
  font-family: "Noto Sans Devanagari", "Rubik", "Roboto", sans-serif;
}

body {
  font-family: "Rubik", "Roboto", sans-serif;
}

body.mr,
body.hi {
  font-family: "Noto Sans Devanagari", "Rubik", "Roboto", sans-serif, sans-serif;
}

h3 {
  line-height: 36px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-header h1 {
  line-height: 40px;
  color: #504fac;
}

.page-heading {
  color: #4b4aa2;
}

.simple-marquee-container {
  border-radius: 5px;
  font-family: Roboto, sans-serif;
}
.simple-marquee-container .marquee-sibling {
  line-height: 45px;
  font-family: Roboto, sans-serif;
  background: var(--pricolor-light);
}

#header-top {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 92px;
  background-color: transparent;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  z-index: 55;
}
#header-top .logo_area_wrapper {
  display: flex;
  align-items: center;
}
#header-top .logo_area p {
  display: inline-block;
  width: auto;
}
#header-top .logo_area .navbar-brand {
  padding: 14px 0 10px;
  display: inline-block;
  float: none;
  height: auto;
  text-align: center;
}
#header-top .logo_area .navbar-brand > img {
  height: 80px;
}
#header-top .container-fluid {
  width: 100%;
}
#header-top .row {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
#header-top .row > [class*=col] {
  padding: 0;
}

#header {
  background-color: #504fac;
}
#header .container-fluid > .navbar-collapse, #header .container > .navbar-collapse {
  margin: 0px;
  border: none;
}
#header .line-menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#header .line-menu > li {
  width: 100%;
  margin: 0px;
  position: relative;
}
#header .line-menu > li.dropdown {
  min-width: 150px;
}
#header .line-menu > li.dropdown > .dropdown-toggle {
  position: relative;
  padding: 16px 36px 10px 16px;
}
#header .line-menu > li.dropdown > .dropdown-toggle .nav-text::before {
  content: "\e874";
  font-family: "IconSet";
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 42%;
  left: unset;
  bottom: unset;
  right: 8px;
  width: auto;
  transform: translateY(-35%);
  display: inline-block;
  background: transparent;
}
#header .line-menu > li.dropdown .dropdown-menu {
  border-radius: 8px;
  min-width: 180px;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}
#header .line-menu > li.dropdown .dropdown-menu > li > a {
  padding: 14px 20px 10px;
  text-align: left;
}
#header .line-menu > li.dropdown .dropdown-menu > li > a:hover, #header .line-menu > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #504fac;
  color: #fff;
}
#header .line-menu > li.dropdown .dropdown-menu > li > a i {
  margin-top: -4px;
}
#header .line-menu > li.active::before {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  background-color: #fff;
  height: 40px;
  bottom: 0;
  z-index: -1;
  display: none;
}
#header .line-menu > li.active:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  left: -61px;
  bottom: 0px;
  border-radius: 50%;
  background-color: #504fac;
  z-index: -1;
  display: none;
}
#header .line-menu > li.active > a {
  color: #504fac;
  background: #fff;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  position: static;
}
#header .line-menu > li.active > a i {
  color: #504fac;
}
#header .line-menu > li.active > a::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  right: -61px;
  bottom: 0px;
  border-radius: 50%;
  background-color: #504fac;
  z-index: -1;
  display: none;
}
#header .line-menu > li.active > a:hover, #header .line-menu > li.active > a:focus {
  color: #504fac;
  background: white;
  text-decoration: none;
}
#header .line-menu > li.active > a:hover i, #header .line-menu > li.active > a:focus i {
  color: #504fac;
}
#header .line-menu > li > a {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  white-space: nowrap;
  gap: 10px;
  padding: 16px 16px 10px;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 6px 6px;
  position: relative;
  z-index: 1;
}
#header .line-menu > li > a::before {
  display: none;
}
#header .line-menu > li > a i {
  font-size: 18px;
  line-height: 1;
  margin-top: -4px;
}
#header .line-menu > li > a .nav-text {
  display: flex;
  align-items: center;
  height: 30px;
}
#header .line-menu > li > a:focus, #header .line-menu > li > a:hover {
  color: #fff;
}
#header .line-menu > li > a:focus::before, #header .line-menu > li > a:hover::before {
  content: "";
  display: inline-block;
  height: 100%;
  border-radius: 15px;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

#header:has(+ .front-wrapper) {
  box-shadow: none;
}
#header:has(+ .front-wrapper) .line-menu > li.active::before {
  background-color: #efefef;
}
#header:has(+ .front-wrapper) .line-menu > li.active a {
  background-color: #efefef;
}

body.homepage #header .line-menu.line-menu-alt > li.active:after, body.homepage #header .line-menu.line-menu-alt > li.active:before {
  display: none;
}
body.homepage #header .line-menu.line-menu-alt > li.active > a {
  background-color: transparent;
}
body.homepage #header .line-menu.line-menu-alt > li.active > a::before {
  content: "";
  display: inline-block;
  height: 100%;
  border-radius: 15px;
  bottom: 0;
  top: 0;
  background: #ffffff;
  z-index: -1;
}
body.homepage #header .line-menu.line-menu-alt > li.active > a::after {
  display: none;
}

#header .navbar-default {
  position: relative;
  z-index: 50;
}
#header .navbar-default:after {
  content: "";
  background: url("../../../pages/images/bg-effect.png");
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.06;
}
#header .navbar-default .navbar-toggle {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  margin-top: 8px;
  margin-left: auto;
}
#header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
#header .navbar-default .navbar-toggle:hover, #header .navbar-default .navbar-toggle:focus {
  border: 1px solid #fff;
  background-color: #7170be;
}
#header .navbar-default .navbar-toggle:hover .icon-bar, #header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
#header .container-fluid > .navbar-header, #header .container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .container-fluid > .navbar-header .nav-title, #header .container > .navbar-header .nav-title {
  display: inline-block;
  color: #fff;
  padding: 18px 15px 12px;
}

.navbar-custom {
  display: flex;
  width: 100%;
}
.navbar-custom .navbar-collapse {
  margin-left: auto;
}

.navbar-header {
  width: 100%;
}

#footer1, .footer {
  background: var(--pricolor-dark);
  margin-top: auto;
}

#footer1 {
  padding-top: 24px;
  padding-bottom: 18px;
}
#footer1 > .container-fluid > .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#footer1 ul {
  margin-bottom: 0px;
}
#footer1 p {
  font-size: 13px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.7);
}
#footer1 p:last-child {
  margin-bottom: 0;
}
#footer1 .copyright p {
  text-align: center;
}
#footer1 .copyright p a {
  color: #f79e14;
}

.footer-links {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 15px;
}

.footerNav {
  padding: 0;
}
.footerNav li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.footerNav li a {
  color: rgba(255, 255, 255, 0.9);
}

.btn {
  padding: 10px 18px;
  font-size: 15px;
}

.btn-green {
  color: #fff;
  background: #01875c;
}

.btn-green:focus,
.btn-green:hover {
  color: #fff;
  background: #504fac;
}

.btn-main {
  color: #fff;
  background: #02b97e;
}

.btn-main:hover,
.btn-main:focus {
  color: #fff;
  background: #01875c;
}

.btn.btn-download .text-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
}
.btn.btn-download .text-name {
  font-size: 15px;
}

.box-adv .detail-info-more {
  font-size: 15px;
  line-height: 26px;
}

.panel.panel-md {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}

.panel-image-holder {
  text-align: center;
  padding: 15px;
}
.panel-image-holder img {
  border-radius: 4px;
  margin: 0 auto;
}

.panel .pf-stat {
  font-size: 18px;
  line-height: 26px;
  color: #504fac;
  margin-bottom: 8px;
  display: inline-block;
}

.box-former .title {
  font-size: 16px;
  line-height: 26px;
  color: #504fac;
}
.box-former .text {
  font-size: 15px;
  line-height: 24px;
}

.box-language a.active, .box-language a:active, .box-language a:focus, .box-language a:hover {
  color: #01875c;
  background-color: #fff;
}

.box-user a, .box-user button {
  padding: 5px 10px;
}
.box-user p:last-child {
  margin-bottom: 0;
}
.box-user a:focus, .box-user a:hover, .box-user button:focus, .box-user button:hover {
  color: #01875c;
  background-color: #fff;
}

#owl-demo .item {
  border-radius: 4px;
}
#owl-demo .item .item-image-wrapper img {
  margin: 0 auto;
  height: 85px;
}

#accordion.panel-group.panel-group-alt .panel.panel-default {
  box-shadow: 0 0 15px 3px rgba(87, 87, 87, 0.18);
  margin-bottom: 30px;
}
#accordion.panel-group.panel-group-alt .panel-heading {
  padding: 0;
}
#accordion.panel-group.panel-group-alt .panel-title {
  padding: 18px 40px 14px 18px;
  font-weight: 600;
  color: #504fac;
}
html[lang=mr] #accordion.panel-group.panel-group-alt .panel-title {
  padding: 22px 40px 14px 20px;
}
#accordion.panel-group.panel-group-alt .panel-title:after {
  bottom: unset;
  top: 34%;
  right: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #504fac;
  border: 1px solid #504fac;
}
#accordion.panel-group.panel-group-alt .panel-title::before {
  display: none;
}
#accordion .panel-collapse p {
  font-size: 16px;
}
#accordion .panel-collapse p:last-child {
  margin-bottom: 0;
}
#accordion .panel.panel-default {
  border-radius: 8px;
}

.box-lang {
  text-align: right;
  margin-left: auto;
}

.form-switch {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.form-switch label {
  margin-bottom: 0;
}
.form-switch label:first-child a {
  padding-left: 0;
}
.form-switch label:last-child a {
  padding-right: 0;
}
.form-switch label a {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #555;
}
.form-switch label a:hover {
  text-decoration: none;
}
.form-switch label.active a {
  color: var(--pricolor);
}
.form-switch .form-check-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 0;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23504fac'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  transition: all 0.2s ease;
  box-shadow: 0 0 0 1px #504fac;
  cursor: pointer;
}
.form-switch .form-check-input:checked {
  background-position: right center;
}

#showcase {
  position: relative;
  padding: 0;
  overflow: hidden;
}

#showcase .showcase-sr {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #1248b5, #2b93e8);
}

#showcase .showcase-sr:before {
  display: block;
  content: "";
  padding-top: 28.64%;
}

#showcase .showcase-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#showcase .showcase-area.showcase-area-responsive {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#showcase .showcase-holder {
  position: relative;
}

#showcase .owl-controls {
  position: absolute;
  z-index: 111;
  bottom: 0;
  left: 0;
  right: 0;
}

#showcase .owl-theme .owl-controls .owl-page span {
  background-color: #b5b5b5 !important;
}

#showcase .owl-theme .owl-controls .owl-page.active span {
  background-color: #fff !important;
}

#showcase .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

#showcase .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

.content-holder {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
html[lang=mr] .content-holder {
  font-size: 16px;
  line-height: 25px;
}
.content-holder h3 {
  font-weight: 500;
  color: #48479b;
}
.content-holder ol, .content-holder ul {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.content-holder ol li, .content-holder ul li {
  margin-bottom: 12px;
}
.content-holder ol li:last-child, .content-holder ul li:last-child {
  margin-bottom: 0;
}
.content-holder ol li::marker, .content-holder ul li::marker {
  font-weight: 600;
}
.content-holder ol li ol, .content-holder ul li ol {
  list-style-type: lower-alpha;
}
.content-holder ol li ol, .content-holder ol li ul, .content-holder ul li ol, .content-holder ul li ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
.content-holder ol li ol li, .content-holder ol li ul li, .content-holder ul li ol li, .content-holder ul li ul li {
  margin-bottom: 6px;
}

.front-wrapper .content-holder h1 {
  font-size: 32px;
  line-height: 40px;
}
.front-wrapper .content-holder h3:has(+ p) {
  margin-top: 20px;
  margin-bottom: 2px;
}
.front-wrapper .content-holder h3:has(+ p):first-child {
  margin-top: 0;
}
.front-wrapper .content-holder h3:has(+ p) + p:last-child {
  margin-bottom: 0;
}
.front-wrapper .content-holder h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.front-wrapper .content-holder ol:has(+ p), .front-wrapper .content-holder ul:has(+ p) {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  #header-top .logo_area .navbar-brand > img {
    height: 80px;
  }
}
@media (min-width: 768px) {
  #accordion.panel-group.panel-group-alt .panel-title::before {
    display: none;
  }
  #accordion.panel-group.panel-group-alt .panel-title a, #accordion.panel-group.panel-group-alt .panel-title span {
    padding-left: 0;
  }
  #accordion.panel-group.panel-group-alt .panel-title p:last-child {
    margin-bottom: 0;
  }
  #header .line-menu {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #header .line-menu > li {
    width: auto;
    margin: 0 5px;
  }
  #header .line-menu > li.dropdown > .dropdown-toggle {
    padding: 16px 36px 10px 16px;
  }
  #header .line-menu > li.dropdown .dropdown-menu > li > a {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .front-wrapper .content-holder ol, .front-wrapper .content-holder ul {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}
@media (min-width: 1200px) {
  #header .line-menu {
    align-items: flex-end;
    padding-bottom: 0px;
  }
  #header .line-menu > li {
    width: auto;
    margin: 0 15px;
  }
  #header .line-menu > li.dropdown > .dropdown-toggle {
    padding: 10px 36px 16px 16px;
  }
  #header .line-menu > li.dropdown > .dropdown-toggle .nav-text::before {
    top: 35%;
  }
  #header .line-menu > li.active::after, #header .line-menu > li.active::before {
    display: block;
  }
  #header .line-menu > li.active > a {
    border-radius: 15px 15px 0 0;
  }
  #header .line-menu > li.active > a::after {
    display: block;
  }
  #header .line-menu > li > a {
    text-align: center;
    justify-content: center;
    padding: 10px 16px 16px;
    border-radius: 15px 15px;
  }
  #header .line-menu > li > a:hover::before, #header .line-menu > li > a:focus::before {
    height: 85%;
  }
  #header .container-fluid > .navbar-header .nav-title, #header .container > .navbar-header .nav-title {
    display: none;
  }
  body.homepage #header .line-menu.line-menu-alt > li.active > a::before {
    height: 85%;
  }
  #footer1 > .container-fluid > .row {
    flex-direction: row;
  }
  #footer1 .copyright p {
    text-align: left;
  }
  .footer-links {
    text-align: right;
    margin-top: 0;
  }
}/*# sourceMappingURL=custom.css.map */