
.headSearch{background:#244e9b;padding:30px 0px;box-shadow:0 4px 10px rgba(0,0,0,0.1);color:#fff}
.headSearch .PlaceForm{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}
.headSearch .PlaceForm .form-group{margin-bottom:0;flex-grow:1;max-width:390px;width:100%}
.headSearch .PlaceForm .form-group input,.headSearch .PlaceForm .form-group select{font-family:"Poppins",sans-serif;width:100%;padding:12px 16px;font-size:14px;border-radius:8px;border:1px solid #ddd;background-color:#fff;color:#333;box-sizing:border-box;transition:all .3s ease}  	
.headSearch .PlaceForm .btn-search{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;padding:12px 25px;border-radius:8px;background-color:#86f8ff;border:none;color:#244e9b;cursor:pointer;transition:all .3s ease}
.headSearch .PlaceForm .btn-search:hover{background-color:#66d0f7;color:#fff}	
.headSearch .btn-light{font-family:"Poppins",sans-serif;font-size:14px;background-color:#f1f1f1;color:#244e9b;padding:10px 20px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease}
.headSearch .btn-light:hover{background-color:#e1e1e1}


.PressRelease{margin:50px 0;}
.PressRelease .prTitle{margin-bottom:15px;border-bottom:1px dashed #607d8b;padding-bottom:10px}
.PressRelease .prTitle h1{font-size:26px;color:#222;font-weight:700;text-transform:capitalize;margin:0} 

.PressRelease .CalsifiedList{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between;padding:10px 0}
.PressRelease .list_blog_box{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;width:100%;max-width:32%;margin-bottom:20px}
.PressRelease .list_blog_box:hover{transform:translateY(-10px);box-shadow:0 12px 30px rgba(0,0,0,0.12)}
.PressRelease .list_blog_box .blog_thum{position:relative}
.PressRelease .list_blog_box .blog_thum img{width:100%;height:200px;object-fit:cover;transition:transform .5s ease;border-bottom:3px solid #286fe1}
.PressRelease .list_blog_box .blog_thum span{position:absolute;top:10px;right:10px;background:rgba(0,0,0,0.5);padding:5px 10px;font-size:12px;color:#fff;border-radius:3px;font-weight:600;}
.PressRelease .list_blog_box:hover .blog_thum img{transform:scale(1.08)}
.PressRelease .list_blog_box .box_area{padding:15px;flex-grow:1}
.PressRelease .list_blog_box .box_area h3{height:60px;font-size:18px;line-height:28px;margin:0px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis}
.PressRelease .list_blog_box .box_area h3 a{color:#286fe1;text-decoration:none;transition:color .3s ease}
.PressRelease .list_blog_box .box_area h3 a:hover{color:#004aad;text-decoration:underline}

.loadMore{text-align:center}
.loadMore a{background:#0078ae;border:0;border-radius:6px;color:#fff;display:inline-block;font-weight:500;font-size:14px;padding:10px 25px;text-align:center;transition:background .3s ease,transform .2s ease;box-shadow:0 5px 4px #b0b0b0}
.loadMore a:hover{background:#2196f3;transform:scale(1.05)}


.PressReleasePage{background:#e5e5e5;padding:8px 0;font-family:'Open Sans',sans-serif} 
.PressReleasePage .breadcrumb_list{color:#333;font-size:15px}
.PressReleasePage .breadcrumb_list a{color:#052149;text-decoration:none;font-weight:600;}

.PRInner{display:flex;justify-content:space-between;align-items:flex-start;margin:30px 0px 20px;font-family:"Segoe UI", system-ui, -apple-system, sans-serif;font-size:16px;} 
.PRInner .PRDetails{width:calc(100% - 320px);}
.PRInner .PRDetails h1{font-size:26px;color:#222;font-weight:600;margin-bottom:6px;border-bottom: 1px solid #ddd;padding-bottom:10px;}
.PRInner .PRDetails .list_title{color:#666;font-size:13px;margin-bottom:8px;display:flex;gap:6px}
.PRInner .PRDetails .list_title a{color:#119964;} 
.PRInner .PRDetails .FullData{padding-bottom:20px;line-height:24px;font-size:15px} 
.PRInner .PRDetails .FullData p{margin-bottom:10px;color:#555;text-align:justify} 
.PRInner .PRDetails .FullData ul{margin-bottom:20px;list-style:disc;padding-left:20px}
.PRInner .PRDetails .FullData ul li{margin-bottom:3px color:#666}
.PRInner .PRDetails .FullData ul li:last-child{ margin-bottom:0px}
.PRInner .PRDetails .prImg{text-align:center;width:100%;margin:20px 0px;}
.PRInner .PRDetails .prImg img{width:100%;height:auto;border:1px solid #ccc;}

.PRInner .PressReleaseCat{width:calc(100% - 320px);}
.PRInner .PressReleaseCat h1{font-size:26px;color:#222;font-weight:600;margin:0px 0px 20px;border-bottom:1px solid #ddd;padding-bottom:10px;}
.PRInner .PressReleaseCat .CategoryPage{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box{background:#fff;border-radius:1em;box-shadow:0 4px 15px rgba(0,0,0,0.08);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;width:48.8%;}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;max-width:49%;margin-bottom:20px}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box:hover{transform:translateY(-10px);box-shadow:0 12px 30px rgba(0,0,0,0.12)}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box .blog_thum{position:relative}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box .blog_thum img{width:100%;height:200px;object-fit:cover;transition:transform .5s ease;border-bottom:3px solid #286fe1}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box .blog_thum span{position:absolute;top:10px;right:10px;background:rgba(0,0,0,0.5);padding:5px 10px;font-size:12px;color:#fff;border-radius:3px;font-weight:600;}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box:hover .blog_thum img{transform:scale(1.08)}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box .box_area{padding:15px;flex-grow:1}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box .box_area h3{height:60px;font-size:18px;line-height:28px;margin:0px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box .box_area h3 a{color:#286fe1;text-decoration:none;transition:color .3s ease}
.PRInner .PressReleaseCat .CategoryPage .list_blog_box .box_area h3 a:hover{color:#004aad;text-decoration:underline}


.PRInner .PRRightSide{width:300px;}
.PRInner .PRRightSide .pr_cat_bg{background:#f4fcff;margin-bottom:20px}
.PRInner .PRRightSide .pr_cat_bg h3{background:#009688;border-bottom:1px solid #eee;border-radius:.5em .5em 0 0;box-shadow:1px 0 15px #eee;color:#fff;font:18px 'Google Sans',sans-serif;margin:0;padding:10px 15px}
.PRInner .PRRightSide .pr_cat_bg .MyLinks{margin:0;list-style:none;padding:0}
.PRInner .PRRightSide .pr_cat_bg .MyLinks li a b{display:inline-block;width:6px;height:6px;border:solid 1px #666;border-width:1px 1px 0 0;transform:translateY(-50%) rotateZ(45deg);margin-right:7px}
.PRInner .PRRightSide .pr_cat_bg .MyLinks li{border-bottom:1px solid #eee;margin:0}
.PRInner .PRRightSide .pr_cat_bg .MyLinks li:last-child{border-bottom:none}
.PRInner .PRRightSide .pr_cat_bg .MyLinks li a{padding:5px;display:block;font:500 14px/20px 'Segoe UI',system-ui,-apple-system,sans-serif;color:#296fe1;border-bottom:1px solid #eee;transition:padding-left .3s ease,color .3s ease,transform .3s ease}
.PRInner .PRRightSide .pr_cat_bg .MyLinks li a:hover{color:#0082bc;padding-left:10px;transform:translateX(5px)}
.PRInner .PRRightSide .pr_cat_bg .MyLinks li a.act{color:#fe7875!important;font-weight:700} 
.PRInner .PRRightSide .pr_cat_bg .recent_post_list{background:#fff}
.PRInner .PRRightSide .pr_cat_bg .recent_post_list .list_sec{margin-bottom:10px;padding:10px 10px 20px;border-bottom:solid 1px #ddd;position:relative;overflow:hidden;transition:transform .3s ease,background-color .3s ease;cursor:pointer} 
.PRInner .PRRightSide .pr_cat_bg .recent_post_list .list_sec .blog_thum img{width:100%;height:auto;object-fit:cover;transition:transform .3s ease;border-radius:10px;}
.PRInner .PRRightSide .pr_cat_bg .recent_post_list .list_sec .dtl_box_area{margin-top:10px}
.PRInner .PRRightSide .pr_cat_bg .recent_post_list .list_sec .dtl_box_area p{margin-bottom:8px;overflow:hidden;font-size:16px;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.PRInner .PRRightSide .pr_cat_bg .recent_post_list .list_sec .dtl_box_area p a{color:#286fe1;text-decoration:none;transition:color .3s ease}
.PRInner .PRRightSide .pr_cat_bg .recent_post_list .list_sec .dtl_box_area p a:hover{color:#004aad} 
.PRInner .PRRightSide .pr_cat_bg .recent_post_list .list_sec .view_btn{font-size:13px;background:#0072bc;color:#fff;padding:4px 18px;border-radius:6px;display:inline-block;text-decoration:none;font-weight:600;transition:background .3s ease,transform .2s ease,color .3s ease}
.PRInner .PRRightSide .pr_cat_bg .recent_post_list .list_sec .view_btn:hover{background:#005a8a;color:#ffeb3b;transform:translateY(-2px)}


@media (max-width: 768px) {
.PressRelease .CalsifiedList{gap:15px}
.PressRelease .list_blog_box{max-width:48%}
}
@media (max-width: 480px) {
.PressRelease .list_blog_box{max-width:100%}
} 