@font-face {
    font-family: Net-proxima_nova_reg-webfont;
    src: url(../webfonts/Net-proxima_nova_reg-webfont.ttf);
  } 
  body{
      font-family: Net-proxima_nova_reg-webfont;
  }
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

.mt25{
    margin-top:25px
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
    margin:0;
    padding:0;
}

.d-flex{
    display: flex;
}

.justify-content-betweeen{
    justify-content: space-between;
}

.flex-wrap{
    flex-wrap: wrap;
}



.owl-nav{
	display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button span{
	font-size: 30px;
    background: #ffffffd9;
    color: #000;
    opacity: 1;
    padding: 7px 7px;
    display: inline-flex;
    align-self: center;
    justify-content: center;
}


.w-100 {
    width: 100%!important;
    height: auto;
    max-height: 335px;
}

.carousel-indicators [data-bs-target]{
    background-color: #f5b202;
}

.quickLinks {
    background: #013c86;
    height: calc(100% - 20px);
    max-height: 335px;
    color: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px #00000069;
}
.quickLinks ul li a{
    color:#fff;
    display: block;
  }
  
  .quickLinks .headLine {
      margin-bottom: 20px;
  }
  
  .quickLinks ul li{
    line-height: 25px;
      border-bottom: 1px solid #bdbebf;
      padding-bottom: 9px;
      margin-bottom: 8px;
  }
  
  .quickLinks ul li a span{
    float: right;
  }
  .Notice-Sec {
    position: relative;
    /* background: #fff; */
    padding-top: 20px;
}

.whatsnew{
    position: absolute;
      left: 15px;
      top: -55px;
      height: 285px;
      background: #003881;
      box-shadow: -1px 1px 2px 3px #dbc8c8;
      width: 100%;
      color: #fff;
      padding: 15px;
      /* border: 1px solid; */
      z-index: 99;
      box-shadow: -5px 6px 2px 2px #00000073;
      box-shadow: 0px 0px 4px 4px #0000004d;
      border-radius: 3px;
      height: 300px !important;
}
.WhatsNew marquee {
    height: 215px;
}
.WhatsNew {
    position: absolute;
      left: 15px;
      top: -55px;
      height: 300px;
      background: #003881;
      box-shadow: -1px 1px 2px 3px #dbc8c8;
      width: 100%;
      color: #fff;
      padding: 15px;
      /* border: 1px solid; */
      z-index: 999;
      box-shadow: -5px 6px 2px 2px #00000073;
      box-shadow: 0px 0px 4px 4px #0000004d;
      border-radius: 3px;
  }

.whatsnew h2{
    font-size: 20px;
    text-align: center;
    background: #f59402;
    padding: 10px;
    color: #fff;
}

.whatsnew img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.leftHead {
    align-items: center;
    height: 100%;
    display: flex;
}

.dateWhatsnew{
    background: #013d86;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
}

.dateWhatsnew p {
    font-size: 13px;
}

.dateWhatsnew p span{
    display: block;
    color: #f7c580;
    font-weight: bold;
    font-size:24px;
}

.contentWhatsnew h3{
    font-size: 16px;
    margin: 0;
}

.whatsnew .item{
    position: relative;
    margin-bottom: 20px;
}

.whatsnew .item:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #013d86;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin: 10px auto;
    transform: translateX(-50%);

}

.highlightSec{
    padding: 0;
    background: #cbc8c84a;
    box-shadow: none;
    height: 240px;
    margin-left: 17px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 2px 2px #0000003b;
    margin-top: 2px;
    margin-bottom: 3px;
}

.highlightSec h4{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.highlightSec h2{
    background: orange;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    background: transparent;
    color: #000;
    text-align: center;
}

.highlightSec p{
    margin: 0;
    font-size: 17px;
    margin-top: 0;
    text-align: center;
}

.highlightSec img{
    width: auto;
    height: 75px;
    object-fit: contain;
}

.social{
    background-color: #fff;
    padding:10px;
    position: relative;
}

.social h2{
    background: orange;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.socialBtn{
    position: absolute;
    right:-80px;
    background: #fff;
}

.nav-pills .nav-link {
    border-radius:0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: orange;
}

.social .tab-content{
    width:100%;
}

.social ._2p3a{
    width:100% !important;
}

.departments{
    padding: 0px;
    overflow: visible;
}

.head{
    padding-bottom: 15px;
}

.head h2{
    padding-bottom: 7px;
}
.whatsUper{
    position: relative;
  }
  .heading-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.whatsUper .heading-item {
    height: auto;
    align-items: flex-start;
}

.heading-item h3 {
    color: #fff;
}

.heading-item h3 {
    color: #fff;
}
.readmorebtnMrq {
    text-align: right;
}
.readmorebtnMrq a {
    background: #74a8bd;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 0px;
    transition: all 0.3s ease-out;
    padding: 4px 10px;
    color:#fff;
} 

.content-tender-list svg {
    display: inline-block;
    /* float: left; */
    margin-right: 5px;
    margin-top: 2px;
}

.headLine{
    background: orange;
    width:80px;
    height: 3px;
    display: block;
    position: relative;
    margin-left: 10px;;
}

.headLine:before{
    content: "";
    position: absolute;
    left: -7px;
    background: orange;
    width: 4px;
    height: 3px;
}

.headLine::after{
    content: "";
    position: absolute;
    left: auto;
    background: orange;
    width: 4px;
    height: 3px;
    right: -7px;
}

.departments_flex{
    flex: 0 0 25%;
    width: 25%;
}
.departments_flex{
    flex: 0 0 33.3%;
    width: 33.3%;
}

.inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 1px #00000080;
    margin-bottom: 30px;
    height: auto;
    transform: translateY(0px);
    transition: .5s ease-in-out;
    margin: 5px;
}


.inner-box:hover{
    transform: translateY(-10px);
}

.inner-box:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 4px;
    left: 0px;
    top: 22px;
    transform: scale(0,0);
    transition: all 500ms ease;
}

.inner-box:before {
    background: #74a8bd;
}

.inner-box:hover:before, .service-block-one .inner-box:hover:after {
    transform: scale(1,1);
}

.inner-box h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.inner-box h4 a {
    display: inline-block;
    color: #3e3e3e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 98%;
 
}

.inner-box h4 a:hover{
    color: #74a8bd;
}


.inner-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #696b7e;
    font-weight: normal;
    text-transform: capitalize;
    padding: 2px 10px;
    text-align: center;
    /* border: 2px solid #e6e6ea; */
    border-radius: 4px;
    background-color: #74a8bd;
    color: #fff;
}

.inner-box .btn-box a:hover{
    background-color: #74a8bd;
    /* border: 2px solid #6665657e; */
    color: #fff;
}

.inner-box:hover .icon-box {
    color: #74a8bd;
}

.inner-box:hover:after {
    transform: scale(1,1);
}

.inner-box:after {
    background: #74a8bd;
}

.inner-box:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 25px;
    left: 0px;
    top: 30px;
    transform: scale(0,0);
    transition: all 500ms ease;
}

.inner-box .icon-box{
    text-align: right;
    
}

.inner-box .icon-box img{
    height: 40px;
    float: right;
    transition: 0.6s all ease-in-out;
}

.inner-box .icon-box .or{
    display: none;
     
}

.inner-box:hover .icon-box .or{
    display: block;
     
}

.inner-box:hover .icon-box .bl{
    display: none;
     
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-bottom: -3px !important;
}

.owl-dots{
    position: relative !important;
    top: 0px !important;
    margin-bottom: 0 !important;
    text-align: center;
    display: none;
}

.owl-dots button{
    background-color: #000 !important;
    border: 1px solid rgb(255, 255, 255) !important;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 2px;
}

.owl-dots .active{
    background-color: orange !important;
    color: orange !important;
}

footer{
    background-color: #013d86;
    padding: 15px;
}

.last-menu ul{
    margin: 0px;
    padding: 20px 0px 10px 0px;
}

.last-menu ul li {
    list-style: none;
    display: inline-block;
}


.last-menu ul li a{
    color: #fff;
    padding: 10px;
}

.social-link h6{
    color: #fff;
    font-size: 18px;
    padding: 20px 0px 10px 0px;
}

.social-icon ul{
    margin: 0px 0px 0px 15px;
    padding: 15px 0px 0px 0px;
    text-align: right;
}

.social-icon ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px 0px 2px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
	/* box-shadow: 0px 0px 0px 3px #edd5d57a; */
}

.social-icon ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 27px;
}

.social-icon ul li a svg ,.social-icon ul li a i {
    font-size: 15px;
    color: orange;
    color: #013d86;
    color: #565555;
}

.social-icon ul li a svg:hover{
    color: orange;
}

.footer-logo img{
    width: 32px;
}

.site-name h6{
    font-size: 30px;
    color: #ffffff;
    margin: 0px 0px 0px 10px;
}

footer address{
    color: #fff;
    margin: 10px 0px;
}

footer address a{
    color: #fff;
}

footer address svg{
    color: orange;
}

.link-heading h6{
    color: #fff;
    text-align: left;
    font-size: 20px;
}

/* .border-cls{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
} */

.link-items ul li{
    list-style: none;
    
}

.link-items ul li a{
    color: #fff;
    font-size: 14px;
}

.link-items ul li svg, .link-items ul li i{
    color: #fff;
    margin-right: 8px;
}
.last-footer{
    background-color: #102239;
    margin: 0px;
    padding: 14px 0px 8px 0px;
    
}

.last-footer p{
    color: #fff;
    font-size: 12px;
}

.last-footer-link ul{
    text-align: right;
}

.last-footer-link ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px 0px 2px;
}

.last-footer-link ul li a{
    color: #fff;
    font-size: 12px;
}


.highlightSec .headLine {
    margin: 0 auto;
}


.Notice-Sec {
    padding-top: 0px;
}


  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 150px;
}

.head h2 {
    padding-bottom: 0px;
    font-size: 25px;
}


.highlightSec .head h2{
  padding-top: 0;
}

.slider{
    margin: 10px;
    box-shadow: 0px 0px 2px 2px #00000069;
    border-radius: 3px;
}

.plr25{
  padding:0 0 0px 25px;
}

.fixed-header{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 999;
}

.last-menu ul li a {
    color: #fff;
    padding: 10px;
    font-size: 14px;
}
body{
  overflow-x: hidden;
}

#check {
  display: none;
}
/* #check + label {
  position: absolute;
    z-index: 99;
    display: flex;
    align-items: center;
    cursor: pointer;
    top: 79px;
    left: 16px;
    height: 20%;
} */

#check + label {
  position: relative;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    top: 0px;
    left: 10px;
    height: 20%;
    /* padding-top: 5px; */
    /* background: #fff; */
    /* width: 24vw; */
}
#check:checked + label{
  background-color: #d2ecf7;
    justify-content: flex-end;
    width: auto;
    display: inline-block;
    margin-left: 253px;
}
/* #check + label {
  position: absolute;
  content: "";
  top: 42px;
  left: -1em;
  width: 100vw;
  height: 91vh;
  background-color: rgba(33, 33, 61, 0.5);
  transform-origin: 50% 50%;
  transform: scale(1.3);
  visibility: hidden;
  opacity: 0;
  transition: all 250ms linear;
} */
/* #check + label::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -1em;
  width: 100vw;
  height: 85vh;
  background-color: rgba(33, 33, 61, 0.5);
  transform-origin: 50% 50%;
  transform: scale(1.3);
  visibility: hidden;
  opacity: 0;
  transition: all 250ms linear;
} */

#check + label::before {
  position: absolute;
    content: "";
    top: 0;
    left: 37px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(33, 33, 61, 0.5);
    transform-origin: 50% 50%;
    transform: scale(1.3);
    visibility: hidden;
    opacity: 0;
    transition: all 250ms linear;
}

#check + label svg {
  margin-right: 0.5em;
}
#check + label svg path {
  transform-origin: 35% 50%;
  transition: transform 166.6666666667ms cubic-bezier(0.06, 0.63, 0.91, 0.66);
}
/* #check:checked + label:after{
  content: "";
    background-color: #013c86;
    position: absolute;
    top: 0px;
    left: -22vw;
    width: 25vw;
    height: 100vh;
    z-index: -6;
} */
#check:checked + label ~ aside {
  transform: none;
  display: block;
}
#check:checked + label::before {
  width:calc(100vw - 300px);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.parentCheck{
  position: absolute;
    width: 300px;
    height: 100vh;
    background: #d2ecf7;
    visibility: hidden;
}
@media (max-width: 576px) {
  #check:checked + label::before {
    left: calc(50vw - 1em);
  }
}
#check:checked + label svg #one {
  transform: rotate(45deg);
  stroke: #000;
}
#check:checked + label svg #two {
  visibility: hidden;
}
#check:checked + label svg #three {
  transform: rotate(-45deg) translateY(-10px);
  stroke: #000;
}
#check:checked + label ~ article {
  z-index: -1;
  transform: translateX(25vw) scale(0.7);
  border-radius: 0.25em;
  user-select: none;
  pointer-events: none;
}

aside,
article {
  padding: 0;
  transition: all 250ms cubic-bezier(0.06, 0.63, 0.91, 0.66);
}

 /* aside {
  position: absolute;
  width: 25vw;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background-image: linear-gradient(45deg, #3369e7, #2ede98); 
  background-color: #fff;
  top: 25%;
}  */

aside {
position: absolute;
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-image: linear-gradient(
        45deg, #3369e7, #2ede98); */
 
    top: 40px;
  display: none;
}
.top{
  padding:15px;
  background-color: #d2ecf7;
  position: relative;
  z-index: 99;
}

.top ul li{
  padding: 5px 0;
}

.top ul li a{
  font-size: 18px;
  color: #000;
    border-left: 2px solid #d2ecf7;
  transition: .5s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top ul li a:hover{
  border-left: 2px solid orange;
  color:orange;
  padding-left: 10px;
}

.top ul li a svg{
  float: right;
}
@media (max-width: 576px) {
  aside {
    width: 50vw;
  }
}

article {
  position: relative;
  transform-origin: 10% 50%;
  width: 100%;
  /* background-image: linear-gradient(45deg, #1cc7d0, #2ede98); */
}
article .wrapper {
  margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
article .wrapper h1 {
  margin: 0;
}
article .wrapper .footer {
  text-align: right;
}

.dateWhatsnew {
    background: #1f5aa1;
  }

  .tender-item{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }

  section{
    position: relative;
    overflow:hidden;
  }

  .tender-item p{
    font-size: 12px;
    text-align: center;
  }

  .contentWhatsnew p{
      text-align: left;
      line-height: 17px;
  }



.socialFixed{
        position: fixed;
    right: 0;
    top: 35%;
    z-index: 999;
    height: 266px;
    display: flex;
    align-items: flex-start;
    
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.socialFixed li{
    margin-bottom: 5px;
}

.socialFixed a{
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb{
    background:purple;
}

.twitter{
    background:blue;
}

.hideTimelines{
    display:flex;
}

.hideTimelines .timelines{
    display:none;
    transition:.5s ease-in-out
}

.hideTimelines:hover .timelines{
    display:block;
    transition: 2s ease-in-out;
    
}


#demo {
    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
    
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;

    width: 0px;
}
#demo.in {
      width: 215px;
    height: 250px;
}

#demo2 {
    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
    
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;

    width: 0px;
}
#demo2.in {
      width: 215px;
    height: 250px;
}
/*.socialFixed .btn{
margin: 10px;

}*/


.socialFixed .btn-sm{
    background:  #5da9dd ;
    border: 1px solid #fff;
}
.second .btn-sm{
background: #3a579d !important;
border: 1px solid #fff;
}
 
.foot-outer .navbar-light .footerToggleBtn {
position: relative;
border-radius: 50%;
width: 35px;
height: 35px;
border: none;
top: 18px;
padding: 0px;
margin: 0;
background: #013d86;
color: #fff;
border: 1px solid;
}
         #collapsingNavbar2{
             height: 50px;
            overflow: hidden;
            transition: all 1s ease-in-out !important;
         }

         .foot-outer .navbar {
    padding-bottom: 0;
}

.last-menu ul {
    margin: 0px;
    padding: 5px 0px 10px 0px;
}
.social-link h6 {
    color: #fff;
    font-size: 18px;
    padding: 5px 0px 10px 0px;
}
.social-icon ul {
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    text-align: right;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: none;
}

.timeline-Widget {
    overflow-y: scroll;
    height: 250px;
}




.second{

top:42%;
}
.upperNav {
    background: #d2ecf7;
}
.upperNav ul li a {
    color: #000;
}
.quickLinks {
    color: #000;
    background: #d2ecf7;
    box-shadow: 0px 0px 2px 2px #0000003b;
}
.quickLinks ul li a {
    color: #000;
    display: block;
}
.headLine {
    background: #74a8bd;
}
.headLine:before {
    background: #74a8bd;
}
.headLine:after {
    background: #74a8bd;
}
.WhatsNew {
    z-index: 99;
    background: #d2ecf7;
    color: #000;
    box-shadow: 0px 0px 2px 2px #0000003b;
        background: #d2ecf7;
}
.tender-item {
    border-bottom: 1px solid #92b0bd;
    margin-bottom: 20px;
}
.owl-dots .active {
    background-color: #74a8bd !important;
    color: #74a8bd !important;
}
.dateWhatsnew {
    background: #74a8bd;
    color: #fff;
}
.dateWhatsnew p span {
    color: #fff;
}
.readmorebtnMrq button {
      color:#fff;
    background: #74a8bd;
}
.carousel-indicators [data-bs-target] {
    background-color: #74a8bd;
}
footer {
    background: #565555;
}
.link-items ul li svg {
    color: #a0d8ef;
}
footer address svg {
    color: #a0d8ef;
}
.social-icon ul li a svg {
    font-size: 13px;
    color: #48a8cf;
}
.top ul li a:hover {
    border-left: 2px solid #25a8db;
    color: #25a8db;
} 
.foot-outer .navbar-light .footerToggleBtn {
          position: relative;
          border-radius: 50%;
          width: 35px;
          height: 35px;
          border: none;
          top: 18px;
          padding: 0px;
          margin: 0;
              background: #565555;
    color: #fff;
    border: 1px solid;
    padding: 4px;
         }

@media (max-width:767px){
    #cssmenu.small-screen #menu-button {
        width: 40px;
    float: right;
    z-index: 99;
    position: relative;
    top: -52px;
    }
    #cssmenu {
        z-index: 999;
        top: 52px;
    }
    #cssmenu.small-screen ul {
        padding-bottom: 50px;
    }
    .upperNav {
        background: #d2ecf7;
        justify-content: flex-end;
    }
    .upperNav ul li {
        padding: 2px 6px;
    }
    .upperNav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
        background: #d2ecf7;
        padding: 0px 10px;
        flex-wrap: wrap;
        justify-content: start;
    }
    .upperNav ul li a {
        font-size: 10px;
    }
    .bottomNav {
        height: auto;
    }

    .bottomNav .item:nth-child(2){
        width: 100%;
        position: relative;
        top: 0;
        z-index: 99;
    }
    .Menu {
        padding-right: 0;
    }
   
.rightLogo {
    top: -26px;
    right: 2px;
}
header .d-flex .item .leftLogo img {
    top: 3px;
    height: 56px;
    left: 3px;
    padding: 5px;
    z-index: 999;
}
.rightLogo img {
    height: 23px;
    padding: 2px;
}
.fixed-header .rightLogo img {

    display: none;
}
.socialFixed {
    top: 30%;
}
.second {
    top: 40%;
}
.logoName {
    position: absolute;
    top: 5px;
    left: 50px;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    justify-content: flex-end;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgb(255 255 255 / 96%);
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png);
}
.logoName h4 {
    font-size: 12px;
}
.w-100 {
    max-height: 400px;
}
.WhatsNew {
    z-index: 99;
    background: #d2ecf7;
    color: #000;
    box-shadow: 0px 0px 2px 2px #0000003b;
    background: #d2ecf7;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
}
.socialFixed {
    z-index: 999;
}

.Notice-Sec .plr25{
    padding:20px 0;
}
.departments_flex {
    flex: 0 0 50%;
    width: 50%;
}
.highlightSec {
    margin-left: 0;
}
#collapsingNavbar2 {
    height: 25px ;
}
.bg-light {
    background-color: #00000091 !important;
}
.follow-us{
    justify-content: flex-start !important;
}
.parentCheck {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #d2ecf7;
    visibility: hidden;
    transition: .5s ease-in-out;
}
#check:checked + label {

    margin-left: 87%;
}
aside {
    width: 100%;
}

footer .pb-5{
    padding-bottom: 0 !important;
}
.parentCheck {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #d2ecf7;
    visibility: hidden;
    transition: .5s ease-in-out;
}

}

@media (min-width:768px) and (max-width:991px){
    #cssmenu.small-screen #menu-button {
        width: 40px;
    float: right;
    z-index: 99;
    position: relative;
    top: -50px;
    }
    #cssmenu {
        z-index: 999;
        top: 52px;
        
    }
    #cssmenu.small-screen ul {
        padding-bottom: 50px;
    }
    .bottomNav {
        
        height: auto;
    }
    .bottomNav .item:nth-child(2){
        width: 100%;
        position: relative;
        top: 0;
        z-index: 99;
    }
    header .d-flex .item .leftLogo img {
       top: -24px;
    }
    .rightLogo {
        top: -24px;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: flex-end;
        margin-right: 55px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgb(255 255 255 / 96%);
    }

    .w-100 {
        width: 100%!important;
        height: 250px;
        max-height: 300px;
    }
    .WhatsNew {
        z-index: 99;
        background: #d2ecf7;
        color: #000;
        box-shadow: 0px 0px 2px 2px #0000003b;
        background: #d2ecf7;
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 10px;
    }
    .whatsUper {
        position: relative;
        margin-bottom: 32px;
    }
    .Notice-Sec .plr25 {
        padding: 0;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .navbar-light .navbar-nav .nav-link {
     
        font-size: 10px;
        padding: 10px 5px;
    }
    .logoName h4 {
        font-size: 12px;
    }
    .navbar-brand img {
        height: 74px;
    }
    .rightLogo img {
        height: 74px;
    }
    .fixed-header .navbar-brand img,.fixed-header .rightLogo img {
        height: 45px;
    }
    #cssmenu > ul > li > a {
        padding: 5px !important;
        font-size: 9px !important;
    }
}

@media (min-width:1201px) and (max-width:1300px){
    #cssmenu > ul > li > a {
        font-size: 12px !important;
    }
    .logoName h4 {
        font-size: 12px;
    }
    .navbar-brand img {
        height: 78px;
    }
    .rightLogo img {
        height: 78px;
    }
}

@media (min-width:1301px) and (max-width:1799px){
    .WhatsNew {
        height: 330px;
    }
    .departments {
        height: 215px;
    }

    

   
}




@media (min-width:1800px) {
    /* .carousel-inner img {
        width: 100%;
        height: 35vh;
        max-height: 35vh;
    } */
    header .d-flex .item .leftLogo img {
        height: 95px;
        padding: 7px;
    }
    .logoName {
        left: 78px;
    }
    .logoName h4 {
        font-size: 16px;
    }
    .bottomNav {
        height: 70px;
    }
    .Menu {
        padding-right: 70px;
    }
    section article {
        padding-top: 0px;
    }
    .rightLogo img {
        height: 95px;
        padding: 7px;
    }
    .upperNav {
        padding: 0 68px;
    }
    .upperNav ul li a {
        font-size: 15px;
    }
    .upperNav ul li a i {
        font-size: 20px;
    }
    #cssmenu > ul > li > a {
        font-size: 17px !important;
    }
    #cssmenu ul ul li a {
        font-size: 14px;
    }
    .carousel-inner img {
       
        height: 400px ;
    }
    .quickLinks {
        height: 400px;
    }
    .quickLinks ul li a {
      
        font-size: 19px;
    }
    .WhatsNew {
        height: 330px;
    }
    .departments {
        height: 290px;
        margin-top: 10px;
    }

    .departs .head{
        margin-top:20px;
    }
    .highlightSec {
        height: 270px;
    }
    .contentWhatsnew p {
        line-height: 23px;
        font-size: 16px;
    }
    .contentWhatsnew h3 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 5px;
    }
    .readmorebtnMrq a {
        font-size: 15px;
    }
    .tender-item p {
        font-size: 15px;
    }

    .inner-box h4 {
        font-size: 18px;
    }
    .highlightSec h4 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 25px;
    }
    
    
}


@media (min-width:1800px) and (max-width:1899px){
    .WhatsNew {
        height: 330px;
    }
    .departments {
        height: 220px;
        
    }
}

@media (min-width:1900px){
    .inner-box {
        padding: 20px 10px;
        margin-bottom: 30px;
        height: auto;
        margin: 10px;
    }
    .WhatsNew {
        height: 382px;
    }
    .highlightSec {
        height: 325px;
    }
    .WhatsNew marquee {
        height: 290px;
    }
}