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

body {
    color: #4C4C4C;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: .025em;
    line-height: 1.7;
    font-style: normal;
    font-weight: 300;
    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: 22px
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #4c4c4c;
    font-family: GT Walsheim Pro, Roboto, Arial, sans-serif;
}

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: #f1be48;
    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;
}


/* special bg colors */

.bg_site_yellow {
    background-color: #f1be48!important;
}

.bg_site_blue {
    background-color: #29abe2!important;
}

.bg_site_darkblue {
    background-color: #1e23aa!important;
}

.bg_site_grey {
    background-color: #ececec!important;
}


/* Font Colors */

.text-site-yellow {
    color: #f1be48!important;
}

.text-site-blue {
    color: #29abe2!important;
}

.text-site-darkblue {
    color: #1e23aa!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 #c9c8c8;
    /*border-bottom: 1px solid #FEFEFE;*/
}

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

.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%;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
}

.relative {
    position: relative;
}


/*-----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 {
    width: 100%;
    z-index: 60;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 84px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 15px 0px;
}

.zone_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.zone_head .logo {
    width: 220px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 12px 0;
}

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

.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 0px 0px 0px;
    position: relative;
    display: table-cell;
    padding: 30px 10px 30px 10px;
    border-right: 1px solid #f1f1f1;
}

.nav ul.menu>li>a {
    color: #787878;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 10px;
    position: relative;
    padding-bottom: 34px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.zone_head.scrolling .nav ul.menu>li>a::after {
    bottom: -21px;
}

.nav ul.menu>li>a span {
    font-size: 8px;
    font-weight: 100;
    display: block;
}

.nav ul.menu>li:hover>a {
    color: #fff!important;
    background: #f1be48;
}

.nav ul.menu>li.active {
    background: #d09f2e;
}

.nav ul.menu>li:hover {
    background: #f1be48;
}

.nav ul.menu li>ul.sub_menu {
    padding: 0;
    margin: 0;
}

.nav ul.menu li>ul.sub_menu {
    position: absolute;
    top: 84px;
    left: 0;
    z-index: 1000;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    background-color: #f1be48;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav ul.menu li>ul.sub_menu li {
    padding: 0;
    border: 0;
}

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

.nav ul.menu li>ul.sub_menu li {
    position: relative;
}

.nav ul.menu li>ul.sub_menu li::after {
    position: absolute;
    font-family: Font Awesome\5 Pro;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    font-size: 10px;
    content: '\f105';
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav ul.menu li ul.sub_menu li>a {
    display: block;
    padding: 8px 32px;
    font-size: 13px;
    clear: both;
    white-space: nowrap;
    letter-spacing: 0.04em;
    color: #fff !important;
    transition: all 0.3s;
    border-bottom: 1px solid #ffd675;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

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

.nav ul.menu li ul.sub_menu li:hover>a {
    color: #1e23aa!important;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav ul.menu li ul.sub_menu li:hover::after {
    left: 10px;
    color: #1e23aa;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.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;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    top: 84px;
}

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

.nav ul.menu>li.active>a {
    color: #fff!important;
}

.nav ul.menu li:last-child {
    border-right: 0;
}

.nav ul.menu>li::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    left: 50%;
    transform: translateX(-51%);
    top: -24px;
    background-size: contain;
    opacity: 0;
    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;
    border-radius: 100px;
}

.nav ul.menu>li:hover::before {
    top: -8px;
    opacity: 1;
    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;
}

.nav ul.menu>li.active::before {
    top: -8px;
    opacity: 1;
    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;
}

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

.nav ul.menu li.mega ul.sub_menu li>a {
    border-bottom: 1px solid;
    padding: 4px 15px 7px 50px;
    margin-bottom: 0;
}

.nav ul.menu li.mega ul.sub_menu li:hover>a {
    background: #fff;
    color: #1e23aa!important;
}

.nav ul.menu li.mega>ul.sub_menu li::after {
    top: 7px;
    transform: unset;
}

ul.language {
    padding: 0;
    margin: 0;
    display: flex;
}

ul.language li a {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    background: #e0e0e0;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    margin-right: 8px;
}

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

ul.language li.active a,
ul.language li:hover a {
    background: #f1be48;
}

.menu-button {
    position: relative;
    width: 35px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.menu-button .line-1,
.menu-button .line-2,
.menu-button .line-3 {
    position: relative;
    height: 3px;
    background: #1e23aa;
}

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

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

.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;
}

.zone_slider {
    margin-top: 80px;
}

.mil-banner {
    height: 360px;
    width: 100%;
    position: relative;
}

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

.mil-banner-content.custom {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.mil-banner .mil-banner-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.mil-banner .swiper-slide h2 {
    color: #fff;
    font-weight: bold;
    font-size: 37px;
    line-height: 36px;
    margin: 0;
    border-left: 5px solid #f1be48;
    padding-left: 22px;
    z-index: 9999999;
    position: relative;
    margin-top: 85px;
}

.mil-banner .swiper-slide h2 span {
    display: block;
    font-size: 17px;
    font-weight: 100;
    line-height: 20px;
    margin-top: 20px;
}

.mil-banner .mil-background-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.background-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #f1be48!important;
}

.zone_inner {
    padding: 70px 0;
}

#about .mil-background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mil-awards .mil-overlay {
    background-color: rgba(18, 24, 32, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.top_title span {
    color: #1e23aa;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 9px;
    padding-left: 20px;
    font-family: 'GT Walsheim Pro', sans-serif;
    position: relative;
}

.top_title {
    font-size: 25px;
    line-height: 25px;
    position: relative;
    font-weight: bold;
    font-family: 'GT Walsheim Pro', sans-serif;
}

.top_title span::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/picto_brand.svg") no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    color: #1e23aa;
    font-size: 10px;
    line-height: 16px;
}

.custom_elmt_box {
    position: relative;
    background: #ececec;
    padding: 80px 160px 80px 0;
    z-index: 1;
    height: 100%;
    top: -40px;
}

.custom_elmt_box::after {
    position: absolute;
    content: "";
    background-color: #ececec;
    width: 1000%;
    height: 100%;
    top: 0;
    left: -1000%;
}

.link_btn {
    padding-top: 8px;
    padding-right: 21px;
    padding-bottom: 9px;
    padding-left: 10px;
    position: relative;
    background-color: #29abe2;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    transition: 0.15s all ease!important;
}

.link_btn:hover {
    color: #fff;
    padding-right: 48px;
    transition: 0.15s all ease!important;
    background-color: #29abe2;
}

.link_btn i {
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 100%;
    background: #f1be48;
}

.img_special {
    max-width: unset;
    width: fit-content;
    box-shadow: -15px 12px 20px 4px rgb(0 0 0 / 14%);
    position: absolute;
    left: -50px;
    z-index: 1;
    top: 0;
    height: 300px;
}

.img_special::after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
}

.num_inner span {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    display: block;
    font-weight: bold;
    margin-right: 25px;
    transition: all 200ms ease;
    margin-bottom: 10px;
}

.num_inner span.picto {
    position: absolute;
    width: 75px;
    right: 0;
    top: 10px;
    margin: 0;
}

.num_inner {
    line-height: 15px;
    color: #fff;
    padding: 22px 32px;
    transition: all 200ms ease;
    font-weight: bold;
    font-family: 'GT Walsheim Pro', sans-serif;
    position: relative;
}

.box_service {
    position: relative;
    background: #fff;
    height: 300px;
}

.box_service .title_service {
    color: #1e23aa;
    z-index: 1;
    font-size: 13px;
    padding-right: 20px;
}

.box_service .content_service {
    z-index: 1;
    padding: 30px;
}

.box_elmt {
    background: #f1be48;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.owl-carousel .owl-stage {
    padding: 0!important;
}

#service.zone_inner {
    padding-top: 60px;
}

.service_img {
    display: block;
    padding: 13px;
}

ul.contact_phone li {
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #1e24aa;
    font-family: 'GT Walsheim Pro', sans-serif;
}

.icon_footer i {
    font-size: 17px;
    color: #29abe2;
    font-weight: 600;
    margin-right: 20px;
    border-radius: 41px;
    border: 2px solid #29abe2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
}

.bg_propulse {
    position: relative;
    padding: 50px;
}

.bg_propulse::after {
    content: "";
    background: #f1be48;
    width: 1000%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.footer_logo {
    width: 190px;
}

.footer_link li {
    position: relative;
    padding-left: 22px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    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;
}

.footer_link li:last-child {
    margin-right: 0;
}

.footer_link li a {
    color: #212529;
    line-height: 18px;
    display: block;
    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;
}

.footer_link li::after {
    position: absolute;
    font-family: Font Awesome\5 Pro;
    top: 1px;
    left: 2px;
    font-size: 10px;
    content: "\f105";
}

.copyright {
    text-align: right;
}

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

#contact_action .link_btn {
    display: block;
    text-align: center;
    padding: 17px;
    background: #1e24aa;
    color: #ffffff;
    border: 2px solid transparent;
}

#contact_action .link_btn i {
    position: unset;
}

#contact_action .link_btn:hover {
    border: 2px solid #29abe2;
    background: #29abe2;
}

.box_why_us {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* height: 100px; */
    border: 1px solid #29abe2;
    position: relative;
    overflow: hidden;
}

.box_why_us::before {
    content: "";
    background: #f1be48;
    width: 40px;
    height: 270px;
    position: absolute;
    top: 0;
    right: 30px;
    transform: rotate(45deg);
}

.box_why_us .number {
    font-size: 40px;
    color: #f1be48;
    margin-right: 20px;
    flex-shrink: 0;
    font-weight: bold;
}

.img_float_1 {
    width: 630px;
    margin: 0 auto;
}

.img_float_2 {
    position: absolute;
    bottom: -70px;
    width: 480px;
    z-index: 0;
}

.element {
    font-size: 50px;
    color: #f1be48;
    font-weight: bold;
    font-family: 'GT Walsheim Pro', sans-serif;
}

.vertical-divider {
    position: relative;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
}

.vertical-divider.white {
    position: relative;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.header_page {
    padding: 40px 0 40px 0px;
    background: #1e24aa;
    position: relative;
    margin-top: 80px;
}

.heapage_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    position: absolute;
    top: 0;
    left: 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: #f1be48;
}

.breadcrumbs li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f1be48;
    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;
    font-weight: 400;
}

.info li i {
    position: absolute;
    top: 3px;
    left: -34px;
    font-size: 21px;
    color: #f1be48;
}

.info li span {
    display: block;
    color: #f1be48;
    font-weight: bold;
}

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

.form_contact label {
    display: block;
    margin-bottom: 5px;
    margin-top: 7px;
    font-size: 13px;
    font-weight: bold;
}

textarea.form-control {
    height: 255px;
}

.form_contact .link_btn {
    border: 0;
    display: block;
    width: 100%;
}

.form_contact .link_btn i {
    position: unset;
    font-size: 10px;
}

.map_zone {
    background: #ececec;
    position: relative;
    filter: grayscale(1);
    margin-top: 70px;
}

.content_zone .box_service .title_service {
    color: #f1be48;
    font-size: 25px;
    line-height: 26px;
}

.content_zone .box_service .content_service {
    color: #4C4C4C;
    padding: 0;
}

.content_zone .custom_elmt_box {
    top: 0;
    height: 500px;
    padding: 80px 80px 80px 0;
}

.content_zone .img_special {
    left: 0;
    box-shadow: none;
    height: 500px;
    width: unset;
}

.content_zone {
    overflow: hidden;
}

.title_value {
    position: relative;
    padding-left: 30px;
}

.title_value::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/picto_brand.svg") no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    color: #1e23aa;
    font-size: 10px;
    line-height: 16px;
}

.content_zone .box_service {
    background: transparent;
}

.content_div {
    height: 341px;
}

.form-check-input:checked {
    background-color: #29abe2;
    border-color: #29abe2;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #29abe2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #29aae242;
}

.form-check-input:focus {
    border-color: #29abe2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #29aae242;
}

ul.why_list li {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 21px;
    display: flex;
    align-items: center;
    transition: 0.15s all ease!important;
}

ul.why_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.why_list li span {
    font-size: 20px;
    margin-right: 20px;
    background: #191e89;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    flex-shrink: 0;
    transition: 0.15s all ease!important;
}

ul.why_list li:hover span {
    background: #f1be48;
    transform: scale(1.4);
    transition: 0.15s all ease!important;
}

ul.why_list li:hover {
    color: #f1be48;
}

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

ul.why_list.right_side li {
    flex-direction: row-reverse;
    justify-content: space-between;
}

ul.why_list.right_side li span {
    margin-right: unset;
    margin-left: 20px;
}

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

.menu_wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    font-weight: 500;
    min-height: 500px;
    background: #f1be48;
    overflow: hidden;
    left: 0;
    /*padding: 40px 40px 40px 40px;*/
    transform: translateX(-100%);
    opacity: 1;
    z-index: 0;
    -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);
    top: 84px;
}

.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;
    text-transform: uppercase;
    border-bottom: 1px solid #dda72d;
    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;
}

.menu_wrapper ul.menu li ul.sub_menu li a {
    text-transform: capitalize;
    padding-left: 50px;
}

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

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

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

.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_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 ul.menu li.active>a {
    background: rgb(0 0 0 / 27%);
}


/* PRELAODER */

.preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
    background: #f1be48;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.95s;
    overflow: hidden;
}

.preloader * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader .layer {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: #1e23aa;
    transition-delay: 0.3s;
}

.preloader .inner {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
}

.preloader .inner figure {
    display: block;
    margin-bottom: 10px;
    transition-delay: 0.1s;
}

.preloader .inner figure img {
    height: 90px;
}

.preloader .inner p {
    font-weight: 600;
    color: #f1be48;
    font-size: 13px;
    display: block;
    font-family: GT Walsheim Pro, Roboto, Arial, sans-serif;
}


/* TRANSITION OVERLAY */

.transition-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99!important;
    background: #131e4a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    overflow: hidden;
}

.transition-overlay .layer {
    width: 100%;
    height: 100vh;
    position: absolute;
    right: -100%;
    top: 0;
    background: #131e4a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.6s;
}

.transition-overlay.active {
    left: 0;
}

.transition-overlay.active .layer {
    right: 0;
}


/* PAGE LOADED */

.preloader {
    z-index: 99;
}

.page-loaded .preloader {
    right: -100%;
}

.page-loaded .preloader .inner figure {
    opacity: 0;
    transform: scale(1.5);
}

.page-loaded .preloader .inner p {
    transform: translateY(20px);
    opacity: 0;
}

.page-loaded .preloader .layer {
    left: -100%;
}

.value_typing {
    position: absolute;
    z-index: 2;
    transform: translateY(-50%);
    top: 50%;
    left: 50px;
}

.top_title_value {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'GT Walsheim Pro', sans-serif;
}

.box_img_special {
    width: 106%;
    height: 317px;
    position: relative;
    left: -40px;
    z-index: 1;
    box-shadow: -15px 12px 20px 4px rgb(0 0 0 / 14%);
}

.content_zone .box_news {
    height: auto;
    background: #fff;
    padding: 20px;
    border: 1px solid rgb(241 190 72);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.img_news {
    width: 100%;
    height: 150px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    transition: all .5s ease;
    box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}

.content_zone .info_news {
    padding: 20px 0 10px;
    transition: all .5s ease;
    z-index: 1;
}

.date_news {
    color: #1e23aa;
    font-size: 10px;
    position: relative;
    font-weight: bold;
}

.content_zone .info_news p {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
}

.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!important;
}

.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: 1px solid #f1be48;
}

.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: #f1be48;
}

.pagination__item.pagination__item--active span {
    color: #fff;
}

.pagination__item:hover span,
.pagination__item:hover i {
    color: #f1be48;
}

.content_news_in .img_news {
    height: 400px;
}

blockquote {
    margin: 0 0 1rem;
    border-left: 3px solid #f1be48;
    padding-left: 20px;
    margin-left: 40px;
}

#gt_float_wrapper {
    position: absolute!important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%);
}

.gt_float_switcher {
    background: #f1be48!important;
    display: block!important;
    font-size: 12px!important;
    box-shadow: unset!important;
    margin-left: 1px!important;
    border-radius: unset!important;
}

.gt_float_switcher .gt_options a:hover {
    background: #d09f2f!important;
    color: #fff;
}

.gt_float_switcher .gt_options a {
    color: #fff!important;
    font-weight: bold;
}

.gt_float_switcher .gt-selected {
    background-color: #f1be48 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: #fff!important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 6px 15px!important;
}

.gt_float_switcher img {
    width: 23px!important;
    border-radius: unset!important;
}


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

@media (max-width: 575.98px) {
    header .nav {
        display: none;
    }
    .zone_head .logo {
        width: 186px;
    }
    .site_language {
        display: none;
    }
    .menu-button {
        display: block;
    }
    .custom_elmt_box {
        padding: 50px 13px 40px 0px;
        top: unset;
    }
    .img_special {
        position: unset;
    }
    #service.zone_inner {
        padding-top: 53px;
    }
    .zone_inner {
        padding: 50px 0
    }
    ul.why_list {
        margin-top: 52px;
    }
    .img_float_1 {
        width: 100%;
    }
    .bg_propulse {
        padding: 40px;
    }
    .footer_logo {
        margin: 0 auto 40px auto;
    }
    ul.footer_link {
        text-align: center;
    }
    .footer_link li {
        padding-left: 13px;
    }
    .copyright {
        text-align: center;
    }
    .icon_footer {
        margin-bottom: 10px;
    }
    .contact_phone {
        margin-bottom: 10px;
    }
    .top_title {
        margin-bottom: 23px;
    }
    .breadcrumbs {
        justify-content: center;
    }
    .header_page {
        text-align: center;
    }
    .content_zone .custom_elmt_box {
        padding: 80px 13px 80px 0;
        height: auto;
    }
    .content_div {
        height: auto;
    }
    .box_service {
        height: auto;
    }
    .box_img_special {
        left: unset;
    }
    .value_typing {
        left: 30px;
    }
    .content_zone .img_special {
        height: 220px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    header .nav {
        display: none;
    }
    .zone_head .logo {
        width: 186px;
    }
    .site_language {
        display: none;
    }
    .menu-button {
        display: block;
    }
    .custom_elmt_box {
        padding: 50px 33px 40px 32px;
        top: unset;
        position: unset;
    }
    .img_special {
        position: unset;
        width: 100%;
        height: auto;
    }
    #service.zone_inner {
        padding-top: 53px;
    }
    .zone_inner {
        padding: 50px 0
    }
    ul.why_list {
        margin-top: 52px;
    }
    .img_float_1 {
        width: 100%;
    }
    .bg_propulse {
        padding: 40px;
        background: #f1be48;
    }
    .footer_logo {
        margin: 0 auto 40px auto;
    }
    ul.footer_link {
        text-align: center;
    }
    .footer_link li {
        padding-left: 13px;
    }
    .copyright {
        text-align: center;
    }
    .icon_footer {
        margin-bottom: 10px;
    }
    .contact_phone {
        margin-bottom: 10px;
    }
    .top_title {
        margin-bottom: 23px;
    }
    .box_service {
        height: auto;
    }
    .bg_propulse::after {
        content: unset;
    }
    .breadcrumbs {
        justify-content: center;
    }
    .header_page {
        text-align: center;
    }
    .content_zone .custom_elmt_box {
        padding: 80px 30px 80px 30px;
        height: auto;
    }
    .content_div {
        height: auto;
    }
    .content_zone .img_special {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header .nav {
        display: none;
    }
    .zone_head .logo {
        width: 186px;
    }
    .site_language {
        display: none;
    }
    .menu-button {
        display: block;
    }
    .custom_elmt_box {
        padding: 50px 33px 40px 32px;
        top: unset;
        position: unset;
    }
    .img_special {
        position: unset;
        width: 100%;
        height: auto;
    }
    #service.zone_inner {
        padding-top: 53px;
    }
    .zone_inner {
        padding: 50px 0
    }
    ul.why_list {
        margin-top: 52px;
    }
    .img_float_1 {
        width: 100%;
    }
    .bg_propulse {
        padding: 40px;
        background: #f1be48;
    }
    .footer_logo {
        margin: 0 auto 40px auto;
    }
    ul.footer_link {
        text-align: center;
    }
    .footer_link li {
        padding-left: 13px;
    }
    .copyright {
        text-align: center;
    }
    .icon_footer {
        margin-bottom: 10px;
    }
    .contact_phone {
        margin-bottom: 10px;
    }
    .top_title {
        margin-bottom: 23px;
    }
    .box_service {
        height: auto;
    }
    .bg_propulse::after {
        content: unset;
    }
    .breadcrumbs {
        justify-content: center;
    }
    .header_page {
        text-align: center;
    }
    .content_zone .custom_elmt_box {
        padding: 80px 30px 80px 30px;
        height: auto;
    }
    .content_div {
        height: auto;
    }
    .content_zone .img_special {
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mil-banner .swiper-slide h2 {
        font-size: 25px;
        line-height: 29px;
    }
    .num_inner {
        height: 100%;
    }
    .num_inner span.picto {
        position: absolute;
        width: 62px;
    }
    .img_special {
        height: 250px;
    }
    .img_float_1 {
        width: 430px;
    }
    ul.contact_phone li {
        font-size: 11px;
        line-height: 14px;
    }
    .zone_head .logo {
        width: 200px;
    }
    .custom_elmt_box {
        padding: 80px 90px 80px 0;
    }
    #service.zone_inner {
        padding-top: 50px;
    }
    .box_service {
        height: auto;
    }
}

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

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