/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.whb-general-header {
    padding: 5px 0;
}
.main-page-wrapper{
	padding-top:0;
}
.wd-slide-bg::after {
    content: "";
    background: rgb(255 255 255 / 30%);
    width: 100%;
    height: 100%;
    position: absolute;
}
ul#menu-main-menu-corporate-2 {
    gap: 20px;
}
.clsDeptHd strong{color:#fff;font-size: 16px;} 
.whb-top-bar-inner #menu-top-bar-right li a {
  color: #fff;
}
.whb-top-bar-inner #menu-top-bar-right li:hover a {
  color: #eee;
}
.clsFaculty .testimonial .testimonial-inner footer {
    margin: 0;
    border-top: 2px solid #17436d;
    padding-top: 20px;
    color: #18b0ff;
}

.clsFaculty .testimonial .testimonial-inner footer span {
    display: block;
}
.clsPos {
	overflow: hidden;
	position: absolute;
	width: 355px;
	height: 460px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	right: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 10px;
	background: #fff;
}
.clsPos .clsPosBlog .wd-posts.wd-blog-holder {
    gap: 0;
    background: none;
    box-shadow: none;
	border: none;
	    overflow-y: scroll;
    max-height: 350px;
}

.clsPos .clsPosBlog .wd-posts.wd-blog-holder .wd-post-inner {
    width: auto;
}

.clsPos .clsPosBlog .wd-posts.wd-blog-holder .wd-post-inner .wd-post-img img {
    max-width: 90px;
}

.clsPos .clsPosBlog .wd-posts.wd-blog-holder .wd-post-inner .wd-post-date {
    display: flex;
    position: relative;
    align-content: center;
    top: 0;
    left: 0;
    align-items: center;
    box-shadow: none;
}

.clsPos .clsPosBlog .wd-posts.wd-blog-holder .wd-post-inner .wd-post-date span {
    font-size: 14px;
    padding: 0 1px;
    font-weight: 400;
}
.clsPos .clsPosBlog .wd-posts.wd-blog-holder .wd-post-inner .wd-post-thumb {
    gap: 5px;
    display: flex;
    flex-direction: column-reverse;
    width: 100px;
    flex: 1;
}

.clsPos .clsPosBlog .wd-posts.wd-blog-holder .wd-post-inner .wd-post-content h3 {
    font-size: 15px;
}

.clsPos .clsPosBlog .wd-posts.wd-blog-holder .wd-post-inner .wd-post-content {
    width: calc(100% - 180px);
}

.clsPos .clsPosBlog .wd-posts.wd-blog-holder article .wd-post-inner {
    box-shadow: none;
    border: none;
	 padding: 7px 6px;
    gap: 10px;
	    flex-direction: row;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(24 176 255); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(23 67 109 / 50%); 
}
div#comments {
    display: none;
}
footer.footer-container.color-scheme-light {
    background: #fdfdfd;
    border-top: 4px solid #17436d;
}
.clsIcon svg {
    width: 18px;
    height: 18px;
}
.clsTimeLineIcon img{
	transform:scale(0.8);
}
table.PGTable thead tr th {
    background-color: #17436D;
    color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #bbb;
    text-align: center;
}

table.PGTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.4;
}

table.PGTable thead tr th {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #bbb;
}

table.PGTable tbody tr td {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #bbb;
    color: #2A2A2A;
    padding: 15px 12px;
    text-align: center;
}
._clsChart h2{
	font-size: 28px;
    line-height: 38px;
    color: #fd9535;
	text-align:center;
}
/* ._clsChart ._Graph {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px 20px;
    justify-content: space-between;
	align-items: center;
} */
._clsChart ._Graph h3{
	margin-bottom:25px;
}
/* ._clsChart ._Graph div {
	width: 46%;
    text-align: center;
} */

@media only screen and (max-width: 1180px){
	.clsResTable{
		overflow-x:auto;
	}
}
@media only screen and (max-width: 1070px){
	ul#menu-main-menu-corporate-2 {
		gap: 12px;
	}
}

@media only screen and (max-width: 768px){
	.clsPos .clsPosBlog .wd-posts.wd-blog-holder .wd-post-inner .wd-post-content{
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 767px){
	.clsPos{
		width: calc(100% - 20px);
        height: auto;
        top: auto;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
	}
	.wd-slide-inner{
		max-width:100% !important;
	}
	.clsPos .clsPosBlog .wd-posts.wd-blog-holder{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.clsPos .clsPosBlog .wd-posts.wd-blog-holder article .wd-post-inner{
		align-items: center;
	}
	.wd-slide-bg::after {
		background: rgb(255 255 255 / 60%);
	}
	.clsResTable{
		overflow-x:auto;
	}
	table.PGTable thead tr th{
		font-size: 16px;
	}
	table.PGTable tbody tr td  {
		font-size: 14px;
	}
}
@media only screen and (max-width: 500px){
	.clsPos .clsPosBlog .wd-posts.wd-blog-holder .wd-post-inner .wd-post-content h3 {
		font-size: 12px;
	}
	.wd-slide-inner .elementor-element {
		position: relative;
		top: -18px;
	}
}