@charset "UTF-8";
html, body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #f8f8f8;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
}

a {
  color: #0059cf;
  text-decoration: none !important;
}

a:hover {
  color: #2272FF !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.dropdown-toggle-arrow, .dropdown-submenu-toggle.icon-left::before, .dropdown-submenu-toggle::after, .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  margin: 0;
  border: none;
  vertical-align: inherit;
  color: #8db3d3;
  width: 1.28571429em;
}

.dropdown-toggle::after {
  content: " ▼";
  width: auto;
  padding-left: 0.2rem;
  font-size: 10px;
  color: #fff;
}

.dropdown-submenu-toggle::after {
  text-align: center;
  content: "\f2fb";
}
.dropdown-submenu-toggle.icon-left::after {
  content: "";
}
.dropdown-submenu-toggle.icon-left::before {
  text-align: center;
  content: "\f2fa";
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-submenu .dropdown-menu-right {
  left: auto;
  right: 100%;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.text-rim-toggler {
  display: inline-block;
}

.text-rim-toggler .dropdown-menu {
  min-width: auto !important;
  margin-top: 0.125rem !important;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

#quick_links input {
  display: none;
}
#quick_links input:checked + label {
  background: #eee;
}
#quick_links input#tab1:checked ~ .line {
  left: 0%;
}
#quick_links input#tab1:checked ~ .content-container #c1 {
  opacity: 1;
}
#quick_links input#tab2:checked ~ .line {
  left: 25%;
}
#quick_links input#tab2:checked ~ .content-container #c2 {
  opacity: 1;
}
#quick_links input#tab3:checked ~ .line {
  left: 50%;
}
#quick_links input#tab3:checked ~ .content-container #c3 {
  opacity: 1;
}
#quick_links input#tab4:checked ~ .line {
  left: 75%;
}
#quick_links input#tab4:checked ~ .content-container #c4 {
  opacity: 1;
}

#quick_links .more-link {
  margin-top: 12px;
}

.important_links .more-link {
  margin-top: 13px;
}

.top_head .nav-link {
  padding: 0.28rem 1rem !important;
}
.top_head .dropdown-toggle::after {
  display: none !important;
}

.front_links {
  border-left: 1px solid #000;
  padding-left: 10px !important;
}

.top_head .dropdown-menu ul {
  min-width: 30px;
}

.top_head .dropdown-menu ul li a {
  font-size: 12px !important;
}

.main-header-area .classy-navbar {
  height: 90px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar ul {
  list-style: none;
  padding-left: 0rem;
}
.sidebar .card {
  background-color: #fff !important;
  border: 1px solid transparent !important;
}
.sidebar ul li span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid #e54e4b;
}
.sidebar a {
  color: inherit;
  text-decoration: none;
  font-size: 101%;
  border-bottom: none !important;
}
.sidebar a::after {
  content: "❯";
  margin-left: 10px;
  color: inherit;
  font-size: 11px;
}

.update-box {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 10px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  min-height: 110px;
  position: relative;
}

.logo-widget {
  margin-top: 20px;
}

.logo-widget .usp-portal-logo a {
  text-decoration: none;
}

.logo-widget .usp-portal-logo a img {
  height: 80px;
}

.logo-widget .usp-portal-logo a span {
  font-size: 26px;
  font-weight: 700;
  line-height: 0.75;
  color: #384158;
  vertical-align: middle;
  text-transform: uppercase;
}

#swflogin .modal-heading {
  background-color: #0871ff;
  padding: 20px;
}

#swflogin .modal-heading h2 {
  font-size: 20px;
  color: #fff;
}

#swflogin .modal-content {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

#swflogin .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #000000;
  padding: 5px;
  background-color: #e1eaea;
  border: 2px solid transparent;
  border-radius: 5px;
  width: 250px;
}

input#edit-captcha-response {
  width: 60px !important;
}

#swflogin .btn {
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: blueviolet;
}

.update-box h6 {
  font-weight: 600;
  border-bottom: 2px solid #725af8;
  padding-bottom: 5px;
}

.newcontent-update h2 {
  padding-top: 10px;
  margin-left: 10px;
  font-size: 18px;
  color: #0007d8;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.rim-background-admin {
  background-color: #ffffff;
  background-image: url("/themes/swf/images/bg-img/rimadmin.svg");
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 60px;
}

.update-box a {
  color: #0a4391;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  text-decoration: none;
}

.update-box a:hover {
  color: #a20dff;
  text-decoration: none;
}

.update-box p {
  font-size: 0.8rem;
  margin-bottom: 2px;
}

#swflogin #edit-captcha-response--description {
  font-size: 12px;
  margin-bottom: 20px;
}

.scrollup {
  background-color: #0059cf;
  border-radius: 5px;
  bottom: 10px;
  right: 5px;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  text-align: center;
  width: 40px;
  position: fixed;
  z-index: 2147483647;
}

.scrollup:hover {
  color: #fff;
  background-color: darkblue;
  border-color: darkblue;
}

.scrollup-hide {
  display: none;
}

#service {
  background-color: #fff;
}

#service .rim-main-card {
  max-height: 498px;
  border: none !important;
  /*Checked by Banashree*/
}

#service .rim-body {
  background-color: #fff !important;
  /*  height: 70px;Checked by Banashree*/
}

#service .rim-body .card-title {
  display: none;
}

#service .rim-body .card-subtitle {
  margin-top: -0.25rem;
  text-decoration: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

#service .text-muted {
  color: #000 !important;
}

#service .text-muted:hover {
  color: #2272FF !important;
}

.rim-main-card {
  padding: 1.1rem 1.1rem;
}

.rim-main-card .more-button a {
  margin-bottom: 0px !important;
}

#service .at_a_glance .more-link a,
#quick_links .important_links .more-link a,
#quick_links .helpline_numbers .more-link a,
#quick_links .services_links .more-link a {
  text-decoration: none;
  color: #000 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 0 20px;
  float: right;
  margin-top: 24px;
}

#service .at_a_glance .more-link a::after,
#quick_links .important_links .more-link a::after,
#quick_links .helpline_numbers .more-link a::after,
#quick_links .services_links .more-link a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0871ff;
  transition: width 0.3s;
}

#service .at_a_glance .more-link a:hover::after,
#quick_links .important_links .more-link a:hover::after,
#quick_links .helpline_numbers .more-link a:hover::after,
#quick_links .services_links .more-link a:hover::after {
  width: 100%;
  transition: width 0.3s;
}

#quick_links .important_links .more-link a,
#quick_links .helpline_numbers .more-link a {
  margin-top: 12px !important;
}

.scheme_meta {
  margin-top: 14px;
}

.scheme_meta ul li:first-child {
  margin-left: -33px;
}

.scheme_meta ul li:last-child {
  border-right: 1px solid transparent;
}

.scheme_meta ul li {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #384158;
  font-weight: 400;
  font-style: italic;
  margin-right: 10px;
  border-right: 1px solid #cbc4c4;
  padding-right: 10px;
}

#swf_content_area #rim-policies-page ul .active {
  color: #0871ff;
}

#swf_content_area #rim-policies-page ul .active a {
  color: #fff;
}

#swf_content_area #block-feedback-page-form h2 {
  display: none;
}

#swf_content_area #block-feedback-page-form label {
  font-weight: 600;
}

#swf_content_area .feedback_assam #block-feedback-page-form .js-form-item input.form-text::placeholder {
  color: #975fda !important;
}

#swf_content_area .feedback_assam #block-feedback-page-form .js-form-item input.form-text {
  width: 500px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  margin: 10px;
  border: 1px dotted #975fda;
  display: block;
  margin-left: 0px;
}

#swf_content_area .feedback_assam #block-feedback-page-form .js-form-item textarea {
  width: 500px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  margin: 10px;
  border: 1px dotted #975fda;
  display: block;
  margin-left: 0px;
  height: 33px;
}

#swf_content_area .feedback_assam #block-feedback-page-form #edit-captcha-response--2 {
  display: inline-block;
  width: 325px;
}

#swf_content_area .feedback_assam #block-feedback-page-form #edit-captcha-response--2--description {
  font-size: 12px;
}

#swf_content_area .feedback_assam #block-feedback-page-form .webform-button--submit {
  position: relative;
  background-color: #2272FF;
  border: none;
  font-size: 18px;
  color: #ffffff;
  padding: 8px;
  width: 150px;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  margin-top: 30px;
  margin-right: 20px;
  border-radius: 10px;
  margin-left: 70px;
}

#swf_content_area .feedback_assam #block-feedback-page-form .webform-button--reset {
  position: relative;
  background-color: #5161ce;
  border: none;
  font-size: 18px;
  color: #ffffff;
  padding: 8px;
  width: 150px;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  margin-top: 30px;
  margin-right: 20px;
  border-radius: 10px;
}

.feedback_assam {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  filter: grayscale(10%);
}

#service .swf_deputy_commissioner .more-button a {
  padding: 0 60px;
}

.swf-event-highlights-section .item-box-blog img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 500px;
}

#quick_links .services_links .more-button a {
  margin-top: 2px;
}

#swf_content_area .documents {
  margin-bottom: 20px;
}

#swf_content_area .documents h3 a {
  font-size: 16px;
  color: #384158;
  transition: all 200ms ease;
  font-weight: 600;
}

#swf_content_area #swf-scheme-listpage .total_doc_count {
  padding-bottom: 10px;
}

#swf_content_area #swf-scheme-listpage .documents_footer_content {
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  font-style: italic;
}

#swf_content_area .documents h3 a:hover {
  color: #0871ff;
}

#swf_content_area #swf-scheme-listpage .card {
  min-height: 350px;
  padding: 10px;
  margin-top: 10px;
}

#swf_content_area #swf-scheme-listpage .js-form-item input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  height: 40px;
  border: 1px solid #ced4da;
}

.pager {
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  color: #484848;
  padding-top: 30px;
  padding-bottom: 30px;
  float: right;
  line-height: 3;
  float: right;
}

.pager ul {
  display: flex;
  list-style: none;
}

.pager ul li {
  margin-right: 2px;
}

.pager .is-active {
  background: #0059cf none repeat scroll 0%;
  border-color: #484848;
  font-weight: bold;
  vertical-align: top;
}

.pager a,
.pageList .this-page {
  background: #ffffff none repeat scroll 0%;
  border: 1px solid #dddddd;
  padding: 5px 6px;
  text-decoration: none;
}

#swf_content_area #swf-scheme-listpage #edit-title--2 {
  display: none;
}

#swf_content_area #swf-scheme-listpage #edit-submit-schemes-details-page--2 {
  background-color: #2272FF;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  width: 100px;
}

#swf_content_area #swf-scheme-listpage .form-select {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6c757d;
}

#swf_content_area #swf-scheme-listpage #edit-submit-schemes-details-page {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #0871ff;
  border-radius: 5px;
  padding: 0 25px;
  text-transform: uppercase;
  height: 35px;
  transition-duration: 0.4s;
  margin-right: 10px;
}

#swf_content_area #swf-scheme-listpage #edit-reset--2 {
  background-color: #5161ce;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  width: 100px;
}

#swf_content_area #swf-scheme-listpage .scheme-leftmenu-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.move-left {
  float: left;
}

#swf_content_area #important-links-list .list-group-item {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin-bottom: 10px;
}

.swf-event-highlights-section .item-box-blog .item-box-blog-heading a h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 110%;
  padding-right: 10px;
  padding-left: 10px;
}

.swf-event-highlights-section .item-box-blog {
  min-height: 410px;
  margin-bottom: 50px;
}

#swf_content_area #swf-tender-page .tender-leftmenu-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

#swf_content_area #swf-tender-page #edit-submit-tenders-page--2 {
  background-color: #0871ff;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}

#swf_content_area #swf-tender-page #edit-reset--2 {
  background-color: #22b0c7;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}

#swf_content_area #swf-tender-page .card {
  min-height: 350px;
  padding: 10px;
  margin-top: 10px;
}

#swf_content_area #swf-tender-page .js-form-item input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  height: 40px;
  border: 1px solid #ced4da;
}

#swf_content_area #swf-tender-page .form-select {
  margin-top: 10px;
  margin-bottom: 10px;
}

#swf_content_area #swf-tender-page label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.generic_mesage h2 {
  font-size: 20px;
  color: #d31a1a;
}

#swf_content_area #swf-tender-page table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
  table-layout: fixed;
}

#swf_content_area #swf-tender-page table td,
th {
  border-top: 1px solid #ecf0f1;
  padding: 0.625em;
  vertical-align: top;
}

#swf_content_area #swf-tender-page table td {
  border-left: 1px solid #ecf0f1;
  border-right: 1px solid #ecf0f1;
  font-size: 14px;
}

#swf_content_area #swf-tender-page table tr {
  padding: 0.625em;
  vertical-align: top;
}

#swf_content_area #swf-tender-page table th {
  background-color: #0871ff;
  color: #fff;
}

#swf_content_area #swf-tender-page table tr:hover,
#swf_content_area #swf-tender-page table tr:nth-child(even):hover {
  background-color: #ecf0f1;
  cursor: pointer;
}

#swf_content_area #swf-tender-page table tr:nth-child(even) {
  background-color: #f4f4f4;
}

#swf_content_area #swf-tender-page table tr i {
  color: red;
  font-weight: 600;
}

#swf_content_area #swf-tender-page table td span {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

#swf_content_area .swf-web-diretory table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
  table-layout: fixed;
}

#swf_content_area .swf-web-diretory table td,
th {
  border-top: 1px solid #ecf0f1;
  padding: 0.625em;
  vertical-align: top;
}

#swf_content_area .swf-web-diretory table tr:nth-of-type(odd) {
  background: #f8f8f8;
}

#swf_content_area .swf-web-diretory table td {
  border-left: 1px solid #ecf0f1;
  border-right: 1px solid #ecf0f1;
  font-size: 14px;
}

#swf_content_area .swf-web-diretory table tr {
  padding: 0.625em;
  vertical-align: top;
}

#swf_content_area .swf-web-diretory table th {
  background-color: #0871ff;
  color: #fff;
}

#swf_content_area .swf-web-diretory table tr:hover,
#swf_content_area .swf-web-diretory table tr:nth-child(even):hover {
  background-color: #ecf0f1;
  cursor: pointer;
}

#swf_content_area .swf-web-diretory table tr:nth-child(even) {
  background-color: #f4f4f4;
}

#swf_content_area .swf-web-diretory table tr i {
  color: red;
  font-weight: 600;
}

#swf_content_area .swf-web-diretory table td span {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

#swf_content_area .swf-web-diretory table img {
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

#swf_content_area .swf-web-diretory table td:first-child {
  font-weight: 600;
}

#swf_content_area #swf_district_glance_page .card {
  background-color: #fff !important;
}

#swf_content_area #swf_district_glance_page .list-group-flush > .list-group-item {
  padding: 15px;
}

#swf_content_area #swf_district_glance_page .list-group-flush {
  border-right: 4px solid #ccc;
}

#swf_content_area .documents h3 a {
  font-size: 16px;
  color: #384158;
  transition: all 200ms ease;
  font-weight: 600;
}

#swf_content_area #swf-events-list .card ul li .active {
  color: #0871ff !important;
}

#swf_content_area #swf-events-list ul {
  list-style: none;
}

#swf_content_area #swf-events-list ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-decoration: none !important;
}

#swf_content_area #swf-events-list ul li a:hover {
  color: #0871ff;
}

#swf_content_area #swf-events-list .documents h3 a:hover {
  color: #0871ff;
}

#swf_content_area #swf-events-list ul {
  padding-left: 0rem !important;
}

#swf_content_area #swf-events-list ul li {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-left: 20px;
}

#swf_content_area #important-links-list ol li {
  margin-bottom: 20px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 5px !important;
}

#swf_content_area #important-links-list .list-group-item .new {
  animation: blinker 2s step-start infinite;
  background-color: #09c53a;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  padding: 2px 4px 2px;
  border-radius: 15px;
  margin-left: 3px;
}

#swf_content_area #important-links-list .list-group a:hover {
  color: #0871ff;
}

#swf_content_area .department-list ul li {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-left: 20px;
}

#swf_content_area .department-list ul li a {
  color: #000;
}

#swf_content_area .department-list ul li a:hover {
  color: #0871ff;
}

#swf_content_area .advanced-search-form {
  position: relative;
  padding: 25px 10px;
  box-sizing: border-box;
  border: 1px solid #e1dddd;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

#swf_content_area .advanced-search-form .search-title {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #0871ff;
  top: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 40px;
  text-align: center;
  margin-top: 12px;
}

#swf_content_area .advanced-search-form .search-title p {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 600;
}

#swf_content_area #swf-document-search .advanced-search-form .js-form-item input.form-text,
#swf_content_area #swf-document-search .advanced-search-form .js-form-item select.form-select {
  width: 100%;
  margin: 0;
  height: 40px;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #e1dddd;
}

#swf_content_area #swf-document-search .advanced-search-form .form-actions input[value=Search],
#swf_content_area #swf-document-search .advanced-search-form .form-actions input[value=Reset] {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #0871ff;
  border-radius: 5px;
  padding: 0 35px;
  text-transform: uppercase;
  height: 40px;
  transition-duration: 0.4s;
}

#swf_content_area #swf-document-search .advanced-search-form {
  display: none;
}

#swf_content_area #swf-document-search .card {
  min-height: 500px;
  padding: 10px;
  margin-top: 10px;
}

#swf_content_area .documents_category {
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  margin-left: 20px;
}

#swf_content_area .documents_body a {
  color: #0d6efd;
  transition: all 200ms ease;
  font-size: 1rem;
  font-weight: 500;
}

#swf_content_area .documents_body a:hover {
  color: #f68f2d;
}

#swf_content_area .documents_body {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

#swf_content_area .documents_body a:hover {
  color: #0871ff;
}

#swf_content_area .item-list li {
  margin: 0em !important;
}

#swf_content_area .documents_body i {
  color: red;
  font-weight: 600;
  margin-right: 5px;
}

#swf_content_area #swf-document-search ul {
  padding-left: 0rem !important;
}

i.ndoc {
  font-size: 15px;
  color: #ff2300;
  font-weight: 600;
  margin-right: 3px;
}

i.dsfy {
  font-size: 15px;
  color: #1de61d;
  font-weight: 600;
  margin-right: 3px;
}

#swf_content_area #swf-document-search .documents_type {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  margin-right: 18px;
  margin-left: 15px;
}

#swf_content_area #swf-document-search .js-form-item input,
#swf_content_area #swf-document-search .advanced-search-form input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  height: 40px;
  border: 1px solid #ced4da;
}

#swf_content_area #swf-document-search #block-exposedformdocument-viewpage-1 {
  display: flex;
  flex-wrap: wrap;
}

#swf_content_area #swf-document-search .advanced-search-form .js-form-item {
  width: 50%;
  margin-right: 10px;
  margin-bottom: 15px;
}

#swf_content_area #swf-document-search .js-form-item label {
  font-weight: 600;
  font-size: 14px;
}

#swf_content_area #swf-document-search .advanced-search-form .form-select {
  margin-top: 10px;
  margin-bottom: 10px;
}

#edit-saa-exclude-attachments--2 {
  border: 2px solid transparent !important;
}

#views-exposed-form-solr-search-2-page-1 label {
  font-size: 1rem;
  font-weight: 600;
}

#swf_content_area #swf-document-search .form-actions #edit-submit-document-view--2,
#edit-submit-solr-search-2--2 {
  background-color: #2272FF;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  width: 100px;
}

#swf_content_area #swf-document-search legend {
  font-size: 1rem;
  font-weight: 600;
}

#swf_content_area #swf-document-search .form-actions #edit-reset--2,
#edit-reset--2 {
  background-color: #5161ce;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  width: 100px;
}

.rimbg {
  animation: slide 20s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #f9ffff 50%, #fff1e4 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.swf_footer_slider {
  background-color: #fff;
}

.rimbg2 {
  animation-direction: alternate-reverse;
  animation-duration: 20s;
}

.rimbg3 {
  animation-duration: 20s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
#social_side_links {
  position: fixed;
  top: 365px;
  right: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#social_side_links li a {
  display: block;
}

#social_side_links li a img {
  display: block;
  max-width: 40px;
  padding: 10px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#social_side_links li a:hover img {
  background: rgba(0, 0, 0, 0.2);
}
#social_side_links li a:hover img:hover {
  padding-left: 20px;
  width: 65px;
}

#swf_content_area .photo-gallery-all-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px 0 rgba(145, 146, 146, 0.75);
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}

#swf_content_area .photo-gallery-all-list .content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

#swf_content_area .photo-gallery-all-list .photo-gallery-description {
  padding-left: 20px;
  font-size: 90%;
  font-weight: 300;
}

#swf_content_area .photo-gallery-list-page-title {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #000 !important;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 100%;
  width: 300px;
}

#swf_content_area .photo-gallery-list-page-title:hover {
  color: #0871ff;
}

#swf_content_area .photo-gallery-list-page-location {
  color: #384158;
  padding-top: 5px;
  padding-bottom: 5px;
}

#swf_content_area .photo-gallery-list-page-date {
  color: #384158;
  padding-bottom: 5px;
}

#swf_content_area .gallery-tag {
  background-image: url(https://assam.gov.in/themes/swf/images/icons/gallery-tag.png);
  background-repeat: no-repeat;
  margin-top: -60px;
  width: 90px;
  height: 80px;
  float: right;
}

#swf_content_area .gallery-bottom-right {
  float: right;
  padding-top: 57px;
  padding-right: 2px;
  color: #fff;
  font-size: 12px;
}

#swf_content_area .photo-gallery-all-list-page {
  margin-right: 15px;
}

#swf_content_area .photo-gallery-all-list-page .img-wrapper {
  color: #293d7c;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(145, 146, 146, 0.75);
  padding-top: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#swf_content_area .content-album-list {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

#swf_content_area .album-list-utility {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 15px;
}

#swf_content_area .img-overlay-album-list {
  z-index: 3;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 45%;
  top: 40%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#swf_content_area .img-overlay-album-list a i {
  font-size: 50px;
}

#swf_content_area .img-wrapper a {
  color: #000;
  padding-top: 10px;
}

#swf_content_area #swf-basic-search .documents h3 a {
  font-size: 16px;
  color: #384158;
  transition: all 200ms ease;
  font-weight: 600;
}

#swf_content_area #swf-basic-search .documents h3 a:hover {
  color: #0871ff;
}

#swf_content_area #swf-basic-search ul {
  list-style: none;
}

#swf_content_area #swf-basic-search .js-form-item input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  height: 40px;
  border: 1px solid #ced4da;
}

#swf_content_area #swf-basic-search .form-select {
  margin-top: 10px;
  margin-bottom: 10px;
}

#swf_content_area #swf-basic-search .card {
  min-height: 350px;
  padding: 10px;
  margin-top: 10px;
}

#swf_content_area #swf-basic-search .total_doc_count {
  padding-bottom: 10px;
}

#swf_content_area #swf-basic-search .total_doc_count h2 {
  color: #2272FF;
}

#swf_content_area #swf-basic-search .total_doc_count h2 span {
  font-size: 20px;
  color: #000;
  transition: all 200ms ease;
}

#swf_content_area #swf-basic-search ul {
  padding-left: 0rem !important;
}

#swf_content_area #swf-basic-search #edit-submit-search-views--2 {
  background-color: #0871ff;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}

#swf_content_area #swf-basic-search #edit-reset--2 {
  background-color: #22b0c7;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}

#swf_content_area .documents h3 a {
  font-size: 16px;
  color: #384158;
  transition: all 200ms ease;
  font-weight: 600;
}

#swf_content_area .documents .documents_type i {
  color: red;
  font-weight: 600;
}

#swf_content_area .documents .documents_source {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  font-style: italic;
}

#swf_content_area .documents .documents_date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  margin-right: 18px;
}

#swf_content_area .documents .documents_type {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  margin-right: 18px;
}

#swf_content_area .documents .documents_views {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  margin-left: 15px;
}

#swf_content_area .documents .documents_size {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  margin-right: 18px;
}

#swf_content_area .documents .documents_footer {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#swf_content_area .documents .documents_footer .documents_date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  margin-right: 18px;
}

#swf_content_area .documents .documents_footer .event_list_location {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  font-style: italic;
}

#swf_content_area .documents h3 a:hover {
  color: #0871ff;
}

#swf_content_area #swf-document-search ul {
  list-style: none;
}

#swf_content_area #swf-document-search .js-form-item input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  height: 40px;
  border: 1px solid #ced4da;
}

#swf_content_area #swf-document-search .form-select {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6c757d;
}

#swf_content_area #swf-document-search .card {
  min-height: 350px;
  padding: 10px;
  margin-top: 10px;
}

#swf_content_area #swf-document-search .total_doc_count {
  padding-bottom: 10px;
}

#swf_content_area #swf-document-search ul {
  padding-left: 0rem !important;
}

#swf_content_area #swf-document-search #edit-submit-search-views--2 {
  background-color: #0871ff;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}

#swf_content_area #swf-document-search #edit-reset--2 {
  background-color: #22b0c7;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}

#swf_content_area .department-list-level ul li.is-active {
  background-color: #f5effc;
  color: #000;
  border-right: 4px solid #8c33ff;
}

#swf_content_area .department-list-level ul li.is-active a:hover {
  color: #000;
}

#swf_content_area .department-list-level ul li {
  border-bottom: 1px solid lightgray;
  vertical-align: middle;
  border-right: 4px solid lightgray;
  padding-bottom: 10px;
}

#swf_content_area .department-list-level ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 5px;
}

#swf_content_area .department-list-level ul li a:hover {
  color: #0871ff;
}

#swf_content_area .department-list-level .is-active > li {
  background-color: blue;
  color: #fff;
}

.swf-event-highlights-section .item-box-blog .item-box-blog-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 100%;
  color: #000;
  padding-right: 10px;
  padding-left: 10px;
}

.swf-event-highlights-section .more-link {
  padding-bottom: 30px;
}

.swf-event-highlights-section .more-link a {
  text-decoration: none;
  color: #000;
  font-weight: 600 !important;
  font-size: 15px;
  padding: 0 20px;
  float: right;
  margin-top: 24px;
}

.swf-event-highlights-section .more-link a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0871ff;
  transition: width 0.3s;
}

.swf_highlights_section {
  background-color: #f3f3f3;
}

#swf_content_area .user-photo {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #e4e4e4;
  border-radius: 1px;
  float: right;
  padding: 3px;
  margin-bottom: 10px;
}

#swf_content_area .cont-add {
  float: left;
  width: 76%;
  padding: 0 0 10px;
}

#swf_content_area .add-list {
  float: left;
  width: 100%;
}

#swf-tender-page .button-rim_exd {
  border-radius: 4px;
  background-color: #ffc000;
  border: none;
  padding: 10px;
  transition: all 0.5s;
  margin-bottom: 18px;
  font-size: 16px;
  height: 45px;
  text-align: center;
  font-weight: 600;
}

#swf-tender-page .button-rim_exd a {
  color: #000 !important;
}

#swf-tender-page .button-rim_exd a:hover {
  color: #003b9f !important;
}

.bef-exposed-form .form--inline > .form-item {
  float: none !important;
}

.form--inline .form-item {
  margin-right: 0em !important;
}

.swf_tourism_section img {
  display: block;
  max-width: 100%;
  height: auto;
}

.quicklinks_middle .servicecard img {
  display: block;
  max-width: 100%;
  height: 130px;
  width: 240px;
}

#quick_links .services_links img {
  display: block;
  max-width: 100%;
  height: 140px;
  width: 300px;
}

.language-switcher-language-url .is-active {
  display: none;
}

.dc_socialmedia .inactive a span {
  filter: grayscale(100%) !important;
}

.dc_socialmedia .inactive a span:hover {
  filter: grayscale(100%) !important;
}

#swf_dc_profile a.btn.inactive {
  filter: grayscale(100%) !important;
}

#swf_dc_profile a.btn.inactive:hover {
  filter: grayscale(100%) !important;
}

.swf_deputy_commissioner .dc_socialmedia a span:hover {
  filter: hue-rotate(90deg);
}

.top_head span.navbar-toggler-icon {
  margin-left: -15px;
}

.top_head .navbar-collapse {
  margin-left: -15px;
}

.component-tag {
  position: absolute;
  z-index: 5;
  padding: 4px 5px;
  background-color: #e80769;
  width: 60px;
  float: right;
  right: 0px;
  bottom: 0.1px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  font-size: 9px;
  cursor: context-menu;
}

.swf2-admin-quote {
  background-color: #081828;
  padding: 10px 10px;
  text-align: center;
  font-size: 14px;
}

.swf2-admin-quote a,
.swf2-admin-quote a:hover {
  color: #fff;
}

.swf2-admin-quote a span:hover {
  color: #725af8;
}

.swf2-admin-quote a span {
  color: #0871ff;
}

.component-tag-home {
  position: absolute;
  z-index: 5;
  padding: 4px 5px;
  background-color: #30b10b;
  width: 80px;
  float: right;
  right: 0px;
  bottom: 0.1px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  font-size: 9px;
  cursor: context-menu;
}

#swf_content_area .rim-content-checklist {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  border: 1px solid #ffb100;
  border-left: 4px solid #ffb100;
  border-radius: 5px;
  box-shadow: 0px 30px 40px -20px #dcdbdb;
}
#swf_content_area .rim-content-checklist h2 {
  color: #3a3a3a;
  margin: 0 0 10px;
  font-size: 120%;
}
#swf_content_area .pol_cont_link {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #d3cfc9;
  padding-bottom: 15px;
}
#swf_content_area .mid_cont_txt {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#swf_content_area .checklist-block ul li {
  font-size: 110%;
  padding: 0 0 0 35px;
  position: relative;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
#swf_content_area .checklist-block ul {
  list-style: none;
}
#swf_content_area .checklist-block ul li::before {
  content: "★";
  color: #990000;
  font-size: 23px;
  left: 3px;
  position: absolute;
}
#swf_content_area .mid_cont_txt span {
  width: 1px;
  height: 1px;
  float: left;
  margin-top: -82px;
}
#swf_content_area .pol_cont_link ol li {
  width: 50%;
  float: left;
  font-size: 16px;
  padding: 0 25px 0 0;
}
#swf_content_area .mid_cont_txt {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#swf_content_area .pol_cont_link ol li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #0059cf;
  font-size: 17px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  display: inline;
}
#swf_content_area .rim-content-checklist a {
  color: #0871ff;
}
#swf_content_area .mid_cont_txt h3 {
  background: #f1f1f1;
  color: #0871ff;
  font-size: 130%;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 6px 0 5px 10px;
}
#swf_content_area .rim-content-checklist p {
  color: #0e0e31;
  font-size: 120%;
  text-align: justify;
  padding-bottom: 15px;
  line-height: 1.7;
}
#swf_content_area table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 22px;
}
#swf_content_area caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
#swf_content_area tr:nth-of-type(odd) {
  background: #f8f8f8;
}
#swf_content_area th {
  text-align: left;
}
#swf_content_area td,
#swf_content_area th {
  padding: 10px;
  border: 1px solid #e4e4e4;
  text-align: left;
  line-height: 145%;
}
#swf_content_area th {
  background: #fff;
  color: #2272FF;
  font-weight: bold;
  white-space: nowrap;
}
#swf_content_area tbody {
  border-top: 1px solid #ccc;
}
#swf_content_area .guide-text {
  text-align: right;
  display: none;
}

#swf_content_area .documents .documents_type .dsfy {
  color: #11e218;
  font-weight: 600;
}

#swf_content_area .documents .documents_type span {
  cursor: pointer;
  color: #000;
}

#swf_content_area .documents .documents_type span:hover {
  cursor: pointer;
  color: #0871ff;
}

#swf_content_area #swf-basic-search .js-form-item #edit-title--2 {
  display: none;
}

.card-link i.bi.bi-arrow-right.read-more-arrow {
  color: #0871ff !important;
}

#swf_content_area .district-events .item-list ul {
  list-style: none !important;
  padding-left: 0rem !important;
}

#swf_content_area .district-events .item-list ul li {
  margin: 0 0 1em 0 !important;
}

.sticky-feedback {
  position: fixed;
  top: 250px;
  left: -40px;
  padding: 0px;
  margin: 0px;
  z-index: 11;
}

.swf-feedback {
  list-style: none;
}

.swf-feedback li {
  padding: 8px 15px;
  transition: all 0.8s ease-in-out;
  border-radius: 5px;
  background-color: #ff951c;
}

.swf-feedback li a {
  font-size: 16px !important;
  color: #fff;
}

.swf-feedback li:hover {
  margin-right: -30px;
  box-shadow: 2px 5px 10px grey;
}

.swf-feedback li:hover .lni {
  margin-left: 20px;
}

.swf-feedback .lni {
  color: #fff;
  transition: all 0.8s ease-in-out;
}

.feedback-icon {
  background-color: #ffc000;
  border-radius: 5px;
}

#top_bar_middle .dropdown-menu[data-bs-popper] {
  margin-top: 0rem !important;
}

#top_bar_middle .dropdown-menu {
  min-width: 0rem !important;
}

.header-area {
  z-index: 10000;
  width: 100%;
  height: auto;
  transition-duration: 500ms;
}

.sticky {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.header-area .top_bar {
  width: 100%;
  background: #2272FF;
}
.header-area .top_bar_container {
  width: 100%;
  height: 100%;
}
.header-area .top_bar_content {
  width: 100%;
  height: 40px;
}
.header-area .top_bar_contact_list li:not(:last-child) {
  margin-right: 3px;
}
.header-area .top_bar_contact_list li:nth-child(1) {
  padding: 10px;
}
.header-area .top_bar_contact_list li {
  display: inline-block;
  font-size: 14px;
}
.header-area .question a {
  color: #ffffff;
}
.header-area .top_bar_contact_list li > div {
  margin-left: 1px;
}
.header-area .top_bar_contact_list li i,
.header-area .top_bar_contact_list li > div {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}
.header-area .question {
  font-size: 14px;
  color: #ffffff;
}
.header-area .top_bar_language {
  height: 100%;
}
.header-area .language-switcher-language-url {
  text-align: right;
}
.header-area .language-switcher-language-url a {
  text-decoration: none !important;
  list-style: none !important;
  color: #000;
  display: block;
  border-bottom: none;
  font-size: 14px;
  text-align: center;
  padding-top: 0.36rem;
}
.header-area .language-switcher-language-url a:hover {
  color: #0059cf !important;
}
.header-area .main-header-area {
  width: 100%;
  box-shadow: 0 4px 12px -6px #c4c4c4;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  transition-duration: 500ms;
}

.quickaccess-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.quickaccess-item:hover {
  background: var(--primary);
}

.quickaccess-item * {
  transition: 0.5s;
}

.quickaccess-item:hover * {
  color: var(--light) !important;
}

.quickaccess-item a {
  text-decoration: none !important;
  cursor: pointer;
}
.quickaccess-item h5 {
  font-weight: 600;
  font-size: 0.9rem;
  color: #000;
}
.quickaccess-item p {
  color: #646060;
  font-size: 0.8rem;
}

.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #1276ff !important;
}

#qa-bar2 .marquee-item-list1, #qa-bar3 .marquee-item-list2 {
  height: 275px;
}

#qa-bar2 .marquee-item-list1 ul li, #qa-bar3 .marquee-item-list2 ul li {
  margin-right: 20px;
}

#qa-bar2 .marquee-item-list1 ul li, #qa-bar3 .marquee-item-list2 ul li {
  padding: 0 0 0 0;
  color: #485bfe;
  border-bottom: 1px dotted #c6c4c4;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

#qa-bar2 .marquee-item-list1 ul li a, #qa-bar3 .marquee-item-list2 ul li a {
  margin-left: 0px;
  color: #000;
  font-size: 0.89rem;
}

#qa-bar2 .marquee-item-list1 ul li a:hover, #qa-bar3 .marquee-item-list2 ul li a:hover {
  text-decoration: underline;
  color: blue;
}

#qa-bar2 .marquee-item-list1 ul li .blink, #qa-bar3 .marquee-item-list2 ul li .blink {
  background-color: #0fe20f;
  color: #fff;
  padding: 2px;
  border-radius: 2px;
  animation: blinker 1.2s step-start infinite;
}

.information-list li .blink {
  background-color: #0fe20f;
  color: #fff;
  padding: 2px;
  border-radius: 2px;
  top: -1.4em;
  margin-left: 5px;
  animation: blinker 1.2s step-start infinite;
}

.our-services {
  overflow: hidden;
  position: relative;
  padding: 100px 0 70px;
  background: #fff;
}

.our-services.rotated-bg:before {
  content: "";
  position: absolute;
  width: 1000px;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 886px;
  left: 10%;
  top: 50%;
  background: #26cdff;
}

.sec-title {
  text-align: center;
}

.sec-title {
  position: relative;
  margin-bottom: 20px;
}

.sec-title h2 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 700;
}

.center {
  text-align: center;
}

.sec-title p {
  max-width: 650px;
  margin: 0 auto;
  color: #3e3d3d;
  margin-top: 20px;
}

.sec-title h2.center:before {
  position: absolute;
  content: "";
  background: #26cdff;
  width: 50px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.single-service-item {
  margin-bottom: 26px;
  position: relative;
  padding: 38px 20px 38px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #eee;
  min-height: 285px;
  max-height: 285px;
}

.single-service-item:hover {
  border-color: #26cdff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-services .single-service-item .service-icon {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  font-size: 40px;
  color: #0053ff;
}

.our-services .single-service-item .service-icon img {
  max-width: 64px;
}

.service-text {
  overflow: hidden;
}

.service-text h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.service-text p {
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service-text h4 a {
  color: #222222;
  transition: 0.5s;
}

.service-text h4 a:hover {
  color: #26cdff;
  transition: 0.5s;
  text-decoration: none;
}

.top-services-dept {
  margin-bottom: 20px;
  min-height: 83px;
  max-height: 83px;
  overflow: hidden;
}

.top-services-dept h5 span {
  font-weight: 600;
  line-height: 1.2;
  color: #0f172b;
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.top-services-dept h5 span:hover {
  color: #2272FF;
}

.top-services-dept a small {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000;
}

.more-about-dept {
  overflow: hidden;
  position: relative;
  padding: 60px 0 70px;
  background: #fff;
}

.more-about-dept .callout {
  padding: 0.8em 1em;
  line-height: 1.2;
  text-align: center;
  position: relative;
  clear: both;
  border-radius: 0 10px 10px 0;
}
.more-about-dept .callout a {
  color: #000;
}
.more-about-dept .callout::before {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  font-size: 1em;
  left: -1.2rem;
  content: " ★";
  background-color: #2272FF;
  border-radius: 50%;
  align-items: center;
  top: -0.8rem;
  color: #fff;
}
.more-about-dept .callout {
  background: rgba(81, 97, 206, 0.14);
  border-left: 4px solid #2272FF;
  color: #242424;
  margin: 1em;
}
.more-about-dept .callout.warning::before {
  content: " ★";
  background-color: #b4aaff;
  border-radius: 50%;
  align-items: center;
  top: -0.8rem;
}
.more-about-dept .callout.success::before {
  content: " ★";
  background-color: #3cc3c3;
  border-radius: 50%;
  align-items: left;
  top: -0.8rem;
}
.more-about-dept .callout.warning {
  background-color: rgba(224, 226, 255, 0.5);
  border-left: 4px solid #b4aaff;
}
.more-about-dept .callout.success {
  background-color: #edf3ed;
  border-left: 4px solid #3cc3c3;
}

.mini-call-action {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  border-radius: 5px;
}

.mini-call-action h4 {
  color: #081828;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  line-height: 28px;
}

.mini-call-action p {
  font-size: 13px;
}

.mini-call-action .button {
  margin-top: 15px;
}

.mini-call-action .button a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  background-color: #2272FF;
  color: #fff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
}

.mini-call-action .button a:hover {
  background-color: #5161ce;
  color: #ffffff !important;
}

.info-wrap {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
}

.information-list li i {
  font-size: 100%;
  color: #2272FF;
  width: 35px;
  height: 35px;
  background: #eaf4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  vertical-align: middle;
}

.info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}

.information-list li a {
  margin-bottom: 10px;
  display: inline-flex;
  color: #000 !important;
  font-size: 100%;
  margin-top: 8.6px;
}

.information-list li a:hover, .more-about-dept .callout a:hover {
  color: #2272FF !important;
}

.information-list {
  text-decoration: none !important;
  padding-left: 0 !important;
  list-style: none;
}

.information-list li :hover i {
  background: #2272FF;
  color: #fff;
}

.information-list li {
  border-bottom: 1px dotted #908c8c;
}

.information-list li:last-child {
  border-bottom: none;
}

.rim-navbar .openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}
.rim-navbar .openBtn:hover {
  background: #bbb;
}
.rim-navbar .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}
.rim-navbar .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.rim-navbar .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.rim-navbar .overlay .closebtn:hover {
  color: #ccc;
}
.rim-navbar .overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}
.rim-navbar .overlay input[type=text]:hover {
  background: #f1f1f1;
}
.rim-navbar .overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.rim-navbar .overlay button:hover {
  background: #bbb;
}

#swf-orgstructure-page .staff_card {
  width: 250px !important;
  min-width: 250px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#swf-orgstructure-page .staff_title {
  height: 50px;
  text-align: center;
  background-color: #000053;
  color: #FFF;
  padding: 10px;
  font-weight: bold;
}
#swf-orgstructure-page .staff_info {
  height: 80px;
  padding: 5px;
}
#swf-orgstructure-page .staff_image img {
  border-radius: 100px;
  width: 70px;
}
#swf-orgstructure-page .staff_image {
  float: left;
  width: 30%;
}
#swf-orgstructure-page .staff_name_container {
  padding-top: 15px;
  float: right;
  width: 60%;
}
#swf-orgstructure-page .staff_name_label {
  color: #000053;
  font-size: 16px;
  text-align: left;
}
#swf-orgstructure-page .staff_name {
  font-size: 14px;
  text-align: left;
}

/*Inner Page Left Navigation*/
#swf-menucontent-page .sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

/*Advertisement Area*/
.rim-advertisement-area {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  margin: 5px 0px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  height: 317px;
}

.rim-advertisement-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rim-advertisement-area img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.rim-advertisement-area figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.rim-advertisement-area figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #700877;
  content: "";
  background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  opacity: 0.8;
  z-index: -1;
}
.rim-advertisement-area .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}
.rim-advertisement-area .date span {
  display: block;
  line-height: 14px;
}
.rim-advertisement-area .date .month {
  font-size: 11px;
}
.rim-advertisement-area h5,
.rim-advertisement-area p {
  margin: 0;
  padding: 0;
}
.rim-advertisement-area h5 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}
.rim-advertisement-area p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}
.rim-advertisement-area a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.rim-advertisement-area :hover img,
.rim-advertisement-area .hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*Contact us Page*/
#swf_content_area #swf-contactus-page .card {
  overflow: hidden;
  background-color: #ccc;
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 30px;
}
#swf_content_area #swf-contactus-page p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2;
  font-size: 90%;
}
#swf_content_area #swf-contactus-page .dc-profile-card ul {
  list-style: none;
  display: inline-block;
}
#swf_content_area #swf-contactus-page .dc-profile-card ul li {
  margin-right: 20px;
  float: left;
}
#swf_content_area #swf-contactus-page .card-footer ul .inactive a img {
  filter: grayscale(100%) !important;
}
#swf_content_area #swf-contactus-page .img-square-wrapper {
  float: left;
  margin-right: 10px;
}
#swf_content_area #swf-contactus-page p.card-text {
  text-align: left;
}
#swf_content_area #swf-contactus-page h6.card-title {
  text-align: left;
}
#swf_content_area #swf-contactus-page .banner {
  height: 120px;
  width: 100%;
  padding-top: 30px;
  background-color: #FAFAFA;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
#swf_content_area #swf-contactus-page .card:first-of-type .banner {
  background-image: url("/themes/swf/images/bg-img/rimbackgroundimage.jpg");
}
#swf_content_area #swf-contactus-page .avatar- img {
  height: 180px;
  width: 180px;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-color: #F1F1F1;
  border-radius: 50%;
}
#swf_content_area #swf-contactus-page .card-footer ul {
  display: inline-block;
  list-style: none;
}
#swf_content_area #swf-contactus-page .card-footer ul li {
  margin-right: 20px;
  float: left;
}

.page-last-update {
  font-size: 80%;
  font-style: italic;
  display: flex;
  justify-content: flex-end;
  line-height: 0;
  margin-bottom: 30px;
}

.important-rim-websites li {
  border-bottom: 1px dotted gray;
  padding: 5px;
  list-style: square;
}

.rim-most-searched {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  height: 403px;
  transition: 0.5s;
  overflow-x: scroll;
  padding: 5px;
}

/*New CSS added by Banashree 0n 26-04-22*/
.news {
  width: 100%;
  padding-bottom: 10px;
  background: #FFFFFF;
  margin-top: 20px;
}

.news_post_large {
  width: 100%;
}

.news_post_image {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.news_post_image img {
  max-width: 100%;
}

.news_post_large_title {
  margin-top: 23px;
}

.news_post_large_title a {
  font-size: 140%;
  font-weight: 700;
  color: #384158;
  line-height: 1.4;
  transition: all 200ms ease;
}

.news_post_meta {
  margin-top: 1px;
  color: #384158;
}

.news_post_meta ul li {
  display: inline-block;
  position: relative;
}

.news_post_text {
  margin-top: 13px;
  color: #384158;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.more-button {
  color: #2272FF;
  text-align: center;
  font-size: 16px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.news_post_small {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.news_post_small:last-child {
  border-bottom: none;
}

.news_post_small_title {
  display: flex;
}

.news_post_small_title a:hover {
  color: #2272FF;
}

.news_post_small_title a {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.55;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #384158;
  transition: all 200ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blink {
  color: #ff0000;
  animation: blinker 1.2s step-start infinite;
}

.rim-important-links ul {
  list-style: none;
  padding-left: 0px;
}
.rim-important-links ul li {
  border-bottom: 1px dotted #7c9df4;
  padding: 15.5px 0 16px;
  margin: 0px !important;
  display: flex;
}
.rim-important-links ul li span {
  display: flex;
}
.rim-important-links ul li a {
  display: block;
  color: #333232;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rim-important-links ul li .fa {
  color: #2272FF;
  vertical-align: middle;
  font-size: 1.2rem;
}
.rim-important-links ul li a:hover {
  color: #0d6efd;
}
.rim-important-links ul li:last-child {
  border-bottom: none;
}

.rim-dignataties {
  /*Checked by Banashree*/
}
.rim-dignataties img {
  max-width: 100%;
  display: block;
}
.rim-dignataties p {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.rim-dignataties ul {
  list-style: none;
}
.rim-dignataties .card::after,
.rim-dignataties .card img {
  border-radius: 50%;
}
.rim-dignataties .card {
  display: flex;
}
.rim-dignataties .card {
  padding: 1.2rem 1.2rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 500px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
}
.rim-dignataties .card img {
  width: 6rem;
  height: 6rem;
  box-shadow: 0 0 0 5px #FFF;
}
.rim-dignataties .card .hod-img img {
  width: 5rem !important;
  height: 5rem !important;
  margin-bottom: 1rem;
}
.rim-dignataties .rim-profile {
  margin-top: 1rem;
}
.rim-dignataties .name {
  margin-bottom: 0.5rem;
}
.rim-dignataties .name h2 {
  font-size: 1.1rem;
}
.rim-dignataties .name h4 {
  font-size: 0.8rem;
  color: #333;
}
.rim-dignataties .text {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.rim-dignataties .links button {
  font-family: "Poppins", sans-serif;
  min-width: 120px;
  padding: 0.5rem;
  border: 1px solid #222;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s linear;
}
.rim-dignataties .links .follow,
.rim-dignataties .links .view:hover {
  background-color: #222;
  color: #FFF;
}
.rim-dignataties .links .view,
.rim-dignataties .links .follow:hover {
  background-color: transparent;
  color: #222;
}

@media screen and (max-width: 450px) {
  .rim-dignataties .card {
    display: block;
  }

  .rim-dignataties .infos {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .rim-dignataties .links button {
    min-width: 100px;
  }
}
.about-rim-department .card::after,
.about-rim-department .card img {
  border-radius: 50%;
}
.about-rim-department .card {
  display: flex;
}
.about-rim-department p {
  font-size: 101%;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #4f5154;
  font-weight: 300;
  text-align: justify;
}
.about-rim-department .card {
  padding: 1.2rem 1.2rem;
  border-radius: 10px;
  background-color: #fff;
  border: none;
  max-width: 500px;
  min-height: 475px;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, .15); Checked by Banashree*/
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
}
.about-rim-department .card a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}
.about-rim-department .card a:hover {
  color: #2272FF !important;
}
.about-rim-department .card a span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #000;
}
.about-rim-department .col-md-6 i {
  font-size: 1.2rem;
  color: #2272FF;
}

.rim-main-title {
  line-height: 1.2;
  font-weight: 300;
}

.rim-main-title span {
  color: #2272FF;
}

.rim-sub-title {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.rim-swf-schemes ul {
  list-style: none;
  min-height: 299px;
  max-height: 299px;
}
.rim-swf-schemes li {
  display: flex;
  border-bottom: 1px dotted #d7d7d7;
  padding: 10px 0px 10px 0px;
}
.rim-swf-schemes li:last-child {
  border-bottom: none;
}
.rim-swf-schemes ul li:before {
  content: "❯";
  margin-right: 10px;
  color: #2272FF;
  font-size: 16px;
}

.rim-dept-services .service-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}
.rim-dept-services .service-box i {
  font-size: 32px;
  color: #2272FF;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}
.rim-dept-services .service-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}
.rim-dept-services .service-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}
.rim-dept-services ul {
  list-style: none;
}
.rim-dept-services .right-list ul li {
  display: inline-flex;
  width: 100%;
}
.rim-dept-services .right-list .more-button {
  margin-top: 10px;
}
.rim-dept-services .right-list .left-content span {
  font-size: 12px;
  color: #afafaf;
  font-weight: 300;
}
.rim-dept-services .right-list .left-content .online i {
  color: #7cfc00;
  font-size: 12px;
  margin-right: 8px;
}
.rim-dept-services .offline i {
  color: #ff6a41 !important;
  font-size: 12px !important;
  margin-right: 8px;
}
.rim-dept-services .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 10px 0px 10px 0px;
}
.rim-dept-services .right-list .left-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.rim-dept-services .left-image .rim-service-highlighed {
  position: relative;
}
.rim-dept-services .left-image .rim-service-highlighed .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 20px;
  margin-left: 10px;
}
.rim-dept-services .left-image .rim-service-highlighed .inner-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rim-dept-services .left-image ul li {
  display: inline-block;
  font-size: 12px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}
.rim-dept-services .left-image ul li:last-child {
  margin-right: 0px;
}
.rim-dept-services .left-image ul li i {
  color: lawngreen;
  font-size: 12px;
  margin-right: 8px;
}
.rim-dept-services .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}
.rim-dept-services .rim-purple-button a {
  display: inline-block;
  background-color: #2272FF;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}
.rim-dept-services .rim-purple-button a:hover {
  color: #2272FF;
  background-color: #fff;
  border: 1px solid #2272FF;
}

.schemes-rim-department {
  background-color: #f3f3f3;
}

.schemes-rim-department:before {
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 10px;
  top: -0.7rem;
  left: -0.7rem;
}

.read-more-link {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

#block-policesmenu {
  background: #0a134f;
  height: 100%;
  padding: 20px 0;
  transition: all 0.5s ease;
  border-radius: 5px;
  box-shadow: 0 1px 16px 0 rgba(33, 34, 39, 0.28);
}

#block-policesmenu ul {
  list-style: none;
  padding-left: 0rem;
}
#block-policesmenu li a {
  color: #ffffff;
  margin: 5px 0 5px;
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #b1b1b1;
  color: #f1eded;
  font-size: 16px;
  position: relative;
}
#block-policesmenu li a:last-child {
  border-bottom: none !important;
}
#block-policesmenu ul li a:hover,
#block-policesmenu ul li a.active {
  color: #0c7db1;
  background: white;
  border-right: 2px solid #054468;
}
#block-policesmenu ul li a:hover:before,
#block-policesmenu ul li a.active:before {
  display: block;
}
#block-policesmenu ul li ul li a {
  color: #cef0fd;
  font-size: 14px;
}
#block-policesmenu ul li li::before {
  content: "❯";
  margin-right: 10px;
  color: #2272FF;
  font-size: 14px;
}

/*Policies*/
#swf_content_area #rim-policies-page .card {
  background-color: #fff !important;
}
#swf_content_area #rim-policies-page .list-group {
  border-right: 5px solid #ebebeb;
}
#swf_content_area #rim-policies-page .list-group a {
  font-size: 100%;
  color: #000;
  font-weight: 400;
  text-decoration: none !important;
}
#swf_content_area #rim-policies-page .list-group a:before {
  content: " ▍";
  margin-right: 5px;
}
#swf_content_area #rim-policies-page .list-group a.active:before {
  content: " ▉";
  margin-right: 5px;
  color: #2272FF;
}
#swf_content_area #rim-policies-page .list-group a.active:after {
  content: " ►";
  margin-left: 2px;
  color: #2272FF;
}
#swf_content_area #rim-policies-page .list-group a.active {
  font-size: 105% !important;
  font-weight: 400 !important;
  color: #2272FF !important;
  font-weight: 600 !important;
}
#swf_content_area #rim-policies-page .list-group a:hover {
  color: #0871ff;
}
#swf_content_area #rim-policies-page .list-group-item {
  padding: 1.1rem 0.5rem !important;
}

.accordion-button:not(.collapsed) {
  color: #2272FF !important;
  background-color: #faf5ff !important;
}

#rim-hod-page .searched_categories {
  background-color: #f3f2f2;
  padding: 10px;
}
#rim-hod-page .searched_categories ul {
  list-style: none;
  padding-left: 0rem !important;
}
#rim-hod-page .searched_categories ul li {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #2272FF;
}
#rim-hod-page .searched_categories ul li:last-child {
  border-bottom: none;
}
#rim-hod-page .searched_categories ul li a {
  color: #000;
  font-weight: 300;
}
#rim-hod-page .item {
  background-color: #fff;
  width: 340px;
}
#rim-hod-page .item .image {
  overflow: hidden;
}
#rim-hod-page .item .image img {
  width: 100%;
}
#rim-hod-page .item .text {
  padding: 2em;
  text-align: center;
}
#rim-hod-page .item .text figcaption {
  position: relative;
  z-index: 1;
}
#rim-hod-page .item .text a {
  color: rgba(0, 0, 0, 0.7);
}
#rim-hod-page .item .text p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 22px;
  font-weight: 300;
  font-size: 13px;
}
#rim-hod-page .item .text .fa {
  font-size: 18px;
  width: 15px;
  height: 15px;
  padding: 13px;
  border: solid 1px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}
#rim-hod-page .social-media a i {
  font-size: 1.5rem;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #rim-hod-page .item {
    width: 100%;
  }
}

.sub-rim-lists ul {
  list-style-type: square;
  padding-left: 1rem !important;
}
.sub-rim-lists ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted purple;
}
.sub-rim-lists ul li:last-child {
  border-bottom: none;
}
.sub-rim-lists .searched_categories {
  background-color: #f3f2f2;
  padding: 10px;
}
.sub-rim-lists .searched_categories ul {
  list-style: none;
  padding-left: 0rem !important;
}
.sub-rim-lists .searched_categories ul li {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #2272FF;
}
.sub-rim-lists .searched_categories ul li:last-child {
  border-bottom: none;
}
.sub-rim-lists .searched_categories ul li a {
  color: #000;
  font-weight: 300;
}

.scheme_nutshell {
  padding: 30px;
  margin: 0 0 60px 0px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.scheme_nutshell h2 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
}
.scheme_nutshell li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cbcbcb;
}
.scheme_nutshell li:last-child {
  border-bottom: none;
}
.scheme_nutshell .item-list li:before {
  content: " ➟";
  color: #2272FF;
  font-size: 1.5rem;
  vertical-align: middle;
}
.scheme_nutshell .scheme_nutshell .banner {
  background: linear-gradient(90deg, #33a530 0%, #4eee49 50%, #33a530 100%);
  transform: rotate(-45deg);
  position: absolute;
  z-index: 1;
  padding: 0.5rem 4rem;
  top: 2rem;
  left: -4rem;
  border: 2px solid #91ff69;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  color: #000;
}

.rim-contact-card {
  border-bottom: 2px dotted #cdcaca;
  padding-bottom: 30px;
  min-height: 200px;
  margin-bottom: 30px;
}
.rim-contact-card .phone-mobile, .rim-contact-card .fax-mail {
  display: flex;
  list-style: none;
  padding-left: 0rem;
  margin-bottom: 10px;
  margin-top: 10px;
  justify-content: flex-start;
}
.rim-contact-card .phone-mobile li, .rim-contact-card .fax-mail li {
  margin-right: 30px;
  font-weight: 300;
  font-size: 90%;
  justify-content: flex-start;
}

#swf_viewalbum_page span, .video-item span {
  font-weight: 300;
  font-size: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  border-top: 5px solid #8d32ff;
  padding-top: 10px;
  cursor: auto;
}

#cboxOverlay {
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  background: #000 !important;
}

/*Universal Access Menu*/
.universal-access-menu {
  z-index: 9999 !important;
}

.uam-rim-swf {
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0%;
  background-color: #2272FF !important;
  border: none !important;
  font-size: 2em !important;
}

/*UAM*/
.ls-level-1 {
  letter-spacing: 0.1em;
}

.ls-level-2 {
  letter-spacing: 0.18em;
}

.ls-level-3 {
  letter-spacing: 0.25em;
}

/*All services*/
#swf_covidservices_page .single-service .top_part span {
  font-size: 12px;
  color: #afafaf;
  font-weight: 300;
  margin-left: 20px;
  vertical-align: middle;
  margin-top: 5px;
}
#swf_covidservices_page .online i {
  color: #7cfc00;
  font-size: 12px;
  margin-right: 8px;
}
#swf_covidservices_page .offline i {
  color: #ff6a41;
  font-size: 12px;
  margin-right: 8px;
}
#swf_covidservices_page .single-service .top_part .offline i {
  color: #ff6a41;
  font-size: 12px;
  margin-right: 8px;
}

/*Scheme Detail Page*/
.button-ban2 {
  border-radius: 4px;
  background-color: #4a5afe;
  border: none;
  padding: 10px;
  transition: all 0.5s;
  color: #fff;
}

.button-ban2:hover {
  background-color: #fff;
  color: #4a5afe;
  border: 1px solid #4a5afe;
}

.button-ban1 {
  border-radius: 4px;
  background-color: #2272FF;
  border: none;
  padding: 10px;
  transition: all 0.5s;
  color: #fff;
  margin-bottom: 20px;
}

.button-ban1:hover {
  background-color: #fff;
  color: #2272FF;
  border: 1px solid #2272FF;
}

.button-ban1 span a, .button-ban2 span a {
  text-transform: capitalize;
}

.button-ban1 span a::after, .button-ban2 span a::after {
  content: "❯";
  margin-left: 10px;
  color: #fff;
  font-size: 11px;
}

.button-ban1 span a::after:hover {
  color: #2272FF !important;
}

.button-ban2 span a::after:hover {
  color: #4a5afe !important;
}

.scheme_quote i {
  font-size: 30px;
  color: #2272FF;
}

.scheme_quote div {
  font-size: 18px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.66;
  color: #384158;
  padding-left: 36px;
  text-align: justify;
  text-justify: inter-word;
}

.scheme_content p {
  line-height: 1.75;
  margin-top: 29px;
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-word;
}

.scheme_image img {
  max-width: 100%;
  height: auto;
}

/*Added by Banashree on 20-6-22*/
.swf_menu_contactus p {
  margin-bottom: 0px !important;
}

.swf_menu_contactus ul li {
  padding-left: 0em !important;
  line-height: 2;
}

.swf_menu_contactus .card h6 {
  text-transform: uppercase;
  color: #200769;
}

.swf_menu_contactus .card .card-body {
  padding: 1.5rem 1.5rem;
}

.top_head .rim-social-menu ul {
  display: flex;
}
.top_head .rim-social-menu ul li {
  list-style: none;
}
.top_head .rim-social-menu ul li .fa-brands {
  font-size: 14px;
  transition: 0.3s;
  color: #000;
}
.top_head .rim-social-menu ul li .fa-brands:hover {
  color: #fff;
}
.top_head .rim-social-menu ul li .fa-facebook {
  color: #3b5998;
}
.top_head .rim-social-menu ul li .fa-twitter {
  color: #00acee;
}
.top_head .rim-social-menu ul li .fa-instagram {
  color: #E1306C;
}
.top_head .rim-social-menu ul li .fa-youtube {
  color: #FF0000;
}
.top_head .rim-social-menu ul li a {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: 0.6s;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}
.top_head .rim-social-menu li a:hover {
  transform: translate(0, -10%);
}
.top_head .rim-social-menu ul li:nth-child(1) a:hover {
  background-color: #3b5998;
}
.top_head .rim-social-menu ul li:nth-child(2) a:hover {
  background-color: #00acee;
}
.top_head .rim-social-menu ul li:nth-child(3) a:hover {
  background-color: #E1306C;
}
.top_head .rim-social-menu ul li:nth-child(4) a:hover {
  background-color: #FF0000;
}

.fa-facebook-square, .fa-facebook-f {
  color: #3b5998;
}

.fa-twitter-square, .fa-twitter {
  color: #00acee;
}

.fa-instagram-square, .fa-instagram {
  color: #E1306C;
}

/*Whos Who*/
.swf-web-diretory .card {
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  margin-top: 80px;
  margin-left: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.swf-web-diretory .rim-hod-contacts {
  list-style: none;
  padding-left: 0.5em;
}
.swf-web-diretory .rim-hod-contacts li {
  text-align: left;
}
.swf-web-diretory .rim-hod-contacts .fa-phone {
  color: #51c117;
}
.swf-web-diretory .rim-hod-contacts .fa-envelope {
  color: #1c69dc;
}
.swf-web-diretory .rim-hod-contacts .fa-map-pin {
  color: #c90c0c;
}
.swf-web-diretory .rim-hod-contacts .fa-fax {
  color: #040474;
}
.swf-web-diretory .hod-rim-card .card_img {
  height: 120px !important;
  overflow: hidden;
  border-radius: 100%;
  margin: -60px auto 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.swf-web-diretory .card_img {
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin: -60px auto 0;
}
.swf-web-diretory .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swf-web-diretory .card_info {
  padding: 15px;
}

/*Web Directory New CSS */
.swf-rim-webdirectory .web-dir-search-group {
  padding-top: 20px;
  background-color: #ccc;
  border-radius: 5px;
  padding-right: 20px;
  padding-left: 20px;
}
.swf-rim-webdirectory button#button-rimmagnify {
  background-color: #519e07;
  color: #fff;
}
.swf-rim-webdirectory button#button-rimmagnify:hover {
  color: #ffcc00;
}
.swf-rim-webdirectory .form-select, .swf-rim-webdirectory .form-control {
  text-transform: uppercase;
  font-size: 14px;
  color: #464343;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 2;
}
.swf-rim-webdirectory .rim-dir-contactdetails {
  margin-bottom: 20px;
  border-left: 4px solid crimson;
  padding-left: 20px;
  padding-top: 15px;
  min-height: 150px;
}
.swf-rim-webdirectory .dir_body h4 {
  font-size: 18px;
  color: #384158;
  transition: all 200ms ease;
  font-weight: 600;
}
.swf-rim-webdirectory img {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.swf-rim-webdirectory .badge-success {
  background-color: #519e07;
}
.swf-rim-webdirectory .badge-blue {
  background-color: #00beff;
}
.swf-rim-webdirectory .dir_body {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.swf-rim-webdirectory .dir_footer {
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.swf-rim-webdirectory .rim-dir-contacts {
  list-style: none;
  display: flex;
  padding-left: 0px;
}
.swf-rim-webdirectory .rim-dir-contacts li {
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
  font-style: italic;
  margin-right: 10px;
}

/*Menu Designs*/
.swf_logo_menu_bar {
  z-index: 3;
  height: 120px;
  position: relative;
}

.swf_mega_menu_bar {
  background-color: #2272FF;
}

.rim-contact-card .contact-us-pg-image {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  float: right !important;
}

.divider {
  display: flex;
}
.divider:before, .divider:after {
  content: "";
  flex: 1;
}

.line {
  align-items: center;
  margin: 1em -1em;
}
.line:before, .line:after {
  height: 1px;
  margin: 0 1em;
}

.gradient {
  align-items: stretch;
  margin: 1em 0;
  height: 2em;
  line-height: 2em;
  color: white;
  background: #4a494a;
}
.gradient:before {
  background: linear-gradient(to right, white, #4a494a);
}
.gradient:after {
  background: linear-gradient(to left, white, #4a494a);
}

.hod-parent-wrap {
  background: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

.cross-line {
  display: table;
  white-space: nowrap;
}

.cross-line::before, .cross-line::after {
  border-top: 2px solid #0d47a1;
  content: "";
  display: table-cell;
  position: relative;
  top: 1em;
  width: 50%;
}

.cross-line > span {
  padding: 10px;
  font-size: 16px;
  font-family: "Roboto Slab", sans-serif;
  line-height: 30px;
  color: #fff;
  background-color: #490798;
  border-radius: 5px;
}

.cross-line-left {
  display: table;
  white-space: nowrap;
}

.cross-line-left::before {
  border-top: 2px solid #0d47a1;
  content: "";
  display: table-cell;
  position: relative;
  top: 1em;
  width: 80%;
}

.cross-line-left > span {
  padding: 0 0 0 15px;
  font-size: 22px;
  font-family: "Roboto Slab", sans-serif;
  line-height: 30px;
  color: #0d47a1;
}

.cross-line-right {
  display: table;
  white-space: nowrap;
}

.cross-line-right::after {
  border-top: 2px solid #0d47a1;
  content: "";
  display: table-cell;
  position: relative;
  top: 1em;
  width: 80%;
}

.cross-line-right > span {
  padding: 0 15px 0 0;
  font-size: 22px;
  font-family: "Roboto Slab", sans-serif;
  line-height: 30px;
  color: #0d47a1;
}

/*Added by Banashree on 30-06-22*/
#notification-rim-area {
  background-color: #f3f3f3;
}
#notification-rim-area .card {
  display: flex;
}
#notification-rim-area .card {
  padding: 1.2rem 1.2rem;
  border-radius: 10px;
  max-width: 500px;
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
}
#notification-rim-area .card::before,
#notification-rim-area .card::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#notification-rim-area .card::before {
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 10px;
  top: -0.7rem;
  left: -0.7rem;
}
#notification-rim-area .card::after {
  height: 15rem;
  width: 15rem;
  top: -9rem;
  right: -9rem;
  box-shadow: 2rem 6rem 0 -3rem #FFF;
}
#notification-rim-area .card::after {
  border-radius: 50%;
}
#notification-rim-area .rim-implinks-card {
  padding: 1rem 0.8rem;
  max-width: 500px;
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
  max-height: 390px;
  min-height: 390px;
}

.service-info-part ul {
  display: flex;
  list-style: none;
  padding-left: 0em;
}
.service-info-part ul li {
  margin-right: 20px;
}
.service-info-part .service-type span {
  color: #afafaf;
  font-weight: 300;
}
.service-info-part .service-link {
  background-color: #f6a500;
  padding: 4px;
  border-radius: 5px;
}
.service-info-part .service-link a:hover {
  color: #000 !important;
}
.service-info-part .service-link a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.service-info-part .online i {
  color: #7cfc00;
  font-size: 12px;
  margin-right: 8px;
}
.service-info-part .offline i {
  color: #ff6a41;
  font-size: 12px;
  margin-right: 8px;
}

.rim-map-iframe {
  height: 295px;
  overflow: hidden;
  position: relative;
}

.rim-map-iframe iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*Search*/
.rim-swf-search {
  border-right: 1px solid #c4c4c4;
  padding-right: 10px;
  border-left: 1px solid #c4c4c4;
  padding-left: 10px;
}

.search-icon {
  height: 58px;
  width: 58px;
  color: #fff;
  background-color: #200769;
  border: 0;
  outline: none;
}

.search-toggle .search-icon.icon-close {
  display: none;
}
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.search-container {
  position: relative;
  max-height: 0;
  overflow: hidden;
  background-color: #000;
}
.search-container.opened {
  max-height: 60px;
}
.search-container input[type=text] {
  outline: none;
  font-size: 16px;
  margin: 18px;
  width: 200px;
  background-color: inherit;
  border: 0;
}
.search-container .search-icon {
  vertical-align: middle;
}

.search-container {
  position: absolute;
  right: 0px;
  top: 180px;
  z-index: 1;
}

.rim-dept-services .left-image img {
  min-height: 320px;
}

/*# sourceMappingURL=main.min.css.map */
