@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2a2a2a;
  overflow-x: hidden;
}

a {
  outline: medium none !important;
  text-decoration: none;
  color: #2a2a2a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  color: #291843;
  text-decoration: none;
}

a:hover {
  color: #291843;
  text-decoration: none;
}

input {
  outline: medium none !important;
  color: #30b666;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-top: 0px;
}

.h1 a,
h1 a,
.h2 a,
h2 a,
.h3 a,
h3 a,
.h4 a,
h4 a,
.h5 a,
h5 a,
.h6 a,
h6 a {
  color: inherit;
}

label {
  font-weight: normal;
}

.h1,
h1 {
  font-size: 52px;
  line-height: 62px;
}

.h2,
h2 {
  font-size: 42px;
  line-height: 52px;
}

.h3,
h3 {
  font-size: 21px;
}

.h4,
h4 {
  font-size: 28px;
  line-height: 38px;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 34px;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  line-height: 24px;
}

.lead {
  font-size: 16px;
}

small,
.small {
  font-size: 12px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  outline: none;
}

*::-moz-selection {
  background: #004085;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #004085;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #004085;
  color: #ffffff;
  text-shadow: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 50px;
  border: 1px solid #dde6ef;
  box-shadow: none;
  border-radius: 0;
  background: #fafafa;
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #dde6ef;
}

.cmn_btn {
  background: #df5423;
  border: 2px solid #df5423;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-weight: 500;
  padding: 8px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.cmn_btn:hover {
  background: #fff;
  color: #df5423;
}

.head_top {
  background: #f5f5f5;
}

.head_top_left {
  display: flex;
  align-items: center;
}

.head_top_left small {
  font-size: 14px;
  padding-right: 20px;
}

.head_top_left ul {
  border-left: 1px solid #dbdbdb;
  padding: 8px 0px 8px 20px;
}

.head_top_left ul li {
  display: inline-block;
  font-size: 13px;
  text-align: center;
}

.head_top_left ul li a {
  width: 28px;
  height: 28px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  border: 1px solid #dbdbdb;
}

.head_top_left ul li a.orange_bg {
  background: #a3218e;
  border: none;
}

.head_top_left ul li a.green_bg {
  background: #1e8a43;
  border: none;
}

.head_top_left ul li a.blue_bg {
  background: #2457a7;
  border: none;
}

.head_top_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head_top_right ul {
  padding: 5px 0px 5px 20px;
}

.head_top_right ul li {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

.head_top_right select {
  background: url(../images/select-arrow.png) no-repeat right 10px center #e4e4e4;
  border: none;
  height: 38px;
  margin-left: 20px;
  padding: 0px 25px 0px 10px;
}

.head_middle {
  background: #fff;
  padding: 20px 0px;
}

.head_logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 3px;
}

.head_logos ul li {
  display: inline-block;
  margin-left: 40px;
}

.cm_img {
  border-radius: 3px;
  overflow: hidden;
}

.cm_detail {
  display: flex;
  align-items: center;
}

.cm_name {
  font-size: 14px;
  line-height: 18px;
  margin-left: 15px;
}

.cm_name span {
  display: block;
  color: #df5423;
  font-size: 15px;
  font-weight: 500;
}

.head_btm {
  background: #004085;
}

.head_btm .navbar {
  padding: 0px;
}

.head_btm .navbar .nav-item {
  font-size: 10px;
  margin-right: 2px;
  font-weight: bold;
}

.head_btm .navbar .nav-link {
  color: #fff;
  padding: 10px 6px;
  transition: all 0.3s ease-in-out;
}

.head_btm .navbar .nav-link:hover {
  background: #df5423;
  color: #fff;
}

.head_btm .navbar-light .navbar-nav .nav-link.active {
  background-color: #df5423;
  color: #fff;
}

a.apply_online {
  background: #df5423;
  color: #fff;
  font-size: 15px;
  padding: 12px 10px 12px 10px;
}

.head_top_right .input-group {
  padding: 3px 0;
  max-width: 300px;
}

.head_top_right .input-group .form-control {
  height: 40px;
}

.head_top_right .input-group .btn {
  height: 40px;
}

.head_top_right .input-group .btn-secondary {
  background-color: #df5423;
  border-color: #df5423;
}

.head_top_right .input-group .form-control:focus {
  border: 1px solid #df5423;
}

.banner_area .slick-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 25px;
  text-align: center;
}

.banner_area .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0px 5px;
}

.banner_area .slick-dots li button {
  background: #fff;
  border: none;
  font-size: 0px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  padding: 0px;
}

.banner_area .slick-dots li.slick-active button {
  background: #df5423;
  border: none;
  font-size: 0px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  padding: 0px;
}

section {
  background: #fff;
  padding: 40px 0px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.bg_grey {
  background: #f7f7f7;
}

.title_blk {
  margin-bottom: 20px;
}

.title_blk h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;
}





.helpline_numbers ul li {
  background: #fff;
  box-shadow: 0px 0px 2px 0px #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 17px;
  padding: 17px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.helpline_numbers ul li i {
  margin-right: 6px;
}

.helpline_numbers ul li:last-child {
  margin-bottom: 0px;
}

.helpline_numbers ul li span {
  margin-left: auto;
}

.helpline_numbers ul li:hover {
  color: #df5423;
  box-shadow: 0px 1px 3px 0px #ddd;
}



.footer_section {
  width: 100%;
  display: inline-block;
  min-height: 100px;
  vertical-align: top;
  padding-top: 30px;
  background: #3c3c3c;
}

.footer_section .adrs {
  color: #fff;
  margin-top: 35px;
  font-size: 13px;
  display: block;
}

.footer_section .adrs span {
  color: #ccc;
  width: 100%;
  display: inline-block;
}

.footer_section .adrs p {
  font-size: 16px;
}

.footer_section .adrs a {
  color: #fff;
  font-size: 16px;
  padding: 4px 0;
  display: inline-block;
}

.footer_section .ft_logo {
  margin-bottom: 30px;
}

.footer_section h4 {
  color: #fff;
  position: relative;
  font-size: 20px;
  background: #df5423;
  padding: 0 15px;
}

.footer_nav {
  font-size: 14px;
  width: 100%;
  float: left;
  padding-right: 15px;
  margin-bottom: 20px;
  padding-left: 15px;
}

.footer_nav li a {
  padding: 5px 0;
  width: 100%;
  display: inline-block;
  color: #fff;
}

.footer_nav li a:hover {
  color: #6aaef7;
}

.ft_newsletter h4 {
  margin-bottom: 30px;
}

.ft_newsletter p {
  color: #fff;
}

.ft_newsletter .input-group {
  margin-top: 25px;
}

.ft_newsletter .input-group input {
  font-size: 13px;
  border-radius: 2px 0 0 2px;
}

.ft_newsletter .input-group .btn {
  border-radius: 0 2px 2px 0;
  background: #e52d27;
  color: #fff;
}

.copyright {
  padding: 22px 0px;
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.copyright_lf p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer_section .social_rg {
  text-align: right;
}

.footer_section .social_rg a {
  font-size: 20px;
  color: #fff;
  padding: 0 5px;
}

.footer_section .social_rg a:hover {
  color: #e52d27;
}

.bottom_nav ul {
  text-align: center;
}

.bottom_nav li {
  display: inline-block;
  font-size: 15px;
  padding: 5px 10px;
  color: #fff;
}

.bottom_nav li a {
  color: #fff;
}

.bottom_nav li a:hover {
  color: #6aaef7;
}

.copyright.bottom_nav {
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.20);
}

.get_in a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}

.get_in a:hover {
  color: #6aaef7;
}

.social_media {
  margin-top: 10px;
}

.social_media a {
  font-size: 26px;
  color: #fff;
  display: inline-block;
  padding: 5px 20px 5px 0;
}

.social_media a:hover {
  color: #6aaef7;
}



.back-to-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
  background: #df5423;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.back-to-top a:hover {
  background: #004085;
  color: #ffffff;
}

.back-to-top.backtop-down a {
  opacity: 1;
  visibility: visible;
}

.resp-tabs-list li {
  border: 1px solid transparent !important;
  border-top: 2px solid transparent !important;
  border-bottom: 0px solid #fff !important;
  padding: 12px 30px 10px;
  border-right: 1px solid #ccc !important;
}

.resp-tabs-list li.resp-tab-active {
  border: 1px solid #eaeaea !important;
  border-top: 2px solid #df5423 !important;
  border-bottom: 2px #fff solid !important;
}

.resp-tabs-list li {
  margin-right: 0px;
}

.breadcrumb_blk {
  padding: 12px 0px;
}

.breadcrumb_blk .breadcrumb {
  margin-bottom: 0px;
}

.breadcrumb li a:hover {
  color: #df5423;
}

.village_detail {
  width: 100%;
  border: 1px solid #ebebeb;
}

.village_detail .title {
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: bold;
}

.village_detail td {
  background-color: #fafafa;
  border-radius: 2px;
  padding: 12px 15px;
  width: 50%;
}

.village_detail tr:not(:last-child)>td {
  border-bottom: 1px solid #ebebeb;
}

.about_us.about_left ul li:nth-child(3n),
.about_left ul li:nth-child(4n) {
  margin-bottom: 15px;
}

.contact_form .form-group {
  margin-bottom: 20px;
}

.contact_form textarea.form-control {
  height: 140px;
}

.connectivity_blk h3 {
  font-size: 20px;
  line-height: 20px;
  color: #df5423;
  border-left: 3px solid #df5423;
  padding-left: 5px;
}

.village_img img {
  border: 5px solid #eaeaea;
}

.schemes_detail .resp-tabs-list li {
  border: none !important;
  border-left: 3px solid #f5f5f5 !important;
  margin-bottom: 2px;
  padding: 15px !important;
}

.schemes_detail .resp-tabs-list li.resp-tab-active {
  border: none !important;
  border-left: 3px solid #df5423 !important;
  margin-right: 0px !important;
  margin-bottom: 2px !important;
  padding: 15px !important;
}

.schemes_detail .resp-tabs-container {
  border: none;
}

.schemes_detail .resp-tab-content {
  padding-top: 0px;
}

.scheme_content {
  padding: 0px 20px;
}

.scheme_content h3 {
  font-size: 24px;
  line-height: 30px;
}

.scheme_content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}

.scheme_content h4 {
  font-size: 18px;
  color: #df5423;
  line-height: 24px;
}

.scheme_content ul li {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.scheme_content ul li span {
  font-weight: 600;
}

.scheme_content ul li::before {
  width: 7px;
  height: 7px;
  content: '';
  background: #333;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0px;
}

.scheme_content ul li ul li {
  margin-bottom: 5px;
  margin-top: 3px;
}

.scheme_content ul li ul li:last-child {
  margin-bottom: 0px;
}

.scheme_content ul li ul li::before {
  content: none;
}

.notification_img img {
  border: 2px solid #ddd;
  margin-bottom: 20px;
}

#gallery {
  padding-top: 0px;
}

.contact-icon {
  margin-bottom: 50px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 25px 20px 25px;
  position: relative;
  z-index: 1;
}

.contact-icon h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: center;
}

.contact-icon p {
  font-size: 16px;
  margin-bottom: 0px;
}

.contact-icon h3 span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}


.middle_blk .map_blk {
  padding: 0px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 0px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.img-wrapper a {
  display: block;
  cursor: pointer;
}

.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 2em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5% 2%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 2em;
  }
}

#prevButton {
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 2em;
  }
}

#exitButton {
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 2em;
  }
}









/*----- css start ------*/
.container {
  max-width: 1330px;
}

.title_blk {
  margin-bottom: 20px;
}


/**** custome ckeckbox rario ****/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #b2b2b2;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #e05423;
  position: absolute;
  top: 6px;
  left: 4px;
  border-radius: 100%;
  webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #666;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b2b2b2;
  background: #fff;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
  content: '';
  width: 6px;
  height: 12px;
  border: solid #1d64da;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(45deg);
  webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.form-control:focus {
  border-color: #aaaaaa;
  box-shadow: none;
}

/**** custome ckeckbox rario close ****/




.mid_content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.mid_bg {
  background: #fff;
  border: 1px solid#ccc;
}

.sugges_sec {
  margin: auto;
  border-radius: 5px;
}

.form-control {
  border-radius: 3px;
  height: 46px;
}

.sug_radio {
  display: inline-block;
  margin-right: 30px;
}

.timer {
  font-weight: 500;
  display: inline-block;
}

.btn-primary-bordred {
  background: none;
  border-color: #d34f20;
  color: #d34f20;
}

textarea.form-control {
  height: auto;
}

.btn {
  height: 46px;
}

.btn-primary {
  color: #fff;
  background-color: #e05423;
  border-color: #e05423;
}

.btn-primary:hover {
  background-color: #d34f20;
  border-color: #d34f20;
}



.scheme_sec {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.banner_area {
  vertical-align: top;
}

.banner_area .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.thead_gray {
  background: #e7e7e7;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table {
  --bs-table-striped-bg: rgba(0, 0, 0, 0.02);
}

.calender_sec {
  background: url("../images/mid_bg.jpg") center top no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
}

.h_news_right {
  padding-left: 500px;
}

.h_news_right .resp-tabs-container {
  display: inline-block;
  vertical-align: top;
}

.calender_lf {
  background: #fff;
  padding: 30px;
  width: 470px;
  border-radius: 5px;
  float: left;
  min-height: 512px;
}

.calender_lf h2 {
  color: #df5423;
}

.raj_map {
  width: 348px;
  height: 307px;
  margin: auto;
  margin-top: 70px;
}

.resp-tabs-container {
  width: 100%;
}


.h_news_right .resp-tabs-list li {
  background: none !important;
  color: #fff;
}

.h_news_right .resp-tabs-list li.resp-tab-active {
  background: #fff !important;
  color: #df5423;
}

.resp-tabs-list {
  width: 100%;
  display: inline-block;
  background: #df5423;
  vertical-align: top;
}

.news li {
  padding: 15px 0;
  border-bottom: 1px solid#e6e6e9;
}

.news li p {
  line-height: 21px;
  font-weight: bold;
  color: #333333;
}

.news li .date {
  color: #696969;
}

.navbar-light .navbar-toggler {
  border: none;
  margin-top: 10px;
}

/*
.navbar-toggler-icon{ background: url("../images/nav_icon.png") center no-repeat; border: none;}
*/

.inner_lf_nav {
  width: 230px;
  float: left;
  background: #f5f5f5;
  padding: 15px 0;
}

.inner_lf_nav li a {
  padding: 8px 10px;
  width: 100%;
  display: inline-block;
  border-left: 3px solid transparent;
}

.inner_lf_nav li a:hover {
  color: #df5423;
  background: #fff;
  border-left: 3px solid#df5423;
}

.inner_lf_nav li:active a {
  border-left: 1px solid#060;
}

.inner_rg_sec {
  width: 100%;
  padding-left: 260px;
}

p {
  margin-bottom: 10px;
}

.scheme_sec a:hover {
  color: #df5423;
}




.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
}

.suggestions {
  position: fixed;
  right: -88px;
  bottom: 250px;
  z-index: 999;
  transform: rotate(-90deg);
  background: #df5423;
  color: #fff;
  padding: 8px 20px;
  border-radius: 10px 10px 0px 0px;
  font-weight: 500;
  font-size: 18px;
}

.suggestions:hover {
  color: #fff;
  background: #cb4b1e;
}


table tr td {
  border: 1px solid#626262;
}

table tr th {
  border: 1px solid#626262;
}

table tr {
  border: 1px solid#626262;
}

.resp-tabs-list li {
  width: 33.33%;
  text-align: center;
}

.resp-tabs-list li:last-child {
  border-right: none !important;
}

.resp-tab-content {
  min-height: 462px;
}

.form-group {
  margin-bottom: 15px;
}

.news a:hover {
  color: #df5423;
}

.form-control {
  border: 1px solid #999;
}

.form-control:focus {
  border-color: #d34f20;
}

.breadcrumb-item.active {
  color: #df5423;
  font-size: 20px;
}

.feedback_p {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.form-control.otp_block {
  border: 1px solid #d34f20;
}

.timer {
  padding-top: 12px;
  padding-left: 15px;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  height: 37px;
}

/************ Select Dropdown Css ****************/
.select-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.select-box select {
  -moz-appearance: none;
  color: #606060;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  float: left;
  font-size: 15px;
  overflow: hidden;
  padding-left: 10px;
  height: 46px;
  text-overflow: ellipsis;
  white-space: normal;
  width: 100%;
  border: 1px solid #999;
  border-radius: 3px;
  background: #ffffff;
  width: 100%;
}

.select-box span::after {
  background: url(../images/select_arrow.png) no-repeat top right;
  bottom: 0;
  color: #333;
  content: "";
  height: 10px;
  padding: 14px 25px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 17px;
  z-index: 1;
}

.select-box span {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/************ Select Dropdown Css End ****************/



.grievance_con {
  text-align: center;
}

.grievance_con p {
  font-size: 23px;
  font-weight: 300;
}

.grievance_con .plc {
  font-size: 30px;
  line-height: 47px;
  font-weight: 300;
  color: #515151;
}

.grievance_con .phn {
  font-size: 50px;
  font-weight: 1000;
  margin-bottom: 50px;
  margin-top: 50px;
}

.grievance_con .gmail {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}


/*treeview css*/
.hummingbird-base li {
  padding: 8px 15px;
  background: #f5f5f5;
  font-size: 15px;
  margin-bottom: 2px;
  border-radius: 3px;
}

.hummingbird-base li:last-child {
  border: none;
}

.hummingbird-base li .fa {
  background: #df5423;
  padding: 0px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  margin-right: 11px;
}

.hummingbird-base li ul {
  margin-top: 10px;
}

.hummingbird-base li ul li {
  background: #dee4ea;
  margin-left: 40px !important;
}

.hummingbird-base li ul li ul li {
  background: #fffaf8;
  margin-left: 18px !important;
}

.footer_section h4 {
  font-size: 16px;
}

.pt_list li {
  width: 20%;
  text-align: center;
  padding-bottom: 10px;
  float: left;
}

.pt_list h4 {
  font-size: 18px;
  font-weight: bold;
}

.pt_list .w-100 {
  width: 100%;
}

.pt_list .bdr {
  border-top: 2px solid#7f7f7f;
}

/*Sitemap css*/
ol.list-menu {
  list-style-type: none;
}

ol.list-menu li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

ol.list-menu li:before {
  content: "\f101";
  position: absolute;
  left: 10px;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #df5423;
}

.justify_text {
  text-align: justify;
}

.work_sites li {
  width: 25%;
  float: left;
  padding: 0 15px;
}

.work_sites li a {
  background: #f5f5f5;
  width: 100%;
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  font-weight: 500;
}

.work_sites li a .fa {
  float: right;
  padding-top: 5px;
  color: #c4c4c4;
}

.work_sites li a:hover {
  background: #df5423;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.work_sites li a:hover .fa {
  color: #fff;
}

#bannerModal .modal-dialog {
  max-width: 1100px;
}

#bannerModal .modal-content {
  background: none;
  border: none;
}

#bannerModal .modal-header {
  border: none;
  justify-content: flex-end;
  position: relative;
}

#bannerModal .modal-header .close {
  top: 50px;
  right: 20px;
  margin-top: 0px;
  position: absolute;
  z-index: 1;
  font-size: 30px;
  border-radius: 30px;
  border: none;
  background: none;
  color: #ccc;
}


a.apply_online {
  animation-duration: 800ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}


@keyframes blink {
  from {
    background: #004085;

  }

  to {
    background: #df5423;

  }
}

.h_news_right i {
  color: red;
}

.navbar-nav_wrap {
  flex-wrap: wrap;
}