@import url("font.css");

:root {
    --IsfPortal-primary: #08bed4;
    --IsfPortal-secondary: #cd9945;
    --IsfPortal-navy-blue: #29338a;
    --IsfPortal-black: #403c3e;
    --IsfPortal-black-gray: #454545;
    --IsfPortal-gray0: #363636;
    --IsfPortal-gray1: #a9a9aa;
    --IsfPortal-gray2: #eaebec;
    --IsfPortal-white: #ffffff;
    --IsfPortal-rounded: 15px;
    --IsfPortal-padding: 15px;
    --bs-gutter-x: var(--IsfPortal-padding);
    --IsfPortal-input-rounded: 10px;
    --IsfPortal-Font-1: GothamRnd;
    --IsfPortal-Font-2: IRANSans;
    --IsfPortal-Font-3: Lato;
    --Isfportal-font-size-12: 12px;
    --Isfportal-font-size-14: 14px;
    --Isfportal-font-size-15: 15px;
    --Isfportal-font-size-16: 16px;
    --Isfportal-font-size-17: 17px;
    --Isfportal-font-size-18: 18px;
    --Isfportal-font-size-19: 19px;
    --Isfportal-font-size-20: 20px;
    --Isfportal-font-size-22: 22px;
    --Isfportal-font-size-25: 25px;
    --Isfportal-font-size-27: 27px;
}

.text-right {
    text-align: right;
}

*,
body {
    font-family: var(--IsfPortal-Font-3), sans-serif;
}

input,
textarea {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

* {
    text-decoration: none !important;
}

a {
    outline: none !important;
    cursor: pointer;
}

button,
input,
textarea,
select {
    outline: 0;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0;
}

@font-face {
    font-family: GothamRnd;
    src: url('../fonts/GothamRnd/GothamRnd-Medium.eot') format("woff");
    src: url('../fonts/GothamRnd/GothamRnd-Medium.woff2') format("woff2");
    src: url('../fonts/GothamRnd/GothamRnd-Medium.woff') format("woff");
}


/*///////////////////////////////////////////*/
/*----------------------------------------------------Header------------------------------------------------------------*/
.logo {
    height: auto;
    width: 10rem;
}

.primary-background {
    background-color: var(--IsfPortal-primary);
}

.primary-color {
    color: var(--IsfPortal-white);
}

.parent-icon-nav {
    border: transparent;
}

.search-icon,
.setting-icon,
.icon-nav {
    width: 16px;
    height: 16px;
}

.pl-0-important {
    padding-left: 0 !important;
}

.pr-0-important {
    padding-right: 0 !important;
}

.modal-body-custom .modal-title.modal-title-search {
    font-size: 22px;
}

.input-search {
    font-size: 20px;
    /* font-weight: bold; */
}

.input-search:focus {
    box-shadow: 0 0 0;
    border: 1px solid var(--IsfPortal-blue);
}

.popover-header {
    color: var(--IsfPortal-secondary);
    font-size: var(--Isfportal-font-size-18);
    /* font-weight: bold; */
}

.popover-body {
    color: var(--IsfPortal-navy-blue);
    font-size: var(--Isfportal-font-size-16);
    /* font-weight: bold; */
}


/*----------------------------------------------------------Start-Nav----------------------------------------------------*/
.search-icon-mob {
    text-align: end;
}

.offcanvas-body-custom .ul-offcanvas {
    /* font-weight: normal; */
    margin: 0;
}

.dropdown-item:active {
    background-color: white;
}

.dropdown-menu .dropdown-item {
    font-size: var(--Isfportal-font-size-14) !important;
    /* font-weight: normal; */
    color: var(--IsfPortal-black) !important;
    padding: 5px 10px !important;
    min-width: max-content;
    overflow: hidden;
    text-wrap: pretty !important;
}

.offcanvas-body-custom .ul-offcanvas li {
    margin: 0;
    list-style: none;
    display: inline-block;
    white-space: nowrap;
}

.offcanvas-body-custom .ul-offcanvas li a {
    /*color: #3e3d3d;*/
    color: white;
    font-size: var(--Isfportal-font-size-14);
    text-decoration: none;
    display: inline-block;
    padding: 0 0.8rem;
}

.offcanvas-body-custom .ul-offcanvas li a:hover {
    color: #000;
}

.content {
    padding: 1.5em;
}

.custom-li {
    border-right: 0 !important;
}

.custom-li a {
    padding-right: 0 !important;
}

#Newstring {
    font-size: var(--Isfportal-font-size-18);
}

.close-nav {
    width: 36px;
    height: 36px;
}

.modal-body-custom {
    border-radius: 18px;
}

/*-----------------------------------------------------start-section----------------------------------------------------*/
.back {
    height: 35rem;
    border-bottom-left-radius: 15px;
}

.news-position {
    position: absolute;
    right: 0;
    top: 1.5rem;
}

.img-news {
    height: 15rem;
    width: 100%;
    border-radius: 15px;
}

.parent-swiper1 {
    width: 100%;
    height: 466px;
}

.parent-swiper2 {
    width: 100%;
    height: 400px;
    background: white;
    z-index: 999;
    position: relative;
    border-radius: 15px;
    padding: .5rem;
}

.p1-news {
    font-weight: bold;
    line-height: normal;
    /* margin: 0 0.5rem; */
    margin: 0.5em;
    color: var(--IsfPortal-primary);
}

.p2-news {
    color: #000;
    font-size: smaller;
    margin: 0 .5rem;
    font-weight: bold;
}

.p3-news {
    color: var(--IsfPortal-black-gray);
    font-size: smaller;
    margin: 0 .5rem;
}

.parent-banner {
    display: flex;
    align-items: center;
    text-align: center;
    height: 45px;
    width: 50%;
    border-radius: 10px;
    margin: 0 auto;
    background: var(--IsfPortal-secondary);
    /* line-height: 2.5rem; */
    color: white;
}

.weather {
    /* font-weight: bold; */
    font-size: x-large;
    margin-right: .2rem;
    margin-left: 0.2rem;
}

.prouduct-category {
    width: 100%;
    border: 5px solid white;
    border-radius: 15px;
}

.back-blue {
    background-color: var(--IsfPortal-primary);
    border: 5px solid white;
    border-radius: 15px;
    color: white;
    padding: 1rem;
    display: flex;
}

.img-mayoor {
    /* height: 11rem; */
    height: auto;
    width: 100%;
    border-radius: 15px;
    border: 5px solid white;
}

.icon-services {
    width: 2.5rem;
    margin-right: 0.8em;
}

.ul-services {
    list-style: none;
    padding: 0 1em;
}

.ul-services li {
    margin: 1.5rem 0.5rem;
    width: 100%;
    /* font-size: 16px; */
    font-size: 18px;
    /* font-weight: 400; */
}

.ul-services a {
    color: white;
}

.parent-swiper1 .mySwiper1,
.parent-swiper2 .mySwiper2,
.parent-swiper2 .mySwiperComments,
.parent-swiper-section4 .swiper-section4,
.parent-swiper-section5 .swiper-section5 {
    width: 100%;
    min-height: 350px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.parent-swiper1 .img-slide-1,
.parent-swiper2 .img-slide-2,
.parent-swiper-section4 .img-swiper-section4,
.box-video img,
.box-post-card img,
.box-post-card-little img,
.parent-swiper-section5 .img-swiper-section5 {
    width: 100%;
    /** the height line should be commented, or use images with 16:9 aspect ratio for this section */
    height: 100%;
    object-fit: fill;
    border-radius: 12px;
}

.parent-swiper2 .mySwiper2 .swiper-button-custom,
.parent-swiper2 .mySwiperComments .swiper-button-custom {
    color: var(--IsfPortal-white);
    border-radius: 50%;
    border: 2px solid var(--IsfPortal-white);
    /* border: 4px solid var(--IsfPortal-white); */
    width: 45px;
    height: 45px;
}

.parent-swiper2 .mySwiper2 .swiper-button-custom::after,
.parent-swiper2 .mySwiperComments .swiper-button-custom::after {
    font-size: 23px;
    /* font-weight: bold; */
}

.custom-btn {
    cursor: pointer;
    color: var(--IsfPortal-white);
    border-radius: 12px;
    background-color: var(--IsfPortal-blue);
    padding: 20px;
    display: block;
    font-size: var(--Isfportal-font-size-20);
    border: none;
    /* font-weight: bold; */
}

.custom-btn:focus-visible {
    box-shadow: 0 0 0;
}

/*--------------------------------------------------------start-section2------------------------------------------------*/
.custom-box-nav-pill {
    padding: 9px;
    background-color: var(--IsfPortal-gray1);
    display: inline-block;
    border-radius: 12px;
    border: none;
}

.custom-box-nav-pill {
    padding: 9px;
    background-color: var(--IsfPortal-gray1);
    display: inline-block;
    border-radius: 12px;
    border: none;
}

.custom-box-nav-pill img {
    width: 28px;
}

.custom-btn-nav-pill.active .custom-box-nav-pill,
.custom-btn-nav-pill.active .hr-nav-pill {
    background-color: var(--IsfPortal-secondary);
}

.custom-btn-nav-pill:focus-visible,
.hr-nav-pill {
    border: none;
}

.custom-btn-nav-pill span {
    padding: 5px;
    color: var(--IsfPortal-gray1);
    /* font-weight: bold; */

}

.custom-btn-nav-pill.active span {
    color: var(--IsfPortal-gray0);
}

.hr-nav-pill {
    margin-top: 20px;
    height: 4px;
    width: 40px;
    background-color: var(--IsfPortal-gray1);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    opacity: 1;
    border: none;
}

.box-slide-nav-pill {
    background-color: #f7f7f7;
    width: 10rem;
    height: 10rem;
    border-radius: 12px;
    text-align: center;
    position: relative;
    margin: auto;
    padding: 30px 10px;
}

.box-slide-nav-pill img {
    width: 100%;
    height: 5rem;
}

.box-slide-nav-pill .default-img {
    position: relative;
    right: 2px;
}

.box-slide-nav-pill p {
    color: var(--IsfPortal-black-gray);
    font-size: var(--Isfportal-font-size-18);
    /* font-weight: normal; */
}

.box-slide-nav-pill .hover-img {
    opacity: 0;
    width: 0;
    height: 0;
}

.box-slide-nav-pill:hover .hover-img {
    opacity: 1;
    transition: .6s;
    transform-origin: bottom;
    width: 65px;
    height: 65px;

}

.box-slide-nav-pill:hover .default-img {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.box-slide-nav-pill:hover,
.box-slide-nav-pill:hover p {
    background-color: #c4c4c4;
    color: rgba(1, 31, 93, 0.84);
}

.parent-swiper-nav-pill {
    position: relative;
}

.parent-swiper-nav-pill .swiper-button-next.swiper-button-next-nav-pill {
    position: absolute;
    right: -40px;
    width: 40px;
}

.parent-swiper-nav-pill .swiper-button-prev.swiper-button-prev-nav-pill {
    position: absolute;
    left: -40px;
    width: 40px;
}

.parent-swiper-nav-pill .swiper-button-next.swiper-button-next-nav-pill::after,
.parent-swiper-nav-pill .swiper-button-prev.swiper-button-prev-nav-pill::after,
.parent-swiper-section5 .swiper-button-prev.swiper-button-prev-sec5::after,
.parent-swiper-section5 .swiper-button-next.swiper-button-next-sec5::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--IsfPortal-gray1);
    content: '';
    position: relative;
}

.parent-swiper-nav-pill .swiper-button-next.swiper-button-next-nav-pill .triangle,
.parent-swiper-section5 .swiper-button-next.swiper-button-next-sec5 .triangle {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid var(--IsfPortal-white);
    border-bottom: 7px solid transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.parent-swiper-nav-pill .swiper-button-prev.swiper-button-prev-nav-pill .triangle,
.parent-swiper-section5 .swiper-button-prev.swiper-button-prev-sec5 .triangle {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid var(--IsfPortal-white);
    border-bottom: 7px solid transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.custom-tab {
    padding-right: 35px;
    padding-left: 35px;
}

/*--------------------------------------------------start-section3-------------------------------------------------------*/

.pic-map {
    width: 100%;
    border-radius: 12px;
    /* height: 10.6rem; */
    padding: 0.5em;
}

.ul-pic {
    padding: 0;
    list-style: none;
}

.ul-pic li {
    margin: 1rem auto;
    width: 100%;
    font-size: 14px;
    /* font-weight: normal; */
}

.btn-main {
    background: #cd9945;
    padding: .5rem;
    border: none;
    border-radius: 5px;
    /* font-weight: 500; */
    /* color: #38393a; */
    color: #fff;
    font-size: 14px;
    text-align: center;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider-brand {
    background: #d3d0d0;
    /* height: 85px; */
    height: 75px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-brand::before,
.slider-brand::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider-brand::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider-brand::before {
    left: 0;
    top: 0;
}

.slider-brand .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    /* width: calc(250px * 5); */
    /* width: 100%; */
    width: max-content;
    text-align: center;
}

.slider-brand .slide {
    height: 85px;
    /* width: 8%; */
    width: 100%;
    align-content: center;
    /* font-weight: bold; */
}

.slider-brand .slide-track .slide a p {
    /* font-size: 20px; */
    color: #59595a;
    /* font-weight: bolder; */
    /* text-align: center; */
    /* margin: 1.5rem; */
}

.parent-swiper-section4 {
    width: 100%;
    /* height: 320px; */
    height: 100%;
}

.box-slide-swiper-section4,
.box-post-card,
.box-post-card-little,
.box-slide-swiper-section5 {
    position: relative;
    width: 100%;
    min-height: 350px;
    height: 100%;
    object-fit: fill;
    border-radius: 12px;
}

.img-swiper-section4,
.img-swiper-section5 {
    position: absolute;
    bottom: 0;
}

.box-slide-swiper-section5::after {
    content: '';
    background: linear-gradient(180deg, rgba(105, 133, 255, 0.085) 50%, var(--IsfPortal-primary) 85%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    right: 0;
}

.parent-text-swiper {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    text-align: justify;
    color: var(--IsfPortal-white);
    z-index: 1;
}

.parent-text-swiper .title {
    font-size: var(--Isfportal-font-size-18);
    font-weight: bold;
}

.parent-text-swiper .text {
    font-size: var(--Isfportal-font-size-14);

}

.mySwiper.swiper-section4 .swiper-pagination.customize-swiper-p-s4 {
    width: auto;
    left: 25px;
}

.swiper-section4 .swiper-pagination.customize-swiper-p-s4 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid var(--IsfPortal-white);
    background-color: transparent;
    opacity: 1;
}

.swiper-section4 .swiper-pagination.customize-swiper-p-s4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--IsfPortal-white);
}

.box-video {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.parent-box-post-card {
    width: 100%;
    height: 355px;
    position: relative;
}

.box-post-card-little {
    height: 105px;
}

.box-post-card::after {
    content: '';
    background: linear-gradient(180deg, rgba(105, 133, 255, 0.085) 79%, var(--IsfPortal-primary) 105%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    right: 0;
}

.text-post-card {
    position: absolute;
    bottom: 15px;
    padding: 0 20px;
    text-align: justify;
    color: var(--IsfPortal-white);
    z-index: 1;
}

.text-post-card p {
    font-size: var(--Isfportal-font-size-14);
    /* font-weight: bold; */
}

.modal-body-custom {
    background: linear-gradient(320deg, rgba(105, 133, 255, 0.095) 77%, rgb(27, 57, 234) 100%);
    border-radius: 18px;
}

.modal-video-sizing {
    width: 100%;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
}

.modal-content {
    border-radius: 20px;
}

.modal-video-sizing video {
    border-radius: 20px;
    overflow: hidden;
}

.modal-body-custom .modal-title {
    color: #00087a;
    font-size: var(--Isfportal-font-size-16);
    /* font-weight: bold; */
}

.play-video {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--IsfPortal-red);
}

.triangle-video {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 14px solid white;
    border-bottom: 10px solid transparent;
    margin: 16px;
}

.custom-btn.custom-btn-new {
    background-color: var(--IsfPortal-red);
    width: max-content;
    padding: 8px 40px;
    /* font-weight: bold; */
}

.custom-btn.custom-btn-new:active,
.custom-btn.custom-btn-new:hover,
.custom-btn.custom-btn-new:focus-visible {
    background-color: #ee1313;
}

.img-news-comments {
    height: 10em;
    width: 10em;
    border-radius: 50%;
    /* border: 5px solid #2157fb; */
}

.parent-swiper2Comments {
    height: auto !important;
}

.parent-swiper2 .mySwiperComments .swiper-button-custom {
    color: #2815ae;
}

.swiper-slide:nth-child(n+2) {
    margin-left: 0; /* Adjust the value as needed */
}

.p-size {
    font-size: 18px;
    /* font-weight: normal; */
    color: black;
}

.text-white,
.text-white a,
.title a {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.btn-disable {
    background: #a9a9a9 !important;
}

/*--------------------------------------------------------start-footer---------------------------------------------------*/
.footer .p-phone {
    color: #9e9e9e;
    /* font-weight: bolder; */
    font-size: larger;
    margin-right: 1rem;
}

.footer div p {
    text-align: justify;
}

.p-bold {
    font-weight: bold;
}

.icon-social {
    width: 1.2rem;
    margin-right: 0.2rem;
}

.about {
    clear: both;
    display: block;
    margin-top: 1rem;
    border: none;
    background: transparent;
    color: #cd9945;
    /* font-weight: bold; */
}

.statistics-footer {
    background: aqua;
}

.design-by {
    font-size: small;
}

.mayor-comment {
    font-size: 13px;
    text-align: justify;
}

#map-section {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0 auto;
}

#map-section iframe {
    border-radius: 10px;
}

/* multi-level bootstrap menu */
#main-menu {
    z-index: 99999;
}

#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-menu ul li {
  display: block;
  position: relative;
  float: left;
}

#main-menu li ul {
    display: none;
}

#main-menu ul li a {
  display: block;
  padding: 0.6em;
  text-decoration: none;
  white-space: nowrap;
}

#main-menu li:hover > ul {
  display: block;
  position: absolute;
}

#main-menu li:hover li {
    float: none;
}

#main-menu .main-navigation li ul li {
    border-top: 0;
}

#main-menu ul ul ul {
  left: 100%;
  top: 0;
}

/* Adjusted dropdown positioning */
#main-menu ul ul ul.end {
    right: 100%;
    left: auto; /* Ensure left positioning is not applied */
    top: 0;
}

#main-menu ul:before,
#main-menu ul:after {
  content: " ";
  display: table;
}

#main-menu ul:after {
    clear: both;
}

/* Ensure dropdowns on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}
/* multi-level bootstrap menu */

.bg-lightgrey {
    background-color: #eee !important;
}

.bg-mediumgrey {
    background-color: #d5d5d5 !important;
}

.news-image {
    width: 100%;
    object-fit: fill;
    border-radius: 12px;
}

.news-date {
    color: var(--IsfPortal-primary);
    font-size: smaller;
    margin: 0 2rem 0.5rem 2rem;
    font-weight: 900;
    font-size: 1em;
}

.news-short {
    background-color: rgba(8, 190, 212, 0.25);
    border-radius: 12px;
    padding: 10px;
    margin: 10px 0;
}

.news-text {
    padding: 10px;
    margin: 10px 0;
    text-align: justify;
}

.news-text table {
    border-collapse: collapse;
    width: 100%;
}

.news-text td,
.news-text th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.news-text tr:nth-child(even) {
    background-color: #dddddd;
}

.news-gallery-image,
.archive-gallery-image {
    width: 100%; /* Ensure the image takes the full width of its parent */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure the central part of the image is displayed */
    object-position: center; /* Center the image within the circle */
    aspect-ratio: 1 / 1; /* Force the image to maintain a square aspect ratio */
}

.news-gallery-image {
    border-radius: 15px !important;
}

.archive-gallery-image {
    border-radius: 12px !important;
}

.m-custom1 {
    margin: 0 0 1.5em 0;
}

.bg-int {
    background-color: rgb(8, 190, 212) !important;
    color: #fff !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.br-12px {
    border-radius: 12px !important;
}

.primary-text {
    color: var(--IsfPortal-primary) !important;
}

.easy-breadcrumb {
    width: fit-content;
    background-color: #eee;
    border-radius: 12px;
    padding: 5px 10px;
}

.news-text img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
}

.custom-node-card .row {
    padding: 3px !important;
}

.custom-node-card .row:hover {
    border: 1.5px solid #08bed4 !important;
    background: #08bed424 !important;
}

.gallery-card:hover {
    border: 1.5px solid #08bed4 !important;
    background: #08bed424 !important;
    border-radius: 5px !important;
}

.slick-arrow, .slick-prev, .slick-next {
    display: none !important;
}

.testimonial-body {
    height: 135px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    padding: 0.5em;
    border-radius: 12px;
    background-color: #08bed429;
    margin: 0.5em 0;
}
.contain-caption-hover {
}
.contain-caption-hover .caption {
    border-top: 1px solid #444343;
    position: absolute;
    bottom: -10rem;
    height: 0%;
    background-color: rgb(8, 189, 212, 0.9);
    z-index: 99999 !important;
    box-shadow: 0 -10px 10px rgba(255, 255, 255, 0.3);
    margin: 5px;
    padding: 10px;
    transition: all 0.5s linear;
}
.contain-caption-hover:hover .caption {
    height: 50%;
    bottom: 0;
}
.contain-caption-hover:hover .caption .title {
    font-weight: bold;
}
.contain-caption-hover .caption * {
    color: #212529 !important;
}
.node .node-files {
    border: 1px solid #a4a1a1;
    margin: 1rem auto;
    padding: 0.2rem;
    box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.5);
}
.node .node-files .field-items {
}
.node .node-files .field-items .field-item {
    display: inline-block !important;
    margin-right: 0.5rem;
}
.node .node-files .field-label {
    border-bottom: 1px solid #a4a1a1;
    background-color: #c4c4c4;
}
.node .node-files .field-items .field-item::after {
    content: ',';
    display: inline-block;
    margin-right: 5px;
    margin-left: 1px;
}
.node .node-files .field-items >.field-item:last-child::after {
    display: none;
}
.container-cover-image.international_titles {
    float: left;
    margin: 0 0.5rem 0.5rem 0;
}
.container-cover-image.international_titles img {
    max-width: 10rem;
    aspect-ratio: 1;
}
.mySwiper22 .swiper-slide {
    width: auto !important;
}
.container-image {
}
.container-image .bg-image-container {
    /* border: 1px solid #cacaca; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: black; */
    overflow: hidden;
    /*border-radius: 100%;*/
    overflow: hidden;
    margin: 0 2rem;
    box-sizing: border-box;
}
.container-image .bg-image-container img {
    width: 100%;
    /* visibility: hidden; */
    /* border: 10px solid transparent; */
    /* margin: 0 auto; */
    display: block;
    /* overflow: hidden; */
    /* height: auto !important; */
    /* aspect-ratio: 1/1; */
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.ta-justify,
.ta-justify-children * {
    text-align: justify;
}
.text-align-center, .ta-center {
    text-align: center;   
}
.display-block {
    display: block;
}