
@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;
  }
body{
	background-color:var(--wtk-bodybg);
	font-family: 'Titillium Web', sans-serif, Arial !important;
	
}

/*

@font-face{
	font-family:'Noto Serif';
	src:url('../fonts/NotoSerif-Regular.ttf') format('truetype');
	font-style: regular;
	font-weight:400;
}
@font-face{
	font-family:'Noto Serif';
	src:url('../fonts/NotoSerif-Bold.ttf') format('truetype');
	font-style: bold;
	font-weight:600;
}
@font-face{
	font-family:'Noto Serif';
	src:url('../fonts/NotoSerif-Italic.ttf') format('truetype');
	font-style: italic;
	font-weight:400;
}
@font-face{
	font-family:'Noto Serif';
	src:url('../fonts/NotoSerif-BoldItalic.ttf') format('truetype');
	font-style:  italic;
	font-weight:600;
}
html {
    scroll-behavior: smooth;
  }
body{
	background-color:var(--wtk-bodybg);
	font-family: 'Noto Serif', sans-serif, Arial !important;
	
} */

.wtk-show{	
  display: none;
}

.wtk-toggle{
	float:right;
}

#sidebar{
	position: sticky;
    top: 40px;
    z-index: 99;
}

.main-content {
    position: relative;
    min-height: 470px;
	margin:auto;
	width:90%!important;
	background:var(--wtk-main-content-bg);
	z-index: 33;
}

.section-content
{
    width:90%!important;
}

.sj-flat-menu > li .fm-item a:hover {
color:var(--wtk-submenu-link-hover)!important;
}
.hero-content{
	position: relative;
    background:var(--wtk-main-content-bg);
	z-index: 55;
}
.hero-content .hero-cols{
	padding-top: 70px!important;
    padding-bottom: 1rem!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;
	padding:10px 0;
}

h1,h2,h3
{
	color: var(--wtk-heading); 
	font-weight:600!important;
    text-decoration: none;
}

h4,h5,h6{
    color: var(--wtk-heading); 
	font-weight:600!important;
    text-decoration: none;
}

h1:after,h2:after,h3:after{
    content: '';
    width: 80px;
    height: 2px;
    background: var(--wtk-heading-after);
    display: block;
	margin: 10px 0;	
}

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

.content-section {
    max-width: 85% !important;
    margin: auto;
    z-index: 45;
}

.wtk-text-overflow {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

/* ---------- Hyper link css -----------------*/

.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-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;
    text-align: justify;
}

.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-light{
	background-color:var(--wtk-bg-light);
    /*	background: linear-gradient(90deg,rgba(41, 59, 15, 1) 0%, rgba(81, 149, 114, 1) 100%); */
}

.wtk-bg-gradient{
	background-color:var(--wtk-bg-gradient);
    /*	background: linear-gradient(90deg,rgba(41, 59, 15, 1) 0%, rgba(81, 149, 114, 1) 100%); */
}
.wtk-bg-gradient .main-content, .wtk-bg-image .main-content{
	background: transparent!important;
	min-height:auto!important;
}

.wtk-bg-gradient .main-content h3{
	color: var(--wtk-heading)!important;
}

.wtk-bg-gradient .main-content .dept-left h3, .wtk-bg-gradient .main-content .feature-right h3{

	color: var(--wtk-heading)!important;
}


.wtk-bg-image{
	
	background: url('../images/kss-bg-image.png'); 
	background-size: cover; 
	background-position: 50% 25%;
	box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.8);
	/*background-attachment:fixed;  */

}


.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:290px;
	max-height: 300px;
	overflow-y:auto;
	word-wrap: break-word;
	border: 1px solid var(--wtk-primary);
	border-bottom-right-radius:.5rem;
	border-bottom-left-radius:.5rem;
}

.jmm-simple-tabs .tab-content .tab-pane{
padding-right: .75rem;
}


/*-----Custom Code New ---------*/

.head-msg
{
	display: inline-grid;
	height:100%;
	background-color:#fff!important;
}

.head-msg .card{
height: 100%;background: #f1f1f1;border-radius: 15px;
}

.head-msg .head-msg-details{
font-size: 15px; line-height: 1.6; padding-right: 10px;
}


/* Custom styles to enhance the Bootstrap 4 cards */
    .kss-card {
        transition: all 0.3s ease-in-out;
        border: none !important;
        border-radius: 0px;
        /*overflow: hidden;*/
        background: #fff;
        height: 100%;
    }
    .kss-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.15) !important;
    }
    /* Creates the zoom effect on hover */
    .kss-img-wrapper {
        overflow: hidden;
        max-height: 300px;
    }
    .kss-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    .kss-card:hover img {
        transform: scale(1.08);
    }
    .kss-title {
        font-size: 1rem;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.3;
    }
    /* Animated yellow line at the bottom */
    .card-footer-accent {
        height: 2px;
        width: 40px;
        background: var(--wtk-line-color); /* Kotak Yellow */
        margin: 10px auto 0;
        transition: width 0.3s ease;
    }
    .kss-card:hover .card-footer-accent {
        width: 100%;
    }


/* Card Container */
    .journal-card {
        /*border: none !important;*/
        background: #fff;
        border-radius: 15px;
        transition: all 0.3s ease;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Image Section */
    .journal-img-wrapper {
        height: 180px;
        overflow: hidden;
    }
    
    .journal-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    /* Body Section */
    .journal-body {
        padding: 1.25rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #fff;
    }

    .journal-title {
        font-size: 0.95rem;
        font-weight: 700;
        color: #2c3e50;
        line-height: 1.5;
        margin-bottom: 15px;
        /* Keeps grid uniform by limiting lines */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Decorative "Link" Footer */
    .journal-footer {
        font-size: 0.8rem;
        font-weight: 700;
        color: var(--wtk-text); /* Primary Blue */
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Hover Effects */
    .journal-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    }

    .journal-card:hover img {
        transform: scale(1.05);
    }
    
    .journal-card:hover .journal-footer {
        color: var(--wtk-line-color); /* Shifts to Kotak Yellow on hover */
    }


/*-----The Schools Section------*/


.school-content{
background: #f3f9f9;
    backdrop-filter: blur(10px);
    border-left: 5px solid var(--wtk-line-color);
}

.school-content-right{
	background: #f3f9f9;
    backdrop-filter: blur(10px);
    border-right: 5px solid var(--wtk-line-color);

}


/*---------------------------lecture series-----------------------------------------*/

.header-title {
            color: var(--wtk-primary);
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 40px;
        }

        /* Card Container */
        .lecture-card {
            background: #fff;
            border: 1px solid #eee;
            overflow: hidden;
            transition: all 0.3s ease;
            height: 100%;
        }

        .lecture-card:hover {
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            border-color: var(--wtk-secondary);
        }

        /* Column 1: Image Styling */
        .image-col {
            padding: 10px; /* Padding from all sides as requested */
            display: flex;
            justify-content: center;
            align-items: center;           
		margin: 10px 10px 10px 10px;
        }

        .speaker-img {
            width: 150px;
            height: 150px;
            object-fit: cover;
            border-radius: 5px;
            border: 2px solid #fff;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        /* Column 2: Content Styling */
        .content-col {
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
		margin: 10px 10px 10px 10px;
        }

        .talk-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        /* Read More Button */
        .btn-swasti {
            background-color: var(--wtk-primary);
            color: var(--wtk-btn-text);
            border-radius: 0;
            padding: 10px 25px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.85rem;
            width: fit-content;
            transition: 0.3s;
        }

        .btn-swasti:hover {
            background-color: var(--wtk-secondary);
            color: var(--wtk-btn-text)!important;
            text-decoration: none;
        }

        .speaker-name {
            color: var(--wtk-secondary);
            font-weight: 600;
            margin-bottom: 5px;
            display: block;
        }

/*----------Time line Section ------------*/

/* The curved dotted line is built as an overlay for efficiency */


.curved-timeline-wrapper {
	position: relative;
    padding: 25px;/* Space for the line and nodes */
    max-width: 400px;
    margin: auto;
}

/* Creating the actual curved line (Desktop only for precision) */
.curved-timeline-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    border-left: 2px dashed rgba(0, 0, 0, 0.8);
    /*border-radius: 100% / 100% 0 0 100%;*/
	border-radius: 200px;
    z-index: 1;
}

/* 2. Style for each node (the dot on the timeline) */
.timeline-node {
	display: flex;
    right: -28px;
	width: 250px;
    align-items: center;
    position: relative;    
    z-index: 2; /* Sits above the dashed line */
    padding: 20px 0; /* Adjust spacing between rows */
}

/* The dotted line connection point on desktop */
.node-line {
   position: absolute;
    top: 50%;
    left: 18px;
    width: 40px;
    height: 1px;
    background: transparent;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    transform: translateY(-50%);
}
.node-icon{
	/*display: inline-flex;
    height: 2em;
    line-height: 2em;*/
    position: relative;
   /* vertical-align: middle;
     width: 2.5em; */
    left: -45px;
}

/* 3. The Stylized Label (The tricky 'Skew and Overlay' part) */
.status-label {
    position: relative;
    background: #fff;
    border-radius: 30px; /* Fully rounded ends */
    color: #333;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 250px; /* Ensures text doesn't wrap awkwardly */
}

/* Create the colored colored 'tab' using Skew and translate */
.status-label::after {
    content: "";
    position: absolute;
    top: -8px; /* Lift up from card */
    right: 15px; /* Adjust horizontal pos */
    width: 45%; /* Adjust tab width */
    height: 35px; /* Tab height */
    transform: skew(-15deg); /* Create angled sides */
    border-radius: 10px;
    opacity: 0.8; /* Subtle transparency */
    z-index: -1; /* Place behind white card */
}

/* Hover State - Slight lift */
.status-label:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.15);
    color: inherit;
}

.node-orange, .node-purple{
	right:-75px;
}

/* 4. Category-Specific Colors (Pseudo-classes for clean code) */
/* Research Centres - Orange */
.node-orange .fa-circle { color: #ff9f43; }
.node-orange .status-label::after { background-color: #ff9f43; }
.node-orange .status-label:hover { border-color: #ff9f43; }

/* Academic Programs - Blue */
.node-blue .fa-circle { color: #54a0ff; }
.node-blue .status-label::after { background-color: #54a0ff; }
.node-blue .status-label:hover { border-color: #54a0ff; }

/* Sustainability Projects - Green */
.node-green .fa-circle { color: #2ecc71; }
.node-green .status-label::after { background-color: #2ecc71; }
.node-green .status-label:hover { border-color: #2ecc71; }

/* Testing Facilities - Purple */
.node-purple .fa-circle { color: #a55eea; }
.node-purple .status-label::after { background-color: #a55eea; }
.node-purple .status-label:hover { border-color: #a55eea; }

@media (max-width:500px){
	.curved-timeline-wrapper::before {
	border-radius:0px;
	left: auto;
	}
	.node-orange, .node-purple {
   	 right: -45px;
	}
	.timeline-node {
	 right: -45px;
	left: 20px;
}
	 .status-label {
	max-width: 200px;
}
	.node-icon {
       		left: -20px;
	}
 	.node-line{
		left: 15px;
    		width: 25px;
	}
	
}



/*----Intro Section At the Top------*/

.kss-intro-section {
        background: #ffffff;
        padding: 10px 0;
    }
    .intro-box {
        padding: 20px;
        transition: all 0.3s ease;
        border-radius: 15px;
        height: 100%;
    }
.intro-box img{
max-width:300px;
display:block;
margin:auto;
/*border-radius: 15px;*/

}
    .vision-box {
        border-right: 2px solid #e9ecef;
    }
    .kss-heading {
        font-weight: 800;
        letter-spacing: 1.5px;
        margin-bottom: 20px;
    }
    .intro-text {
	font-size:1.1rem;
        line-height: 1.8;
        color: #4a4a4a;
        /*text-align: justify;*/
    }
    .btn-impact {
        background-color: var(--wtk-btn);
        color: #fff;
        border-radius: 50px;
        padding: 8px 25px;
        font-weight: 600;
        transition: 0.3s;
    }
    .btn-impact:hover {
        background-color: var(--wtk-line-color);
        color: var(--wtk-text);
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    /* Mobile adjustment */
    @media (max-width: 991px) {
        .vision-box {
            border-right: none;
            border-bottom: 2px solid #e9ecef;
            margin-bottom: 10px;
        }
    }

/*------------Impact section CSS-------------*/
.impact-wrapper {
        padding: 30px 0;
    }
    .impact-card {
        border: none;
        border-radius: 12px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        border: 1px solid #e9ecef;
        height: 100%;
    }
    
    /* Flexbox container to align Icon and Text inline */
    .impact-content-flex {
        display: flex;
        align-items: center; /* Vertical center */
        padding: 25px 20px;
        text-align: left; /* Align text to the left for better inline feel */
    }

    .impact-icon-inline {
        font-size: 2.2rem;
        color: #ffc107; /* Kotak Yellow */
        margin-right: 20px; /* Space between icon and text */
        transition: transform 0.3s ease;
        flex-shrink: 0; /* Prevents icon from squishing */
    }

    .impact-card h5 {
        margin: 0;
        line-height: 1.3;
        font-size: 1.1rem;
        transition: color 0.3s ease;
    }

    /* Hover States */
    .impact-card:hover {
	transform: scale(1.03);
    	background: #f3f9f9;
    	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    	border-color: var(--wtk-line-color);
    }

    .impact-card:hover h5 {
        /*color: #ffffff;*/
    }

    .impact-card:hover .impact-icon-inline {
        transform: rotate(-10deg) scale(1.1);
        /* color: #ffffff;  Icon turns white on dark blue background */
    }

/*---------------About Us Page----------------*/

/* Section Container */
    .dean-profile-header {
        background: #fff;
        padding: 40px 0;
    }
    
    /* Image and Sidebar Styling */
    .dean-sidebar {
        background-color: var(--wtk-bg-light);
        border-radius: 15px;
        padding: 25px;
        border-top: 5px solid var(--wtk-primary);
    }
    
    .dean-portrait {
	float: none!important;
	margin: 0 auto!important;
	display: block;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        width: 100%;
	height: 100%;
	max-width:250px;
        margin-bottom: 20px!important;
    }

    .credential-label {
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #888;
        font-weight: 700;
        margin-bottom: 8px;
        display: block;
        letter-spacing: 0.5px;
    }

    /* Styled Unordered List */
    .credential-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .credential-list li {
        font-size: 0.95rem;
        color: #333;
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    /* Custom Bullet Point (Kotak Yellow) */
    .credential-list li::before {
        content: "\f00c";
	font-family: "Font Awesome 5 Free";
        color: var(--wtk-line-color);
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        position: absolute;
        left: 12px;
    }

    .credential-value {
        font-size: 0.95rem;
        color: #333;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    /* Main Content Styling */

    .dean-subtitle {
        color: #ffc107;
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 30px;
        display: block;
    }

    .dean-body-text p {
        font-size: 1.05rem;
        line-height: 1.8;
        margin-bottom: 20px;
    }

/* Styling for the section container */

   .domain-section {
        padding: 48px 0;
    }

    .domain-card {
        border: none;
        overflow: hidden;
        position: relative;
        border-radius: 0px;
        
    }

    .domain-img-box {
        position: relative;
        /*height: 250px;  Adjust height as needed */
        overflow: hidden;
    }

    /* Initial state of image: blurred or slightly hidden */
    .domain-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease, filter 0.5s ease;
        filter: blur(3px); /* Blurred until hover */
        transform: scale(1.1);
    }

    /* 2. Diagonal Shutter Pieces - VISIBLE BY DEFAULT */
    .domain-img-box::before,
    .domain-img-box::after {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: var(--wtk-primary, #003366); 
        opacity: 0.6; /* Higher opacity for clear text reading */
        z-index: 1;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transform: translate(0, 0); /* Center position */
    }

    .domain-img-box::before {
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .domain-img-box::after {
        clip-path: polygon(100% 0, 100% 100%, 0 100%);
    }

    /* 3. Text Overlay Content - VISIBLE BY DEFAULT */
    .overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
	height: 100%;
        padding: 20px;
        text-align: center;
        opacity: 1; /* Fully visible */
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .domain-title-link {
        color: var(--wtk-btn-hover) !important;
        font-weight: 700;
        font-size: 1.5rem;
        text-decoration: none !important;
        display: block;
        line-height: 1.4;
	height: 100%;
    	width: 100%;
    	align-content: center;
    }

    /* 4. REVERSED Hover Interactions */
    
    /* Shutters slide OUT on hover */
    .domain-card:hover .domain-img-box::before {
        transform: translate(-100%, -100%);
    }

    .domain-card:hover .domain-img-box::after {
        transform: translate(100%, 100%);
    }

    /* Text fades out or shrinks on hover to show the image */
    .domain-card:hover .overlay-content {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.7);
    }

    /* Image clears up on hover */
    .domain-card:hover img {
        transform: scale(1);
        filter: blur(0px);
    }

    @media (max-width:450px){
        .domain-title-link { font-size: 1.1rem; }
        
    }

    /* Initial hidden state */
    .js-reveal {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }

    /* Base class for all Animate.css v3 effects */
    .js-reveal.animated {
        opacity: 1;
        visibility: visible;
    }


/* Section Container */
    .kss-video-section {
        background: #f8f9fa;
        padding: 40px 0;
    }

 
    /* Main Video Player Area (Left Side) */
    .video-player-container {
        position: relative;
        padding-bottom: 56.25%; /* Fixed 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        background: #000;
    }

    .video-player-container iframe {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        border: 0;
    }

    /* Thumbnail List (Right Side) */
    .thumb-scroll-list {
        max-height: 23vw; /* Fixed Height with minimal code */
        overflow-y: auto; /* Adds the scrollbar when needed */
        padding-right: 10px;
    }

    /* Styling for each thumbnail entry */
    .thumb-item {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 8px;
        margin-bottom: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 5px;
        border: 2px solid #fff;
    }

    /* Small Image container for the list */
    .thumb-img-wrapper {
        width: 100px;
        height: 60px;
        border-radius: 6px;
        overflow: hidden;
        margin-right: 15px;
        flex-shrink: 0; /* Prevents squishing */
    }
    .thumb-img-wrapper img {
        width: 100%; height: 100%;
        object-fit: cover;
    }

    /* Title of the video in the list */
    .thumb-title {
        font-size: 0.9rem;
        font-weight: 600;
        color: #333;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Hover State */
    .thumb-item:hover {
        background: rgba(0, 123, 255, 0.05);
        transform: translateY(-2px);
    }

    /* Active State (Currently Playing Video) */
    .thumb-item.active-playing {
        background: var(--wtk-bg-light);
        border-color: var(--wtk-line-color); /* Highlights in Blue */
    }
    .thumb-item.active-playing .thumb-title {
        color: #007bff;
    }

    /* Minimal Scrollbar Styling */
    .thumb-scroll-list::-webkit-scrollbar { width: 6px; }
    .thumb-scroll-list::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
    .thumb-scroll-list::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }
    .thumb-scroll-list::-webkit-scrollbar-thumb:hover { background: #999; }

    /* Mobile Responsive Order: Video Player on Top (Order-First), List Bottom */
    @media (max-width: 768px) {
        .player-col { order: -1; margin-bottom: 25px; }
	.thumb-scroll-list { max-height: 50vw; }

    }

/* Section Container Styling */

    .contact-wrapper {
        padding: 40px 0;
    }

    /* Info Card Design */
    .contact-info-card {
        border: none;
        border-radius: 15px;
        background: var(--wtk-light);
        transition: all 0.3s ease;
        border-bottom: 5px solid var(--wtk-primary); /* Institutional Blue Stripe */
        height: 100%;
    }

    .contact-info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
    }

    /* Icon Styling */
    .contact-icon-box {
        width: 50px;
        height: 50px;
        background: var(--wtk-bg-light);
        color: var(--wtk-primary);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        transition: background 0.3s, color 0.3s;
    }

    .contact-info-card:hover .contact-icon-box {
        background: var(--wtk-primary);
        color: var(--wtk-btn-hover); /* Kotak Yellow on Hover */
    }

    /* Map Styling */
    .map-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        height: 100%;
        min-height: 400px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    #contact-map {
        width: 100%;
        height: 100%;
        border: 0;
    }

/*----------------Contact Us-------------------*/


#main-menu{
	background-color:#ccc;
}

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

        
<!-----------------------------Project listing-------------------------------------->
        /* Section Headings */
        .category-heading {
            color: #1e4620;
            font-weight: 700;
            font-size: 1.5rem;
            margin-top: 2.5rem;
            margin-bottom: 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid #cbd5e0;
            display: flex;
            align-items: center;
        }
        
        /* Card Layout Enhancements */
        .project-card {
            background: #ffffff;
            border: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .project-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }
        .project-card .card-body {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .project-title {
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 1.25rem;
        }

        /* PI & Co-PI Layout */
        .investigators-box {
            background-color: var(--wtk-bg-gradient);
            border-left: 3px solid var(--wtk-primary);
            padding: 0.75rem 1rem;
            border-radius: 0 4px 4px 0;
            font-size: 1rem;
        }
        span.badge-pi {
            background-color: var(--wtk-primary);
            color: var(--wtk-btn-text)!important;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 0.2rem 0.5rem;
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            display: inline-block;
            margin-bottom: 0.25rem;
        }
<!------------------------------------------------------->


/* ================================Use for Google Language Translate bar on site =============================== */
.wtk-langbar{

position: fixed;
top: 5px;
right: 10px;
z-index: 999;

}

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

.wtk-toggle{
    position: absolute!important;
    padding: .375rem .75rem!important;
    z-index: 500;
    right: 13px;
}
.wtk-toggle::after{
content:''!important;
}


/* ------------ 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);
    z-index: 300;	
}



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

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

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

.card{
	background-color:var(--wtk-main-content-bg);
	border-color: #A9A9A9;
	transition: all ease .25s;
	height:100%;
}
.card p{
	/*text-align:left!important;*/
}

.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-card-hover);
	min-height:170px;
}

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

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

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

.cardhover:hover, .cardhover:hover h4, .cardhover:hover h5 {
    /* color: var(--wtk-white); */
    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: 2px 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);
}

.acc_panel p ul li{
	
	text-align:left!important;
}

.acc_panel ul li{
	
	text-align:left!important;
}


.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: #fff;
  text-align: center;
}

.jmm-counter.default .jmm-mod-row {
    margin: 0px;
}

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

.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;
    bottom: 0;
	left:0;
	right:0;
}
.wtk-img-corner:after{
    content:"";
    position:absolute;
    background: url(../images/corner.png) no-repeat;
    top:0;
    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;
}

.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-acc-color);/*pre white color*/
    box-shadow: 0 0 20px rgba(0,0,0, .2);
    color: var(--wtk-secondary);/*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-bodybg);
    color: #212121;
    display: none;
    margin: 0;
    padding: 1em .75em;/* changes on date 13-07-2020 from 2em*/
    text-align: left;
	}

	.acc__panel p{
	margin-bottom:0px;
	}

/* ================================================================== Header Style for top logo and menu */
	.header-style
	{
		position:relative;
		z-index:300; 
		background-color: var(--wtk-header);
	}

	.header-style img {
       		width: 400px;
    	}
	
	.header-logo
	{
		display: grid;
    		grid-template-columns: 90% 10%;
	}
	


.site-logo-title{
	color:var(--wtk-header-text);
	/* text-transform: uppercase; */
	font-weight:600;
	font-size: 2.5vmax;
}

@media (max-width:900px){
.header-style {
		/* background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0,0.8));		 */
	}
}

@media (min-width:916px){
	.site-logo-title{
	    font-size: 1.5vmax;
	}
	.header-logo{
		width:50%;
	}
}


.dept a{
	color: var(--wtk-header-text)!important;
	/* margin-left:15px; */
}

.dept p:nth-child(1){
	font-size: 2.5vw;
	line-height: 1.2;
	font-weight:600;
	color: var(--wtk-header-text)!important;
	margin-bottom: 0em!important;
	/*text-transform: uppercase;*/
}
.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;}
}

.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(2){
    display: block;
    font-size: 2.2vmin;
    line-height: normal;
    font-weight: 600;
    color:var(--wtk-header-text);
    margin-bottom: 0px!important;

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

.wtk-footer, .wtk-footer a,  .wtk-footer h5{
	color:var(--wtk-footer-text)!important;
}

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

.copy-text a{
	color:var(--wtk-white)!important;
}
.copy-text a:hover{
	color:var(--wtk-links-hover)!important;
}

.wtk-footer{
	background-color:var(--wtk-footer-bg);
}
.wtk-footer ul{
	list-style:none;
	padding-left:0;
	color:var(--wtk-footer-text)!important;
}

.ribbon-wrapper .ribbon-item {
    display: flex;
    align-items: start;
    }

.ribbon-wrapper .ribbon-icon {
    color: var(--wtk-primary);
    font-size: 1.1rem;
    margin-right: 12px;
    margin-top: 5px;}

/*---------------Social Icon-----------------------*/

.social-icon{
	align-content: center;
    	justify-items: end;
}

.social-icon #favsocial-list li a .fab, .social-icon #favsocial-list li a .svg-inline--fa{
	color: #fff!important;
}


.top-social-icon .svg-inline--fa {
    vertical-align: text-top!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;
    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: 0px;   /* 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);}}


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

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

.btn-site {
    position: relative;
    color: var(--wtk-btn-text)!important;
	padding: 8px 30px 8px 20px;
    /* 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 .2s;
	
}


/* The Pseudo-element */
.btn-site::after {
  content: '\f061'; /* Unicode for fa-arrow-right */
  font-family: "Font Awesome 5 Free"; 
  font-weight: 600; /* Required for 'Solid' icons in FA5 */
  
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%); /* Centers icon vertically */
  transition: transform 0.3s ease;
}

/* The Hover Animation */
.btn-site:hover::after {
  transform: translateY(-50%) translateX(6px); /* Keeps vertical center + moves right */
}


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

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

	.section-content
    	{
        	width:100%!important;
    	}

  	.content-section {
    		max-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){

	.header-logo {
		/*width: 20%;*/
	}
    .header-style img {
        width: 500px;
    }
	.main-menu-stick{
		position: absolute;
		background-color: transparent;
		top: 50px!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;
	}
	.social-icon{	
	align-content: center;
    justify-items: center;
	}
}


@media (min-width:1440px){
	.header-style img{
		width:400px!important;
	}
}

@media (max-width:768px){
	.h3, h3 {
    font-size: 1.5rem;
}
	.hero-content{
		bottom:0;
	}
	.hero-after{
		 margin-top: 1rem;
	}
	.header-style {
		position: relative;
		background-size: 100% 100%;		
	}
	
	.main-menu-stick.sticky-content{
		top: 0px!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: 4.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);
    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: 6vmin;
	}
	.dept p:nth-child(2){
		/* font-weight: 600; */
		font-size: 4vmin;
	}
	.wtk-text h2{
	     font-size:3.5vmin;
	}
	.header-logo{
	padding: 5px;
        grid-template-columns: 90% 10%;
}
.wtk-toggle {
    position: absolute;
    padding: 0rem .25rem !important;
    z-index: 500;
    right: 7px;
}}

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