@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2");
  font-weight: 700;
  font-display: swap;
} 
  
  body {
    padding: 0px;
    margin: 0px;
    font-family: "Roboto";
    font-weight: 400;
    color: var(--black);
    font-size: var(--medium-font)!important;
    line-height:var(--line-height)!important ;
  }
  a{
    color:var(--textlink);
    text-decoration: none;
    }
  .circular-wrapper{
    background: var(--bodybg);
  }
  .h2_heading{
    font-size: var(--heading-font);
    color:var(--black);
    font-weight: 500;
    padding: 7px 0;
    margin: 0;
  }
  .h3_heading{
    font-size: var(--sub-heading-font);
    color:var(--black);
    font-weight: 500;
    padding: 7px 0;
    margin: 0;
  }
  /* for custom list  */
ol{
  margin:0 30px 
 }
 .list-none li{
  padding:5px 0
 }
 .list-dotted,.list-arrow{
   list-style: initial;
   margin-bottom: 10px;
 }
 .list-arrow li::marker{
  content: "\f105"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--arrowcolor);
    font-size: 15px;
 }
 .list-arrow li{
  padding-left: 7px;
  margin-bottom: 7px !important;
  border-bottom: 1px dashed #c3c3c3;
  padding-bottom: 7px;
 }
 .list-arrow li:last-child,.list-dotted li:last-child{
  border-bottom: 0px;
 }
 .list-dotted{
   margin:0 30px 15px
 }
 .list-dotted li{
  margin-bottom: 7px !important;
  border-bottom: 1px dashed #c3c3c3;
  padding-bottom: 7px;
 }
 .list-arrow{
  margin:0 22px 15px
}
  p{
    line-height: var(--line-height);
  }
  a:hover{
    color: var(--orange) !important;
    text-decoration: none !important;
  }
  dl, ol, ul {
    word-break: break-word;
}
ul.inner_ul_style{
margin-left: 20px;
}
  .main-right-panel p{
    word-break:break-word ;
  }
  
  * {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }

  ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }  
  .bg-skylight{
    background: #F5FAFF
  }
 
  .bg-skyblue{
    background:var(--active-parent)
  }
  .bg-darkblue{
    background: var(--darkblue);
  }
  .bg-blue{
    background: #E9F0FA;
  }
  .text-bown {
    color: var(--brown);
}
.bg-lightblue{
  background: var(--lightblue);
}
 .wrapper .top-nav .left-panel li i.fas.fa-bars {
  font-size: 15px;
}
  
.wrapper .top-nav {
    background: var(--navyblue);
    position: relative;  
}
ol.upper-roman {list-style-type: upper-roman;}
ol.lower-roman {list-style-type: lower-roman;}
ol.lower-alpha {list-style-type: lower-alpha;}
ol.upper-alpha {list-style-type: upper-alpha;}

ol.upper-roman li,
ol.lower-roman li,
ol.lower-alpha li,
ol.upper-alpha li
{
  margin-bottom: 7px !important;
  border-bottom: 1px dashed #c3c3c3;
  padding-bottom: 7px;
}
ol.upper-roman li:last-child,
ol.lower-roman li:last-child,
ol.lower-alpha li:last-child,
ol.upper-alpha li:last-child{
  border-bottom: 0px;
}
.submenu-dropdown h3 {
    padding: 20px 0px;
}
h3 {
    font-size: 23px;
    color: var(--orange);
    font-weight: 300;
}
ul.menu-items li {
    padding: 7px 0px;
    list-style-type: disc;
    color: #fff;
    margin-left: 18px;
}
ul.menu-items li.orange-text {
  list-style-type: none;
  margin-left: 0px;
}
ul.menu-items li.orange-text a {
  color:var(--orange);
  font-size: 22px;
}
.orange-text {
  color: var(--orange);
}
.menu-column p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0px;
}
 
 .navbar-expand-lg .navbar-collapse {
  display: inline-block!important;
 }
 .wrapper .top-nav .left-panel li {
  float: left;
  padding: 5px 0px
}

.menu-bar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
   z-index: 99;
}
.wrapper .top-nav .left-panel li.toggle-btn a {
  font-size: 19px;
}
.wrapper .top-nav .left-panel li.toggle-btn {
  padding-top: 7px;
  padding-right: 5px;
}
  
.wrapper .top-nav .left-panel li.text-right {
    border-right: 1px solid #ddd;
    margin-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

 nav{
  display: inline-block;
 } 
  
.wrapper .top-nav .right-panel{
  margin-bottom: 0px;
}
  
.wrapper .top-nav .right-panel li {
    float: left;
    border-right: 1px solid #70707070;
    padding: 4px 9px;
    position: relative;
}
.wrapper .top-nav .right-panel li a i{
 font-size: 18px;
 vertical-align: middle
}
.wrapper .top-nav .right-panel li.cog-dropdown > a.font_increase,
.wrapper .top-nav .right-panel li.cog-dropdown > a.font_default,
.wrapper .top-nav .right-panel li.cog-dropdown > a.font_decrease{
  background: var(--bg-white) !important;
  width: 25px;
  height: 20px;
  color: var(--black) !important; 
  display: block;
  text-align: center;
}
.wrapper .top-nav .right-panel li.cog-dropdown > a.font_increase:hover,
.wrapper .top-nav .right-panel li.cog-dropdown > a.font_default:hover,
.wrapper .top-nav .right-panel li.cog-dropdown > a.font_decrease:hover{
  color: var(--black);
}
ul.menu-listing{
  margin-bottom: 0px;
}

.wrapper .top-nav .left-panel.top_logo li a {
  color:  var(--white) !important;
  vertical-align: text-bottom;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;

}

.wrapper .top-nav .right-panel li.cog-dropdown a:hover {
  background: transparent;
}
.wrapper .top-nav .right-panel li.cog-dropdown > a {
  background: transparent !important;
  color: var(--white) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wrapper .top-nav .right-panel li.cog-dropdown > .dropdown-menu {
  left: auto !important;
  top: 7px !important;
  right: 8px;
}
.wrapper .top-nav .right-panel li.cog-dropdown > .dropdown-menu a.dropdown-item {
  padding: 6px 12px;
}

.wrapper .top-nav .right-panel li:last-child {
  border: 0px;
  padding-right: 0px;
  padding: 2px 3px ;
}

.wrapper .top-nav .right-panel li a {
  color: var(--white) !important; 
    font-size: 13px;
    line-height: 13px;
    padding: 0px;
    font-weight: 600;
    border: 0px;
    text-decoration: none;
}
.wrapper .top-nav .right-panel li a::after {
    display: none;
}
.wrapper .top-nav .right-panel li.dropdown > a.language {
    background: #fff;
    color: #38322D;
    padding: 3px 9px;
    display: block;
    border-radius: 4px;
}  
.wrapper .top-nav .right-panel li .dropdown-menu {
    min-width: auto;
    background:#ffffff;
    border: 0px;
    border-radius: 0px;
    padding: 5px;
    left: -7px !important;
    
}



a.hide_menu {
  position: absolute;
  right: 15px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4E4E4E;
  z-index: 4;
  font-size: 15px;
  text-decoration: none;
}
  
.wrapper .top-nav .right-panel li .dropdown-menu .dropdown-item {
    padding: 6px 18px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
  
  
  
  .wrapper .mid-nav .logo a img {
    width: 60px;
    float: left;
    margin-right: 10px;
  }
  .wrapper .mid-nav .logo {
    line-height: 55px;
    font-size: 45px;
  }
  .wrapper .mid-nav .logo a {
    font-size: 20px!important;
    line-height: 0px;
    text-decoration: none;
    /*color:var(--black);*/
	color:#000;
    font-weight: 700;
    font-family: 'Roboto';
  }
  .wrapper .mid-nav .logo h1{
    font-size: 61px;
    line-height: 26px;
  }
.wrapper .mid-nav .logo a:hover {
  /*color:var(--black) !important;*/
  color:#000 !important;
}
  .wrapper .mid-nav .logo span {
    font-size: 16px!important;
    line-height: 0px;
    /*color:var(--black);*/
	color:#000;
    font-weight: 700;
    text-transform: none;
}
.wrapper .menu-bar {
  /* background: var(--darkblue); */ 
 background: rgb(21,83,132);
background: linear-gradient(90deg, var(--menu-first) 0%, var(--menu-second) 57%, var(--menu-third) 100%);
}
.wrapper .menu-bar  ul.navbar-nav > li > a.is-active,
.wrapper .menu-bar  ul.navbar-nav > li > a.hover,
.wrapper .menu-bar  ul.navbar-nav > li.active{
background: var(--active-parent);
}
.wrapper .menu-bar .menu_wrapper .navbar{
  padding: 0;
} 
.wrapper .menu-bar .menu_wrapper ul > li > a {
  color: var(--white) !important;
  text-decoration: none;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 21px;
  display: block;
}
.wrapper.light-header .menu-bar .dropdown-menu {
  background: var(--menu-first);
  border-radius: 0px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 9;
  min-width: 15rem!important;
}
.wrapper.light-header .menu-bar ul li ul li ul.dropdown-menu{
  background:var(--megablue);
  }
  .wrapper.light-header .menu-bar ul li ul li ul.dropdown-menu li ul.dropdown-menu{
    background: var(--subblue);
    }
.wrapper .menu-bar.bg-sky-blue .menu_wrapper ul li a.active, .wrapper .menu-bar.bg-sky-blue .menu_wrapper ul li a:hover {
  background: var(--blue);
}
.wrapper .menu-bar.bg-sky-blue .menu_wrapper ul li .dropdown-menu {
  background: var(--blue);
  padding: 0px;
  margin: 0px;
  min-width: 260px;
  border-radius: 0px;
}
.wrapper .menu-bar .menu_wrapper ul li .dropdown-menu .dropdown a{
  padding: 12px 15px !important;
  border-top: 1px solid #ffffff6b;
  white-space: inherit;
  color:var(--white);
  display: block;
}
.wrapper .menu-bar .menu_wrapper ul li .dropdown-menu .dropdown-item {
  padding: 0px !important;
  border-top: 1px solid #ffffff6b;
  white-space: inherit;
  color:var(--white);
  display: block;
}
.wrapper .menu-bar .menu_wrapper ul li a.active, .wrapper .menu-bar .menu_wrapper ul li a:hover  {
  background: var(--active-parent);
  color:var(--white) !important;
}
.wrapper .menu-bar .menu_wrapper ul li .dropdown-menu .dropdown a.active,.wrapper .menu-bar .menu_wrapper ul li .dropdown-menu .dropdown a:hover,.wrapper .menu-bar .menu_wrapper ul li .dropdown-menu .dropdown a:focus{
  background: var(--active-parent);
  color:var(--white) !important;
}
.wrapper .menu-bar .menu_wrapper ul li .dropdown-menu .dropdown .dropdown-item.bg-light{
  background: var(--active-parent)!important;
  color:var(--white) !important;
}


.wrapper.light-header .top-nav {
  background: var(--top-nav);
 
}

.wrapper.light-header .top-nav  .right-panel li.cog-dropdown > a {
  color: var(--white);
  border: 0px !important;
  margin: 2px 0px;
  line-height: 24px;
}

.wrapper.light-header .top-nav .right-panel li.dropdown.cog-dropdown > a:hover{
  color:var(--white);
}
.wrapper .top-nav .right-panel li {
  border-right: 1px solid #efececd1;
}
.wrapper .top-nav .right-panel li.sitemap{
  border: 0px;
}
.wrapper.light-header .top-nav  .right-panel li.dropdown > a.language {
 padding: 1px 9px;
  color: #38322D;
  border: 1px solid #707070;
}
.wrapper.light-header  .top-nav .right-panel li .dropdown-menu a{
  color: var(--black) !important;
}
.wrapper.light-header  .top-nav .right-panel li .dropdown-menu a.bg-default{
  color: #ffffff !important;
  background: #002458;
}
.wrapper.light-header  .top-nav .right-panel li .dropdown-menu a.bg-dark{
  color: yellow !important;
}
.bg-mid-nav {
    background:var(--bg-white);
}
.wrapper .mid-nav .logo > img {
  max-width: 44px;
}
.wrapper .top-nav .right-panel li .dropdown-menu.social-menu, .wrapper .top-nav .right-panel li .dropdown-menu.font-menu {
  background: #ffffff;
  box-shadow: 0px 0px 24px #0c60951f;
  z-index: 99;
}
.wrapper .mid-nav .logo > img {
  max-width: 44px;
}

.dropdown-submenu {
  position: relative;
}

 
.dropdown-submenu:after {
  display: inline-block;
  content: " ";
 
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
  position: absolute;
  right: 20px;
  top:10px
}


.tab-display-block {
  display: none;
}
.search-panel .btn.btn-warning {
  background: var(--orange);
  color: var(--white);
  font-size: 14px;
}
.wrapper .top-nav .right-panel .dropdown-menu.search-area {
  min-width: 340px;
}
.wrapper .top-nav .right-panel .dropdown-menu.search-area .js-form-type-search{
  display: inline-block;
  margin: 0px;
  width: 95%;
  position: relative;
  padding-right: 90px;
}
.wrapper .top-nav .right-panel .dropdown-menu.search-area .form-actions.js-form-wrapper{
  display: inline-block;
  margin:0px;
  position: absolute;
    right: 0;
}
.wrapper .top-nav .right-panel li .dropdown-menu.search-area.dropdown-menu{
background: #fdfdfd;
border: 0px;
border-radius: 0px 0px 5px 5px;
padding: 0px;
left: -12px !important;
box-shadow: 3px 2px 5px;
top: 13px !important;
}
.search-panel {
  padding: 20px !important;
}
.btn-search{
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  background: 0px;
  border: 0px;
 
}
.block-search .form-type-search input[type="search"]{
  padding: 8px 15px;
  font-size: 14px;
  line-height: 14px;
  padding-right: 40px;
  background-clip: initial;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.btn-search{
    position: absolute;
    z-index: 9;
    right: -14px;
    top: 50%;
    background: var(--btn-bg);
    color: #ffffff;
    width: 32px;
    height: 32px;
    padding: 5px 10px;
    border-radius: 50px;
    transform: translate(-50%, -50%);
}
.btn-search:hover{
  background: var(--btn-bg)
  color: #000000;
}
.region-primary-menu{
  display: flex;
}
.block-search{
  position: relative;
}
.block-search h2{
  display: none;
}
  /* ======= HEADER CSS END ======= */
  .image-responsive {
    width: 100%;
  }
  
  button:focus {
    outline: 0px;
  }
  
/* ======= HOMEPAGE CSS START ======= */


.block-title{
  font-weight: 500;
    color:var(--black);
  text-align: center;
  padding-bottom: 25px;
  font-size: var(--heading-font);
  margin: 0;
}

.py-50{
  padding: 35px 0px;
}

 .bg-white{
   background:#ffffff;
 }
 
  
.home_news_publication{
  margin-top: 6px;
  background:var(--bg-white) !important;
}
.home_news_publication .noti-list,
.home_news_publication .noti-list1,
.home_news_publication .tender-list{
  max-height: 295px;
  min-height: 295px;
    overflow-y: auto;
    overflow-x: hidden;
}

.home_news_publication .noti-list,
.home_news_publication .noti-list1,
.home_news_publication .tender-list{
  scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
  scrollbar-width: thin;
}
.top-login{
  background-color: var(--top-login-btn);
  color:var(--white)
}
.wrapper .top-nav .right-panel li.top-login{
  padding: 6px 17px;
  border:0px;
}

.wrapper .top-nav .right-panel li.top-login a{
  color: #fff!important;
}
.home_news_publication .notification-view{
  width: 80%;
  display: inline-block;
}
.home_news_publication .action-button{
  padding: 10px 25px;
  width: 100%;
  display: inline-block
}
.card-listing ul{
  padding: 0;
  margin: 0;
}
.card-listing .notification-view{
  width: 80%;
  display: inline-block;
}
.card-listing .notification-view .tab-title{
  font-weight: 500;
}
 .card-listing ul li {
  margin: 0 ;
  padding: 15px 20px;
}
.card-listing ul li:nth-child(odd){
  background-color: var(--lightgrey);
}
.card-listing ul li:nth-child(even) {
  background-color: var(--bg-white);
}
.card-listing ul li .tab-title a{
  color:var(--black);
  font-weight: 500;
  font-size: var(--medium-font)
}
.card-listing .tab-view{
  float: right;
  border: 1px solid var(--borderblue);
  color: var(--textblue);
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px!important;
  line-height: 17px;
  text-align: center;
  border-radius: 2px;
  font-weight: 500;
  width: 90px
}
.card-listing .tab-view:hover{
  color: var(--textblue)!important;
}
.home_news_publication .action-button .tab-view.yellow-btn{
  float: right;
}
 .action-button .tab-view.yellow-btn{
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px!important;
  line-height: 17px;
  text-align: center;
  border-radius: 2px;
  font-weight: 600;
  background-color: var(--btn-bg) ;
  color: var(--white);
  width: 90px;
  float: left;
} 

 .action-button .tab-view.yellow-btn:hover{
  background-color: var(--btn-bg) ;
  color: #fff !important;

} 
body.path-frontpage  .action-button-front .tab-view.yellow-btn,.delhi-section a,.delhi-section a:hover{
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px!important;
  line-height: 17px;
  text-align: center;
  border-radius: 2px;
  font-weight: 600;
  background-color: var(--btn-bg) ;
  color: var(--white);
  width: 90px;
 margin-top: 10px;
 float:none;
}
.delhi-section a,.delhi-section a:hover{
	margin:0px;
	width:auto;
	color: var(--white) !important;
}

.news-department .delhi-section .block-title {
    padding-bottom: 0px;
}
.delhi-section{
	margin-bottom:10px;
}
body.path-frontpage .action-button-front  .tab-view.yellow-btn:hover{
  background-color: var(--btn-bg) ;
  color: #fff !important;

} 
.department{
  background: var(--bg-white);
}
.news-department .block-title{
  padding-bottom: 10px;
}
  .news-department .notification-tab .nav-item a,
  .news-department .tender-tab .nav-item a {
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 29px;
    color: var(--white);
    position: relative;
    z-index: 1;
    text-decoration: none;
   }
   #tabs.notification-tab > ul,
   #tabs.tender-tab > ul,.citizen-head{
    background: var(--tab-bg);
      padding: 5px 0px;
      border-radius: 10px 10px 0px 0px;
  }
  .citizen-head h6{
	  font-weight: 700;
	  padding: 6px 20px;
    font-size: 14px;
    line-height: normal;
    color: var(--white);
	margin: 0px;
  }
   .notification-tab .nav-item a.active,
   .tender-tab .nav-item a.active {
    color: var(--white);
    border-radius: 8px 8px 0px 0px; 
    border: 0;
    font-weight: 700;
}
.notification-tab .nav-item a,
.tender-tab .nav-item a{
  color:var(--white) !important;
}
.notification-tab .nav-item a.active:after,
.tender-tab .nav-item a.active:after{
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #ffff;
  left: 0px;
}

.file_size::before, .pdf-icon::before{
  content: "\f1c1"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; 
  color: #f00;
}
.image-icon::before{
  content: "\f03e"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; 
  color: #e46b00;
}
.excel-icon::before{
  content: "\f1c3"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; 
  color: #098409;
}
.word-icon::before{
  content: "\f1c2"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; 
  color: #1570d2;
}
.ppt-icon::before{
  content: "\f1c4"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; 
  color: #319f10;
}
.zip-icon::before{
  content: "\f1c6"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; 
  color: #2f2192;
}
.email::before{
  content: "\f0e0"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; 
  
}

/* latest vedio css start here */
.social_engagement {
  background: var(--bg-white);
}
figure {
  margin: 0px;
}
.latest_vedio .card {
  border: 0px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
}
.card {
  box-shadow: 0px 0px 15px #0c60951f;
}
.latest_vedio .column figcaption {
  padding: 20px 14px 14px;
}
.latest_vedio .container-fluid {
  padding: 0;
}

.latest_vedio .container-fluid .row {
  margin: 0;
}
.latest_vedio.youtube {
  background: url(../images/latest-video.png) no-repeat #084C9D;
  background-size: 100% 100%;
}
.latest_vedio.youtube h2 {
  color: var(--white);
}
.latest_vedio.youtube.gallery .key-intiative.owl-carousel .owl-item img{
  height: 150px;
}
.img-rounded {
  border-radius: 50%;
}
figure{
  margin: 0 0 0rem!important;
  position: relative;
}
.footer-bottom div img {
  margin: 10px 5px 25px;
}

.latest_vedio .card figure {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e9ebed;
}
.column .figcaption span  {
  font-size: var(--medium-font);
  font-weight: 500;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column .figcaption span a {
  font-size: var(--medium-font);
  font-weight: 500;
 
}
.column .figcaption {
  padding: 15px;
  color:var(--black);
}
.latest_vedio .card .vedio-icon {
  position: absolute;
  top: 58%;
  left: 50%;
  font-size: 30px;
  transform: translateX(-50%);
  color: #ff0000;
  z-index: 2;
  background:#ffffff;
  padding: 1px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.latest_vedio .card .card-footer {
  border: 0px;
  color: var(--white);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mfp-container {
  max-width: 1010px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.mfp-iframe-scaler iframe {
  background: var(--white) !important;
  padding: 35px;
  border-radius: 16px !important;
  box-shadow: none !important;
}
.latest_video .card a.mfp-iframe {
  text-decoration: none !important;
  color:var(--black);
}
.mfp-iframe-holder .mfp-close {
  top: -27px !important;
  background: var(--darkblue);
  opacity: 1;
  font-size: 34px;
  right: -15px !important;
  width: 50px !important;
  text-align: center !important;
  height: 50px;
  border-radius: 50%;
  padding: 0 !important;
}
/* social sec css start */
.bg-twitter {
  background: rgba(73, 155, 233, 1);
}

.bg-twitter.social_btn:hover {
  background: rgba(73, 155, 233, .9);
}

.card-footer p {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}

.bg-instagram.social_btn:hover {
  background: rgba(162, 61, 237, .9);
}

.bg-instagram {
  background: rgba(162, 61, 237, 1);
}

.bg-facebook.social_btn:hover {
  background: rgba(8, 76, 157, .9);
}

.bg-facebook {
  background: rgba(8, 76, 157, 1);
}

.border-facebook {
  border: 2px solid var(--darkblue) !important;
}

.social_btn {
  display: block;
  text-align: center;
  color: var(--white);
  font-size: 17px;
  padding: 10px 16px;
}

.social_btn:hover {
  text-decoration: none;
  color: var(--white);
}

.social_engagement .column.card {
  padding: 0;
  border-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0;
}

.border-twitter {
  border: 2px solid #499BE9 !important;
}

.border-instagram {
  border: 2px solid #499BE9 !important;
}

.tab_button_wrapper {
  display: none;
}

.input-group .input-group-addon {
  z-index: 2;
}
.social_wrap .icon_bg {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color:#ffffff;
  margin-right: 7px;
}

.icon_bg.fb {
  background: #084c9d;
}

.social_wrap a {
  display: flex;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  align-items: center;
  text-decoration: none;
}

span.icon_bg.twitter {
  background: #499BE9;
}

.social_wrap.facebook_controller a {
  color: #084c9d;
}

span.instagram_bg {
  background: #A23DED;
}

.social_wrap.instagram_controller a {
  color: #499BE9;
}

.social_wrap.twitter_controller a {
  color: #499BE9;
}

.social_wrap.instagram_controller {
  border-bottom: 2px solid #499be9;
}

.social_engagement .column.card .card-header .social_wrap {
  padding: 0.75rem 1.25rem;
}

.social_engagement .column.card .card-header {
  border: 0;
  border-radius: 0;
  padding: 0;
  background:var(--white);
}

.social_wrap.twitter_controller {
  border-bottom: 2px solid #499be9;
}

.social_wrap.facebook_controller {
  border-bottom: 2px solid #084c9d;
}
.social_engagement .column.card .card-header {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #ffffff;
}
.social_engagement .column.card .card-header .social_wrap {
  padding: 0.75rem 1.25rem;
}

.news_source_logo {
  position: absolute;
  bottom: 0;
  left: 0;
}

.news_source_logo img {
  width: auto !important;
  max-height: 28px;
}
.key-intiative .owl-nav,
.department-list .owl-nav {
    display: block !important;
}
.department .news-department-bg,.news_list .news-department-bg{
	background-color: var(--bg-white);
    border-radius: 10px;
    padding-left: 15px;
	padding-right: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.department-list .owl-stage{
	display: flex;
	padding-bottom: 2px;
}
.department-list .owl-item > div,.department-list .owl-item .column.card{
	height:100%;
}
.key-intiative .owl-nav.disabled button,
.department-list  .owl-nav.disabled button {
    background: transparent !important;
    color:var(--white) !important;
    font-size: 66px !important;
    z-index: 9;
}
.key-intiative .owl-nav .owl-prev.disabled,
.key-intiative .owl-nav .owl-next.disabled,
.department-list .owl-nav .owl-prev.disabled,
.department-list .owl-nav .owl-next.disabled {
    visibility: hidden;
}

.key-intiative .owl-nav,
.department-list .owl-nav,.importantlink-slider .owl-nav,.corporation-list .owl-nav{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.key-intiative .owl-nav button i,
.department-list .owl-nav button i,.importantlink-slider .owl-nav button i,.corporation-list .owl-nav button i{
    color:var(--white);
    width: 30px;
    height: 30px;
    border-radius: 4px;
    font-size: 35px;
    z-index: 99;
    position: relative;
}
.importantlink-slider .owl-nav button i{
	color:var(--black);
}
.importantlink-slider .owl-nav button{
	background:none !important;
}
.importantlink-slider .owl-nav {
	margin:0px;
}
.key-intiative .owl-nav button,
.department-list .owl-nav button, .importantlink-slider .owl-nav button,.corporation-list .owl-nav button{
    width: 100px;
    height: 100% !important;
    z-index: 3;
    position: absolute;
    top: 0;
    border: 0 !important;
    border-radius: 0 !important;
}
.corporation-list .owl-nav{
	display:block !important;
}
.importantlink-slider .owl-nav button{
    margin: 0 !important;
}
.key-intiative .owl-nav button:focus,
.department-list .owl-nav button:focus, .importantlink-slider .owl-nav button:focus{
  outline: 0;
}
.key-intiative .owl-nav button::after,
.department-list .owl-nav button::after,.importantlink-slider .owl-nav button:after{
    width: 34px;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
}

.key-intiative.popup-gallery .owl-nav button i {
  color: var(--white);
}
.key-intiative .owl-nav button.owl-next,
.department-list .owl-nav button.owl-next,.importantlink-slider .owl-nav button.owl-next,.corporation-list .owl-nav button.owl-next{
    right: 0px;
}
.slider-area .owl-dots {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 24px;
}
.mt-35{
	padding-top:35px;
}
.slider-area .owl-dots button.owl-dot.active {
  width: 22px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: transparent;
  transition: width .5s;
}

.slider-area .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  margin: 0px 3px;
  border: 1px solid #707070;
  background: #fff;
}
ul.profile{
  margin: 0;
}
ul.profile li{
  margin: 0;
}
.profile-2 .profile{
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
  background:var(--bg-white);
  box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
  z-index: 10;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  max-width: 132px;
  width: 132px;
  
}
.profile-1 .profile{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  background:var(--bg-white);
  box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
  z-index: 10;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  max-width: 132px;
  width: 132px;
  
}
.profile h6{
  font-size: 14px;
  line-height: 16px;
  color: var(--black);
  padding: 5px;
  margin-bottom: 0;
}
.profile-img img{
  width: 70px!important;
  height: 70px;
  display: inline-block!important;
}
.circle-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tab_button_wrapper {
  display: none;
}
.tab_button_wrapper .blue-btn {
  background: transparent;
  color: var(--textblue);
  padding: 5px 16px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid var(--borderblue);
}
.tab_button_wrapper .blue-btn.active {
  background: #04356e;
  color: var(--white);
}
.tab_button_wrapper .blue-btn:hover,.tab_button_wrapper .blue-btn:active {
  background: #04356e;
  color: var(--white);
  text-decoration: none;
}
.humburger-ico{
  display: none;
}
.closemenu{
  display: none;
}
  
  /* ====== FOOTER START ====== */
.footer-top {

  color:var(--black);
  background: #74C2EB url(/themes/delhi_gov/images/export_banner.jpg) no-repeat bottom;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    position: relative;
}
.footer-top::before{
  background:var(--footerblue);
  /*background:rgb(255,255,255,0.6);*/
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer-top   div.row{
  padding: 45px 0px;
  position: relative;
}
.footer-top ul.menu li a{
  font-size: 14px;
  color: var(--black) !important;
  font-weight: 500;
  display: flex;
}
.footer-top  h2 {
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
  font-weight: 700;
  padding-bottom: 10px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}
.footer-top ul.menu{
	margin:0px;
}
.region-footer-first ul{
  padding: 0;
  margin: 0;
}
.region-footer-first ul li{
  display: inline-block;
  width: 50%;
  float: left;
  padding: 5px 0;
}
.region-footer-first ul li a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px;
}
.region-quicklinks ul li{
  display: inline-block;
  width: 50%;
  float: left;
  padding: 5px 0;
}
.region-quicklinks ul li a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px;
}
.footer-top ul.contact_details li {
  color: var(--black);
  display: flex;
  padding: 6px 0;
  font-size: 14px;
  line-height: 22px;
}
.footer-bottom p{
  font-size: 12px;
  line-height: 20px;
  color: var(--white);
  margin: 0;
  text-align: center;
}
.footer-bottom .visitor h2{
  font-size: 14px;
  line-height: 23px;
  color:var(--white);
}
.visitors li{
  padding: 5px 0;
}
.footer-bottom {
  background: var(--footerbottom) ;
  color: var(--white);
    
}
.footer-bottom .footer-border{
  padding: 15px 0px;
}
/* ====== FOOTER END ====== */

.scrollbar{
  overflow: auto;
  height: 365px;
  min-height: 365px;
}
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  
  }
  /* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #002458; 
}

.return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background:var(--scroll-top);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  z-index: 111;
  border-radius: 35px;
  display: none;
}
.return-to-top span {
  font-size: 0px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.return-to-top .fa {
  margin: 14px;
  color: rgb(255, 255, 255);
  font-size: 1.5em !important;
}
.footer-top .contact_details i{
  margin-right: 7px;
  margin-top: 5px;
}
.footer-top .contact_details i.fa-map-marker-alt{
  margin-top: 5px;
}
.region-footer-third iframe{
  width: 100%;
}
div.owl-stage > div:active .gov-profile{
  display: block;
}


/* page user login css start here */
.page-user-login, .page-user-register, .page-user-pass {
  position: relative;
}
.page-user-login .bg, .page-user-register .bg, .page-user-pass .bg {
  background: #152C49;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.page-user-login input, .page-user-register input, .page-user-pass input {
  max-width: 100%;
}
.page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
  padding: 10px 30px 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  background:var(--bg-white);
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 50px auto 0;
  position: relative;
  z-index: 99;
} 
.page-user-login input.btn{
  background: #084c9d;
  color: #ffffff;
  padding: 5px 20px;
  border: 0;
  border-radius: 5px;
  width: 100%;
}
.path-departments-offices .form--inline .form-item {
  width: 78%;
}
input#edit-reset {
  border-radius: 4px;
  border: none;
  padding: 8px 23px 9px 23px;
  margin-top: -2px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .path-departments-offices .form--inline .form-item {
    width: 75%;
}
}
@media (max-width: 991px) {
  .path-departments-offices .form--inline .form-item {
    width: 98%;
}
  .page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
    margin-top: 35px;
  }
}
.page-user-login .branding, .page-user-register .branding, .page-user-pass .branding {
  margin-bottom: 20px;
}
.page-user-login .container, .page-user-register .container, .page-user-pass .container {
  padding: 0;
}
.page-user-login .nav-tabs, .page-user-register .nav-tabs, .page-user-pass .nav-tabs {
  margin-bottom: 20px;
}
.page-user-login .nav-tabs > li > a, .page-user-register .nav-tabs > li > a, .page-user-pass .nav-tabs > li > a {
  padding: 8px 10px !important;
}

 .slider-area, .slider-image {
  width: 100%;
}
.news-department {
  clear: both;
}

/* inner page css start here */
.position-absolute.page-title {
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.page-title h2,.page-title h2 span {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: var(--white);
  padding: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-title a, .page-title span {
  color: var(--white);
  font-size: var(--medium-font);
  line-height: 35px;
}
/* left sidemenu css start here */
.menu-item{
  padding-top: 0;
}
.left-menu ul{
  box-shadow: 0px 0px 5px #0000004E;
  border-radius: 0px 0px 10px 10px;
  margin: 0;
  padding: 0;
 }
 .left-menu ul.menu li{
  border-top: 1px solid #ADADAD;
 }
 .left-menu ul li:hover,.left-menu ul li:focus,.left-menu ul li.active {
  background: #FFC404;
  color: #000000 !important;
  
}
.left-menu .nav.navbar-nav{
 box-shadow: 0px 0px 5px #0000004E;
 border-radius: 0px 0px 10px 10px;
 margin: 0;
 padding: 0;
 background: var(--leftmenu);
}
.left-menu nav{
  width: 100%;
}
.left-menu ul li a{
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 50px 10px 15px!important;
  display: flex;
  color: var(--black);
}
.left-menu ul li a:hover{
  background:var(--inner-sidenav);
     color: var(--black) !important;
}
.left-menu ul li.nav-item:hover,
.left-menu ul li.nav-item.active {
  background: var(--inner-sidenav);
  color: var(--black);
}
.left-menu ul li ul li.dropdown-item:hover a,.left-menu ul li ul li.dropdown-item.active a{
  background: var(--inner-sidenav);
  color: var(--black) !important;
}
/* .left-menu ul li.nav-item a:hover,
.left-menu ul li.nav-item.active a 
 {
  color: var(--black)!important;
} */
.left-menu ul li.dropdown-item a,
.left-menu ul li.dropdown-item a 
 {
  color: var(--black)!important;
}
.left-menu ul li.nav-item,.left-menu ul li.dropdown-item,.left-menu ul li.dropdown {
  border-top: 1px solid #ADADAD;
  padding: 0;
}

 .left-menu ul li a.active{
     background:var(--inner-sidenav);
     color: var(--black) !important;
 }
 .left-menu ul li.active a{
     color: var(--black);
 }
 
 .region-left-sidebar h2{
  font-size: 18px;
  line-height: 21px;
  background: var(--navblue);
  border-radius: 10px 10px 0px 0px;
  color: var(--white);
  padding: 10px 15px;
  margin-bottom: 0;
 }
  .left-menu .dropdown-item:hover,.left-menu .dropdown-item:focus,.left-menu .dropdown-item.active {
  background: #FFC404;
  color:var(--black) !important;
  
}
.left-menu .dropdown-menu{
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0!important;
  border:0;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #FFC404!important;
}

.left-menu ul li ul li a[aria-expanded="false"]{
  background: var(--leftsub)!important;
  color: var(--black);
}
.left-menu ul li ul li:focus{
  background: var(--leftsub);
}
.left-menu .sub-arrow{
 border: 0!important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px;
  transition: all 0.4s ease;
  margin: -0.7em 0em 0 0!important;
}
.left-menu .navbar-nav.sm-collapsible .sub-arrow::before {
  content: "\f107"!important;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow{
  color: #fff!important;
}
.left-menu ul li ul.dropdown-menu{
  background-color: var(--leftsub);
  border-top: 1px solid transparent;
  color: var(--black);
}
.left-menu ul li ul.dropdown-menu li{
  border-top: 1px solid transparent;
}
.left-menu ul li a[aria-expanded="true"],.left-menu ul li ul li a[aria-expanded="true"]{
  background: #FFC404;
  color: #000000!important;
}
.left-menu ul li ul li a.bg-light {
  background-color: #FFC404!important;
  color: #000000!important;
}
.left-menu ul li ul li a[aria-expanded="false"] .bg-light{
  background-color: #ffffff!important;
}
/* .left-menu ul li a[aria-expanded="true"] .sub-arrow,.left-menu ul li ul li a[aria-expanded="true"] .sub-arrow{
    top: 40%;
    transform: rotateZ(-180deg);
   
} */
.left-menu ul li.child-activate.show .parent-active  li a{
  padding-left: 20px!important;
}
.left-menu ul li.child-activate.show .parent-active ul li a{
  padding-left: 25px!important;
}

  /* left sidemenu css end here */
 
/* filter sec css start here */
.filter-title {
  background: var(--yellow);
  padding: 5px 20px;
  display: inline-block;
  color: var(--black);
  font-size: 16px;
  line-height: 22px;
  border-radius: 3px 3px 0px 0px;
  margin-bottom: 0px;
}
.view-filters {
  box-shadow: 0px 2px 5px #00000026;
  border-radius: 0px 6px 6px 6px;
  padding: 20px 0;
  margin-bottom: 30px;
  background:var(--department-bg);
}
.view-filters .form--inline {
  padding: 0 10px;
}
.form--inline .form-item {
  float: left;
  margin-right: 0.5em;
  width: 85%;
  display: inline-block;
  margin: 0px 7px;
  position: relative;
}

.view-filters .form--inline label {
  position: absolute;
  top: -10px;
  background: #fff;
  padding: 0 5px;
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  z-index: 2;
  color: #000000;
}
.view-filters .form--inline .form-control {
  border: 1px solid #444D57!important;
}
.form--inline .form-actions {
  clear: left;
  display: inline-block;
  margin: 0px 7px;
}
.view-filters .button {
  display: inline-block;
  padding: 6px 20px;
  background:var(--apply-btn);
  color: var(--white);
}
.form-text {
  margin-top: 0!important;
}
/* filter sec css end here */
/* custom card css start here */
.custom-card {
 width: 100%;
 border: 1px solid #c8d9df;
  position: relative;
  margin-bottom: 30px;
  background:var(--cardbg);
  border-radius: 6px;
  height: 230px;
}
.custom-card .card-image img{
  width: 45px;
  padding: 10px 0;
}
.custom-card .card-title a:before {
  content: "\f061"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; /* same as padding-left set on li */
  /* same as padding-left set on li */
}
.custom-card .card-title span:before {
  content: "\f061"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; /* same as padding-left set on li */
  /* same as padding-left set on li */
}
.custom-card .card-title span{
  display: flex;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 15px;
  box-shadow: 0px 0px 5px transparent;
  border: 1px solid transparent;
}
.imp-links .custom-card .card-title a, .imp-links .custom-card .card-title span{
 height: 55px;
} 
.custom-card .card-title{
  margin-bottom: 0;
}

.custom-card .card-title{
  display: flex; 
  color: var(--black) !important;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  text-align: center!important;
}
.custom-card .card-footer{
  background-color: var(--active-parent);
  border-radius: 0px 0px 6px 6px;
  padding: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
padding: 0.75rem 1.25rem;
color: var(--white);
font-weight: 600;
}
.custom-card .card-footer a{ 
display: block;
padding: 0.75rem 1.25rem;
color: var(--white);
font-weight: 600;
}
.custom-card:hover{
 
  box-shadow: 0px 0px 5px #0000002e;
  border: 1px solid #0570C1;
  background: var(--bg-white);
 
}
.notification-tab .view-empty{
  padding: 10px 20px;
  color: #000000;
  text-align: center;
}
.view-empty{
  padding: 10px 20px;
  color: var(--text-black);
  text-align: center;
}
.custom-card:hover span{
  color: #0570C1!important;
  box-shadow: 0px 0px 5px #0000002e;
  border: 1px solid #0570C1;
  background: var(--bg-white);
}
.pager__items {
  text-align: right;
  padding-top: 20px;
}
.pager .pager__items li{
  padding: 0;
}
.pager .pager__items li a{
border: 1px solid #4B4B4B;
  margin: 0 2px;
  padding: 3px 10px;
  color: var(--black);
  border-radius: 3px;
}
.pager .pager__items li.pager__item.is-active a{
background-color:var(--scroll-top);
color: var(--white);
}
.pager .pager__items li a:hover{
background-color:var(--scroll-top);
color:var(--white) !important;
}
table.views-table{
  width: 100%;
}
table.views-table, table.views-table td{
  border: 1px solid var(--tbdr);
}
table.views-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--tbdr);
}
table.views-table td, table.views-table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--tbdr);
}
 table thead{
  background: var(--theadbg);
 
}
 table thead th,table thead td{
  font-size: 14px;
  line-height: 19px;
  color: var(--theadtext);
  font-weight: 700;
}
  table tbody td,table tbody th{
  font-size: 14px;
  line-height: 19px;
  color: var(--black);
 
}
.table tbody tr:nth-of-type(even), table tbody tr:nth-of-type(even)  {
  background-color: var(--tbody)
}

.tab-date a:before {
  content: "\f1c1"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  display: inline-block;
  margin-left: 0em;
  margin-right: 7px; /* same as padding-left set on li */
  /* same as padding-left set on li */
}

.view-notice-board .form--inline .form-item,.view-news .form--inline .form-item ,.view-notifications .form--inline .form-item,.view-tenders .form--inline .form-item{
  width: 40%;
}
#views-exposed-form-notice-board-page-5 .form--inline .form-item{
  width: 80%;
}
iframe{
  width: 100%;
}
.contact-detail .fa-phone{
  transform: rotate(90deg);
}
.contact-detail .fa-map-marker-alt{
  margin-top: 4px;
}
.leader-list{
  padding: 10px;
    align-items: start;
    background:var(--leaderlist);
    margin-bottom: 10px;
}
.leader-list .phone{
  width: 100%;
  display: -webkit-inline-box;
}
.leader-list .phone .fa-phone{
  margin-top: 5px
}

 .leader-list .leader-desc .leader-title{
  margin-top: 10px;
font-size: 16px;
line-height: 15px;
font-weight: 600;
color: var(--black);
text-transform: uppercase;
display: block;
 }

 .leader-list .leader-img img{
  width: 200px;
 }
 ul.quicktabs-tabs{
  margin: 0px !important;

 }
ul.quicktabs-tabs li{
  background: var(--active-parent);
    padding: 10px;
    margin-left: 0px;
    margin-right: 10px;
} 
ul.quicktabs-tabs li a{
  color:var(--white);

}
.quicktabs-main{
  border:1px solid #e1e1e1;
  padding: 10px;
  margin-top: 8px;
}

.profile {
  padding: 20px;
  background: #f7f7f7;
}
.profile .profile-bio {
  background:var(--bg-white);
  position: relative;
  padding: 15px 10px 5px 15px;
}
.profile .profile-body {
  padding: 20px;
  background: #f7f7f7;
}
.profile .profile-bio span{
  display: block;
}
.profile .profile-bio h2 {
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
}
.profile .profile-bio a {
 
  bottom: 34px;
 
  text-align: center;
  position: inherit;
}
.btn-u {
  border: 0;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #FFC404;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}
.btn-u:hover {
 
  border: 0;
  color: #000 !important;
  
  
}
.left-menu .menu-listing li .dropdown-menu {
  position: static!important;
  transform: none!important;
  padding: 0px!important;
  margin: 0rem!important;
  width: 100%;
  border: 0;
  box-shadow: 0px 0px 5px #0000004e;
 
}
.left-menu .menu-listing li .dropdown-menu .dropdown-item{
  white-space: inherit;
  padding: 0;
}
.left-menu .menu-listing li .dropdown-menu .dropdown-item a{
  padding: 10px 15px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  border-top: 1px solid #ADADAD;
 font-size: 14px;
}
.left-menu .menu-listing li .dropdown-menu .dropdown-item a:hover{
  background-color: #FFC404;
}
.webform-button--submit, .webform-button--submit:hover{
  background-color:var(--submit-btn);
  color:var(--white);
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
nav.pager{
  float: right;
}
.fa-phone{
  transform: rotate(90deg);
}
.fa-map-marker-alt{
  margin-top: 3px;
}
.address{
  display: flex;
}
.form-textarea-wrapper textarea{
  border: 1px solid #ced4da!important;
  outline: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}
.form-textarea-wrapper textarea:focus-visible{
  border: none
}
.sitemap-item--menu-main li{
  padding: 5px;
}
.sitemap-item--menu-main li a{
  font-weight: 500;
  color: var(--black);
}
.sitemap-item--menu-main li a:hover{
  font-weight: 500;
  text-decoration: underline;
}
.sitemap-item--menu-main li ul li a:before{
  content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 10px;
}
.sitemap-item--menu-main li ul li a{
  font-weight: 400;
  color: var(--black);
}
.sitemap-item--menu-main li ul li a:hover{
  font-weight: 400;
  text-decoration: underline;
}
.sitemap-item--menu-main li ul  {
  margin-left: 30px
}
.sitemap-item--menu-footer li{
  padding: 5px;
}
.sitemap-item--menu-footer li a{
  font-weight: 500;
  color: var(--black);
}
.sitemap-item--menu-footer li a:hover{
  font-weight: 500;
  text-decoration: underline;
}
.sitemap-item--menu-main h2,.sitemap-item--menu-footer h2 {
  font-size: var(--sub-heading-font);
  background-color: var(--btn-bg);
  color: #000000;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  font-weight: 500;
  text-transform: capitalize;
}
.text-count-message{
  color: var(--black);
}

.form-textarea-wrapper textarea {
color: #495057;
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.view-filters select, select {
color: #495057;
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
border: 1px solid #444D57 !important;
}

.form-textarea-wrapper textarea:focus .view-filters select:focus, select:focus{
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%)
}
.feedback-form .form-item, .feedback-form .form-actions{
  margin-top: 5px;
    margin-bottom: 5px
}

.feedback-form #edit-feedback{
  height:85px
}
.feedback-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%)
}
input.webform-counter-warning, input.form-text.webform-counter-warning, textarea.webform-counter-warning, textarea.form-textarea.webform-counter-warning {
  border-color: #ced4da;;
  background: #ffffff;
}
.views-exposed-form.two-element .form--inline .form-item{
  width: 40%;
}
.views-exposed-form.three-element .form--inline .form-item{
  width: 25%;
}
.views-exposed-form.four-element .form--inline .form-item{
  width: 18%;
}
table .views-field-body p, table p{
  word-break: initial;
}
table ol{
  margin: 0 0 0 15px;
}
table dl, ol, ul {
  word-break: initial;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
  content: "\f107"!important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
  content: "\f106"!important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
 
}
body.path-search form.search-form{
  box-shadow: 0px 2px 5px #00000026;
  border-radius: 0px 6px 6px 6px;
  padding: 20px;
  margin-bottom: 30px;
  background: var(--bg-white);
}
body.path-search form.search-form .js-form-type-search{
  width: 75%;
    display: inline-block;
    margin-left: 15px;
}
body.path-search form.search-form  label{
  font-weight: bold;
}
body.path-search form.search-form input[type="search"] {
  height: auto;
}
body.path-search form.search-form  .form-submit{
  margin-left: 35px!important;
  padding: 6px 20px;
  border: 0;
  background: var(--darkblue);
  color: var(--white);
  border-radius: 4px;
  width: 11%;
  display: inline-block
}
body.path-search form.search-form  a.search-help-link{
  margin-left: 20px;
  display: none;
}
body.path-search  .search-results li {
  background: var(--bg-white);
  padding: 10px!important;
  margin-left: 0px!important;
  margin-bottom: 10px!important;
}
body.path-search  h3.search-result__title {
  font-size: 16px;
  font-weight: 900;
}
.left-img{
  float:left;
  margin: 0 15px 15px 0;
 }
 .right-img{
  float:right;
  margin: 0 0 15px 15px;
 }
 
.close{
position: absolute;
right: 0;
top: 0;
background: #04264f !important;
z-index: 99;
border-radius: 50%;
width: 25px;
height: 25px;
opacity: 1;
color: #fff;
text-shadow:none;
}
.close:hover {
  background: var(--btn-bg) !important;
  color: #000 !important;
  text-decoration: none;
  opacity: 1;
}
/*-----------------------------
	News Ticker start Here
------------------------------*/
.news_feed {
  height: 39px;
  position:relative ;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
 
}
.newslider {
  line-height: 22px!important;
}
.newsfeed_label, .newslider {
  position: relative;
}
.newsfeed_label {
  font-size: 18px;
  line-height: 20px;
  padding: 10px;
  color: #fff;
  background-color: var(--latest-news);
  text-align: center;
  margin-bottom: 0;
}
.newsfeed_label:before{
  width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid var(--latest-news);
    position: absolute;
    right: -18px;
    top: 0;
    content: "";
    z-index: 9;
}
.bn-news ul li a.gif-icon,.bn-news ul li span.gif-icon{
  padding-left: 40px!important;
    }
    .bn-news ul li span{
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #333;
      position: relative;
      display: block;
      overflow: hidden;
    }
    .bn-news ul li a {
      padding: 0!important;
    }
    .bn-news ul li{
      padding: 10px;
    }
  .bn-news ul li a,.bn-news ul li span {
  text-decoration: none;
  color: #000000;
  border-left: 2px solid #EEE;
  padding-left: 10px !important;
   }
  .bn-news ul li:first-child a,.bn-news ul li:first-child span {
  border-left: none;
  }
  .bn-news ul li a:hover{
  text-decoration: underline!important;
  color: #007bff;
  }
  .gif-icon{
    background: url(../images/new.gif) no-repeat ;
    background-position:6px 5px;
    
  }
/*-----------------------------
	News Ticker End Here
------------------------------*/
#myModal{
  z-index: 99999;
  }
   #doit_flayer  .carousel-control-next-icon,
   #doit_flayer  .carousel-control-prev-icon {
   height: 100%;
  }
    #myModal .modal-lg, #myModal .modal-xl ,#myModal .modal-dialog {
    width: auto;
   }  
     #myModal .modal-content {
     width: auto;
     background-color: transparent;
   }  
   .carousel-inner{
    width: auto;
   }
   #myModal.modal-dialog { /* Width */
    max-width: 800px;
    width: auto !important;
    display: inline-block;
  }
  #myModal.modal.show {
   
    display: flex !important;
    justify-content: center;
   
  }  
  
  .modal-open .modal {
     z-index: 1050;
  }
.block-lang-dropdown select{
  width: auto!important;
  border: 0!important;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  height: auto;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 600;
}
.block-lang-dropdown select:focus{
  box-shadow: none;
}
.block-lang-dropdown select option{
  color: #000000;
}
 .block-lang-dropdown select.form-control:focus{
  color: #ffffff;
    background-color:transparent;
} 

.social-media  li{
  display: inline-block;
  margin: 10px;
  
  }
.region-highlighted .messages--error a{
  display: none;
}
#block-delhi-gov-content .tab{
  border:0px;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}
#block-delhi-gov-content .tab button{
margin-right: 10px;
}
#block-delhi-gov-content .tab button.active {
  background-color: var(--darkblue);
  color: #fff;
}
#block-delhi-gov-content .tab button:hover {
  background-color: var(--darkblue);
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: var(--white);
}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color: var(--white);}
#google_map_img{
  display: none;
}
/** Internet Explorer */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .left-menu .nav.navbar-nav {
 border: 1px solid #e5e5e5;
  }
  .custom-card{
    border: 1px solid #e5e5e5;
  }
  #google_map_img{
    display: block;
  }
  #google_map{
    display: none; 
  }
  }
  /*accordion  page css start */
#accordion .panel, #accordion .card {
  margin-bottom: 15px;
  border: 2px solid var(--cardbdr);
}
#accordion a {
  display: block;
  padding: 15px;
  font-size: 14px;
  line-height: 19px;
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}
#accordion .accordion-toggle, .card-link{
  background-color: var(--faqcard) !important;
  color: var(--black);
}
#accordion .accordion-toggle[aria-expanded="true"], .card-link[aria-expanded="true"] {
  background-color:var(--white);
  color: var(--black);
 
}
#accordion .card-body{
  padding: 15px;
  background: var(--faqbg);
}
#accordion .panel-body p{
  font-size: 14px;
  line-height: 26px;
  color:var(--black);
 padding: 15px;
}

#accordion .panel-heading h4{
 margin: 0;
}
/* Add Indicator fontawesome icon to the right */
#accordion .panel-heading .card-link::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f13a';
  float: right;
  color: var(--black);
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
  margin-left: 10px;
 
}
#accordion .panel-heading .card-link[aria-expanded="true"]::before{
  transform: rotateZ(-180deg);
}

 #accordion .panel-heading .accordion-toggle.collapse::before {
  color: var(--black);
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
body #views-bootstrap-who-s-who-page-3 span.custom-mail {
  margin-bottom: 1rem;
}
body.node-4485 .action-button .tab-view.yellow-btn{
  width:150px;
}
.captcha__image-wrapper{
  margin-top: 15px;
}
.captcha__image-wrapper img{
  margin-top: 4px;
  margin-bottom: 0px;
  border: 1px solid #bbb;
}
.reload-captcha:last-child{
display: none;
}
.captcha__image-wrapper .reload-captcha{
  background-image: none;
  width: 100%;
  display: block;
}
.captcha--loading .reload-captcha {
  animation: none !important
}
.reload-captcha:focus:not(:focus-visible) {
  animation: none;
}

.copyright{
  text-align: left;
}
.site_info{
text-align: right;
padding: 0px;
}
.site_info li:first-child .views-field-changed span{
  border-right: 1px solid var(--white);
  padding: 0px 10px;
  margin-right: 5px;
}
.site_info li{
  display: inline-block;

  font-size: 12px;
 
}
 /* new css added by ayush profile template */
  .minister_listing {
    background-color: var(--bg-white);
    border-radius: 10px;
    padding: 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	height: 100%;
}
.minister_listing .view-content > div{
	margin-bottom:30px;
}
.minister_listing .view-content > div:last-child{
	margin-bottom:0px;
}
.shadow-part,.employee_corner{
    background-color: var(--bg-white);
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.minister_listing figure{
    margin: 0;
}
.minister_listing img {
    border-radius: 100%;
}
span.minister-post {
    /* font-size: var(--small-font); */
    color: var(--black);
}
.minister-name {
    /* font-size: 13px; */
    color:var(--black);
    font-weight: 700;
    line-height: 15px;
}
.minister-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.minister_listing .prof-3 .mb-3 {
  margin-bottom: 0!important;
}
.minister_listing .prof-1 {
  padding: 0 23px;
}
.minister_listing .prof-1 img {
  width: 135px;
  height: 135px;
}
.minister_listing .prof-2 {
  padding: 0 23px;
}
.minister_listing .prof-2 img {
  width: 132px;
  height: 132px;
}
.minister_listing .prof-3 {
  padding: 0 38px;
}
.minister_listing .prof-3 img {
  width: 105px;
  height: 105px;
}
.minister_listing .prof-2 .row.mb-3 {
  margin-bottom: 0!important;
}
 /* new css added by ayush profile template */  
 .view-id-departments_offices span.views-summary {
  padding: 5px 0px;
}

.view-id-departments_offices span.views-summary a {
  padding: 3px 6px;
  color: var(--black);
  font-weight: 500;
}
.view-id-departments_offices span.views-summary a:hover {
  background: var(--orange) !important;
  color: var(--white)!important;
  border-radius: 5px;
}
.view-id-departments_offices  .view-header {
  margin-bottom: 15px;
  box-shadow: 0px 2px 5px #00000026;
  border-radius: 0px 6px 6px 6px;
  padding: 10px 10px;
  background: var(--department-bg);
}
.view-id-departments_offices span.views-summary a.is-active {
  background: var(--orange) !important;
  color: var(--white)!important;
  border-radius: 5px;
}
img.election {
  width: 120px;
  height: auto;
  float: right;
  margin-right: 20px;
}

.subheader-logo div.item-list{
  text-align: right;
}
.subheader-logo div.item-list li{
  display: inline-block;
}
.subheader-logo div.item-list li img{
  width:100px;
  height:auto;
}

.views-field-field-sub-logos li:nth-child(1) img {
  width: 100px !important;
}
.view-centralised-cos .form-item{
	width: 33.33%;
    margin: 0px 0px 20px;
    padding: 0px 7px;
}
.view-centralised-cos .form-item.form-item-field-subject-value{
	margin: 0px;
}
.wrapper.light-header .top-nav .right-panel li.cog-dropdown > a.default_theme{
  background: linear-gradient(90deg, var(--menu-dark-first) 0%, var(--menu-dark-second) 57%, var(--menu-dark-third) 100%) !important;
background: linear-gradient(180deg, var(--menu-dark-first) 0%, var(--menu-dark-second) 57%, var(--menu-dark-third) 100%);
border: 1px solid #fff !important;
margin-top: 1px;
width: 20px;
height: 20px;
display: block;
}
.wrapper.light-header .top-nav .right-panel li.cog-dropdown > a.dark_theme{
  background-color: #000 !important;
  border: 1px solid #fff !important;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  display: block;
}
.wrapper.light-header .top-nav .right-panel li.cog-dropdown > a.saffron_theme{
  background-color: #ff9933 !important;
  border: 1px solid #fff !important;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  display: block;
}
/* .noti-list ul,.noti-list1 ul{
  width:100%;
height:345px;
overflow: hidden;
position: relative;
margin-top: -50px;
} */
.tabcontent .bn-controls,
.tabcontentsecond .bn-controls  {
  top: -45px;
   height: 39px;
   right: -5px;
}
#tabs .bn-controls button{
  background-color: #2BB9A2;
  border-radius: 0px 10px 0px 0px;
  width: 40px;
  height: 39px;
}
/* .noti-list ul li,.noti-list1 ul li{
position:absolute;
width:100%;
  height: 75px;  
padding-top:0px;
padding-bottom:0px;
} */
.li-mask{
padding:15px 0px;
}
.btnToggle{
  background-color: red;
  color: white !important;
}
.play-pause-btn .bn-action:before,
.play-pause-btn-second .bn-action:before{
  position: absolute;
  content: "";
  width: 3px;
  height: 14px;
  left: 3px;
  background-color: #fff;
}
.play-pause-btn .bn-action,
.play-pause-btn-second .bn-action{
position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left: -1px;
}
.play-pause-btn .bn-action:after,
.play-pause-btn-second .bn-action:after{
  position: absolute;
  content: "";
  width: 3px;
  height: 14px;
  left: -3px;
  background-color: #fff;
border:none;
margin:0px;
top:auto;
}
.play-pause-btn .play .bn-action:after,
.play-pause-btn-second .play .bn-action:after {
  left:auto;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -7px;
margin-left: -2px;
background:none;
}
.play-pause-btn .play .bn-action:before,
.play-pause-btn-second .play .bn-action:before{
content:none;
}
.tabcontent,.tabcontentsecond{
position:relative;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.noti-list div,.noti-list1 div,
.tender-list div{
height:100%;
}
.delhi_glance{
  background: var(--delhi-glance);
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.glance_title{
  font-weight: bold;
  font-size: 16;
}
.delhi_glance ul li{
  padding: 10px;
}
.delhi_glance ul li img{
  margin-right: 10px;
}
.know_more{
  background: var(--btn-bg);
  font-weight: bold;
  color: #fff;
  padding: 10px 15px;
}
.know_more:hover{
  color: #fff !important;
}
#block-delhi-gov-views-block-about-us-disclaimer-block-1 .views-field-title{
  color: var(--black);
  font-weight: bold;
  font-size: 22px;
}
 
.news-department,.news_list,.important_liks{
  background: var(--bg-white);
}
.news-department .tabcontent{
  background: var(--bg-white);
}
.department-list .card,
.news_list .card,.corporation-list .card{
  background: var(--department-bg-card) !important;
  box-shadow: none;
}
.news_list .card a{
  color: var(--black);
}
.news_list .card a:hover{
  color: var(--black);
}
 .department_arrow{
  text-align: right;
  padding: 0px 15px 10px 0px;
 }
 #block-delhi-gov-views-block-employee-corner-block-1 li{
  border-bottom: 1px solid #c3bfbf;
  padding: 5px 0px;
  margin-left: 0px;
 }
 #block-delhi-gov-views-block-employee-corner-block-1 li a{
  color:var(--black);
  font-weight: bold;
 }
 #block-delhi-gov-views-block-employee-corner-block-1 .view-content{
  background: var(--employee-bg-card);
  border-radius:  0px;
  padding: 15px; 
  max-height: 383px;
  overflow-y: auto;
  scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69) !important;
    scrollbar-width: thin;
}
.employee_corner h2{
  font-size: 22px;
}
.employee_corner .action-button .tab-view.yellow-btn{
  padding: 5px 10px;
    display: inline-block;
    font-size: 14px !important;
    line-height: 17px;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
    background-color: var(--btn-bg);
    color: var(--white);
    width: 90px;
    float: none;
}
.employee_corner .action-button{
  background: var(--employee-bg-card);
  border-radius:  0px;
  padding: 15px;
  text-align: right;
}
.media_gallery{
  background: var(--bg-white);

}
.photo_gallery h2{
  font-size: 22px;
}
 .gallery-area {
  background:var(--gallery-bg);
  padding: 15px;
  position: relative;
 }
 .gallery-area .caption{
  background: var(--bg-white);
  position: absolute;
  bottom: 0px;
  padding: 15px;
  width: 100%;
  color:var(--black);
 }
 .gallery-area .caption a{
  color:var(--black);
 }
 .gallery-heading a{
  background:var(--gallerybtn-bg);
  color: var(--white);
  padding: 5px;
  position: absolute;
  top: 15px;
  z-index: 9;
 }
 .gallery-heading a:hover{
   color: var(--white) !important;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-carousel .owl-item img{
  height: 400px;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
#sync2.owl-carousel{
   width: 100%; 
} 
#sync2.owl-carousel .owl-stage{
  width: 100% !important;
}
#sync2.owl-carousel .owl-stage .owl-item:first-child{
margin-top: 0px;
}

#sync2.owl-carousel .owl-stage .owl-item{
  width: 100% !important;
  margin: 10px 0px 15px 0px;
}
#block-delhi-gov-searchform{
  width: 230px;
    padding: 10px;
}
.search_panel{
  background: #ffffff !important;
  box-shadow: 0px 0px 24px #0c60951f !important;
  z-index: 99 !important;
  padding: 16px !important;
  border-radius: 5px !important;
}
.inner-column a{
  color: var(--black) !important;
}
.inner-column a:hover{
  color: var(--black) !important;
}
 
.photo-custom-card {
  box-shadow: 0px 0px 24px #0c60951f;
  -webkit-box-shadow: 0px 0px 24px #0c60951f;
  -moz-box-shadow: 0px 0px 24px #0c60951f;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
  background: var(--bg-white);
  border-radius: 6px;
  height: calc(100% - 30px);
}
.media-gallery .photo-custom-card .figcaption{
padding: 10px;
    background: var(--bg-white);
  }
  .media-gallery .photo-custom-card .figcaption{
    font-size: var(--medium-font);
    font-weight: 500;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-height: 35px;
    width: 100%;
}  
#worksec {
  background: #74C2EB url(/themes/delhi_gov/images/delhi_map.png) no-repeat bottom;
  background-size: contain;
  background-position-x: center;
  background-position-y: top;
  position: relative;
  background-repeat: repeat;
}
#worksec::before {
  background: #0e0e0e3d;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
 
#worksec .work-right {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  position: relative;
  z-index: 9;
}

#worksec .work-right div.col { 
  text-align: center;
  padding: 8px;
  vertical-align: top;
  border-radius: 8px;
  box-shadow: 0px 3px 16px #0B315D29;
  margin: 10px;
  background: var(--white-bg) !important;
}
#worksec .work-right div.col.literacy,#worksec .work-right div.col.female,#worksec .work-right div.col.language{
	margin-bottom: 3px;
}
#worksec .work-right div.col.area{
  background: #d4e5fb99;
}
#worksec .work-right div.col.area svg path{
  fill: #044498;;
}
#worksec .work-right div.col.population{
  background: #d0fadcab;
}
#worksec .work-right div.col.male{
  background: #fbefd694;
}
#worksec .work-right div.col.male svg path{
  fill: #cd9720;
}
#worksec .work-right div.col.female{
  background: #ffdedeb8;
}
#worksec .work-right div.col.female svg path{
  fill: #e17e7e;
}
#worksec .work-right div.col.literacy{
  background: #eaedefb8;
}
#worksec .work-right div.col.literacy svg path{
  fill: #5ea5d4;
}
#worksec .work-right div.col.language{
  background: #fafdd3b3;
}
#worksec .work-right div.col.language svg path{
  fill: #cfd66e;
}
#worksec .work-right svg{
  width: 35px;
  height: auto;
}
.count-title{
  font-weight: bold;
  font-size: 16px;
}
.data-popu li{
	font-size:13px;
	line-height: 16px;
}
.column_title{
  font-weight: bold;
  font-size: 14px;
}
#worksec .work-right ul li a {
  text-decoration: none;
  color: var(--black);
}
#worksec .work-right ul li span {
  display: block;
  color: var(--black);
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
#views-bootstrap-media-gallery-page-1 img {
  width: 100%;
  height: 325px;
}
body.path-frontpage .text-end{
  font-weight: 900;
  font-size: 11px;
}
.footer-map {
    margin-top: 10px;
}
.footer-map iframe {
    width: 350px;
}
.last_updated {
    margin-bottom: 7px;
}
.feedback-btn {
    display: inline-block;
    border: 1px solid var(--black);
    padding: 10px 15px 9px;
    font-size: 14px;
    line-height: normal;
    border-radius: 2px;
    margin-top: 20px;
}
.feedback-btn i {
    margin-right: 7px;
}
.footer-middle {
    background: #525252;
}
.footer-middle ul{
	padding: 12px 0px;
	margin:0px;
	text-align:center;
}
.footer-middle li{
	display:inline-block;
}
.footer-middle li a,.footer-middle li a:hover{
	font-size: 14px;
    color: var(--white) !important;
    font-weight: 400;
	padding: 0px 15px;
	border-right: 1px solid #a3a3a3;
}
.footer-middle li:last-child a,.footer-middle li:last-child a:hover{
	border-right:none;
}
.footer-middle nav{
    width: 100%;
}
/*.population-num {
    margin-top: 5px;
}
.population-num li {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;
}
#worksec .population-num svg {
    width: 20px;
    display: inline-block;
	margin-right: 7px;
}
#worksec .population-num span {
    padding: 0px !important;
	line-height:normal !important;
}*/
.data-popu li {
    display: flex;
    align-items: center;
    justify-content: center;
}
#worksec .data-popu span {
    padding:0px 0px 0px 7px !important;
}
.female i{
	color:#e17e7e;
}
.male i{
	color:#cd9720;
}
.delhi-icon i{
	font-size: 33px;
}
.delhi-icon,#worksec .work-right svg {
    margin:0px 0px 3px;
}
.delhi-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body{
	overflow-x:hidden;
}
.importantlink-slider .item {
    text-align: center;
}
.importantlink-slider img {
    height: 80px;
    width: auto !important;
	display: inline-block !important;
}
.media_gallery.py-50{
	padding-top:0px;
}
.social-media a{
	pointer-events: none !important;
    cursor: default !important;
}
.datetime {
    font-weight: 600;
}
.calendar header {
  background: var(--bg-white);
  padding: 5px;
}
#container table tbody{
	background: var(--bg-white) !important;
}
.calendar header .simple-calendar-btn{
	border: 2px solid var(--btn-bg) !important;
    background:var(--btn-bg) !important;
}
.calendar .day.today{
	background:var(--btn-bg) !important;
}
.bg-light{
	background:var(--bg-white) !important;
	color:var(--black) !important;
}
.table{
	--bs-table-bg:var(--table-bg);
	--bs-table-color:var(--black);
}
.themes{
	display:none;
}
#block-delhi-gov-content .col-sm-4 img{
	width:100%;
	height:auto;
}
#block-delhi-gov-content .custom-card .card-image img {
    width: 45px;
}
.mid-nav.bg-mid-nav{
	background:none;
}
.calendar td {
    padding: 1px !important;
}
.citizen-body{
	background: var(--bg-white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	height: calc(100% - 40px);
}
.citizen-body ol li {
    margin: 0;
    padding:10px 15px;
	display:flex;
	align-items: flex-start;	
}
.citizen-body ol li:nth-child(odd) {
    background-color: var(--lightgrey);
}
.citizen-txt{
	margin-right:10px;
	width: 100%;
}
.citizen-body ol li:before{
	counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
  margin-right: 5px;
}
.citizen-body .tab-view {
    float: right;
    border: 1px solid var(--borderblue);
    color: var(--textblue);
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px !important;
    line-height: 17px;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
}
.citizenserv-sec .action-button{
	padding:10px 24px 15px;
	display: flex;
    justify-content: end;
}
.citizen-body ol,.citizen-body .citizen-body-inner{
    max-height: 315px;
    overflow: auto;
	scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69);
    scrollbar-width: thin;
	margin:0px;
	padding:0px;
	counter-reset: my-sec-counter;
}
.citizen-body .citizen-body-inner ol{
	max-height: 100%;
	overflow: hidden;
}
.citizen-services.py-50 {
    padding-top: 0px;
}
.list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    background: #9bbfdd;
}
.citizen-innerlist h6{
	text-transform:uppercase;
	padding:9px 0px 12px;
	margin:0px;
	position: relative;
	font-size: 14px;
	/*color: #018777;*/
	color: #000;
}
.citizen-innerlist h6:after{
	content: "";
    position: absolute;
    bottom: 10px;
    width: 35px;
    height: 2px;
    background: #20a18c;
    left: 0px;
}