@media (min-width: 992px) {
    .pkp_site_name .is_text {
        
        font-size: 2.5rem;
        text-align:center;
    }
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}


.beautiful-span {
    color: #5C67F2;             /* Sets the text color */
    font-family: 'Arial', sans-serif; /* Sets the font family */
    font-size: 16px;            /* Sets the font size */
    background-color: #E0E0E0;  /* Sets the background color */
    padding: 8px 12px;          /* Adds space around the text */
    border: 2px solid #5C67F2;  /* Adds a solid border */
    border-radius: 8px;         /* Rounds the corners of the border */
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3); /* Adds a shadow effect */
    text-shadow: 1px 1px 2px #ffffff; /* Adds a subtle text shadow */
}


.pkp_block h6 {
   padding-left: 1rem;
        color: white;
    
}

.pkp_page_index .additional_content {
   
    border-top: 1px solid #fff;
}

.pkp_structure_main:before, .pkp_structure_main:after {
       
        background: #fff;
}


.description
{
    text-align: justify;
}


table, th, td {
  border: 1px solid;
}


table {
  width: 100%;
}

/* Styling for Beautiful HTML Table */

/* Table */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Table Header */
th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ccc;
}

/* Table Rows */
tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Table Cells */
td, th {
  border: 1px solid #ccc;
  text-align: left;
  padding: 20px;
}

/* Hover Effect */
tr:hover {
  background-color: #f1f1f1;
}

/* Alternate Row Color */
tr:nth-child(even):hover {
  background-color: #eaeaea;
}











table, th, td {
  border: 1px solid;
}


table {
  width: 100%;
}


#forth {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#forth td, #forth th {
  border: 1px solid #ddd;
  padding: 8px;
}

#forth tr:nth-child(even){background-color: #f2f2f2;}

#forth tr:hover {background-color: #ddd;}

#forth th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #27B4CE;
  color: white;
}


@media (min-width: 992px){
.pkp_navigation_search_wrapper a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    padding-right: 20px;
    border-bottom: 2px solid transparent;
    color: #000000;
    font-size:15px;
    font-weight: bold;
    text-decoration: none;
}
}

.cmp_notification{
    border-left: 0.357rem solid #27B4CE;
}
a {
    color: #27B4CE;
}

@media (min-width: 992px){
.pkp_nav_list ul a {
    color: #27B4CE;
}
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pkp_navigation_user .task_count{
    top: 0px;
    background-color:#092d2d;
    color:white;
}

.cmp_breadcrumbs ol
{
    padding-bottom: 10px;
}

.cmp_breadcrumbs .current {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}


.pkp_navigation_primary [aria-haspopup]:hover {
    border-color: transparent;
}


.pkp_navigation_primary>li>a:hover {
    color: #092d2d;
    
    outline: 0;
    border-color: transparent;
}


@media (min-width: 992px){
.pkp_navigation_primary>li>a {
    margin: 0.357rem 0.5em 0;
   
}    
    
}
@media (min-width: 992px) {
    .pkp_site_name .is_text {
        font-size: 2.2rem;
        text-align: center;
       
    }
}

.obj_galley_link:hover, .obj_galley_link:focus {
    background: #27B4CE;
    color: #fff;
}


.pkp_block {
   padding: 0px 0;
    background-color: #27B4CE;
}
.pkp_block {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 0 4px 3px #27B4CE3b;
}
.pkp_block a {
    text-decoration: none;
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    color: white;
}

.btn-success {
    color: #fff;
    background-color: #27B4CE;
    border-color: #27B4CE;
}
.btn-block {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}


.pkp_block .title {
    width: 100%;
    background-color: #27B4CE;
    height: 30px;
    font-size: 13px;
    color: #ecececec;
    padding-top: 0.4em;
    margin-bottom: 0px;
    border: 0px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}

.pkp_block .content ul li {
    padding: 0px 0;
    background-color: #27B4CE;
}


.pkp_block ul>li a {
    color: white;
    padding: 0.75rem 1rem;
    display: flex;
}


Header
    

	
	
.pkp_navigation_primary>li>a {
    
    border-bottom: 2px solid transparent;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
   
}


.pkp_structure_head {
    background-color: #27B4CE;
    border-bottom: 1px solid #ddd;
}

.pkp_nav_list a:hover, .pkp_nav_list a:focus {
    text-decoration: none;
}

.pkp_nav_list a {
    display: inline-block;
}




@media (min-width: 992px)
.pkp_navigation_primary>li:first-child a {
    margin-left: 0;
}
.pkp_navigation_primary>li:first-child a {
    margin-left: 0;
}

.pkp_structure_head {
    background-color: #27B4CE;
    border-bottom: 1px solid #ddd;
}


.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    background: #b1810b !important;
    border-radius: 5px;
    margin-right: 10px;
}


.link { color: #000; }



    

Footer

.columnhome {
    float: left;
    width: 50%;
    padding: 10px;

  
    font-size: 14px;
}


@media (min-width: 1200px){
.col-ed {
    width: 45%;
    float: left;
        position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
  
}

.imgs {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}


.col-sm-1st {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}


.col-sm-2nd {
    width: 65%;
    float: right;
    padding-left: 5px;
    margin-left: 5px;
}


.columnhom p a
{
    color: black;
}

@media screen and (max-width: 600px){
.columnhome {
    width: 100%;
}
}
.submitbtn
{
    background-size: 200%;
    background-position: 50%;
    display: inline-block;
    margin-bottom: 0;
    margin-right:30px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 1.846;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #0c3e70;
    color: #ffffff;
}


.pkp_block a {
    text-decoration: none;
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    color: white;
}


.cmp_breadcrumbs {
  
    padding-top: 8px;
    padding-right: 15px;
   
    padding-left: 15px;
    margin-bottom: 23px;
    list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    background-color: #27B4CE94;
    border-radius: 3px;
}


.cmp_breadcrumbs {
    display: block;
}

.pkp_block {
    margin-bottom: 23px;
    padding: 0.243rem;
}

.pkp_block {
    padding: 0px 0;
    
    background-color: #27B4CE;
}

a:hover {
    color: #092d2d;
    font-weight:bold;
    text-decoration: underline;
}

.pkp_block h4:hover {
    color: white;
    
}

.pkp_navigation_search_wrapper a {
    color: #ffffff;
}

.pkp_block {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 0 4px 3px #cccccc;
}

.banner-top
{
    box-shadow: 0 0 14px 8px #cccccc;
}


@media (min-width: 992px){
.pkp_nav_list li {
    position: relative;
    display: inline-block;
    border-right: 1px solid #27B4CE;
  
}
}

@media (min-width: 992px){
.col-lg-35 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 37%;
}
}

.col-lg-35 {
position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.pkp_navigation_primary>li:last-child a {
    margin-right: 10px;
}

.pkp_block .title {
    width: 100%;
    background-color: #27B4CE;
    height: 30px;
    font-size: 13px;
    color: #ecececec;
    padding-top: 0.4em;
    margin-bottom: 0px;
    border: 0px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}

.pkp_block .content ul li {
    padding: 0px 0;
    background-color: #8f2496;
}

.pkp_block ul>li a {
    color: white;
    padding: 0.75rem 1rem;
    display: flex;
}


.cmp_notification {
    
    background: #27B4CE94;
}



.pkp_structure_head {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.pkp_navigation_primary>li>a {
    
    border-bottom: 2px solid transparent;
    color: white;
    text-decoration: none;
    
}


.pkp_navigation_primary>li>a:focus 



@media (min-width: 992px){
.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #0c3e70;
}
}

.page_search .submit button:after {
    
    background-color:#27B4CE;
}
.page_search .submit button {
    background-color: #27B4CE;
    color:white;
}

@media (min-width: 992px){
.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    outline: 0;
    background: #ddd;
    border-color: #0c3e70;
    color: #0c3e70;
}}

.pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #27B4CE;
}


@media (min-width: 992px){
.pkp_navigation_primary>li>a {

   
    border-bottom: 2px solid transparent;
    color: #000;
    text-decoration: none;
font-weight: 600;
   
    
}}

.pkp_navigation_primary>li>a {
    
   
    color: rgb(255 255 255 / 84%);
    text-decoration: none;
}


@media (min-width: 992px){
.pkp_navigation_user a {
    padding-top: 0.357rem;
    padding-bottom: 0.357rem;
    line-height: 1.43rem;
    color: black;
    font-weight: 500;
}}





.pkp_structure_head {
    background-color: white;
    border-bottom: 1px solid #ddd;
}

.pkp_navigation_primary {
    display: inline-block;
    max-width: 100%;
    /* text-align: left; */
    font-weight: 600;
}

.pkp_site_name .is_text
{
    color: white;
}


.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    text-align: justify;
}

.img {
    vertical-align: middle;
}
.pkp_block .content ul li {
    padding: 0px 0;
    background-color: #27B4CE;
}


.obj_article_summary > .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
}












.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    background: #27B4CE !important;
    border-radius: 5px;
    margin-right: 10px;
	margin-top: 10px;
	font-weight:500
}

.pkp_navigation_user>li:last-child>a {
    margin-right: -0.714rem;
}


.pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0;
    background-color: #0D9DB7;
	border-radius: 2px;
	padding-left:2px;
	
}
	
.pkp_navigation_primary>li>a {
   
    
    color: #000000;
    text-decoration: none;
    font-weight: 600;
   
	font-size: 14px;
}


.pkp_structure_head {
    background-color: #27B4CE;
    border-bottom: 1px solid #ddd;
}


@media (min-width: 992px){
.pkp_navigation_primary>li>a {
   
   
   
    border-bottom: 2px solid transparent;
    color: #240707;
    text-decoration: none;
font-weight: 600;
   
}

}

.pkp_structure_head {
    background-color: #27B4CE;
    border-bottom: 1px solid #ddd;
}

.pkp_navigation_primary {
    display: inline-block;
    max-width: 100%;
    /* text-align: left; */
    font-weight: 600;
}




.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    text-align: justify;
}


.pkp_block .content ul li {
    padding: 0px 0;
   
}


.obj_article_summary > .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
}



