/* Your custom css code goes here */

/* .carousel-control.left,
.carousel-control.right {
    background-image: none;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}
.carousel-control.left {
    left: 0;
}
.carousel-control.right {
    right: 0;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-decoration: none;
    outline: none;
} */

.carousel-container {
    width: 800px; /* Adjust as needed */
    max-width: 800px; /* Limit maximum width */
    margin: 0 auto; /* Center the container horizontally */
    height: 800px; /* Set fixed height for the carousel */
    overflow: hidden; /* Hide overflow to ensure fixed size */
}
  
  /* Style for the carousel images */
.carousel-inner .item {
    height: 100%; /* Make carousel items take full height */
    text-align: center; /* Center the image horizontally */
}

.carousel-inner .item img {
    max-height: 100%; /* Ensure images don't exceed container height */
}
.imgcollage {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }
  .col-lg-6{
    display:grid;
    /* declares how many columns there will automaticaly be and how big they will be +rows and how big of a gap between them*/
    grid-template-columns: 250px 250px;
    grid-template-rows: 250px 250px;
    grid-gap: 15px;
  }
.shadow-text {
    text-shadow: 1px 1px #000000;
}
.toggleLanguageBTN {
    color: #000000;
}
/* .backgroundSOS{
    color: #346679;
} */


/* See more BTN */
.mybox1 { 
    display: none; 
    font-size: 20px; 
} 
  
button { 
    padding: 5px; 
    font-size: 18px; 
    font-weight: 400; 
    color: white; 
    border: none; 
    border-radius: 15px; 
    background-color: #346679; 
    margin-top: 7px; 
} 
#backgroundTextImage{
    opacity: 0.5;
}
#hide{
    display: none;
}
#show{
    display: true;
}
.probootstrap-section.probootstrap-bg-blue {
    background: #346679;
  }
.blue-bg{
    background-color: #346679;
}
.thumbnail {
    position: relative;
    border: 0;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.text-box {
    background-color: #346679;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .btn {
    font-size: 12;
    border: none;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.m-project-01 {margin-top: 60px !important;}

.m-header-01 {font-family: 'Script MT Bold', sans-serif !important; font-size: 16px !important;}