
/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
    
    font-weight:normal;font-style:normal;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focous, textarea:focous, button:focous {outline:none}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;

}
html,
body { height: 100% }
body { 
    font-family: SolaimanLipiNormal;
    font-size:16px;
    line-height:23px;   
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.container-fluid{
	padding:0 70px;
}
/**==================================
   add-option
 ==================================**/
.top-add{
	margin:20px 0;
}
.top-add img{
	width:100%;
	height:auto;
}
.add{
	margin:10px 0;
}
.add img{
	width:100%;
	height:auto;
}
.sidebar-add{
	margin:5px 0;
}
.sidebar-add img{
	width:100%;
	height:auto;
}
 /**==================================
   Logo, Menu & Search Section start
 ==================================**/ 
.header-icon ul{
	margin:22px -35px;
	padding:0 0 0 10px;
	list-style:none;
	position: relative;
}
.header-icon ul li{
	display:inline-block
}
.version a{
	color:#c00;
	text-decoration:none;
	position: relative;
	padding: 5px 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
}
.version a:hover {
	background-color: rgba(204, 0, 0, 0.1);
	text-decoration: none;
}
.version a::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #A6A6A6;
}
.dropbtn {
  background-color: #fff;
  font-size: 16px;
  border: none;
}
.dropbtn i{
	background-color: #999999;
    display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-width: 200px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  border-radius: 12px;
  z-index: 1000;
  padding: 8px 0;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: slideDown 0.3s ease;
  right: 0;
  top: 100%;
  margin-top: 5px;
}
.dropdown-content a {
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
}
.dropdown-content a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
  text-decoration: none;
}
.dropdown-content a:last-child {
  border-bottom: none;
}
.dropdown-content a i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  font-size: 16px;
}
.dropdown-content .fa-facebook{
	color:#4267A5;
}
.dropdown-content .fa-twitter{
	color:#1DA1F2;
}
.dropdown-content .fa-youtube-play{
	color:#CF3427;
}
.dropdown-content .fa-instagram{
	color:#9F58CB;
}
.dropdown-content .fa-linkedin{
	color:#0077B5;
}

.dropdown:hover .dropdown-content {display: block;}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropbtn-02 {
  background-color: transparent;
  font-size: 16px;
  border: none;
  position: relative;
  transition: all 0.3s ease;
}
.dropbtn-02 i{
	color: #666;
	font-size: 20px;
	transition: all 0.3s ease;
	position: relative;
}
.dropbtn-02 i::after {
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background-color: #A6A6A6;
	border-radius: 1px;
	transition: all 0.3s ease;
}
.dropbtn-02:hover i {
	color: #4CAF50;
	transform: scale(1.1);
}
.dropbtn-02:hover i::after {
	background-color: #4CAF50;
	height: 30px;
}

/** =========search-Css==========**/

.search-icon-holder {
   
}
.search-icon {
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
}
/* Search Icon Animation */
@keyframes searchPulse {
    0% {
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    }
    50% {
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.6), 0 0 0 10px rgba(102, 126, 234, 0.1);
    }
    100% {
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    }
}

.search-icon i {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	display: inline-block;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
	transition: all 0.3s ease;
	animation: searchPulse 3s ease-in-out infinite;
}
.search-icon i:hover {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.search-icon i::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #A6A6A6;
}
.search-icon::after {
	content: attr(title);
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
}
.search-icon:hover::after {
	opacity: 1;
	visibility: visible;
}

.search-icon-holder .close i {
    font-size: 25px;
    color: #ff7200
}
.search-icon-holder .modal-header {
    padding: 10px 15px;
    border-bottom-color: #F1F6F8
}
.custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}
.custom-search-input input {
    border: 0;
    box-shadow: none;
}
.custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
.custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
.custom-search-input i {
    font-size: 23px;
}
.search-small-divice {
    display: none
}

 
/** =========Menu-Css==========**/ 
.menu_bottom { 
    background: #3f51b5;
    float: right;
    margin-top: 11px;
}
.menu_area .menu_bottom .mainmenu a , .navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    padding:10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: orange !important;
    margin: 0px;
	font-weight:600;
	background:transparent;
}

.mainmenu .collapse ul ul, 
.mainmenu .collapse ul ul
.dropdown-menu{
    background: #000000;
}
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul
.dropdown-menu{
    background: #000000;
}
.hdr_section {
    background: #3f51b5;
    padding: 5px 0;
    box-shadow: 0 4px 4px 0 #ddd;
}


/* Legacy Support */
.hdr_section {
    background: #3f51b5;
    padding: 15px 0;
    box-shadow: 0 4px 4px 0 #ddd;
    min-height: 100px;
}
.header_logo {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 70px;
}
.header_logo img {
    width: auto;
    height: 100%;
    min-height: 70px;
    max-height: none;
    object-fit: contain;
    transition: all 0.3s ease;
}
.header_logo img:hover {
    transform: scale(1.02);
}

/* Enhanced Mobile Header Styles */
@media (max-width: 991px) {
    /* Header Section Mobile */
    .hdr_section {
        padding: 8px 0;
        position: relative;
    }
    
    /* Logo Mobile */
    .header_logo {
        text-align: center;
        margin-bottom: 10px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header_logo img {
        height: 100%;
        min-height: 60px;
        max-height: none;
        width: auto;
    }
    
    /* Navigation Mobile */
    .menu_area {
        width: 100%;
    }
    
    .menu_bottom {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        margin-top: 10px;
    }
    
    .navbar-toggle {
        border: none;
        background: transparent;
        padding: 8px 12px;
        border-radius: 6px;
        margin-top: 0;
        transition: all 0.3s ease;
    }
    
    .navbar-toggle:hover {
        background: rgba(255,255,255,0.1);
    }
    
    .navbar-toggle .icon-bar {
        background: #fff;
        height: 3px;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    
    .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
        opacity: 0;
    }
    
    .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* Mobile Navigation Menu */
    .navbar-collapse {
        border-top: 1px solid rgba(255,255,255,0.1);
        margin-top: 10px;
        padding-top: 15px;
    }
    
    .navbar-nav {
        margin: 0;
        padding: 0;
    }
    
    .navbar-nav > li {
        margin: 5px 0;
        width: 100%;
    }
    
    .navbar-nav > li > a {
        color: #fff;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 6px;
        transition: all 0.3s ease;
        display: block;
        text-align: center;
    }
    
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        background: rgba(255,255,255,0.1);
        color: #fff;
        text-decoration: none;
    }
    
    /* Mobile Dropdown */
    .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        background: rgba(0,0,0,0.8);
        border: none;
        border-radius: 6px;
        margin-top: 5px;
        box-shadow: none;
    }
    
    .dropdown-menu > li > a {
        color: #fff;
        padding: 10px 30px;
        font-size: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .dropdown-menu > li > a:hover {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }
    
    .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }
    
    /* Header Actions Mobile */
    .header-icon {
        margin-top: 15px;
    }
    
    .header-icon ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin: 0;
        padding: 0;
        list-style: none;
        border-left: none;
    }
    
    .version a {
        background: rgba(255,255,255,0.1);
        color: #fff;
        padding: 8px 16px;
        border-radius: 20px;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.3s ease;
        display: inline-block;
    }
    .version a::before {
        display: none;
    }
    
    .version a:hover {
        background: rgba(255,255,255,0.2);
        color: #fff;
        text-decoration: none;
        transform: translateY(-1px);
    }
    
    /* Search Icon Mobile */
    .search-icon {
        background: rgba(255,255,255,0.1);
        color: #fff;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.2);
    }
    .search-icon i {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        font-size: 16px;
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        transition: all 0.3s ease;
    }
    .search-icon i::before {
        display: none;
    }
    .search-icon:hover {
        background: rgba(255,255,255,0.2);
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    }
    .search-icon:hover i {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
    }
    
    /* Thumbs Button Mobile */
    .dropbtn-02 i {
        color: #fff;
        font-size: 18px;
    }
    .dropbtn-02 i::after {
        display: none;
    }
    .dropdown-content {
        min-width: 180px;
        right: 0;
        left: auto;
        position: fixed;
        top: auto;
        bottom: auto;
        max-width: calc(100vw - 20px);
    }
}

@media (max-width: 768px) {
    /* Extra Small Mobile */
    .hdr_section {
        padding: 5px 0;
    }
    
    .header_logo img {
        height: 100%;
        min-height: 55px;
        max-height: none;
    }
    
    .navbar-nav > li > a {
        padding: 10px 15px;
        font-size: 15px;
    }
    
    .dropdown-menu > li > a {
        padding: 8px 25px;
        font-size: 13px;
    }
    
    .version a {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .search-icon {
        width: 40px;
        height: 40px;
    }
    .search-icon i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    /* Very Small Mobile */
    .header_logo img {
        height: 100%;
        min-height: 50px;
        max-height: none;
    }
    
    .navbar-nav > li > a {
        padding: 8px 12px;
        font-size: 14px;
    }
    
    .dropdown-menu > li > a {
        padding: 6px 20px;
        font-size: 12px;
    }
    
    .version a {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .search-icon {
        width: 38px;
        height: 38px;
    }
    .search-icon i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }
}

/* Additional Mobile Enhancements */
@media (max-width: 991px) {
    /* Touch-friendly interactions */
    .navbar-nav > li > a,
    .dropdown-menu > li > a,
    .version a,
    .search-icon {
        -webkit-tap-highlight-color: rgba(255,255,255,0.2);
        touch-action: manipulation;
    }
    
    /* Prevent zoom on input focus */
    input, select, textarea {
        font-size: 16px;
    }
    
    /* Better mobile dropdown animations */
    .dropdown-menu {
        transition: all 0.3s ease;
        transform-origin: top;
    }
    
    .dropdown-menu.show {
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Mobile menu backdrop */
    .navbar-collapse.in {
        background: rgba(63, 81, 181, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 8px;
        margin-top: 10px;
    }
    
    /* Active state for mobile nav */
    .navbar-nav > li > a.active {
        background: rgba(255,255,255,0.2);
        color: #fff;
        font-weight: 600;
    }
    
    /* Mobile Dropdown Enhancements */
    .navbar-nav .dropdown.open > a {
        background-color: #f8f9fa !important;
        color: #495057 !important;
    }
    
    .navbar-nav .dropdown.open > a .caret {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    
    .navbar-nav .dropdown > a .caret {
        transition: transform 0.3s ease;
    }
}

/**==================================
   Date Section start
 ==================================**/ 
 .date{
	 margin:0 0 10px 0;
 }
 .date ul{
	 margin:0;
	 padding:0;
	 list-style:none;
 }
 .date ul li{
	 display:inline-block;
	 padding-right:15px;
 }
 
 /**==================================
   Notice Section start
 ==================================**/
.scroll {
	border-bottom: 1px dotted#008C44;
	padding-bottom: 2px;
	margin: 0px 0px 5px 0px;
}
.scroll_01 {
	background: #3f51b5;
	padding: 7px 15px;
	color: #fff;
	height: 40px;
	line-height: 28px;
	font-size: 20px;
}
.scroll_02{
	background: black;
	padding: 7px 15px;
	color: #fff;
	height: 40px;
	line-height: 28px;
	font-size: 20px;
	font-weight:500;
}
/**==================================
   News Section start
==================================**/
 .news-section{
	padding:5px 0;
}
.lead-news {
    position: relative;
	margin:5px 0;
}
.lead-news img {	
	width:100%;
	height:auto;
}
.lead-news .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
}
.lead-news .content-02 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
}
.service-img {
	position: relative;
	overflow: hidden;
}
.service-img img:hover {
	opacity:.9;
	color:#F59A4B
}
.top-news{
	margin:5px 0;
	min-height: 200px; /* Increased to accommodate fixed 2-line titles */
	display: flex;
	flex-direction: column;
}
.top-news img{
	width:100%;
	height:auto;
}
.sidebar-news{
	border:1px solid#F0F0F0;
	padding:0 5px 5px 5px;
	border-top:3px solid#4472C4;
}
.image-title{
	border-bottom:1px solid#ddd;
	overflow:hidden;
	padding:5px 0;
	min-height: 90px; /* Increased to accommodate fixed 2-line titles */
	display: flex;
	flex-direction: column;
}
.image-title img{
	float: left;
    width: 40%;
	margin-right:7px !important;
	border:1px solid#F7F7F7;
	margin:0;
}
.image-title img:hover{
	opacity:.9;
}
.image-title-02{
	background:#85194B;
	overflow:hidden;
}
.image-title-02 img{
	float: left;
    width: 40% !important;
	padding-right:10px;
}
.news-title{
	border-top:1px solid#50A962;
	padding:5px 7px;
	overflow:hidden;
	background:#F6F6F6;
	margin:5px 0 10px 0;
}
.news-title a{
	color:#000;
	font-size:16px;
	line-height:20px;
	overflow:hidden;
	text-decoration:none;
}
.news-title i{
	color:#ED1C23;
	font-size:15px;
}
.news-title a:hover{
	color:#F59A4B;
}
.news-title-02{
	border-bottom:1px solid#E8E8FF;
	padding:3px 0;
}
.news-title-02 i{
	color:#ED1C23;
}
.bg-one{
	border:1px solid#F0F0F0;
	padding:3px 5px;
	margin:10px 0;
	min-height: 300px;
	display: flex;
	flex-direction: column;
}
.bg-two{
	background:#4472C4;
	padding:20px 30px;
	overflow:hidden;
	margin:10px 0 10px 0;
	
}
.bg-three{
	background:#F0F3FC;
	overflow:hidden;
	padding:0 0 20px 0;
}
.bg-four{
	background:#FFF2CC;
	overflow:hidden;
	padding:10px;
}
.bg-gray{
	background:#F6F6F6;
}

.photo_screen img {
	width: 100%;
	height: 340px;
	margin-bottom: 10px;
}
.photo_img img {
	width: 40%;
	height: auto;
	margin-right: 7px;
	float: left;
}

.photo_border {
    border-bottom: 1px dotted #A6A6A6;
    padding-bottom: 10px;
    padding-top: 10px;
}
.photo_img.photo_border {
	overflow: hidden;
}
.photo_list_bg {
    background: #f7f7f7;
    overflow: scroll;
    max-height: 343px;
    overflow-x: hidden;
    padding: 0px 5px;
}

.photo_img.photo_border {
	cursor: pointer;
}
.photo_img.photo_border {
	cursor: pointer;
}

.myVideos {
    display:none
}

.myPhotos {
    display:none
}
.video_screen {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.video_image img {
	margin-bottom: 5px;
}
.content_padding {
	height: 58px;
	overflow: hidden;
}

/**==================================
   cetagory Css start
==================================**/
.cetagory-title{
    border-bottom: 5px solid#080808;
    padding: 7px 0;
    margin: 4px 0;
    background-color: #e6e6e6;
}
.cetagory-title a{
	color:#000;
	padding-left:4px;
	font-size:20px;
	text-decoration:none;
}
.cetagory-title span{
	float:right;
	border-left:3px solid#D6140B;
	padding-left:10px;
	padding-right:10px;
	color:#3f51b5;
	font-weight:600;
}
.cetagory-title-02{
	border-bottom: 5px solid#ea0000;
    padding: 7px 0;
    margin: 4px 0;
    background-color: #b5b5b5;
}
.cetagory-title-02 a{
	color:#000;
	padding-left:4px;
	font-size:20px;
	text-decoration:none;
}
.cetagory-title-02 span{
	float:right;
	color:#000;
	font-weight:400;
	padding-right:5px;
}
.cetagory-title-02 span i{
	color:#000;
	font-weight:400;
	font-size:16px;
}
.cetagory-title-03{
	color:#fff;
	background:#3f51b5;
	padding:5px 10px;
	font-size:16px;
	margin:10px 0 5px 0;
	text-align:center;
}
.cetagory-title-04{
	color:#fff;
	background:#843C0C;
	padding:5px 10px;
	font-size:16px;
	margin:10px 0 0 0;
	text-align:center;
}

.gallery_cetagory-title {
	padding: 8px;
	text-align: center;
	background: #3f51b5;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
/**==================================
   Heading Css start
==================================**/
.lead-heading-01{
	font-size: 22px;
    line-height: 27px;
    font-weight: 400;
	padding:5px 10px;	
}
.lead-heading-01 a{
    color: #fff;
	text-decoration:none;
}
.lead-heading-01 a:hover{
    color:#F59A4B;
	transition:.7s;
}
.heading-01{
	font-size: 20px;
    line-height: 25px;
    font-weight: 400;
	margin:0; 
	padding-top:5px;
}
.heading-01 a{
    color: #000;
	text-decoration:none;
}
.heading-01 a:hover{
    color:#1790BF;
	transition:.7s;
}
.heading-02{
	font-size: 18px;
    line-height: 22px;
    font-weight: 400;
	margin:5px 0;
	padding-left:5px;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	word-wrap: break-word;
	hyphens: auto;
	height: 44px !important; /* Fixed height for exactly 2 lines */
	min-height: 44px !important; /* Ensure minimum height */
}
.heading-02 a{
    color: #000;
	text-decoration:none;
}
.heading-02 a:hover{
    color:#0033EE;
	transition:.7s;
}
.heading-03{
	font-size: 15px;
    line-height: 20px;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	word-wrap: break-word;
	hyphens: auto;
	height: 40px !important; /* Fixed height for exactly 2 lines */
	min-height: 40px !important; /* Ensure minimum height */
}
.heading-03 a{
    color: #111;
	text-decoration:none;
}
.heading-03 a:hover{
    color:#4422EE;
	transition:.7s;
}

/* Fallback for browsers that don't support webkit-line-clamp */
@supports not (-webkit-line-clamp: 2) {
    .heading-02 {
        display: block !important;
        height: 44px !important;
        min-height: 44px !important;
        overflow: hidden !important;
        position: relative !important;
    }
    
    .heading-02::after {
        content: '...';
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        padding-left: 5px;
    }
    
    .heading-03 {
        display: block !important;
        height: 40px !important;
        min-height: 40px !important;
        overflow: hidden !important;
        position: relative !important;
    }
    
    .heading-03::after {
        content: '...';
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        padding-left: 5px;
    }
}
.heading-04{
	font-size: 15px;
    line-height: 18px;
	padding-top:7px
}
.heading-04 a{
    color: #fff;
	text-decoration:none;
}
.heading-04 a:hover{
    color:#A6A6A6;
	transition:.7s;
}
/**=================================
           owl-carousel  start   
==================================**/
.news_sec .owl-nav{
    position: absolute;
    right: 0;
    top: -35px;
		margin-left:5px
}
.news_sec .owl-nav button.owl-next, .news_sec .owl-nav button.owl-prev, 
.news_sec button.owl-dot {
	border: none;
	margin-right: 5px;
}
.news_sec .owl-nav div:hover{
    background: #008C44;
    color:#fff;
}

/* ===========================================
   CONTACT PAGE STYLES - ENHANCED VERSION
   ===========================================
   
   Description: Complete styling for the contact page including:
   - Full-width responsive layout
   - Faint map background pattern
   - Contact information cards
   - Contact form styling
   - Mobile optimization
   
   Features:
   - SVG map background with grid lines, roads, landmarks
   - Semi-transparent overlay for readability
   - Hover effects and animations
   - Responsive design for all devices
   
   Author: Computer Science AI Team
   Last Updated: 2024
   =========================================== */

/* ===========================================
   MAIN CONTACT SECTION
   =========================================== */

/* Contact Section Container */
.contact {
    padding: 60px 0;                    /* Vertical spacing */
    background: #f8f9fa;                /* Light gray background */
    position: relative;                  /* For overlay positioning */
    
    /* SVG Map Background Pattern */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="map-pattern" x="0" y="0" width="200" height="200" patternUnits="userSpaceOnUse"><!-- Grid lines --><path d="M0,20 L200,20 M0,40 L200,40 M0,60 L200,60 M0,80 L200,80 M0,100 L200,100 M0,120 L200,120 M0,140 L200,140 M0,160 L200,160 M0,180 L200,180" fill="none" stroke="%23a0a0a0" stroke-width="0.5" opacity="0.4"/><path d="M20,0 L20,200 M40,0 L40,200 M60,0 L60,200 M80,0 L80,200 M100,0 L100,200 M120,0 L120,200 M140,0 L140,200 M160,0 L160,200 M180,0 L180,200" fill="none" stroke="%23a0a0a0" stroke-width="0.5" opacity="0.4"/><!-- Roads --><path d="M0,50 Q50,30 100,50 T200,50" fill="none" stroke="%23b0b0b0" stroke-width="1.5" opacity="0.3"/><path d="M0,150 Q50,130 100,150 T200,150" fill="none" stroke="%23b0b0b0" stroke-width="1.5" opacity="0.3"/><path d="M50,0 Q30,50 50,100 T50,200" fill="none" stroke="%23b0b0b0" stroke-width="1.5" opacity="0.3"/><path d="M150,0 Q130,50 150,100 T150,200" fill="none" stroke="%23b0b0b0" stroke-width="1.5" opacity="0.3"/><!-- Landmarks --><circle cx="50" cy="50" r="4" fill="%23808080" opacity="0.4"/><circle cx="150" cy="50" r="4" fill="%23808080" opacity="0.4"/><circle cx="50" cy="150" r="4" fill="%23808080" opacity="0.4"/><circle cx="150" cy="150" r="4" fill="%23808080" opacity="0.4"/><circle cx="100" cy="100" r="5" fill="%23707070" opacity="0.5"/><!-- Water features --><path d="M20,20 Q30,10 40,20 Q30,30 20,20" fill="%23c0d8e8" opacity="0.2"/><path d="M160,160 Q170,150 180,160 Q170,170 160,160" fill="%23c0d8e8" opacity="0.2"/></pattern></defs><rect width="200" height="200" fill="url(%23map-pattern)"/></svg>');
    background-size: 300px 300px;        /* Pattern size */
    background-repeat: repeat;           /* Repeat pattern */
}

/* Semi-transparent Overlay for Readability */
.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 249, 250, 0.3); /* Light overlay */
    z-index: 1;                          /* Behind content */
}

/* Content Container Positioning */
.contact .container-fluid {
    position: relative;
    z-index: 2;                          /* Above overlay */
}

/* Contact Info Cards - Traditional Style */
.info-wrap {
    margin-bottom: 50px;
    padding: 0;
}

.info {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.info:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.info i {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 20px;
    display: block;
}

.info h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.info p {
    font-size: 1rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Contact Form - Traditional Style */
.contact form {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
    color: #333;
}

.form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.1);
}

.form-control::placeholder {
    color: #999;
    font-style: italic;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Submit Button - Traditional Style */
.btn-success {
    background: #28a745;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40,167,69,0.3);
}

.btn-success:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact {
        padding: 40px 0;
    }
    
    .info-wrap {
        padding: 0;
    }
    
    .info {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .info i {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .info h4 {
        font-size: 1.2rem;
    }
    
    .contact form {
        padding: 30px 20px;
    }
    
    .form-control {
        padding: 10px 12px;
        font-size: 0.95rem;
    }
    
    .btn-success {
        padding: 10px 25px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .info-wrap {
        padding: 0;
    }
    
    .info {
        padding: 20px 10px;
    }
    
    .info i {
        font-size: 1.8rem;
    }
    
    .info h4 {
        font-size: 1.1rem;
    }
    
    .contact form {
        padding: 25px 15px;
    }
}

.news_sec .owl-nav div {
    display: inline-block;
    padding:12px 15px;
    background: #fff;
	color:#008C44;
    text-align: center;
    font-size: 14px;
    margin-left: 0px;
    transition: .3s;
    border: 1px solid #ddd;
	font-weight:800;

}

.gallery_sec .owl-nav button {
	position: absolute;
	top: 50%;
	font-size: 25px;
	line-height: 32px;
	transform: translateY(-50%);
	text-align: center;
	transition: .4s;
	color: #4c4646;
	background-color: #FFF;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	margin-right: -15px;
	margin-left: -15px;
	border: 1px solid #c8c6c6 !important;
	opacity: 0.7;
}

.gallery_sec .owl-nav button.owl-next{
    left: auto;
    right: 0;
}

.gallery_sec:hover .owl-nav button{
    opacity: .9;
}

/**=================================
           tab  start   
==================================**/
.tab-header{
    background:#fff;
    margin-bottom: 10px;
}
.news-titletab {
    overflow: scroll;
    max-height: 220px;
    overflow-x: hidden;
    border-left:1px solid#F0F0F0;
    border-bottom:1px solid#F0F0F0;
    padding: 5px 10px;
}
.tab-header .nav-tabs{
    border:none;
}
.tab-header .nav-tabs {
    color: #000;
    background:orange;
}
.tab-header .nav-tabs > li > a {
    border: none;
    color: #fff;
    font-size: 1.15em;
    border-radius: 0;
    padding: 5px 15px;
    text-decoration: none;
    margin-bottom: 0;
    background: #3f51b5;
	
}

.tab-header .nav-tabs > li.active > a, .tab-header 
.nav-tabs > li.active > a:focus, .tab-header
.nav-tabs > li.active > a:hover {
    border: none;
    border-radius: 0;
    background: black;
    color: #fff;
}
.tab-header .tab-content{}
.tab-header .tab-content ul.media-list{
    max-height:282px;
    overflow-y:auto;
    padding-left: 30px;
}
.tab-header .tab-content ul.media-list .media{
    border-bottom:1px dotted gray;
    position: relative;
    overflow:visible;
}
.tab-header .tab-content ul.media-list .media .media-left{
    padding-right: 0;
}
.tab-header .tab-content ul.media-list
.media .media-left a{
    padding-right: 0;
    position:relative;
}
/**=================================**/
.tab-header-02 {
    border: none;
    color: #000;
    font-size: 1.15em;
    border-radius: 0;
    text-decoration: none;
    margin-bottom: 0;
    background: #fff;
	border:1px solid#50A962;
	margin-bottom: 5px;
	margin-top:10px;
}
.tab-header-02 .nav-tabs > li > a {
    color:#000;
	padding:5px !important
}
.tab-header-02 .nav-tabs > li.active > a, .tab-header-02 
.nav-tabs > li.active > a:focus, .tab-header-02
.nav-tabs > li.active > a:hover {
    border: none;
    border-radius: 0;
    color: #E14145;
}
/**=================================
          old news search css  
==================================**/
.old-news-date {
	margin-left: -6px;
}

.old-news-date input {
	width: 48%;
	float: left;
	margin-left: 4px;
	padding: 10px 5px;
	background: transparent;
	margin-bottom: 10px;
	margin-top: 8px;
	border: 1px solid #ddd;
	font-size: 15px;
	font-weight: 400;
}

.old-date-button input[type="submit"], button[type="submit"] {
	background: #016938;
	padding: 4px 9px;
	font-size: 15px;
	color: #fff;
	border: none;
	text-align: center;
	transition: .8s;
	letter-spacing: 1px;
	margin-bottom: 9px;
	float:right;
	margin-right:5px;
	overflow:hidden;
}
/**=================================
    Top Footer css  
==================================**/
/* Modern Footer Styles */
.modern-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #333;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #e74c3c, #f39c12, #27ae60);
}

.footer-top {
    padding: 50px 0 30px 0;
}

.footer-bottom {
    background: rgba(0,0,0,0.4);
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

/* Footer Brand */
.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo .logo-img {
    max-height: 60px;
    width: auto;
    filter: brightness(1.1);
    transition: all 0.3s ease;
}

.footer-logo:hover .logo-img {
    transform: scale(1.05);
    filter: brightness(1.2);
}

.footer-description {
    margin-bottom: 25px;
}

.footer-description p {
    color: #e8f4f8;
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
}

/* Social Links */
.footer-social h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-link.facebook {
    background: #3b5998;
    color: #fff;
}

.social-link.twitter {
    background: #1da1f2;
    color: #fff;
}

.social-link.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}

.social-link.linkedin {
    background: #0077b5;
    color: #fff;
}

.social-link.youtube {
    background: #ff0000;
    color: #fff;
}

.social-link:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-decoration: none;
}

/* Footer Links */
.footer-links,
.footer-categories,
.footer-contact {
    margin-bottom: 30px;
}

.footer-links h4,
.footer-categories h4,
.footer-contact h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h4::after,
.footer-categories h4::after,
.footer-contact h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #3498db;
}

.footer-links ul,
.footer-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li,
.footer-categories ul li {
    margin-bottom: 8px;
}

.footer-links ul li a,
.footer-categories ul li a {
    color: #d5dbdb;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links ul li a:hover,
.footer-categories ul li a:hover {
    color: #3498db;
    transform: translateX(5px);
    text-decoration: none;
}

/* Contact Info */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-item i {
    color: #3498db;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 2px;
    width: 20px;
    text-align: center;
}

.contact-details {
    flex: 1;
}

.contact-details strong {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.contact-details p {
    color: #d5dbdb;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.contact-details a {
    color: #3498db;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

/* Footer Bottom */
.copyright {
    text-align: left;
}

.copyright p {
    color: #d5dbdb;
    font-size: 14px;
    margin: 0;
}

.footer-bottom-links {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-bottom-links a {
    color: #d5dbdb;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #3498db;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-top {
        padding: 40px 0 20px 0;
    }
    
    .footer-brand,
    .footer-links,
    .footer-categories,
    .footer-contact {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }
    
    .copyright {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-top {
        padding: 30px 0 15px 0;
    }
    
    .footer-logo .logo-img {
        max-height: 50px;
    }
    
    .footer-links h4,
    .footer-categories h4,
    .footer-contact h4 {
        font-size: 16px;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .footer-bottom {
        padding: 15px 0;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .footer-top {
        padding: 25px 0 10px 0;
    }
    
    .footer-logo .logo-img {
        max-height: 45px;
    }
    
    .social-links {
        gap: 8px;
    }
    
    .social-link {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

/* Legacy Footer Styles */
.top-footer{
	border-top:2px solid#F4AE7E;
	padding:10px 0;
	margin-top:20px;
}
.social ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
	text-align:center;
}
.social ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
}
.facebook{
    background-color: #0355af;
    display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
}
.facebook:hover{
    color: #fff;
    background: #023369; 
}

.twitter{
    background-color: #00ACEE;
    display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
}
.twitter:hover{
    color: #fff;
    background: #018cc1; 
}

.instagram{
    background-color: #E9667F;
   display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
}
.instagram:hover{
    color: #fff;
    background: #e22b4e; 
}

.android{
    background-color: #89a81e;
    display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
}
.android:hover{
    color: #fff;
    background: #627c07; 
}

.linkedin{
    background-color: #007BB6;
    display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
}
.linkedin:hover{
    color: #fff;
    background: #e03421; 
}
.youtube{
    background-color: #d80202;
    display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
}
.youtube:hover{
    color: #fff;
    background: #FF0000; 
}
.apps-img ul{
    list-style: none;
    padding: 0;
    margin:10px 0 0 0;
}
.apps-img ul li{
    display: inline-block;
}
.middle-footer{
	background:#000;
	color:#fff;
	padding:30px 0;
}
.editor-two{
	color:#FFFF00;
}
.bottom-footer{
	padding:10px 0;
	background:#3f51b5;
	border-top:1px solid#222;
	color:#eee;
}
.btm-foot-menu ul{
	list-style: none;
    padding: 0;
    margin:10px 0 0 0;
	float:right;
}
.btm-foot-menu ul li{
	display:inline-block;
	padding-right:15px;
}
.btm-foot-menu ul li a{
	color:#fff;
}

/**=================================
   Single Page css  
==================================**/
.single-page{
	margin:20px 0;
}
.breadcrumb {
	background: 0 0;
	padding: 0;
	font: 16px;
	color: #5f6d7b;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
	border-radius: 0;
	padding-bottom: 5px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb a {
	color: #5f6d7b;
}
header.headline-header {
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
header.headline-header h1 {
	margin: 0;
	font-size: 28px;
}
.article-info {
	border-bottom: .1rem solid rgba(0,0,0,.15);
	padding-bottom: 5px;
}
.article-info ul.list-inline {
	margin-top: 8px;
	margin-bottom: 0;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.list-inline > li i{
	border-left:1px solid#A6A6A6;
	padding-left:10px;
}
.pull-right {
	float: right !important;
}
.social-nav {
	padding: 0;
	list-style: none;
	margin: -10px 0 0 -10px;
	display: inline-block;
	margin-top:0
}
.social-nav li {
	float: left;
	margin: 10px 0 0 10px;
	list-style: none;
}
.fa-google-plus{
	background:#C41614;
	display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
}
.fa-print{
	background:#222;
	display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
}
.single-news{
	margin:15px 0;
}
.single-news img{
	width:100%;
	height:auto;
}
.caption{
	color:#555;
	margin:10px 0 15px 0;
	font-size:15px;
}
.single-news p{
	font-size:18px;
	line-height:25px;
}
.sng-border-btm{
	border-bottom:1px solid#CCCCCC;
	margin-bottom:10px;
	padding-bottom:5px;
}
/* Archive Page ========================= */

.archive_img img{
	width:100%;
	height:auto;
}
.archive_post_sec {
	background: #f2f2f2;
	box-shadow: 0 0 2px #c1c0c0;
	margin-bottom: 15px;
}
.archive_post_sec_again{
    background: #f2f2f2;
	box-shadow: 0 0 2px #c1c0c0;
	margin-bottom: 15px;
    padding: 15px 10px 10px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}
.archive_img_again img{
    margin-bottom: 10px;
}
.archive_img img:hover{
    background:#F09642;  
    opacity: 0.9;
}
.archive_img_again img:hover{
    background:#F09642; 
    opacity: 0.9;
}
.archive_dtails{
    text-align: justify;
    padding: 10px 0;
}
.archive_content_preview{
    text-align: justify;
    padding: 5px 0 10px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
}
.archive_padding {
    padding: 10px 7px;
    height: 80px;
    overflow: hidden;
}
.archive_post_height {
    padding: 15px 8px;
    height: 158px;
    overflow: hidden;
}
.archive_heading_01 a {
    color: #710b0b;
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
}
.archive_heading_01 a:hover {
    color: #4899D0;
    transition: .5s;
}
.archive_heading_02 a {
    color: #710b0b;
    font-size: 19px;
    line-height: 23px;
    text-decoration: none;
}
.archive_heading_02 a:hover {
    color: #4899D0;
    transition: .5s;
}
.archive_dtails span a{
    color: #710b0b;
	font-size:20px;
	font-weight:600;
	text-decoration:none;
}
.dtails_btn {
	margin-top:3px;
}
.dtails_btn a {
	background: #710b0b;
	padding: 5px 15px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	margin-top:3px;
}
.dtails_btn a:hover{
	background: #4899D0;
    transition: .5s;
}
.single_info span a{
    font-size:18px;
	color:#A94442;
}
.single_info span{
	padding:10px 15px;
	background:#F5F5F5;
	color:#A94442;
	margin:10px 0;
	overflow:hidden;
	display:block
}
.single_info li{
	display:inline-block;
}
/* Modern Pagination Styles */
.pagination-wrapper {
    margin: 30px 0;
    text-align: center;
}

.pagination-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination-text, .pagination-page-info {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.pagination-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.page-item {
    margin: 0;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: #710b0b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e9ecef;
    font-size: 16px;
    font-weight: 500;
    min-width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    position: relative;
}

.page-link:hover {
    background-color: #f8f9fa;
    color: #4899D0;
    border-color: #4899D0;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(72, 153, 208, 0.2);
}

.page-item.active .page-link {
    background-color: #710b0b;
    color: #fff;
    border-color: #710b0b;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(113, 11, 11, 0.3);
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #f8f9fa;
    border-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.6;
}

.page-item.disabled .page-link:hover {
    background-color: #f8f9fa;
    color: #6c757d;
    border-color: #e9ecef;
    transform: none;
    box-shadow: none;
}

.page-link i {
    font-size: 14px;
}

/* Pagination Jump Form */
.pagination-jump {
    margin-top: 20px;
}

.jump-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.jump-form label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.jump-input {
    width: 80px;
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    transition: border-color 0.3s ease;
}

.jump-input:focus {
    outline: none;
    border-color: #710b0b;
    box-shadow: 0 0 0 3px rgba(113, 11, 11, 0.1);
}

.jump-btn {
    padding: 8px 16px;
    background-color: #710b0b;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jump-btn:hover {
    background-color: #4899D0;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(72, 153, 208, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pagination-info {
        flex-direction: column;
        text-align: center;
    }
    
    .pagination-text, .pagination-page-info {
        font-size: 13px;
    }
    
    .page-link {
        padding: 10px 12px;
        font-size: 14px;
        min-width: 40px;
        height: 40px;
    }
    
    .jump-form {
        flex-direction: column;
        gap: 8px;
    }
    
    .jump-input {
        width: 100px;
    }
}

@media (max-width: 480px) {
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .page-link {
        padding: 8px 10px;
        font-size: 13px;
        min-width: 35px;
        height: 35px;
    }
    
    .page-link .d-none {
        display: none !important;
    }
}
.pager li > a, .pager li > active > span{
	display: inline-block;
	padding: 8px 21px;
	background-color: #17408a!important;
	border-radius: 15px;
	color: #fff;
	border: none;
	margin-right: 5px;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 8px 21px;
	background-color: #FB531C;
	border-radius: 15px;
	color: #fff;
	border: none;
	margin-right: 5px;
}
.pager li > a:focus, .pager li > a:hover {
	text-decoration: none;
	background-color: #eee!important;
	color: #17408a;
}
/* 404 Page ========================= */
.four-page{
	padding:100px 0;
}
.four-title{
	font-weight: bold;
	font-size: 50px;
	color: red;
}
.four-page .btn-primary {
    color: #fff;
    background-color: #9A1515;
    border-color: #2e6da4;
}
.four-page .btn-primary:hover {
    background-color: #950E0E;
}
.four-page .search {
    padding: 5px 0;
    width: 100%;
    height: auto;
    position: relative;
    line-height: 22px;
}
.four-page .btn {
    height: 29px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius:1px;
	border:1px solid#E6EAE9;
}
/*------------- Family CSS Start --------------*/


.team_sec {
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    box-shadow: 0 0 3px #c8c6c6;
}
.team_sec img{
    width: 100%;
    height: auto;
}

.team_height {
    height: 100px;
    padding: 10px;
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
}
.team_title a {
    font-size: 22px;
    line-height: 26px;
    color: #0f4595;
    text-decoration: none;
}

.team_title a:hover{
    color: #f70000;
}
.team_sub_title {
    font-size: 16px;
    color: #333;
    border-top: 1px solid #ddd9d9;
    padding-top: 6px;
    margin-top: 6px;
}

.team_img{
    margin-bottom: 15px;
}
.team_img img{
    border:1px solid#F0F0F0;
}
.sngl_team_title{
    font-size: 22px;
    line-height: 26px;
    color: #0f4595;
}
.sngl_team_sub_title {
    font-size: 16px;
    color: #EC392A;
    border-top: 1px solid #ddd9d9;
    padding-top: 6px;
    margin-top: 6px;
}
.team_dtails {
    color: #000;
    padding-top: 15px;
    font-size: 18px;
    line-height: 22px;
}

.photo{
    background: #F7F7F7;
    box-shadow: 0 0 10px #ddd;
    height: 270px;
    border-bottom: 1px solid#333;
	margin-bottom:20px;
	cursor:pointer;
}
.photo img{
	width:100%;
	height:auto;
}
.photo_title {
    padding: 10px;
}
.photo_title{
    font-size: 20px;
    line-height: 26px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

/* Uniform Card Heights - Additional Styles */
.archive_post_sec_again .row {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.archive_post_sec_again .archive_padding_again {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.archive_post_sec_again .archive_dtails {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.archive_post_sec_again .dtails_btn {
    margin-top: auto;
    padding-top: 10px;
}

/* Top News Cards - Updated for 2-line limitation */
.top-news .heading-02 {
    flex: 1;
    /* Removed conflicting display properties to allow webkit-line-clamp to work */
}

.top-news .heading-02 a {
    flex: 1;
    /* Removed conflicting display properties to allow webkit-line-clamp to work */
}

/* Image Title Cards - Updated for 2-line limitation */
.image-title .heading-03 {
    flex: 1;
    /* Removed conflicting display properties to allow webkit-line-clamp to work */
}

.image-title .heading-03 a {
    flex: 1;
    /* Removed conflicting display properties to allow webkit-line-clamp to work */
}

/* BG One Cards */
.bg-one .row {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.bg-one .top-news {
    flex: 1;
}

.bg-one .image-title {
    flex: 1;
}

/* Responsive adjustments for uniform cards */
@media (max-width: 768px) {
    .archive_post_sec_again {
        min-height: auto;
    }
    
    .top-news {
        min-height: auto;
    }
    
    .image-title {
        min-height: auto;
    }
    
    .bg-one {
        min-height: auto;
    }
}