@font-face {
    font-family:calibri;
    src: url('../fonts/calibri.ttf');
}
@font-face {
    font-family:calibril;
    src: url('../fonts/calibril.ttf');
}
body, p{
    font-family:calibri;
}
h1 {
     font-family:calibril;
    line-height: 50px;
    font-size: 45px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
}
/*h2{
    font-size: 35px;
    line-height: 42px;
    margin: 0px;
}*/
h2{
        color: #333333;
    font-weight: 400;
    font-size: 30px;
    margin: 0px;
    line-height: 40px;
}
h3{
    margin: 0px;
    font-size: 22px;
    line-height: 28px;
}
h4{
    font-size: 20px;
    margin: 0px;
        line-height: 27px;
         font-weight: 400;
}
p{
    font-size: 18px;
    font-weight: 400;
    color:#575757;
    line-height: 24px;
}
p a {
    color: #006699;
    text-decoration: none;
}
p a:visited, p a:hover {
    color: #006699;
}
a:focus {
    outline: none;
}
ul, ol {
    padding-left: 22px;
    margin: 0px;
}
ol li::marker {
  font-weight: 700;
}
ul li, ol li {
    font-size: 18px;
    font-weight: 400;
    color: #575757;
    line-height: 24px;
    padding-bottom: 10px;
}
main#primary ul li a{
    font-size: 18px;
    font-weight: 400;
    color: #006699;
    line-height: 24px;
    text-decoration: none;
}
ul li::marker {
  color: #006699; 
  font-size: 25px;
}
html{scroll-behavior:smooth}
body.small-container .site-main .container{
    max-width: 1100px;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.site-branding {
    background-color: #006699;
        padding: 25px 0px;
}
.menu-part {
    background-color: #333333;
}
ul#primary-menu li a, ul#top-menu li a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}
/*ul#primary-menu li a:hover {
color:#2CC5FFEB !important;
}*/
ul#primary-menu .current-menu-item a{
color:#2CC5FFEB;
}
ul#primary-menu {
    gap: 50px;
}
ul#top-menu {
    display: flex;
    gap: 20px;
        padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}
.logo-top-menu {
    display: flex;
    justify-content: space-between;
        align-items: center;
}
footer{
    background-color: #000000;
    padding: 50px 0px 20px 0px;
}
.footer-top-part .row {
    display: flex;
    justify-content: space-between;
}
ul#footer-menu {
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
    column-count: 2;
    margin-bottom: 0px;
}
ul#footer-menu li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}
.footer-top-part p {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
}
.icon-details p {
    padding-bottom: 0px;
    max-width: 188px;
    padding-left: 15px;
    font-weight: 400;
}
.icon-details {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.icon-details img {
    padding-top: 4px;
}
.icon-details p a {
    color: #ffffff;
    text-decoration: none;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 13px;
}
.col-md-4 .icon-details:nth-of-type(3) p {
    color: #006699 !important;
}
.copy-rights p {
    margin: 0px;
    color: #9E9E9E;
    font-size: 14px;
}
.footer-bottom {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul#footer-bottom-menu {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}
ul#footer-bottom-menu li a {
    color: #9E9E9E;
    text-decoration: none;
    font-size: 14px;
}
ul#footer-bottom-menu li:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  color: #9E9E9E;
}
.footer-above-part {
    background-color: #006699;
    padding: 45px 0px;
}
.heading-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading-button h2{
    color: #ffffff;
        max-width: 790px;
}
a.sign-up-btn {
    color: #006699;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 30px;
}
a.sign-up-btn:hover{
    background-color: #006699;
    color: #ffffff;
    border: 1px solid #ffffff;
}
aside#secondary
 {
    display: none;
}
section.hero-section {
    padding: 130px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-inner h1 {
    max-width: 680px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.hero-inner h1 span {
    font-weight: 700;
}
a.read-more-btn {
    background-color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    color: #676700;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

a.read-more-btn:hover {
    background-color: #006699;
    color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Optional shadow lift */
}
.read-more-link img {
   transition: transform 0.3s ease;
}
/*.post-item a.read-more-link:hover img{
        margin-left: 10px;
}*/
a.read-more-link:hover img{
     transform: translateX(10px);
}
.hero-text-part {
    background-color: #006699;
    color: #fff;
    text-align: center;
    padding: 50px 0px;
    font-weight: 700;
}
.hero-text-part h2 {
    font-weight: 700;
        color: #ffffff;
     font-size: 35px;
    line-height: 42px;
    margin: 0px;
    max-width: 1100px;
    margin: 0 auto;
}
.about-erc-section .row {
  display: flex;
  justify-content: space-between;
  position: relative;
      align-items: center;
}

.about-erc-section .about-content {
  width: 50%;
}

.about-erc-section .about-img img {
  width: 100%;
  display: block;
  height: auto;
}
section.about-erc-section .container {
    padding-right: 0px;
}
section.about-erc-section {
 /*   background-color: #01AEF00D;*/
    overflow-x: hidden;
        margin-top: 20px;
        margin-bottom: 70px;
}
.about-img {
    width: 43%;
}
/*.about-content {
    padding: 50px 0px;
}*/
@media (min-width: 1350px) and (max-width: 1900px) {
body.small-container .about-erc-section .about-img {
    margin-right: calc((100vw - 1100px) / -1.81);
            width: 60%;
}
body.small-container .about-erc-section.reverse-row .about-content {
    width: 60%;
}
body.small-container .about-erc-section .about-content {
    width: 60%;
}
body.small-container .about-erc-section.reverse-row .about-img{
      margin-left: calc((100vw - 1100px) / -1.81);
     width: 60%; 
}
  .about-erc-section .about-img {
    margin-right: calc((100vw - 1400px) / -1.81);
            width: 50%;
  }
.about-erc-section.reverse-row .about-img{
      margin-left: calc((100vw - 1400px) / -1.81); 
}
}
a.read-more-link {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
        display: flex;
    align-items: center;
}
a.read-more-link img {
    margin-left: 10px;
}
section.about-erc-section h3 {
    color: #333333;
}
section.news-erc-section .row {
    display: flex;
  gap: 22px 15px;
        flex-flow: wrap;
    justify-content: space-between;
}
.post-thumbnail img {
    width: 100%;
}
a.sign-up-btn, a.read-more-btn{
        transition: transform 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}
a.sign-up-btn:hover, a.read-more-btn:hover {
    transform: scale(1.04);
}
.pisa-heading{
    transition: transform 0.5s ease;
}
.pisa-heading:hover {
    transform: scale(1.04);
}
.post-item {
        transition: transform 0.5s ease, box-shadow 0.5s ease;
        background: #ffffff;
    width: 32.5%;
    box-shadow: 0px 0px 10px 0px #00000033;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    border-bottom: 2px solid #006699;
}
.post-item:hover {
    transform: scale(1.02);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.news-heading-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding-bottom: 20px;
}
section.news-erc-section {
    padding: 70px 0px;
}
.news-heading-link a {
    color: #006699;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.post-title h4{
        color: #333333;
 font-weight: 700;
 }
 .post-title {
    padding: 10px 15px 70px 15px;
}
p.post-date {
    font-size: 16px;
    margin: 0px;
    padding-bottom: 10px;
}
.post-item a.read-more-link {
    position: absolute;
    bottom: 20px;
        width: 100%;
}
section.news-erc-section.publication-part {
    background: #01AEF00D;
}
.pub-year, .pub-type {
    color: #575757;
    font-size: 16px;
    line-height: 30px;
}
section.news-erc-section.publication-part .post-title h4 {
    padding-bottom: 10px;
}
.pub-year strong, .pub-type strong{
    font-weight: 700;
}
section.inner-page-heading {
    padding: 40px 0px;
    border-bottom: 1px solid #D9D9D9;
}
section.inner-page-heading h2 {
    text-align: center;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    color: #575757;
}
section.news-erc-section.inner-news {
    padding: 60px 0px;
}
.post, .page {
    margin: 0px;
}
.logo-area-name {
    width: 100px;
    height: 100px;
    background-color: #006699;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -50px;
}
.logo-area-name h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}
.area-item .post-title {
    text-align: center;
    padding: 10px 15px 30px 15px;
}
.area-item.post-item a.read-more-link {
    position: unset;
    justify-content: center;
        padding-top: 10px;
}
section.news-erc-section.area-main-section .row {
    gap: 100px 15px;
        margin-top: 60px;
}
.area-main-section .news-heading-link {
    display: block;
        text-align: center
}
.area-item.post-item h4 {
    color: #575757;
    padding-top: 20px;
}
section.news-erc-section.area-main-section {
    padding-top: 30px;
    text-align: center;
}
section.news-erc-section.area-main-section .row {
    margin-top: 50px;
}
section.about-content-section p {
    margin: 17px 0px;
}
.has-bg {
    background: #01AEF00D;
}
section.left-content-right-image-section {
    padding: 50px 0px;
}
section.left-content-right-image-section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.left-content-part {
    width: 60%;
}
.right-img-part {
    width: 40%;
}
.right-img-part img {
    /*width: 100%;*/
    float: right;
}
.left-content-part p {
    margin: 15px 0px;
}
.left-content-part h2 {
    color: #575757;
}
section#moving-to-dots, section.about-content-section.with-bg-part.video-main-part{
     background: #01AEF00D;
}
section.about-content-section.with-bg-part {
   /* background: #01AEF00D;*/
    padding: 50px 0px;
}
section.about-content-section h2{
color: #575757;
}
section.left-content-right-image-section.img-left-part {
    background: unset;
}
section.about-content-section h4 {
    font-weight: 700;
    color: #575757;
    padding: 15px 0px 0px 0px;
}
section.about-content-section {
    padding: 50px 0px;
}
section.location-section h2 {
    color: #575757;
}
section.location-section .row {
    display: flex;
    justify-content: space-between;
        gap: 20px;
    padding-top: 30px;
}
.address-location {
    width: 50%;
}
.address-location iframe {
        margin-top: 20px;
    width: 100%;
        height: 260px;
}
section.location-section {
    padding: 50px 0px;
}
.address-location p {
    margin: 0px;
}
p.blue-bold {
    color: #006699;
    font-weight: 700;
    padding-bottom: 10px;
}
.adress-height {
    min-height: 100px;
}
section.location-section.conact-directory-part {
    background: #01AEF00D;
}
p.w-class {
    margin: 10px 0px 0px 0px;
    max-width: 950px;
}
.address-location.contact-detail {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 65px 0px #0000001A;
    border-radius: 5px;
}
.phone-email-part a {
    color: #575757;
}
section.get-in-touch-part {
    max-width: 822px;
    margin: 0 auto;
    padding: 50px 0px;
}
.get-in-touch-part h2 {
    color: #575757;
    text-align: center;
}
.contact-form-part .row {
    display: flex;
    gap: 10px;
}
.contact-form-part .col-md-6 {
    width: 100%;
}
.contact-form-part input[type="text"], .contact-form-part input[type="email"], .contact-form-part input[type="tel"], .contact-form-part textarea {
    color: #929292;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
        margin-top: 10px;
        font-size: 16px;
}
.contact-form-part p {
    width: 100%;
    margin: 0px 0px 20px 0px;
}
.contact-form-part .col-md-12 {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 130px;
}
.contact-form-part label {
    color: #575757;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: calibri;
}
.contact-form-part {
    padding-top: 40px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    background-color: #333333;
    color: #ffff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 35px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
    cursor: pointer;
}
.news-single-main-part .container{
    max-width: 1030px;
    margin: 0 auto;
}
.featured-image img {
    width: 100%;
}
.single-main-part {
    padding: 40px 0px;
}
.share-part-single {
    display: flex;
    align-items: center;
}
.date-cate-share-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.date-cate-share-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #575757;
   /* border-bottom: 1px solid #D9D9D9;*/
    padding: 10px 0px;
}
.date-cate-share-part span {
    font-weight: 700;
}
.post-content h4 {
    color: #333333;
    font-weight: 700;
}
.doi-download-author-part {
        padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.download-report-btn {
    width: 30%;
}
a.download-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: #006699;
    text-decoration: none;
    padding: 10px 30px;
    float: right;
    border-radius: 100px;
}
.doi-author-part p {
    font-size: 16px;
}
.doi-author-part p span{
    font-weight: 700;
}
.related-post-part {
    border-top: 1px solid #D9D9D9;
       padding: 50px 0px 90px 0px;
}
section.news-erc-section.inner-news.related-news {
    padding: 0px;
}
.related-post-part h2 {
    color: #575757;
    padding-bottom: 30px;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-top: 40px;
}
.pagination a {
    font-size: 22px;
    text-decoration: none;
    color: #575757;
}
span.page-numbers.current {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    line-height: 22px;
}
.row.publication-row{
    flex-flow: column;
}
.publication-row .post-item {
    margin: 0 auto;
    max-width: 900px;
    box-shadow: 0px 0px 65px 0px #0000001A;
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    border: unset;
}
.page-template-publications section.inner-page-heading {
    border-bottom: unset;
}
.type-cat-img {
    width: 25%;
    margin: 0 auto;
    text-align: center;
}
.publication-row .post-item {
    display: flex;
    align-items: center;
    padding: 20px;
}
.publication-row .post-item a.read-more-link {
    padding-top: 25px;
    position: unset;
}
.publication-row .post-item h4 {
    font-weight: 400 !important;
        padding-top: 5px;
    color: #006699;
}
.publication-row .post-title {
    padding: 0px 15px 10px 15px;
        width: 100%;
}
.single-publication .news-single-main-part .container {
    max-width: 1400px;
}
.single-publication  section.inner-page-heading h2 {
    text-align: left;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    color: #575757;
    max-width: 840px;
}
.single-publication .related-post-part {
    border-top: unset;
    padding: 20px 0px 90px 0px;
}
.single-publication .post-content {
    width: 70%;
}
.post-meta-content {
    width: 25%;
}
.publication-content.row {
    display: flex;
    gap: 20px;
        justify-content: space-between;
}
.pub-meta-item {
    padding: 13px 10px;
    border-bottom: 1px solid #D9D9D9;
}
.post-meta-inner {
    box-shadow: 0px 0px 65px 0px #0000001A;
    padding: 25px 15px;
    border-radius: 5px;
}
.post-meta-inner .download-report-btn {
    width: 100%
}
.post-meta-inner a.download-btn {
     float: unset; 
    border-radius: 100px;
    width: 90% !important;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.pub-meta-item strong {
    color: #575757;
    font-weight: 700;
}
.share-part-single.pub-meta-item {
    border-bottom: unset;
        padding-bottom: 0px;
}
.pub-meta-item.related-part {
    padding: 5px 0px;
    border-bottom: unset;
}
.single-publication .post-content p {
    margin-top: 0px;
}
h4.publication-title {
    color: #006699;
    font-weight: 400;
    padding-bottom: 10px;
}
section.area-inner-page-publication .row {
    gap: 22px 15px;
    display: flex;
}
section.area-inner-page-publication p {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}
section.area-inner-page-publication {
    padding: 50px 0px 70px 0px;
}
.pisa-heading:nth-child(odd) {
    background-color: #006699;

}

.pisa-heading:nth-child(even) {
    background-color: #009BD7;

}
.round-pisa {
    display: flex;
    max-width: 1050px;
    margin: 0 auto;
    flex-flow: wrap;
    gap: 13px;
}
.pisa-heading {
    width: 19%;
    border-radius: 5px;
    padding: 20px 25px;
    text-align: center;
}
.pisa-heading a {
    color: #fff;
    text-decoration: none;
}
.pisa-heading h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
section.area-inner-page-publication.pisa-page p {
    text-align: center;
}
section.area-inner-page-publication.pisa-page {
    padding: 60px 0px 90px 0px;
}
table.custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    max-width: 1050px;
    margin: 0 auto;
    box-shadow: 0px 0px 65px 0px #0000001A;
    border-radius: 5px !important;
}
table.custom-table th {
    background-color: #006699;
    color: white;
    padding: 10px;
    font-size: 20px;
    border-left: 1px solid #D9D9D9;
    font-weight: 700;
}
table.custom-table td {
    padding: 10px;
    border-left: 1px solid #D9D9D9;
}
table.custom-table td:first-child {
    border-left: none;
}
table.custom-table tr:nth-child(even) {
    background-color: #F5F5F5;
}
table.custom-table tr:nth-child(odd) {
    background-color: #ffffff;
}
section.about-erc-section.reverse-row .row{
    flex-flow: row-reverse;
}
.about-erc-section.reverse-row .container {
    padding-left: 0px;
}
.about-erc-section.reverse-row .about-content {
    width: 55%;
}
.about-content img.alignleft {
    margin: 0px;
}
.map-address {
    display: flex;
    padding: 10px 0px;
}
.map-address img {
    height: fit-content;
        margin-right: 10px !important;
}
.map-address {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
}
.map-address a {
    color: #575757;
    text-decoration: none;
}
.left-summary, .right-summary {
    width: 50%;
}
/*section.short-summary {
 background: linear-gradient(to right, #01AEF00D 50%, #01aef01f 50%);
}*/
.short-summary .container{
 display: flex;
}
.right-summary {
    padding: 35px 0px 35px 30px;
}
.left-summary{
    padding: 35px 30px 35px 0px;
}
section.short-summary h2 {
    color: #575757;
}
section.short-summary p {
    margin: 0px;
    padding-top: 5px;
}
/*section.left-content-right-image-section {
    padding: 40px 0px 0px 0px;
}*/
section.left-content-right-image-section .read-more-link {
    color: #006699;
}
section.table-two-col h2, section.table-two-col h4 {
    color: #575757;
}
section.table-two-col {
    margin-bottom: 60px;
}
section.table-two-col h4 {
    padding-bottom: 30px;
}
.current-menu-item li a{
    color:#575757 !important;
}
ul#primary-menu li{
      padding: 15px 0px;
}
.site-header .menu li {
  display: inline-block;
  position: relative;
}
.site-header .sub-menu {
margin-left: 0px !important;
padding: 5px 0px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  min-width: 200px;
 box-shadow: 0px 4px 20px 5px #0000001A;
}
.site-header .sub-menu li a {
    color:#575757 !important;
}
ul#primary-menu li a:hover, ul#top-menu li a:hover {
    color: #2CC5FFEB;
}
/*ul#top-menu li a:hover {
    color: #2CC5FF;
}*/
ul#top-menu li ul li a:hover {
    color: #009BD7 !important;
}
ul#top-menu ul.sub-menu {
    border-radius: 5px;
}
ul#top-menu li.current_page_item a{
color: #2CC5FF;
}
.site-header .sub-menu li {
  position: relative;
     padding: 6px 10px !important;
}
ul.sub-menu li.menu-item a:hover {
    color: #009BD7 !important;
}
.site-header .sub-menu li a[aria-current="page"] {
    font-weight: 700 !important;
        color: #009BD7 !important;
}
.site-header .sub-menu a {
  text-align: left;
  white-space: nowrap;
}
.site-header li:hover > .sub-menu {
  display: block;
}
.site-header .sub-menu .sub-menu {
  top: -5px;
  left: 100%;
}
i.gbi.gbicon-angle-down, i.gbi.gbicon-angle-up {
    font-style: normal;
}
.toggle-sub i.gbi::after {
  content: "\f078"; /* fa-caret-down */
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
  display: inline-block;
  transform: rotate(0deg); /* down */
}

/* When submenu is open */
.menu-item-has-children.drop-open > .toggle-sub i.gbi::after {
  transform: rotate(180deg); /* up */
}

.site-header ul.menu > li.menu-item-has-children > a::after  {
  content: "\f078"; /* fa-caret-down */
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 8px;
      font-size: 14px;
          line-height: 26px;
        transition: transform 0.3s ease;
}
.site-header ul.menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}
.site-header .sub-menu li.menu-item-has-children > a::after {
  content: "\f054"; /* fa-caret-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 8px;
      font-size: 14px;
          line-height: 26px;
}
.site-header .menu li {
    padding-bottom: 0px;
}
.width-c > ul.sub-menu li, .width-c > ul.sub-menu li a{
    width: 100%;
}
.site-header .menu li a {
    display: flex !important;
    justify-content: space-between;
}
ul#footer-menu li {
    padding-bottom: 0px;
}
.menu-social-part .social-icons {
line-height: 0px;
}
.menu-social-part .social-icons::before {
  content: "|";
    margin-left: 10px;
    color: #009BD7;
    font-size: 25px;
    margin-top: -4px;
}
.menu-social-part {
    display: flex;
    align-items: center;
    height: 0px;
}
section.pub-search-part {
    background: #01AEF00D;
    padding: 60px 0px;
        display: flex;
    flex-flow: column;
}
form#publication-filter-form {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    flex-flow: wrap;
    gap: 11px;
    justify-content: space-between;
}
form#publication-filter-form input[type="text"], form#publication-filter-form select{
    width: 32.5%;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 8px 10px;
    color: #929292;
        font-size: 16px !important;
         font-family:calibri;
}
html[lang="ga"] .search-header-part span.innericon:before {
    content: "Cuardach";
}
html[lang="ga"] .search-header-part div.asl_w .probox .promagnifier {
    width: 100px !important;
}
form#publication-filter-form input[type="text"]::placeholder{
    color: #929292;
}
form#publication-filter-form button, button#clear-filters {
    width: 32.5%;
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
     padding: 8px 10px;
         cursor: pointer;
        font-family: calibri;
}
section.about-content-section.with-bg-part ul, section.about-content-section.with-bg-part ul {
    padding-top: 20px;
}
 section.about-content-section.with-bg-part p + ul,
section.about-content-section.with-bg-part p + ul {
    padding-top: 0;
}
p.no-publication {
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #333333;
}
button#load-more-btn {
    color: #ffffff;
    background-color: #006699;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 30px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    margin-top: 40px;
    font-family: calibri;
        transition: transform 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}
button#load-more-btn:hover {
        transform: scale(1.04);
    background-color: #ffffff;
    color: #006699;
    border: 1px solid #006699;
}
button#clear-filters {
    width: 100% !important;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 25px;
}
#publication-filter-form .select2-container {
  width: 32.5% !important;
}
.select2-container--default .select2-selection--single {
 background-color: #fff !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 3px ! IMPORTANT;
    padding: 8px 10px;
    height: auto !important;
    min-height: 40px;
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    color: #929292 !important;
     font-family:calibri;
}
.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}
.select2-selection__rendered {
  color: #929292 !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option {
  padding: 10px;
  font-size: 14px;
  color: #333;
}
.select2-container--default .select2-results__option--highlighted {
  background-color: #f0f8ff;
  color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '';
  position: absolute;
    top: 79%;
    right: 6px;
    width: 18px;
    height: 18px;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
        padding-left: 0px;
}
.select2-wrapper {
  position: relative;
  z-index: 100;
  overflow: visible;
}

.select2-container--open {
  z-index: 9999 !important;
}

.select2-dropdown {
  z-index: 9999;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.select2-container--open .select2-dropdown {
    top: 28px;
}
span.select2-search.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: unset;
    color: #333;
}
.select2-results__option {
    padding: 5px 10px !important;
}
.select2-results {
    border: 1px solid #D9D9D9
}
.search-header-part {
    padding-top: 40px;
}
.search-header-part div#ajaxsearchlite1 {
    border-radius: 3px !important;
}
.search-header-part .probox {
    height: 40px !important;
    display: flex;
    align-items: center;
    }
.search-header-part div.asl_m .probox .proinput input {
    height: 40px;
       font-family: calibri !important;
    color: #929292 !important;
    font-size: 16px !important;
           padding: unset !important;
           text-shadow: unset !important;
}
.search-header-part span.innericon:before {
    content: "Search";
     font-size: 16px !important;
      font-family: calibri !important;
      padding-left: 10px;
}
.search-header-part div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff !important;
}
.search-header-part span.innericon {
    display: flex !important;
    align-items: center;
    color: #fff;
    gap: 5px;
}
.search-header-part div.asl_w .probox .promagnifier {
    background-color: #333 !important;
    width: 88px !important;
    height: 40px !important;
    box-shadow: unset !important;
    }
.search-header-part input.autocomplete {
    display: none !important;
}
.search-header-part div.asl_w{
        box-shadow: unset !important;
        background-color: unset  !important;
    overflow: hidden;
    border: unset  !important;
}
form#publication-filter-form button:hover, button#clear-filters:hover {
    background-color: #006699;
}
body.search form.search-form, body.search footer.entry-footer, body.search nav.navigation.posts-navigation{
    display: none;
}
body.search .widget.widget_archive, body.search .entry-meta, body.search a.post-thumbnail, body.search .entry-summary, body.search header.page-header {
    display: none !important;
}
body.search h2.entry-title {
    font-size: 20px;
    margin: 0px;
    line-height: 27px;
    font-weight: 700;
}
body.search h2.entry-title a{
     color:#333333;
        text-decoration: none;
}
body.search h2.entry-title a:hover{
    color: #006699;
}
body.search main#primary {
      padding: 80px 0px;
}
.search-main-page article {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    width: 32.3%;
    box-shadow: 0px 0px 10px 0px #00000033;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    border-bottom: 2px solid #006699;
      padding: 25px 15px 75px 15px;
    text-align: left;
}
.search-main-page article:hover {
    transform: scale(1.02);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.search-main-page {
    display: flex;
    gap: 25px 20px;
    flex-flow: wrap;
    justify-content: space-between;
}
.search-main-page article a.read-more-link {
    position: absolute;
    bottom: 20px;
}
.width-c > ul.sub-menu {
    min-width: 300px;
}
.width-c > ul.sub-menu > li > ul.sub-menu {
    top: -39px;
}
.site-header .menu-part ul.menu > li.menu-item-has-children {
    position: relative;
}
.site-header .menu-part ul.menu > li.width-c.menu-item-has-children > .sub-menu::before {
     left: 60%;
    transform: translateX(-60%); 
}
.site-header .menu-part ul.menu > li.volumes-w.menu-item-has-children > .sub-menu::before {
     left: 93%;
    transform: translateX(-93%); 
}
.site-header .menu-part ul.menu > li.menu-item-has-children > .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px; 
    left: 57%; 
    transform: translateX(-57%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 10;
    display: none;
}
.site-header .menu-part ul.menu > li.menu-item-has-children:hover > .sub-menu::before {
    display: block;
}
.bg-num {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    height: max-content;
    border-radius: 100px;
    padding: 22px;
    line-height: 18px;
        z-index: 9;
}
.num-title-details {
    display: flex;
    gap: 20px;
        margin-bottom: 40px;
}
.num-row {
    position: relative;
}

.num-row:before {
    content: "";
    position: absolute;
    top: 0;
   left: 30px;
    height: 95%;
    width: 1px;
    background-color: #D9D9D9;
}
.details-grp-points h3 {
    font-weight: 700;
    color: #575757;
    padding-bottom: 10px;
}
.boxes-row {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
        justify-content: space-between;
}
.boxes-row .post-item {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 32%;
    border-radius: 0px;
    position: relative;
    border-bottom: unset;
    height: 190px;
    box-shadow: 0px 4px 20px 5px #0000001A;
    padding: 20px 10px;
}
.boxes-row .post-title h4 {
    color: #ffffff;
    font-family: calibril;
}
.boxes-row .post-item a.read-more-link {
        color: #ffffff;
    font-family: calibril;
}
section.colorful-boxes-main {
    padding-bottom: 80px;
}
   .pie_wrapper {
      display: flex;
      justify-content: center;
      position: relative;
    }

    .menunav {
      position: relative;
     min-width: 100%;
    width: 100%;
    max-width: 100%;
    }

    .menunav ul {
    position: relative;
    padding: 97% 0% 0% 25%;
    max-width: 1100px;
    max-height: 0;
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
}

    .circle, .circle:before, .circle:after {
      border-radius: 50%;
    }

    .donut:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-radius: 50%;
      background-color: #fff;
      width: 50%;
      height: 50%;
      z-index: 1;
    }

    .slice {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 50%;
      transform-origin: 100% 100%;
    }

/* Each slice rotated 15° apart with narrow skew */
.coconut    { transform: rotate(0deg)   skewX(62deg); }
.vanilla    { transform: rotate(30deg)  skewX(62deg); }
.orange     { transform: rotate(60deg)  skewX(62deg); }
.almond     { transform: rotate(90deg)  skewX(62deg); }
.grape      { transform: rotate(120deg) skewX(62deg); }
.blackberry { transform: rotate(150deg) skewX(60deg); }



 .slice label {
  display: block;
    width: 136%;
    height: 254%;
  transform: skew(-58deg) rotate(-60deg);
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding-top: 70px;
   border: 2px solid #fff; /* creates visible gap effect */
}

    .slice label:hover {
      color: white;
      border: 2px solid black;
      transition: all 0.5s ease;
      cursor: pointer;
    }

    /* Center circle */
    .unsel {
      position: absolute;
      z-index: 20;
      top: 34%;
      left: 34%;
      width: 32%;
      height: 32%;
      text-align: center;
 /*     background-color: wheat;*/
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      padding: 10px;
      line-height: 20px;
    }
/*.coconut label     { background: #D0D0D0; }
.vanilla label     { background: #e6e600; }
.orange label      { background: #ffb038; }
.almond label      { background: #d3a573; }
.grape label       { background: #ace600; }
.blackberry label  { background: #cc0099; }*/

    .pie_title {
      text-align: center;
      font-size: 24px;
      margin-bottom: 30px;
    }
.heading-boxes-row .post-title {
     padding: 15px 20px;
    border-radius: 10px 10px 0px 0px;
}
.heading-boxes-row {
    display: flex;
    flex-flow: wrap;
    gap: 35px 20px;
        justify-content: space-between;
}
.heading-boxes-row .post-title h4 {
    color: #ffffff;
        font-family: calibril;
}
.heading-boxes-row .post-item {
    width: 32%;
    box-shadow: 0px 4px 20px 5px #0000001A;
}
.info-content {
    padding: 0px 20px 20px 20px;
}
.info-content p {
    line-height: 30px;
}
.remove-padding-bottom {
    padding-bottom: 0px !important;
}
section.faqs-section {
    padding: 55px 0px 45px 0px;
}
.accordion {
  width: 100%;
  margin: 0 auto;
}
.accordion-item {
  overflow: hidden;
  box-shadow: 0px 0px 65px 0px #0000001A;
  margin-bottom: 20px;
  border-radius: 5px;
      background-color: #fff;
}
.accordion-header {
  padding: 15px 20px;
  cursor: pointer;
     font-weight: 700;
    color: #575757;
    display: flex;
    font-size: 20px;
    line-height: 30px;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
      background-color: #fff;
}
.accordion-header .arrow {
  transition: transform 0.3s ease;
}
.accordion-item.open .accordion-header .arrow {
  transform: rotate(180deg);
}
.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0 20px;
  background: #fff;
      max-width: 95%;
}
.accordion-content-inner p {
    margin-bottom: 15px;
    margin-top: 0px;
}
.accordion-content-inner {
    padding-bottom: 25px !important;
}
p.faq-heading-c {
    font-weight: 700;
}
.remove-section-padding {
    padding: 0px !important;
}
.has-yelow-bg .flex-content {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
        justify-content: center;
}
.has-yelow-bg .flex-content p {
    margin: 0px;
}
.has-yelow-bg a.read-more-link {
    color: #009BD7;
    }
    section.about-erc-section.has-yelow-bg {
    background: #E9C46A4A;
    margin: 80px 0px;
}
   section.about-erc-section.has-yelow-bg .about-content h2{
    margin-left: -25px;
    text-align: center;
}
.video-wrapper {
  width: 100%;
     position: relative;
    box-shadow: 0px 4px 20px 5px #0000001A;
    border-radius: 10px;
        background-color: #ffff;
        transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.video-wrapper:hover {
        transform: scale(1.02);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.video-thumbnail,
.video-player {
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
     object-fit: fill;
  display: block;
      border-radius: 10px 10px 0px 0px;
}

.video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid #fff;
    cursor: pointer;
}

.play-button img {
  width: 16px;
  height: 16px;
}

.video-part {
    width: 65%;
}
.pdf-part {
    width: 35%;
}
.pdf-video-row {
    display: flex;
    gap: 50px;
}
.all-videos {
    display: flex;
    gap: 10px;
}
.video-wrapper p {
    font-weight: 700;
    padding: 0px 15px;
}
.pdf-video-row h4 {
    padding-bottom: 35px !important;
}
.video-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000054; /* dark transparent overlay */
  z-index: 1;
  border-radius: 10px 10px 0px 0px;
}
.video-part.video-part-full {
    width: 100%;
}
.video-part-full .video-wrapper {
    width: 32% !important;
}
.video-part-full .all-videos {
        flex-flow: wrap;
}
.pdf-file {
    margin-bottom: 20px;
}
.pdf-file a {
    display: flex;
    align-items: center;
    color: #575757;
    text-decoration: none;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 5px #0000001A;
    padding: 10px 20px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.pdf-file a:hover {
        transform: scale(1.02);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.pdf-file p {
    margin: 0px !important;
    font-size: 18px;
    max-width: 254px;
}
.video-part.video-part-full h4 {
    padding-bottom: 25px;
}
.video-part-full .all-videos {
    gap: 20px;
}
.video-part-full .video-thumbnail, .video-part-full .video-player {
    height: 222px;
    }
    section.about-content-section.with-bg-part.video-main-part {
    padding-top: 0px;
    padding-bottom: 80px;
}
.pdf-video-row {
    padding-top: 20px;
}
.side-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.side-row .test-dev-grp {
    width: 50%;
}
.side-row .pie_diagram {
    width: 50%;
}
.side-row .details-grp-points p {
    margin: 0px !important;
}
.side-row .pie_diagram img {
    width: 90%;
}
/*section.colorful-boxes-main.test-boxes-part {
    background: #01AEF00D;
    padding: 70px 0px !important;
}*/
.test-boxes-part h2 {
    color: #575757;
    text-align: center;
    padding-bottom: 25px;
}
.test-boxes-part .boxes-row .post-item {
    border-radius: 5px !important;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
/*    width: 19%;*/
    height: unset;
    padding: 10px 20px;
    cursor: default;
}
.test-boxes-part .post-title {
    padding: 0px;
}
.test-boxes-part .boxes-row {
    gap: 10px;
}
.all-pdf-part {
    display: flex;
    gap: 0px 15px;
    flex-flow: wrap;
    justify-content: space-between;
}
section.pdf-full-part {
    padding: 70px 0px;
}
.pdf-main-heading h2, .pdf-main-heading h4, .pdf-main-heading h3{
color: #575757;
}
.pdf-main-heading {
    padding-bottom: 25px;
}
/*section.pdf-full-part .pdf-file {
    width: 32%;
    margin-bottom: 0px;
}*/
section.pdf-full-part .pdf-file a {
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
section.pdf-full-part .pdf-file p {
    max-width: 100%;
}
section.pdf-full-part.icon-up-pos .pdf-file img {
    padding-bottom: 10px;
}
section.pdf-full-part.icon-left-pos .pdf-file a {
    flex-flow: row-reverse;
    }
section.pdf-full-part.icon-up-pos .pdf-file a {
    flex-flow: column-reverse;
}
.left-content-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.content-left {
    width: 70%;
}
.right-btn {
    width: 30%;
}
section.left-content-right-btn {
    padding: 40px 0px;
}
.content-left h2 {
    color: #575757;
}
.content-left p {
    margin: 12px 0px;
}
a.blue-btn {
    background: #006699;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 23px;
    float: right;
    border-radius: 5px;
    font-family: calibril;
    transition: transform 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}
a.blue-btn:hover {
        transform: scale(1.04);
         border: 1px solid #006699;
         background: #ffffff;
         color: #006699;
}
section.colorful-map-number{
    padding-top: 80px;
}
section.colorful-map-number.side-by-side-section h2 {
    color: #575757;
    text-align: center;
    padding-bottom: 25px;
}
.spce-below-pdf-part {
    margin-bottom: 70px;
}
section.colorful-map-number h2 {
    text-align: center;
    color: #575757;
    padding-bottom: 20px;
}
.test-dev-grp-new {
    width: 100%;
}
.test-dev-grp-new  .num-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.test-dev-grp-new .num-title-details {
    width: 31%;
    flex-flow: column;
        margin-bottom: 0px;
        padding-top: 50px;
    padding-bottom: 80px;
}
.test-dev-grp-new .num-row:before{
    display: none;
}
/*.test-dev-grp-new .num-row::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}*/
.ordring-online-part {
    padding: 70px 0px 60px 0px;
}
.ordring-online-part h2 {
    padding-bottom: 0px !important;
}
.test-dev-grp-new .num-title-details:nth-child(3):after {
    content: "";
    width: 21.3%;
    height: 39.5%;
    border-bottom: 1px solid #D9D9D9;
    position: absolute;
    top: 14.3%;
    left: unset;
    z-index: 0;
    right: 0%;
    transform: rotate(270deg);
}
.test-dev-grp-new .num-title-details:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    position: absolute;
    top: 14%;
    left: 0;
    z-index: 0;
}
.test-dev-grp-new .num-title-details:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    position: absolute;
    top: 73%;
    left: 0;
    z-index: 0;
}
.test-dev-grp-new .bg-num {
    width: max-content;
}
.test-dev-grp-new .num-row:after{
  content: "";
    width: 97%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    position: absolute;
    top: 53.5%;
    left: 3%;
    z-index: 0;
}
section.colorful-map-number.side-by-side-section .num-title-details:nth-of-type(4) .bg-num::before {
    display: none;
}
section.colorful-map-number.ordring-online-part .num-title-details:nth-of-type(4) .bg-num::before {
    content: "";
    width: 7.5%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    position: absolute;
    top: 60.5%;
    left: -0.8%;
    transform: rotate(90deg);
}
.details-grp-points:last-of-type::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #D9D9D9;
    border-radius: 100%;
    position: absolute;
    top: 72.7%;
    left: unset;
    right: 0%;
}
.bottom-content {
    margin-top: -40px;
}
.remove-padding-above {
    padding-top: 0px !important;
}
.layout-30-70 .row{
        align-items: flex-start !important;
}
.layout-30-70 .right-img-part  {
    width: 62% !important;
}
.layout-30-70 .left-content-part{
    width: 38% !important; 
        padding-top: 10px;
}
.layout-70-30 .left-content-part {
    width: 70%;
}
.layout-70-30 .right-img-part {
    width: 30%;
}
.layout-70-30 .row {
    gap: 20px !important;
}
section.faqs-section h2 {
    color: #575757;
    padding-bottom: 20px;
}
.faq-space-bottom {
        margin-top: 20px;
    margin-bottom: 70px;
}
.key-info-inner-part {
    background-color: #E9C46A;
    box-shadow: 0px 0px 65px 0px #0000001A;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
      align-items: center;
}
.btn-heading {
    display: flex;
    gap: 20px;
    align-items: center;
}
.key-info-inner-part h3 {
    font-weight: 400;
}
a.order-now-btn {
    background-color: #333333;
    padding: 8px 25px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}
a.order-now-btn:hover {
    background-color: #006699;
}
.add-space-below {
    margin-bottom: 70px;
}
.all-pdf-part.count-1 .pdf-file {
  width: 100%;
}

.all-pdf-part.count-2 .pdf-file {
  width: 40%;
}

.all-pdf-part.count-3 .pdf-file {
  width: 32%;
}

.all-pdf-part.count-4 .pdf-file,
.all-pdf-part.count-5 .pdf-file,
.all-pdf-part.count-6 .pdf-file {
  width: 23.5%;
}
.all-pdf-part.count-2 {
    justify-content: center;
}
section.about-content-section h3 {
    color: #575757;
    font-weight: 400;
    padding-bottom: 20px;
        padding-top: 10px;
}
.reduce-gap .row {
    gap: 20px !important;
}
section.about-content-section.remove-padding-bottom h2 {
    padding-bottom: 20px;
}
.heading-for-left-tight-content {
    padding-bottom: 10px;
        color: #575757;
}
.left-right-content .left-content-part, .left-right-content .right-img-part{
    width: 50%;
}
.left-right-content.row {
    padding-bottom: 20px;
}
.left-content-part h4 {
    color: #575757;
    padding-bottom: 10px;
}
section.single-image-part img {
    width: 100%;
}
/*.ornage-part .row{
    gap: 40px !important;
}*/
.ornage-part .left-content-part {
    width: unset;
}
.ornage-part .right-img-part {
    width: -webkit-fill-available;
}
section.ornage-part {
    padding: 30px 0px;
}
.ornage-part p, .ornage-part h4 {
    margin: 0px;
    padding: 0px;
        width: max-content;
}
.heading-for-left-tight-content p {
    margin-bottom: 0px;
}
.bullet-single-line ul {
    display: flex;
    flex-flow: wrap;
    gap: 0px 40px;
    align-items: center;
}
section.short-summary ol {
    padding-top: 11px;
}
section.about-content-section.bullet-single-line h4 {
    padding-bottom: 15px;
    padding-top: 0px;
}
.pdf-file.pdf-with-content-part {
        padding-top: 11px;
    width: max-content;
}
.pdf-file.pdf-with-content-part a {
    flex-flow: row-reverse;
}
.table-colorful-heading {
    padding-bottom: 20px;
}
section.table-two-col.colorfull-three-col-table {
    padding: 50px 0px 70px 0px;
}
section.table-two-col.colorfull-three-col-table p {
    margin: 0px;
}
section.table-two-col.colorfull-three-col-table .container {
    max-width: 650px;
}
section.table-two-col.colorfull-three-col-table th{
    font-size: 18px;
}
section.table-two-col.colorfull-three-col-table th:first-child{
    border-radius: 5px 0px 0px 0px;
        border-left: unset;
}
section.table-two-col.colorfull-three-col-table th:last-child{
    border-radius: 0px 5px 0px 0px;
}
.inner-img-title {
    width: 32%;
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 13px;
}
.row.img-title {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.inner-img-title p {
    margin-bottom: 0px;
}
section.image-with-heading h2 {
    text-align: center;
    color: #575757;
    padding-bottom: 25px;
}
section.image-with-heading {
    padding: 50px 0px 70px 0px;
}
section.colorful-boxes-main.test-boxes-part.small-boxes-padding {
   padding: 50px 0px 70px 0px!important;
}
section.colorful-boxes-main.test-boxes-part .boxes-row {
 flex-flow: nowrap;
}
section.colorful-boxes-main.test-boxes-part {
    padding-top: 20px;
}
.test-boxes-part .post-title {
    text-align: center;
    }
.test-boxes-part.small-boxes-padding .post-title {
    text-align: left;
}
.test-boxes-part .boxes-row .post-item a {
    text-decoration: none;
}
.num-row-new:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    position: absolute;
    top: 27%;
    left: 0;
}
.num-row-new {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    padding: 40px 0px 60px 0px;
    position: relative;
    justify-content: space-between;
}
.process-section .test-dev-grp-new .bg-num {
    width: 65px;
    height: 65px;
    display: flex
;
    justify-content: center;
    z-index: 999;
    position: relative;
}
.num-title-details-new {
    width: 22%;
}
.num-row-new:first-child:before{
    top: 35%;
}
.num-row-new:nth-child(3)::before {
    top: 24%;
}
.num-row-new:after {
    content: "";
    width: 97%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    position: absolute;
    top: 93%;
    left: unset;
    right: 0;
}
/*.num-row-new .num-title-details-new:first-child:before{
    content: "";
    width: 6%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    position: absolute;
    top: 33%;
    left: unset;
    right: 0;
}*/
.num-row-new .num-title-details-new:first-child:before {
    content: "";
    width: 5.6%;
    height: 2%;
    border-top: 1px solid #D9D9D9;
    position: absolute;
    top: 3%;
    left: 0;
    transform: rotate(90deg);
}
.num-row-new:first-child .num-title-details-new:first-child:before {
    display: none;
}
/*.num-row-new .num-title-details-new:last-child:after {
    content: "";
    width: 5.6%;
    height: 2%;
    border-top: 1px solid #D9D9D9;
    position: absolute;
    top: 3%;
    left: 0;
    transform: rotate(90deg);
}*/
.num-row-new .num-title-details-new:last-child:after {
    height: 58%;
    content: "";
    width: 1px;
    border-right: 1px solid #D9D9D9;
    position: absolute;
    top: 35%;
    right: 0;
}
.num-row-new:nth-child(2) .num-title-details-new:last-child:after {
      content: "";
    height: 66%;
    width: 1px;
    border-right: 1px solid #D9D9D9;
    position: absolute;
    top: 27%;
    right: 0;
}
.num-row-new:nth-child(3) .num-title-details-new:last-child:after {
  content: "";
    height: 69%;
    width: 1px;
    border-right: 1px solid #D9D9D9;
    position: absolute;
    top: 24%;
    right: 0;
}
.process-section .details-grp-points:last-of-type::before{
    display: none;
}
.num-row-new:last-child .num-title-details-new{
    width: 100% !important;
    text-align: center;
        padding-top: 70px;
}
.num-row-new:last-child .num-title-details-new .bg-num{
   margin: 0 auto;
}
.num-row-new:last-child:after{
    display: none;
}
.num-row-new:last-child:before {
    width: 97%;
    top: 15%;
    left: unset;
    right: 0;
}
.num-row-new:last-child .num-title-details-new:last-child:after {
    height: 32%;
    top: 15%;
    right: 50%;
}
.process-section .details-grp-points {
    padding-top: 10px;
}
section.colorful-map-number.ordring-online-part.process-section {
    padding-top: 0px;
}
section.colorful-boxes-main.test-boxes-part.support-box-section .boxes-row {
    flex-flow: wrap;
    justify-content: flex-start;
}
section.colorful-boxes-main.test-boxes-part.support-box-section .boxes-row .post-item {
    justify-content: center;
    display: flex;
    align-items: center;
}
section.location-section.conact-directory-part.support-contact {
    background-color: rgba(233, 196, 106, 0.29);
        padding: 60px 0px 80px 0px;
}
section.location-section.conact-directory-part.support-contact h2 {
    text-align: center;
}
h4.h4-bold {
    font-weight: 700;
    color: #575757;
}
.title-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.support-contact .address-location.contact-detail {
    border-radius: 10px;
    box-shadow: 0px 4px 20px 5px #0000001A;
}
 .support-contact .address-location.contact-detail:first-child .phone-email-part em{
    padding-left: 10px;
    font-style: normal;
}
 .support-contact .address-location.contact-detail:first-child .phone-email-part p {
    display: flex;
    flex-flow: row;
        padding-bottom: 15px;
}
 .support-contact .address-location.contact-detail:first-child .phone-email-part p img {
    width: 40px;
    margin-right: 10px;
}
section.multiple-table-part {
    padding: 50px 0px 60px 0px;
}
.multiple-tables-inner-part {
    display: flex;
    flex-flow: wrap;
    gap: 30px 15px;
        align-items: flex-start;
}
.multiple-tables-inner-part table.custom-table {
    width: 49%;
    margin: inherit;
   border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px !important;
    overflow: hidden;
}
.multiple-tables-inner-part table.custom-table td, table.custom-table.ongoing-table-data td {
    padding: 15px;
}
.multiple-tables-inner-part table.custom-table td p, table.custom-table.ongoing-table-data td p{
    margin: 0px;
}
.multiple-tables-inner-part table.custom-table th, table.custom-table.ongoing-table-data th {
    padding: 10px 15px;
}
.multiple-tables-inner-part.single-table-part table.custom-table {
    width: 100%;
}
/*.page-id-778 main#primary section.multiple-table-part:nth-of-type(2) {
    padding-bottom: 0px !important;
}*/
.ongoing-table-data th{
background-color: unset !important;
}
table.custom-table.ongoing-table-data:first-child {
    border-radius: 5px 5px 0px 0px !important;
}
table.custom-table.ongoing-table-data:last-child {
    border-radius: 0px 0px 5px 5px !important;
    overflow: hidden;
}
.ongoing-part h2{
  color: #575757; 
}
.inner-img-title:hover {
    transform: scale(1.02);
}
.inner-img-title {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
h2.main-helading-left {
    text-align: left !important;
}
section.image-with-heading.multiple-images-name {
    background-color: rgba(1, 174, 240, 0.05);
}
.inner-img-title-multiple h4 {
    color: #000000;
    text-align: center;
    font-weight: 700;
    padding-top: 15px;
}
section.image-with-heading.multiple-images-name .row.img-title {
    margin-top: 20px;
}
/*.page-id-1106 .right-img-part img {
    width: 100%;
    }*/
.sub-left, .sub-right {
    background-color: #ffffff;
    box-shadow: 0px 0px 65px 0px #0000001A;
    border-radius: 5px;
    padding: 10px 20px;
}
.sub-row {
    display: flex;
    gap: 10px;
}
a.new-blue-btn {
    background-color: #006699;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 100px;
    display: block;
    max-width: max-content;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
}
a.new-blue-btn {
    background-color: #006699;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 100px;
    display: block;
    max-width: max-content;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    transition: transform 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}
a.new-blue-btn:hover{
    transform: scale(1.04);
    background-color: #ffffff;
    border: 1px solid #006699;
     color: #006699;
}
.row.publication-row.volumes-row .post-item{
    padding-bottom: 63px;
    max-width: 100%;
        width: 49%;
            border-radius: 5px 5px 0px 0px;
                border-bottom: 2px solid #006699;
                align-items: flex-start;
 }
 .publication-row.volumes-row .post-item a.read-more-link{
    position: absolute;
    padding-top: 0px;
 }
.row.publication-row.volumes-row.first-page .post-item:first-child {
        width: 100%;
            background-color: rgba(1, 174, 240, 0.05);
 }
.row.publication-row.volumes-row {
    max-width: 1050px;
    margin: 0 auto;
}
.row.publication-row.volumes-row .post-item h4 {
    padding-bottom: 10px;
    font-weight: 700 !important;
}
.volumes-row .post-content p {
   /* text-transform: lowercase;*/
    margin: 0px;
}
.publication-row.volumes-row .post-title {
    padding: 0px;
}
.volume-content p {
    margin: 10px 0px;
}
section.ije-volume-single .container {
    max-width: 1100px;
}
section.ije-volume-single {
    padding: 50px 0px;
}
.volume-content a {
    background-color: #006699;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 20px 0px 40px 0px;
    display: inline-block;
    /* height: 66px; */
    font-size: 18px;
    transition: transform 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}
.postid-1537 .volume-content p:nth-of-type(2) a {
  background-color: unset;
  color: #006699 !important;
  padding: unset;
  border-radius: unset;
  margin: unset;
  display: inline-block;
  font-size: 18px;
}
/*.page-id-456 .post-item a.read-more-link {
    display: flex;
}*/
.volume-content a:hover {
    transform: scale(1.02);
    background-color: #ffffff;
    border: 1px solid #006699;
    color: #006699 !important;
}
.postid-1537 .volume-content p:nth-of-type(2) a:hover{
  background-color: unset;
  color: #006699 !important;
  border: unset !important;
  transform: unset !important;
}
.boxes-row .post-item {
    width: 32%;
}
.boxes-row {
    gap: 10px;
}
.mob-part-ordring {
    display: none;
}
section.about-content-section li > ul, section.about-content-section li > ol {
    margin-left: 12px;
}
.erc-board-meeting {
    background-color: rgba(1, 174, 240, 0.05);
}
.erc-board-meeting h2{
color: #575757;
    padding-bottom: 25px;
}
.erc-board-meeting {
    padding: 60px 0px 70px 0px;
}
.erc-board-meeting p {
    max-width: 100% !important;
    padding-bottom: 0px !important;
    padding-top: 40px !important;
}
.erc-board-meeting .pisa-heading {
    background-color: #D9D9D9;
}
.erc-board-meeting .pisa-heading a{
    color: #929292;
}
.erc-board-meeting .pisa-heading h4{
    color: #929292;
    font-weight: 700;
}
section.current-opening-part {
    background: rgba(1, 174, 240, 0.05);
        padding: 50px 0px 70px 0px;
    }
section.current-opening-part h2 {
    color: #575757;
    padding-bottom: 20px;
}
section.current-opening-part .row.publication-row.volumes-row .post-item h4 {
    font-size: 18px;
    line-height: 25px;
    }
section.current-opening-part .row.publication-row.volumes-row {
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}
.opening-details .post-item {
    padding-bottom: 0px !important;
    display: block;
    width: 100% !important;
}
.opening-details{
    background-color: unset !important;
}
section.apply-for-opening{
    background: rgba(1, 174, 240, 0.05);
          padding: 50px 0px 40px 0px;
    margin-bottom: 70px;
}
.apply-form {
    max-width: 850px;
    margin: 0 auto;
}
.wpcf7-list-item {
    margin: 0px;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    margin-top: 10px;
    margin-bottom: 10px;
}
.row.teams-row {
    display: flex;
    flex-flow: wrap;
    gap: 13px;
    }
.team-content {
    text-align: center;
    width: 24%;
}
section.teams-terms-part.erc-board-team .team-content {
    width: 19%;
}
section.teams-terms-part.erc-board-team .team-content img {
    height: 180px;
        border-radius: 100%;
     width: 180px;
    object-fit: cover;
}
.space-above-below {
    padding: 50px 0px;
}
.team-content img {
   height: 200px;
    border-radius: 100%;
    width: 200px;
    object-fit: cover;
}
.team-content h4 {
    color: #000000;
    font-weight: 700;
}
p.designation-text {
    font-size: 16px;
    color: #9E9E9E;
    margin: 0px;
    padding-top: 5px;
}
section.teams-terms-part h2 {
    color: #575757;
    padding-bottom: 25px;
}
section.teams-terms-part {
    margin-bottom: 70px;
}
.parent-pageid-181 section.colorful-boxes-main.test-boxes-part.small-boxes-padding h4 {
    text-align: center;
    padding: 10px 0px;
}
.team-popup {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:1000;
    padding: 20px; 
}

.team-popup-inner {
    background:#fff;
    padding:20px;
    max-width:1000px;
    width:100%;
    max-height:90vh; /* maximum height of popup */
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* hide anything outside inner */
}

.team-popup-close {
 /*   position:absolute;
    top:10px;
    right:20px;
    font-size:26px;
    cursor:pointer;
    z-index:10;*/
        position: absolute;
    top: -5px;
    right: 40px;
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
}

.team-popup-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-height: calc(90vh - 50px); 
    overflow-y: auto;
}

.team-popup-image {
    flex: 1 1 20%;
    padding-right: 20px;
}

.team-popup-image img {
        border-radius: 100%;
    width:100%;
    height:auto;
}

.team-popup-text {
    flex: 1 1 80%;
}

.team-popup-text h4 {
    margin-top: 0;
    color: #006699;
    font-weight: 700;
}

.team-popup-text .designation-text {
    font-weight: 400;
    margin-bottom: 10px;
    font-style: italic;
    color: #929292;
    font-size: 20px;
}

.team-popup-text .team-popup-content {
    line-height: 1.5;
}
.team-popup-content-wrapper {
    overflow-y: auto;
    padding-right: 10px; /* so content doesn’t overlap scrollbar */
    scrollbar-width: thin;           /* Firefox */
    scrollbar-color: #006699 #e0e0e0; /* Firefox thumb & track */
}

/* Chrome, Edge, Safari */
.team-popup-content-wrapper::-webkit-scrollbar {
    margin-top: 20px;
    width: 5px;
}

.team-popup-content-wrapper::-webkit-scrollbar-track {
    background: #e0e0e0; /* track color */
    border-radius: 10px;
}

.team-popup-content-wrapper::-webkit-scrollbar-thumb {
    background-color: #006699; /* scrollbar color */
    border-radius: 10px;
    border: 2px solid #e0e0e0; /* space around thumb */
}

.team-popup-content-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #004466;
}
.accordion-header p {
    font-weight: 700;
    margin: 0px;
}
.menu-social-part .lang-switcher::before {
    content: "|";
    margin-left: 10px;
    color: #009BD7;
    font-size: 25px;
    margin-top: -4px;
}
.language-switcher select {
    border: unset;
    background-color: unset;
    color: #fff;
}
.lang-switcher {
    display: flex
;
    align-items: center;
    padding-left: 2px;
}
.language-switcher {
    padding-left: 5px;
}
.language-switcher select option {
    color: #575757 !important;
}
.menu-lang-switcher {
    display: flex
;
    align-items: center;
    gap: 10px;
}
/*.single-main-part .post-content {
    border-top: 1px solid #D9D9D9;
}*/
.mobile-header{
    display: none;
}
 /* Mobile navigation */
    .button-toggle span:not(:first-child) {display: none;}
    .drawer .menu-item-has-children .toggle-sub {border: none;position: absolute;top: 0;right: 0;width: 40px;padding: 7px 0;line-height: 1.4;text-align: center;z-index: 75;display: block;
        font-size: 20px;color: #fff;cursor: pointer;background: transparent;border-radius: 0;}
        .drawer .menu-item-has-children .toggle-sub:hover {box-shadow: none;color: #fff;}
        .drawer .drawer-navigation .drop-open ul.drop-active {display: block;}
        .button-toggle{background: #333;color: #fff;cursor: pointer;padding: 4px 8px 4px 8px; height: 36px; border-radius: 7px;font-weight: 600;font-size: 20px;line-height: calc(32/20);text-decoration: none;border: none;}
        .menu-toggle div{width: 20px;height: 2px;background-color: #fff;margin: 6px auto;transition: all 0.3s;backface-visibility: hidden;}
        .menu-toggle.active .bar_one {transform: rotate(45deg) translate(5px, 4px);}
        .menu-toggle.active .bar_two{opacity: 0;}
        .menu-toggle.active .bar_three{transform: rotate(-45deg) translate(7px, -6px);}
        .close-menu > div{width: 24px;height: 2px;background-color: #fff;margin: 0px auto;transition: all 0.3s;backface-visibility: hidden;}
        .close-menu .bar_one {transform: rotate(45deg) translate(6px, 5px);}
        .close-menu .bar_two{transform: rotate(-45deg) translate(-4px, 4px);}

        .drawer-wrap {position: relative;}
        .drawer {position: fixed;z-index: 123;top: 0px;right: -400px;bottom: 0px;width: 100%;overflow: hidden;overflow-y: auto;height: 100vh;max-width: 400px;background: #fff;transition: .7s ease all;padding: 20px;}
       .drawer.active {
    right: 0;
    z-index: 999;
}
        .drawer-menu-explore {background: #333;padding: 25px;}
        .drawer-head .custom-logo-link img {max-width: 272px;}
        .drawer-menu-explore .container {padding: 0;}
        .admin-bar .drawer-open .drawer {margin-top: 35px;}
        .drawer .drawer-navigation {width: 100%;max-width: 100%;z-index: 40;position: relative;}
        .drawer .drawer-navigation {display: inline-block;margin-top: 45px;border-top: 1px solid #C1D4DD;padding-top: 0px;}
        .drawer .drawer-navigation .menu {margin: 0;}
        .drawer .drawer-navigation ul {margin: 0;padding: 0;}
        .drawer .drawer-navigation ul li {width: 100%;padding: 10px 0px; list-style-type: none;transition: none;position: relative;z-index: 50;border-top: none !important;border-bottom: 1px solid #C1D4DD;}
        .drawer .drawer-navigation ul li:hover {border-top: none;}
        .drawer .drawer-navigation ul li a {display: block;font-weight: 400; padding:0;margin-top: 0;margin-bottom: 0;margin-left: 0;border-bottom: none;position: relative;transition: none;text-decoration: none;color: #fff !important;font-size: 16px;}
        .drawer .drawer-navigation ul li.current-menu-item > a{color: #fff;}
        .drawer .drawer-navigation ul li ul.sub-menu .current-menu-item > a{color: #fff;}
        .drawer .drawer-navigation a {color: #000000;padding-left: 0;line-height: 1.4;}
        .drawer .drawer-navigation a:hover {color: var(--bule-color);}
        .drawer .drawer-navigation .sub-menu,
        .drawer .drawer-navigation .children {display: none;position: relative;width: 100%;left: 0;top: auto;margin: 0 0 0 15px;
           padding: 0 15px 0 0;border: none;background: transparent;box-shadow: none;}
           .drawer .drawer-navigation .sub-menu::before, 
           .drawer .drawer-navigation .children::before {display: none;}
           .drawer .drawer-navigation li ul a, 
           .drawer .drawer-navigation li ul li a {padding: 0px 0;}
           .drawer .drawer-navigation .sub-menu li:first-child {border-top: dotted 1px rgba(255, 255, 255, 0.2);}
           .mobile-navigation {display: none;}
           .close-menu {position: absolute;right: 20px;top: 20px;cursor: pointer;font-size: 24px;z-index: 123;color: #000000;}
           .drawer-foot {display: flex;align-items: center;gap: 30px;margin-top: 25px;}
           .drawer-foot img{display: block;}
          /* .drawer-foot .button {padding: 10px 30px;font-size: 14px;line-height: 20px; text-transform: uppercase;}*/
          .drawer-foot .button {
    padding: 8px 25px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
           .drawer .drawer-navigation ul li > ul.sub-menu > li:last-child{border-bottom: none;}

section.about-content-section .entry-content table {
    margin:0em;
    width: 100%; 
    border-collapse: separate;
    border-spacing: 15px 15px;
    margin-top: 20px;
}
section.about-content-section .entry-content table td p {
    margin: 0px !important;
}
section.about-content-section .entry-content h3 {
    font-weight: 700;
    }
section.about-content-section .entry-content h2 {
    color: #575757;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 10px;
        font-size: 22px;
    line-height: 28px;
}
section.about-content-section .entry-content a {
    word-break: break-all;
}
section.about-content-section .entry-content td a {
    word-break: keep-all;
}