@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	overflow-x:hidden;
}

*{
	margin:0;
	box-sizing: border-box;
}
.container{
	max-width: 1360px;
	margin:auto;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
.view-all
{
	font-family: "Poppins", sans-serif;
color: #fff;
font-size: 14px;
text-align: center;
font-weight: 450;
/* float: right; */
display: block;
margin-top: 15px;
}
/*header*/
.header{
	position:relative;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 0 19px 0;
    z-index: 99;
    background: #f9f9f9;
	}
.header-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	position: relative;
    top: -12px;
}
.header .logo{
    padding: 0px;
    position: relative;
    top: -24px
}
.goog-te-gadget-simple {
    background-color: #2d6598;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size: 10pt;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #fff;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #2c6698;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 0  0 15px;
}
.goog-te-gadget-icon
{
	display: none;
}
.logo img 
{
	width: 330px;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
.header .menu > .menu-item > a{
    display: block;
    padding: 12px 0;
    font-size: 15px;
    color: #2c6698;
    font-family: "Poppins", sans-serif;
/*    text-transform: capitalize;*/
    font-weight: 450;
    transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #2c6698;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #2c6698;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #2c6698;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	color: #2c6698;
    font-family: "Poppins", sans-serif;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.div-soc
{
	margin-bottom: 30px;
}
.btn-login
{
	    margin-right: 40px;
}
.quick_links li
{
	margin-bottom: 8px;
}
.quick_links li a
{
font-size: 15px;
	font-weight: 500;
	color: #2c6698;
    font-family: "Poppins", sans-serif;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}




/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #222222;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #ffffff;
		padding: 12px 15px;
		border-bottom: 1px solid #333333;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}
.main-wrapper
{
background-image: url('../images/bg-Blue.png');
background-size: cover;
background-position: top;
height: auto;
position: relative;
padding-bottom: 5em;
}
.btn-login-nav
{
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.btn-login-btn
{
border-radius: 5px;
    background-color: #2c6698;
    display: inline-block;
    padding: 6px 20px;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #2c6698;
    font-family: "Poppins", sans-serif;
    text-align: center;
    transition: 0.5s all;
}
.btn-login-btn:hover
{
	background-color: #fff;
	color:#2c6698;
}
.d-btn-flex
{
	display: flex;
	margin-top:20px;
	justify-content: center;
}
.btn-login-btn-2
{
border-radius: 5px;
    background-color: #2c6698;
    display: inline-block;
    padding: 6px 16px;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    width: 140px;
    border: 1px solid #2c6698;
    font-family: "Poppins", sans-serif;
    text-align: center;
    transition: 0.5s all;
}
.btn-login-btn-2:hover
{
	background-color: #fff;
	color:#2c6698;
}
.footer
{
	background-color: #dcdcdc;
	padding:3em 0;
}
.footer-logo img
{
	width: 450px;
}
.footer-logo
{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.link-footer-1
{
	display: flex;
	margin:3em 0;
	justify-content: center;
}
.link-footer-1 li
{
margin-right: 40px;
}
.link-footer-1 li a
{
	font-family: "Poppins", sans-serif;
	color:#000;
	font-weight: 500;
	font-size: 15px;
}
.link-soc
{
	display: flex;
	justify-content: center;
}
.link-soc li
{
	margin-right: 20px;
}

.link-soc li a 
{
	color: #000;
	font-size: 22px;
}
.chairman-box
{
	  border-radius: 5px;
	  background-color: #9ab9d4;
	  height: 450px;
	  overflow: hidden;
	  padding-top: 20px;
	      position: relative;
}
.jus-cnt
{
	    justify-content: center
}
/*.banner
{
	height: 500px;
}*/
.inf-chari
{
	position: absolute;
	bottom: 0;
	padding:0 20px;
}
.left-sec-1-1
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tem-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 1%, #fff 100%);
    -webkit-background-image: linear-gradient(to bottom, rgba(255,255,255,0) 1%, #fff 100%);
    -moz-background-image: linear-gradient(to bottom, rgba(255,255,255,0) 1%, #fff 100%);
    -o-background-image: linear-gradient(to bottom, rgba(255,255,255,0) 1%, #fff 100%);
    border-radius: 10px;
}
.down-load-link
{
	     border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 14px;
    margin: 10px 0 0 0;
}
.down-load-link-l1
{
	font-family: "Poppins", sans-serif;
	color:#fff;
	font-weight: 400;
	text-align: center;
	font-size: 13px;
	 
}
    .col-sm-31 {
        flex: 0 0 auto;
        width: 29%;
    }
.row-cnt
{
	    display: flex;
    gap: 10px;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
}
.col-sm-61 {
        flex: 0 0 auto;
        width: 49.4%;
    }
.left-sec-1-1
{
	 border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
 padding: 20px;
}
.down-load-link
{
	    display: flex;
    justify-content: space-between;
}
.left-sec-2-2
{
	margin-top: 9px;
}
.left-sec-2-1
{
	 border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
 padding: 20px 0;
     height: 407px;
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#2c6698;
    width: 100%;
    bottom: 1px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}

.categ-box1
{
border-radius: 10px;
background-color: #ffffff;
width: 76px;
height: 76px;
display: flex;
margin: 0;
justify-content: center;
align-items: center;
padding: 10px;
}
.categ-box1-pha
{
	font-family: "Poppins", sans-serif;
	color:#fff;
	font-weight: 400;
	text-align: center;
	font-size: 14px;
	margin-top: 13px;
	margin-bottom: 0;
}
.btn-1
{
	color: #2b6698;
   border: 1px solid #2b6698;
   hover-color: #fff;
   hover-bg: #492683;
   hover-border-color: #6c757d;
   focus-shadow-rgb: 108, 117, 125;
   active-color: #fff;
   active-bg: #6c757d;
   active-border-color: #6c757d;
   active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   disabled-color: #6c757d;
   disabled-bg: transparent;
   disabled-border-color: #6c757d;
    gradient: none;
    font-size: 20px;
    padding: 3px 7px;
    border-radius: 5px;
    margin:4px 0;
}
.form-group
{
	margin-bottom: 20px;
}
.btn-outline-secondary {
    --bs-btn-color: #492683;
    --bs-btn-border-color: #492683;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #492683;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
    padding: 3px 7px;
    font-size: 14px;
}
.inf-chari
{
		font-family: "Poppins", sans-serif;
	color:#fff;
	font-weight: 400;
	margin: 0;
	font-size: 14px;
	margin-bottom: 6px;
}
.table-responsive
{
	border:1px solid #2b6698;
	border-radius: 10px;
}
.table-responsive th
{
	background-color: #ccc;
	border-bottom:2px solid #b3b3b4;
	color: #000;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}
table
{
	font-family: "Poppins", sans-serif;
	color:#000;
	font-weight: 400;
	font-size: 14px;
}
.inf-chari .info
{
	margin-bottom: 6px;
}

.profile-card {
  width: 100%;
  height: 450px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
font-family: "Poppins", sans-serif;
}

/* Content area */
.profile-card .content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  text-align: center;
}

/* Description text */
.profile-card .description {
  font-size: 14px;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  text-align: justify;
  margin-bottom: 20px;
}

/* Name */
.profile-card .name {
     font-size: 15px;
    color: #0b5fa5;
    text-align: right;
    margin: 0 0 4px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 550;
    letter-spacing: 1px;
}
.left-sec-2-1
{
	padding: 20px;
}
/* Designation */
.profile-card .designation {
  font-size: 13px;
  color: #0b5fa5;
  text-align: right;
  font-family: "Poppins", sans-serif;
}
.title-1 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 18px;
}
.news-b1
{
	display: flex;
	justify-content: space-between;
	margin: 18px 0 0 0;
}
.main-news-b2
{
	    height: 320px;
    overflow-y: scroll;
}
.main-news-b1
{
	margin-top: 12px;
}
.new-box
{
padding: 20px;
    border-bottom: 1px solid #122843;
}
.news-title
{
	  font-family: "Poppins", sans-serif;
	  font-size: 14px;
	  font-weight: 400;
	  color:#fff;
	  line-height: 24px;
}
.read-more
{
	 font-family: "Poppins", sans-serif;
	  font-size: 14px;
	  font-weight: 400;
	  color:#fff;
}
.main-news-b2 {
  height: 300px;
 overflow-y: auto;
  scrollbar-gutter: stable;
}

/* Chrome, Edge, Safari */
.main-news-b2::-webkit-scrollbar {
  width: 6px;
}

.main-news-b2::-webkit-scrollbar-track {
  background: #e6f3ff;
}

.main-news-b2::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}

/* Firefox */
.main-news-b2::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}

/* Firefox */
.main-news-b2 {
  scrollbar-width: thin;
  scrollbar-color: #ccc #e6f3ff;
}
.new-box
{
	transition: 0.5s all;
	cursor: pointer;
}
.new-box .read-more img
{
transition: 0.5s all;
}
.new-box:hover .read-more img
{
	transform: rotate(-45deg);
	transition: 0.5s all;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,rgba(0, 80, 150, 0.97),rgba(0,80,150,0));
  z-index: 1;
   mix-blend-mode: color-dodge;
   width: 100%;
   height: 100%;
}
.main-w1
{
	position: relative;
	z-index: 11;
}
.btn-login .goog-te-gadget-simple {
    background-color: #2d6698;
    border-left: 1px solid #2d6698;
    border-top: 1px solid #2d6698;
    border-bottom: 1px solid #2d6698;
    border-right: 1px solid #2d6598;
    font-size: 10pt;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: pointer;
}
.btn-login .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #fff;
}
.btn-login .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    filter: brightness(0) saturate(100%) invert(47%);
    filter: brightness(0) invert(1);
}
.main-wrapper-1-in {
    background-color: #ffffff;
    padding: 150px 100px;
    width: 84%;
    margin: 1em auto 5em auto;
    border-radius: 8px;
}
.main-wrapper-1-in
{
	background-color: #ffffff;
	padding: 40px 40px;
}
.inside_page_head
{
		color: #2c6698;
	 font-family: "Poppins", sans-serif;
	  font-size: 20px;
	  font-weight: 550;
	  margin-bottom: 26px;
}
.inside_page_subhead
{
	color: #143456;
	 font-family: "Poppins", sans-serif;
	  font-size: 18px;
	   font-weight: 450;
	   margin-bottom: 24px;
}
.about_list
{
	margin:20px 0 20px 20px;
}
.about_list-1
{
margin:10px 0 10px 20px;
}
.about_list-1 li
{
	color: #143456;
font-family: "Poppins", sans-serif;
font-size: 14px;
    line-height: 27px;
   font-weight: 400;
margin-bottom: 8px;
list-style-type:disc;
    list-style-position: inside;
}
.mar-14px
{
	margin-top: 20px;
}
.inside_page_head-1
{
	color: #143456;
	    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 550;
    margin-bottom: 14px;
}
.about_list li
{
background:#f0efee;
padding:20px;
margin-bottom: 20px;
color: #143456;
font-family: "Poppins", sans-serif;
font-size: 14px;
border-radius: 10px;
font-weight: 400;
    line-height: 27px;
list-style-type: decimal;
    list-style-position: inside;
}
.phto-auth
{
	width: 100px;
	height: 100px;
	border:1px solid #ccc;
	border-radius: 6px;
}
.cnt-1
{
	    display: flex;
    justify-content: flex-end;
}
.mb-20px
{
	margin-bottom: 20px;
}
.form-check-label
{
	   font-family: "Poppins", sans-serif;
font-size: 14px;
    color: #143456;
}
.form-cnt .form-control {
    display: block;
    width: 100%;
    padding:10px 29px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
font-size: 14px;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border-radius: 10px;
   	border:1px solid #2d6598;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.info-text
{
	color: #8c8c8c;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-style: italic;
}
.search-bar
{
	background-color: #f1f1f1;
padding: 14px;
}
.search-bar .btn-login-btn-3
{
padding:8px 16px;
}
.form-check-input
{
	 border: 1.2px solid #143456;
}
.form-check-input
{
	    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #143456;
}
.map
{
	border:1px solid #ccc;
	border-radius: 5px;
	padding:5px;
}
.info
{
	color:#143456;
	 font-family: "Poppins", sans-serif;
	 font-size: 14px;
	     line-height: 27px;
	 text-align: justify;
	 margin-bottom: 22px;
	  font-weight: 400;
}
.left_section_inner
{
	margin-right: 20px;
}
.right-sec
{
	margin-left: 20px;
}
.form-label
{
	    color: #143456;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin-left: 20px;
}
.mar-botom-20px
{
	margin-bottom: 20px;
}
.member-1-pic
{
	margin-bottom: 20px;
	border:1px solid #ccc;
	padding:10px;
}
.member-1-pic img
{
display: block;
margin:0 auto;
}
.right-sec
{

}
.cont-details-div
{
	background-color: #ecf1f6;
	padding:10px 30px;
	border-radius: 6px;
	
}
.form-1 .form-control
{
	    border-radius: 6px;
    padding: 10px 29px;
    background: #ecf1f7;
    border: 1px solid #ccc;
}
.cent-100px
{
	display: flex;
	    justify-content: flex-start;
    align-items: center;
    height: 80px;
}
.mt-30px
{
	margin-top: 18px;
}
.btn-login-btn-3 {
    border-radius: 50px;
    background-color: #2c6698;
    display: inline-block;
    padding: 11px 20px;
    margin-left: 0;
    font-size: 14px;
    color: #fff;
    width: 100px;
    border: 1px solid #2c6698;
    font-family: "Poppins", sans-serif;
    text-align: center;
    transition: 0.5s all;
}
.btn-login-btn-3:hover
{
	background-color: #fff;
	color:#2c6698;
}
.member-nam
{
	 font-family: "Poppins", sans-serif;
	color: #2c6698;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 19px;
}
.pho-n1
{
	color: #8d8c8d;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
     font-weight: 450;
}
.icon-box
{
	background-color: #2c6698;
	height: 30px;
	width: 30px;
	color: #fff;
	padding:10px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-div-sec
{
	display: flex;
	gap: 15px;
	align-items: center;

}
.office-bear-box
{
	margin-bottom: 30px;
}
.serch-box
{
	    border-bottom: 1px solid #90aec9;
    padding: 30px 0;
}
.cont-details-div-1
{
	    background-color: #ecf1f6;
    padding:20px 30px 30px 30px;
    border-radius: 6px;
}
.addr-nm
{
	color: #4d4b4d;
		 font-family: "Poppins", sans-serif;
	  font-size: 14px;
	  font-weight: 450;
}
.label_left
{
	color:#4d4b4d;
		 font-family: "Poppins", sans-serif;
	  font-size: 14px;
	  margin-bottom: 6px;
	  font-weight: 450;
}
.label_right
{
	color:#4d4b4d;
		 font-family: "Poppins", sans-serif;
	  font-size: 14px;
	  margin-bottom: 6px;
	  font-weight: 450;
}
.img-office
{
  border-width: 2px;
  border-color: rgb(0, 8, 46);
  border-style: solid;
  border-radius: 11px;
  background-color: rgb(255, 255, 255);
  width: 155px;
  height: 155px;
}
/* Header */
.page-title{
  background:#0d3b66;
  color:#fff;
  padding:20px;
  text-align:center;
  font-size:26px;
  font-weight:bold;
}

/* Search Box */
.search-box{
  max-width:500px;
  margin:25px auto;
  display:flex;
}

.search-box input{
  flex:1;
  padding:12px;
  border:1px solid #ccc;
  border-radius:6px 0 0 6px;
  outline:none;
}

.search-box button{
  padding:12px 18px;
  border:none;
  background:#0d6efd;
  color:#fff;
  border-radius:0 6px 6px 0;
  cursor:pointer;
}

/* Grid Layout */
.case-container{
  width:100%;
  margin:auto;
  display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:20px;
  padding-bottom:40px;
}


/* Card */
.case-card{
  background:#fff;
  padding:20px;
  border-radius:12px;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
  transition:.3s;
  border-left:5px solid #2186cd;
 
}

.case-card:hover{
  transform:translateY(-5px);
}

/* Text */
.case-year{
  font-size:14px;
  color:#888;
}
.download-ic
{
	background-color:#b3d3eb;
	width: 30px;
	height: 30px;
	color: #2c3e50;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin-right: 10px;
	border-radius: 100%;

}
.flex-box
{
	display: flex;
	align-items: center;
}
.case-info p
{
	color: #143456;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
.case-title{
  font-size:18px;
  font-weight:bold;
  margin:8px 0;
  color:#0d3b66;
}

.case-court{
  font-size:14px;
  margin-bottom:10px;
}

.case-remark{
  font-size:13px;
  color:#555;
  height:60px;
  overflow:hidden;
}

/* Button */
.btn-pdf{
  display:inline-block;
  margin-top:12px;
  padding:8px 14px;
  background:#0d6efd;
  color:#fff;
  text-decoration:none;
  border-radius:6px;
  font-size:13px;
}

.btn-pdf i{
  margin-right:6px;
}
.date-nm
{
	 font-family: "Poppins", sans-serif;
	  font-size: 14px;
	  font-weight: 400;
	  color:#fff;
	  margin: 0;
}

/* Title */
.page-title{
    text-align:center;
    margin-bottom:30px;
    color:#2c3e50;
     font-family: "Poppins", sans-serif;
     font-size: 16px;
}

/* Filter Bar */
.filter-bar{
    display:flex;
    gap:15px;
    margin-bottom:25px;
}

.filter-bar select,
.filter-bar input{
    padding:10px;
    border:1px solid #ccc;
    border-radius:6px;
    flex:1;
}

/* Card */
.case-card{
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
    transition:.3s;
}

.case-card:hover{
    transform:translateY(-3px);
}

/* Info */
.case-info h2{
  margin: 0 0 15px 0px;
color: #01436d;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 550;
}

/* Buttons */
.case-action a{
    text-decoration:none;
    padding:10px 14px;
    border-radius:6px;
    margin-left:10px;
    color:#fff;
    font-size:14px;
}
.date-nm
{
color: #969696;
font-family: "Poppins", sans-serif;
font-size: 15px;
margin-bottom: 10px;
}
.btn-view{
    background:#3498db;
}

.btn-download{
    background:#27ae60;
}

.case-action a:hover{
    opacity:.85;
}
.showcase {
    position: relative;
    width: 49%;
    float: left;
    height: 17em;
    margin: 0 auto 1em auto;
    overflow: hidden;
    background: transparent;
}
.showcase.showcase--inverted {
    margin-left: 2%;
}
.showcase h4 {
    font-size: 30px;
    font-weight: 600;
    color: #ff0a80;
}
.showcase p {
    font-size: 14px;
    line-height: 1.8em;
    margin:0;
	color: #2c6698;
	 font-family: "Poppins", sans-serif;
}
.thumbnail {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 300px;
  z-index: 1;
  background: #293853;
  background-position: 50% 50%;
  background-size: cover;
  transition: right 250ms ease, left 250ms ease;
  padding:0;
}

.thumbnail--awesome {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thumbnail__overlay {
  position: relative;
  padding-top: 8em;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  font-family: "Poppins", sans-serif;
  opacity: 0;
  transition: opacity 250ms ease;
}

.desc {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  padding:40px 20px;
  z-index: 2;
  background: #efefef;
  text-align: left;
  font-family: "Poppins", sans-serif;
  transition: background 250ms ease, color 250ms, width 250ms ease, padding 250ms ease;
}
.desc:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #efefef transparent transparent;
  content: "";
  transition: border-color 250ms;
}

.showcase:hover .thumbnail {
  right: 325px;
  left: -25px;
}
.showcase:hover .thumbnail__overlay {
  opacity: 1;
}
.showcase:hover .desc {
  width: 350px;
  padding-left: 45px;
  padding-right: 45px;
  background: #042f52;
  color: #fff;
}
.showcase:hover .desc:after {
  border-color: transparent #042f52 transparent transparent;
}
.showcase:hover p {
    color: #fff;
}
.showcase--inverted .thumbnail {
  right: 0;
  left: 300px;
}

.showcase--inverted .desc {
  left: 0;
  right: auto;
}
.showcase--inverted .desc:after {
  left: auto;
  right: -20px;
  border-color: transparent transparent transparent #042f52;
}

.showcase--inverted:hover .thumbnail {
  left: 325px;
  right: -25px;
}
.showcase--inverted:hover .desc:after {
  border-color: transparent transparent transparent #042f52;
}
.showcase {
    position: relative;
    width: 48%;
    float: left;
    height: 12em;
    margin:15px auto 1em auto;
    overflow: hidden;
    border-radius: 5px;
    background: transparent;
}
.btn {
  padding: 1em 2em;
  border: 0.15em solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: background 250ms;
}
.btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.showcase_w3layouts {
    padding: 5em 0;
}
/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}
.events-card
{
	box-shadow: 0 2px 6px rgba(0,0,0,.08);
	border-radius: 8px;
	padding:20px;
}

/*------------
.pdf-name{
    margin-top:10px;
    font-weight:600;
    color:#2c3e50;
    background:#f1f5fb;
    padding:8px 10px;
    border-radius:6px;
    font-size:14px;
}