

body {
  font-family: 'Roboto', sans-serif;;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: #fbfaf5;
  overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Rubik', sans-serif;;
}

a {
  text-decoration: none !important;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}

.btn-close:focus {
  box-shadow: none !important;

}

.form-control:focus {
  box-shadow: none !important;

}

.form-select:focus {
  box-shadow: none !important;

}

.btn:focus {
  box-shadow: none !important;
}

.ml-auto {
  margin-left: auto;
}

.sec-pad {
  padding: 70px 0;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}



/* navbar start */

header {
  padding: 14px 0;
}
header .logo {
  width: 208px;
  position: relative;
  top: 11px;
}
header .logo2 {
  width: 172px;
  position: relative;
  top: -2px;
  left: -7%;
}
header .logo3 {
  width: 170px;
  position: relative;
  top: -3px;
}
#owl-demo2 .item{
  height: 65vh;
}

#owl-demo2 .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#owl-demo2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 23, 38);
  opacity: 0.5;
}
.con-postion {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 999;
  background: rgb(0 0 0 / 30%);
  padding: 30px;
  /* background: #ffffff05; */
  backdrop-filter: blur(30px);
  border-radius: 20px;

}
.yellow {
  color: #ffce3e;
}
.side-box .rgt-1st-box-ul li {
  padding: 5px 0;
  color: #fff;
}
.side-box .rgt-1st-box-ul li a {
  color: #ffc77c;
}
ul.tender {
  list-style-type: none;
}
.m-box{ background-color:#9f7236; color:#fff; text-align: center; padding: 16px 0; font-size:23px;}
.zj{
  font-family: 'Rubik', sans-serif;;
} 
.fw-30{font-size: 30px;}
.high-card {
  padding: 25px;
  background: #ffc77c;
  min-height: 250px;
  border-radius: 20px;

}
.high-card .badge{
  background: #9f7236;
  margin-bottom: 12px;
}
.heading{
  font-weight: 800;
  font-size: 40px;
}
.chairman i{
  font-size: 74px;
  color: #0d85d2;
  line-height: 0.8;
}
.chairman h4{
  font-size: 25px;
    margin-top: 10px;
    font-weight: 800;
    text-align: center;
}
.chairman img{
  border-radius: 20px;
}
blockquote{
  padding-left: 28px;
  border-left: 10px solid #ffc77c;
}
.tab-head{
  /* border: 2px solid #f8f9fa; */
}
.tab-head .nav-link{
  color: #000;
  border-left: 4px solid transparent;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;

}
.tab-head .nav-link:hover{
  color: #000000;
}
.tab-head.nav-pills .nav-link{
  background: #f8f9fa;
  border-radius: 50px;
}
.tab-head.nav-pills .nav-link.active, .tab-head .show>.nav-link{
  /* border-left: 4px solid #ffc77c;
  background: #f8f9fa; */
  background: #9f7236;
  color: #ffffff;
 
}
.event-card{
  padding: 25px;
  border: 1px solid #f8f9fa;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 25px;
}
.event-card p{
  -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-card img{
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 25px;
  border-radius: 10px;
}

.event-card1 img {
  height: 285px !important;
}
.event-card a{
  background: #9f7236;
  padding: 7px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.event-card a:hover{
  background: #ffffff;
  color: #9f7236;
  border: 1px solid #9f7236;
}
.loc-icn i{
  color: #9f7236;
}
.loc-icn p{
  padding: 7px 13px;
  background: #fff5e7;
  border-radius: 30px;
  margin: 15px 0;
}
.tender-section{
  background: url(../images/bg-tender.jpg)no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}
.tender-section .table{
  color: #fff;

}
.ten-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001726;
  opacity: 0.5;
}
.tender-card{
  background: #ffffff05;
  backdrop-filter: blur(30px);
  padding: 25px;
  border-radius: 25px;
  margin-bottom: 25px;
}
.flag-box{
  display: flex;
  gap: 2%;
  align-items: center;
}
.flag-box h5{
  font-size: 30px;
  margin-bottom: 0;
}
.flag-box img{
  width: 100px;
}
.d-date{
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 30px;
  font-size: 20px;
  border: none;
  border: 1px solid #9f7236;
}
.d-date i{
  color: #9f7236;

}
.notification-card h5{
  margin-bottom: 25px;
}
.notification-card h5 a{
  color: #000000;
  font-weight: 800;

}
.notification-card h6 a{
  color: #9f7236;
  font-weight: 600;

}
.notification-card{
  padding: 25px;
  border: 1px solid #f8f9fa;
  border-radius: 20px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  margin-bottom: 25px;
  background: #fff5e7;
}
.policy-card {
  padding: 25px;
  border: 1px solid #f8f9fa;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 25px;


}
.policy-card p{
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.policy-card img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 25px;
  border-radius: 15px;
}
.policy-text{
  margin-bottom: 25px;
}
.policy-btn{
  background: #9f7236;
  color: #ffff;
  padding: 10px 20px;
  border-radius: 5px;
  /* font-size: 20px; */

}
.chairman-message {
  background: rgb(255 245 231);
}
.bg-blue{
  background-color: #9f7236;
  color: #fff;
}
.social {
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
  list-style-type: none;
  font-size: 30px;
  padding-right: 12px;
  margin-bottom: 15px;
}
.social li a{
    color:#fff;
}
.bg-blue p, .bg-blue span, .bg-blue tr, .bg-blue td, .bg-blue strong {
  color: #fff !important;
}
.lg1, .lg2 {
  width: 222px;
}
.carousel2 .owl-nav button{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #9f7236!important;
  border-radius: 50%;

}
.carousel2 .owl-nav button i{
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.carousel2 .owl-nav button.owl-next{
  right: -60px;
}
.carousel2 .owl-nav button.owl-prev{
  left: -60px;
}
.owl-crd{
  padding: 15px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
}
.owl-crd img{
  border-radius: 10px;
}
.carousel2 .owl-stage-outer{
  padding: 25px 0;
}
.owl-dt i{
color: #9f7236;

}
.owl-dt p:first-child{
  padding: 0px 10px;
border-radius: 30px;
border: 1px solid #9f7236;
margin-top: 15px;
display: inline-block;
margin-bottom: 10px;
}
#forthcoming{
  background: rgb(255 245 231);
}
.owl-txt h4{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.owl-txt .btn-1{
  background: #9f7236;
  padding: 5px 14px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  margin-top: 15px;
}
.owl-txt .btn-1:hover{
  color: #fff;

}