/*
Custom css By Ahmed Lemssiah 09-22
 */
.transy-60{
    transform:translateY(-60px);
}
.bg-light{
    background-color: var(--light-clr-100);
}
.featured-thumbnail {
    height: 240px;
    position:relative;
}
.featured-thumbnail img{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width: 100%;
}
.featured-icon-box.style5 {
    text-align: center;
}
.container-fluid.darken-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00358fde;
}
#map{
    width:100%;
    height:400px;
}
div#c15 > header {
    display: none;
}
/*##SubPage*/
.ttm-page-title-row {
    position: relative;
}
.ttm-page-title-row .container {
    z-index: 100;
    position: relative;
}
.ttm-page-title-row::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background-color: rgba(0, 0, 0, 0.87);
}
.tp-leftarrow.tparrows.zeus,.tp-rightarrow.tparrows.zeus{
    display: none;
}
label.control-label.col-sm-2 {
    text-wrap: nowrap;
}
.breadcrumb-wrapper span.breadcrumb-item {
    color: orangered !important;
}
body.subpage .ce-bodytext p {
    font-size: 1rem;
    margin-block: 1rem;
    color: #444;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: .03ch;
}
body.subpage .ce-bodytext ul {
    list-style: circle;
    color: #555;
    /*font-weight: 500;*/
    font-size: 1.2rem;
    margin-block: 1rem;
    margin-inline-start: 0;
}
body.subpage  aside .subnav li{
    padding: revert;
}
body.subpage  aside .subnav li.active a {
    background-color: whitesmoke;
    padding-inline-start: 1rem !important;
    color: #555;
    display: block;
    padding: 12px;
    box-shadow: 5px 5px 10px #00000020;
    border: 1px solid white;
}
body.subpage  aside .subnav li a {
    display: block;
    padding: 12px 0;
    transition: all 0.5s;
}
body.subpage  aside .subnav li a:hover {
    padding: 12px ;
}
li.custom-data * {
    color: var(--call-clr-100);
}
.footer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d7394), to(#0e214a));
    background-image: -o-linear-gradient(top, #3d7394, #0e214a);
    background-image: linear-gradient(to bottom, #3d7394, #0e214a);
}

.footer-logo {
    filter: brightness(55);
}
.footer-logo img {
    max-height: 80px;
}
@media only screen and (min-width: 1980px){
    .container{
        max-width: 1600px;
    }
    html,body{
        zoom: 120%;
    }
}
footer .widget ul>li {
    padding: revert;
}
footer .col-md-4.widget-area {
    background-color: whitesmoke;
    box-shadow: 2px 3px 5px #00000050;
    border-block-end: 1px solid white;
}