/* Red Blaze theme

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

@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;
}


@font-face{
	font-family:'LatoRegular';
	src:url('../fonts/Lato-Regular.ttf') format('truetype');
	font-style:regular;
}

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 */
}

/* --- Base Styling: Ensures consistent sizing and font stack --- */
body {
    /* Safe, accessible sans-serif stack */
    font-family: 'LatoRegular', 'Raleway', sans-serif,  Arial!important;
    
    /* Base font size for good readability on desktop */
    font-size: 16px; 
    
    /* Slightly increased line height for better flow and reduced eye strain */
    line-height: 1.6;
    
    /* Neutral, dark color for high contrast */
    color: #333333; 

    background-color:var(--wtk-bodybg);
}

/* Adjust font size for smaller screens (mobile-first approach) */
@media (max-width: 768px) {
    body {
        font-size: 15px;
    }
}

h1, h2, h3, h4, h5, h6 {
    /* Use a slightly bolder font weight */
    font-family: 'LatoRegular', 'Raleway', sans-serif,  Arial!important;
    font-weight: 700;
    /* Use a color that stands out but remains professional (e.g., a dark blue or gray) */
    color: var(--wtk-heading);  /* Example: A professional, deep blue */
    /* Reset margins for consistent spacing */
    /* margin-top: 1em; */
    margin-bottom: 0.5em;
    line-height: 1.2; /* Tighter line height for headings */
}

/* Define sizes for hierarchy (use 'rem' for scaling relative to base font size) */
h1, .h1 { font-size: 2.5rem; } /* Main Page Title */
h2, .h2 { font-size: 2rem; }   /* Section Title */
h3, .h3 { font-size: 1.5rem; } /* Sub-section Title */
h4, .h4 { font-size: 1.25rem; }
h5, .h5 { font-size: 1.1rem; }
h6, .h6 { font-size: 1rem; }


.page-header:after, .page-header:after, .page-header:after{
    content: '';
    width: 100%;
    height: 2px;
    background: var(--wtk-heading-before);
    display: block;
	margin-bottom: 20px;
    /* margin-top: 3px;  */
	
}

.page-header h1, .page-header h2, .page-header h3{
	color: var(--wtk-white); 
	font-weight:600!important;
    text-decoration: none;
    font-family: 'LatoRegular', 'Raleway', sans-serif,  Arial;
    background-color: var(--wtk-heading-bg);
    display: inline-block;
    padding: 8px 12px;
    margin: 15px 0 0 0;
}


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

h1.no-after:after,h2.no-after:after,h3.no-after:after{
	content: none;
}
/* --- Links: High contrast and clear indication of interactivity --- */
a {
    /* Use the primary brand color */
    color: #007bff; /* Example: A standard clickable blue */
    text-decoration: none; /* Remove default underline */
    transition: color 0.3s ease;
}

a:hover {
    color:var(--wtk-links-hover)!important; /* Darker blue on hover */
    text-decoration: none; /* Add underline back on hover for clarity */
}

/*-------Article Anywhere custom CSS-------*/

.readmore{
	text-align:right;
}
.readmore a{
	color: var(--wtk-links);
	font-weight:600;
	border: 1px solid var(--wtk-links);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.readmore a:hover{
	color: var(--wtk-links-hover);
}

.moreless-button:hover{
cursor:pointer;
}


/*----Read more Read less-----Multiple Class----*/

.moretext{
   display: none;
 }


.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;
}


/* search bar modal button CSS */

.wtk-toggle {
    float: right;
}

.wtk-toggle {
    position: absolute;
    z-index: 500;
    right: 13px;
}

/*--------------------- Research side page -------------------*/



.je-social-mob{
	position: relative;
    	top: 2px;
    	right: 10px;
	padding:0;
	text-align: end;
}
.wtk-sticky{
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
	/*z-index:-1;*/
        }

@media (max-width: 768px){
.wtk-sticky{
        position: -webkit-relative;
        position: relative;
        top: 0px;
        }
}

@media (max-width: 767px){

.wtk-toggle {
    	top: 1px;
        right: 120px;
}
.je-social-mob{
        position: absolute;
        z-index: 555;
        right: 10px;
        top: 6px;
        width: auto;
}

}


/*-----------------------------------------------------*/
.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;
}

.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;
}

/* --- Emphasis: For key information --- */
strong {
    font-weight: 700;
    color: var(--wtk-text); /* Keep it dark for maximum readability */
}

em {
    font-style: italic;
   }

/* --- Paragraphs and Lists: Good spacing for long reads --- */
p {
    margin-bottom: 1em; /* Space out paragraphs */
}

ul, ol {
    margin-bottom: 1em;
    padding-left: 20px; /* Indent for list markers */
}
#main-content{
	min-height: 470px!important;

}
.main-content {    
    min-height: 470px;
	margin:auto;
    
	/* margin-top:85px; */
	width:85%!important;
	background:var(--wtk-main-content-bg);
	z-index: 33;
}

.all-content{
    position: relative;
	background-color:#fff;
    margin-bottom: 350px;
    width:100%; 
    z-index:399;
	/* 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;
}

.swiper-caption{
/*background: rgba(3, 3, 3, 0.5)!important;*/
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 10px;   
    padding-bottom: 10px;     
    color: #fff;
    text-align: center;
}


.result-title a{
  	color: var(--wtk-primary);
}
.hero-content{
	position: relative;
	width: 85%;
   	background:var(--wtk-main-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{
	min-height: 434px;
    	padding-top: 40px;
}

.main-component{
	margin-top: -45px;
}
.content-section
{
	width:85%!important;
    margin:auto;
    z-index: 45;
}
.content-section h1, .content-section h2, .content-section h3 {
    padding: 10px 0;
}


.content-section h3.article-head, .blog .page-header h3 {
    padding: 8px 12px;
}

.section{
    padding: 1rem 0!important;
}

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

.wtk-light-bg{
    background-color: #e9e9e9;
}
/* 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);;
}

.wtk-login:hover {
	right: 0px;
}

.h-100{
	height:100%;
}

.article-info-term{
	display:none;
}
/*-------------The school Facility Section ----------------*/

.facility img{
    float: none;
    margin: 0;
    margin-bottom: 1rem;
}

.facility h5{
    background-color: var(--wtk-heading);
    color: #fff!important;
    padding: .5rem 1rem;
    /* margin-top: 10px; */
    display: inline-block;
    text-align: center;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
    

/*===========  Date Style CSS =========================*/
.date-list:nth-child(1){
	border-top: none; 

}

.date-list{
	border-top: solid 1px var(--wtk-secondary); 
   	clear:both;
	padding: 15px 0;
}

.date-list p{
  clear:none;
}

.wtk-date-new{
	position: relative;
	  width: 60px;
	  height: 70px;
	  float: left;
	  margin:5px;
	  background-color:var(--wtk-secondary);
}
.wtk-day,.wtk-month,.wtk-year{
position: absolute;
}
.wtk-day{
	top: 24px;
    left: 0;
    width: 60px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--wtk-white);
    line-height: 20px;
}
.wtk-month{
	 left: 0; width: 60px; 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;
}

/* 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%;
	}
}
/*----------  Mein Top Menu CSS --------*/

a {
  text-decoration: none;
  color: inherit;
}

.menu-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0; /* $border-color */
  /* padding: 1rem 0 0 0; */
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
}

/* Menu 1: Horizontal Menu */
.horizontal-menu {
  flex-grow: 1;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.horizontal-menu::-webkit-scrollbar {
  display: none;
}

.horizontal-menu .nav-tabs-list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.horizontal-menu .nav-tabs-list li {
  flex-shrink: 0;
}

.horizontal-menu .nav-tabs-list .nav-tab {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
  color: #333;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.horizontal-menu .nav-tabs-list .nav-tab.active,
.horizontal-menu .nav-tabs-list .nav-tab:hover {
  color: var(--wtk-secondary); /* $primary-color */
  text-decoration: none;
}

.horizontal-menu .nav-tabs-list .nav-tab.active:focus{
    color: #fff!important;
}

.horizontal-menu .nav-tabs-list .nav-tab.active {
    background-color: var(--wtk-secondary);
    color: #fff;
    border-bottom-width: medium;
    border-bottom-color: var(--wtk-primary); /* $primary-color */
    text-shadow: 0 0 0.75px var(--wtk-secondary);
}

.hamburger-btn {
  position: relative;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 0.75rem;
  height: 35px;
  width: 35px;
  border-left: 1px solid #e0e0e0; /* $border-color */
}

.hamburger-btn:hover span {
  background-color: var(--wtk-secondary); /* $primary-color */
}

.hamburger-btn span {
  position: absolute;
  height: 1px;
  width: 15px;
  background-color: #171717;
  bottom: 16px;
  transform-origin: center;
  transition: 0.25s;
}

.hamburger-btn span:first-child {
  right: 9px;
  transform: rotate(45deg);
}

.hamburger-btn span:last-child {
  left: 20px;
  transform: rotate(-45deg);
}

/* Menu 2: Vertical Menu */
.vertical-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

@media (min-width: 768px) {
  .vertical-menu {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 767px) {
  .vertical-menu {
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    max-height: 85vh;
    overflow-y: auto;
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s,
      visibility 0.2s;
  }
  .vertical-menu.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.vertical-menu.show {
  transform: translateX(0);
}

.vertical-menu .vertical-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0; /* $border-color */
}

@media (max-width: 767px) {
  .vertical-menu .vertical-menu-header {
    padding: 0.75rem 1rem;
  }
  .vertical-menu .vertical-menu-header h2 {
    font-size: 0.875rem;
  }
}

.vertical-menu .vertical-menu-header h2 {
  margin: 0;
  font-size: 1.2rem;
}

.vertical-menu .close-btn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.vertical-menu .close-btn:hover span {
  background-color: var(--wtk-secondary); /* $primary-color */
}

.vertical-menu .close-btn span {
  position: absolute;
  height: 1px;
  width: 22px;
  background-color: #555;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.25s;
}

.vertical-menu .close-btn span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.vertical-menu .nav-tabs-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  padding: 1rem;
  overflow-y: auto;
  list-style: none;
}

@media (min-width: 576px) {
  .vertical-menu .nav-tabs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.vertical-menu .nav-tabs-grid li {
  text-align: center;
}

.vertical-menu .nav-tabs-grid .nav-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 1.2;
  border: 1px solid #e0e0e0; /* $border-color */
  border-radius: 4px;
  transition: 0.25s;
}

@media (max-width: 575px) {
  .vertical-menu .nav-tabs-grid .nav-tab {
    border-width: 0;
  }
}

.vertical-menu .nav-tabs-grid .nav-tab.active {
  color: var(--wtk-secondary); /* $primary-color */
  border-color: var(--wtk-secondary); /* $primary-color */
  font-weight: 500;
  background-color: #feecea;
}

.vertical-menu .nav-tabs-grid .nav-tab:hover {
  background-color: #feecea;
  border-color: var(--wtk-secondary); /* $primary-color */
}

/* Overlay bg */
.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.overlay-bg.show {
  opacity: 1;
  visibility: visible;
}

.icon{
    display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}




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

.wtk-overlay-menu
{
	position: absolute;
	/* background-color:rgba(0, 0, 0, 0.5); */
    background-image: linear-gradient(to bottom,  rgba(0, 0, 0, 0.8), /* Start: Black with 50% opacity */
  rgba(0, 0, 0, 0)    /* End: Black with 0% opacity (fully transparent) */
);
    width: 100%;
    top: 42px;
    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, #ef9a9a, #ef5350, #ef9a9a);
}



.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;
	padding: 10px 15px;
	margin-right:2px;
	/*border-radius: 10px 10px 0 0; */
	font-weight: 600;
}

.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:320px;
	max-height: 350px;
	overflow-y:auto;
	border: 1px solid var(--wtk-primary);
	padding: .75rem;
	border-bottom-right-radius:.5rem;
	border-bottom-left-radius:.5rem;
}


/*  button class for normal and youtube button  */


/* -----Youtube Button --------------*/

.btn{
    
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.btn.btn-youtube-light::before, .btn.btn-youtube-dark::before {
    content: '\f167';
     font: var(--fa-font-brands);
     font-size: 2rem;
	margin-left: 10px;
    display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.btn.btn-youtube-light {
border-radius: 10px;
padding: 5px 10px;
    font-size: 1rem;
    font-weight: 600;
    /* background-color: transparent; */
    border: 2px solid var(--wtk-btn);
    color: var(--wtk-btn);
}

.btn.btn-youtube-light:hover {
    background-color: var(--wtk-btn-hover);
    border-color: var(--wtk-btn-hover);
    color: var(--wtk-btn-text)!important;
}

.btn.btn-youtube-dark {
border-radius: 10px;
padding: 5px 10px;
    font-size: 1rem;
    font-weight: 600;
    /* background-color: transparent; */
    border: 2px solid  var(--wtk-secondary);
    color: var(--wtk-btn);
}

.btn.btn-youtube-dark:hover {
    background-color: var(--wtk-white);
    border-color: var(--wtk-primary);
    color: var(--wtk-primary)!important;
}


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: 45px!important; */
    padding-bottom: 1rem!important;
}

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

.cardhover{
	/* background: var(--wtk-secondary); */
	min-height:170px;
    /* padding:10px; */
    transition: all 50s ease;
}

.cardhover, .cardhover h4 {
	color:var(--wtk-primary);
    transition: all 0.25s ease;
    text-align: center;
}

.cardhover p{
	margin:10px 0px!important;
    text-align: center;
}

.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, .cardhover:hover p, .cardhover:hover h3{
	color:#fff!important;
    text-align: center;
}
#cardborder
{
	color:#fff;
	background-color:var(--wtk-heading-bg);
	position: relative;
    /* border: 1px solid var(--wtk-primary)!important; */
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
    padding-top: 25px;
    /* margin-top: -75px; */
}

.cardhover .card-header {
    color: #fff;
    background-color: var(--wtk-heading-bg);
    position: relative;
}

.cardhover .card-header h3, .cardhover:hover .card-header a {
    color: #fff;
    transition: all 0.25s ease;
    padding: 0;
    margin: 0;
}


#cardborder .fa, .blog-featured .fa{
	    padding-left: 15px;
}

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

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

.wtk-img-bg{
	background:url('../images/header-bg.png');
	background-position: 100% 100%;
	background-size:cover;
	 background-attachment:fixed;
	/* height:300px; */
}

.wtk-counter .counter-place{
	/*background-color:rgba(0,0,0,0.5);*/
	padding:30px 0;
}

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

.col-left h1, .col-left h2,.col-left h3,.col-left h4{
    color:var(--wtk-col-left-text)!important;
    padding: 10px 0;
}

.col-left a{
	color:var(--wtk-col-left-text)!important;
}
.col-left a:hover{
	color:var(--wtk-col-left-text)!important;

}

.pattern-background{
	background-image: url('../images/bg-pattern.jpg');
    /* repeat both x and y */
    background-repeat: repeat; 
    /* Ensures the pattern starts from the top-left */
    background-position: top left;
}

.col-right{
	background-image: url('../images/bg-pattern.jpg');
    /* repeat both x and y */
    background-repeat: repeat; 
    /* Ensures the pattern starts from the top-left */
    background-position: top left;
    /* background-color:var(--wtk-col-rightbg); */
	border:1px solid var(--wtk-primary);
    padding: 15px;
}
.col-right p{
	
	color:var(--wtk-col-right-text)!important;
    margin-bottom: 0;
	/* 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-secondary);
	padding:10px 0;
}
.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: #171717;
}

/* 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);
	}

.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;
}
.wtk-img-corner:after{
    content:"";
    position:absolute;
    background: url(../images/corner.png) no-repeat;
    top:0;
    /* right:-25px; */
    bottom: 0;
	left:0;
	right:0;
}
/*===========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;
	
}
/* ============================================================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-outline-text-hover)!important;
    background-color: var(--wtk-white);
    border-color: var(--wtk-btn-hover);
}

.btn-outline-fill {
    /* 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-fill:hover {
    color: var(--wtk-btn-text-hover)!important;
    /*background-color: var(--wtk-white);*/
    background-color: var(--wtk-btn-hover);
    border-color: var(--wtk-btn);
}

.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);
}


/* 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: relative;  */
        z-index:300; 
        /* background-color:rgba(0, 0, 0, 0.5); */
        background-color: var(--wtk-header);
    }
	.header-logo
	{
		width:90px;
	}
	
	.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: var(--wtk-header);
		/* background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0,0.8)); */
		/* height:150px; */
		
	}
}

@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: 2vw;
	margin-bottom: 0em!important;
    /* text-shadow: 1px 3px 5px #171717; */
	/* text-shadow: 1px 5px 10px black, 5px 5px 15px var(--wtk-primary); */
}
.dept p:nth-child(1) span{
	color: var(--wtk-header-text2)!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;}
}

.typewriter-text{
	width: 0;
	max-width: max-content;
	overflow: hidden; 
	border-right: .05em solid #171717; /* 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(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 5px 10px black, 5px 5px 15px var(--wtk-primary); */
	/* text-shadow: 1px 3px 5px #171717; */

}

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

.footer .footer1, .footer2, .footer3, .footer4{
    color:var(--wtk-footer-text);
}

.footer1 h3:after, .footer2 h3:after, .footer3 h3:after ,.footer4 h3:after{
    content: none;
}

.footer1 h3, .footer2 h3, .footer3 h3 ,.footer4 h3{
    color: var(--wtk-footer-link)!important;
    margin: 10px 0!important;
    padding: 0;
}

.footer a, .footer1 a, .footer2 a, .footer3 a, .footer4 a{
    color:var(--wtk-footer-links);
}

.footer a:hover, .footer1 a:hover, .footer2 a:hover, .footer3 a:hover, .footer4 a:hover {
    color: var(--wtk-footer-link-hover)!important;
}

.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-light)!important;
}
.footer-links, .copy-text{
    font-size: 14px;
}

.fixed-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/iitk-white.svg) no-repeat;
    background-position: 50% 50%;
}
/*=================================================================== Stick header on scroll down */
.main-menu-stick{
    position:relative;
    width:100%;
    background-color: var(--wtk-menu2-bg);
	z-index:500;    
    padding: 5px 0px;
        -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;
   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);}}

  .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;
		    
	}

/*------top menu shadow-----*/

.headroom--unpinned {
    box-shadow: 0px 0px 15px #00000033;
}



.navbar-light .navbar-toggler {
    color: #fff;
    border-color:var(--wtk-white)!important; 
    /* margin-bottom: 10px; Made changes on 24-06-2020*/
}


.navbar-light .navbar-toggler:focus{
    box-shadow: none!important;
}

.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;
}

.main-menu-stick.sticky-content .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none!important;
}

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


/* Secondary Menu */


  /* ---------- 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-outline-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, .btn-site:active {
    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)!important;
    border-color: var(--wtk-btn-hover)!important;
}


.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-menu {
    z-index:200!important;
}

.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; 
}

/* ---------------- 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: 1280px) {
    .dept p:nth-child(1) {
        font-size: 3vw;
    }
}

@media (max-width: 979px) {
    .dept p:nth-child(1)
    {
        font-size:3vw;/* display: none!important; change on 25-06-2020*/
    }
	
	.main-content {
    		min-height: 450px;
		/* margin-top:85px; */
		width:97%!important;
	}

	.content-section {
    		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;
	}
    .all-content{
        margin-bottom:40px;
    }
    .fixed-footer{
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    	}
	.hero-content {
        margin-top: 0px;
	}

	#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;
    }
#cardborder .fa, .blog-featured .fa{
	    padding-left: 12px;
font-size:1.75rem;
}

}

@media (max-width:768px){
	.hero-content{
		bottom:0;
	}
	.hero-after{
		 margin-top: 0px;
	}
	
	
	.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: 4vmin;	   
	}
	.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);
    z-index: 300;
	}

	.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: 5vmin;
		
	}
	.dept p:nth-child(2) 
	{
		/* font-weight: 600; */
		font-size: 4vmin;
		
	}
	.wtk-text h2
	{
	     font-size:3.5vmin;
	}

}


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