/* .banner {
  background-color: #673ab7;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/images/banner.jpg);
  position: relative;
  display: flex;
  align-items: flex-end;
  background-position: center;
  border-radius: 3rem 0 0 0;
} */
.banner{
  margin-top: 8rem;
}

.inpage .header {
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 5%);
}
.inpage header .menu a.mainli {
  padding-bottom: 6px;
}

/* .banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000036;
  border-radius: 3rem 0 0 0;
} */

.innercont {
  padding-top: 0;
  padding-bottom: 3rem;
}
.innercont p {
  color: rgb(26 26 26 / 75%);
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 25px;
  text-align: justify;
}

.banner nav {
  display: flex;
  position: relative;
  z-index: 0;
  flex-flow: column;
  padding-top: 60px;
}
.banner nav h3 {
      color: #393186;
    font-size: 1.8rem;
    margin-bottom: 18px;
    font-weight: 700;
    position: relative;
    line-height: 23px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 8px;
    background-color: white;
    width: max-content;
    max-width: 100%;
    padding-right: 10px;

}

.banner-head{
  position: relative;
}

.banner-head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(89deg, #0d0d71, #ed1b24);
  inset: 0;
  margin-top: 16px;
  z-index: -1;
}

.banner nav h3 span {
  color: #ed1b24;
}

.breadcrumb {
  font-size: 0.9rem;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
  flex-flow: wrap;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '';
    margin: 0 6px;
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    transform: rotate(-45deg);
}

.breadcrumb a,
.breadcrumb-item {
  color: rgb(0 0 0 / 90%) !important;
    display: flex;
    align-items: center;
}

.breadcrumb a:hover {
  color: rgb(0 0 0 / 100%) !important;
}

.breadcrumb-item.active {
  color: rgb(0 0 0 / 50%) !important;
  font-weight: 500;
}

@media (min-width: 1440px) {
  .banner-sec.cmpad {
    margin-right: 0;
    padding-right: 0;
    /* max-width: max-content; */
    margin-left: auto;
    padding-left: 70px;
  }
}
@media (max-width: 1439px) {
  .banner-sec.cmpad {
    margin-right: 0;
    padding-right: 0;
  }
}

.in-menu {
  display: flex;
  flex-flow: nowrap;
  margin: -6px;
  justify-content: start;
  background: #ededed;
  width: max-content;
  border-radius: 0.3rem;
  position: absolute;
  top: -25px;
  max-width: 700px;
  overflow: hidden;
  overflow-x: auto;
  z-index: 9;
}
.in-menu li {
  padding: 6px;
  position: relative;
  flex: 1 0 auto;
}
.in-menu li:after {
  content: "";
  position: absolute;
  height: 13px;
  width: 0.05rem;
  background-color: #afafaf;
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
}
.in-menu li:nth-child(1):after {
  display: none;
}

.in-menu li.active a {
  /* background-color: #393186; */
  color: #ed1b24;
}
.in-menu a {
  padding: 3px 5px;
  font-size: 0.9rem;
  color: #00000094;
  border-radius: 1.25rem;
  transition: 0.3s;
  display: flex;
  width: 100%;
}
.in-menu a:hover {
  color: #ed1b24;
}
.f-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.inhead {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px;
      line-height: 25px;
}

.in-gal {
  position: relative;
  cursor: pointer;
}

.in-gal p {
  margin-bottom: 0;
  max-height: 48px;
  overflow: hidden;
  color: rgb(26 26 26 / 70%);
  text-align: left;
}

.in-gallery {
  display: flex;
  flex-flow: wrap;
  margin: -15px;
}
.in-gallery li {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 15px;
}

.in-gal-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.in-gal-img .fa-image {
  background: #000000b3;
  font-size: 1.3rem;
  padding: 8px;
  border-radius: 0.3rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 50px;
  margin: 10px 10px;
  transition: 0.3s;
}

.in-gal-img .fa-play {
  background: red;
  color: white;
  padding: 10px;
  width: 60px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  z-index: 9;
}
.in-video .in-gal-img {
  align-items: center;
  justify-content: center;
}

.in-gal:hover .fa-image {
  background: #393186;
}
.in-video .in-gal-img {
  position: relative;
}
.in-video .in-gal-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000030;
  inset: 0;
  border-radius: 1rem;
}

.pagination {
background-color: #3931861a;
    padding: 10px 3px;
    border-radius: 1.5rem;
    width: max-content;
    float: right;
    position: relative;
    margin-right: 3rem;
    gap: 8px;
	display:flex;
}
.pagination li .page-link{
            border-radius: 50px;
       width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
   /* padding: 0 8px;
    margin: 0 10px;*/
    background-color: transparent;
    border-color: transparent;
    color: #333;
    transition: .3s;
}
.pagination li .page-link:hover{
  background-color: white;
}

.pagination li.active .page-link{
      background-color: #383278;
    border-color: #383278;
    color: white;
}


.page-item:first-child .page-link,.page-item:last-child .page-link{
    position: absolute;

    background-color: #383278;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
        color: white;
        top: 6px;
}

.page-item:first-child .page-link{
      left: -3rem;
}
.page-item:last-child .page-link{
      right: -3rem;
}


.page-item:first-child .page-link:hover,.page-item:last-child .page-link:hover{
background-color: red;
}


.news-list {
  display: flex;
  flex-flow: wrap;
  margin: -10px;
}
.news-list li {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 10px;
}
.news-list .events-sec {
  position: relative;
}
.news-list .events-sec h5 {
  font-size: 0.95rem;
    color: #1a1a1a;
    font-weight: 600;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.news-list .events-con p {
  font-size: 0.9rem;
  max-height: 60px;
  line-height: 20px;
  text-align: left;
}

.newshead {
  margin-bottom: 15px;
}

.in-news-date {
  background: #ebeaf3;
  width: max-content;
  padding: 6px 10px;
  border-radius: 1.25rem;
  font-size: 0.8rem;
  color: #393186;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.in-news-date i {
  width: 20px;
  height: 20px;
  background: #393186;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  color: white;
  font-size: 0.7rem;
}
.in-news-bag {
  height: 300px;
  background-position: center;
  border-radius: 1.25rem;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.vert-swiper {
  max-height: 440px;
}
.news-sub-head {
  font-weight: 600;
  margin-bottom: 15px;
}

.in-news-card {
  background: #ffffff;
  padding: 6px;
  border-radius: 0.3rem;
  height: 100%;
}

.in-news-flex {
  display: flex;
  gap: 0.5rem;
  height: 100%;
}

.in-news-card .in-date {
  width: 80px;
  background: #383278;
  border-radius: 0.3rem;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: white;
}
.in-news-card .in-date h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
}
.in-news-card .in-date p {
  margin-bottom: 0;
  text-align: left;
  font-size: 0.8rem;
  color: rgb(255 255 255 / 90%);
}
.in-news-card .in-con {
  width: calc(100% - 80px);
  padding: 6px 0;
}
.in-news-card .in-con h5 {
  font-size: 0.95rem;
  max-height: 18px;
  overflow: hidden;
  margin-bottom: 2px;
}
.in-news-card .in-con p {
  margin-bottom: 0;
  max-height: 35px;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 18px;
  text-align: left;
}

.latest-news {
  padding: 20px;
  background: #39318621;
  border-radius: 1.25rem;
  height: 100%;
}
.latest-news .swiper{
	height: 100%;
}
.cardpro {
  border-radius: 0.3rem;
  /* background-color: #f5f5f9; */
  overflow: hidden;
  display: flex;
  flex-flow: column;
  position: relative;
  padding: 6px;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border: 1px solid #00000017;
  cursor: pointer;
}
.cardpro:hover {
  transform: translateY(-3px);
  box-shadow: 0px 0px 20px #00000017;
  border: 1px solid #393186bf;
}
.cardpro .cardimg {
  height: 280px;
  width: 100%;
  /* margin: auto; */
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0.3rem;
  /* background-color: red; */
  /* border: 3px solid white; */
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}
.cardpro .cardcont {
  text-align: left;
  padding: 10px;
}

.cardpro .cardimg h6 {
      font-size: 0.95rem;
    /* color: #1a1a1a; */
    font-weight: 500;
    margin-bottom: 0;
    background: linear-gradient(271deg, #393186, #393186a1);
    width: 100%;
    text-align: right;
    padding: 8px 8px;
    color: white;
}
.cardpro .cardcont p {
    font-size: 0.9rem;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 8px;
    position: relative;
    line-height: 18px;
    font-weight: 400;
    color: #434343;
}
.cardpro .cardcont p:last-child {
  margin-bottom: 0;
}

.cardpro .cardcont .cap::before {
  content: "\f3ed";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 12px;
  color: #383278;
  position: absolute;
  left: 0;
}

.cardpro .cardcont .loc::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 12px;
  color: #383278;
  position: absolute;
  left: 0;
}

.cardpro .cardcont .date::before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 12px;
  color: #383278;
  position: absolute;
  left: 0;
}

.cardpro .cardcont .miss::before {
	content: "\f007";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: 12px;
	color: #383278;
	position: absolute;
	left: 0;
}


.abt-img{
  border-radius: 0.3rem;
  border: 1px solid #3832781a;
  box-shadow: 0px 0px 20px #0000000f;
}

.w-30{
  width: 30%;
}
.w-50{
  width: 50%;
}
.w-50{
  width: 100%;
}

.float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.float-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.mylist {
  display: flex;
  flex-flow: column;
}
.mylist li {
  margin: 5px 0;
  position: relative;
  padding-left: 23px;
  color: rgb(26 26 26 / 75%);
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 25px;
}
.mylist li:before {
  content: "";
  background-image: url(../img/icons/mylist.svg);
  width: 14px;
  height: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  margin-top: 8px;
}

.mytable {
  color: #666;
  width: 100%;
  margin-bottom: 1rem;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 1rem;
  font-size: 0.9rem;
  overflow: hidden;
}
.mytable tr {
  cursor: pointer;
}
.mytable tr:hover td {
  background-color: #38327822;
}
.mytable thead th {
  font-weight: 500;
  color: #fff;
  background-color: #383278;
  border: 1px solid rgba(255, 255, 255, 0.169);
  padding: 15px;
}
.mytable tr:nth-child(odd) {
  background-color: #f5f5f9;
}
.mytable tr:nth-child(even) {
  background-color: #ebeaf3;
}
.mytable td {
  border: 1px solid rgb(11 77 161 / 10%);
  padding: 15px;
  color: rgb(26 26 26 / 75%);
  font-weight: 400;
  font-size: 0.9rem;
  transition: 0.3s;
}

.mytable .action {
  width: 200px;
}

.mytable1 {
  font-size: 1rem;
  overflow: auto;
}
.mytable1 .headrow {
  font-weight: 600;
  margin: 10px 0;
  background-color: #fff;
  /* border: 1px solid rgb(229 29 40 / 10%); */
  padding: 15px;
  border-radius: 0.5rem;
  color: white;
  background: #383278;
}

.mytable1 .headrow,
.mytable1 .datarow {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  width: max-content;
  min-width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
.mytable1 .headrow .col,
.mytable1 .datarow .col {
  padding: 10px;
  width: min-content;
}

.mytable1 .datarow {
  margin: 10px 0;
  border-radius: 0.5rem;
  border: 1px solid #00000017;
  padding: 15px;
  color: rgb(26 26 26 / 75%);
  font-weight: 400;
  font-size: 0.9rem;
  transition: 0.3s;
}
.mytable1 .datarow:hover {
  /* transform: translateY(-3px); */
  box-shadow: 0px 0px 20px #00000017;
  border: 1px solid #39318652;
}

/*.mytable1 .headrow .col:nth-child(1),
.mytable1 .datarow .col:nth-child(1) {
  max-width: 200px;
}*/

/*.mytable1 .headrow .col:nth-child(2),
.mytable1 .datarow .col:nth-child(2) {
  max-width: 130px;
}*/


/*.tender-table .headrow .col:nth-child(1),
.tender-table .datarow .col:nth-child(1),.tender-table .headrow .col:nth-child(2),
.tender-table .datarow .col:nth-child(2),.tender-table .headrow .col:nth-child(3),
.tender-table .datarow .col:nth-child(3) {
  max-width: 200px;
}*/



/*.mytable1 .headrow .col:last-child,
.mytable1 .datarow .col:last-child {
  max-width: 200px;
}*/

.link-color {
  color: #e31e25;
  transition: 0.3s;
}
.link-color:hover {
  color: #393186;
}

.bttn-fill {
  background-color: #e31e25;
  color: white;
  transition: 0.3s;
  padding: 8px 25px;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  width: max-content;
}
.bttn-fill:hover {
  background-color: #393186;
}

.myform input,
.myform select,
.myform textarea {
  width: 100%;
  background-color: #f5f4f9;
  border: none;
  padding: 10px 13px;
  border-radius: 0.3rem;
  margin-bottom: 16px;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.myform input:focus,
.myform select:focus,
.myform textarea:focus {
  border: 1px solid rgba(57, 49, 134, 0.474);
  outline: none;
}
.myform label {
  font-size: 0.8rem;
  color: #1a1a1a;
  font-weight: 500;
  margin: 5px 13px;
}
.myform input::placeholder,
.myform select::placeholder,
.myform textarea::placeholder {
  color: rgba(0, 0, 0, 0.346);
}

.contact-img {
  background-image: url(../img/images/contact.jpg);
  height: 450px;
  background-position: top;
  background-size: cover;
  border-radius: 0.5rem;
}
/*.myform .bttn-fill {
  padding: 10px 30px;
}*/

@media (max-width: 1199px) {
  .in-gallery li {
    flex: 1 0 33.33%;
    max-width: 33.333%;
  }
  .news-list li {
    flex: 1 0 33.33%;
    max-width: 33.333%;
  }
}

@media (max-width: 991px) {
  .in-menu {
    flex-flow: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: auto;
    margin: 0px 13px;
  }
  .in-menu li {
    flex: 1 0 auto;
    max-width: auto;
  }
  .news-list li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .in-gallery li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .float-left,
  .float-right {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .in-gallery li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .news-list li {
    flex: 1 0 100%;
    max-width: 100%;
  }
}



.tender-head{
  display: flex;
  gap: 10px;
}
.tender-select{
width: calc( 100% - 300px );
}
.tender-search{
  width: 300px;
}


.tender-search .search-input{
  height: 43px;
}

.tender-search .search-input input{
  height: 43px;
  width: 100%;
}

.ten-list{
  display: flex;
  margin: -10px;
}
.ten-list li{
  flex: 1 0 auto;
  padding: 10px;
}

@media (max-width: 1199px) {
  .tender-head {
    display: block;
  }
  .tender-select{
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ten-list {
    display: block;
    margin: 0;
  }
  .ten-list li{
    padding: 0;
  }
}







/*********ACCORDION***********/
.myaccordion {
  width: 100%;
}

.myaccordion .accordion-item {
  margin-bottom: 1rem; 
  border: 1px solid;
  border-color: rgb(13 13 113 / 10%);
  border-radius: 0.3rem;
  overflow: hidden;
}

.myaccordion .accordion-button {
 background-color: rgb(57 49 134 / 30%);
    color: #393186;
    padding: 13px 20px;
    border-radius: 0.3rem;
    box-shadow: none;
    transition: .3s;
    font-size: .95rem;
    font-weight: 500;
}
.myaccordion .accordion-button.collapsed{
  background-color: rgb(57 49 134 / 15%);
  color: #393186;
}
.myaccordion .accordion-button:hover {
  background-color: rgb(57 49 134 / 30%);
  color: #393186;
}
.myaccordion .accordion-button .icon {
  color: #393186;
}


.myaccordion .accordion-button::after {
    content: '';
    border-radius: 0.5rem;
    width: 13px;
    height: 13px;
    background: none;
    text-align: center;
    background-image: url(/frontend/img/icons/arrow1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.feedback{
  background: #eceaff;
    padding: 30px;
    border-radius: 0.5rem;
}
.spcl-para{
  margin-bottom: 8px;
  font-style: italic;
  font-size: .8rem;
}
.spcl-para span{
color: red;
padding-right: 5px;
}


.in-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


.inpage .message-box {
    height: 100%;
    padding: 30px;
}
.inpage .img-sec{
      float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.inpage .message-box .subhead {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 5px;
}
.inpage .message-box .msg-head {
    color: #0000008c;
}

.inpage .message-box::before {
    content: "";
    position: absolute;
    background-image: url(../img/icons/qoute.svg);
    width: 30px;
    height: 25px;
    background-size: cover;
    background-position: center;
    right: 2rem;
    top: 2rem;
    transform: rotate(180deg);
}
.inpage .message-box .msg-head::before{
  display: none;
}

.site-scroll{
    max-height: 300px;
    height: 100%;
    overflow: hidden;
    background: #00000005;
    border-radius: 0.5rem;
    padding: 15px;
    overflow-y: auto;
    margin-bottom: 20px;
}


.head-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}


@media(max-width: 575px){

.in-menu{
      max-width: 300px;
}
.cardpro .cardimg {
    height: 230px;
}
}
.inpage .message-box p{
	overflow :unset;
	max-height:unset;
}