:root {
  --blue:#263c8e;
  --blue_green:#00adb2;
}

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

body { 
  color: #212529; 
  font-family: 'Barlow',Gilroy,sans-serif;
  font-size: 15px;
  padding: 0px !important;
  margin: 0px !important;
  letter-spacing: .025em;
  line-height: 20px;
  font-style: normal;	
  font-weight: 400;
  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: 600;
  color:var(--blue)
}
strong{
  font-weight:600;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}
a {
  text-shadow: none !important;
  color: #263c8e;
  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:600;
}
.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_grey{
  background-color: #878996!important;
}
.bg_site_orange{
  background-color: #d3800c!important;
}
.bg_site_blue{
  background-color: var(--blue)!important;
}
.bg_site_blue_green{
  background-color: var(--blue_green)!important;
}


/* Font Colors */
.text-site-orange {
  color: #d3800c !important;
}
.text-site-blue {
  color: var(--blue) !important;
}
.text-site-blue_green {
  color: var(--blue_green)
}
.text-site-bg_site_grey {
  color: #878996 !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-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;
  background: #fff;
}
.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 {
  position: fixed;
  z-index: 10;
  padding: 0;
  width: 100%;
  height: 92px;
  top: 0;
  background: #fff;
  box-shadow: -1px 5px 11px #00000029;
}
header.no_bg{
  background:var(--blue);
}
header.no_bg .infos_contact ul li i {
  margin-right: 5px;
  color: #fff;
}
header.no_bg .infos_contact ul{
  margin-bottom: 0;
}
header.no_bg .infos_contact ul li{
  color: #fff;;
}
header.no_bg .menu-button .line-1, header.no_bg .menu-button .line-2, header.no_bg .menu-button .line-3{
  background: #fff;
}
header.no_bg .nav ul.menu > li:hover a span{
  opacity: .3;
}
header.no_bg .nav ul.menu > li.active > a{
  color: var(--blue)!important;
}
header.no_bg .nav ul.menu > li::after{
  background: #fff;
}

header.no_bg .nav ul.menu > li > a i{
  margin-left: 10px;
}
header .logo a {
  width: 215px;
  height: 90px;
  display: block;
  background: url(../images/logoGBSA.png) no-repeat center center;
  background-size: contain;
}
header.no_bg .logo a {
  background: url(../images/logoGBSA.png) no-repeat center center;
  background-size: contain;
}
.inner_zone{
  padding: 50px 0;
}
header.inner_zone{
  padding: 10px 80px;
}
.header__lang {
  /*margin: auto;*/
  position: relative;
  background: transparent;
}
.header__lang button {
  border: none;
}
.header__lang button:focus {
  outline: none;
}
.header__lang-open-list-btn {
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  margin: auto;
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.15s ease;
  padding: 5px;
  color: #ffffff;
  width: 90px;
  background: transparent;
}
.header__lang-open-list-btn:hover {
  transform: scale(0.95);
}
.header__lang-open-list-btn:focus {
  transition: 0.15s ease;
  transform: scale(0.95);
}
.header__lang-open-list-btn:active {
  transition: 0.15s ease;
  transform: scale(0.9);
}
.header__lang-list {
  list-style: none;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 30px);
  padding-left: 0px;
  overflow: hidden;
  width: 90px;
  z-index: 1;
}
.header__lang-list--visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}
.header__lang-btn {
  cursor: pointer;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.15s ease;
  width: 100%;
  background: #fff;
  color: #7b7d88;
  font-size: 13px;
}
.header__lang-btn:hover {
  background: #555557;
  color: #fff;
}
.header__lang-list--visible li{
  border-bottom: 1px solid #d6d6d6;
}
.header__lang-list--visible li:last-child{
  border-bottom: none;
}
.header__lang img {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 5px;
}
.lang{
  margin: 0 10px;
}
.lang a{
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  background: #b1b3bf;
  border-radius: 100px;
  width: 40px!important;
  height: 40px;
}

.menu-button {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 3px;
  background: #00adb2;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}
.menu-button .line-1 {
  top: 5px;
}
.menu-button .line-2 {
  top: 12px;
}
.menu-button .line-3 {
  top: 19px;
}
/* Back To Top */
.back-to-top {
  background: #00adb2;
}
.back-to-top {
  position: fixed;
  bottom: 68px;
  right: 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 41px;
  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: 9;
}
.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 rgb(255 205 4 / 70%);
  border-radius: 50%;
  background-color:#ffcd04;
  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);
  }
}
.option_btn_menu {
  position: fixed;
  right: 20px;
  bottom: 16px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  background: #1f3d9c;
  z-index: 50;
  text-align: center;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  cursor: pointer;
  transition: all .5s ease-in-out;
  /* border-radius: 100px; */
}
.option_btn_menu:hover{
  transition: all .5s ease-in-out;
}

.option_btn_menu i {
  font-size: 21px;
  color: #fff;
  line-height: 43px;
}
ul.menu_nav {
  padding: 0;
}
ul.menu_nav li a {
  font-size: 12px;
  color: #fff;
  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: 13px 31px;
  display: flex;
  align-items: center;
  /* box-shadow: 0px 0px 12px rgb(2 45 98 / 10%); */
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid #fff;
  position: relative;
}

ul.menu_nav li:last-child a{
  margin-bottom: 0;
}
ul.menu_nav li a i {
  margin-right: 40px;
  font-size: 24px;
}
ul.menu_nav li a p {
  margin: 0;
}

.close_zone {
  font-size: 26px;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  color: #fff;
}
/* PRELAODER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  background: var(--blue_green);
  -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: #fff;
  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: 150px;
}
.preloader .inner p {
  font-weight: 500;
  color: var(--blue_green);
  font-size: 13px;
  display: block;
}
/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99!important;
  background: #b1b3bf;
  -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: #b1b3bf;
  -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%;
}
.infos_contact ul li {
  display: inline-block;
  margin-right: 15px;
}
.infos_contact ul li:last-child{
  margin-right: 0;
}
.infos_contact ul li i{
  margin-right: 5px;
  color: #00adb2;
}
.nav{
  display: block;
  height: 100%;
  width: 100%;
}
.nav ul.menu {
  list-style: none;
  padding: 0 0 0 0px;
  /*position: relative;*/
  z-index: 4;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav ul.menu > li {
  position: relative;
  display: inline-block;
  width: 100%;
}
.nav ul.menu li{
  position: relative;
}
.nav ul.menu > li > a {
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 14px 10px;
}
.nav ul.menu > li:hover  {
  background: #fff!important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav ul.menu > li:hover > a {
  color: var(--blue_green)!important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav ul.menu > li a span {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  top: -35px;
  right: -2px;
  color: #eaeaea;
  opacity: 0;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.nav ul.menu > li:hover a span {
  opacity: 1;
  top: -33px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.nav ul.menu li.active {
  background: var(--blue_green);
}

.nav ul.menu >  li:hover::after{
  display: none;
}
.nav ul.menu > li::after {
  content: '';
  position: absolute;
  bottom: 16px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 1000;
  padding: 30px 0 0 0;
  list-style: none;
  min-width: 250px;
  min-width: 250px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0px 5px 4px rgb(0 0 0 / 4%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav ul.menu li > ul.sub_menu  li {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.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;
  clear: both;
  letter-spacing: 0.04em;
  color: #555557;
  transition: all 0.3s;
  line-height: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
  padding: 0px 10px 10px 25px;
}

.nav ul.menu li ul.sub_menu li:hover > a{
  color: var(--blue_green)!important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav ul.menu li ul.sub_menu li:hover{
  padding-left: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav ul.menu li:hover > ul, .nav ul li.hovered > ul {
  opacity: 1;
  top: 47px;
  filter: alpha(opacity=100);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.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 > ul.sub_menu li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 4px;
  left: 0;
  font-size: 10px;
  content: '\f105';
  color: #ffffff;
  background: #e8e8e8;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  line-height: 11px;
  text-align: center;
}
.nav ul.menu>li.mega .sub_menu {
  position: fixed;
  top: 92px;
  width: 100%;
  overflow: hidden;
  padding: 0px 0;
}
.mega .sub_menu h4 {
  font-size: 18px;
  line-height: 25px;
  padding: 50px 35px 35px 0;
  margin: 0;
  color: #fff;
}
.extendedh4 {
  background: var(--blue);
  position: relative;
  height: 100%;
}
.extendedh4::before {
  content: '';
  background: var(--blue);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
}
.bottom_menu_img{
  margin-top: 20px;
}

.services .img_man {
  position: absolute;
  top: -60px;
  overflow: hidden;
  width: 400px;
  right: 0;
}
.services h2 {
  font-size: 43px;
  line-height: 44px;
  color: #fff;
  width: 700px;
  font-weight: bold;
}
.section-title.center .sub-heading {
  padding: 0 45px;
}
.section-title.center .sub-heading {
  margin-left: auto;
  margin-right: auto;
}
.section-title.center {
  text-align: center;
}
.section-title.center .sub-heading::before {
  left: 0;
}
.section-title.center .sub-heading::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--blue_green);
  top: 50%;
}

.section-title .sub-heading {
  display: block;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--blue_green);
}
.section-title .sub-heading::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--blue_green);
  top: 50%;
}
.section-title.center .sub-heading::after {
  right: 0;
}
.section-title.left .sub-heading::after {
  right: 0;
}
.section-title.left .sub-heading {
  padding: 0 45px 0 0;
  margin-right: auto;
}
.section-title.left {
  text-align: left;
}
.services-box-3 {
  padding: 25px 30px 0;
  background-color: #fff;
  transition: 0.3s;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.services-box-3::after{
  content: "";
  background: #673AB7;
  width: 14px;
  height: 200px;
  position: absolute;
  bottom: -100px;
  right: -30px;
  transform: rotate(55deg);
  transition: 0.3s;
}
.services-box-3:hover::after{
  width: 100px;
  transition: 0.3s;
}
.services-box-3:hover .services-icon {
  transform: scale(1.3);
  transition: 0.3s;
}
.services-box-3.bg-dark .services-icon i{
  color: #fff;
}
.services-box-3 .view-detail {
  color: #555557;
  font-size: 17px;
}
.services-box-3 h4 {
  margin-bottom: 15px;
}
.services-box-3 h4 {
  font-size: 15px;
  color: #555557;
  line-height: 20px;
}
.services-box-3 .services-icon {
  position: absolute;
  bottom: 17px;
  right: 23px;
  width: 74px;
  transform: scale(1);
  transition: 0.3s;
  z-index: 3;
}
.services-icon i {
  font-size: 60px;
  color: #673AB7;
}
.core_services{

  position: relative;
  z-index: 2;
}
.services-box-3.bg-dark{
  position: relative;
  overflow: unset;
}
.services-box-3.bg-dark::after {
  content: "";
  background: #212529;
  width: 10000%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 0;
  bottom: unset;
  right: unset;
  transform: unset;
}
footer {
  background: #f3f3f3;
  border-top: 1px solid #dee2e6;
}
footer.inner_zone{
  padding-bottom: 0;
}
footer .logo {
  width: 140px;
}
ul.footer_link {
  padding: 0;
  margin: 0;
}
.footer_link li {
  position: relative;
  padding-left: 22px;
  display: block;
  margin-bottom: 10px;
}
.footer_link li:last-child{
  margin-bottom: 0;
}
.footer_link li a {
  color: #212529;
  line-height: 18px;
  display: block;
}
.footer_link li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 0px;
  left: 2px;
  font-size: 10px;
  content: '\f105';
}
.copyright {
  padding: 0px 0 40px 0;
}
.copytext.first_col {
  text-align: right;
}
.copytext {
  text-align: right;
  line-height: 14px;
  margin-top: 21px;
}
.social-icons {
  font-size: 0;
}
.social-icons ul{
  padding: 0;
}
.social-icons li {display: inline-block;margin: 0px 11px 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: 44px;
  height: 44px;
  content: "";
  opacity: 0;
  text-align: center;
  top: -4px;
  left: -5px;
  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: 26px;z-index: 3;-webkit-transition: color .35s ease-out;transition: color .35s ease-out;}
.social-icons li i {display: block;line-height: 43px;color: #00adb2;}
.shortcades-social-icons-container .social-icons li i { color: #00adb2; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 30px;}
.social-icons a:hover i { color: #fff; }
footer .social-icons {
  float: unset;
  margin-top: 13px;
  text-align: center;

}

ul.info_contact li {
  display: flex;
  align-items: center;
  line-height: 46px;
  font-weight: 600;
}
ul.info_contact li{
  margin-bottom: 10px;
}
ul.info_contact li:last-child{
  margin-bottom: 0px;
}
ul.info_contact li i {
  font-size: 20px;
  color: #555557;
  border: 2px solid #555557;
  padding: 10px;
  margin-right: 14px;
}
ul.info_contact li .eltms_info {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 30px;
}
ul.info_contact li span {
  color: #555557;
  font-size: 10px;
  line-height: 0px;
}
.footer_box{
  display: flex;
  align-items: center;
}
.footer_box .icone i{
  font-size: 35px;
  margin-right: 16px;
  color: #9b9b9b;
}
.footer_box h4{
  margin: 0;
}
ul.footer_special_link li{
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
ul.footer_special_link li a{
  background: var(--blue);
  color: #fff;
  text-align: left;
  padding: 20px;
  display: block;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
ul.footer_special_link li a i{
  font-size: 20px;
}
ul.footer_special_link li:last-child{
  margin-bottom: 0;
}
ul.footer_special_link_product li{
  display: inline-block;
  margin-right: 26px;
  position: relative;
  width: 59px;
  height: 62px;
}
ul.footer_special_link_product li:last-child{
  margin: 0;
}
ul.footer_special_link_product li i {
  font-size: 50px;
  width: 59px;
  height: 60px;
  display: block;
  position: absolute;
  margin-right: 20px;
}
ul.footer_special_link_product li:first-child i {
  font-size: 68px;
  position: absolute;
  top: -11px;
}

.promise {
  margin: 0;
  line-height: 29px;
}
.footer_element{
  color: var(--blue_green);
}
.top_footerbg{
  background: url("../images/bg_topfooter.jpg") no-repeat center bottom;
  height: 240px;
}
.box_man {
  position: absolute;
  width: 300px;
  bottom: -176px;
  right: 40px;
}
.relative{
  position: relative;
}
ul.box_part_cert li .box_elmts_inner{
  height: 240px;
  padding: 40px;
  position: relative;
}
ul.box_part_cert li{
  border: 1px solid #dee2e6;
  border-right: 0;
  border-top: 0;
  padding: 0;
  border-bottom: 0;
}
ul.box_part_cert li:last-child{
  border-right: 1px solid #dee2e6;
}
ul.box_part_cert li a, ul.box_part_cert li a{
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00adb2;
}
.box_elmts_inner a span{
  margin-left: 13px;
}
.top_head{
  flex-grow: 3
}
.logo_container {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 9999;
}
footer h6{
  margin-bottom: 20px;
}
.exp_zone_left {
  position: absolute;
  left: -370px;
  width: 440px;
  top: 30px;
}
.img_special {
  max-width: unset;
  width: fit-content;
}
.bg-about{
  height: auto;
  background: #e5e5e5 url("../images/back_exp.jpg") no-repeat bottom center;
}
.zone_slider {
  margin-top: 80px;
}

.mil-banner {
  height: 450px;
  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;
  z-index: 9999999;
  position: relative;
  margin-top: 135px;
}

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

a.video_play {
  width: 290px;
  height: 100px;
  background: var(--blue_green);
  position: absolute;
  bottom: -51px;
  right: 0;
  padding: 20px 20px;
}
.logo_box {
  border: 1px solid #e1e1e1;
  padding: 20px;
  background: #fff;
}
a.video_play i {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 58px;
  position: relative;
  background: var(--blue_green)3b;
  z-index: 2;
  color: #fff;
}
a.video_play span {
  position: absolute;
  width: 113px;
  top: 49%;
  transform: translateY(-50%);
  margin-left: 7px;
  z-index: 2;
  color: #fff;
}
.badge_img{
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 580px;
  z-index: 1;
}

.wide-container{
  height: 770px;
}
.extra{
  padding: 12px 0;
  background: var(--blue_green);
  position: relative;
  box-shadow: 5px 2px 7px #0000003b;
}
.extra::after {
  content: "";
  background: var(--blue_green);
  width: 1000%;
  height: 100%;
  position: absolute;
  right: -1000%;
  top: 0;
  z-index: 0;
  box-shadow: 5px 2px 7px #0000003b;
}
header .slogan {
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
  font-weight: bold;
}

.num_inner {
  line-height: 8px;
  text-align: center;
  color: #fff;
}
.num_inner span {
  font-size: 40px;
  color: #ffffff;
  line-height: 77px;
  display: block;
  text-align: center;
}
ul.newslink{
  background: #1f3d9c;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
ul.newslink::after{
  background: #1f3d9c;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5000%;
  height:100%;
  z-index: -1;
}
.newslink li {
  position: relative;
  display: block;

}
.newslink li:last-child{
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.newslink li a {
  color: #fff;
  line-height: 18px;
  display: block;
  border-bottom: 1px solid #3f569d;
  padding: 13px 22px 13px 0;
  margin-bottom: 0.5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.newslink li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 12px;
  right: 12px;
  font-size: 10px;
  content: '\f105';
  color: #ffff;
}
.newslink li:hover a{ 
  background: #212529;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.box_news {
  border: 1px solid #e0e0e0;
  padding: 40px;
  height: 322px;
  background: transparent;
  border-right: 0;
  border-bottom: 0;
}
#news.owl-carousel .owl-stage{
  padding: 0;
}
#actu.inner_zone{
  padding: 0;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid;
}
ul.tag{
  margin: 5px 0;
}
ul.tag li a{
  background: #1f3d9c;
  color: #fff;
  font-size: 10px;
  padding: 3px 15px;
}

a.link{
  font-size: 12px;
  color: #1f3d9c;
  font-weight: bold;
  display: block;
}
#news{
  background: #efefef;
  border-right: 1px solid #dee2e6;
  position: relative;
  z-index: 2;
}
#news::after{
  content: "";
  background: #efefef;
  width: 5000%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.oil_img{
  position: absolute;
  width: 80px;
  right: 10px;
  top: -24px;
}
ul.column_elmts{
  column-count: 2;
  padding: 0;
}
.bg_stat{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1067%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(33%2c 37%2c 41%2c 1)'%3e%3c/rect%3e%3cpath d='M1205.5913226268126 407.86253936411964L1312.7573103586356 417.23834840621237 1322.1331194007282 310.07236067438953 1214.9671316689053 300.69655163229675z' fill='rgba(103%2c 40%2c 146%2c 0.13)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M434.6157330928862 51.86624716717347L467.72557200208354 175.43384820671884 591.293173041629 142.3240092975215 558.1833341324316 18.75640825797614z' fill='rgba(103%2c 40%2c 146%2c 0.13)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1336.7741737046217 304.8042037255723L1274.0804996192269 445.6165012125349 1414.8927971061894 508.3101752979298 1477.5864711915845 367.49787781096717z' fill='rgba(103%2c 40%2c 146%2c 0.13)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1394.2757015105383 531.4398503193526L1447.8076997794774 462.92201708044945 1379.2898665405744 409.39001881151034 1325.7578682716353 477.90785205041345z' fill='rgba(103%2c 40%2c 146%2c 0.13)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M115.02505204956822-38.62163939990813L10.200952012784668 52.50056056558924 101.32315197828204 157.32466060237277 206.1472520150656 66.20246063687541z' fill='rgba(103%2c 40%2c 146%2c 0.13)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M73.24397622069688 276.91436502855163L180.60829312151245 320.2923647753579 223.98629286831869 212.9280478745423 116.62197596750312 169.55004812773606z' fill='rgba(103%2c 40%2c 146%2c 0.13)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M787.7576611191515 384.34723512389934L953.3206188743417 366.9458670607166 935.9192508111589 201.38290930552643 770.3562930559688 218.78427736870916z' fill='rgba(103%2c 40%2c 146%2c 0.13)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M535.255446138627 560.1702353267513L599.1059362957826 434.85659256266416 473.7922935316956 371.0061024055085 409.9418033745399 496.3197451695956z' fill='rgba(103%2c 40%2c 146%2c 0.13)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1067'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}
.vers2 .header__lang-open-list-btn{
  color: #9a9a9a;
}
.vers2 .nav ul.menu li.active a span {
  top: -33px;
  opacity: .8;
}
.vers2 .services{
  margin-top: 0;
}
.vers2 .wide-container {
  height: 450px;
}
.vers2 header{
  position: unset;
}

.content_slide {
  color: #fff;
  display: block;
  line-height: 25px;
  margin-top: 30%;
}
.normal_link{
  position: relative;
  z-index: 3;
  padding: 4px 0;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.normal_link::after{
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 2px;
  left: -5px;
  opacity: 0;
  z-index: -1;
  background: #1f3d9c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.normal_link:hover::after{
  width: 110%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.normal_link:hover{
  color: #fff;
}
.normal_link span{
  position: relative;
  z-index: 3;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); 
}
.normal_link span::after{
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 2px;
  left: -5px;
  opacity: 0;
  transform: skewX(20deg);
  z-index: -1;
  background: #212529;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.normal_link:hover span::after{
  width: 150%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.normal_link:hover span{
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  margin-left: 10px;
}
.box_reasons .icon{
  width: 50px;
  margin-bottom: 20px;
}
.box_woman {
  position: absolute;
  width: 230px;
  bottom: -50px;
  left: 40px;
}
.box_intro_text{
  margin-bottom: -170px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.required{
  color: #ff0000;
}
.box.brochure {
  background: var(--blue);
  overflow: unset;
  display: block;
  margin-top: 61px;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.box.brochure:hover{
  background: var(--blue_green);
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.box.brochure i{
  font-size: 50px;
  color: var(--blue_green);
  margin-left: 20px;
      -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.box.brochure:hover i{
    color: var(--blue);
        -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.box.brochure h4 {
  color: var(--blue);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 24px;
}
.dw_group {
  position: absolute;
  width: 140px;
  bottom: 0;
  right: 0;
}
.img_float_2 {
  position: absolute;
  width: 140px;
  top: -70px;
  left: -60px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  animation: MoveUpDown 4s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.gbsa_tabs.nav-tabs {
  border: 0;
  height: auto;
  margin-top: 40px;
}
.gbsa_tabs.nav-tabs li{
  margin: 0 10px;
}
.gbsa_tabs.nav-tabs li:last-child{
  margin: 0;
}
.gbsa_tabs.nav-tabs .nav-link {
  border-radius: 20px;
  background: var(--blue_green);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.gbsa_tabs.nav-tabs .nav-link.active {
  background: var(--blue);
  color: #fff;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
ul.list_elmts{
  padding: 0;
}
ul.list_elmts li {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 30px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
ul.list_elmts li:last-child{
  margin-bottom: 0;
}
ul.list_elmts li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 6px;
  left: 0;
  font-size: 10px;
  content: '\f105';
  color: #ffffff;
  background: var(--blue_green);
  border-radius: 100px;
  height: 10px;
  width: 10px;
  line-height: 11px;
  text-align: center;
}
/* -------------------------------------------
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: var(--blue_green);
}
.breadcrumbs li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blue_green);
  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;
}
.header_page.inner_zone{
  padding: 92px 0 0 0;
}
.head_content {
  position: relative;
  z-index: 1;
  padding: 115px 0;
}
.bg_head{
  height: 300px;
  box-shadow: -20px 18px 11px #00000030;
  position: relative;
}
.bg_head::after{
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}
.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 #e5e5e5;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form_contact label, .form_career label {
  display: block;
  margin-bottom: 5px;
  margin-top: 7px;
  font-size: 13px;
  font-weight: bold;
}
textarea.form-control {
  min-height: 120px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--blue_green);
  outline: 0;
  box-shadow: 0 0 0 0.25rem #00adb23b;
}
.form_contact label, .form_career label {
  display: block;
  margin-bottom: 5px;
  margin-top: 7px;
  font-size: 13px;
  font-weight: bold;
}
.form_contact{
  padding: 40px;
  background: #f3f3f3;
}
.form-control-wrap.icon_elmt i {
  position: absolute;
  top: 23px;
  left: 20px;
  color: #1f3d9c;
}
.form-control-wrap {
  position: relative;
}
.form-control-wrap.icon_elmt .form-control {
  padding-left: 50px;
}
.info ul {
  padding-left: 40px;
  margin: 0;
}
.info li {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 0;
  font-weight: 400;
}
.info li i {
  position: absolute;
  top: 3px;
  left: -34px;
  font-size: 16px;
  color: var(--blue_green);
}
#map {
  height: 250px;
  z-index: 1;
  box-shadow: 8px 12px 14px #00000030;
}
.box_elmt_extra {
  background: var(--blue);
  padding: 40px 40px 40px 0px;
  position: relative;
  top: -100px;
  z-index: 2;
  margin-bottom: -35px;
}
.box_elmt_extra::after {
  background: var(--blue);
  content: '';
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
.img_elmt_float {
  position: absolute;
  width: 670px;
  bottom: -80px;
  z-index: 3;
  right: 0px;
}
ul.accordion {
  display: inline;
  float: left;
  width: 100%;
  padding: 0;
  border-radius: 0;
  }
  ul.accordion li {
    float: left;
    width: 100%;
    padding: 0;
    border: 1px solid var(--blue)!important;
    margin-bottom: 0px;
    background: transparent;
    border: none;
    border-radius: 0 !important;
}
.accordion-item:last-of-type{
  border-bottom: 0!important;
}
ul.accordion.equipment .accordion-switch{
  line-height: 16px;
  font-size: 20px;
}
ul.accordion.equipment .accordion-switch small{
  display: block;
  font-weight: 100;
}
ul.accordion.equipment  li {
  padding: 0px;
  border: 1px solid var(--blue)!important;
  margin-bottom: 20px;
  background: white;
}
ul.accordion.equipment .accordion-item:last-of-type{
margin-bottom: 0;
}
ul.accordion .accordion-switch {
  width: 100%;
  background: transparent;
  margin-bottom: 0px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
  font-weight: 700;
  color: #505458;
  line-height: 19px;
  border-radius: 0px;
  padding: 30px 30px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
  ul.accordion li.accordion-item.selected .accordion-switch { background: transparent ;color: var(--blue_green);}
  /*ul.accordion .accordion-switch:hover { background: #fff;border: 1px solid #f87f01; }*/
  /*ul.accordion li.accordion-item .accordion-switch {
    float: left;
  }*/
  ul.accordion li a:hover { text-decoration: underline }
  ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 20px;
    width: 20px;
    background: #333333 url(../images/accordion-toggle.png) no-repeat center top;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-right: 0px;
    margin: 6px 13px 6px 0px;
    border-radius: 100%;
    flex-shrink: 0;
  }
  ul.accordion li.accordion-item:hover .togglegfx { background-color:var(--blue_green) }
ul.accordion li.accordion-item .accordion-content {
  padding: 0px 30px 30px;
  float: left;
  width: 100%;
}
  ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
background:var(--blue_green) url(../images/accordion-toggle.png) no-repeat left bottom;
}
.box_produits {
  border: 1px solid #2aadb1;
  padding: 30px;
  height: 100%;
  position: relative;
}
.box_produits.contact {
  background: var(--blue);
  border: 1px solid #c8c8c8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.box_produits i {
  font-size: 20px;
  background: #2aadb1;
  padding: 10px;
  border-radius: 100px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  box-shadow: -5px 4px 14px #0000005c;
}
.btn_link{
  background: var(--blue);
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
}
.img_box {
  height: 120px;
  margin-top: -60px;
  margin-bottom: 30px;
  display: block;
  box-shadow: -8px 9px 16px 0px #00000040;
}
ul.checklist_elmt{
  padding: 0;
}
ul.checklist_elmt li {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  padding-left: 30px;
}
ul.checklist_elmt li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 0px;
  left: 1px;
  font-size: 11px;
  content: '\f105';
  color: #ffffff;
  background: var(--blue_green);
  border-radius: 100px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
}
.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;
}
.menu_wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    font-weight: 500;
    min-height: 500px;
    background: rgb(255 255 255);
    overflow: auto;
    left: 0;
    transform: translateX(-100%);
    opacity: 1;
    z-index: 8;
    -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);
    margin-top: 59px;
    padding-bottom: 98px;
    padding-top: 16px;
}
.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: #ffffff;
    color: #273c8e;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,0.30);
    border-bottom: 1px solid rgb(39 60 142 / 8%);
    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:hover a{
  background: #273c8e;
  color: #ffffff;
}
.menu_wrapper ul.menu li.active a{
  background: #00adb2;
  color: #ffffff;
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
.menu_wrapper ul.menu ul.sub_menu {
  padding: 0;
  background: #025e36;
}
.menu_wrapper ul.menu li a .btn.expander {
  background: none;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 9px;
  border-radius: 0px;
  position: absolute;
  top: 21px;
  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);
}
body.body--static {
  height: 100%;
  overflow: hidden;
}
.btn_simple_icone {
  background: var(--blue);
  color: white;
  border: 0;
  font-size: 14px;
  padding: 3px 12px;
      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;
}
.btn_simple_icone:hover{
   background: var(--blue_green);
       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;
} 
.btn_simple_icone i{
  font-size: 10px;
}
/*-----responsive site style-----*/
@media (max-width: 575.98px) { 
  header .logo a {width: 120px;height: 75px;}
  .sub-head{display: none;}
  .slogan{display: none;}
  .infos_contact ul{display:none;}
  header{height: 59px;}
  .zone_slider{margin-top: 57px;}
  .mil-banner{height: 300px;}
  .mil-banner .swiper-slide h2{margin-top: 30px;font-size: 28px;line-height: 28px;}
  .box_intro_text{margin-bottom: 0;}
  .gbsa_tabs.nav-tabs{display: flex !important;justify-content: start !important;}
  .gbsa_tabs.nav-tabs li{margin: 0;}
  .gbsa_tabs.nav-tabs .nav-link{font-size: 12px;}
  ul.footer_special_link{margin: 20px 0 0 0; padding: 0;}
  .box_man{width: 210px;bottom: 0px;right: 0;}
  .copytext.first_col{text-align: center;}
  footer .logo{margin: 0 auto;}
  .header_page.inner_zone {padding: 57px 0 0 0;}
}
@media (min-width: 576px) and (max-width: 767.98px) { 
  header .logo a {width: 120px;height: 75px;}
  .sub-head{display: none;}
  .infos_contact ul{display:none;}
  header{height: 59px;}
  .zone_slider{margin-top: 57px;}
  .mil-banner{height: 300px;}
  .mil-banner .swiper-slide h2{margin-top: 30px;}
  .box_intro_text{margin-bottom: 0;}
  .gbsa_tabs.nav-tabs{display: flex !important;justify-content: start !important;}
  .gbsa_tabs.nav-tabs li{margin: 0;}
  .gbsa_tabs.nav-tabs .nav-link{font-size: 12px;}
  ul.footer_special_link{margin: 20px 0 0 0; padding: 0;}
  .box_man{width: 210px;bottom: 0px;right: 0;}
  .copytext.first_col{text-align: center;}
  footer .logo{margin: 0 auto;}
  .header_page.inner_zone {padding: 57px 0 0 0;}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
  header .logo a {width: 120px;height: 75px;}
  .sub-head{display: none;}
  .infos_contact ul{display:none;}
  header{height: 59px;}
  .zone_slider{margin-top: 57px;}
  .mil-banner{height: 300px;}
  .mil-banner .swiper-slide h2{margin-top: 30px;}
  .box_intro_text{margin-bottom: 0;}
  .gbsa_tabs.nav-tabs{display: flex !important;justify-content: start !important;}
  .gbsa_tabs.nav-tabs li{margin: 0;}
  .gbsa_tabs.nav-tabs .nav-link{font-size: 12px;}
  ul.footer_special_link{margin: 20px 0 0 0; padding: 0;}
  .box_man{width: 210px;bottom: 0px;right: 0;}
  .copytext.first_col{text-align: center;}
  footer .logo{margin: 0 auto;}
  .header_page.inner_zone {padding: 57px 0 0 0;}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .menu-button{display: none;}
  .promise{font-size: 29px;}
  header{height: 112px;}
}
@media (min-width: 1200px) and  (max-width: 1399.98px) { 
  .menu-button{display: none;}
  header{height: 112px;}
}
@media only screen and  (min-width: 1400px){
  .menu-button{display: none;}
}