
/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  
}

/* Slider Container */
.hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 768px) {
   .is_text {
    display: none;
  }
}

/* Static About Box */
.about-overlay {
  position: relative;
    z-index: 2;
    max-width: 800px;
    background-color: #40a4d5ba;
    color: #000;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;

}

.about-overlay h3 {
 margin-bottom: 10px;
    color: #ffffff;
   background-image: linear-gradient(236deg, #021b8094 0%, #40a4d5 100%);
    margi-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.about-overlay p {
  font-size: 15px;
  margin-bottom: 20px;
}

.read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #40a4d5;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.read-more-btn:hover {
  background-color: #67AE6E;
}

/* Responsive */
@media (max-width: 768px) {
  .about-overlay {
    max-width: 90%;
    padding: 20px;
  }

  .about-overlay p {
    font-size: 13px;
  }
  
  .hero-section {
  position: relative;
  width: 100%;
  height: 45vh;
  overflow: hidden;
  
}
}



/* Reset & base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




@media (min-width: 992px) {
    .pkp_head_wrapper {
        padding-top: 3.5rem;
    }
}





/* Header Top */
.headheader-top {
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, #40a4d5, #021b80);
  color: #ffffff;
  font-size: 14px;
}

.headcontainer {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  
  align-items: center;
  padding: 0 15px;
}

.headcontact-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0.286rem;
}

.obj_article_details .sub_item:last-child {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #40a4d508;
    border-radius: 5px;
    border-left: 0.157rem solid #40a4d5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #40a4d5;
    border: 1px solid #40a4d5;
    border-radius: 3px;
    font-size: 1rem;
    line-height: calc(2.143rem - 2px);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 4px 3px #cccccc;
}

	.issue-header-card {
			display: flex;
			flex-direction: row;
			align-items: center;
			    border-top: 0.357rem solid #40a4d5;
   background: linear-gradient(to right, #40a4d55e, #021b802e);
			border-radius: 12px;
			padding: 16px;
			box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
			overflow: visible;
			max-width: 1000px;
			margin: 0 auto;
			position: relative;
			max-height: 200px;
			gap: 16px;
		}

		.issue-header-card .issue-cover {
			flex: 0 0 100px;
			height: 100%;
		}

		.issue-header-card .issue-cover img {
			width: 100px;
			height: 100%;
			object-fit: cover;
			border-radius: 8px;
		}

		.issue-header-card .issue-details {
			flex: 1;
			overflow: hidden;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

		.issue-header-card .issue-details .title {
			font-size: 1.25em;
			font-weight: 600;
			color: #333;
			margin-bottom: 4px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.issue-header-card .issue-details .meta {
			font-size: 0.95em;
			color: #555;
			line-height: 1.4;
		}

		.issue-header-triangle {
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			bottom: -20px;
			width: 0;
			height: 0;
			border-left: 20px solid transparent;
			border-right: 20px solid transparent;
			border-top: 20px solid #40a4d5;
		}

		@media (max-width: 768px) {
			.issue-header-card {
				flex-direction: column;
				align-items: flex-start;
				max-height: none;
			}

			.issue-header-card .issue-cover {
				width: 100%;
				max-height: 150px;
			}

			.issue-header-card .issue-cover img {
				
				height: auto;
				object-fit: contain;
			}

			.issue-header-card .issue-details {
				width: 100%;
			}

			.issue-header-triangle {
				border-top: 20px solid #e0f7fa;
			}
		}
.headcontact-info i {
  margin-right: 6px;
  color: #E1EEBC; /* Light Accent for icon contrast */
}

.headcontact-info span {
  color: #ffffff;
}

@media (max-width: 768px) {
  .headcontact-info {
    gap: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .headcontainer {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
  }

  .headcontact-info {
    flex-direction: column;
    gap: 5px;
  }
}

.omp-sum-divider {
    height: 2px;
    background: linear-gradient(to right, #021b80 0%, #40a4d5 50%, #021b80 90%);
    border: none;
    margin: 20px auto;
    width: 100%;
    position: relative;
}
/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 60px; /* Just above the screen bottom */
    right: 20px;
    background: #25D366; /* WhatsApp green */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 18px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

/* WhatsApp Icon */
.whatsapp-float .fa-whatsapp {
    font-size: 24px;
}

/* Hover Effect */
.whatsapp-float:hover {
    background: #1EBE57;
    transform: scale(1.05);
}
.board-container {
            width: 100%;
            max-width: 800px;
        }

        /* Editorial Board Card */
        .board-card {
            display: flex;
            background-image: linear-gradient(236deg, #021b80 0%, #40a4d5 100%);
            border-radius: 12px;
            overflow: hidden;
            padding: 20px;
            color: white;
            align-items: center;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 20px; /* Space between cards */
            width: 100%;
        }

        .board-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
        }

        /* Profile Image */
        .board-card img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            border: 4px solid white;
            object-fit: cover;
            margin-right: 20px;
        }

        /* Member Details */
        .member-info {
            flex: 1;
        }

        .member-name {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .member-affiliation {
            font-size: 14px;
            margin-bottom: 8px;
        }

        /* Contact Details */
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 5px;
            font-size: 15px;
        }

        .contact-info i {
            margin-right: 8px;
            font-size: 18px;
        }

        .contact-info a {
            color: white;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .contact-info a:hover {
            opacity: 0.8;
        }

        /* Responsive Layout */
        @media (max-width: 768px) {
            .board-card {
                flex-direction: column;
                text-align: center;
                align-items: center;
                padding: 15px;
            }
            .board-card img {
                margin-bottom: 15px;
            }
        }




.sidebar-widget {
            width: 300px;
            padding: 20px;
            border: 1px solid #ddd;
           
            background-color: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
        }

        .widget-header {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            text-align: center;
            color: #40a4d5;
            border-bottom: 2px solid #f1f1f1;
            padding-bottom: 10px;
        }

        .analytics-item {
            display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 8px;
    
    border-radius: 5px;
    
    border-left: 0.357rem solid #40a4d5;
    background: #40a4d521;
        }

        .analytics-label {
            font-weight: bold;
        }

        .analytics-value {
            color: #40a4d5;
            font-weight: bold;
        }





@media (min-width: 992px) {
    .pkp_site_name .is_text {
        
        font-size: 2.5rem;
        text-align:center;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* x-offset, y-offset, blur-radius, color */
    font-family: 'Arial', sans-serif; /* Font family */
    }
}

.publisher-container {
    max-width: 600px; /* Limit maximum width */
    margin: 20px auto; /* Center align the container */
    padding: 10px; /* Inner spacing */
    text-align: center; /* Center text */
}

.publisher-container h1 {
    margin-bottom: 10px; /* Space below the heading */
    color: #333; /* Dark text color */
}

.publisher-card {
    background: #ffffff; /* White background for the card */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    padding: 30px; /* Inner spacing */
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition for hover effect */
}

.publisher-card h2 {
    margin-bottom: 1px; /* Space below the publisher name */
    color: #40a4d5; /* Primary color for the name */
}

.publisher-card p {
    margin: 10px 0; /* Space between paragraphs */
    font-size: 13px; /* Font size for details */
    color: #555; /* Dark gray text color for details */
}

.publisher-card i {
    margin-right: 10px; /* Space between icon and text */
    color: #40a4d5; /* Color for icons */
}

.publisher-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Increased shadow on hover */
}

.cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 700px) {

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

}

h6, .h6 {
    font-size: 13px;
}

h6,  .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: normal;
    color: #40a4d5;
    background-color: transparent;
    text-decoration: none;
    margin-bottom: 1.43rem;
    border: 2px solid #40a4d5;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

h2, .h2 {
    font-size: 2rem;
}
h2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-weight: 500;
     line-height: 1.2;
}
 .apc-table {
            width: 100%;
            max-width: 600px;
            margin: 20px auto;
            border-collapse: collapse;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        .apc-table th, .apc-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        .apc-table th {
            background-color: #007bff;
            color: white;
        }
        .apc-table tr:hover {
            background-color: #f1f1f1;
        }
        .currency {
            font-weight: bold;
        }
.coverimg
{
    box-shadow: 2px 2px 2px 1px #63616163;
    width: 100%;
    border: 1px solid #40a4d5;
    height: auto;
    object-fit: cover;
    max-width: 150px;
    max-height: 300px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.cta-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #40a4d512;
    padding: 20px;
    width: 100%;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 0 1px 1px #c7c9ed;
}

.form-control {
    width: 89%;
    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;
}


.btn-block {
    width: 10%;
    font-size: 16px;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: bold;
    background: #40a4d5;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #40a4d5;
    color: white;
}

.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 {
    border: none;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 0 1px 1px #c7c9ed;
}

.pkp_block h6 {
    padding-left: 1rem;
    color: white;
    margin-top: 8px;
    margin-bottom: 8px;
}



.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: #021b80;
  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 #40a4d5;
}
a {
    color: #40a4d5;
}

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

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

.article_show {
    background-size: 18px !important;
    height: 20px !important;
    background: url('https://sshajournal.com/d/adstract.jpg') no-repeat center left;
    padding: 11px 0px 5px 23px;
}

.galley_show {
    background-size: 18px !important;
    background: url('https://sshajournal.com/galley.jpg') no-repeat center left;
    padding: 3px 0px 0px 23px;
}

.doi_link {
    background-size: 14px !important;
    height: 20px !important;
    background: url('https://sshajournal.com/doi.png') no-repeat center left;
    padding: 5px 0 5px 23px;
    color: #40a4d5;
    text-decoration: none;
}

.obj_article_summary > .galleys_links a {
    color: #fff;
    background-color: #40a4d5;
}

.cmp_article_list>li {
    margin-bottom: 30px;
}
.obj_article_summary > .galleys_links {
    list-style: none;
    margin-bottom: 0.5em;
   
}
    .pkp_page_index .cmp_announcements .more {
        float: right;
        width: 0%;
        padding-top: 1.43rem;
        padding-bottom: 1.43rem;
    }
.obj_article_summary .pages:before {
    content: "\f0f6";
    width: 20px;
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 13px;
}

    .pkp_page_index .cmp_announcements .more:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 100%;
        border-left: 0px solid #ffffff;
    }
.pkp_page_index .cmp_announcements {
    border-top: 1px solid #fff; 
    border-bottom: 1px solid #ffffff;
}

@media (min-width: 768px) {
    .pkp_page_index .cmp_announcements>.obj_announcement_summary {
        float: left;
        width: 100%;
    }
}
.pkp_page_index .cmp_announcements>.obj_announcement_summary {
    position: relative;
    padding-top: 0.443rem;
    padding-right: 0.714rem;
    padding-bottom: 0.143rem;
    padding-left: 1.714rem;
    background-color: #f0f7fc;
    border-left: 5px solid #10147e;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 0 1px 1px #c7c9ed;
}


.indexings > img {
    width: auto !important; /* Fixed width for images */
    height: 40px !important; /* Maintain aspect ratio */
}
.cta-button {
    background-color: #40a4d5;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-left: 10px;
}

.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;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.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;
   
}    
    
}


.obj_galley_link:hover, .obj_galley_link:focus {
    background: #40a4d5;
    color: #fff;
}

h5, .h5 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
.pkp_block {
   padding: 0px 0;
    background-image: linear-gradient(236deg, #021b80 0%, #40a4d5 100%);
}
.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;
}
.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: #40a4d5;
    border-color: #40a4d5;
}
.btn-block {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}


.pkp_block .title {
    width: 100%;
    background-color: #40a4d5;
    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: #40a4d508;
}


.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: linear-gradient(to left, #40a4d5, #021b80);
    
}

.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: #40a4d5;
    border-bottom: 0px solid #ddd;
}
@media (min-width: 992px){

.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:#fff !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;
}




.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: #40a4d5;
    border-radius: 3px;
}


.cmp_breadcrumbs {
    display: block;
}

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

.pkp_block {
    padding: 0px 0;
    
    background-color: #021b80;
}

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: 2px 0px 0px 0px rgba(0, 0, 0, 0.25);
    border-top: 0px solid white;
    
}


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

@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: #40a4d5;
    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: #40a4d508;
}

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


.cmp_notification {
    
    background: #40a4d521;
}



.pkp_structure_head {
    background-color: #fff;
    
}

.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:#40a4d5;
}
.page_search .submit button {
    background-color: #40a4d5;
    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: #40a4d5;
}


@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;
    
}

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

.pkp_site_name .is_text
{
    color: white;
}

.pkp_site_name .is_text {
   
    font-size: .5rem;
    font-weight: 700;
    line-height: 2.857rem;
    color: #fff;
    text-decoration: none;
}
.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: #40a4d508;
}


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




@media (min-width: 992px) {
    .pkp_site_name .is_text {
        font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
        font-size: 1rem;
       
    }
}

@media screen and (max-width: 600px) {
    .homecolcolumn {
        width: 100%;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px){


.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: #fff !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>li>a {
    padding: 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: rgb(255 255 255 / 84%);
    text-decoration: none;
}
.pkp_site_nav_menu
{
    background-image: linear-gradient(236deg, #021b80 0%, #40a4d5 100%);
}
.pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0;
    
	border-radius: 2px;
	padding-left:2px;
	
}
@media (min-width: 992px) {
    .pkp_head_wrapper {
        
        box-shadow: 2px 1px 2px 3px rgba(0, 0, 0, 0.25);
        z-index: 999;
    }
}
@media (min-width: 992px) {
    .pkp_site_nav_menu {
        display: block;
        background: linear-gradient(to right, #40a4d5, #021b80);
       
    }
}
@media (min-width: 992px) {
    .pkp_nav_list li {
        position: relative;
        display: inline-block;
        
        padding: 0 12px;
    }
}

.pkp_navigation_primary>li>a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
}


.pkp_navigation_primary>li>a {
   
    
    color: #000000;
    text-decoration: none;
    font-weight: 600;
   
	font-size: 14px;
}


.pkp_structure_head {
    background-color: #40a4d5;
    
}


@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: #40a4d5;
    
}

.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;
}

