/*
Theme Name: Chilime Seti Hydropower Child
Theme URI: https://www.chilimesetihydro.com
Description: Official Website of Chilime Seti Hydropower
Version: 1.0
Template: chilimesetihydropower
*/

.txb{
    color: #000;
    font-weight: 500;
}

.txw{
    color: #fff;
}

.txc{
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

.fs16{
    font-size: 16px;
}

.fs15{
    font-size: 15px;
}

.mb35{
    margin-bottom: 35px;
}

.mb0{
    margin-bottom: 0;
}

.ml5{
    margin-left: 5px;
}
.mtb{
    margin-bottom: 15px;
}

.ml-bgc{
    background-color: #f7f7f7;
}

.ml-btn a {
    color: #fff !important;
    background: #2E3092;
    padding: 0px 10px;
}

.ml-act-btn a {
    color: #fff;
    text-transform: capitalize;
}

.whb-flex-flex-middle .whb-col-center{
    flex: unset !important;
}

.single-post .page-title-default {
    display: none;
}

/* Notices */
.carousel-container {
    width: 83%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
}

.navigation {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 1000;
}

.left-arrow {
    left: 20px;
}

.right-arrow {
    right: 20px;
}
.ml-notices{
    display: flex;
}

.notice-card {
    flex: 0 0 auto;
    text-wrap: wrap;
    width: 32%;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* border-radius: 8px; */
    /* margin: 12px; */
}

.notice-card:not(:last-child){
    margin-right: 20px;
}

.notice-title {
    color: #2E3092;
    text-wrap: wrap;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 750;
    line-height: 1.2em;
    letter-spacing: 0em;
    text-align: left;

}

.notice-body {
    color: #333333;
    text-wrap: wrap;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;

}

.read-more-btn {
    background-color: unset;
    border: none;
    padding: 8px 0px;
    /* border-radius: 4px; */
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    color: #2E3092; /* Blue color for text */
    text-decoration: none; /* Remove default underline */
}

.read-more-btn::after {
    content: '';
    position: absolute;
    bottom: -2px; /* Adjust the distance from the text */
    left: 0;
    width: 40%;
    height: 2px; /* Set the line height */
    background-color: #2E3092; /* Set the line color */
    transition: width 0.3s ease; /* Add transition for animation */
}

.read-more-btn:hover{
    box-shadow: unset;
}
.read-more-btn:hover::after {
    width: 100%; /* Animate the line width to full width on hover */
}

.ml-h {
    /* margin: 0 auto; */
    text-align: center;
    font-size: 30px;
}

a.wd-logo.wd-main-logo.woodmart-logo.woodmart-main-logo {
    transition: all .3s ease;
}

/* Notices. */

/* News */

.notice-content {
    padding: 20px 0px;
    border-bottom: 3px solid #2e3092;
}

.news-card {
    flex: 0 0 auto;
    width: 23%;
    background-color: #fff;
    margin: 12px;
}

.news-title {
    color: #2E3092;
    text-wrap: wrap;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: left;
    /* two line title */
    max-height: 2.8em; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    text-overflow: ellipsis; 
}

.news-title span{
    display: inline-block;
    height: 1.5em; 
    width: 100%; 
}

.pub-date {
    color: #333333;
    text-wrap: wrap;
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;

}

.rm-btn {
    background-color: unset;
    border: none;
    padding: 5px 0px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    color: #2E3092; 
    text-decoration: none; 
}

.rm-btn a{
    color: #2E3092; 
}

.rm-btn:hover{
    box-shadow: unset;
}

.rm-btn::after {
    content: '\2192'; 
    margin-left: 5px;
    color: #2E3092;
}

/* News. */

.fullwidth_fix {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw!important;
    position: relative!important;
    right: 50%;
    width: 100vw!important;
}

/* Footer - Company Detail */
.ml-fcard {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px 20px 5px;
    /* margin-top: -80px; */
}

.flogo {
    /* width: 250px; */
    height: auto;
    margin-bottom: 20px;
    display: block;
    
}

.card-details h2 {
    margin-bottom: 10px;
}

.card-details p {
    margin-bottom: 15px;
    line-height: 2em;
}

.contact-info {
    text-align: left;
    margin-bottom: 15px;
    line-height: 2em;
    color: #000 !important;
}

.contact-info a:hover{
    color: #2E3092;
}

.wd-sub-menu li a{
    /* color: #fff !important; */
}

.mega-menu-list>li>a{
    text-transform: capitalize !important;
    margin-bottom: 10px;
}

.mega-menu-list>li>a::after, .txu::after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.copyrights-centered .min-footer{
    font-size: 16px;
}

.notice-item-con{
    display: flex;
    margin-bottom: 30px;
}

.ntype{
    margin-bottom: unset;
}

.nitem{
    display: flex;
    /* width: 100%;
    flex: 1; */
    align-items: center;
    /* background-color: var(--hover); */
    /* border-radius: 8px; */
    /* border: 1px solid var(--hover); */
    overflow: hidden;
}

.nmeta{
    display: flex;
}

.page-title-default{
    background: linear-gradient(to top, rgb(255 255 255) 0, #2E3092 100%);
    /* border-bottom: 5px solid #fafafa; */
}

.ml-tabs .e-n-tabs-heading{
    box-shadow: inset 0px 0px 6px -6px rgba(0,0,0,.16), inset 0 -6px 6px -6px rgba(0,0,0,.16);
}

.e-n-tab-title {
    padding: 20px 8px !important;
}

.wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
    color: #000 !important;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

.wd-dropdown-menu.wd-design-default{
    border-top: 3px solid #2E3092 !important;
    width: 250px;
    margin-top: 12px;
}

.file-type{
    /* padding: 30px;
    /* height: 100%; */
   /* background: #980000; */
}

/* .dli{
    padding: 30px;
    background: #f8f8f8;
} */

.notice-info{
    padding: 10px 20px;
}

.ntable td{
    padding: 0;
}

.pub-alt{
    padding: 10px 20px;
    color:#000;
}

/* Team css */

.team-container, .quick-container{
	max-width:1200px;
	display: flex; 
    justify-content: center;
	flex-wrap: wrap;
	margin:0 auto;
	position: relative;
	min-height: 1px;
}

.team, .quick{
	min-height: 100px;
	/* padding: 30px 15px; */
	text-align: center;
	float: left;
	width: 100%;
}
.quick h2 {
    border-bottom: 5px solid #035b9d;
    width: 50%;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 700;
	color: #015a9c;
	padding-bottom: 10px;
    margin-bottom: 25px;
	text-align: center;
}

.team h2 {
	font-size: 36px;
	font-weight: 700;
	color: #015a9c;
	margin:0;
	padding-bottom:20px;
	text-align: center;
}
.team .card, .quick .card{
	width:24%;
	float: left;
	padding: 10px;
}
.team .card .box, .quick .card .box {
	padding:15px;
	background-color: #f9f9f9;
	border-radius:5px;
	transition: margin .1s ease,box-shadow .1s ease;
}
/* .team .card .box:hover, .quick .card .box:hover {
	margin-top:-5px;
	box-shadow:0px 0px 25px #a2a2a2;
} */

.team .card .box {
    min-height: 326px;
}

.team .card .box img{
	width:150px;
	display: block;
	margin: 10px auto;
	border-radius:50%;

}

.team .card .box h4{
	font-size: 17px;
	margin:20px 0px 10px;
	color: #015a9c;
	text-align: center;
	font-weight: 700;
}

.team .card .box h5{
	font-size:16px;
	font-weight: 400;
	color: #000;
	margin: 0px 0px 15px;
	text-align: center;
}

.tcard{
    border: none;
}

.team .card .box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    /* padding: 0px 0px; */
}

.quick .card .box img{
	width: 100%;
    height: 64px;
    display: block;
    margin: 0px auto;
}

.box a {
    color: #cb6c1a;
}

.box a:hover {
    color: #015a9c;
}

.bod-head{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title-default{
    background-position: unset !important;
}

/* table */
.ntable {
    width: 100%;
    border-collapse: collapse;
}

.abttable tr{
    line-height: 2em;
    color: #000;
    font-size: 16px;
}

.abttable td {
    padding: 8px;
    /* border: 1px solid #ddd; */
    text-align: left;
}

.ntable th, .abttable th, .bptable th, .satable th {
    background-color: #2E3092;
    color: #fff;
}

.ntable tr:nth-child(odd), .abttable tr:nth-child(odd),.bptable tr:nth-child(odd), .satable tr:nth-child(odd) {
    background-color: #f9f9f9;
    color: #000;
}

.ntable tr:nth-child(even), .abttable tr:nth-child(even), .bptable tr:nth-child(even), .satable tr:nth-child(even) {
    background-color: #e6e6e6;
    color: #000;
}

/* Adjust column widths */
.ntable th:first-child,
.ntable td:first-child {
    width: 10%;
    text-align: center;
}

.abttable td:first-child{
    width: 35%;
}

.bptable th:first-child, .bptable td:first-child{
    width:20%;
    text-align: center;
}

.bptable th:nth-child(2),.bptable td:nth-child(2),.bptable th:nth-child(3),.bptable td:nth-child(3){
    width: 40%;
    text-align: center;
}

.ntable th:nth-child(2),
.ntable td:nth-child(2) {
    width: 15%;
}

.ntable th:nth-child(3),
.ntable td:nth-child(3) {
    width: 70%;
}

.ntable th:nth-child(4),
.ntable td:nth-child(4) {
    width: 5%;
    text-align: center;
}

/* CSS styles for the notices archive */
.notice-list {
    list-style: none;
    padding: 0;
    margin-bottom: 100px;
}

.notice-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.noticetitle {
    font-size: 16px;
    margin-bottom: 0px;
}

.notice-meta {
    font-size: 14px;
    color: #777;
}

.notice-content {
    margin-top: 10px;
}

.fimg {
    width: 30px; /* Adjust size as needed */
    /* margin-right: 10px; Add spacing */
}

.abthead {
    padding: 40px 20px;
    margin-left: 15px;
    background: #bcbcbc;
    border: none;
}

.abthead h3, .abthead h5{
    color: #000;
    margin-bottom: 0px;
}
/* table. */

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center; /* Vertical center alignment */
    margin-top: 20px;
 }
 .pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #2E3092; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
 }
 .pagination a:hover{
    color:#fff;
    background: #6AAC70; /* Pagination background on hover */
 }
 .pagination .current{
    padding:6px 9px 5px 9px;
    background: #6AAC70; /* Current page background */
    color:#fff;
 }
/* Pagination. */

/* .wd-sub-menu li a {
    text-transform: uppercase;
    font-weight: 500;
    color: #797979 !important;
} */

/*responsive*/

@media(max-width: 991px){
	.team .card, .quick .card{
		width:50%;
		/* margin-bottom:30px; */
	}
}

@media(max-width:550px){
	.team .card, .quick .card{
		width:100%;
	}
}
/* end team */

@media (max-width: 500px) {
    .notice-card{
        width: 100%;
        margin-bottom: 15px;
    }

    .notice-card:not(:last-child){
        margin-right: unset;
    }

    .txc{
        width: unset;
    }

    .carousel-container{
        /* width: 90%;
        display: block; */
    }

    .ml-notices{
        display: block;
    }

    .news-card{
        display: block;
        width: 100%;
        margin: unset;
        margin-bottom: 15px;
    }

    .notice-body{
        display: flex;
        width: 100%;
        text-wrap: wrap;
    }
}

@media (min-width: 501px) and (max-width:767px) {
    .flogo{
        width: 250px;
    }
    
    .notice-card{
        width: 50%;
        margin: unset;
    }

    .notice-card:not(:last-child){
        margin-right: 15px;
    }

    .txc{
        width: 100%;
    }

    .carousel-container{
        width: 90%;
    }

    .news-card{
        width: 49%;
        margin: unset;
    }

    .news-card:not(:last-child){
        margin-right: 15px;
    }

    .notice-body{
        text-wrap: wrap;
    }  
}

@media (min-width: 768px) and (max-width: 1024px) {
    .flogo{
        width: 250px;
    }
    
    .notice-card{
        width: 50%;
        margin: unset;
    }

    .notice-card:not(:last-child){
        margin-right: 15px;
    }

    .txc{
        width: 100%;
    }

    .carousel-container{
        width: 90%;
    }

    .news-card{
        width: 49%;
        margin: unset;
    }

    .news-card:not(:last-child){
        margin-right: 15px;
    }

    .notice-body{
        text-wrap: wrap;
    }
}