.mapAds{
    width:100%;
    height:0;
    padding-bottom:25%;
    /* background: #000; */
    background-position: center center;
    background-size: cover;
    color:#fff;
    position: sticky;
    top: 65px;
    margin-top:0px;
    left:0;
    z-index: 5;
    margin-bottom: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .bg-image{
    transition: all 0.3s ease-in-out;
  }

  .full-frame:hover .bg-image{
    transform: scale(1.1);
  }
  

  .mapAds-small{
    margin-bottom:0;height: 0;padding-bottom: 100%; color:#000;text-align:left;align-content: start;/* flex-direction: column; */
    overflow: hidden;
  }

  .mapAds-small:hover h1{
    text-decoration: underline;
  }

  .mapAds-small:focus h1{
    text-decoration: underline;
  }
  
  .mapAds-small:hover span{
    text-decoration: underline;
  }

  .mapAds-small:focus span{
    text-decoration: underline;
  }
  
  .small-theme:hover{
    text-decoration: underline;
    color:#fff!important;
  }
  
  .small-theme:hover .small_theme h1{
      color:#fff;
      text-decoration:underline;
  }
  

.sectionname {
    background-color: #FFF;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    padding: 5px 5px 10px 5px;
    position: sticky;
    width: fit-content;
    right: 10px;
    top: 5px;
    z-index: 2;
    margin: 0;
}

.theme .sectionname{
    padding: 20px 5px 5px 5px;
    margin-bottom:10px;
}

.theme{
    margin-bottom:10px;
    margin-top:-28px;
}

.newsbtn{
    position:sticky;
    bottom:0px;
    font-size: 1.8rem;
    background: #e5ecea;
    color:#000;
    text-align: right;
    padding-left:5px;
    padding-right:45px;
    padding-top:0px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.synmbtn{
    padding:10px;
}


.wrapper {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 15.9%);
    grid-template-rows: repeat(1,100%);
    justify-content: center;
    align-content: end;
}

.wrapper-two {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 49.5%);
    grid-template-rows: repeat(1,100%);
    justify-content: center;
    align-content: end;
}

.wrapper-two-small-style {
    margin: 0 0 20px 0;
    width: 100%;
    /*height: auto;*/
    /*display: grid;*/
    /*grid-gap: 10px;*/
    /*grid-template-columns: repeat(5, 19.5%);*/
    /*grid-template-rows: repeat(1,100%);*/
    /*justify-content: center;*/
    /*align-content: end;*/
    
    display: flex!important;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.wrapper-two-small-1 {
    flex-grow:0;
    flex-shrink:1;
    width:20%;
}

.wrapper-two-small-2 {
    flex-grow:1;
    flex-shrink:1;
    display:grid;
    grid-template-columns: repeat(4, 24%);
    grid-template-rows: repeat(1,100%);
    grid-gap: 10px;
    width:80%;
}

.ts-banner{
    height:115px;
    display:block;flex-direction: row;align-content: flex-end;align-items: flex-end;justify-content: center;
}

.wrapper-three {
    margin: 0 0 20px 0;
    width: 100%;
    height: 650px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(9, 10.35%);
    grid-template-rows: repeat(1,650px);
    justify-content: center;
    align-content: end;
}

.box {
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    /* padding: 10px; */
}

.box-two {
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    /* padding: 10px; */
}

.box-three {
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    /* padding: 10px; */
}



.item1{
    grid-column: 1 / 4;
    grid-row: 1 / 1;
    height:780px;
    position:relative;
}

.item-two1{
    grid-column: 1 / 2;
    grid-row: 1 / 1;
    height:650px;
}

.item-three1{
    grid-column: 1 / 6;
    grid-row: 1 / 1;
}

.item-three2{
    grid-column: 6 / 10;
    grid-row: 1 / 1;
}

.comp-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.item2{
    grid-column: 4 / 6;
    grid-row: 1 / 1;
    height:700px;
    position:relative;
}

.item3{
    display:block;
}

.newslist{
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    height:100%;
    overflow-y: scroll;
    position:relative;
}

.newslist::-webkit-scrollbar{
    display: none;
}



.item-two2{
    /* overflow-y:scroll; */
    height:auto;
    margin-top:20px;
}

.item-two2::-webkit-scrollbar {
    display: none;
}

.grid-scroll{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.grid-small-style{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

/* home component */
.first-section{
    height:auto;
}
.home-component{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top:30px;
    padding-bottom:60px;

}



.home-component2{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top:30px;
    padding-bottom:60px;

}

.home-component:nth-child(even) {background: #ffffff}
.home-component:nth-child(odd) {background: #e5ecea}

.home-component2:nth-child(odd) {background: #ffffff}
.home-component2:nth-child(even) {background: #e5ecea}
/* end home component */

/* inner sections */
.row-height {
    height: 600px!important;
    overflow-y: hidden;
    column-gap: 0!important;
}


.row-height-news {
    height: auto;
    width:100%;
    margin:0 auto!important;
    overflow: hidden;
    position:relative;
    display: block!important;
    /* left:0; */
}

#move_divs {
    height: auto;
    width:100%;
    margin:0 auto!important;
    overflow: scroll;
    position:relative;
    /* left:0; */
}

.row-height-funding {
    height: auto;
    overflow-y: hidden;
    position:relative;
}

.bg-image-news{
    width:100%;
    height:0;
    padding-top:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-image{
    width:100%;
    height:0;
    padding-top:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-image-2{
    width:100%;
    height:0;
    padding-top:70%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}

.info2-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}

/* carousel slider */
.slider {
    display: flex;
}

.slick-track {
    will-change: transform;
}

.TransformX{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:50px!important;
    transition: 0.3s ease-in-out;
    
}

.TransformX0{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:-25px!important;
    transition: 0.3s ease-in-out;
    
}

.TransformX2{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:-25px!important;
    transition: 0.3s ease-in-out;
    
}

.slick-list {
    overflow: hidden;
    will-change: transform;
}

.slick-slide {
    opacity: .4;
    padding: 0px;
    margin-right: 10px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease-in-out;
}

.slick-slide.slick-active{
    opacity: 1;
}

.slick-slide.slick-current{
    opacity:1;
}

.slick-slide img {
    height: 100vh;
    max-height: 80vh;
    width: 400px;
    margin: 0 auto;
    object-fit: cover;
}

.slider:hover a{
    text-decoration: none!important;
    --tw-shadow: inset 0 -0em 0 0 transtparent; 
    --tw-shadow-colored: inset 0 -0em 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slider [type="button"].slick-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius:50%;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    /*background-color: lightgray;*/
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.slider [type="button"].slick-next {
    position: absolute;
    top: 50%;
    left: calc(100% - 55px);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius:50%;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    /*background-color: lightgray;*/
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.slider [type="button"].slick-disabled {
    opacity:0;
}

.slick-next {
    left: 82px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLXJpZ2h0PC90aXRsZT48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTUuNzA2IDExLjI5NGwtNi02Yy0wLjM4Ny0wLjM4Ny0xLjAyNS0wLjM4Ny0xLjQxMyAwcy0wLjM4NyAxLjAyNSAwIDEuNDEzbDUuMjk0IDUuMjk0LTUuMjk0IDUuMjk0Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzIDAuMTk0IDAuMTk0IDAuNDUgMC4yOTQgMC43MDYgMC4yOTRzMC41MTMtMC4xIDAuNzA2LTAuMjk0bDYtNmMwLjM5NC0wLjM4NyAwLjM5NC0xLjAyNSAwLTEuNDEzeiI+PC9wYXRoPjwvc3ZnPg==);
    background-blend-mode: difference;
}

.slick-prev {
    left: 10px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLWxlZnQ8L3RpdGxlPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMC40MTMgMTJsNS4yOTQtNS4yOTRjMC4zODctMC4zODcgMC4zODctMS4wMjUgMC0xLjQxM3MtMS4wMjUtMC4zODctMS40MTMgMGwtNiA2Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzbDYgNmMwLjE5NCAwLjE5NCAwLjQ1IDAuMjk0IDAuNzA2IDAuMjk0czAuNTEzLTAuMSAwLjcwNi0wLjI5NGMwLjM4Ny0wLjM4NyAwLjM4Ny0xLjAyNSAwLTEuNDEzbC01LjI5NC01LjI5NHoiPjwvcGF0aD48L3N2Zz4=);
    background-blend-mode: difference;
}

.horizontal-news{
    display:flex;
}

.horizontal-news .bg-image-slide{
    width:180px;
    height:180px;
    margin-right:10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-dots{
    /*position: absolute;*/
    /*top: -45px;*/
    /*right: 0px;*/
    /*text-align: center; */
    /*z-index:200;*/
    position: relative;
    top: -10px;
    right: 0px;
    text-align: center;
    z-index: 200;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 42px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 1;
    color: #fff;
}

li.slick-active button:before {
    content: '•';
    font-size: 42px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 1;
    color: aquamarine;
}
/* end carousel slider */

.bg-banner{
    width:100%;
    height:auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-inside{
    position:relative;
    bottom: 0;
    left:0;
    right:15px;
    height:fit-content;
    z-index: 2;
    padding:15px;
    color:#fff!important;
    background: linear-gradient(360deg, black, transparent);
}

.info-inside-theme{
    position:relative;
    bottom: 0;
    left:0;
    right:0;
    z-index: 2;
    padding:15px 0;
    color:#000!important;
    /* background: linear-gradient(360deg, black, transparent); */
}

.info {
    margin-top: 0px;
    /* padding: 0 30px 0 0px; */
    padding: 5px 10px;
}

.info p{
    margin-top:0px;
}

.info2{
    z-index:2;width:100%;background:transparent; color:#000!important;
    margin-top:0px;
    /* padding: 0 30px 0 0px; */
    /*padding:15px;*/

}

.info2-2{
    height:fit-content;
    z-index:2;width:100%;background:transparent; color:#fff!important; position:absolute; bottom:10px;
    padding-left:10px;
    /* padding: 0 30px 0 0px; */
    /*padding:15px;*/

}

.info2-2 h1{
    line-height:2.3rem;
}

.info2 p{
    margin-top:0px;
}

.dflex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.white-b{
    background:#fff;
}

.green-b{
    background: #e5ecea;
}

.info-news{
    margin-top:0px;
    /*padding: 15px 30px 10px 10px;*/
    padding:5px 20px 5px 10px;
    background:#fff;
}

.home-news{
    line-height:16px!important;
    font-weight:500;
}

.info-news h5{
    font-size:16px;
}

.info-news p{
    text-align:left;
    font-size:14px;
}

.info p{
    text-align: left;
}

.col-height {
    position: relative;
    height: 100%;
    margin:0px 0px 0px 0px!important;
    padding:0!important;
}



.half-height {
    height: 300px;
    margin:0;
    padding:0;
    overflow-y: hidden;
}

.mhc:first-child{
    margin-bottom:10px;
}

.priority{
    column-gap: 15px;
}

.priority-col{
    max-width: calc((100% / 6) - 15px)!important;
}
.bg-halfimage{
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-halfimage-theme{
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-content: center;
    margin: 0px;
}

.grid-item {
    background-color: #f0f0f0;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    height:700px;
}

.TwoDivsRightScroll{
    width:100%;
    display: flex;
    height:700px;
}


.TwoDivsRightScroll_left{
    width: 50%;
    position: sticky;
    top: 0;
    z-index: 1;
}

.TwoDivsRightScroll_right{
    width: 50%;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    margin-left:15px;
    
}

.TwoDivsRightScroll_right::-webkit-scrollbar {
    display: none;
}

.full-image-container {
    width: 100%;
    height: 80%; /* You can adjust the height as per your requirement */
    padding-top:80%;
    background-size: cover;
    background-position: center;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0px;
}

.list-grid {
    width: 100%;
    height: auto; /* You can adjust the height of each image */
    
}

.tooltipContainer{
    outline:none!important;
    border-radius:0;
}

.bg-img-grid{
    width: 100%;
    min-height: 50%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* end inner sections */

/* List style articles */
.filter-tool{
    display:flex;align-items:center; column-gap:30px;
}
.list-item {
    display: flex;
    flex-basis: 100%; /* Two items per row, change to 33.33% for three items per row, and so on */
    padding: 10px;
    box-sizing: border-box;
    width:90%;
    padding:0;
    margin:0;
    margin-top:30px;
}

.list-item3 {
    display: flex;
    flex-basis: 100%; /* Two items per row, change to 33.33% for three items per row, and so on */
    padding: 10px;
    box-sizing: border-box;
    width:100%;
    padding:0;
    margin:0;
    margin-top:30px;
}

.thumbnail {
    flex: 0 0 150px;
    margin-right: 10px;
    height:150px;
    width:150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.thumbnail img {
    max-width: 100%;
    height: auto;
}

.details {
    flex: 1;
    position:relative;
}

.details h5{
    font-size:1.2rem;
}

.details p{
    font-size: 1rem;
}

.list-item3 .details .tags{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    row-gap: 5px;
}

.tags{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    row-gap: 5px;
}

/*.tags-filter {*/
/*    display: inline-grid;*/
/*}*/

/* .tags-filter{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    row-gap: 5px;
    column-gap: 10px;
}

.tags-filter input[type=checkbox]{
    float:right;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
}
.tags-filter input[type='checkbox']:checked:before{
    content:'\2713'; background:blue; width:100%; height:100%; top:0;
   left:0;
    display:flex; align-items:center; justify-content:center; color:white; font-weight:bold; } */

.tags .tag{
    color:#f0f0f0;
    background-color: #000;
    padding:3px;
    margin-right: 5px;
    font-size:12px;
}

.tag a{
    color:inherit;
    text-decoration: none;
}

.details .tags{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    row-gap: 5px;
    font-size: 0.8rem;
}

.details .tags a, .details .tags a:hover{
    color:#f0f0f0;
    background-color: #000;
    padding:3px;
    margin-right: 5px;
    font-size:12px;
}

.tag a, .tag a:hover{
    color:#fff;
}
/* end list style article */

/* pagination */
#paginationContainer{
    width:100%;
}

.pagination{
    margin: 20px auto;
    width: fit-content;
}

.pagination .current{
    padding: 4px 10px; 
    color: #000;
    /*color:#0d6efd;*/
    font-weight:900;
    font-size:15px;
    line-height: 25px;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    /*background-color: #FFF;*/
    /*border: 1px solid #0d6efd;*/
    background-color: transparent;
    /*border: 1px solid transparent;*/
    border: none;
}

.pagination .page-numbers{
    padding: 4px 10px; 
    /*color:#FFF;*/
    color: #000;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    /*background-color: #0d6efd;*/
    /*border: 1px solid #0d6efd;*/
    background-color: transparent;
    border: none;
}


/* owl carousel */
.owl-nav {
    /* top: calc(25% - 30px); */
    top: 0;
    left: -3%;
    width: 105.9%;
    height: 0;
    /* margin: 0 auto; */
    padding: 0 42px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
    z-index: 12!important;
    position: absolute;
}
.owl-prev{
    height: 332px;
    width: 50px;
    margin-left: -10px;
}

.owl-next{
    height: 332px;
    width: 50px;
    margin-right: -10px;
}
.owl-carousel .owl-stage-outer {
    z-index:11;
}

/* .owl-nav{
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
    z-index: 200!important;
    position: absolute;
} */

button{
    border:0;
    border-radius:0;
}

button.owl-prev, button.owl-next{
    background: rgba(255,255,255,0.4)!important;
    border:none!important;
    border-radius: 0!important;
    opacity:0;
    transition: all .3s ease;
}

button.owl-prev:active, button.owl-next:active{
    background: rgba(255,255,255,0.4)!important;
    border:none!important;
    border-radius: 0!important;
}

button.owl-prev:focus, button.owl-next:focus{
    background: rgba(255,255,255,0.4)!important;
    border:none!important;
    border-radius: 0!important;
}

button.owl-prev:hover, button.owl-next:hover{
    background: rgba(255,255,255,0.4)!important;
    border:none!important;
    border-radius: 0!important;
    opacity:1;
    transition: all .3s ease;
    outline: none;
}



.fa-angle-left, .fa-angle-right{
    font-size:60px!important;
    color:#000;
    padding: 0 5px;
}

.note-float-left{
    margin-right:15px;
}

.note-float-right{
    margin-left:15px;
}

.article{
    font-size:1.2rem;
}

.article span[style="font-size: 0.875rem;"] {
    font-size: inherit !important;
}

.article b {
    font-size: inherit !important;
}

.article a {
    font-size: inherit !important;
}

.article img{
    display: block;
    max-width:100%;
    clear: both;
}

.article p{
    font-size:1.2rem;
}

.article p b{
    font-size:1.2rem;
}

.article ul {
    font-size: 1.2rem;
    list-style:none;
}

.article h5{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.owl-carousel .owl-item.active{
    opacity:1;
    
}


.owl-carousel .owl-item{
    opacity:1;
    transition: all 0.3s;
    
}




.owl-carousel .owl-item.active .item {
  width: 100%; /* Make the active item wider */
}

.owl-carousel .owl-item.active + .owl-item .item,
.owl-carousel .owl-item .item + .owl-item.active .item {
  width: 90%; /* Show 10% width of previous and next items */
}

/* zoom in out */
/* Define a base style for links */
.zoom-link {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.3s ease; /* Add a smooth transition for the transform property */
}

/* Define the hover animation */
.zoom-link:hover {
    transform: scale(1.1); /* Zoom in by 10% on hover */
}


/* opencall design */
.opencall{
    background:#FFA500!important;
    border:6px solid #FFA500;
    color:#fff!important;
}

.notopencall{
    background:#fff!important;
    border:0px solid #fff;
    color:#000!important;
}

.notopencall .info-news{
    padding-left:15px!important;
}

.opencall_tag{
    background: #FFA500;
    color:#fff;
    padding: 5px;
    position:absolute;
    top:5px;
    left:5px;
}

.open-call .info-news{
    padding-left:15px!important;
}

.grid-container2{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    justify-content: center;
    margin: 0px;
    padding:0;
}

.grid-item2{
    height:300px;
    /*width:215px!important;*/
    width:auto;
}

.synm-flex{
    display:flex;
    flex-direction: row;
    align-items: flex-end;
    align-content: flex-end;
    position:absolute;
    height:90%;
    width:100%;
}

.synm-info{
    width:70%;
    padding-left:5px;
}

/* .synm-tag{
    width: 30%;
    position: relative;
    bottom: 10px;
    margin-top: -30px;
    padding-left: 5px;
} */

.synm-tag {
    width: fit-content;
    position: absolute;
    background: aquamarine;
    top: 10px;
    padding: 3px 10px;
    border-radius: 5px;
    /* margin-top: -30px; */
    /* padding-left: 35px; */
    transition: all 0.3s ease-in-out;
}

.synm-tag span {
    opacity:1;
    transition: all 0.3s ease-in-out;
}

.funding1{
    width:100%; 
    height:0;
    padding-bottom:100%; 
    border-radius:50%;  
    background-size:100%; 
    background-position:center center; 
    position:relative;
    margin:0 auto;
    transition: all 0.3s ease-in-out;
}

.subtitle{
    opacity:0;
    transition: all 0.3s ease-in-out;
}

p.subtitle{
    line-height: 16px;
}

.grid-item2:hover .funding1{
    width:70%; 
    height:0;
    padding-bottom:70%; 
    border-radius:50%;  
    background-size: 200%;  
    background-position:center center; 
    margin:0 auto;
    transition: all 0.3s ease-in-out;
}

.grid-item2:hover .subtitle{
    opacity: 1;
}
.grid-item2:hover .synm-tag span{
    opacity:0;
    overflow:hidden;
    width:20px;
}
.grid-item2:hover .synm-tag{
    width: 20px;
    height: 20px;
    position: absolute;
    white-space:wrape;
    background: aquamarine;
    top: 10px;
    left:20px;
    border-radius: 50%;
    /* margin-top: -30px; */
    /* padding-left: 35px; */
}
.synm-info h5{
    font-size:16px;
}

.synm-tool{
    text-align: right;
    font-weight:bold;
    color:000;
    padding-right:0;
    padding-top:15px;    

}

.synm-tool-link{
    color:#000;
    white-space:nowrap;
    margin-right:5px;
    margin-top:-20px!important;
}

.minus10{
    margin-top:-10px;
}

.lessbottompad{
    padding-bottom:10px!important;
}

.marginless{
    background:none!important;
    color:#fff!important;
    /* margin-top: -16px;
    margin-bottom: 16px; */
}

span{
    font-size:12px;
    line-height: 12px;
}



@media only screen and (max-width:768px){
    

    .wrapper {
        display:block;
        width:100%;
        height:100%;
    }
    
    .item1{
        display: block;
        width:100%;
        height:fit-content;
        
    }
    .item2{
        display: block;
        width:100%;
        
    }

    .item3{
        display:block;
    }
    .newsbtn{
        display:none!important;
    }
    
    .newslist {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        /* grid-template-columns: repeat(2, 1fr)!important; */
        grid-gap: 5px;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: row;
        /* align-content: flex-start; */
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 1px;
    }

    .bg-image-news {
        /*width: 50vw;*/
        width:auto;
        height: 0;
        padding-top: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrapper-two {
        display:block;
        width:100%;
        height:100%;
    }

    .wrapper-two-small-style {
        /*display:block;*/
        /*width:100%;*/
        /*height:100%;*/
        padding:15px;
        
        margin: 0 0 10px 10px;
        width: 96%;
        overflow-x:scroll;
        /*height: auto;*/
        /*display: grid;*/
        /*grid-gap: 10px;*/
        /*grid-template-columns: repeat(5, 19.5%);*/
        /*grid-template-rows: repeat(1,100%);*/
        /*justify-content: center;*/
        /*align-content: end;*/
        
        display: flex!important;
        gap: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .wrapper-two-small-1 {
        flex-grow: 0;
        flex-shrink: 1;
        width: 40%;
        padding:0;
    
    }
    
    .wrapper-two-small-2 {
        flex-grow: 1;
        flex-shrink: 1;
        display: grid;
        grid-template-columns: repeat(4, 65%);
        grid-template-rows: repeat(1, 100%);
        grid-gap: 10px;
        width: 60%;
        /*overflow-x:scroll;*/
    
    }
    
    .mapAds-small h1{
        font-size: 1.8rem;
    }
    
    
    .item-two1{
        display: block;
        width:100%;
        height:fit-content;
    }
    .item-two2{
        display: grid;
        /* overflow-y: scroll; */
        width:100%;
        height:auto;
        /* max-height:350px; */
        overflow-x:hidden;
    }
    
    .bouncing-text {
        font-size:1.6rem;
        color:#fff;
        padding:5px;
    }

    .wrapper-three{
        display:block;
        width:100%;
        height:100%;
        margin-bottom:-60px;
    }

    .item-three1{
        display: block;
        width:100%;
        height:fit-content;
    }
    .item-three2{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width:100%;
        grid-gap:10px;
        padding-left:10px;
        padding-right:10px;
    }
    
    .grid-scroll{
        grid-template-columns: repeat(2,1fr);
    }

    .list-grid {
        width: 47vw;
        height: 50%; /* You can adjust the height of each image */
        
    }

    .first-section{
        height:auto;
    }

    .info2{
        z-index:2;width:100%;background:transparent; color:#000!important;
        margin-top:15px;
        /* padding: 0 30px 0 0px; */
        padding:15px;
    
    }
    
    .info2 p{
        margin-top:10px;
    }
    
    .info2-grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .info{
        margin-top: 5px;
        /* padding: 0 30px 0 0px; */
        padding: 5px;
    }
    
    .info p{
        margin-top:10px;
    }

    .mobilehide{
        display:none!important;
    }

    .half-height{
        height:auto;
    }

    .navbar-dark{
        display:none!important;
    }

    

    .info-inside-theme{
        padding-left:10px;
    }

    .filter-tool{
        display:block;
    }

    .list-item, .list-item3{
        display: block;
        width:100%;
    }

    .details{
        height:auto;
        position:relative;
        padding-top:10px;
    }

    .details .tags{
        display:flex;
        position:relative;
    }

    .thumbnail {
        flex: 0 0 150px;
        margin-right: 10px;
        height: 1;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 100%;
    }
    
    .home-component{
        padding-left:10px;
        padding-right:10px;
    }

    .main-component{
        padding-bottom:0px!important;
    }

    .grid-container2{
        width:100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        justify-content: center;
        margin: 0px;
        overflow-x:hidden;
    }

    .lessbottompad{
        height:480px;
    }

    .second-section .marginless{
        line-height:50px;
    }

    .grid-item2{
        width:auto!important;
        height:auto!important;
    }

    .grid-item2:hover .synm-tag {
        left:5px;
    }

    

    .synm-info{
        width:95%;
    }

    .synm-info h5{
        font-weight:400!important;
        font-family: 'n27regular', sans-serif;
        line-height: 14px;
        font-size:14px;
    }

    .my_div{
        width:40vw!important;
        height:fit-content;
        margin:2px;
    }

    .info-news h5{
        font-weight:400!important;
        font-family: 'n27regular', sans-serif;
        line-height: 14px!important;
        font-size:14px;
    }

    .info-news {
        height: 80px;
        max-height: 80px;
        padding: 10px 5px 5px 5px;
        overflow: hidden;
    }

    .nopadm{
        padding-left:0!important;
        padding-right:0!important;
    }

    .autom{
        margin:0 auto;
    }
    
    .padm{
        padding-left:10px;
        padding-right:10px;
    }
    
    .main-component-article{
        height:0; padding-top:100%;
    }
    
    /* .owl-item{
        max-width:75vw;
    } */
    .owl-stage-outer{
        width:100vw;
    }
    
    .allmenuelements {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 100px;
        top: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        overflow-y: scroll;
    }

    .overlay_full nav {
        position: relative;
        height: 100%;
        top: 0px;
        /* transform: translateY(-50%); */
        font-size: 24px;
        font-family: "Vollkorn", serif;
        font-weight: 400;
        text-align: left;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        padding-right: 30px;
    }

    .searchdiv {
        width: 100%;
        position: relative;
        /* min-height: 125px; */
        /* margin-bottom: 100px; */
        left: 0;
        top: 0;
    }

    .contributediv {
        background-color: transparent;
        display: inline-block;
        opacity: 1;
        padding: 10px;
        position: relative;
        text-align: left;
        top: 20px;
        left: -10px;
        z-index: 10;
        overflow: visible;
        height: 900px;
        width: auto;
        padding-right: 50px;
    }

    .search_box {
        background-color: transparent;
        display: inline-block;
        opacity: 1;
        padding: 10px;
        position: relative;
        text-align: left;
        top: 0px;
        left: -10px;
        z-index: 10;
    }

    .emptydiv{
        width: 100%;
        position: relative;
        height: 400px;
        /* margin-bottom: 100px; */
        padding-left: 30px;
        top: 0!important;
        left:-10px;
    }

    .navmenu{
        top:0!important;
    }

    .search_box .search_input {
        min-width: 200px;
        width: 200px;
        left: 10px;
        top: 15px;
    }
    
    .search_box #search_option {
        min-width: 250px;
        width: 320px;
    }

    #archiveItems{
        display:grid;
        grid-template-columns: repeat(1,1fr)!important;
        grid-gap: 10px;
        margin-top:15px;
    }

    .overlay_full nav.overlay-menu-full-2 {
        margin-top:30px;
        top:0;
    }

    #contribute{
        left:0px;
    }

    .searchdivinner {
        position: relative;
        top: 0px!important;
        height: auto!important;
        overflow-y: visible;
    }

    .sidelabel{
        display: inline-flex;
        white-space: pre-wrap;
        vertical-align: middle;
        line-height: normal;
        width: calc(100% - 20px);
        font-size: 0.9rem;
        align-content: center;
        align-items: center;
        margin-bottom: 0;
        color: #FFF;
        transition: color 0.2s ease-in-out;
    }

    .theme .sectionname {
        margin-left: -10px;
        margin-top:2px;
    }

    .mapAds {
        width: 100%;
        height: 0;
        padding-bottom: 25%;
        background: #000;
        background-size:cover;
        color: #fff;
        position: relative;
        top: 0px;
        left: 0;
        z-index: 5;
        margin-bottom: 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    
}


/* scrolling news  */
#hold_divs {
    display: flex; 
    /* white-space: nowrap; */
    overflow:initial;
    /* overflow-y: hidden; */
    width:1140px;
    margin:0 auto;
    height:fit-content;
    /* max-height: 350px; */
    padding-bottom:50px;
    position: relative;
}

#hold_divs::-webkit-scrollbar{
    display: none;
}

.my_div{
    width:calc((1140px/5) - 4px)!important;
    height:fit-content;
    margin:2px;
}

#icon_right {
    right: 0;
    top:0; 
    cursor: pointer;  
    /* margin-top: -200px;  */
    position: absolute; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    align-content: center;
    align-items: center;
}
#icon_left {
    left: 0;
    top:0; 
    cursor: pointer;  
    /* margin-top: -200px;  */
    position: absolute; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    align-content: center;
    align-items: center;
}
/* .transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    padding:5px;
    
}
.my_div {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    cursor: pointer; 
} */


/*menu*/
.menu-item.has-dropdown-two{
    /*margin-top:30px;*/
    cursor: pointer;
    font-weight:700;
}

.has-dropdown-two > .menu-link {
    display: block;
}
  
.has-dropdown-two.is-active > .nav-dropdown-two {
    display: block;
}
  
.nav-dropdown-two {
    display: none;
    opacity:0;
    position: relative;
}

.nav-dropdown-two.menu{
    display:none;
    opacity:0
}

.nav-dropdown-two.menu.is-visible{
    display: block;
    opacity: 1;
    height: fit-content;
    margin-left: 30px;
    margin-top:10px;
    /* flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; */
}


/* secondlevel dorpdown */
.menu-item.has-dropdown-three{
    margin-top:5px;
    cursor: pointer;
    font-weight:400;
}

.has-dropdown-three > .menu-link {
    display: block;
}
  
.has-dropdown-three.is-active2 > .nav-dropdown-three {
    display: block;
}
  
.nav-dropdown-three {
    display: none;
    position: relative;
}

.nav-dropdown-three.menu{
    display:none;
}

.nav-dropdown-three.menu.is-visible2{
    display: block;
    height: fit-content;
    margin-left:30px;
    margin-top:10px;
    /* flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; */
}

#archiveItems{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    margin-top:15px;
}

.holderDiv{
    width:100%;height:100%;overflow:hidden;display:block;position:relative;
}

.list-item-block{
    position:relative;
    display:block;
    width:100%;
    height:0;
    padding-bottom:100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform .3s ease-in-out;
}

.holderDiv:hover .list-item-block{
    transform: scale(1.2);
}

.overlay {
    background: rgb(0,0,0,0);
    width: 100%;
    position: absolute;
    padding: 5px;
    bottom: 0;
    z-index: 3;
}

.tags-block {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: relative;
    white-space: pre-wrap;
    row-gap: 5px;
}

span.tags-block-details{
    color: #f0f0f0;
    background-color: #000;
    padding: 3px;
    margin-right: 5px;
    font-size: 12px;
}

.second-line span{
    background-color: #0055ff;
    padding: 0px 5px;
    -webkit-box-shadow: 1px 0px 0px #0055ff, -1px 0px 0px #0055ff;
    box-shadow: 1px 0px 0px #0055ff, -1px 0px 0px #0055ff;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    box-decoration-break: clone;
    color:#fff;
    font-size:18px;
    font-weight:700;
    line-height: 10px;
}

.second-line h5{
    color:#fff;
}

#searchForm{
    display:flex;
    flex-direction:row;
    width:80%;
}

button:focus {
    outline: 0px!important;
}

.searchdivinner {
    position:relative;
    top:100px;
    height:50vh;
    overflow-y: scroll;
}
.overlay_full .searchdivinner::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #fff;
}

.overlay_full .searchdivinner::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
    position:relative;
}

.overlay_full .searchdivinner::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #000;
}


.overlay_full .contributediv::-webkit-scrollbar
{
	display:none;
}

.dropdown-content {
    display: none;
    position: absolute;
    right:10px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.usersprofile:hover .dropdown-content {
    display: block;
}

.usersprofile:hover .dropbtn {
    background-color: #3e8e41;
}

#map { 
    /*height: calc(100vh - 110px); */
    height: 500px;
    width: 100%;
    filter:saturate(200%);
}

#circle{
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    top: calc(50% - 75px);
    left: 0;
    /*background:#0055ff;    */
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.showbig{
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.showsmall{
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

.showflag{
    background-image: url(https://creativesunite.eu/images/logos/ukraineflag.svg);
    background-position: center;
    background-size:cover;
    
}

.removeflag{
    background:#ffca2c;
}

.removeflag2{
    background:#0055ff;
}

#texteu1{
    color:#fff;
    opacity:1;
    transition: all 0.3s ease-in-out;
}

#circle2{
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    top: calc(50% - 75px);
    left: 5px;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

#texteu2{
    color:#fff;
    opacity:1;
    transition: opacity 0.3s ease-in-out;
}

/* .circle:hover{
    animation: grow 0.3s ease-in forwards;
}

.circle:hover #texteu{
    opacity:1;
}

@keyframes grow {
    0% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1);
    }
} */

#chartDiv{
    width:500px;
    height:300px
}

/* animation */
.slidedown{
    -webkit-animation: slide-down 0.2s cubic-bezier(0.65, 0, 0.35, 1) both;
    animation: slide-down 0.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.slideup{
    -webkit-animation: slide-up 0.75s cubic-bezier(0.65, 0, 0.35, 1) both;
    animation: slide-up 0.75s cubic-bezier(0.65, 0, 0.35, 1) both;
}

#logo1, #logo2, #logo3, #logo4,#set1, #logo5, #logo6, #logo7, #logo8, #set2, #logo10, #logo11, #logo12{
    opacity:0;
}
  
@-webkit-keyframes slide-up {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}


@keyframes slide-up {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}

@-webkit-keyframes slide-down {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}
  
@keyframes slide-down {
    0% {
      transform: translateY(-50px);
      opacity:0;
    }
    100% {
      transform: translateY(0);
      opacity:1;
    }
}

.download-area{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background:#e5ecea;
    padding:10px;
}


.pdf-button {
    display: inline-block;
    padding: 10px 20px;
    border:1px solid #e74c3c;
    background-color: #e74c3c;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 10px 0;
    transition: background-color 0.3s;
}

.pdf-button:hover {
    background-color: #fff;
    color: #e74c3c;
    border:1px solid #e74c3c;
    text-decoration: none;
}


@media (min-width:768px) and (max-width:991.98px){
    #header {
        margin: 0 auto;
        text-align: center;
        padding: 0px 0px 15px 0px;
        height: 80px;
    }
    
    .newslist .col-height{
        min-width: 40vw;
    }
    /* nav icon */
    .article{
        padding:15px!important;
    }
    
    .article ul {
        font-size: 1.2rem;
        list-style:none;
    }
    
    .navbar-dark .navbar-toggler-icon {
        background-image: url("../img/burger-menu-svgrepo-com.svg")!important;
        width:35px;
        height:35px;
    }

    .logo1{
        display:none;
    }
    .logo {
        margin: 0 auto;
        display: flex;
        width: 100%;
        align-items: center;
        padding: 0px;
        justify-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        padding-top: 10px;
    }
    
    .logo img{
        height:60px!important;
    }
    #scrolledmenu{
        display:none!important;
        width:0;
        height:0;
    }
    
    
    .wrapper {
        display:block;
        width:100%;
        height:100%;
    }
    
    .item1{
        display: block;
        width:100%;
        height:fit-content;
        
    }
    .item2{
        display: block;
        width:100%;
        height:fit-content;
    }

    .button_container{
        top:35px;
    }

    .item3{
        display:block;
    }
    .newsbtn{
        display:none!important;
    }
    
    .newslist {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        /* grid-template-columns: repeat(2, 1fr)!important; */
        grid-gap: 5px;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: row;
        /* align-content: flex-start; */
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 1px;
    }

    .bg-image-news {
        /*width: 50vw;*/
        width:auto;
        height: 0;
        padding-top: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrapper-two {
        display:block;
        width:100%;
        height:100%;
    }

    .wrapper-two-small-style {
        display:block;
        width:100%;
        height:100%;
    }

    .item-two1{
        display: block;
        width:100%;
        height:fit-content;
    }
    .item-two2{
        display: grid;
        /* overflow-y: scroll; */
        width:100%;
        height:auto;
        /* max-height:350px; */
        overflow-x:hidden;
    }
    
    .bouncing-text {
        font-size:1.6rem;
        color:#fff;
        padding:5px;
    }

    .wrapper-three{
        display:block;
        width:100%;
        height:100%;
        margin-bottom:-60px;
    }

    .item-three1{
        display: block;
        width:100%;
        height:fit-content;
    }
    .item-three2{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width:100%;
        grid-gap:10px;
        padding-left:10px;
        padding-right:10px;
    }
    
    .grid-scroll{
        grid-template-columns: repeat(2,1fr);
    }

    .list-grid {
        width: 47vw;
        height: 50%; /* You can adjust the height of each image */
        
    }

    .first-section{
        height:auto;
    }

    .info2{
        z-index:2;width:100%;background:transparent; color:#000!important;
        margin-top:15px;
        /* padding: 0 30px 0 0px; */
        padding:15px;
    
    }
    
    .info2 p{
        margin-top:10px;
    }

    .info{
        margin-top: 5px;
        /* padding: 0 30px 0 0px; */
        padding: 5px;
    }
    
    .info p{
        margin-top:10px;
    }

    .mobilehide{
        display:none;
    }

    .half-height{
        height:auto;
    }

    .navbar-dark{
        display:none!important;
    }

    header.shrink .logo img {
        height: 60px;
        opacity:1;
    }

    

    header.shrink .button_container span {
        background:#000;
    }

    /* .owl-nav {
        top: calc(25% - 30px);
        top: 32%;
        width: 100vw;
        margin: 7;
        padding: 0 42px;
        display: flex;
        justify-content: space-between;
        align-content: center;
        vertical-align: middle;
        z-index: 200!important;
        position: absolute;
        left:0;
    } */

    .owl-nav {
        display:none;
    }

    .owl-prev {
        height: 332px;
        width: 26px;
        margin-left: -6px;
        opacity: 0.8;
    }

    .owl-next {
        height: 332px;
        width: 26px;
        margin-right: -6px;
        opacity: 0.8;
    }

    .owl-carousel .owl-stage-outer {
        z-index:11;
    }

    .info-inside-theme{
        padding-left:10px;
    }

    .filter-tool{
        display:block;
    }

    .list-item, .list-item3{
        display: block;
        width:100%;
    }

    .details{
        height:auto;
        position:relative;
        padding-top:10px;
    }

    .details .tags{
        display:flex;
        position:relative;
    }

    .thumbnail {
        flex: 0 0 150px;
        margin-right: 10px;
        height: 1;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 100%;
    }
    
    .home-component{
        padding-left:10px;
        padding-right:10px;
    }

    .main-component{
        padding-bottom:0px!important;
    }

    .grid-container2{
        width:100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        justify-content: center;
        margin: 0px;
        overflow-x:hidden;
    }

    .lessbottompad{
        height:680px;
    }

    .second-section .marginless{
        line-height:50px;
    }

    .grid-item2{
        width:auto!important;
        height:auto!important;
    }

    .grid-item2:hover .synm-tag {
        left:5px;
    }

    

    .synm-info{
        width:95%;
    }

    .synm-info h5{
        font-weight:400!important;
        font-family: 'n27regular', sans-serif;
        line-height: 14px;
        font-size:14px;
    }

    .my_div{
        width:40vw!important;
        height:fit-content;
        margin:2px;
    }

    .info-news h5{
        font-weight:400!important;
        font-family: 'n27regular', sans-serif;
        line-height: 14px!important;
        font-size:14px;
    }

    .info-news {
        height: 80px;
        max-height: 80px;
        padding: 10px 5px 5px 5px;
        overflow: hidden;
    }

    .nopadm{
        padding-left:0!important;
        padding-right:0!important;
    }

    .autom{
        margin:0 auto;
    }
    
    .padm{
        padding-left:10px;
        padding-right:10px;
    }
    
    .main-component-article{
        height:0; padding-top:100%;
    }
    
    /* .owl-item{
        max-width:75vw;
    } */
    .owl-stage-outer{
        width:100vw;
    }
    
    .allmenuelements {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 100px;
        top: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        overflow-y: scroll;
    }

    .overlay_full nav {
        position: relative;
        height: 100%;
        top: 0px;
        /* transform: translateY(-50%); */
        font-size: 24px;
        font-family: "Vollkorn", serif;
        font-weight: 400;
        text-align: left;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        padding-right: 30px;
    }

    .searchdiv {
        width: 100%;
        position: relative;
        /* min-height: 125px; */
        /* margin-bottom: 100px; */
        left: 0;
        top: 0;
    }

    .contributediv {
        background-color: transparent;
        display: inline-block;
        opacity: 1;
        padding: 10px;
        position: relative;
        text-align: left;
        top: 20px;
        left: -10px;
        z-index: 10;
        overflow: visible;
        height: 900px;
        width: auto;
        padding-right: 50px;
    }

    .search_box {
        background-color: transparent;
        display: inline-block;
        opacity: 1;
        padding: 10px;
        position: relative;
        text-align: left;
        top: 0px;
        left: -10px;
        z-index: 10;
    }

    .emptydiv{
        width: 100%;
        position: relative;
        height: 400px;
        /* margin-bottom: 100px; */
        padding-left: 30px;
        top: 0!important;
        left:-10px;
    }

    .navmenu{
        top:0!important;
    }

    .search_box .search_input {
        min-width: 200px;
        width: 200px;
        left: 10px;
        top: 15px;
    }
    
    .search_box #search_option {
        min-width: 250px;
        width: 320px;
    }

    #archiveItems{
        display:grid;
        grid-template-columns: repeat(1,1fr)!important;
        grid-gap: 10px;
        margin-top:15px;
    }

    .overlay_full nav.overlay-menu-full-2 {
        margin-top:30px;
        top:0;
    }

    #contribute{
        left:0px;
    }

    .searchdivinner {
        position: relative;
        top: 0px!important;
        height: auto!important;
        overflow-y: visible;
    }

    .sidelabel{
        display: inline-flex;
        white-space: pre-wrap;
        vertical-align: middle;
        line-height: normal;
        width: calc(100% - 20px);
        font-size: 0.9rem;
        align-content: center;
        align-items: center;
        margin-bottom: 0;
        color: #FFF;
        transition: color 0.2s ease-in-out;
    }

    .theme .sectionname {
        margin-left: -10px;
        margin-top:2px;
    }

    .mapAds {
        width: 100%;
        height: 0;
        padding-bottom: 25%;
        background: #000;
        background-size:cover;
        color: #fff;
        position: relative;
        top: 0px;
        left: 0;
        z-index: 5;
        margin-bottom: 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    .mobilehide{
        display:none!important;
    }

    .mobile-first{
        order:1!important;
    }

    .mobile-second{
        order: 2!important;
    }
    
}

footer .footersmall{
    margin-bottom:50px;
    color: aquamarine;
}

footer .footersmall a, footer .footersmall a:hover{
    margin-bottom:50px;
    color: aquamarine;
}



footer .footerdescription{
    color:#fff;
    text-decoration: none;
    font-size:1rem;
    font-weight:300!important;
    padding: 0;
    margin: 0;
    line-height: 1rem;
}

footer .footerdescription:hover{
    color:#fff;
    text-decoration: none;
    font-size:1rem;
    font-weight:300!important;
    padding: 0;
    margin: 0;
    line-height: 1rem;
}

footer .footerlinks{
    color:#fff;
    text-decoration: none;
    font-size:1.8rem;
    padding: 0;
    margin: 0;
    line-height: 1.8rem;
}

footer .footerlinks:hover{
    color:#fff;
    text-decoration: none;
    font-size:1.8rem;
    padding: 0;
    margin: 0;
    line-height: 1.8rem;
}

.gridfooter{
    width:70%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    margin-left:-30px;
}

.gridfooter2{
    width:50%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    justify-items: center;
}



.pos_cc{
    background-position: center!important;
}

.pos_tl{
    background-position: top left!important;
}

.pos_tr{
    background-position: top right!important;
}

.pos_bl{
    background-position: bottom left!important;
}

.pos_br{
    background-position: bottom right!important;
}

/* Case Study */
.case_study_filter{
    /* display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    align-content:center;
    width:100%;
    gap:15px;
    margin:10px 0; */

    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    /* align-items: center; */
    align-content: center;
    width: fit-content;
    gap: 5px;
    margin: 5px 0 15px 0;
}

.case_study_map{
    margin:15px 0;
    width:100%;
    height: 500px;
}

.case_study_filter_span{
    background: #f1f1f1;
    color: #000;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    width: fit-content;
}

.case_study_filter_span.active {
    background-color: #0066cc;
    color: white;
}



.marker {
    background-image: url('../images/marker-icon.png');
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    padding: 10px;
}

.takeaway p{
    margin-bottom:2rem;
}

.left-tags a{
    color:#000;
    font-weight:bold;
    text-decoration:none!important;
    
}

.left-tags a:hover{
    color: #e74c3c;
}

.left-tags a:hover img{
    filter: invert(33%) sepia(89%) saturate(724%) hue-rotate(340deg) brightness(92%) contrast(91%);
}

a.left-tags-link{
    color:#000;
    font-weight:bold;
    text-decoration:none!important;
    margin-left:15px;
    display:block;
}

a.left-tags-link:hover{
    color: #e74c3c;
}

.article-content{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-bottom:40px;
    padding:0;
}

#section-1{
    padding: 0;
    background: transparent;
    border-radius: 5px;
}

#section-4, #section-7 {
    
    padding: 20px;
    background: pink;
    border-radius: 5px;

}

#section-2, #section-5 {
    padding: 20px;
    background: lightblue;
    border-radius: 5px;
}

#section-3, #section-6 {
    padding: 20px;
    background: #ccc;
    border-radius: 5px;
}


