
ul,
ol {
  list-style-type: none;
}

 .page-navigator {
   margin-top: 120px;
   padding: 4em 0em 6em;
   background: #e2e2e2 url( ../uploads/rajbhaban-newimage/Banner.jpg) no-repeat;
   background-position: center left;
   background-size: 100%;
   position: relative;
}
 .page-navigator:before{
   content:'';
   position:absolute;
   left:0;
   right:0;
   top:0;
   bottom:0;
   background:rgba(43, 73, 135, 0.5);
   z-index: 0;
 }
 .page-navigator h2{text-transform: uppercase;margin-bottom: 0rem;font-size: 1.7rem;color: #fff;position: relative;}
 .page-navigator .breadcrumb {
  padding: .5em;
  margin-bottom: 0em;
  background-color: #5251514f;
  position: relative;
  z-index: 4;
  border-radius: 0px;
  background: linear-gradient(90deg, rgb(34 34 34 / 16%) 0%, rgb(93 84 84 / 32%) 73%);
  border-radius: 3px;
}
 .page-navigator .breadcrumb li {
  color: #e4e4e4;
  font-size: 1em;
  padding-right: 1.2em;
  position: relative;
}
 .page-navigator .breadcrumb li:after {
  content: "/";
  position: absolute;
  right: 10px;
  font-size: 17px;
  top: 0;
  font-family: fontawesome;
}
 .page-navigator .breadcrumb li:last-child:after {
  content: "";
}
 .page-navigator .breadcrumb li a {
  color: #ffffff;
}
 .page-navigator .breadcrumb li a:hover {
  color: #000;
}
 .page-navigator .breadcrumb li a.odia {
  text-transform: initial !important;
}
 .page-navigator .breadcrumb li.odia {
  text-transform: initial !important;
}
 .page-navigator .breadcrumb.on {
  z-index: 0;
}




.content-sec {
 box-shadow: 0px 0px 10px #e8e8e8;
 margin-top: -5.5rem;
 border-top: 2px solid #2b4987;
 border-radius: 3px;
}

.content-sec .content-inner {
  position: relative;
  padding: 1.5em;
  z-index: 2;
  background: #fff url( ../uploads/rajbhaban-newimage/introductionbg.png) no-repeat;
  background-size: 30%;
  background-position: top right;
  overflow: hidden;
  border-radius: 3px;
}
.content-inner ul p{margin-left: 1.6rem;}
.content-sec .content-inner .page-heading {
  position: relative;
  margin: 0;
  margin-left: 0;
  z-index: 0;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  padding-bottom: .5rem;
}
.content-sec .content-inner .page-heading span {
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0;
}
.content-sec .content-inner .page-heading:before {
  position: absolute;
  content: "";
  left: 0em;
  border-bottom: 3px solid #2b4987;
  z-index: -1;
  width: 140px;
  bottom: -7px;
}



.content-inner a {
  line-height: 1.4em;
  color: #577dcc;
  font-weight: 400;
}
.content-inner a:hover {
  color: #000;
  text-decoration: none;
}
.content-inner h1 {
  margin-bottom: 0.5em;
}
.content-inner h2 {
  margin-bottom: 0.5em;
}
.content-inner h3 {
  margin-bottom: 0.5em;
}
.content-inner h4 {
  margin-bottom: 0.5em;
  color: #000;
  font-size: 1.4em;
}
.content-inner h5 {
  margin-bottom: 0.5em;
  color: #577dcc;
  margin-top: 0.5em;
}
.content-inner h6 {
  margin-bottom: 0.5em;
}
.content-inner p {
  line-height: 1.8em;
}
.content-inner img {
  width: auto;
  position: relative;
  margin-bottom: 1em;
  max-width: 100%;
}
.content-inner img.img-left, .content-inner img.img-right {
  width: 40% !important;
  box-shadow: 0em 0em 1em #eaeaea;
  padding: 0.6em;
  border-radius: 0.2em;
}
.content-inner img.img-left {
  float: left;
  margin-right: 1.5em;
}
.content-inner img.img-right {
  float: right;
  margin-left: 1.5em;
}
.content-inner .image-div-left,
.content-inner .image-div-right {
  width: 40%;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 0.5em;
}
.content-inner .image-div-left img,
.content-inner .image-div-right img {
  width: 100%;
}
.content-inner .image-div-left h6,
.content-inner .image-div-right h6 {
  margin-top: .5em;
  margin-bottom: 0.1em;
  font-size: 1.2rem;
  color: #2b4987;
}
.content-inner .image-div-left p,
.content-inner .image-div-right p {
  display: block;
  color: #8e8a7e;
  font-weight: 400 !important;
  margin-top: 0.1em;
  margin-bottom: 0em;
}
.content-inner .image-div-left:after,
.content-inner .image-div-right:after {
  position: absolute;
  content: "";
  z-index: -1;
  border: 0px solid #2b4987;
  bottom: 4em;
  top: 1em;
  background: #e8eaef;
}
.content-inner .image-div-left {
  float: left;
  margin-right: 3em;
}
.content-inner .image-div-left:after {
  left: 1em;
  right: -1em;
}
.content-inner .image-div-right {
  float: right;
  margin-left: 2em;
}
.content-inner .image-div-right.inner__img{
	width: 24%;
}
.content-inner .image-div-right.inner__img img{
  border-radius: 100%;
  height: 200px;
  width: 200px;
  border: 4px solid #e7e7e7;
  object-fit: cover;
  object-position: top;
}
.content-inner .image-div-right.inner__img:after{
	display:none;
}
.content-inner .image-div-right:after {
  left: -1em;
  right: 1em;
}


.content-inner ul {
  list-style: none;
  margin-bottom: 2em;
}
.content-inner ul li {
  margin: 0em;
  padding: 0.5em 0em 0em 2em;
  position: relative;
}
.content-inner ul li:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0a4 ";
  color: #a2b1d2;
  font-size: 1em;
  left: 3px;
  top: 8px;
}
.content-inner ul.list1 li::after, .content-inner ul.list2 li::after, .content-inner ul.list2 li::before {
  content: "";
}
.content-inner ul.list1 {
  margin: 0em 0em 2em 0em;
}
.content-inner ul.list1 li:before {
  content: "\f054";
  color: #b3ccff;
  position: absolute;
  left: -2em;
  top: 0rem;
  width: 2em;
  text-align: center;
  font-size: 0.8em;
  font-family: FontAwesome;
  
}
.content-inner ul.list2 {
  margin: 0em 0em 2em 0em;
}
.content-inner ul.list2 li {
  padding: .5em 1em;
  margin: 1em 0em;
  background: #fbf9f9;
}
.content-inner ul.list2 li h5 {
  font-size: 1.2em;
  margin: 0em 0em 0.2em;
  color: #5471af;
}
.content-inner ul.list2 li:before {
  width: 2px;
  background: #2b4987;
  position: absolute;
  height: 100%;
  left: 0em;
  top: 0;
}
.content-inner ol {
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 0;
}
.content-inner ol li {
  padding: 0.5em 0.5em 0.5em 2em;
  counter-increment: li;
  position: relative;
}
.content-inner ol li:before {
  content: counter(li);
  color: #6a91e0;
  font-weight: 600;
  font-size: 1em;
  position: absolute;
  left: 0em;
  font-weight: 600;
}
.content-inner ol.olist2 {
  padding: 0em;
}
.content-inner ol.olist2 li {
  padding: 0.5em 1em 0.5em 4em;
  counter-increment: li;
  background: #f1f1f1;
  margin: 0.5em 0em;
}
.content-inner ol.olist2 li:before {
  content: counter(li);
  color: #2b4987;
  width: 47px;
  margin-left: 0em;
  font-weight: 600;
  font-size: 1.2em;
  background: #e0e0e0;
  padding: 0.1em 15px;
  position: absolute;
  top: 0em;
  height: 100%;
  vertical-align: middle;
  border-left: 2px solid #2b4987;
}
.content-inner table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 1em;
}
.content-inner table tr td,
.content-inner table tr th {
  padding: 0.3em 0.6em;
  vertical-align: top;
  border: 1px solid #ddd;
}
.content-inner table tr th {
  background: #f7f7f7;
  font-weight: 600;
}
.content-inner table a {
  display: inline-block;
  text-align: center;
  color: #70A548;
}
.content-inner table a:hover {
  color: #000;
}
.content-inner table.table1 tr th {
  background: #d9e5ff;
  font-weight: 600;
  border-bottom: 2px solid #2b4987;
}
.content-inner table.table1 a {
  display: block;
  color: #768dba;
}
.content-inner table.table1 a:hover {
  color: #000;
}



.content-sec .content-inner ul.pagination {
  padding: 0em;
}
.content-sec .content-inner ul.pagination .page-item {
  padding: 0em;
  display: inline-block;
}
.content-sec .content-inner ul.pagination .page-item .page-link {
  color: #2b4987;
}
.content-sec .content-inner ul.pagination .page-item .page-link:hover {
  background-color: #f7f7f7;
}
.content-sec .content-inner ul.pagination .page-item.active .page-link {
  background-color: #2b4987;
  border-color: #2b4987;
  color: #fff;
  z-index: 0;
}
.content-sec .content-inner ul.pagination .page-item:after {
  content: " ";
}
.content-sec .content-inner ul.pagination .page-item:first-child .page-link, .content-sec .content-inner ul.pagination .page-item:last-child .page-link {
  border-radius: 0em;
}

.form-group {
  margin-bottom: 1.5em;
}
.form-group label {
  margin-bottom: 0em;
}
.form-group.single-form-group .control-group {
  margin-bottom: 1.5em;
}

.form-control {
  border: 0px solid;
  border-bottom: 1px solid #d4d4d4;
  padding: 0.5em 0em;
  border-radius: 0em;
}
.form-control:focus {
  border-color: #70A548;
  box-shadow: 0em 0em 0em 0em #cef1b5;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  color: #a7a7a7;
}

.input-group-text {
  background: transparent;
  border: 0px solid;
  border-bottom: 1px solid #adaca8;
}

textarea {
  height: 80px;
}

@keyframes click-wave {
  0% {
    height: 22px;
    width: 22px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 100px;
    width: 100px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0.3em;
  right: 0em;
  bottom: 0em;
  left: 0em;
  height: 18px;
  width: 18px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.3em;
  outline: none;
  z-index: 0;
  border: 1px solid #adaca8;
}
.option-input:hover {
  background: #70A548;
}
.option-input:checked {
  background: #70A548;
}
.option-input:checked:before {
  height: 18px;
  width: 18px;
  position: absolute;
  content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â";
  display: inline-block;
  font-size: 1.7em;
  text-align: center;
  line-height: 20px;
}
.option-input:checked:after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #70A548;
  content: "";
  display: block;
  position: relative;
  z-index: 0;
}
.option-input.radio {
  border-radius: 100%;
}
.option-input.radio:checked {
  background: #fff;
}
.option-input.radio:checked:before {
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  position: absolute;
  content: "";
  display: inline-block;
  background: #70A548;
  border-radius: 9px;
}
.option-input.radio:after {
  border-radius: 100%;
}

.control-group {
  position: relative;
}
.control-group label {
  position: absolute;
  left: 0em;
  padding: 0.2em 0em;
  top: 0.2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1b1b1b;
  z-index: 2;
}
.control-group .border-line {
  display: block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.control-group .border-line:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0em;
  right: 100%;
  bottom: 0em;
  background: #70A548;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.control-group.focused label {
  color: #000;
  top: -1.1em;
  font-size: 90%;
}
.control-group.focused .border-line:before {
  right: 0;
}


.btn {
  border-radius: 2px;
}



.noRecord {
  background: #f7f7f7;
  padding: 4em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #8e8a7e;
  text-transform: uppercase;
}




.notification {
  position: absolute;
  right: 0em;
  z-index: 99;
  background: #fff;
  padding: 0.5em 1em;
  top: 0em;
  border-radius: 5px;
  border: 1px solid #adaca8;
  box-shadow: 0px 0px 10px #000;
  color: #fff;
}
.notification i {
  font-size: 1.2em;
  color: #fff;
  margin-right: 0.5em;
}
.notification.successmsg {
  border-color: #70A548;
  background: rgba(112, 165, 72, 0.7);
}
.notification.errormsg {
  border-color: #f00;
  background: rgba(208, 14, 0, 0.7);
}

.custom-file .custom-file-label {
  position: absolute;
  top: 0em;
  right: 0em;
  left: 0em;
  padding: 0.6rem 0em;
  color: #1b1b1b;
  background-color: #fff;
  border: 0em solid transparent;
  height: 41px;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0rem;
  z-index: 1;
}
.custom-file .custom-file-label:after {
  padding: 0.5rem 0.75rem;
  color: #1b1b1b;
  background-color: #eaeaea;
  border-left: 0px solid #ced4da;
  border-radius: 0em;
  line-height: 1.3;
}
.custom-file.focused label.custom-file-label {
  color: #000;
  top: 0em;
  font-size: 100%;
}


.important-note {
  border: #eaeaea 1px solid;
  padding: 1em;
}
.important-note h6 {
  color: #8e8a7e;
  text-transform: initial;
  margin-bottom: 0.5em;
}
.important-note p {
  margin-bottom: 0em;
  color: #1b1b1b;
  font-weight: 400;
  font-size: 90%;
}

.faqlist {
  margin-bottom: 1.5em;
}
.faqlist h5 {
  text-transform: initial;
  font-size: 1.2em;
}
.faqlist h5 span {
  font-weight: 600;
  background: #eaeaea;
  color: #1b1b1b;
  text-align: center;
  display: inline-block;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  border-radius: 2px;
}

/* garden--img--none */
.garden-link{
  width: 460px;
  /* border: 2px solid red; */
  text-align: center;
  position: absolute;
  bottom: 11%;
  top: auto;
  left: 11%;
}

.garden-link a{
  text-decoration: underline!important;
  font-weight: bolder;
}
.app-link a i
{
  font-weight: bolder;
  font-size: 0.9rem;
}
.img__garden
{
  position: relative;
}
.mob__sec
{
  display: none;
}
.garden-link a i{
font-family: verdana;
color: #065eb9;
}


/*css by vaishali*/
.content-inner table tr td img{width: 100px;}
.content-inner ul li h5{margin-top:0;color: #4869ac;font-weight: 600;}
.content-inner table tr td strong{color: #4e71b8;}
.officeraddress{background: #f5f4f4;
    padding: 13px 0px 1px 10px;
    text-align: center;
    margin-bottom: 10px;}
.officeraddress p{line-height: 1.4em;}
.photoarchives .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    border-left: 5px solid #3f60a5;
    border-radius: 0;
    background: #2b4987;
    }

   .governers-list{    margin-bottom: 1rem;
    min-height:245px;text-align: center;}
    .governers-list .card-body{padding: 1rem}
 .governers-list img{height: 110px;border-radius: 3px;filter: grayscale(100%);}
 .governers-list h4{font-size: 1rem;    font-weight: 600;color: #2b4987;}
 .governers-list h4 span{display: block;color: #000;    font-weight: 400;font-size: 80%;margin-top: .5rem;}
 .content-sec .service-content{background: transparent!important; }
 .content-sec.sevice-sec{    box-shadow: none;}
 .service-section{background-color: #fff;}
 .content-inner.governer-inner ul p{margin-left:0px;line-height: 1.6em;}
/*css by vaishali*/
@media screen and (max-width: 1680px) {
 
}
@media screen and (max-width: 1024px){
.garden-link {
  width: 400px;
}
}
/* media--garden */
@media(max-width:768px){
  .garden-link {
    width: 360px;
    bottom: 7%;
    left: 7%;}
    .garden-link a i {
      font-size: 0.7rem;
  }
  .content-inner img {
    margin-bottom: 0.2rem;}
  .app-link a i {
    font-size: 0.6rem;
}
.content-inner .image-div-right.inner__img{
	width: 35%;
}
  }
  @media(max-width:630px){
  
    .garden-link a i {
      font-size: 0.6rem;
  }
  .content-inner .image-div-right.inner__img img {
 
    height: 100px;
    width: 100px;
    
   
}
  
}

/* media--garden */
@media(max-width:480px){
  .laptop_sec
  {
    display: none;
  }
  .mob__sec
  {
    display: block;
  }
  .garden-link {
    position: absolute;
    bottom: 6%;
    top: auto;
    left: -46px;
}
.garden-link a {
  text-align: left;
}
.garden-link a i {
  font-size: 0.7rem;
}
}
@media(max-width:430px){

}
@media(max-width:425px){


.app-link a i {
  font-size: 0.56rem;
}
.content-inner img {
  /* margin-bottom: 0.1rem; */
}
}
@media(max-width:375px){
  .garden-link a i {
  font-size: 0.6rem;
  }
  .garden-link{

    left: -67px;
  
  }
  .app-link a i {
    font-size: 0.45rem;
}
}
@media(max-width:800px){
      .content-sec .content-inner.srvice{padding: 10px 1px 1px 1px;}
      .card.servicecard{    margin-bottom: 10px;}

}
@media(max-width:320px){
      .content-sec .content-inner.srvice{padding: 10px 1px 1px 1px;}
      .card.servicecard{    margin-bottom: 10px;}
      .app-link a i {
        font-size: 0.45rem;
    }
}

  


/* No Tender Section */
.no-tender{
  height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    text-align: center;
    background: #f9f9f9;
    color: rgb(0 0 0 / 25%);
    border-radius: 4px;
    margin-top: 1.2rem;
}
