.breadcrumbs {
  display: flex;
  margin-top: 20px;
}

.breadcrumbs__link {
  color: white;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
}

.breadcrumbs__link--home {
  background-color: coral;
}

.breadcrumbs__link--level-one,
.breadcrumbs__current {
  padding-left: 16px;
  position: relative;
}

.breadcrumbs__link--level-one {
  background-color: olive;
}

.breadcrumbs__link--level-one::before,
.breadcrumbs__current::before {
  content: '';
  border: 10px solid transparent;
  position: absolute;
  height: 0;
  left: 0;
  width: 0;
}

.breadcrumbs__link--level-one::before { border-left-color: coral; }

.breadcrumbs__current::before { border-left-color: olive; 

}

  .magnific-img img {
    width: 100%;
    height: 200px;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 19.6%;
    margin: 3px 1px;
    border: 3px solid #01366a;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
    opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }





.card img{
    width: 100%;
}
.page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.card {
  position: relative;
  width: 70%;
  height: 300px;
  overflow: hidden;
  background-color: #01366a;
  background-size: 100%;
  background-position: center;
  box-shadow: -2px 2px 11px 3px rgb(0 0 0 / 50%);
  box-sizing: border-box;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.card:hover {
  transform: translateY(-20px);
  background-position: center 100%;
  background-size: 105%;
  box-shadow: 0px 0px 20px 0px rgba(119, 119, 119, 0.6);
}
.card:hover .card__button {
 transform: translateY(0%);
    color: #2263a3;
    transition: all 0.3s;
    font-size: 13px;
    font-weight: bold;
  }

.card__button {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: all 0.3s;
}

.gall h3{
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}
.galler ul li{
    margin: 0 5px;
}

.galler ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.breadcrumb > li {
  font-weight: 600;
}

/* video gallery  css  */


.video-grid.front-page {
    padding: 0em 2em;
    margin-bottom: 20px;
}

ul.video-list {
  display: flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

li.video {
  flex-grow: 1;
  position: relative;
  ooverflow: hidden;
  width: 33.333333333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border: solid 0.2em transparent;
}
li.video a {
  outline: none;
}
li.video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s;
  border: 3px solid #01366a;
}
li.video figure {
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
li.video figure img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s;
}
li.video figure figcaption {
  position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(1 41 80 / 91%);
    color: #fff;
    /* font-size: 14px; */
    /* font-weight: 600; */
    padding: 1rem;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.2s;
}
li.video:hover figure img {
  opacity: 1;
  transform: scale(1);
}
li.video:hover figure figcaption {
  opacity: 0;
  transform: translateY(50%);
}
li.video:hover:before {
  
}

@media screen and (max-width: 800px) {
  li.video {
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 640px) {
  li.video {
    width: 100%;
  }
}
.video{
    margin: 2px 0px;
} 


.top-left {
    position: absolute;
    top: 25%;
    left: 16%;
    font-size: 50px;
}
.region {
  position: relative;
  text-align: center;
  color: white;
}
.common-left ul li span {
  color: black;
}
.ico-skip   {
 color: black;
}
.cmf_lan {
  color: black;
}

.galler1 {
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 85%;
    left: 10%;
    font-size: 40px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
}

.bottom-left1 {
   position: absolute;
    bottom: 50%;
    left: 65%;
    font-size: 35px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    background: #2263a3;
    padding: 0 10px;
    border-radius: 10px;
}
.bottom-left3 {
    position: absolute;
    bottom: 80%;
    left: 10%;
    font-size: 35px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    background: #2263a3;
    padding: 0 10px;
    border-radius: 10px;
  }


/*  haeding */


.heading {
 position: relative;
    margin: 0px 0 0px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 25px;
    /* letter-spacing: 0.06em; */
    font-weight: 600;
}

.heading:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    width: 100px;
    height: 6px;
    border-left: 50px solid #f12735;
    background-color: #01366a;
}
.heading:after {
  content: "";
    display: block;
    position: absolute;
    right: 50%;
    bottom: 18px;
    border-right: 3px solid #01366a;
    border-bottom: 3px solid #01366a;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}
.galler{
  margin-bottom: 20px;
}

/* ***********************  contact us page css **************************/
.card-2 {
  box-shadow: 0 3px 6px rgb(0 0 0 / 64%), 0 3px 6px rgb(0 0 0 / 58%);
  border-top: 4px solid #01366a;
  padding: 0 10px;
  margin-bottom: 10px;
}
.card-5 {
  box-shadow: 0 3px 6px rgb(0 0 0 / 64%), 0 3px 6px rgb(0 0 0 / 58%);
  border-top: 4px solid #01366a;
  padding: 0 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.card-5:hover {
  background: #4eacec;
  color: #fff;
  cursor: pointer;
  transition-duration: 1.2s;
}
.card-5 p:hover {
  background: #4eacec;
  color: #fff;
  cursor: pointer;
  transition-duration: 1.2s;
}

.card-2 h4{
  font-size: 20px;
  font-weight: 700;
}

.card-2 ul li{
  margin: 6px 0;
}

.card-2 ul li img{
    height: 20px;
    width: 20px;
}

/*  site map css    */

.sitemap1 ul, li {
  margin: 0;
  padding: 0;
  font-size: 14px;
}


.sitemap ul {
  list-style: none;
}
.sitemap ul li {
  line-height: 1.5rem;
  vertical-align: top;
  position: relative;
}
.sitemap ul li a {
    text-decoration: none;
    color: #01366a;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
}
#site{
  text-decoration: none;
    color: #01366a;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
}
.sitemap ul ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.sitemap ul ul li {
  position: relative;
}
.sitemap ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 100%;
  border-left: 1px #000 solid;
  position: absolute;
  top: -0.75rem;
}
.sitemap ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  border-bottom: 1px #000 solid;
  position: absolute;
  top: -0.75rem;
}
.sitemap ul ul li a {
  margin-left: 3.75rem;
}


/* employee welfare css */
.card-3 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  text-align: center;
  margin-bottom: 20px;
  background: #bbdeff;
  height: 110px;
    padding: 0 5px;
}
#user2{
  text-align: center;
    font-size: 20px;
    border: 10px solid #fff;
    padding: 10px 10px;
    border-radius: 50%;
    background: #2263a3;
    color: #fff;
    margin-bottom: 10px;
    margin-top: -15px;
  }
.card-3 h4{
  font-size: 18px;
  color: #2263a3;
  font-weight: 600;
  margin-bottom: 10px;
}

/*   public notic css  */



.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
..panel-default>.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
..panel-default>.panel-heading {
    margin-bottom: 20px !important;
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #00bcd4;
    text-align: center;
    color: #fff;
}

.tab7 li{
  margin-bottom: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 10px;
}
.new2{
   box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
   padding: 10px;
   color: #01366a;
   font-size: 16px;
}


/*  employee corner css  */

.w3-card-4{
  margin-bottom: 20px;
}
.w3-center h4{
  font-weight: 600;
}

.img-wrapper {  
  width: 100%;
  overflow: hidden; 
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
}


/*  board of director css */

.card4 .card-image1{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 2px solid #1381de;
    width: 100%;
}

.card4 .card-image1 img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 2px solid #1381de;

}



.card4{
    font-family: 'Roboto', sans-serif; 
    border:none;
    margin-top: 10px;
    position: relative;
   
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card4 .card-content {
  padding: 10px;   
  background:#1381de;
  color:white;
    margin-top: 4px;
    height: 120px;
}

.card4 .card-content .card-title, .card-reveal .card-title{
    font-size: 16px;
    font-weight: 200;    
}

.card4 .card-reveal{    
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    left:0;
    bottom:0;
    height: 100%;
    z-index: 1;
    display: none;    
}

.card4 .card-reveal .card-title{
    color: #000;
    margin:10px; 
    font-size:17px;
    font-weight: bold;
}

.card4 .card-reveal p{
    color: #000;
    margin:10px; 
    font-size:16px;
    text-align: initial;
}

.btn-custom{
    background-color: transparent;
    font-size:18px;
 
}
.show {
  float: right;
  margin-top: -6px;
  margin-bottom: 20px;
}

.img-fluid {
  width: 100%;
  height: 200px;
}

/* administrative css  */

.new_card p{
      margin-top: 10px;
    color: white;
    text-align: initial;
  }
  .new_card{
    background: #2263a3;
    height: 200px;
  }
  .new_card1 p {
    color: white;
    margin-top: 10px;
    text-align: initial;
    
  }
  .new_card1{
    background: #1c96e5;
    color: white;
    height: 200px;
  }

  /* swc css  */

  /* Relative positioning*/
#image-map {
    position: relative;
    margin: 20px auto 20px auto;
}

/* Hide the original tooltips contents */
.pin {
    display: none;
}

/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
    position: absolute;
    background: url(https://i.imgur.com/13rZbuk.png);
    width: 25px;
    height: 37px;
}

.tooltip-down {
    background-position: 0 -37px;
}

.tooltip {
    display: none;
    width: 200px;
    cursor: help;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 999;
    margin-left: -115px;
    padding:15px;
    color: #222;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0,0,0,.7);
    background: #fff1d3;
    background: linear-gradient(top, #fff1d3, #ffdb90);         
}

.tooltip::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 10px solid #fff1d3;
    border-left: 10px solid transparent;
    border-right : 10px solid transparent;
}

.tooltip-down .tooltip {
    bottom: 12px;
    top: auto;
}

.tooltip-down .tooltip::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid #ffdb90;
}

.tooltip h2 {
    font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
    margin: 0 0 10px;
}

.tooltip ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab8 li{
   margin-bottom: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 10px;

}
.tab8 {
  margin-top: 20px;
}
.tab8 h4{
  margin-bottom: 10px;
  font-size: 20px;
    font-weight: bold;
}


/* customer page css */

.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.scroll-element,
.scroll-caption {
  width: 50%;
}

.scroll-caption {
  margin: 1rem;
}
@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}
/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}


.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}


.tab7{
  font-size: 16px;
}
.tab9{
  font-size: 16px;
  padding: 10px;
}

#central{
  text-align: center;
    /* margin-bottom: 23px; */
    margin: 20px 0;
    font-weight: 600;
    font-size: 22px;
    color: #01366a;
}
.w3-card-4 {
  padding: 10px 10px;
}
.w3-indigo{
  margin: 3px 0;
}
.w3-indigo1{
  margin: 5px 5px;
    font-size: 16px;
    background: #054c92;
}
    

.hrr{border: 0!important;
    border-top: 2px solid #01366a!important;
    margin: 10px 0!important;
  }
  .bottom-left2 {
    position: absolute;
    bottom: 35%;
    left: 55%;
    font-size: 30px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    background: #2263a3;
    padding: 0px 10px;
    border-radius: 10px;
}



/* tender css  */

.card_img .text2 {
  position: absolute;
  bottom: 0;
 
  background: rgb(0 0 0 / 81%); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  font-size: 15px;
}
.card_img img {vertical-align: middle;}

.card_img {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10%;
}

.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
  
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
 border-bottom-color: #000;
    border-right-color: #a5a5a540;
    background: #2263a3;
    border: none;
    border-radius: 0px;
    margin: 0px;
    color: #fff;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #2263a3;
    display: block;
    width: 0;}

    .w3-tag {
    background-color: #0153a3!important;
  }

  .glance1 ul {
        display: flex;
    font-size: 18px;
  }
  .glance1 ul li{
    margin: 0 10px;
  }
.tab8 p{
  font-size: 16px;
}
.tab9 h5{
      font-weight: 600;
    margin-bottom: 5px;
}
.tab9 p{
    margin-bottom: 10px;
}

/* ahmedabad css */

.butt{
  float: right;
  margin-bottom: 20px;
}
.butt a{
      font-size: 15px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid;
    background: #808000;
    color: white;

}
.butt a:hover{
    background: #2263a3;
    color: white;
    transition-duration: 1.3s;
}



.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #f12735 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #01366a !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 4px #01366a;;
    margin: 2px;
    padding: 20px;
    padding-left: 45px;
    border-radius: 10px;
    text-align: center;
}

/*.single-testimonial-item:before {
    font-family: "Fontawesome";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #2263a3;
    line-height: 30px;
    margin-top: -15px;
}*/

/*.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}*/

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.flex-container {
  
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 17px;
  
}

#vie {
  font-size: 14px;
    font-weight: bold;
    color: red;
    padding: 5px 10px;
}
#vie img{
  height: 15px;
    width: 20px;
}

.down {
  display: flex;
  margin-top: -5px;
}

.img_op {
  position: relative;
}

#vie2 {
  font-size: 14px;
    font-weight: bold;
    color: #01366a;
    padding: 5px 10px;
}
#awar{
  padding: 10px;
    font-size: 16px;
    text-align: initial;
}
#vi{
  padding: 5px;
  padding: 5px;
    margin-bottom: 10px;
    background: #2263a3;
    color: #fff;
}
.w3-card-2 {
  margin-bottom: 20px;
}

#test{
  text-align: center;

}

.tab-pane h4{
 font-weight: 600;
    font-size: 18px;
}

.single-testimonial-item span{
  background: #2263a3;
    font-size: 14px!important;
    color: white;
    padding: 3px 5px;
    border-radius: 10px;
}

/* card img  */

.float-layout {
  padding: 15px 10px;
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0;
}

.card-container {
  overflow: hidden;
  cursor: pointer;
}

.card_2 {
  background-color: dodgerblue;
  color: #fff;
  min-height: 100%; /*replace this it in width: 100%*/
  width: 50%;
  float: right;
}

.name{
  padding: 0 10px;
    font-size: 17px;
}

.card-title {
      font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
}

.card-desc {
  padding: 10px;
    font-size: 13px;
    line-height: 15px;
}
.card-desc p{
  color: #fff!important;
  line-height: 22px;
  text-align: initial;
}

/*add this it*/
.card-image1 {
  display: flex;
}
/*-------------*/

.card-image1 img {
  width: 100%;
  height: 32vh;
}
.wrap{
  width: 100%;
}

/* Phone Devices Query */
@media only screen and (max-width: 37.5em) {
  .card-image1 img {
    width: 100%;
    height: auto;
  }
  
  /*add this it*/
  .card-image1 {
     flex-direction: column;
  }
  /*----------------------*/

  .card_2 {
    width: 100%;
    margin-top: -4px;
  }
}

.ndi{
      padding: 12px 10px;
    font-weight: 600;
}


/* rajbhasha scroller bar  */

.scrollbar1
{
  float: left;
  height: 400px;
  width: 100%;
  background: #51a7fc38;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow1
{
  min-height: 450px;
  padding: 10px;
}

.art_head h4{
 font-size: 25px;
font-weight: 600;
 margin-bottom: 10px;
}

.art_head h6{
  font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
#art_para{
  margin-bottom: 10px;
}
.artcltext{
  font-size: 15px;
  font-weight: 600;
}

#down {
   color: #222222;
    background: #ffffff;
    padding: 8px 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid;
    
  }
  .pdf_down{
    margin-bottom: 20px;
  }
  .pdf_down img{
    height: 30px;
    margin-bottom: 8px;
    margin-top: 5px;
  }

  .line-navbar {
    list-style: none;
    margin: 10px auto;
    padding: 0 0 4px 0;
    text-align: center;
}
.line-navbar li {
    display: inline-block;
    border-right: 1px solid #ccc;
    margin: 5px 0;
    }
  .socila ul {
    display: flex;
  }
.serial {
    margin-top: 10px;
    margin-bottom: 20px;
}
.serial ul {
    display: flex;
}
.serial ul li {
    font-size: 17px;
    font-weight: 600;
    margin: 0 10px;
}

.search-container{
  width: 100%;
  display: block;
  margin: 0 auto;
}

input#search-bar{
 margin: 6px auto;
    width: 100%;
    height: 35px;
    padding: 0px 20px;
    font-size: 1rem;
    border: 1px solid #01366a;
    outline: none;
 }

.search-icon{
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
  right: -28px;
}


.art_side h5{
  font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.latest_post h4{
  font-size: 23px;
    font-weight: 600;
    margin-top: 18px;
}
.art p{
  font-size: 15px;
}

.scrollbar2
{
  float: left;
  height: 352px;
  width: 100%;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow2
{
  min-height: 400px;
}
#style-4::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
  background-color: #01366a;
  border: 2px solid #01366a;
}
.art_bann{
position: relative;
}
.top-right {
 position: absolute;
    top: 8px;
    right: 1px;
    background: #000000b3;
    color: white;
    padding: 7px 10px;
    font-size: 16px;
}
/*#glance2{
  background-image: url("../img/small_img/gif_img.gif");
}*/
.top-right i{
  background: #2263a3;
    padding: 5px;
  }


  /*   bhandaran bharti css */

  .image-holder {
  float: left;
  margin-right: 100px;
  display: block;
  width: 50%;
  margin-bottom: 20px;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li{
      margin: 7px 0;
    font-size: 15px;
    font-weight: bold;
    background: #1381de;
    padding: 5px;
    color: white;
}

#style-12::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

.hindi_text{
    position: absolute;
    bottom: 80%;
    left: 10%;
    font-size: 40px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
}
.hrrr{
  margin: 0px!important;
  margin-top: -10px;
  border-top: 3px solid #42ce31;
}

.list-wrapper {
  padding: 15px;
  overflow: hidden;
}

.list-item {
  border: 1px solid #EEE;
  background: #FFF;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.list-item h4 {
  color: #FF7182;
  font-size: 18px;
  margin: 0 0 5px;  
}

.list-item p {
  margin: 0;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #EEE;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
  color: #FFF;
  background-color: #FF7182;
  border-color: #FF7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #e04e60;
}

.text-con{
  position: absolute;
  bottom: 55%;
    left: 10%;
    font-size: 40px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
}


