/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
p{
    line-height: 1.8;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI';
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}
.customtable table tr th {

    background: #972222 !important;
    color: #fff;
    padding: 16px 9px;
}
tr td, tr th {

    text-align: center !important;
}
/* custom css */
/* css for scrollbar */
::-webkit-scrollbar {
    width: 13px;
    /* for vertical scrollbars */
    height: 12px;
    /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}
/* end of scrollbar */
a:hover{
    color: #972222;
}
.top-bar {
    background: #f7f7f7;
    height: 28px;
    border-bottom: 1px solid #ddd;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.circle{
    background: #d05085;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
}
.elearning .col-md-3, .digital-plateform .col-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
	color: #000;
}
/* top header css */
.left-content li a{
    font-size: .8em;
    border-right: 1px solid #333;
}
.left-content li:last-child a{
   border-right: 0px solid #333;
}
.left-content li{
    list-style: none;
}
.right-content ul{
    height: 28px;
}
.sicon{
    line-height: 0px;
}
.right-content ul li{
    border-right: 1px solid #333;
    padding: 0px 0.1em;
    line-height: 1.6;
    list-style: none;
} 
.right-content ul li a{
    font-size: .8em;
}
.right-content ul li:last-child{
    border-right: none;
}
.lang{
    border-radius: 0px;
    background: #fff;
    color: #333;
    padding: 0px 5px;
}
#site-title {
    text-transform: uppercase;
    color: #042e5a;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 1em;
   
    }
    #subtitle {
    text-transform: uppercase;
    color: #042e5a;
    font-weight: 700;
    margin-bottom: 0;
   
    }
#site-title a, #subtitle a{
    color: #3333b3;
}
#site-title a{
    font-size: 1.4rem; 
    }
#site-logo {
    float: left;
}

/* end top header css */
/* css for custom */
.institute {
    padding: 3em 0px;
    background: #f5f5f5;
}
.newthings {
    padding: 2em 0px;
}
.ab, .local {
    font-size: 18px;
}
.local {
    background: #972222;
    color: #fff;
}
 .list-group-item {
    /*padding: .4rem 1.25rem !important;*/
    padding: .1rem !important;
}
.bd{
    border-left: 2px solid #972222;
    border-color: #972222;
}
h3 span{
    font-size: 1.8em;
    border-bottom: 2px solid #972222;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.courses {
    background: #f5f5f5;
    padding: 1.5em;
}
.courses .row a{
    text-transform: uppercase;
}
.digital-plateform {
    background: #f5f5f5;
    padding: 1.5em;
}
.elearning{
    padding: 1.5em;
}
.eoffice .circle{
    background: #78bba6;
}
.stf .circle{
    background: #15777a;
}
.sa .circle{
    background: #cd8174;
}
.sparoow .circle{
    background: #0aa1b4;
}
.ge .circle{
    background: #1d6ab2;
}
.owl-dots {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -30px;
    top: 10%;
    font-size: 70px !important;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -30px;
    top: 10%;
    font-size: 70px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #000 !important;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:focus{
    outline: none;
}
.owl-carousel .owl-item img {
    border: 1px solid #ddd;
}
/* css tab */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #972222;
    border-color: transparent;
}
.nav-tabs .nav-link {
    border: 1px solid #ccc;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
    background: #f5f5f5;
}
.nav-tabs li a{
    color:#fff !important;
}
/*end of css tab */
.staff{
    margin-top: 4.5em;
    /*background: #f5f5f5;*/
}
.principal .circle, .tech-staff .circle, .administrator .circle{
    background: #fff;
    border: 2px solid #972222;
    width: 100px;
    height: 100px;
    margin-top: -60px;
}
.principal .circle img, .tech-staff .circle img, .administrator .circle img{
    width: 70px;
    }
.card-title {
    font-size: 1.3em;
}
.principal.card, .tech-staff.card, .administrator.card{
    border-bottom: 3px solid #972222;
}
.gallery .nav-link {
    padding: .5rem 2rem;
}
.gallery .owl-carousel .owl-nav button.owl-next, .gallery .owl-carousel .owl-nav button.owl-prev  {
    top: 25%;
  }
footer {
    background: #bf1818;
    color: #fff;
    margin-top: 1em;
    padding-top: 1em;
}
footer li a{
    color: #fff;
    font-size: .9em;
    line-height: 1.6;
}
.bottom-footer {
    background: #000;
    margin-top: 1em;
    font-size: .8em;
}
.dashboard .trainess{
    color:#666;
    background: transparent;
}
.staff .fa, .staff .fas {
  color: #972222;
  margin-top: -30px;
 }
.staff .card {
  border: 1px solid #972222;
 }
.objective {
  background: #f5f5f5;
  padding-bottom: 3em;
 }
.search input[type='text'], .search .btn {
    height: 28px;
    padding: 0 5px;
    border-radius: 0px;
    background: #972222;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: transparent;
    box-shadow: none;
}
input[type="search"] {
    height: 28px;
    border-radius: 0px;
}
/*.masthead {
    border-bottom: 2px solid #972222;
}*/
.owl-pagination {
    display: none;
}
.staff .fa, .staff .fas {
   color: #972222;
   margin-top: -30px;
}
.staff .card {
   border: 1px solid #972222;
 }
.objective {
    background: #f5f5f5;
    padding-bottom: 3em;
 }
.staff .svg-inline--fa.fa-w-16, .staff .svg-inline--fa.fa-w-12, .staff .svg-inline--fa.fa-w-20, .staff .svg-inline--fa.fa-w-14 {
    color: #972222;
    margin-top: -30px;
}

/* ---------------------------------------------------
    custom course offered  page
----------------------------------------------------- */
/* custom course offered  page   */
.view.float-right {
    background: #172052;
    color: #fff;
    margin-top: 10px;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: capitalize;
}
#views-bootstrap-course-list-block-1 .views-field.views-field-field-course-img img{
    width:100% !important;
}
#views-bootstrap-course-list-block-1 .views-field-title a{
     font-size: 1.2em;
    font-weight: 500;
    position: absolute;
    background: #80808073;
    color: #fff;
    height: 100%;
    width: 90%;
    padding: 1em;
}
#views-bootstrap-course-list-block-1 .view-content.row {
    margin-left: 0;
    margin-right: 0;
}
#views-bootstrap-course-list-block-1 .views-field.views-field-field-course-img {
    position: relative;
}
#views-bootstrap-course-list-block-1 .col-auto.col-sm-auto.col-md-3.col-lg-3.col-xl-3{
    margin-bottom:1em;
}
#views-bootstrap-course-list-block-1 .views-field.views-field-field-level-title {
    position: absolute;
    color: #fff;
    padding: 1em;
    bottom: 0;
}
#views-bootstrap-course-list-block-1 .views-field.views-field-field-level-title a{
    color:#fff;
}
#views-bootstrap-course-list-block-1{
    padding-top:1em;
}
.view-content.row {
    margin-left: 0;
    margin-right: 0;
}
#views-bootstrap-course-list-block-1 .col-auto.col-sm-auto.col-md-3.col-lg-3.col-xl-3{
    margin-bottom:1em;
}
 #views-bootstrap-course-list-block-2 .views-field-title a, #views-bootstrap-course-list-block-3 .views-field-title a, #views-bootstrap-course-list-block-4 .views-field-title a {
    font-size: 1.2em;
    font-weight: 500;
    position: absolute;
    background: #80808073;
    color: #fff;
    height: 100%;
    width: 90%;
    padding: 1em;
    z-index:9;
}
#views-bootstrap-course-list-block-2 .views-field.views-field-field-level-title, #views-bootstrap-course-list-block-3 .views-field.views-field-field-level-title, #views-bootstrap-course-list-block-4 .views-field.views-field-field-level-title {
    position: absolute;
    color: #fff;
    padding: 1em;
    bottom:0;
    z-index:9;
}
#views-bootstrap-course-list-block-2 .views-field.views-field-field-level-title a,
#views-bootstrap-course-list-block-3 .views-field.views-field-field-level-title a,
#views-bootstrap-course-list-block-4 .views-field.views-field-field-level-title a{
    color:#fff;
}
#views-bootstrap-course-list-block-1 .col-auto.col-sm-auto.col-md-3.col-lg-3.col-xl-3{
    margin-bottom:1em;
}  
#views-bootstrap-e-learning-digital-platform-block-1, #views-bootstrap-e-learning-digital-platform-block-2{
    width:100%;
}
#views-bootstrap-short-term-courses-block-1 .col-6.col-sm-6.col-md-3.col-lg-3.col-xl-3{
    margin-bottom:1em;
}
#views-bootstrap-course-list-block-1 .col-12.col-sm-12.col-md-3.col-lg-3.col-xl-3,#views-bootstrap-course-list-block-2 .col-12.col-sm-12.col-md-3.col-lg-3.col-xl-3,#views-bootstrap-course-list-block-3 .col-12.col-sm-12.col-md-3.col-lg-3.col-xl-3,#views-bootstrap-course-list-block-4 .col-12.col-sm-12.col-md-3.col-lg-3.col-xl-3
{
    margin-bottom:2em;
}

#views-bootstrap-course-list-block-1 .col-12.col-sm-12.col-md-3.col-lg-3.col-xl-3 img,
#views-bootstrap-course-list-block-2 .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 img,
#views-bootstrap-course-list-block-3 .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 img,
#views-bootstrap-course-list-block-4 .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12 img{
    width:100% !important;
}
#views-bootstrap-course-list-block-1 .col-12.col-sm-12.col-md-3.col-lg-3.col-xl-3 ,
#views-bootstrap-course-list-block-2 .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 ,
#views-bootstrap-course-list-block-3 .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 ,
#views-bootstrap-course-list-block-4 .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12 {
   margin-bottom: 1em;
}
/* end course offered  page */


#search-block-form .btn-primary {
    color: #fff;
    background-color: #791010;
    border-color: transparent;
    height: 28px;
    line-height: 0.6;
    margin: 0;
    font-size: 1em;
    border-radius: 0px;
}
.img-custom img{
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/*29 may    */
#views-bootstrap-about-us-page-1{
    padding-top:1em;
}
#views-bootstrap-about-us-block-1 h3{
margin-bottom:1em;
}
table thead {
    background: #972222;
}
.table-bordered td, .table-bordered th {
    text-align: center;
    background: transparent;
 }
.custom-address{
    margin-top: 1em;
} 
/*custom theme   */
.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
    padding-left: 0px;
}
.breadcrumb a {
    color: #333;
    font-size: 1em;
    text-decoration: none;
}
.breadcrumb a:hover{
    color: #3e52c1;
}
  ol {
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
  padding: 0;
 list-style-position: inside;
} 
ol>li {
  margin:0;
  padding:0 0 0 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
} 
p{
    text-align: justify;
    margin-bottom: 1em;
    font-size: 1.1em;
}
b, strong {
    font-weight: bolder;
}
p ul li {
    list-style-type: none;
    text-decoration: none;
    list-style-type: disc !important;
    margin-left: 1.4em;
    font-size: .9em;
}
p ul {
    margin-bottom: 0px;
    padding: 0;
}
 h1 {
    font-size: 1.4em;
    margin-bottom:.7em;
  text-transform: uppercase;
}
 h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
}
 h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
}
h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: bolder;
}
/*2 june    */
.infrastructure{
 background: #f5f5f5;   
}
.objective .col-md-3.col-sm-6.col-xs-12 .card{
    max-height:21vh;
    height:21vh;
}
.view.float-right {
    background: #972222;
    color: #fff;
    margin-top: 10px;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: capitalize;
}
/**
 * Quick Tabs
 */
li.quicktabs-loaded .active{
    background: #c72525;
    color: #fff;
    padding: .5rem 1em;
    margin: 0;
}
/*li.quicktabs-loaded {
    background: #972222;
    color: #fff;
    padding: .5rem 1em;
    margin: 0;
    border-right: 1px solid #ccc;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}*/
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-bottom: .4em;
}
.tab-content>.active {
    display: block;
    background: #dee2e6; 
    border-right: 0.125rem solid #c72525; 
    border-left: 0.125rem solid #c72525; 
    border-top: 0.125rem solid #c72525; 
    border-bottom: 0.125rem solid #c72525; 
    }
li.quicktabs-loaded a {
    background: #972222;
    color: #fff;
    padding: .5rem 1em;
    margin: 0;
    border-right: 1px solid #ccc;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}
    
/*what's new table     */
#presscontentid th {
    background: #972222;
    color: #fff;
}
.mycustom
{
    text-align: left;
    padding: 17px 25px;
    line-height: 1.4rem;
    border: 1px solid #ddd;
    border-radius: 6px;
}        

.mycustom a
{
    font-size: 1.0rem;
    text-transform: initial;
    font-weight: bolder;
}

/*.view-all-staff-profiles {
    border: 1px solid #ddd;
    padding: 7px 4px 7px 15px;
    margin: 20px auto;
    width: 50%;
}*/

.carousel-indicators li {
    background-color: #3333b3 !important;
    height: 7px;
}

.view-all-staff-profiles #views-bootstrap-all-staff-profiles-block-2 {
    width: 20%;
    margin: 10px auto;    
}
/* 30june
.view-home-page-slider img{
    width: 100% !important;
    height: 350px !important;
    object-fit: cover;
}
 */
 .masthead .container-fluid{
    padding: 0;
 }
 .views-element-container .card-group>.card {
    margin: 15px;
    text-align: center;
}
/* 3 July 2020 */

.views_slideshow_cycle_slide views_slideshow_slide .views-row-4 views_slideshow_cycle_hidden views-row-eve{
    width: 100% !important;
}
/* end of 3 July 2020 */
/* 7 July */
.views-view-grid .col-12.col-sm-6.col-md-4.col-lg-3.col-xl-3{
    max-width: 300px;
    margin-bottom: 1em;
}
.view-manage-about-us .view-header a{
    background: cornflowerblue;
    padding: .5em;
    margin: 1em;
    line-height: 3;
    border-radius: 4px;
    color: #fff;
    font-size: 1.1em;
}
a.tabledrag-handle .handle {
	height: 24px !important;
	width: 24px !important
}
.site-branding img{
    width: 120px;
    margin-right: 10px;
}
.masthead .view-content img{
    margin:0 auto;
    text-align: center;
    
}
.masthead .col-md-12{
    padding: 0;
    
   background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(255,255,255,0.5)), url("https://dgt.gov.in/ibm-adit/assets/img/bg-ibm.jpg");
}
.masthead .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.masthead .owl-item img{
    border: none !important;
    border-bottom:5px solid #972222 !important;
}
.views_slideshow_cycle_slide {
    width: 100% !important;
}
.masthead .owl-prev{
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 0;
    background: #962322 !important;
    opacity: 1 !important;
    border-radius: 4px !important;
    padding: 5px 15px !important;
    font-size: 1em !important;
    text-transform: uppercase;
}
.masthead .owl-next{
    position: absolute;
    top: 50%;
    z-index: 99;
    background: #962322 !important;
    opacity: 1 !important;
    border-radius: 4px !important;
    padding: 5px 15px !important;
    font-size: 1em !important; 
    right: 0;
    text-transform: uppercase;
}
.site-brand-cust-1{
    padding: 0;
}
.site-brand-cust-1 img{
	float: left;
	width: 45px;
    margin-top: 10px;
}

.site-brand-cust-1 h2 {
    float: left;
    width: 84%;
    font-size: 1.1em;
    padding-left: .3em;
    color: #3333b3;
    font-weight: 700;
    margin-top: .5em;
}
/*#site-title {
    margin-top: .7em !important;
}*/
.site-brand-cust-3 img{
	width: 134px;
}
#views_slideshow_controls_text_previous_home_page_slider-block_1 a, .views_slideshow_controls_text_pause a, .views_slideshow_controls_text_next a{
    background: #962322;
    color: #fff;
    border-radius: 4px;
    padding: .5em;
}
.col-md-7.col-lg-7.col-xs-12.col-sm-12.site-brand-cust-2{
 text-align: center; border-left: 2px solid; border-right: 2px solid;}
 .dropdown-item, .navbar-light .navbar-nav .nav-link, .menu {
    background-color: #0e1b63;
}
.navbar-light .navbar-nav .nav-link {
    border-left: 0px solid;

}
.navbar-light .navbar-nav .nav-link: last-child{
    border-right:   none !important;
}
.indigo a{
    color: #fff;
    font-size: 1.2rem;
}
/*.indigo p{
    text-align: left;
}*/
/* css for slider 6 Nov */
.skin-default {
    width: 100% !important;
}


.masthead .view-content img {
    margin: 0 auto;
    /* text-align: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-width: 300px */
    width:100%;
    height:374px;

}
#views_slideshow_cycle_teaser_section_home_page_sliderblock_1 .views_slideshow_cycle_slide views_slideshow_slide views-row-1 {
    width: 100% !important;
}
div#views_slideshow_cycle_teaser_section_home_page_slider-block_1 {
    width: 100% !important;
}
#views_slideshow_controls_text_home_page_slider-block_1 {
    position: absolute;
    bottom: 30px;
    z-index: 99;
   /* right: 15px;*/
    left:44%;
}
#views_slideshow_slide_counter_home_page_slider-block_1 {
    display: none;
}

/* 7september 2020 */
/*.align-center {
    width: 100%;
    margin-top: 1em;
    height: 200px;
    object-fit: cover;
}*/
/*.site-brand-cust-2{
	padding: 0;
}*/
/*.views_slideshow_controls_text_previous, .views_slideshow_controls_text_pause, .views_slideshow_controls_text_next{
    background: #fff;
    margin-right: .5em;
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 9;
    padding: .5em;
}*/

#block-welcometonstipopup { color: #000; }
.header-btn-cust  {
    background: #e85a5a;
    color: #fff;
    padding: .4em;
    border-radius: 4px;
    line-height: 3;
    text-transform: capitalize;
}
#block-visitors .item-list {
    color: #000;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
	background: #172052!important;
}