
@import "template-override.css";
@import "template-article.css";
@import "template-theme.css";
@import "team.css";

@font-face{
	font-family:'Titillium Web';
	src:url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
	font-style: regular;
	font-weight:400;
}
@font-face{
	font-family:'Titillium Web';
	src:url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
	font-style: bold;
	font-weight:600;
}
@font-face{
	font-family:'Raleway';
	src:url('../fonts/Raleway-Regular.ttf') format('truetype');
	font-style: regular;
	font-weight:400;
}
@font-face{
	font-family:'Raleway';
	src:url('../fonts/Raleway-SemiBold.ttf') format('truetype');
	font-style: bold;
	font-weight:600;
}
html {
    scroll-behavior: smooth;
  }
  
  *::-webkit-scrollbar {
  width: 10px;               /* width of the entire scrollbar */
}

*::-webkit-scrollbar-track{
  background: #ddd;        /* color of the tracking area */
}

*::-webkit-scrollbar-thumb{
  background-color: var(--wtk-secondary);    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
 /* border: 1px solid var(--wtk-secondary); */   /* creates padding around scroll thumb */
}

body{
	background-color:var(--wtk-bodybg);
	font-family: 'Raleway','Titillium Web', sans-serif, Arial !important;
	
}

.main-content {
	
    position: relative;
    min-height: 470px;
	margin:auto;
	/* margin-top:85px; */
	width:85%!important;
	background:var(--wtk-main-content-bg);
	z-index: 33;
}
#content{
	background-color:#fff;
	/* padding-top:1rem; */
	/* box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%); */
}

.sj-flat-menu > li .fm-item a:hover {
color:var(--wtk-submenu-link-hover)!important;
}
.hero-content{
    position: relative;
    margin-top: -80px;
    background:var(--wtk-hero-content-bg);
    z-index: 55;
	/* box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%); */
}
.hero-content .hero-cols{
	padding-top: 70px!important;
    padding-bottom: 1rem!important;
}

.hero-after{
	 margin-top: 0px;
}

.main-component{
	margin-top: -45px;
}
.content-section
{
	width:85%!important;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}


.h1, .h2, .h3, .h4, .h5, .h6
{	
	font-weight:600!important;	
}

.page-header h1, .page-header h2, .page-header h3
{
	color: var(--wtk-heading); 
	font-weight:600!important;
    text-decoration: none;
    font-family: 'Raleway','Titillium Web', sans-serif, Helvetica, Arial;
	/*font-size:revert!important;*/
	padding:10px 0;
}
h1,h2,h3
{
	color: var(--wtk-heading); 
	font-weight:600!important;
    text-decoration: none;
    font-family: 'Raleway','Titillium Web', sans-serif, Helvetica, Arial;
	/*font-size:revert!important;*/
	padding:40px 0 10px 0;
	text-align:center;
}
h4,h5,h6{
    color: var(--wtk-heading); 
	font-weight:600!important;
    text-decoration: none;
    font-family: 'Raleway','Titillium Web', sans-serif, Helvetica, Arial;
	/*font-size:revert!important;*/
}

h1:after,h2:after,h3:after{
    content: '';
    width: 60px;
    height: 2px;
    background: var(--wtk-heading-after);
    display: block;
	margin: 10px auto;
    /* margin-top: 3px;  */
	
}

h1.no-after:after,h2.no-after:after,h3.no-after:after{
	content: none;
}



/* Login module css*/

.login-content .wtk-login{
	position: fixed;  
	width:250px;
    right: -250px;
    transition: 0.5s;
    padding: 20px;
    top: 200px;
	z-index:999;
	color:var(--wtk-primary);
	background-color: var(--wtk-bodybg);
	border-bottom-left-radius: .5rem;
	border: 1px solid var(--wtk-primary);
}
.login-content .wtk-login-toggle{
	position: absolute;
    left: -60px;
    top: 21px;
    transform: rotate(-90deg);
	border-radius:0;
}
.login-content .wtk-login-toggle i{

    transform: rotate(90deg);
}

.wtk-login-btn
 {
	position: fixed;
    transform: rotate(-90deg);
    right: 0;
    top: 50%;
    z-index: 201;
 }
.wtk-login li a
{
	color:var(--wtk-primary);;
}
/* .login-content .wtk-login:hover */
/* { */
	/* right:0px; */
/* } */
.wtk-login:hover {
	right: 0px;
}

.wtk-links
{
	color: var(--wtk-links)!important;
	font-weight: 600;
}
.wtk-links:hover
{
	font-weight:600;
	color: var(--wtk-links-hover)!important;
	text-decoration:underline;
}

.wtk-links-hindi{
	font-size: .9rem!important;
	font-weight: 600;
}
.wtk-links-hindi:hover{
	font-size: .9rem!important;
	color: var(--wtk-links-hover)!important;
	font-weight: 600;
	text-decoration:underline;
}

.wtk-text-hindi{
	font-size: .9rem!important;
}

a:hover{
	color:var(--wtk-links-hover)!important;
}

.print-icon a, .email-icon a{
	color:var(--wtk-links)!important;
}

.print-icon a:hover, .email-icon a:hover{
	color:var(--wtk-links-hover)!important;
}


.h-100
{
	height:100%;
}

.wtk-corner-top{
	position:absolute;
	top:0;
	left:0;
	    width: 100px;
    height: 100px;
	background:url('../images/corner-1.png') no-repeat;
}
.wtk-corner-bottom{
	position:absolute;
	bottom:0;
	right:0;
	    width: 100px;
    height: 100px;
	background:url('../images/corner.png') no-repeat;
}
/*===========  Date Style CSS =========================*/
.wtk-date-new{
	position: relative;
	  width: 50px;
	  height: 60px;
	  float: left;
	  margin:0px 5px;
	  background-color:var(--wtk-secondary);
}
.wtk-day,.wtk-month,.wtk-year{
position: absolute;
}
.wtk-day{
	top: 22px;
    left: 0;
    width: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--wtk-white);
    line-height: 18px;
}
.wtk-month{
	 left: 0; width: 50px; height: 24px;
	 text-align: center;
    /* font-size: 1.25rem; */
    font-weight: 600;
	color:var(--wtk-white);
}
.wtk-year{
	top: 40px;
    left: 0;
    width: 50px;
    text-align: center;
    font-size: .75rem;
	color:var(--wtk-white);
	
}

/* ================================Use for Google Language Translate bar on site ===============================*/
.wtk-lang-bar
{
	position: fixed;
    top: 40px;
    right: 0px;
    z-index: 1020;
    
    /* background-color: red; */
}
@media (max-width:768px){
	.wtk-lang-bar
	{
		top: 4px;
		padding:0 5px;
		background-color: #333;
		z-index: 99;
	}
}

.wtk-lang-bar select
{
    border-radius: .6rem;
}
.wtk-lang-bar select:focus {
	outline: none;
}
/* .wtk-lang-bar::before{ */
	/* font-family:"FontAwesome"; */
	/* content:"\f1ab"; */
	/* color:white; */
	/* position: absolute; */
	/* font-size:20px; */
    /* left: -25px; */
    /* top: 1px; */
/* } */

.wtk-lang-bar .moduletable {
    display: inline-block;
}

.wtk-lang-bar .moduletable:nth-child(1) {
    margin-top:0px;
}

.wtk-lang-bar .moduletable:nth-child(1) a {
    color:var(--wtk-white);
	font-size: 14px!important;
}

.wtk-lang-bar .moduletable:nth-child(1) a:hover {
    color: var(--wtk-btn-text-hover)!important;
    /* font-size: 14px!important; */
}

.wtk-lang-bar .moduletable:nth-child(2) {
    margin-bottom:-2px;
}

.twitter-timeline, .atom_twitter_feeds {
	width:100%!important;
}

/*-------- Facebook Content Responcive --------------------------*/
.atom_facebook_likebox,  .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span>iframe, div._2p3a, .uiScaledImageContainer._2zfr{
	/* width:100%!important; */
}





/*-------------------Google Language Translater -------------------------*/

.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
/* .navbar-brand font>font:before{ */
/* content:"आईआईटी"; */
/* } */
.program-content{
	
}

/*------------ Effects --------------*/

/* Shine */


.shine{
	position: relative;
	overflow: hidden;
}
.shine .card::before {
	position: absolute;
	top: 0;
	left: -80%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine .card:hover::before {
	left: 100%;
	-webkit-transition: all ease-in-out .5s ;
	transition: all ease-in-out .5s ;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	0% {
		left: -125%;
	}
	100% {
		left: 100%;
	}
}

/*================================This is Use for text style and color of site ===================================*/

.wtk-overlay-menu
{
	position: absolute;
	background-color:rgba(0, 0, 0, 0.5);
    /* top: 30px; */
    z-index: 300;
    /* left: 0; */
    /* right: 0; */
	
}


.wtk-text p, .wtk-text ol, .wtk-text ul, .wtk-text table, .wtk-text span /* added on 05-08-2020 for article content with same color */
{
	color: var(--wtk-text)!important;
}

.wtk-text a
{
	color: var(--wtk-links);
	
}
.wtk-text a:hover
{
	color: var(--wtk-links-hover);
	text-decoration:underline; 
}
.wtk-text-primary
{
	color:var(--wtk-primary)!important;
}
.wtk-text-secondary
{
	color:var(--wtk-secondary)!important;
}

.wtk-bg-primary{
	background-color:var(--wtk-primary)!important;
}

.wtk-bg-secondary{
	background-color:var(--wtk-secondary)!important;
}
.wtk-bg-gradient{
	background: linear-gradient(-30deg, var(--wtk-secondary), var(--wtk-bodybg), var(--wtk-secondary));
}


.overlay .wtk-email a{
	color:var(--wtk-white);
}
/* This is created for Team Member in Computer centre detail info tabs */
.wtk-nav-links{
	background-color:var(--wtk-secondary)!important;
	color:var(--wtk-white)!important;
	border-color:transparent!important;
}

.wtk-nav-links.active{
	background-color:var(--wtk-primary)!important;
	color:var(--wtk-white)!important;
	border-color:transparent!important;
}

.wtk-nav-links:hover, .wtk-nav-links.active:hover {
	color:var(--wtk-white)!important;
	border-color:transparent!important;
}

.jmm-simple-tabs .tab-content
{
	min-height:350px;
	max-height: 350px;
	overflow-y:auto;
	border: 1px solid var(--wtk-primary);
	padding: .75rem;
	border-bottom-right-radius:.5rem;
	border-bottom-left-radius:.5rem;
}

table
{
	color: var(--wtk-secondary)!important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid var(--wtk-secondary);
}

.card{
	border-color: #A9A9A9;
	transition: all ease .25s;
	height:100%;
}

.card:hover
{
border-color: var(--wtk-primary);
/* transform: scale(1.005); */
}

.card-auto .card{
	height:auto!important;
}


.hero-content .content-space{
	padding-top: 70px!important;
    padding-bottom: 1rem!important;
}

.hero-content .cardhover{
	background: var(--wtk-secondary);
	min-height:170px;
}

#main-bottom{
	padding-top:60px;
}

.cardhover{
	background: var(--wtk-secondary);
	min-height:150px;
}

.cardhover, .cardhover h4 {
	color:#fff;
    transition: all 0.25s ease;
}

.cardhover, .cardhover h5 {
	color:#fff;
    transition: all 0.25s ease;
}


.cardhover p{
	margin-bottom:0px!important;
}

.cardhover:hover {
    background-color: var(--wtk-primary);
    padding: 0 -5px;
    color: white;
    cursor: pointer;
	-webkit-box-shadow: 10px 10px 15px -10px rgb(0 0 0 / 80%);
	-moz-box-shadow: 10px 10px 15px -10px rgb(0 0 0 / 80%);
	box-shadow: 10px 10px 15px -10px rgb(0 0 0 / 80%);
}
.cardhover:hover h4{
	color:#fff;
}
#cardborder
{
	color:#fff;
	background-color:var(--wtk-primary);
	position: relative;
    /* border: 1px solid var(--wtk-primary)!important; */
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
    padding-top: 25px;
    /*margin-top: -75px;*/
}
#cardborder .fa, .blog-featured .fa{
	    padding-left: 15px;
}

.cardhover-button{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.cardhover:hover #cardborder
{
	background: var(--wtk-secondary);
	/* color:#fff; */
	/* border: 1px solid var(--wtk-white)!important; */
}

@media(max-width:967px){
	.cardhover, .cardhover h5 {
    	font-size: 1rem;
	}
}


.wtk-counter{

	/*background:url('../images/counter-bg.jpg');
	background-position: 50% 50%;
	background-size:cover;*/
	/*background-attachment:fixed;
	 height:300px; */
}
.wtk-counter .counter-place{
	/*background-color:rgba(0,0,0,0.5);
	padding:30px 0;*/
}

#counters {    
  color: var(--wtk-secondary);
  text-align: center;  
}

.jmm-counter.default .jmm-mod-row {
    margin: 0px!important;
}
.col-left{
	border:1px solid var(--wtk-col-leftbg);
}
.col-left, .col-left p, .col-left li, .col-left span, .col-left h1, .col-left h2,.col-left h3,.col-left h4{
	background-color:var(--wtk-col-leftbg);
	color:var(--wtk-col-left-text)!important;
	padding:10px;
	margin-bottom:0;
	text-align:justify;
}
.col-left a{
	color:var(--wtk-col-left-text)!important;

}

.col-right{
	border:1px solid var(--wtk-col-rightbg);
}
.col-right, .col-right p, .col-right li, .col-right span{
	background-color:var(--wtk-col-rightbg);
	color:var(--wtk-col-right-text)!important;
	padding:10px;
	/* margin-bottom:0; */
	/* text-align:justify; */
}
.col-right h1, .col-right h2,.col-right h3,.col-right h4,.col-right h5{
	color:var(--wtk-primary);
	padding:10px;
}
.col-right a{
	color:var(--wtk-primary)!important;

}

/*   ------------below code is use for creating flip card -------------*/
.wtk-card{
	height: 100%;
    width: 100%;
	perspective: 800px;
	
}

.wtk-card:hover .wtk-card-front
	{
        transform: rotateY(-180deg);
	}
.wtk-card:hover .wtk-card-back
	{
		transform: rotateY(0deg);
	}
		
.wtk-card-front
{
	padding: .75rem;
    height: 100%;
    width: 100%;
    border: 1px solid var(--wtk-secondary);
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transition: .5s;
	border-radius: 7px;
}
.wtk-card-back
{
	padding: .75rem;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border: 1px solid var(--wtk-primary);
	border-radius: 7px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    transition: .5s;
    color: #000;
}



/* card on click fliped  -----*/
/*   ------------below code is use for creating flip card -------------*/
.wtk-card-flip{
	height: 100%;
    width: 100%;
	perspective: 800px;
	
}
.wtk-card-flip.flipped .wtk-card-front
	{
        transform: rotateY(-180deg);
	}
.wtk-card-flip.flipped .wtk-card-back
	{
		transform: rotateY(0deg);
	}
		


.card-img-top{
	max-height: 210px;
    height: 30vmax;
}


.wtk-img-corner:before{
    content:"";
    position:absolute;
    background: url(../images/corner-1.png) no-repeat;
    top:0;
    /* left:-25px; */
    bottom: 0;
	left:0;
	right:0;
    /* width: 50px; */
    /* -webkit-transform: skew(-20deg); */
    /* -moz-transform: skew(-20deg); */
    /* -ms-transform: skew(-20deg); */
    /* transform: skew(-20deg); */
}
.wtk-img-corner:after{
    content:"";
    position:absolute;
    background: url(../images/corner.png) no-repeat;
    top:0;
    /* right:-25px; */
    bottom: 0;
	left:0;
	right:0;
    /* width: 50px; */
    /* -webkit-transform: skew(-20deg); */
    /* -moz-transform: skew(-20deg); */
    /* -ms-transform: skew(-20deg); */
    /* transform: skew(-20deg); */
}
/*===========Flip card close here================*/

.table-striped tr:nth-child(odd){
	background-color: #effaff!important;
}

.back-top{
    float: right;
    display:none;
    position: fixed;
    bottom: 100px;
    right: 10px;
    /* border-radius: 50%; */
    z-index: 999;
	background-color:var(--wtk-primary);
	color:var(--wtk-white);
	padding: 3px 10px;
    text-align: center;
	-webkit-box-shadow: 5px 5px 5px -5px var(--wtk-black);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    5px 5px 5px -5px var(--wtk-black);  /* Firefox 3.5 - 3.6 */
    box-shadow:         5px 5px 5px -5px var(--wtk-black);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border: 1px solid var(--wtk-secondary);
}
.back-top.show
{
display:block;
}

.td-center1 td:nth-child(1)
{
text-align:center;
}
.td-center2 td:nth-child(2)
{
text-align:center;
}
.td-center3 td:nth-child(3)
{
text-align:center;
}
.td-center4 td:nth-child(4)
{
text-align:center;
}
.td-center5 td:nth-child(5)
{
text-align:center;
}
.td-center6 td:nth-child(6)
{
text-align:center;
}

.new-event{
	position: absolute;   
    font-size: 10px;    
    padding: 0 5px;
    color: var(--wtk-white)!important;    
	margin:0 5px;
	animation: flash-new 2s linear infinite;
}
@keyframes flash-new {
  0% {
    background: var(--wtk-primary);
  }
  /* Adding a step in the middle */
  50% {
    background: red;
	color:yellow!important;
  }
  100% {
    background: var(--wtk-primary);
	color:yellow!important;
  }
}

.article-header
{
	height:300px;
	
	width: 100%;
	background: url('../images/convocation-2022-300.jpg');
	background-size: 100% 100%;	
}
/*Bootstrap custom code ===============*/
.carousel-control-next, .carousel-control-prev {
width: 7%!important;

}
.carousel-control-next:focus, .carousel-control-prev:focus
{
	    color: var(--wtk-white);
    text-decoration: none;
    outline: 0;
    opacity: .9!important;
	
}


/* Accordion
================================================== */

.acc {
    margin: 0 auto;
    width: 100%;
  }
  .acc__card {
    margin: 0.5em;
    position: relative;
  }
  .acc__title {
    background: var(--wtk-secondary);/*pre white color*/
    box-shadow: 0 0 20px rgba(0,0,0, .2);
    color: var(--wtk-white);/*pre secondary color*/
    cursor: pointer;
    display: block;
    padding: 0.5em 0.5em;
    position: relative;
    text-align: left;
    font-weight: 600;
}
    .acc__title::after {
      width: 8px;
      height: 8px;
      border-right: 1px solid var(--wtk-white);
      border-bottom: 1px solid var(--wtk-white);
      position: absolute;
      right: 10px;
      content: " ";
      top: 17px;
      transform: rotate(-45deg);
      transition: all 0.2s ease-in-out;
    }
    .acc__title.active::after {
      transform: rotate(45deg);
      transition: all 0.2s ease-in-out;
    }
  
    .acc__panel {
    background: var(--wtk-white);
    color: #212121;
    display: none;
    margin: 0;
    padding: 1em .75em;/* changes on date 13-07-2020 from 2em*/
    text-align: left;
	}

/* ================================================================== Header Style for top logo and menu */
	.header-style
	{
		position:absolute;
		z-index:300; 
		/* height:150px; */
		background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0,0.9));
	}
	.header-logo
	{
		width:90px;
	}
	
	.header-background{
		
		/* background-color: rgba(0,0,0, 0.5); */
	}
	
	.error-header{
		background:url('../images/headers.jpeg');
		background-size: cover;
		background-position: 50% 50%;
	}
.site-logo-title{
	color:var(--wtk-header-text);
	/* text-transform: uppercase; */
	font-weight:600;
	    font-size: 2.5vmax;
}

@media (max-width:900px){
.header-style {
		/* position: relative; */
		/* background: url('../images/convocation-2022-300.jpg'); */
		/* background-size: cover; */
		/* background-color: rgba(0,0,0, 0.5); */
		background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0,0.8));
		/* height:150px; */
		
	}
	.header-background{
		/* background-color: rgba(0,0,0, 0.5); */
		
	}
}

@media (max-width:916px){
	/* .site-logo-title{ */
	    /* font-size: 1.5vmax; */
		/* } */
	.hero-after{
		 margin-top: 0px;
	}
}
.dept a{
	color: var(--wtk-header-text)!important;
	/* margin-left:15px; */
}

.dept p:nth-child(1)
{
	font-weight:600;
	color: var(--wtk-header-text)!important;
    font-size: 3vw;
	margin-bottom: 0em!important;
text-shadow: 1px 3px 5px #969696, 1px 6px 5px #000;
	/* text-shadow: 1px 5px 10px black, 5px 5px 15px red; */
}
.dept p:nth-child(1) span{
	color: var(--wtk-header-text)!important;
	
}

.anim-typewriter
{
	position: relative;
    animation-name: head;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes head {
    0% {opacity:0;}
    95% {opacity:1;}
    100% {opacity:0;}
}
/* @keyframes head { */
    /* 0% {opacity:0;top: -30px; } */
    /* 50% {opacity:1;top: 0px; } */
    /* 100% {opacity:0;top: -20px;} */
/* } */

.typewriter-text{
	width: 0;
	max-width: max-content;
	overflow: hidden; 
	border-right: .05em solid #464545; /* The typwriter cursor */
	white-space: nowrap; /* Keeps the content on a single line */
	/*margin: 0;  Gives that scrolling effect as the typing happens */
	animation: 10s typing-erase 1s steps(80, end) infinite,  blink-caret .5s step-end infinite;
}

/* The type and erase effect */
@keyframes typing-erase {
  0% { width: 0 }
  80% { width: 100% }
  90%, 100% { width: 0 }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: gray }
}

/* .dept p:nth-child(1){ */
	/* font-size: 3vw; */
	/* margin-bottom: 0em!important; */
	/* color: var(--wtk-header-text)!important; */
/* } */
/* .dept p:nth-child(1) span, .site-name{ */
	/* display: inline-flex; */
	/* color: var(--wtk-header-text)!important; */
	/* position: relative; */
	/* width:150px; */
	/* white-space: nowrap; */
    /* overflow: hidden; */
	/* border-right: 1px solid; */
	/* animation: typewriter 5s steps(10) infinite; */
/* } */


/* Animation */

/* @keyframes typewriter{ */
  /* from{width: 0px;} */
  /* to{width: 150px;} */
/* } */

.dept p:nth-child(2)
{
    display: block;
    font-size: 2.4vmin;
    font-weight: 600;
    color:var(--wtk-header-text);
    margin-bottom: 0px!important;
    /* margin-left:160px; */
	text-shadow: 1px 3px 5px #969696, 1px 6px 5px #000;

}
.copy-text p
{
    color:var(--wtk-white);
    margin-bottom: 0em;
	/* font-size:12px; */
	
}


.wtk-footer, .wtk-footer a, .copy-text a{
	color:var(--wtk-white)!important;
}
.wtk-footer, .wtk-footer a:hover, .copy-text a:hover{
	color:var(--wtk-primary)!important;
}
/*=================================================================== Stick header on scroll down */
.main-menu-stick{
    width:100%;
    background-color: var(--wtk-menu2-bg);   
    /* text-align:center; */
	z-index:500;
	padding:0px 10px!important; /*Made changes on 24-06-2020 from  7px 10px to 0px 5px*/
    position:relative;
        -webkit-animation: fade-in 0.7s;
      -moz-animation: fade-in 0.7s;
    animation: fade-in 0.7s;
	/* border-bottom: 2px solid var(--wtk-links-hover)!important; */
  }
  .main-menu-stick.sticky-content{
   position:fixed;
   z-index:400!important;
   /* padding: 10px!important; */
   top: 30px;   /* change from 36 to 38 on 24-06-2020*/
   background-color:var(--wtk-menu2-bg);
        -webkit-animation: slide-down 0.7s;
      -moz-animation: slide-down 0.7s;
      animation: slide-down 0.7s;
  border-bottom: 2px solid var(--wtk-links-hover)!important;
  }
  
  .main-menu-stick-none{   /* added this code if menu is desable */
    display:none;
	z-index:500;
	padding:0 10px!important;
	border-bottom: 2px solid var(--wtk-primary)!important;

  }
  .main-menu-stick-none.sticky-content{
	display:block;
	z-index:400!important;
   position:fixed;
   padding:0 10px;
   top: 30px;   /* change from 36 to 38 on 24-06-2020*/
   background-color:var(--wtk-menu2-bg);
        -webkit-animation: slide-down 0.7s;
      -moz-animation: slide-down 0.7s;
      animation: slide-down 0.7s;
  
  }
  .menu-cols{
  border-bottom: 2px solid var(--wtk-underline);
    width: 100%;
	}
  @-webkit-keyframes slide-down { 0% { opacity:0; background-color: var(--wtk-white); transform:translateY(-100%);}100% { opacity:0.9; background-color: var(--wtk-menu2-bg);transform:translateY(0);}}
  
  @-moz-keyframes slide-down { 0% { opacity:0; background-color: var(--wtk-white); transform:translateY(-100%);}100% { opacity:0.9; background-color: var(--wtk-menu2-bg);transform:translateY(0);}}
  
  @keyframes slide-down { 0% { opacity:0; background-color: var(--wtk-white); transform:translateY(-100%);}100% { opacity:0.9; background-color: var(--wtk-menu2-bg);transform:translateY(0);}}

  @-webkit-keyframes slide-up { 0% { opacity:0;background-color: var(--wtk-menu2-bg); transform:translateY(100%);}100% { opacity:0.9; background-color: var(--wtk-menu2-bg); transform:translateY(0);}}
  @-moz-keyframes slide-up { 0% { opacity:0;background-color: var(--wtk-menu2-bg); transform:translateY(100%);}100% { opacity:0.9; background-color: var(--wtk-menu2-bg); transform:translateY(0);}}
  @keyframes slide-up { 0% { opacity:0;background-color: var(--wtk-menu2-bg); transform:translateY(100%);}100% { opacity:0.9; background-color: var(--wtk-menu2-bg); transform:translateY(0);}}

/* @-webkit-keyframes fade-in { 
      from {opacity:0.5; background-color: #CC6B6B;} 
      to {opacity:1; background-color: #CC6B6B;}
    }
@-moz-keyframes fade-in { 
        from {opacity:0.5; background-color: #CC6B6B;} 
        to {opacity:1; background-color: #CC6B6B;}
        }
@keyframes fade-in { 
    from {opacity:0.5; background-color: #CC6B6B;} 
    to {opacity:1; background-color: #CC6B6B;}
    } */
  .top-menu
  {
    position:sticky; 
    line-height: 1; 
    top:0; 
    z-index:900; 
    background-color:var(--wtk-secondary);
  }    
    
	  .top-menu .navbar-brand
	  {
		  padding: 0px 0px!important;
	  }

	.top-menu{
    padding:5px 10px!important;
	}
	.sticky-top
	{
		background-color:rgba(0, 0, 0, 0.8);
		border-top: 1px solid #fff;
		z-index: 400;
		transition: all ease 1s;
	}


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color:var(--wtk-white)!important;
    /* margin-bottom: 10px; Made changes on 24-06-2020*/
}
.main-menu-stick .navbar-brand{
    display: none;
}
.main-menu-stick.sticky-content .navbar-brand{
    display: block;
}
.main-menu-stick.sticky-content .navbar-toggler{
    margin-bottom: 0px;
}

.navbar-brand:hover{
	color:#fff!important;
}

/* .navbar ul li a:after {
    background-color: var(--wtk-primary);
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #00548f;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .15s ease-in;
    z-index: 1;

} */
  /* ======================= END HERE ==============================*/

/* ============================================================Bootstrap Button CSS Updated code */
.btn-outline-site {
    /* color: var(--wtk-primary); */
    /* border-color: var(--wtk-primary); */
	background-color: var(--wtk-white);
	color: var(--wtk-btn-outline-text);
    border-color: var(--wtk-btn);
	transition: all ease 300ms;
}
.btn-outline-site:hover {
    color: var(--wtk-btn-text-hover)!important;
    background-color: var(--wtk-white);
    border-color: var(--wtk-btn-hover);
}

.btn-site {
    color: var(--wtk-btn-text)!important;
    /* background-color: var(--wtk-primary); remove on 06-07-2020 */
    /* border-color: var(--wtk-primary); */
	/* background: linear-gradient(-10deg, var(--wtk-primary) , var(--wtk-secondary)); */
	background-color: var(--wtk-btn);
    border-color: var(--wtk-btn);
	transition: all ease .1s;
	
}
.btn-site:hover {
    color: var(--wtk-btn-text-hover)!important;
    /* background-color: #ff3535; remove on 06-07-2020 */
	/* background: linear-gradient(-10deg, var(--wtk-secondary), var(--wtk-primary)); */
    background-color: var(--wtk-btn-hover);
    border-color: var(--wtk-btn-hover);
}


.input-group-append .btn-site{
    border-bottom-right-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
	border: var(--wtk-btn-outline) solid 1px;
}

/* .dropdown-item:focus, .dropdown-item:hover { */
    /* color: var(--wtk-light)!important; */
    /* text-decoration: none; */
    /* background-color: #d1d4fd!important ; */
/* } */

.dropdown-menu {
    z-index:200!important;
}

/* main div[id]::before{
display: block;
height: 6rem;
margin-top: -6rem;
content: "";
} */

.page-item.active .page-link {
    z-index: 3;
    color: var(--wtk-light);
    background-color: var(--wtk-primary);
    border-color: var(--wtk-primary);
}

.page-link {
	color: var(--wtk-primary);
}

a:hover{
    text-decoration: none;
}



.overlap-content{
	margin-right: -60px;
	padding:60px;
	margin-bottom: 100px!important;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}

.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: var(--wtk-white);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: var(--wtk-white);
  text-decoration: none;
  background-color: #007bff;
}



.hide-content{
	display:none;
}


/* =====================================================================Side Navbar Menu ================ */

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 38px;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}


/* .moduletable>h3{
    text-align: center;
    margin:1.5em 0;
} */


.breadcrumb a{
    color:var(--wtk-primary);
}
/* ========== mod_article_category Module CSS ========================== */
.side-container h4
{
    font-size: 20px;
    color: var(--wtk-secondary);
    margin-bottom: 25px;
    text-transform: uppercase;
}

.side-container h4:after
{
    content: '';
    width: 60px;
    height: 2px;
    background: var(--wtk-primary);
    display: block;
    margin-top: 6px;
}

.contact-list-name
{
font-size: 20px;
    color: var(--wtk-secondary);
}
.contact-list-name a
{
    font-size: 20px;
    color: var(--wtk-secondary);
}

.contact-list-name a:hover
{
    /* color:var(--wtk-primary); */
	color:var(--wtk-primary)!important;
}

.contact-list-name a:after{
    content: '';
    /* position: absolute; */
    width: 60px; height: 2px;
    display: block;
    margin-top: 3px;
    /* right: 15px; */
    background: var(--wtk-primary);
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
  }
   
  .contact-list-name a:hover:after{
    width: 100%;
    /* left: 15px; */
    background: var(--wtk-primary);
  }

.contact-images {
    max-width: 90px;
    width: 90px;
    height: 95px;
    margin: auto;
    border-radius: 8px;
}


.shadow2
{
	-webkit-box-shadow: 5px 5px 15px 0px var(--wtk-dark);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    5px 5px 15px 0px var(--wtk-dark);  /* Firefox 3.5 - 3.6 */
  box-shadow:         5px 5px 15px 0px var(--wtk-dark);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadow1
{
	-webkit-box-shadow: 5px 10px 10px -5px var(--wtk-dark);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    5px 10px 10px -5px var(--wtk-dark);  /* Firefox 3.5 - 3.6 */
  box-shadow:         5px 10px 10px -5px var(--wtk-dark);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	
}

.category-sub-title 
{
font-size: 16px;
    color: var(--wtk-secondary);
}
.category-sub-title a
{
    font-size: 16px;
    color: var(--wtk-secondary);
}

.category-sub-title a:hover
{
    color:var(--wtk-primary);
}

.category-sub-title a:after{
    content: '';
    /* position: absolute; */
    width: 0; height: 1px;
    display: block;
    margin-top: 3px;
    /* right: 15px; */
    background: var(--wtk-primary);
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
  }
   
  .category-sub-title a:hover:after{
    width: 100%;
    /* left: 15px; */
    background: var(--wtk-primary);
  }


.categories-module li a 
{
color: var(--wtk-secondary);
font-size: 14px;
text-transform: uppercase;
border-bottom: 1px solid #f0f0f0;
line-height: 18px;
display: block;
text-decoration: none; 
}

.categories-module li a:hover 
{
color: var(--wtk-primary); 
}

.categories-module li:last-child a 
{
border-bottom: 0; 
}

/* .item-page p img{ */
    /* width: 100%; */
    /* padding: 15px 0px; */
    /* max-width: 400px; */
    /* height: auto; */
    /* float: left; */
    /* margin: auto; */
    /* display: block; */
    /* transition: transform ease .5s; */
/* } */
/* .item-page p img:hover{ */
    /* transform: scale(1.02); remove on 02-07-2020*/
/* } */
/* ========== mod_article_news Module CSS ========================== */

.newsflash p img{
    width:50%!important;
    float:left;
    padding:15px 15px 15px 0;
    height:auto!important;
	clear: both;
    /* margin: 0 0 20px 0;  */
    transition: transform ease .5s;
    border-radius: 5px;
}
.newsflash p img:hover{
    transform: scale(1.02);
}

.sub-title:after
{
    content: '';
    width: 60px;
    height: 2px;
    background: var(--wtk-primary);
    display: block;
    margin-top: 6px; 
}
.sub-title
{
    font-size: 16px;
    color: var(--wtk-secondary);
}

.sub-title a
{
    font-size: 16px;
    color: var(--wtk-secondary);
}

.sub-title a:hover
{
    color:var(--wtk-primary);
}
/*=================== mod_article_news Module End here ==================================*/

/*=================== Department Category article date-23-06-2020 ==================================*/
.card-box {
  position: relative;
  min-height:250px;
}

.card-box .image {
  display: block;
  width: 100%;  
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(130, 160, 180, 0.9);/*prev 0, 71, 115 change on 13-08-2021*/
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.card-box:hover .overlay {
  height: 100%;
}

.text {
  color: white;  
  margin-top: -10px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.text ul{
padding-left:0px;
list-style: none;}

.department-name {    
    color: var(--wtk-secondary);
}
.department-name a, .department-name a:hover{    
    
	text-decoration:none;
}
.department-name a:hover{    
    color: var(--wtk-secondary)!important;
	}
.department-name a:after {
    content: '';
    /* position: absolute; */
    width: 60px;
    height: 2px;
    display: block;
    margin-top: 3px;
    /* right: 15px; */
    background: var(--wtk-primary);
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    /* height: 10%; */
    /* width: 10%; */
    outline:rgba(0, 0, 0, 0.3);
    background-color:rgba(0, 0, 0, 0.3); 
    background-size: 100%, 100%;
   
    border: 0px solid black;
}
 .carousel-control-prev-icon {
font-family:"FontAwesome", sans-serif;
content:"\f137";
font-size:1rem;font-weight:900;
}
.carousel-control-next-icon
 {
font-family:"FontAwesome", sans-serif;
content:"\f138";
font-size:1rem;font-weight:900;
}
/*=================== Department Category article end date ==================================*/


/*==============Contact us article CSS start here ===========================*/
.contactus-card .card-body{
min-height:220px;
}

.contactus-card .card-header
{
	background-color:var(--wtk-secondary);
	font-size:18px;
	padding: .5rem .75rem;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
@media (max-width: 979px) {
    .dept p:nth-child(1)
    {
        font-size:3.5vw;/* display: none!important; change on 25-06-2020*/
    }
	
	.main-content {
    min-height: 450px;
	/* margin-top:85px; */
	width:100%!important;
	}
	.overlap-content{
	margin-right: 0px;
	padding:60px;
	margin-bottom: 0px!important;
	}
	.main-menu-stick.sticky-content{
	/* top: 30px!important; */
	z-index: 500;
	}
	
	.main-menu-stick-none.sticky-content {
    /* top: 30px!important; */
    z-index: 500;
    display: block;
	}

	ul#favsocial-list.favsocial-right {
    float: right!important;
	}
}
@media (max-width:767px){

	
	.main-menu-stick{
		position: absolute;
		background-color: transparent;
		top: 40px!important;
		z-index: 400;
		/* top: 0px; */
	}
	
	.main-menu-stick-none {    
    display: none;
}

	.main-menu-stick .navbar-brand{
		display: block;
		visibility: hidden;
		
	}
	.main-menu-stick.sticky-content .navbar-brand{
		display: block;
		visibility: visible;
	}
	.navbar-expand-md .navbar-collapse {
		/* background-image: linear-gradient(red, yellow); */
		background: var(--wtk-menu2-mobile-bg)!important;
	}
}


@media (min-width:1440px){
	.header-style img{
		width:8vw;
	}
}

@media (max-width:768px){
	.hero-content{
		margin-top: 0px;
	}
	.hero-after{
		 margin-top: 0px;
	}
	.header-style {
		position: relative;
		/* background: url('../images/convocation-2022-300.jpg'); */
		background-size: 100% 100%;
		/* background-color: rgba(0,0,0, 0.5); */
		background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0,0.8)),url('../images/iitk-header.jpg');;
		/* height:150px; */
		
	}
	
	.main-menu-stick.sticky-content{
		top: 40px!important;
		z-index: 500;
	}
	
	.main-menu-stick-none.sticky-content {
    top: 40px!important;
    z-index: 500;
    display: block;
	}
	
    .newsflash-item
	{
		width:90%;
		float:left;
		margin:10px;
		text-align:justify;
	}
	.tabs
	{
		display: inline;   
		padding: 5px;
	}

	.mob-logo img{
	 display: block;
	 margin: auto;
	}
	.dept p:nth-child(1)
	{
	   font-size: 5vmin;	   
	}
	.dept p:nth-child(2) {
    font-size: 3vmin;
	margin:auto;
	}
	
	.wtk-lang-bar .moduletable{
    margin-top: 6px;
}
        .wtk-text h2
	{
	     font-size:5vmin;
	}
	.wtk-overlay-menu {
    position: relative;
    background-color: var(--wtk-primary);
    /* top: 30px; */
    z-index: 300;
    /* left: 0; */
    /* right: 0; */
	}

	.header-background{
		/* background-color: rgba(0,0,0, 0.5); */
		/* background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0,0.8)); */
	}
	#main-top {
    /* bottom: 0px; */
	}
	.main-component{
		margin-top:0px;
	}
	ul#favsocial-list.favsocial-right {
    display: table;
    margin: 0 auto;
    float: none!important;
}
}

@media (max-width: 600px){
	.dept p:nth-child(1) 
	{
		font-weight: 600;
		font-size: 7vmin;
		
	}
	.dept p:nth-child(2) 
	{
		/* font-weight: 600; */
		font-size: 4vmin;
		
	}
	.wtk-text h2
	{
	     font-size:3.5vmin;
	}

}


/*==============Contact us article CSS end here ===========================*/