:root {
    --bs-orange: #fd6400;
    --bs-noir: #040404;
    --bs-orange-hover: #fe6500;
}

html {
    font-size: 100%;
    height: 100%;
}

body {
    color: var(--bs-noir);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: .025em;
    line-height: 1.7;
    font-weight: 500;
    background: #fff;
}


/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
}

h1 {
    font-size: 48px;
    line-height: 43px
}

h2 {
    font-size: 38px;
    line-height: 35px
}

h3 {
    font-size: 30px;
    line-height: 30px
}

h4 {
    font-size: 24px;
    line-height: 28px
}

h5 {
    font-size: 18px;
    line-height: 18px
}

h6 {
    font-size: 16px;
    line-height: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--bs-noir);
}

strong {
    font-weight: 500;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
    padding-bottom: 10px;
}

a {
    text-shadow: none !important;
    color: #f7ca47;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: 500;
}

.extra-bold {
    font-weight: 800;
}

.all-caps {
    text-transform: uppercase;
}

.light {
    font-weight: 300 !important;
}

.small-text {
    font-size: 12px !important;
}

.normal-text {
    font-size: 13px !important;
}

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


/* BG colors */

.bg_site_orange {
    background-color: var(--bs-orange)!important;
}

.bg_site_noir {
    background-color: var(--bs-noir)!important;
}


/* Font Colors */

.text-site-orange {
    color: var(--bs-orange) !important;
}

.text-site-noir {
    color: var(--bs-noir) !important;
}

.text-black {
    color: #1b1e24 !important;
}

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

.text-success {
    color: #0AA699 !important;
}

.text-info {
    color: #0090D9 !important;
}

.text-warning {
    color: #fbb05e !important;
}

.text-error {
    color: #F35958 !important;
}

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

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.horizontal-line {
    margin: 2rem 0 !important;
    border: 0;
    border-top: 1px solid #bfbfbf;
    /* border-bottom: 1px solid #000000; */
}

.horizontal-line.transparent {
    margin: 2rem 0 !important;
    border: 0;
    border-top: none;
    /* border-bottom: 1px solid #FEFEFE; */
}

.horizontal-line20 {
    width: 100%;
    margin: 0px 0 20px 0;
    float: left;
    border-top: 1px solid #ccc;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

img {
    max-width: 100%;
}


/*-----site style-----*/

#site {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main_content {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.inner_main {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -200;
    width: 100%;
    height: 100%;
}

.img_backsite {
    position: absolute;
    top: -130px;
    left: 55%;
    width: 2100px;
    height: auto;
    transform: translateX(-55%);
}


/* header */

header {
    position: fixed;
    width: 100%;
    z-index: 60;
    top: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    /*box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);*/
    background: #fff;
}

header.onscroll {
    background: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}

.subhead {
    height: 35px;
}

ul.top_head_list {
    margin: 0px;
}

ul.top_head_list li {
    color: #fff;
    margin-right: 10px;
    line-height: 23px;
    font-weight: 500;
    font-size: 15px;
}

.onscroll ul.top_head_list li {
    color: var(--bs-noir)
}

ul.top_head_list li:last-child {
    margin-right: 0px;
}

ul.top_head_list li i {
    color: var(--bs-orange);
    margin-right: 5px;
}

ul.top_head_link_list {
    text-align: right;
}

ul.top_head_link_list li {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    line-height: 44px;
    z-index: 3;
}

ul.top_head_link_list li:last-child {
    margin-right: 0px;
}

ul.top_head_link_list li a i {
    color: #f7ca47;
    margin-right: 5px;
}

ul.top_head_link_list li a {
    color: #f7ca47;
}

ul.top_head_link_list li:last-child a {
    padding: 13px 12px;
    color: #4C4C4C;
    position: relative;
    z-index: 3;
    font-weight: bold;
}

ul.top_head_link_list li:last-child a i {
    color: #4C4C4C;
    margin-right: 5px;
}

ul.top_head_link_list li:last-child:before {
    content: '';
    background: #f7ca47;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0px;
    width: 100%;
    z-index: 3;
}

.head .logo a {
    display: block;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.lh-30 {
    line-height: 30px;
}

.nav ul.menu {
    list-style: none;
    margin-top: 0px;
    padding: 0 0 0 0px;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

.nav ul.menu>li {
    margin: 0px 16px 0px 0;
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 0;
}

.nav ul.menu>li>a {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: -.5px;
    padding: 24px 0 25px 0px;
    font-weight: 900;
}

.nav ul.menu>li:hover>a {
    color: var(--bs-orange)!important;
}

.nav ul.menu li>ul.sub_menu {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    list-style: none;
    min-width: 230px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
    /* border-radius: 6px; */
    background-color: #f6f6f6;
}

.nav ul.menu>li.mega .sub_menu {
    position: fixed;
    top: 58px;
    width: 100%;
    overflow: hidden;
    padding: 35px 0;
}
.nav ul.menu > li.mega .sub_menu li > a{
    padding: 9px 20px 9px 40px;
}

.nav ul.menu li.mega {
    position: unset;
}

.nav ul.menu li.mega>ul.sub_menu li {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: none;
}

.nav ul.menu li>ul.sub_menu li {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.nav ul.menu li ul.sub_menu>li:last-child {
    border: 0;
    padding-bottom: 0;
}

.nav ul.menu li ul.sub_menu li>a {
    display: block;
    padding: 15px 20px 15px 40px;
    clear: both;
    letter-spacing: 0.04em;
    color: #000;
    transition: all 0.3s;
    line-height: 14px;
}

.nav ul.menu li ul.sub_menu li>a:hover {
    color: var(--bs-orange);
}

.nav ul.menu li:hover>ul,
.nav ul li.hovered>ul {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.nav ul.menu>li:last-child {
    margin: 0px 0px 0px 0;
}

.nav ul.menu>li:last-child>.sub_menu {
    left: unset;
    right: 0;
}

.nav ul.menu>li.active>a {
    color: var(--bs-orange)!important;
}

.megamenu-head {
    padding: 10px 20px!important;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #29418f !important;
}

.nav ul.menu li.mega>ul.sub_menu li::after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    top: 7px;
    left: 18px;
    font-size: 10px;
    content: '\f105';
}
.nav ul.menu li>ul.sub_menu li::after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    top: 14px;
    left: 18px;
    font-size: 10px;
    content: '\f105';
}

.login_section i {
    cursor: pointer;
    padding: 10px;
    color: #f7ca47;
    border-radius: 15px;
    -webkit-transition: color 400s ease-out;
    transition: color 400s ease-out;
    background: #fff;
    margin-right: 10px;
}

.search_section i {
    cursor: pointer;
    padding: 10px;
    color: #f7ca47;
    border-radius: 15px;
    -webkit-transition: color 400s ease-out;
    transition: color 400s ease-out;
    background: #fff;
}

.search_section i:hover,
.login_section i:hover {
    background: #29418f;
    -webkit-transition: color 400s ease-out;
    transition: color 400s ease-out;
}

.social-icons {
    font-size: 0;
}

.social-icons ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.social-icons li {
    display: inline-block;
    /* margin: 5px 5px 0 0; */
    vertical-align: top;
    position: relative;
}

.social-icons li:after {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    content: "";
    opacity: 0;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
    transition: transform .3s ease, background-color .35s, opacity .25s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social-icons li:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

div.social-icons li a {
    width: 36px;
    height: 36px;
    display: inline-block;
}

div.social-icons li:after {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    content: "";
    opacity: 0;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
    transition: transform .3s ease, background-color .35s, opacity .25s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

div.social-icons li:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

div.social-icons li.twitter:hover:after {
    background-color: #47c0d8
}

div.social-icons li.facebook:hover:after {
    background-color: #49699f;
}

div.social-icons li.linkedin:hover:after {
    background-color: #2c7cb7;
}

div.social-icons li.pinterest:hover:after {
    background-color: #c21c21;
}

div.social-icons li.rss:hover:after {
    background-color: #fe9900;
}

div.social-icons li.flickr:hover:after {
    background-color: #e82c88;
}

div.social-icons li.youtube:hover:after {
    background-color: #b72d24;
}

div.social-icons li.instagram:hover:after {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-icons li a:hover {
    border-color: transparent;
}

.circle-icons li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 3px solid transparent;
    font: 0/0 a;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

ul.social-icons li.twitter:hover:after {
    background-color: #47c0d8;
}

ul.social-icons li.facebook:hover:after {
    background-color: #49699f;
}

ul.social-icons li.linkedin:hover:after {
    background-color: #2c7cb7;
}

ul.social-icons li.pinterest:hover:after {
    background-color: #c21c21;
}

ul.social-icons li.rss:hover:after {
    background-color: #fe9900;
}

ul.social-icons li.gplus:hover:after {
    background-color: #c33d19;
}

ul.social-icons li.flickr:hover:after {
    background-color: #e82c88;
}

ul.social-icons li.instagram:hover:after {
    background-color: #517fa3;
}

ul.social-icons li.dropbox:hover:after {
    background-color: #5da3e8;
}

ul.social-icons li.youtube:hover:after {
    background-color: #b72d24;
}

ul.social-icons li.blogger:hover:after {
    background-color: #f38f33;
}

ul.social-icons li.evernote:hover:after {
    background-color: #73b122;
}

ul.social-icons li.dribbble:hover:after {
    background-color: #e65992;
}

ul.social-icons li.behance:hover:after {
    background-color: #18a3fe;
}

ul.social-icons li.lastfm:hover:after {
    background-color: #be0607;
}

ul.social-icons li.skype:hover:after {
    background-color: #24b0e4;
}

ul.social-icons li.vimeo:hover:after {
    background-color: #568799;
}

ul.social-icons li.forrst:hover:after {
    background-color: #628267;
}

ul.social-icons li.digg:hover:after {
    background-color: #2882c6;
}

ul.social-icons li.appstore:hover:after {
    background-color: #606060;
}

ul.social-icons li.wordpress:hover:after {
    background-color: #33759d;
}

ul.social-icons li.stumbleupon:hover:after {
    background-color: #eb4924;
}

ul.social-icons li.deviantart:hover:after {
    background-color: #5f7162;
}

ul.social-icons li.github:hover:after {
    background-color: #7292a2;
}

ul.social-icons li.mail:hover:after {
    background-color: #65a413;
}

.social-icons i {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    z-index: 3;
    -webkit-transition: color .35s ease-out;
    transition: color .35s ease-out;
}

.social-icons li i {
    display: block;
    line-height: 43px;
    color: #f7ca47;
}

.shortcades-social-icons-container .social-icons li i {
    color: #696b6c;
}


/*line height for header social-icons*/

div.social-icons li i {
    line-height: 30px;
}

.social-icons a:hover i {
    color: #fff;
}


/* Back To Top */

.back-to-top {
    background: var(--bs-noir);
    border-radius: 50%;
}

.back-to-top {
    position: fixed;
    bottom: 12px;
    right: 9px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    z-index: 59;
}

.back-to-top:hover,
.back-to-top.auto {
    color: transparent;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.back-to-top:hover:before,
.back-to-top.auto:before {
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:hover:after,
.back-to-top.auto:after {
    animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #fff;
    width: 3px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    color: #fff;
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8px;
    transform: translateY(50px) rotateZ(45deg);
}

.pulse-button {
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 rgba(233, 89, 6, 0.7);
    border-radius: 50%;
    background-color: #ef5716;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes tipUp {
    0% {
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@keyframes lineUp {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(-70px);
    }
}

.wide-container {
    max-width: 100%;
    height: 600px;
    margin: 0px auto 0 auto;
    z-index: 2;
    position: relative;
}

.img_container {
    overflow: hidden;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
}

.sub_head .nav {
    justify-content: start;
    align-items: center;
}
ul.language{
    display: flex;
    padding: 0;
    margin: 0 0 0 auto;
}
.language li a {
    font-weight: 800;
    color: #fff;
    font-size: 13px;
    border-radius: 100px;
    background: #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    margin: 0 3px;
    border: 1px solid transparent;
}
.language li.active a{
    background: var(--bs-orange);
    color: #fff;
}
.language li:hover a { 
    color: #000;
    border: 1px solid var(--bs-orange);
    background: transparent;
}

.img_container img {
    position: absolute;
    top: 0!important;
}

.empty_box {
    height: 350px;
    position: relative;
    z-index: 8;
    width: 120%;
}

#slides {
    position: relative;
    overflow: visible!important;
}

#slides ul.slides-container li {
    overflow: visible!important;
}

#slides img {}

.slide_box_content {
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.content_slide {
    color: #fff;
    display: block;
    line-height: 25px;
    font-size: 24px;
}

.content_slide span.title_content {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 31px;
}

.content_slide span.text_content {
    display: block;
}

a.simple_link {
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-orange);
    position: relative;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

a.simple_link i {
    background: #fff;
    position: absolute;
    right: -31px;
    top: 4px;
    font-size: 19px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
}

a.simple_link:hover i {
    right: -25px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.inner_zone {
    padding: 70px 0;
}

.section-title.left {
    text-align: left;
}

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

.section-title.center {
    text-align: center;
}

.section-title.center .sub-heading {
    margin: 0 auto;
}

.section-title .sub-heading {
    display: block;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 19px;
    color: #ffffff;
    background: #fe6500;
    border-radius: 100px;
    text-align: center;
    padding: 5px 10px;
}

.vp_word {
    margin-left: -80px;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
}

.vp_img {
    position: absolute;
    top: -180px;
}

.vp_name {
    padding: 2px 32px;
    color: #f7ca47;
    font-size: 20px;
    line-height: 20px;
}

.vp_name span {
    display: block;
    font-size: 10px;
}

.img_special {
    max-width: unset;
    width: fit-content;
    border-radius: 15px 0 0 15px;
    box-shadow: -15px 12px 20px 4px rgb(0 0 0 / 14%);
}

.relative {
    position: relative;
}

.content_inner_page {
    z-index: 0;
    position: relative;
}

.overlay_bg {
    background: rgb(0 0 0);
    background: linear-gradient(126deg, rgb(0 0 0 / 76%) 33%, rgb(0 0 0 / 0%) 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
    transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
}

.news_section {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.box_head {
    background: #29418f;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#news.inner_zone {
    padding: 70px 40px 110px;
}

.exp_zone_left {
    position: absolute;
    left: -370px;
    width: 440px;
    top: 30px;
    z-index: 2;
}

.exp_zone_left h4.title {
    padding-right: 120px;
    margin-bottom: 40px;
}

.exp_zone_inner {
    background: #f7ca47;
    padding: 20px 30px 20px 20px;
    box-shadow: -11px 14px 20px 4px rgb(0 0 0 / 12%);
    position: relative;
}

.exp_zone_left p {
    text-align: justify;
    font-weight: bold;
}

ul.list_exp li a {
    display: block;
    color: #4C4C4C;
    font-weight: 600;
    border-bottom: 1px solid #ba9017;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

ul.list_exp li:last-child a {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.list_exp li a i {
    font-size: 20px;
    text-align: right;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

ul.list_exp li:hover a {
    color: #fff;
}

ul.list_exp li:hover a i {
    right: -5px;
    color: #fff;
    transform: scale(1.5)
}

.box_commision:hover {
    background: #203065;
}

.box_commision:hover h4 {
    color: #f7ca47;
}

.box_commision:hover p {
    color: #fff;
}

.box_commision {
    background: #fff;
    padding: 20px;
    position: relative;
    transition-delay: 0.2s;
    transition: all 0.2s;
    margin-bottom: -60px;
    display: flex
}

.box_commision .img_zone {
    flex: 1;
}

.content_box_commission {
    flex: 3;
}

.box_commision p {
    color: #4C4C4C;
    font-weight: 500;
}

.box_commision img {
    margin-bottom: 10px;
}

.box_commision h4 {
    color: #4C4C4C;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px
}

.the-arrow {
    width: 64px;
    transition: all 0.2s;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.the-arrow>.shaft {
    background-color: #f7ca47;
    display: block;
    height: 1px;
    position: relative;
    transition: all 0.2s;
    transition-delay: 0;
    will-change: transform;
}

.box_commision:hover a .the-arrow.-right>.shaft {
    width: 55px;
}

.the-arrow.-right>.shaft {
    width: 34px;
    transition-delay: 0.2s;
}

.the-arrow.-right>.shaft:before {
    transform: rotate(40deg);
}

.the-arrow.-right>.shaft:before,
.the-arrow.-right>.shaft:after {
    width: 8px;
    transition-delay: 0.3s;
    transition: all 0.5s;
}

.the-arrow>.shaft:before {
    transform-origin: top right;
}

.the-arrow>.shaft:before,
.the-arrow>.shaft:after {
    background-color: #f7ca47;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
    transition-delay: 0;
}

.the-arrow.-right>.shaft:after {
    transform: rotate(-40deg);
}

.the-arrow>.shaft:after {
    transform-origin: bottom right;
}

.box_com_svg {
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: bottom right;
    transition: all 0.4s ease;
}

.event_box {
    position: relative;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    transition: all ease 0.4s;
    background: #000;
}

.tag_option li {
    display: inline-block;
    margin: 0px 6px 0px 0;
    line-height: 13px;
}

.tag_option li a {
    color: #29418f;
    font-size: 10px;
}

.event_box:hover h5 {
    color: #fff;
}

.event_box:hover .tag_option li a {
    color: #fff;
}

.event_box:hover h5::after {
    background: #fff;
}

.event_box h5 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.event_box h5::after {
    content: "";
    position: absolute;
    background: #29418f;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 2px;
}

#news ul.list_exp li a {
    padding: 20px;
    color: #fff;
    border-bottom: 1px solid #3751a6;
    margin: 0;
}

#news ul.list_exp li:last-child a {
    border: 0;
}

.mini_content {
    margin-bottom: 20px;
    line-height: 18px;
}

.img_box {
    overflow: hidden;
    transition: all 0.4s ease;
    height: 250px;
    width: 100%;
    top: 0;
    opacity: .4;
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgb(41 65 143 / 98%);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    background: #f7ca47;
    font-size: 20px;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    color: #fff;
    border: transparent;
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #f7ca47;
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
    font-weight: 400;
    padding-right: 65px;
    border-radius: 0px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    right: 12px;
    color: #fff;
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

.popup-search-box button.searchClose:hover {
    color: #f7ca47;
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    transform: rotate(90deg);
}

.event_inner {
    padding: 25px;
    background: #fff;
    z-index: 1;
    height: 250px;
    position: absolute;
    top: 0;
    transition: all ease 0.4s;
    width: 100%;
}

.event_box:hover .event_inner {
    background: transparent;
    transition: all ease 0.4s;
}

#news .section-title .sub-heading.f_left {
    float: left;
}

#news .nav ul.menu>li>a {
    color: #f7ca47;
}

#news .nav ul.menu li {
    padding: 0 0 0px 0px;
}

#news .nav ul.menu li>ul.sub_menu {
    top: 35px;
    background-color: #f7ca47;
}

#news .nav ul.menu li ul.sub_menu li>a {
    color: #000000 !important;
}

#news .nav ul.menu {
    margin-right: 0px;
}

#news .nav ul.menu li>ul.sub_menu li::after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    top: 4px;
    left: 7px;
    font-size: 10px;
    content: '\f105';
    color: #000;
}

ul.box_agenda li {
    background: #fff;
    align-items: center;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
}

ul.box_agenda li .img_box {
    height: 100px;
    width: 100px;
    opacity: 1;
    float: left;
    margin-right: 20px;
}

.content_zone_agenda {
    padding: 20px 33px 20px 20px;
}

ul.box_agenda li:last-child {
    border-bottom: 0;
}

ul.box_agenda li:hover {
    background: #f7ca47;
}

.box_agenda .title {
    color: #29418f;
    line-height: 17px;
    font-weight: bold;
}

.box_agenda .date {
    font-size: 10px;
}

.box_agenda .date i {
    margin-right: 10px;
}

.video-item .itembox_vid {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.video-item .itembox_vid a {
    text-decoration: none;
    display: block;
    transition: all .3s ease;
    color: #4C4C4C;
}

.video-item .itembox_vid .video-thumb {
    width: calc(50% - 10px);
    height: 100px;
    margin-right: 10px;
    float: left;
    position: relative;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.video-thumb .cover {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-thumb .cover i {
    position: absolute;
    font-size: 20px;
    color: #fff;
    right: 10%;
    bottom: 15%;
}

.video-info {
    padding: 10px;
    line-height: 14px;
}

.post-date {
    font-size: 10px;
    margin-top: 10px;
    display: block;
    font-weight: normal;
}

.post-date i {
    margin-right: 10px;
}

.photo-item .itembox_vid {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.photo-item .itembox_vid a {
    text-decoration: none;
    display: block;
    transition: all .3s ease;
    color: #4C4C4C;
}

.photo-item .itembox_vid .photo-thumb {
    width: calc(50% - 10px);
    height: 100px;
    margin-right: 10px;
    float: left;
    position: relative;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.photo-thumb .cover {
    position: absolute;
    width: 100%;
    height: 100%;
}

.photo-thumb .cover i {
    position: absolute;
    font-size: 20px;
    color: #fff;
    right: 10%;
    bottom: 15%;
}

.photo-info {
    padding: 10px;
    line-height: 14px;
}

ul.footer_list li a {
    color: #000;
    line-height: 23px;
}

ul.footer_list li {
    line-height: 18px;
    position: relative;
    padding-left: 20px;
}

ul.footer_list li ::after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    top: -1px;
    left: -18px;
    font-size: 10px;
    content: '\f105';
}

.copyright {
    text-align: left;
}

.propulse {
    text-align: right;
}

footer .inner_zone {
    padding-bottom: 25px;
}

.newsletter {
    background: #29418f26 url(../images/union_stars.png) no-repeat;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
    position: relative;
    border: 1px solid #29418f;
    background-size: 350px;
    background-position-x: right;
    background-position-y: 10px;
}

.cover_news {
    position: absolute;
    width: 260px;
    height: 200px;
    right: 0;
    bottom: -46px;
}

.cover_news .cover_1 {
    width: 140px;
    height: 154px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: absolute;
}

.cover_news .cover_2 {
    width: 140px;
    height: 184px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: absolute;
    right: 30px;
    top: -30px;
    box-shadow: -10px -1px 8px 0px rgb(40 65 142 / 53%);
}

.newsletter form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #29418f;
    background-color: transparent;
    padding-left: 30px;
    color: #29418f;
    border-radius: 50px;
    font-weight: 400;
    padding-right: 65px;
    border-radius: 0px;
}

.newsletter form button {
    position: absolute;
    top: 0px;
    background: #29418f;
    border: none;
    color: #fff;
    font-size: 20px;
    right: 12px;
    color: #fff;
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
    right: 0;
}

.newsletter small {
    color: #22387f;
}

.newsletter h2,
.newsletter p {
    color: #22387f;
}

.newsletter form {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
    position: relative;
}

.newsletter ::-webkit-input-placeholder {
    color: #22387f;
}

.newsletter :-moz-placeholder {
    /* FF 4-18 */
    color: #22387f;
    opacity: 1;
}

.newsletter ::-moz-placeholder {
    /* FF 19+ */
    color: #22387f;
    opacity: 1;
}

.newsletter :-ms-input-placeholder {
    /* IE 10+ */
    color: #22387f;
}

.newsletter ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #22387f;
}

.newsletter ::placeholder {
    /* modern browser */
    color: #22387f;
}

.elmt_input {
    width: 100%;
    margin-right: 20px;
}

.exp_zone_right {
    position: relative;
}

.msg {
    position: absolute;
    z-index: 1;
    right: 0;
    transform: translateY(-50%);
    top: 100%;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    line-height: 61px;
    text-align: right;
}

.popup-search-box ::-webkit-input-placeholder {
    color: #fff;
}

.popup-search-box :-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
    opacity: 1;
}

.popup-search-box ::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
    opacity: 1;
}

.popup-search-box :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.popup-search-box ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.popup-search-box ::placeholder {
    /* modern browser */
    color: #fff;
}

.newsletter_btn {
    background: #f7ca47;
    text-align: center;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    border: transparent;
    margin-top: 6px;
}

footer .nice-select {
    background-color: transparent;
    border-radius: 0;
    border-bottom: solid 1px #e8e8e8;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    margin-bottom: 0;
    padding: 9px 0;
}

footer .logo {
    width: 170px;
}

footer .logo_partner {
    width: 200px;
    margin: 0 0 0 auto;
}

.sticky_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: inherit;
    font-weight: 600;
    font-size: 12px;
    height: 41px;
    line-height: 14px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 16px;
}

.option_btn_menu {
    position: fixed;
    right: 30px;
    bottom: 24px;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    background: var(--bs-orange);
    /* border: 2px solid #f7ca47; */
    z-index: 28;
    text-align: center;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 18%);
    cursor: pointer;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    border-radius: 100px;
}

.option_btn_menu i {
    font-size: 24px;
    color: #fff;
    line-height: 53px;
}

.lang {
    width: 100%;
    display: block;
}

.lang .btn {
    width: 100%;
    text-align: left;
    background: #f7ca48;
    margin-top: 40px;
    position: relative;
    font-size: 13px;
    padding: 11px 12px;
    z-index: 1;
    color: #29418f;
    box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 10%);
}

.lang .dropdown-item {
    font-size: 13px;
    background-color: #f7ca48;
    color: #29418f;
}

.lang .dropdown-menu.show {
    display: block;
    width: 100%;
    background: #f7ca48;
}

.lang i {
    font-size: 17px;
    margin-right: 10px;
}

.menu_wrapper_tchat {
    position: fixed;
    width: 300px;
    height: auto;
    border-radius: 5px;
    font-weight: 500;
    background: #ffffff;
    overflow: hidden;
    right: 47px;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
    z-index: 27;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    bottom: 40px;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    transform-origin: right bottom;
}

.menu_shown_option .menu_wrapper_tchat {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    pointer-events: all;
    visibility: visible;
}

.menu_wrapper_tchat .outer {
    display: table;
    width: 100%;
    height: 100%;
}

.menu_wrapper_tchat .inner {
    padding: 40px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.close_zone {
    font-size: 30px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
}

ul.menu_nav_tchat {
    padding: 0 0 0 0;
    margin: 0;
}

ul.menu_nav_tchat li {
    display: block;
}

ul.menu_nav_tchat li a {
    font-size: 12px;
    border-radius: 5px;
    color: var(--bs-orange);
    font-weight: 600;
    line-height: initial;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out;
    border: 2px solid var(--bs-orange);
    justify-content: center;
}

ul.menu_nav_tchat li a i {
    margin-right: 16px;
    font-size: 24px;
}

ul.menu_nav_tchat li a p {
    margin: 0;
}

ul.menu_nav_tchat li:hover a {
    background: var(--bs-orange);
    color: #fff;
}

.zone_member {
    padding: 20px;
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 20px;
}

.option_btn_menu:hover {
    background: var(--bs-noir);
    color: #fff;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.head .logo img {
    width: 170px;
    /* padding: 10px; */
    background: #fff;
    margin-right: 17px;
}

.head .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.head .logo::after {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    background: #fff;
    right: 0;
    z-index: -1;
}

.zone_head {
    display: flex;
    align-items: center;
}

.elmt_annexe {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    position: relative;
}

.elmt_annexe::after {
    content: "";
    width: 1000%;
    background: var(--bs-orange);
    height: 68px;
    position: absolute;
    top: -13px;
    left: -26px;
    bottom: 0;
    z-index: -1;
    padding: 10px 20px;
    transform: skewX(-18deg);
}

.elmts_menu {
    display: block;
    height: 100%;
    background: #fe6500;
    width: 70px;
}

.menu-button span {
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.menu-button {
    width: 45px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    margin: auto 0 auto auto;
    top: 24px;
    text-align: center;
    display: none;
}

.menu-button .line-1,
.menu-button .line-2,
.menu-button .line-3 {
    position: relative;
    height: 3px;
    background: #fe6500;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
}

.menu-button .line-2 {
    top: 12px;
}

.menu-button .line-1 {
    top: 5px;
}

.menu-button .line-3 {
    top: 19px;
}

.menu_shown .menu-button .line-1 {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
    top: 16px;
}

.menu_shown .menu-button .line-2 {
    opacity: 0;
    transition-delay: .12s;
}

.menu_shown .menu-button .line-3 {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-45deg);
    top: 10px;
}

body.body--static {
    height: 100%;
    overflow: hidden;
}

.menu_shown .menu_wrapper {
    opacity: 1;
    transform: translate(0%);
    /* transition: 400ms cubic-bezier(.25,.46,.45,.94); */
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
}

.menu_wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    font-weight: 500;
    /*min-height: 500px;*/
    background:rgb(254 101 0);
    overflow: auto;
    left: 0;
    /* padding: 40px 40px 40px 40px; */
    transform: translateX(-100%);
    opacity: 1;
    z-index: 29;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 400ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 400ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 400ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 400ms cubic-bezier(.19, 1, .22, 1);
    padding-bottom: 300px
}

.menu_shown .menu_wrapper .inner {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.menu_wrapper .inner {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -moz-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate3d(-100px, 0px, 0px);
    -ms-transform: translate3d(-100px, 0px, 0px);
    transform: translate3d(-100px, 0px, 0px);
    opacity: 0;
    z-index: 10;
    webkit-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -o-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
}

.menu_wrapper ul.menu {
    padding: 0;
    width: auto;
    height: 100%;
    overflow-y: auto;
}

.menu_wrapper ul.menu li a {
    background: transparent;
    color: #ffffff;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    /* border-top: 1px solid rgba(255,255,255,0.30); */
    border-bottom: 1px solid rgb(254 150 81);
    padding: 20px 15px 20px 20px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.menu_wrapper ul.menu li a .btn.expander {
    background: none;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 19px;
    border-radius: 0px;
    position: absolute;
    top: 10px;
    right: 20px;
    outline: none;
}

.menu_wrapper ul.menu ul.sub_menu {
    padding: 0;
    background: #040404;
}

.menu_wrapper ul.menu ul.sub_menu li a {
    padding: 10px 50px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #3a3a3a;
}

.menu_wrapper ul.menu ul.sub_menu li a:after {
    position: absolute;
    content: " \f101";
    font-family: Font Awesome\ 5 Pro;
    width: 24px;
    height: 24px;
    top: 13px;
    left: 22px;
    font-size: 10px;
}
.menu_wrapper ul.menu li.active a{
    background: #000;
}

.bg_in.inner_main {
    z-index: 0;
}

.bg_in.inner_main .img_backsite {
    top: 0;
}

#stats .inner_zone {
    padding: 130px 40px 50px;
}

#stats {
    background: #f8f8f8;
}

.stat_elmt {
    font-size: 23px;
    color: #000;
}
.about_page .stat_elmt {
    display: flex;
    align-items: center;
}
.about_page .stat_elmt i {
    margin-right: 30px;
    font-size: 60px;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    color: var(--bs-orange);
}
.about_page .num_inner span{
    line-height: 37px;
}
.stat_elmt i {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: var(--bs-orange);
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 30px;
    transform: scale(.8);
}

.stat_elmt img {
    margin-right: 9px;
}

.num_inner span {
    font-size: 49px;
    color: #fe6500;
    line-height: 48px;
    font-weight: bold;
    display: block;
}

.num_inner {
    line-height: 16px;
    font-size: 15px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-email {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}

.phone-email i {
    color: #fff;
    font-size: 34px;
    float: right;
    height: 34px;
    margin-left: 15px;
}

.phone-email h4 {
    margin-bottom: -5px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    line-height: 1;
    color: #fff;
}

.phone-email small {
    line-height: 1;
    color: #fff;
}

ul.menu_footer {
    margin: 0;
    padding: 0;
}

ul.menu_footer li {
    position: relative;
    padding-left: 16px;
}

ul.menu_footer li a {
    color: #000;
}

ul.menu_footer li::after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    font-size: 10px;
    content: '\f105';
    color: #000;
}

ul.footer_copylink {
    margin: 0;
    padding: 0;
}

ul.footer_copylink li {
    display: inline-block;
    margin-right: 26px;
    position: relative;
    padding-left: 2px;
}

ul.footer_copylink li a {
    color: var(--bs-noir);
}

ul.footer_copylink li::after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    top: 4px;
    left: -12px;
    font-size: 10px;
    content: '\f105';
    color: var(--bs-noir);
}

ul.footer_copylink li:last-child {
    margin: 0;
}

.btn_link {
    border-radius: 100px 100px 100px 100px;
    padding: 8px 54px 8px 14px;
    background: #fff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    border: 2px solid transparent;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}

.btn_link i {
    height: 27px;
    width: 27px;
    color: var(--bs-orange);
    text-align: center;
    background-color: #fff;
    border-radius: 100px;
    line-height: 28px;
    font-size: 13px;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    right: 11px;
    transform: translateY(-50%);
    top: 50%;
}

.btn_link:hover {
    background: #fff;
    color: var(--bs-orange);
}

.btn_link:hover i {
    color: var(--bs-orange);
    background: var(--bs-noir);
}

.btn_link.black:hover {
    background: #fff;
}

.btn_link.black {
    background: var(--bs-noir);
}

.btn_link.orange {
    background: var(--bs-orange);
}

.btn_link.orange:hover {
    background: #fff;
}

.footer_box {
    background: #e95e0282 no-repeat;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
    position: relative;
    border: 1px solid #de5901;
}

.footer_box h1 {
    color: #000;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 28px;
}

.img_elmts_float {
    width: 250px;
    bottom: 0px;
    right: 15px;
    position: absolute;
    z-index: 1;
}

.img_elmts_float_2 {
    width: 180px;
    bottom: 25px;
    right: 195px;
    position: absolute;
    z-index: 0;
}

.img_elmts_float_3 {
    width: 220px;
    bottom: 25px;
    right: -65px;
    position: absolute;
    z-index: 0;
}

.custom_elmt_box .img_elmts_float_3 {
    width: 200px;
    bottom: -39px;
    right: -45px;
    position: absolute;
    z-index: 0;
}

footer {
    background: url("../images/footer-bg.jpg") no-repeat;
    background-size: cover;
}

#partner {
    background: #fff;
}

#partner .swiper-slide img {
    width: 100%;
}

#partner {
    background: #fff;
    box-shadow: 0px 20px 12px 0px #0000001c;
    position: relative;
}

#partner .inner_zone {
    padding: 30px 0;
}

.custom_elmt_box {
    position: relative;
    background: var(--bs-noir);
    padding: 100px 80px 70px 0;
    z-index: 1;
    height: 100%;
    top: -40px;
    border-radius: 0 1.5rem 1.5rem 0;
}

.custom_elmt_box::after {
    position: absolute;
    content: "";
    background-color: var(--bs-noir);
    width: 1000%;
    height: 100%;
    top: 0;
    left: -1000%;
}

.custom_elmt_box.grey {
    background: #eaeaea;
    padding: 60px 60px 60px 0;
    top: 0;
    border-radius: 0;
}

.custom_elmt_box.grey::after {
    background: #eaeaea;
}

#services .img_elmts_float_2 {
    width: 209px;
    top: -31px;
    right: -50px;
    bottom: unset;
}

.box_service {
    padding: 63px 25px 25px 25px;
    background-color: #f3f3f3;
    transition: 0.3s;
    height: 340px;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
}

.box_project {
    position: relative;
    border-radius: 1.5rem;
    border: 1px solid #e7e7e7;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.box_project:hover {
    background: var(--bs-orange);
    border: 1px solid var(--bs-orange);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.box_project .small-text{
    color: var(--bs-orange);
}
.box_project:hover .small-text{
    color: #fff;
}
.box_project h6 span{
    color: #9b9b9b;
}
.box_project:hover h6 span{
    color: #000;
} 

.fullwidth_link {
    inset: 0px;
    position: absolute;
    z-index: 1;
}
.work_page .box_project .img_bg {
    height: 270px;
}
.box_project .img_bg {
    width: 100%;
    height: 100%;
    height: 190px;
    overflow: hidden;
    background-size: cover !important;
    border-radius: 1.5rem;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box_project i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    background: var(--bs-orange);
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    transform: rotate(-45deg);
    font-size: 20px;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box_project:hover {
    transform: scale(.95);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box_project:hover h6 {
    color: #fff;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box_project:hover i {
    transform: rotate(0deg) scale(.8);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.services-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px 30px 30px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 90%);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box_service .services-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: 0.3s;
    z-index: 0;
    background: #f3f3f3;
}

.box_service h4 {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
}

.box_service i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    background: var(--bs-orange);
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    transform: rotate(-45deg);
    font-size: 20px;
    z-index: 1;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box_service:hover i {
    transform: rotate(0deg) scale(.8);
}

.mission_title {
    height: 200px;
    background: var(--bs-orange);
    position: relative;
}

.mission_title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    background: var(--bs-orange);
    top: 0;
}

.mission_content {
    background: var(--bs-noir);
    position: relative;
}

.mission_content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    background: var(--bs-noir);
    top: 0;
}

.mission_content .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    top: -48px;
    left: -48px;
}

.owl-nav {
    display: flex;
}

.mission_content .owl-controls .owl-nav div {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    font-size: 0;
    position: relative;
    background: #fff;
}

.mission_content .owl-controls .owl-nav :first-child {
    background: var(--bs-orange);
}

.mission_content .owl-prev::after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 18px;
    content: '\f104';
    color: #000;
}

.mission_content .owl-next::after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 18px;
    content: '\f105';
    color: #000;
}

.num_elmt {
    font-size: 40px;
    color: var(--bs-orange);
    line-height: 57px;
    margin-right: 29px;
}
.num_elmt.why {
    border-radius: 100px;
    font-size: 25px;
    color: #ffffff;
    line-height: 57px;
    margin-right: 29px;
    background: #fe6500;
    width: 60px;
    height: 60px;
    text-align: center;
}

.img_elmts_float_4 {
    width: 250px;
    top: -39px;
    left: -45px;
    position: absolute;
    z-index: 0;
}

.img_elmts_float_5 {
    width: 310px;
    bottom: 0;
    left: -235px;
    position: absolute;
    z-index: 0;
}

.img_elmts_float_6 {
    width: 500px;
    bottom: -100px;
    left: 0;
    position: absolute;
    z-index: 0;
}

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

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

#mission .overlay_bg {
    background: rgb(254 101 0);
    background: linear-gradient(126deg, rgb(254 101 0 / 63%) -7%, rgb(254 101 0 / 30%) 100%);
    z-index: 0;
}

.owl-carousel.project_list .owl-stage {
    padding: 0px 0px;
}

.box_project .num_projet {
    font-size: 40px;
    color: black;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.wide-container .slides-navigation {
    top: 0;
    width: 50px;
    right: 40px;
    display: flex;
}

.wide-container .slides-navigation a {
    position: unset;
    font-size: 0;
}

.wide-container .slides-navigation a.next::after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 22px;
    color: #000;
    width: 70px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    content: "";
    content: '\f105';
    position: absolute;
    background: #e6e6e6;
    top: -60px;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.wide-container .slides-navigation a.prev::after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 22px;
    color: #000;
    width: 70px;
    height: 60px;
    text-align: center;
    line-height: 62px;
    content: "";
    content: '\f104';
    position: absolute;
    position: absolute;
    background: #fff;
    right: 0;
    top: -60px;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.wide-container .slides-navigation a.next {
    position: relative;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.wide-container .slides-navigation a.prev {
    position: relative;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.wide-container .slides-navigation a.prev:hover::after {
    background: #d4d4d4;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.wide-container .slides-navigation a.next:hover::after {
    background: #cfcfcf;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header_page {
    height: 320px;
    background: #000;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 88px;
    overflow: hidden;
    z-index: 0;
}


/* -------------------------------------------
breadcrumbs
------------------------------------------- */

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.breadcrumbs li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs li a {
    color: #ffffff59;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.breadcrumbs li a:hover {
    color: #fff;
}

.breadcrumbs li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 15px;
}

.breadcrumbs li:last-child {
    cursor: not-allowed;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li:last-child a {
    pointer-events: none;
    color: #fff;
}

.info ul {
    padding-left: 40px;
    margin: 0;
}

.info li {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.info li i {
    position: absolute;
    top: 3px;
    left: -34px;
    font-size: 16px;
    color: var(--bs-orange);
}

.info li span {
    display: block;
    color: var(--bs-orange);
    font-weight: bold;
}

.form-control-wrap.icon_elmt .form-control {
    padding-left: 50px;
}

.form-control,
.form-select {
    display: block;
    width: 100%;
    height: 57px;
    padding: 12px 66px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7e8e8;
    border-radius: 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-wrap.icon_elmt i {
    position: absolute;
    top: 23px;
    left: 20px;
    color: var(--bs-orange);
}

.form-control-wrap {
    position: relative;
    display: block;
}

.form_contact label {
    color: #9d9d9d;
    margin-bottom: 10px;
}

textarea.form-control {
    min-height: 120px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--bs-orange);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ff620031;
}

.form-check-input:focus {
    border-color: var(--bs-orange);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ff620031;
}

.linkbtn {
    background: var(--bs-orange);
    color: #fff;
    font-weight: bold;
    white-space: normal;
    border: 0 none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    padding: 9px 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: relative;
}

#map {
    height: 400px;
    position: relative;
    z-index: 1;
    filter: grayscale(1);
    overflow: hidden;
}

.img_bg_headerpage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.img_inpage {
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
}

.ft_img {
    height: 163px;
    width: 100%;
    margin-bottom: -50px;
}
ul.content_list li {
    line-height: 18px;
    margin: 0px 0px 10px;
    text-align: justify;
    padding-left: 35px;
    position: relative;
}
ul.content_list li::before {
    content: "\f058";
    color: var(--bs-orange);
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    font-family: Font Awesome\ 5 Pro;
    top: 0px;
}

.pagination {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style: none;
  }
  .pagination__item--prev {
    margin-right: 15px;
    margin-left: 0;
  }
  .pagination__item {
    margin: 0 4px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 10px;
    background: #fff;
    border-radius: 13px;
    border: 1px solid #eaeaea;
  }
  .pagination__item i, .pagination__item span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
  }
  .pagination__item.pagination__item--active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    background: var(--bs-orange);
  }
  .pagination__item.pagination__item--active span{
    color: #fff;
  }
  .pagination__item:hover span, .pagination__item:hover i{
    color: var(--bs-orange);
  }
  ul.content_list, ul.content_list2 {
    padding: 0;
    margin: 0 0 20px  0;
}


.content_article.phototheque .justified-gallery .zone_img {
    height: 200px;
    border: 6px solid #fff;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border: 6px solid #fff;
    margin: 0;
    background-size: cover;
}
#lightgallery a:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00e";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    width: 35px;
    height: 35px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    transform-style: preserve-3d;
    line-height: 38px;
    text-align: center;
}
#lightgallery a {
    position: relative;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    margin-bottom: 24px;
}
#lightgallery a:hover:after{
    opacity: 1
}
.content_article.phototheque .justified-gallery .zone_img:hover{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.content_article .zone_img {
    height: 400px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
}
.custom .modal-body {
    padding: 0 70px 70px 70px;
}
a.link_phone {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a.link_phone:hover {
    color: #fff;
    text-decoration: underline;
}

#responseMessage{
    display: block ;
    width: 100%;
    margin-bottom: 20px;
}

/*-----responsive site style-----*/

@media (max-width: 575.98px) {
    .top_head_list { display: none;}
    .elmt_annexe {display: none;}
    .head .logo img { width: 150px;}
    header {background: #fff;}
    .elmts_menu {height: 73px;margin: 0 0 0 auto;}
    .wide-container {height: 300px;margin-top: 70px;}
    .content_slide span.title_content {font-size: 18px;line-height: 21px;}
    .custom_elmt_box {padding: 30px 0px 30px 10px;top: 0;border-radius: 0;}
    .custom_elmt_box::after {left: -100%;right: -100%;z-index: -1;}
    .custom_elmt_box .img_elmts_float_3 {bottom: -69px;}
    .stat_elmt {padding: 20px;border-bottom: 1px solid #eaeaea;text-align: center;}
    .num_inner span {font-size: 89px;line-height: 88px;}
    .img_elmts_float_2 {display: none;}
    .img_elmts_float_4 {top: -69px;left: 145px;}
    .img_elmts_float_5 {display: none;}
    .mission_title::after {z-index: -1;width: 1000%;right: -100%;left: -100%;}
    .mission_content::before {width: 1000%;right: -100%;left: -100%;}
    .img_elmts_float_5 { display: none;}
    .mission_content .owl-theme .owl-controls {left: unset; top: -98px;right: 0;}
    .num_elmt {display: none;}
    .mission_content {border-bottom: 1px solid #fff;}
    .img_elmts_float_6 {display: none;}
    .footer_box h1 {width: 100%;text-align: center;}
    .img_elmts_float {width: 210px;position: unset;margin: 40px auto -20px auto;}
    .img_elmts_float_3 {display: none;}
    .btn_link { margin: 0 auto;display: block;text-align: center;}
    .copyright {text-align: center;}
    .propulse {text-align: center;}
    footer .logo {width: 230px;margin: 0 auto;}
    ul.menu_footer li {text-align: center;}
    .footer_box {background: #ffffff no-repeat;border: 1px solid #ffffff;}
    header .nav{display: none;}
    .menu-button{display: block;}
    ul.language{margin: 0 auto;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top_head_list { display: none;}
    .elmt_annexe {display: none;}
    .head .logo img { width: 150px;}
    header {background: #fff;}
    .elmts_menu {height: 73px;margin: 0 0 0 auto;}
    .wide-container {height: 300px;margin-top: 70px;}
    .content_slide span.title_content {font-size: 18px;line-height: 21px;}
    .custom_elmt_box {padding: 30px 0px 30px 10px;top: 0;border-radius: 0;}
    .custom_elmt_box::after {left: -100%;right: -100%;z-index: -1;}
    .custom_elmt_box .img_elmts_float_3 {bottom: -69px;}
    .stat_elmt {padding: 20px;border-bottom: 1px solid #eaeaea;text-align: center;}
    .num_inner span {font-size: 89px;line-height: 88px;}
    .img_elmts_float_2 {display: none;}
    .img_elmts_float_4 {top: -69px;left: 145px;}
    .img_elmts_float_5 {display: none;}
    .mission_title::after {z-index: -1;width: 1000%;right: -100%;left: -100%;}
    .mission_content::before {width: 1000%;right: -100%;left: -100%;}
    .img_elmts_float_5 { display: none;}
    .mission_content .owl-theme .owl-controls {left: unset; top: -98px;right: 0;}
    .num_elmt {display: none;}
    .mission_content {border-bottom: 1px solid #fff;}
    .img_elmts_float_6 {display: none;}
    .footer_box h1 {width: 100%;text-align: center;}
    .img_elmts_float {width: 210px;position: unset;margin: 40px auto -20px auto;}
    .img_elmts_float_3 {display: none;}
    .btn_link { margin: 0 auto;display: block;text-align: center;}
    .copyright {text-align: center;}
    .propulse {text-align: center;}
    footer .logo {width: 230px;margin: 0 auto;}
    ul.menu_footer li {text-align: center;}
    .footer_box {background: #ffffff no-repeat;border: 1px solid #ffffff;}
    header .nav{display: none;}
    .menu-button{display: block;}
    ul.language{margin: 0 auto;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top_head_list { display: none;}
    .elmt_annexe {display: none;}
    .head .logo img { width: 150px;}
    header {background: #fff;}
    .elmts_menu {height: 73px;margin: 0 0 0 auto;}
    .wide-container {height: 300px;margin-top: 70px;}
    .content_slide span.title_content {font-size: 18px;line-height: 21px;}
    .custom_elmt_box {padding: 30px 0px 30px 10px;top: 0;border-radius: 0;}
    .custom_elmt_box::after {left: -100%;right: -100%;z-index: -1;}
    .custom_elmt_box .img_elmts_float_3 {bottom: -69px;}
    .stat_elmt {padding: 20px;border-bottom: 1px solid #eaeaea;text-align: center;}
    .num_inner span {font-size: 89px;line-height: 88px;}
    .img_elmts_float_2 {display: none;}
    .img_elmts_float_4 {top: -69px;left: 145px;}
    .img_elmts_float_5 {display: none;}
    .mission_title::after {z-index: -1;width: 1000%;right: -100%;left: -100%;}
    .mission_content::before {width: 1000%;right: -100%;left: -100%;}
    .img_elmts_float_5 { display: none;}
    .mission_content .owl-theme .owl-controls {left: unset; top: -98px;right: 0;}
    .num_elmt {display: none;}
    .mission_content {border-bottom: 1px solid #fff;}
    .img_elmts_float_6 {display: none;}
    .footer_box h1 {width: 100%;text-align: center;}
    .img_elmts_float {width: 210px;position: unset;margin: 40px auto -20px auto;}
    .img_elmts_float_3 {display: none;}
    .btn_link { margin: 0 auto;display: block;text-align: center;}
    .copyright {text-align: center;}
    .propulse {text-align: center;}
    footer .logo {width: 230px;margin: 0 auto;}
    ul.menu_footer li {text-align: center;}
    .footer_box {background: #ffffff no-repeat;border: 1px solid #ffffff;padding: 20px 200px;}
    header .nav{display: none;}
    .menu-button{display: block;}
    ul.language{margin: 0 auto;}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav ul.menu>li { margin: 0px 2px 0px 0;}
    .elmt_annexe::after{top: -16px;}
    .phone-email h4 {font-size: 13px;}
}

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