@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  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%;
}

.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;
}

#contrast-markup {
  color: #ffc000;
  padding: 0.17rem 1rem;
  text-decoration: none;
  display: block;
  background-color: #000;
  font-weight: 600;
  border-bottom: none;
  font-size: 16px;
  border-right: 1px solid #c4c4c4;
}

.font-toggle-rim {
  background-color: #ffb710 !important;
  padding: 0.17rem 1rem !important;
  display: block;
  font-weight: 600;
  border-bottom: none;
  font-size: 16px;
  border-right: 1px solid #0d0c0c;
  color: #000 !important;
}

.top_head .light {
  color: #ffff00;
  padding: 0.17rem 1rem;
  text-decoration: none;
  display: block;
  background-color: #000;
  font-weight: 600;
  border-bottom: none;
  font-size: 16px;
  border-right: 1px solid #c4c4c4;
  display: inline-block;
}

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

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

.sidebar ul {
  list-style: none;
  padding-left: 0rem;
}
.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 .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;
  font-weight: 600 !important;
  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 {
  width: 500px;
  background-color: #f4f4f4;
  padding: 5px;
  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;
  border: 1px solid lightgrey;
  display: block;
  margin-left: 0px;
}

#swf_content_area .feedback_assam #block-feedback-page-form .js-form-item textarea {
  resize: vertical;
  width: 500px;
  background-color: #f4f4f4;
  padding: 5px;
  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;
  border: 1px solid lightgrey;
  margin-left: 0px;
  height: 50px;
}

#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: #4CAF50;
  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: #1170f0;
  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%;
  width: 500px;
}

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

#swf_content_area #swf-scheme-listpage .documents .documents_footer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#swf_content_area #swf-scheme-listpage .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 .total_doc_count h2 {
  color: #0871ff;
}

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

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

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

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

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

#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: #0871ff;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}

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

#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: #22b0c7;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}

#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: 390px;
  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 #swf-events-list .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 .documents .documents_footer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

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

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

#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 #swf-document-search .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 #swf-document-search .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 #swf-document-search .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 #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 .form-select, #swf_content_area #swf-document-search .advanced-search-form .form-select {
  margin-top: 10px;
  margin-bottom: 10px;
}

#swf_content_area #swf-document-search #block-exposedformdocument-viewpage-1 .form-actions #edit-submit-document-view--2 {
  background-color: #0871ff;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  width: 100px;
}

#swf_content_area #swf-document-search #block-exposedformdocument-viewpage-1 .form-actions #edit-reset--2 {
  background-color: #22b0c7;
  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 Icons */
#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;
  margin-right: 5px;
  box-shadow: 0 4px 15px 0 rgba(145, 146, 146, 0.75);
  background-color: #aee1f9;
  border-radius: 4px;
  background: #fff;
}

#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;
}

#swf_content_area .photo-gallery-list-page-title {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  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;
}

/*Photo Gallery Detail Page*/
#swf_district_gallery_page .view-photo-gallery span {
  color: black;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#swf_district_gallery_page .view-photo-gallery img {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted gray;
  padding-bottom: 5px;
}

#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 .documents_footer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

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

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

#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: #0871ff;
}

#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 #swf-document-search .documents h3 a {
  font-size: 16px;
  color: #384158;
  transition: all 200ms ease;
  font-weight: 600;
}

#swf_content_area #swf-document-search .documents .documents_type i {
  color: red !important;
  font-weight: 600;
}

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

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

#swf_content_area #swf-document-search .documents .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 .documents .documents_views {
  font-size: 14px;
  font-weight: 700;
  color: #0871ff;
  margin-left: 30px !important;
  display: none;
}

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

#swf_content_area #swf-document-search .documents .documents_footer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

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

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

#swf_content_area #swf-document-search .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;
}

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

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

#swf_content_area #swf-document-search .total_doc_count h2 {
  color: #0871ff;
}

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

#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: #003b9f;
  color: #fff;
  border-right: 4px solid #ffc000;
}

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

#swf_content_area .department-list-level ul {
  min-height: 550px;
}

#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: 1;
  -webkit-box-orient: vertical;
  font-size: 90%;
  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_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;
}

#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 img {
  filter: grayscale(100%) !important;
}

.dc_socialmedia .inactive a img: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 img:hover {
  filter: hue-rotate(90deg);
}

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

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

/*Admin*/
.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;
}

/*Services Template*/
#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: #0059cf;
  color: #fff;
  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 #swf-document-search .documents .documents_type .dsfy {
  color: #11e218;
  font-weight: 600;
}

#swf_content_area #swf-document-search .documents .documents_type span {
  cursor: pointer;
  color: #000;
}

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

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

.swf-web-diretory .card {
  display: inline-flex;
  margin-bottom: 20px;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.swf-web-diretory span.lni {
  border-radius: 25%;
  font-size: 16px;
  color: #0059cf;
}
.swf-web-diretory ul {
  list-style: none;
  padding-left: 0rem;
}
.swf-web-diretory .rim-directory-footer li a {
  padding-left: 10px;
  padding-right: 10px;
}
.swf-web-diretory .rim-directory-footer li {
  display: inline-flex;
  list-style: none;
}
.swf-web-diretory .card-front {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative;
  width: 100%;
  min-height: 250px;
}
@media (min-width: 30em) {
  .swf-web-diretory .card-front[data-image-position=left], .swf-web-diretory .card-front[data-image-position=right] {
    flex-direction: row;
  }
}
.swf-web-diretory h3 {
  font-size: 20px;
}
.swf-web-diretory .card-front {
  display: flex;
  flex-direction: column;
}
.swf-web-diretory .card-image {
  min-height: 1px;
}
.swf-web-diretory .card-image > img {
  border-radius: 3px;
  display: block;
  margin: auto;
  max-width: 100%;
}
.swf-web-diretory .card-image:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.swf-web-diretory .card-content {
  padding: 15px;
  flex: 1 1 auto;
}

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

/*Events Page*/
#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;
}

#swf_content_area #ev-gallery .flex-pauseplay a {
  left: 15px;
}

/*Added by Banashree on 10-03-21*/
i.dsfy {
  font-size: 15px;
  color: #1de61d;
  font-weight: 600;
  margin-right: 3px;
}

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

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

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

.documents .documents_body a {
  color: #000;
  transition: all 200ms ease;
  font-size: 1rem;
  font-weight: 600;
}

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

span.fieldset-legend {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #0059cf;
}

/*Added by Banashree on 21-03-21*/
.swf-event-highlights-section .item-box-blog-data {
  display: inline-flex;
}

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

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

.swf_logo_brand .dist_name sup {
  color: blue;
}

#swf_schemedetail_page .sidebar {
  width: 100%;
  padding-left: 0;
}
#swf_schemedetail_page .scheme_nutshell {
  border-radius: 4px;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
#swf_schemedetail_page .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;
}
#swf_schemedetail_page .scheme_nutshell h2 {
  margin: 0;
  padding: 1rem;
  background: #003b9f;
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
  color: white;
  position: relative;
  font-weight: 600;
}
#swf_schemedetail_page .scheme_nutshell ul {
  padding-top: 30px;
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}
#swf_schemedetail_page .scheme_nutshell ul li:before {
  content: "❯";
  margin-right: 10px;
  color: #003b9f;
  font-size: 16px;
}
#swf_schemedetail_page .scheme_nutshell ul li {
  padding-left: 22px;
  padding-top: 15px;
}
#swf_schemedetail_page .scheme_nutshell ul li:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
#swf_schemedetail_page .scheme_nutshell ul li {
  list-style-type: none;
  display: block;
  padding: 10px 0 14px;
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 2;
}
#swf_schemedetail_page .scheme_tags span {
  font-weight: 600;
}
#swf_schemedetail_page .button-ban2 {
  border-radius: 4px;
  background-color: #ff951c;
  border: none;
  padding: 10px;
  transition: all 0.5s;
  margin-top: 30px;
  color: #fff;
}
#swf_schemedetail_page .button-ban1 {
  border-radius: 4px;
  background-color: #1278ff;
  border: none;
  padding: 10px;
  transition: all 0.5s;
  margin-top: 30px;
  color: #fff;
}
#swf_schemedetail_page .button-ban1, #swf_schemedetail_page .button-ban2 {
  text-align: center;
  cursor: pointer;
  margin: 15px 0 0 0px;
}
#swf_schemedetail_page .button-ban2 span a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #fff;
}
#swf_schemedetail_page .scheme_tags .item-list ul {
  display: inline-flex;
}
#swf_schemedetail_page .scheme_tags .item-list li {
  list-style: none;
  background-color: #e4e3e3;
  padding: 8px;
  margin-right: 10px !important;
  margin-top: 10px !important;
  border-bottom-right-radius: 10px;
  font-size: 80%;
  font-weight: 600;
}

/*Contact us Page*/
.rim-contact-card {
  border-bottom: 2px dotted #cdcaca;
  padding-bottom: 10px;
  margin-bottom: 30px;
  min-height: 210px;
}

.dc-office-card {
  border-bottom: 2px dotted #cdcaca;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.hod-contact-card {
  margin: 0px 0px 30px 0px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.2), -5px -5px 30px 7px rgba(0, 0, 0, 0.01);
  cursor: pointer;
  transition: 0.4s;
  padding: 20px;
  min-height: 300px;
}
.hod-contact-card h5 {
  color: #003b9f;
}
.hod-contact-card .cont-us-p-social-media {
  display: flex;
  list-style-type: none;
  justify-content: start;
  padding-left: 0em;
}
.hod-contact-card .cont-us-p-social-media li {
  padding-right: 1.2rem;
}
.hod-contact-card h5 {
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
}
.hod-contact-card h6 {
  border-bottom: 1px solid #bab8b8;
  padding-bottom: 10px;
}

.dc-office-card h5, .rim-contact-card h5 {
  color: #003b9f;
}

.rim-contact-card img {
  height: 150px;
  width: 130px;
}

.rim-contact-card .phone-mobile, .rim-contact-card .fax-mail, .dc-office-card .phone-mobile, .dc-office-card .fax-mail, .hod-contact-card .phone-mobile, .hod-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, .dc-office-card .phone-mobile li, .dc-office-card .fax-mail li, .hod-contact-card .phone-mobile li, .hod-contact-card .fax-mail li {
  margin-right: 30px;
  font-weight: 300;
  font-size: 90%;
  justify-content: flex-start;
}

.dc-signature-swf {
  text-align: right;
  font-weight: 300;
  font-family: ui-serif;
  font-style: italic;
}

/*Fixes by Banashree on 15-06-22*/
.dc-contact-area {
  display: flex;
  list-style: none;
  padding-left: 0em;
}

.dc-contact-area li {
  margin-right: 30px;
}

.rim-fb {
  color: #3b5998;
  font-size: 1.6em !important;
  border-radius: 5px;
}

.rim-twitter {
  color: #1da1f2;
  font-size: 1.6em !important;
  border-radius: 5px;
}

.rim-insta {
  color: #dc2743;
  font-size: 1.6em !important;
  border-radius: 5px;
}

.rim-linkedin {
  color: #0077b5;
  font-size: 1.6em !important;
  border-radius: 5px;
}

.quick_access_bar .rim-quicklinks-title {
  text-decoration: none;
  color: #ffc800;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.swf-banner-loader {
  background-image: url("/themes/swf/images/bg-img/rim-image-loader.gif");
  background-size: cover;
  background-color: #000;
}

.rim-map-iframe {
  overflow: hidden;
  padding-bottom: 42%;
  position: relative;
  height: 0;
}

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

#swf-contactus-page .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;
}

/*Whos Who*/
.hod-parent-wrap .card {
  border-radius: 6px;
  text-align: center;
  margin-top: 80px;
  margin-left: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  min-height: 280px;
  max-height: 280px;
}
.hod-parent-wrap .card_img {
  overflow: hidden;
  border-radius: 100%;
  margin: -60px auto 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.hod-parent-wrap .card_info {
  padding: 15px;
}
.hod-parent-wrap .rim-hod-contacts {
  list-style: none;
  padding-left: 0.5em;
}
.hod-parent-wrap .rim-hod-contacts li {
  text-align: left;
}
.hod-parent-wrap .fa-phone {
  color: #51c117;
}
.hod-parent-wrap .fa-envelope {
  color: #1c69dc;
}
.hod-parent-wrap .fa-map-pin {
  color: #c90c0c;
}
.hod-parent-wrap .fa-fax {
  color: #040474;
}

.fa-instagram {
  color: #E1306C;
}

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

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

#cboxTitle {
  font-size: 12px !important;
}

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