/* CUSTOM CLASS QS */

html, body {
    min-height: 100%;
}

.body-editmode section[data-qsedit].qs-edit-in > .qs-menu,
.body-editmode section[data-qsedit].qs-edit-out > .qs-menu,
.body-editmode section[data-qsedit].qs-edit-top > .qs-menu {
    margin-left: 80px !important;
}

body.mceContentBody {
    background-color: #FFFFFF !important;
}

body.mce-content-body {
    padding: 15px;
    height: auto;
    min-height: auto;
}

b, strong {
    font-weight: 800;
}

.navbar {
    z-index: 1020;
}

body.mceContentBody a:not(.btn),
.article-content a:not(.btn) {
    color: #CE1417;
    transition: all 0.5s ease-out;
}

body.mceContentBody a:not(.btn):hover,
.article-content a:not(.btn):hover {
    text-decoration: underline;
    transition: all 0.5s ease-out;
}

.text-wrap {
    word-break: break-word;
}

.z-index-1 {
	z-index: 1;
}

.bg-contain {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-rounded {
    border-radius: 50%;
    overflow: hidden;
}

.pointer-events-none {
    display: block;
    pointer-events: none;
}


#qsMap {
    height: 450px;
}

.g-recaptcha {
    display: inline-block;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

.col-auto i.fa-3x {
	display: block;
    min-width: 60px;
    text-align: center;
    margin-left: 20px;
    margin-right: 5px;
}

.col-auto i.fa-4x {
	display: block;
    min-width: 80px;
    text-align: center;
    margin-left: 20px;
    margin-right: 5px;
}

.btn-up {
    opacity: 0;
    transition: all 0.5s ease-out;
}

.body-scroll .btn-up {
    opacity: 1;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 50px;
    font-size: 35px;
    text-align: center;
    color: var(--bs-info);
    background-color: #061323;
    transition: all 0.5s ease-out;
}

.btn-up:hover {
    bottom: 30px;
    line-height: 45px;
    color: #FFFFFF;
    background-color: var(-bs--purple);
    transition: all 0.5s ease-out; 
}

.link-item i.fal {
	transition: transform 0.5s ease-out; 
}

.link-item .text-black-50 {
    transition: all 0.5s ease-out; 
}

.link-item:hover .text-black-50 {
    color: rgba(0,0,0,0.8) !important;
}

.link-item:hover i.fal {
	transform: rotate(-5deg);
}

.icon-circle {
    transition: all 0.5s ease-out;
    width: 110px;
    height: 110px;
    font-size: 70px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0px 0px 8px 0px rgba(51,51,51,0.3);
    margin-bottom: 20px;
}

a.icon-circle:hover {
    color: #CE1417;
    box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.3);
}

.icon-circle i {
    font-size: 70px;
    line-height: 110px;
}

.icon-text {
    transition: all 0.1s ease-out;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: #000000;
    border: solid 3px var(--bs-light);
    margin-bottom: 20px;
    text-decoration: none !important;
}

.bg-light .icon-text {
    border: solid 3px #ffffff;
}

a.icon-text:hover {
    color: #CE1417;
    border: solid 5px #000000;
}

.icon-text i {
    line-height: 144px;
    font-size: 40px;
    font-style: normal;
}

.tplSearchIconBigSummary .icon-text i,
.tplSearchIconBig .icon-text i {
    font-size: 60px;
}

.icon-big i {
    font-size: 200px;
    transform: rotate(10deg);
}

.tplHtmlBody .bg-gradient-qs .icon-big {
    background: transparent;
}

.text-white .breadcrumb a {
    color: #FFFFFF;
}

.border-incline {
    transform-origin: bottom left;
	transform: rotate(-5deg);
    border-width: 2px !important;
}

.carousel .carousel-inner .carousel-item {
	position: relative;
}

body:not(.body-scroll) .carousel .carousel-inner .carousel-item {
    z-index: 15 !important;
}

.carousel .carousel-inner .carousel-item .border-incline {
	transform: rotate(-3deg);
    transition: all 1s ease-out;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
	z-index: 16;
}

.carousel .carousel-inner .carousel-item .img-relative {
	height: 300px;
}

.carousel .carousel-inner {
    overflow: visible !important;
    z-index: 14;
}
/*
.sticky-top {
    z-index: 13;
}

body.body-scroll .carousel .carousel-inner {
    z-index: 12;
}
*/  




/*
.slick-list {
	overflow: initial;
}

.slick-list .slick-track .slick-slide {
	position: relative;
    z-index: 100 !important;
}

.slick-track .slick-slide .border-incline {
	transform: rotate(0deg);
    transition: all 2s ease-out;
	margin-right: 100px;
}

.slick-track .slick-slide.slick-current .border-incline {
	transform: rotate(-5deg);
    transition: all 2s ease-out;
    margin-right: 0px;
}

*/

/* Chrome, Firefox, Opera, Safari 10.1+ */
input.text-white::placeholder {
    color: #FFFFFF;
    opacity: 1; /* Firefox */
}

/* Internet Explorer 10-11 */
input.text-white:-ms-input-placeholder {
    color: #FFFFFF;
}

/* Microsoft Edge */
input.text-white::-ms-input-placeholder {
    color: #FFFFFF;
}

/* HEADER */

header .hmenu {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 100;
    transition: all 0.5s ease-out;
    background-color: #FFFFFF;
}

.tplHtmlBodySystem header .hmenu {
 	position: relative;   
}


.navbar-brand svg {
    height: 70px;
    margin-top: 0px;
    transition: all 0.5s ease-out;
    transform-origin: left top !important;
}

.body-scroll .navbar-brand svg {
    height: 50px;
    width: auto;
    transition: all 0.5s ease-out;
    transform-origin: left top !important;
}

.logo-footer img {
	max-width: 200px;
    min-height: 56px;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tplDphAddressFooter .row {
        display: inline-block !important;
        text-align: right;
        width: auto;
    }
    .tplDphAddressFooter .row > div {
        display: inline-block;
        width: auto;
        text-align: center;
    }
}

.body-scroll .navbar-brand svg #slogan,
.body-scroll .navbar-brand svg text {
    display: none;
}

.tplHtmlBody .tplVideoFull,
.tplHtmlBody main .title,
.tplHtmlBodyTheme main .title {
    /* margin-top: -50px; */
    margin-top: -70px;
}

.polygon-hmenu {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 0% 100%);
    padding: 0px 0px 100px 0px;
}

.body-scroll .polygon-hmenu {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 0px;
}
/*
.tplHtmlBody.body-scroll .polygon-hmenu,
.tplHtmlBodyTheme.body-scroll .polygon-hmenu {
    border-bottom: solid 5px #000000;
}
*/
.polygon-up-menu {
    transition: all 0.5s ease-out;
    -webkit-clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
    padding: 50px 0px 0px 0px;
    margin-top: -50px;
}

.polygon-up,
.polygon-down {
    transition: all 0.5s ease-out;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.polygon-up {
    padding: 100px 0px 0px 0px;
    margin-top: -100px;
}
.footer-waypoint .polygon-up,
.section-waypoint.polygon-up {
    -webkit-clip-path: polygon(0% 100px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 100px, 100% 0%, 100% 100%, 0% 100%);
}

.polygon-down {
    padding: 100px 0px 100px 0px;
    margin-top: -100px;
}
.section-waypoint.polygon-down {
    -webkit-clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
}


.header-waypoint .slider-caption .caption-content {
    margin-top: -20px;
    transition: all 0.8s ease-out;
}

.tplArticleThemeHeader.section-waypoint .row img {
    transform: scale(1.1) rotate(5deg);
    transition: all 0.8s ease-out;
}

section .tplDphListIcon i {
    transform: scale(0.8);
    transition: all 0.8s ease-out;
}

section.section-waypoint .tplDphListIcon i {
    transform: scale(1);
    transition: all 0.8s ease-out;
}

footer.footer-waypoint .tplDphAddressFooterContent .icons-title i {
    transform: rotate(70deg);
    transition: all 4s ease-out;
}

.tplHtmlBodyTheme main section.title .container-body,
.tplHtmlBodyPortal main section.title .container-body {
    padding: 50px 0px 40px 0px;
}

.tplGalleryImage .card_img {
    height: initial !important;
}

.tplReferences .card a:hover {
    text-decoration: none;
}

.tplReferences .card_img img {
    visibility: hidden;
}

.tplReferences .card_img img.logo {
    visibility: visible;
    width: auto;
    height: 100px;
}

.tplReferences .card_img .card-label {
    text-shadow: 0px 0px 5px #000000;
    background: radial-gradient(ellipse at center, rgba(51,51,51,0.25) 0%,rgba(51,51,51,0) 100%);
}

.filter-img {
    background: radial-gradient(ellipse at center, rgba(51,51,51,0.5) 0%,rgba(51,51,51,0.5) 100%);
}

.text-shadow {
    text-shadow: 0px 0px 5px rgba(255,255,255,0.5);
}

.tplReferences .col-old .card_img .badge-year {
    display: block;
    font-size: 12px;
    height: 26px;
    overflow: hidden;
}

.tplReferences .col-new .card_img .badge-year {
    position: absolute;
}

.tplReferences .card {
    display: block;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
    background-color: transparent;
    transition: all 0.5s ease;
    border-top: solid 20px transparent;
    border-radius: 5px;
}

.polygon-down-hover .polygon-down-animation {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
}

.polygon-down-hover:hover .polygon-down-animation,
.tplReferences .card:hover {
    transition: all 0.5s ease;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.5s ease-out;
}

.tplReferences .card .card_img {
    height: 450px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tplReferences .col-old .card_img {
    height: 180px !important;
    overflow: hidden;
    background-size: 100% auto;
    background-position: center 26px;
}

.tplReferences .card img {
    border-top: solid 1px #FFFFFF;
}

.tplReferences .card:before {
    font-family: "Font Awesome 7 Pro";
    display: block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0px;
    margin-top: -20px;
    content: '\f141';
    font-weight: 900;
    font-size: 25px;
    color: #FFFFFF;
}

.tplReferences .card .hover-overlay {
    color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.tplReferences .card .hover-overlay small {
    line-height: 1.1em;
    max-height: 2.2em;
    overflow: hidden;
}

.tplReferences .card:hover .hover-overlay {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.tplSearchTeam .card {
    transition: all 0.5s ease-out;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%);
}

.tplGalleryImage .card {
    box-shadow: 0px 0px 8px 0px rgba(51,51,51,0.3);
}

.tplHtmlBodyTmp #dphaddressfooter {
    background-color: #A5A5A5;
    margin-top: 0px;
}

.skinDph3Section .img-rounded {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.skinDph3Section .img-rounded img {
    max-width: 100%;
    max-height: 100%;
}

.tplImgFull {
    background-size: cover;
    background-position: center center;
}

.tplImgFull .lead {
    opacity: 0;
    font-size: 40px;
    padding: 100px 10%;
    transition: all 2s ease-out;
    text-shadow: 0px 0px 5px #FFFFFF;
}

.tplImgFull.text-white .lead {
    text-shadow: 0px 0px 5px #000000;
}

section.section-waypoint.tplImgFull .lead {
    opacity: 1;
    padding: 150px 10%;
}

.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 900;
    padding-right: 1rem;
    padding-left: 1rem;
    transition: all 0.5s ease;
}

.navbar .languages a {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 900;
    padding-right: 1rem;
    transition: all 0.5s ease;
    text-decoration: none;
}

.navbar .navbar-nav .nav-item.news .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link:hover,
.navbar .languages a:hover {
    color: var(--bs-primary) !important;
}

.navbar-sticky {
    position: fixed;
    top: 0;
    z-index: 5555;
    width: 100%;
}

.static .navbar-sticky {
    display: none;
}

.navbar-toggler,
.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    color: var(--bs-purple);
}

.tplHtmlBodyHome .topbar,
.tplHtmlBodyPortal .topbar {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 30px;
}

/* BODY */

.icons-title {
    margin-bottom: 25px;
}

.icons-title h2 {
    font-size: 40px;
}

.icons-title i {
    color: #CE1417;
    vertical-align: middle;
    font-size: 80px !important;
    margin-right: 5px;
}

.icons-title div {
    display: inline-block;
    vertical-align: middle;
}

.nav-pills .nav-link {
    color: #FFFFFF;
    background-color: #000000;
    margin: 0px 2px;
    transition: all 0.3s ease-out;
}

.nav-pills .nav-link:hover {
    background-color: #CE1417;
}


.container-body ul:not([class]) {
    position: relative;
    display: block;
    padding: 0px;
}

.container-body ul:not([class]) li {
    display: block;
    line-height: 1.2em;
    padding: 7px 0px 7px 40px;
    overflow: hidden;
}

.container-body ul:not([class]) li:before {
    position: absolute;
    font-family: "Font Awesome 7 Pro";
    font-weight: 300;
    color: #e0a6ff;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: '\f058';
    vertical-align: middle;
    margin: -1px 10px 10px -40px;
}

.skinAdmin .container-body ul:not([class]) li:before {
 	display: none;   
}

#dphnews {
    margin-top: 50px;
    transition: all 0.8s ease-out;
}

#dphnews .card {
    background: linear-gradient(to bottom, rgba(241,241,241,0.98), rgba(255,255,255,1));
    /* box-shadow: 0px 0px 8px 0px rgba(51,51,51,0.3); */
    border: none;
}

.tplSectionHome {
    background-image: url('/data/dataimages/upload/bg-hall.jpg');
    background-size: cover;
    background-position: center 40%;
}

.tplSectionImage, .cover {
    background-size: cover;
    background-position: center center;
}

.container-body {
    padding: 50px 0px;
}

section .container-body {
    padding-bottom: 100px;
    transition: all 0.8s ease-out;
}


.tplDphNews .table td p {
    line-height: 1.1rem;
}

.tplDphNews .table td .btn {
    transform: rotate(-4deg);
    transform-origin: top right;
}

.tplDphNews .table td .strSubTitle {
    color: #CE1417;
}
/*
.tplSearchSteps .step-line .col-step p {
    display: none;
}

.tplSearchSteps .step-line .row {
    height: 270px;
}

.tplSearchSteps .step-line .col-step-1 {
    align-self: flex-end!important;
}

.tplSearchSteps .step-line .col-step-2 {
    align-self: flex-start!important;
}

.tplSearchSteps .step-line .col-step a {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
}

.tplSearchSteps .step-line .col-step a:hover {
    text-decoration: none;
    border-color: #CE1417;
    color: #000000;
}

.tplSearchSteps .step-line .col-step-1 a {
    border-top: solid 15px #000000;
    height: 135px;
    padding-top: 30px;
}

.tplSearchSteps .step-line .col-step-2 a {
    border-bottom: solid 15px #000000;
    height: 150px;
    padding-top: 15px;
}

.tplSearchSteps .step-line .col-step-1:before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    top: 15px;
    margin-left: -12px;
    border-top: 15px solid #000000;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

tplSearchSteps .step-line:hover :before {
    color: red;
}

.tplSearchSteps .step-line .col-step-2:after {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 15px;
    margin-left: -12px;
    border-bottom: 15px solid #000000;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
*/
.tplComposants .img-rounded {
    width: 250px;
    height: 250px;
    line-height: 230px;
    font-size: 100px;
    color: #CE1417;
    border: solid 10px #A5A5A5;
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.tplComposants .bg-light .img-rounded {
    color: #CE1417;
    border-color: #FFFFFF;
}

.tplComposants .container-body-2 .img-rounded {
    border-color: #FFFFFF;
}

/* FOOTER */

.logo-copyright img {
    width: 80px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.footer-info {
    border-radius: 18px;
    position: relative;
}

.footer-info:after {
    content: '';
    left: 100px;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    border-top: 35px solid #FFFFFF;
    position: absolute;
}

.copyright a {
    transition: all 0.3s ease-out;
    color: #000000;
}

.copyright a:hover {
    color: #CE1417;
}

.btn-social {
    color: #000000;
    font-size: 32px;
    text-align: center;
    display: inline-block;
}

.btn-social:hover {
    color: var(--bs-purple);
}

/* custom classes for slick carousel */

.slick-slider .slick-prev, .slick-slider .slick-next {
    width: auto;
    height: auto;
    z-index: 1;
    display: none !important;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
	font-family: "Font Awesome 7 Pro";
    font-weight: 300;
    font-size: 100px;
}

.slick-slider .slick-prev {
	left: 5%;
}

.slick-slider .slick-prev:before {
	content: '\f053';
}

.slick-slider .slick-next {
	right: 5%;
}

.slick-slider .slick-next:before {
	content: '\f054';
}


@media (max-width: 575.98px) {
    button.submit,
    button.reset {
        width: 100%;   
    }

    button.submit {
        margin-bottom: 1.5rem;   
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 768px) {
    .carousel .carousel-inner .carousel-item .border-incline {
        transform: rotate(0deg);
        transition: all 1s ease-out;
        margin-right: 100px;
    }

    .carousel .carousel-inner .carousel-item.active .border-incline {
        transform: rotate(-5deg);
        transition: all 1s ease-out;
        margin-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .body-scroll .navbar-brand svg {
        height: 40px;
        margin: 0px;
    }

    .navbar-brand svg {
        width: 199px !important;
        height: 55px;
    }

    .navbar-brand svg text * {
        display: none;
    }
    
    .navbar .navbar-nav {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .container-body {
        padding: 25px 0px;
    }
    section .container-body {
        padding-bottom: 40px;
    }
    .polygon-hmenu {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
        padding: 0px;
    }
    .tplHtmlBody main .title,
    .tplHtmlBodyTheme main .title {
        padding-top: 70px;
    }
    .polygon-up {
        padding: 40px 0px 0px 0px;
        margin-top: -40px;
    }
    .footer-waypoint .polygon-up,
    .section-waypoint.polygon-up {
        -webkit-clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
    }

    .polygon-down {
        padding: 40px 0px 100px 0px;
        margin-top: -40px;
    }
    .section-waypoint.polygon-down {
        -webkit-clip-path: polygon(0% 0%, 100% 40px, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 40px, 100% 100%, 0% 100%);
    }
    section.section-waypoint.tplImgFull .lead {
        padding: 100px 0px;
    }
    .tplImgFull .lead {
        font-size: 25px;
        padding: 100px 0px;
    }
    .bg-gradient-qs h1 {
        font-size: 2.2rem;
    }
    h1, .h1,
    .icons-title h2 {
        font-size: 1.8rem;
    }
    h3, .h3 {
        font-size: 1.4rem;
    }
    h4, .h4 {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .slick-slider .slick-prev, .slick-slider .slick-next {
        display: inline-block !important;
    }
    #dphnews {
        margin-top: -80px;
    }
    section.section-waypoint #dphnews {
        margin-top: -100px;
    }
    header .hmenu {
        z-index: 10;
    }
    .carousel .carousel-inner .carousel-item .img-relative {
        height: 410px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand svg {
    	max-width: 100%;
        margin-top: 6px;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-inner .carousel-item .img-relative {
        height: 530px;
    }
    .navbar-brand svg {
    	margin-top: 6px;
    }
    .tplMenuHBootstrap {
        margin-top: 40px;
    }
}

/*============== Hover Overlays ==============*/

.card_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hover-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hover-overlay a.overlay_icon {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    margin: 3px;
    text-align: center;
    color: #FFFFFF;
}

.hover-overlay a.overlay_icon i.fa {
    font-size: 20px;
    line-height: 50px;
    color: #101010;
}

.hover-overlay.effect-transformY {
    position: absolute;
    content: '';
    /* background-color: rgba(206,20,23,0.8); */
    background: linear-gradient(45deg, rgba(51,64,130,0.8), rgba(15,24,62,0.8));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hover-overlay.effect-scale {
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.hover-overlay.effect-scale:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.5);
}

.card:hover .hover-overlay.effect-transformY, .card_img:hover .hover-overlay.effect-transformY {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.card:hover .hover-overlay.effect-scale, .card_img:hover .hover-overlay.effect-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.card:hover .hover-overlay.effect-scale:before, .card_img:hover .hover-overlay.effect-scale:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.img_overlay-container {
    position: relative;
    padding: 0 30px;
}

.img_overlay-container .img_overlay-title {
    color: #ffffff;
    margin-bottom: 10px;
}

.img_overlay-container .img_overlay-desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.img_overlay-container a.icon {
    width: 38px;
    height: 38px;
    font-size: 15px;
    line-height: 36px;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-right: 5px;
}

.img_overlay-container a.icon:hover {
    background-color: #cc141f;
    border-color: #cc141f;
}


/* ================================================
--> Elements Gallery style
================================================== */

.hover-overlay h4 {
    color: #ffffff;
}

.hover-overlay h4:hover {
    color: #ffffff;
}

.hover-overlay.overlay-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

i.overlay-icon {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
    color: #FFFFFF;
}

.slider-caption .caption-content {
    position: absolute;
    /* width: 100%; */
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-4deg);
    transform-origin: top left;
}

.slider-caption .caption-content-img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    color: #FFFFFF;
}

.slider-caption .caption-content-img .slogan {
    width: 90%;
}

.slider-caption .caption-content-img .strNodeName {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 0px 15px;
    margin: 0px auto;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.85);
}

.slider-caption .caption-content-img .description {
    font-weight: 600;
    font-size: 0.8rem;
    padding: 3px 10px;
    margin: 0px auto;
    color: #FFFFFF;
    background-color: #000000;
}

.slider-caption .caption-content a {
    transition: all 0.3s ease-out;
}

.slider-caption .caption-content .strNodeName,
.slider-caption .caption-content .strSubTitle {
    display: inline-block;
    font-weight: 300;
    white-space: nowrap;
    font-size: 20px;
    padding: 0px 15px;
}

.slider-caption .caption-content .strNodeName {
    color: #FFFFFF;
    background-color: #000000;
}

.slider-caption .caption-content .strSubTitle {
    margin-left: 0%;
    color: #000000;
    background-color: #FFFFFF;   
}

header.header-waypoint .slider-caption .caption-content .strSubTitle {
    margin-left: 6%;
    transition: all 0.8s ease-out;
}

.slider-caption .caption-content {
    top: 60%;
    left: -5px;
}

.graphic-platform .h6 {
    font-weight: 600;
}

.movie-inclined {
    transform: rotate(-5deg);
    max-width: 80%;
    border: solid 5px #FFFFFF;
    transition: all 0.8s ease-out;
}

section.section-waypoint .movie-inclined {
    transform: rotate(-1deg);
    transition: all 0.8s ease-out;
}

@media (max-width: 575px) {

}

@media (min-width: 576px) and (max-width: 767px) {

}

@media (min-width: 768px) {
    .polygon-1 {
        -webkit-clip-path: polygon(0% 100px, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 100px, 100% 0%, 100% 100%, 0% 100%);
        padding: 100px 0px 40px 0px;
        margin-top: -100px;
    }
    /*
    .tplHtmlBodyPortal main .bg-gradient-qs {
    padding: 150px 0px 75px 0px;
}
    */
}

body.body-scroll .img-relative {
    padding-top: 50px !important;
    transition: all 0.8s ease-out;
}

.carousel .carousel-inner .carousel-item .img-relative {
    opacity: 0;
    margin-left: 30px;
    transition: all 0.8s ease-out;
}

.carousel .carousel-inner .carousel-item.active .img-relative {
    opacity: 1;
    margin-left: 0px;
    margin-right: 200px;
    transition: all 0.8s ease-out;
}

body .carousel .carousel-inner .active.carousel-item.carousel-item-next .img-relative,
body .carousel .carousel-inner .active.carousel-item.carousel-item-prev .img-relative {
    opacity: 0;
    transition: all 0.8s ease-out;
}

@media (min-width: 992px) {
    body:not(.body-scroll) .img-relative {
        position: relative;
        z-index: 15;
        transition: all 0.8s ease-out;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-image-holder, .bg-image {
        /* height: 450px; */
    }
    .slider-caption .caption-content {
        top: 60%;
        left: 40%;
    }
    .slider-caption .caption-content .strNodeName,
    .slider-caption .caption-content .strSubTitle {
        font-size: 25px;
        padding: 0px 15px;
    }
    .slider-caption .caption-content-img .slogan {
        width: 90%;
    }
    .slider-caption .caption-content-img .strNodeName {
        font-size: 2rem;
        line-height: 2.6rem;
        width: 80%;
    }
    .slider-caption .caption-content-img .description {
        font-size: 1rem;
        padding: 3px 15px;
    }
}

@media (max-width: 991px) {
    .hover-overlay h4 {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    i.overlay-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

/*
@media (min-width: 1300px) {
    header .container {
        max-width: 1260px !important;
    }
}
*/

@media (min-width: 992px) and (max-width: 1400px) {
    .bg-image-holder, .bg-image {
        /* height: 555px; */
    }
    .slider-caption .caption-content {
        top: 50%;
        left: 45%;
    }
    .slider-caption .caption-content .strNodeName,
    .slider-caption .caption-content .strSubTitle {
        font-size: 30px;
        padding: 0px 15px;
    }
    .slider-caption .caption-content-img .slogan {
        width: 70%;
    }
    .slider-caption .caption-content-img .strNodeName {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .slider-caption .caption-content-img .description {
        font-size: 1rem;
        padding: 3px 15px;
    }
}

@media (min-width: 1400px) {
    .bg-image-holder, .bg-image {
        /* height: 700px; */
    }
    .slider-caption .caption-content {
        top: 50%;
        left: 45%;
    }
    .slider-caption .caption-content .strNodeName,
    .slider-caption .caption-content .strSubTitle {
        font-size: 40px;
        padding: 0px 20px;
    }
    .slider-caption .caption-content-img .slogan {
        width: 60%;
    }
    .slider-caption .caption-content-img .strNodeName {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    .slider-caption .caption-content-img .description {
        font-size: 1.1rem;
        padding: 5px 15px;
    }

}

@media (min-width: 1600px) {
    .slider-caption .caption-content-img .slogan {
        width: 50%;
    }
}



/*==============================================
--> 5.6 OUR SERVICES
================================================*/


.media-box {
    margin-bottom: 40px;
    position: relative;
    max-width: 100;
}

.media-box .media-icon {
    position: absolute;
    font-size: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    color: #CE1417;
}

.media-box .media-icon i {
    font-size: inherit;
}

.media-box .media-content {
    display: inline-block;
    padding-left: 70px;
}

.media-box .media-content h4 {
    font-weight: 500;
    transition: all 0.3s ease;
}
/*
.media-box .media-content a {
text-decoration: none;
}

.media-box .media-content a:hover h4 {
color: #CE1417;
}
*/

/*==================================
card
====================================*/
#cards_element .card {
    margin-bottom: 30px;
}

#cards_element .card .display-single_element p {
    margin-bottom: -10px;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.5rem;
        column-gap: 2rem;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
}

.card, .card-columns .card {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 40px;
}

.card .card_img {
    position: relative;
    width: 100%;
    height: 250px;
}

.card .card_img .bg-img {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eeeeee;
}

.card .card_img .bg-img.bg-contain {
    background-size: contain;
}

.card .card-img {
    border-radius: 0px;
}

.card .card-title {
    margin: 0px;
    padding: 15px 0 10px;
    transition: all 0.3s ease;
}

.card-columns .card .card-title {
    padding-top: 0px;
}

.card .card-title:hover {
    color: #CE1417;
}

.card.img-mid .card-title {
    padding-top: 0px;
}

.card.img-mid .card-block {
    padding: 0;
}

.card.img-mid .card-block p.card-text {
    padding: 0px 0px 15px;
}

.card.img-bottom .card_img {
    padding-top: 25px;
}

.card.img-bottom .card-title {
    padding-top: 0px !important;
}

.card .card-img-overlay p.card-text {
    color: #ffffff;
}

.card.card-inverse:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 20, 20, 0.7);
}

.card.card-style2 .card-block, .card.card-style3 .card-block {
    padding: 15px 0px 30px;
    position: relative;
    display: inline-block;
}

.card.card-style2 .card-block:before, .card.card-style3 .card-block:before {
    position: absolute;
    content: '';
    width: 50px;
    bottom: 0;
    height: 3px;
    background-color: #CE1417;
}

.card.card-style2:hover .card-block:before, .card.card-style3:hover .card-block:before {
    background-color: #CE1417;
}

.card.card-style3 .card-block {
    margin: -40px auto 0;
    background: #ffffff;
    border: 1px solid transparent;
    padding: 30px;
    padding-bottom: 50px;
    width: 85%;
    transition: all 0.3s ease;
}

.card.card-style3 .card-block:before {
    bottom: 35px;
    height: 2px;
    background-color: #e5e5e5;
}

.card.card-style3:hover .card-block {
    border: 1px solid #e5e5e5;
}

.card ul.list-inline li {
    margin-right: 10px;
}

.card ul.list-inline li:last-child {
    margin-right: 0px;
}

.card ul.list-inline li i {
    margin-right: 5px;
}

.card_img .no-image {
    background-image: url('/data/dataimages/upload/thumbnails/tmb_no-image.jpg');
    background-position: center center;
    background-size: cover;
    display: flex !important;
}

.no-image-icon:after,
.card_img .no-image:after {
    font-family: "Material Icons";
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga' 1;
    -webkit-font-smoothing: antialiased;
    content: "\e14c";
    font-size: 50px;
    color: #FFFFFF;
    margin: auto;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: solid 4px #FFFFFF;
    border-radius: 50%;
    text-align: center;
    opacity: 0.5;
}

/* make keyframes that tell the start state and the end state of our object */
@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.fade-in {
    opacity: 0;
    animation:fadeIn ease-in 1;
    animation-fill-mode:forwards;
    animation-duration:1s;
}

/* Video background */
.video-cover {
    width: max(100vw, 177.78vh);
    height: max(100vh, 56.25vw);
    aspect-ratio: 16 / 9;
    transform: translate(-50%, -50%);
}

.bg-video {
    background: linear-gradient(
        45deg,
        rgba(29, 30, 62, 0.85),
        rgba(51, 64, 130, 0.85),
        rgba(39, 89, 138, 0.85),
        rgba(63, 57, 134, 0.85),
        rgba(15, 24, 62, 0.85)
    );
}

.list-group-item.active {
    background-color: #CE1417;
    border-color: #CE1417;
}

.list-group-item.active > a {
    color: #ffffff;
}

.btn {
    -webkit-appearance: initial !important;
}

.btn i {
    font-size: inherit;
}

label.btn.active {
    border-left: solid 5px #000000 !important;
}

label.btn i {
    font-size: 1.3em;
}

.tplSectionTestimonials .slick-slide {
	height: 600px;
}

.tplSearchLogos .logo img {
	object-fit: contain;
    object-position: 50% 50%;
	height: 70px;
    max-width: 80%;
    filter: grayscale(0.6);
    transition: filter 1s ease-out;
}

.tplSearchLogos .logo img:hover {
    filter: grayscale(0);
    transition: filter 0.5s ease-out;
}


/* ================================================
--> Elements pagination style
================================================== */

.pagination {
    margin-bottom: 0px;
}

.pagination .page-item .page-link {
    border-radius: 0px !important;
    margin-right: 10px;
    color: #222222;
    font-size: 17px;
    height: 45px;
    width: 45px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dadada;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background-color: #CE1417;
    border: 1px solid #CE1417;
    color: #ffffff;
}

.pagination .page-item:last-child .page-link {
    margin-right: 0px;
}

/* VIDEO YOUTUBE */

iframe body.html5-video-player {
    background-color: #ffffff !important;   
}

/* custom colors */


.text-blue {
    color: #1E3F74;
}
.text-indigo {
    color: #6610f2;
}
.text-purple {
    color: #7A50CF;
}
.text-pink {
    color: #e83e8c;
}
.text-red {
    color: #CE1417;
}
.text-orange {
    color: #E66C45;
}
.text-yellow {
    color: #ffc107;
}
.text-green {
    color: #306B13;
}
.text-teal {
    color: #20c997;
}
.text-cyan {
    color: #4BA9D2;
}
.text-lightyellow {
 	color: #FFF305;   
}

.bg-blue {
    background-color: #1E3F74;
}
.bg-indigo {
    background-color: #6610f2;
}
.bg-purple {
    background-color: #7A50CF;
}
.bg-pink {
    background-color: #e83e8c;
}
.bg-red {
    background-color: #CE1417;
}
.bg-orange {
    background-color: #E66C45;
}
.bg-yellow {
    background-color: #ffc107;
}
.bg-green {
    background-color: #306B13;
}
.bg-teal {
    background-color: #20c997;
}
.bg-cyan {
    background-color: #4BA9D2;
}
.bg-lightyellow {
 	background-color: #FFF305;   
}

.bg-gradient-qs-qs {
    color: #FFFFFF;
    /*background-color: #008FD4;
    background: radial-gradient(ellipse at center, rgba(51,186,241,1) 0%, rgba(0,143,212,1) 100%); */
}

/******** THEME BLUE ********/

.animate-blue .bg-gradient-qs {
    background: linear-gradient(45deg, #1d1e3e, #334082, #27598a, #3f3986, #0f183e);
    background-size: 200% 200%;
    -webkit-animation: AnimationGradient 30s ease infinite;
    -moz-animation: AnimationGradient 30s ease infinite;
    animation: AnimationGradient 20s ease infinite;
}

.animate-blue .btn-primary:not(:disabled):not(.disabled):active,
.animate-blue .btn-primary:not(:disabled):not(.disabled).active,
.animate-blue .show>.btn-primary.dropdown-toggle,
.animate-blue .btn-primary:hover {
    background: linear-gradient(45deg, #334082, #0f183e);
    background-color: #334082;
}


.animate-blue .btn-primary {
    background: linear-gradient(45deg, #334082, #27598a);
    background-color: #334082;
    border-color: transparent;
    transition: all 2s ease-out;
}

.animate-blue .btn-primary:not(:disabled):not(.disabled):active,
.animate-blue .btn-primary:not(:disabled):not(.disabled).active,
.animate-blue .btn-primary:hover {
    background: linear-gradient(45deg, #334082, #0f183e);
    background-color: #334082;
    transition: all 2s ease-out;
}

/******** ANIMATION GRADIENTS ********/

@-webkit-keyframes AnimationGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationGradient { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.dropdown-toggle:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    content: "\f107";
}

.border-incline {
    transform-origin: left bottom;
    transform: rotate(-5deg);
    border-width: 2px !important;
}

.btn-group-toggle .btn-check:checked+.btn,
.btn-group-toggle :not(.btn-check)+.btn:active,
.btn-group-toggle .btn:first-child:active,
.btn-group-toggle .btn.active,
.btn-group-toggle .btn.show,
.btn-group-toggle .btn:hover {
    color: var(--bs-primary) !important;
}

.btn-group-toggle .btn-check:checked+.btn .badge,
.btn-group-toggle :not(.btn-check)+.btn:active .badge,
.btn-group-toggle .btn:first-child:active .badge,
.btn-group-toggle .btn.active .badge,
.btn-group-toggle .btn.show .badge,
.btn-group-toggle .btn:hover .badge {
    background-color: var(--bs-primary) !important;
    color: white !important;
    transition: all 0.3s ease-out;
}

/******** THEME MIXED COLORS LARGES ICONS ********/

.tplSearchIconTxt .row > div a,
.tplSearchIconBig .row > div a {
  color: #333333 !important;
}

.tplSearchIconTxt .row > div:nth-child(1n) .icon-text,
.tplSearchIconBig .row > div:nth-child(1n) .icon-text {
  border-color: #EE7752 !important;
}

.tplSearchIconTxt .row > div:nth-child(2n) .icon-text,
.tplSearchIconBig .row > div:nth-child(2n) .icon-text {
  border-color: #E73C7E !important;
}

.tplSearchIconTxt .row > div:nth-child(3n) .icon-text,
.tplSearchIconBig .row > div:nth-child(3n) .icon-text {
  border-color: #23A6D5 !important;
}

.tplSearchIconTxt .row > div:nth-child(4n) .icon-text,
.tplSearchIconBig .row > div:nth-child(4n) .icon-text {
  border-color: #23D5AB !important;
}