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

body {
  color: #4C4C4C;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  letter-spacing: .025em;
  line-height: 1.7;
  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:27px
}
h5{
  font-size: 18px;
  line-height:25px
}
h6{
  font-size: 16px;
  line-height:22px
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color:#4c4c4c
}
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: #EFB100;
  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_blue{
  background-color: #1A3C6C!important;
}
.bg_site_yellow{
  background-color: #EFB100!important;
}

/* Font Colors */
.text-site-yellow {
  color: #EFB100 !important;
}
.text-site-blue {
  color: #1A3C6C !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;
}
.phrases_forte {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
}
.phrases_forte .inner_main{
  z-index: 0;
  overflow: hidden;
}
.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 {
  position: relative;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 13%);
  width: 100%;
}
header .logo {
  width: 125px;
  padding: 5px 0;
}
header::after{
  content: "";
  position: absolute;
  height: 5px;
  width: 14%;
  background: #1A3C6C;
}
.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.nav ul.menu {
  list-style: none;
  margin-top: 0px;
  padding: 0 0 0 0px;
  /*position: relative;*/
  z-index: 4;
  margin-bottom: 0;
}
.nav ul.menu > li {
  margin: 0px 16px 0px 0;
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 0;
}
.nav ul.menu li{
  position: relative;
}
.nav ul.menu > li > a {
  color: #1A3C6C;
  font-weight: 600;
  font-size: 13px;;
  letter-spacing: 0px;
  padding:0 0 28px 0px;
}
.nav ul.menu > li:hover > a{
  color: #EFB100!important;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 1000;
  padding: 15px 15px 30px 15px;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all .2s ease;
  /*border-radius: 6px;*/
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0px 7px 10px 0 rgb(0 0 0 / 12%);
}
.nav ul.menu>li.mega .sub_menu {
  /*white-space: nowrap;*/
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 53px;
  margin-top: 20px;
  width: calc(100vw - 10vw);
  /*-webkit-transform-origin: 50% -50px;
  -ms-transform-origin: 50% -50px;
  transform-origin: 50% -50px;*/
  padding: 0;
  min-height: 300px;
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
}
.nav ul.menu > li.mega .sub_menu li > a {
  font-size: 14px;
  line-height: 24px;
}
.nav ul.menu li.mega{
  position: unset;
}
.nav ul.menu li.mega > ul.sub_menu li {
  position: relative;
  display: block;
  padding: 0;
}
.nav ul.menu li.mega > ul.sub_menu li.active a{

}
.nav ul.menu li > ul.sub_menu  li {
  padding:0;
}
.nav ul.menu li ul.sub_menu > li:last-child{
  border: 0;
  padding-bottom: 0;
}
.nav ul.menu li ul.sub_menu li > a {
  display: block;
  padding: 0px 20px;
  clear: both;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #1A3C6C ;
  transition: all 0.3s;
}
.nav ul.menu li ul.sub_menu li > a:hover {
  color: #EFB100 !important;
}
.nav ul.menu li.mega > ul.sub_menu li:hover::after{
  color: #1A3C6C;
}

.nav ul.menu li:hover > ul, .nav ul li.hovered > ul {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.nav ul.menu > li:last-child{
  margin: 0px 0px 0px 0;
}
.nav ul.menu > li:last-child > .sub_menu{
  left: unset;
  right: 0;
}
.nav ul.menu > li.active >  a{
  color: #EFB100!important;
}
.megamenu-head {
  padding: 10px 20px!important;
  white-space: nowrap;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1A3C6C !important;
}
.nav ul.menu li > ul.sub_menu li::after{
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
  color:#EFB100;
}
.nav ul.menu li.mega > ul.sub_menu li::after{
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
  color:#EFB100;
}
.mega .sub_menu{
  position: relative;
}
.mega .sub_menu .left_zone{
  width: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background: #e4e4e4;
  align-items: center;
}
.mega .sub_menu .right_zone{
  padding-left: 300px;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.social-icons {
  font-size: 0;
}
.social-icons ul{
  padding: 0;
  margin: 0 0 0 20px;
}
.social-icons li {display: inline-block;/* margin: 5px 5px 0 0; */vertical-align: top;position: relative;}
.social-icons li:after {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  opacity: 0;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
  transition: transform .3s ease, background-color .35s, opacity .25s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.social-icons li:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
div.social-icons li a {
  width: 36px;
  height: 36px;
  display:inline-block;
}
div.social-icons li:after {position: absolute;display: block;width: 36px;height: 36px;content: "";opacity: 0;text-align: center;top: 0;left: 0;z-index: 0;-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;transition: transform .3s ease, background-color .35s, opacity .25s ease;-webkit-transform: scale(0);transform: scale(0);-webkit-border-radius: 50%;border-radius: 50%;}
div.social-icons li:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
div.social-icons li.twitter:hover:after     { background-color: #47c0d8 }
div.social-icons li.facebook:hover:after    { background-color: #49699f; }
div.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
div.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
div.social-icons li.rss:hover:after         { background-color: #fe9900; }
div.social-icons li.flickr:hover:after      { background-color: #e82c88; }
div.social-icons li.youtube:hover:after     { background-color: #b72d24; }
div.social-icons li.instagram:hover:after{
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons li a:hover { border-color: transparent; }
.circle-icons li a {display: block;width: 45px;height: 45px;border: 3px solid transparent;font: 0/0 a;cursor: pointer;text-align: center;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all .25s ease;transition: all .25s ease;}
ul.social-icons li.twitter:hover:after     { background-color: #47c0d8; }
ul.social-icons li.facebook:hover:after    { background-color: #49699f; }
ul.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
ul.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
ul.social-icons li.rss:hover:after         { background-color: #fe9900; }
ul.social-icons li.gplus:hover:after       { background-color: #c33d19; }
ul.social-icons li.flickr:hover:after      { background-color: #e82c88; }
ul.social-icons li.instagram:hover:after   { background-color: #517fa3; }
ul.social-icons li.dropbox:hover:after     { background-color: #5da3e8; }
ul.social-icons li.youtube:hover:after     { background-color: #b72d24; }
ul.social-icons li.blogger:hover:after     { background-color: #f38f33; }
ul.social-icons li.evernote:hover:after    { background-color: #73b122; }
ul.social-icons li.dribbble:hover:after    { background-color: #e65992; }
ul.social-icons li.behance:hover:after     { background-color: #18a3fe; }
ul.social-icons li.lastfm:hover:after      { background-color: #be0607; }
ul.social-icons li.skype:hover:after       { background-color: #24b0e4; }
ul.social-icons li.vimeo:hover:after       { background-color: #568799; }
ul.social-icons li.forrst:hover:after      { background-color: #628267; }
ul.social-icons li.digg:hover:after        { background-color: #2882c6; }
ul.social-icons li.appstore:hover:after    { background-color: #606060; }
ul.social-icons li.wordpress:hover:after   { background-color: #33759d; }
ul.social-icons li.stumbleupon:hover:after { background-color: #eb4924; }
ul.social-icons li.deviantart:hover:after  { background-color: #5f7162; }
ul.social-icons li.github:hover:after      { background-color: #7292a2; }
ul.social-icons li.mail:hover:after        { background-color: #65a413; }
.social-icons i {position: relative;font-weight: bold;font-size: 20px;z-index: 3;-webkit-transition: color .35s ease-out;transition: color .35s ease-out;}
.social-icons li i {display: block;line-height: 43px;color: #EFB100;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 30px;}
.social-icons a:hover i { color: #fff; }
.quote a{
  padding: 5px 15px;
  border: 2px solid #EFB100;
  border-radius: 100px;
  color: #EFB100;
}
.quote a:hover{
  background: #EFB100;
  color: #fff;
}
.inner_zone{
  padding: 50px 0;
}
footer{
  background: #1A3C6C url('../images/bg_footer.jpg') no-repeat bottom center;
  background-size: contain;
}
footer .logo{
  width: 180px;
}
ul.info_contact {
  display: flex;
}
ul.info_contact li i{
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 20px;
  margin-right: 14px;
}
ul.info_contact li {
  margin-right: 20px;
  color: #EFB100;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 46px;
  font-weight: 600;
}
ul.info_contact li a:hover{
  color: #fff;
}
ul.info_contact li span {
  color: #fff;
  font-size: 10px;
  line-height: 0px;
}
ul.info_contact li:last-child{
  margin-right: 0;
}
ul.info_contact li .eltms_info {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  font-size: 18px;
}
footer .social-icons {
  text-align: right;
}
footer .social-icons ul {
  padding: 0;
  margin: 0;
}
.footer_link li a{
  font-size: 12px;
  color: #fff;
}
.footer_link li:hover a{
  color: #EFB100;
}
.footer_link li {
  position: relative;
  padding-left: 22px;
}
.footer_link li::after{
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: 2px;
  font-size: 10px;
  content: '\f105';
  color: #EFB100;
}
.copyright {
  text-align: left;
}
.propulse {
  text-align: right;
}
.newsletter form {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  position: relative;
}
.newsletter form input {
  font-size: 15px;
  height: 60px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #EFB100;
  background-color: transparent;
  padding-left: 0;
  color: #ffffff;
  font-weight: 400;
  padding-right: 65px;
  border-radius: 0px;
}
.newsletter form button {
  position: absolute;
  top: 0px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  right: 0;
  border-radius: 25px 25px 0;
}
*::-webkit-input-placeholder {
  color: #fff;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
  opacity: 1;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
*::placeholder {
  /* modern browser */
  color: #fff;
}
/* Back To Top */
.back-to-top {
  background: #EFB100;
  border-radius: 50%;
}
.back-to-top {
  position: fixed;
  bottom: 75px;
  right: 13px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 59;
}
.back-to-top:hover, .back-to-top.auto {
  color: transparent;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}
.back-to-top:hover:before, .back-to-top.auto:before {
  animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:hover:after, .back-to-top.auto:after {
  animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  background:#fff;
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -2px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.back-to-top:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  color: #fff;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotateZ(45deg);
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
  transform: translateY(50px) rotateZ(45deg);
}
.pulse-button {

  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgb(255 205 4 / 70%);
  border-radius: 50%;
  background-color:#f7ca47;
  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);
  }
}
.title_zone{
  font-size: 13px;
  line-height: 17px;
  text-align: justify;
}
/*.option_btn_menu {
  position: fixed;
  right: 14px;
  bottom: 15px;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  background: #04284a;
  border: 2px solid #f7ca47;
  z-index: 28;
  text-align: center;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 18%);
  cursor: pointer;
  -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);
  border-radius: 100px;
}*/
.option_btn_menu {
  position: fixed;
  right: -6px;
  bottom: 0;
  border-radius: 0px;
  width: 151px;
  z-index: 9;
  text-align: center;
  cursor: pointer;
  -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);
}
.option_btn_menu i {
  font-size: 24px;
  color: #fff;
  line-height: 53px;
}
.menu_wrapper_tchat {
  position: fixed;
  width: 300px;
  height: auto;
  border-radius: 5px;
  font-weight: 500;
  background: #ffffff;
  overflow: hidden;
  right: 47px;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  visibility: hidden;
  z-index: 8;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  bottom: 40px;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  transform-origin: right bottom;
}
.menu_shown_option .menu_wrapper_tchat {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  pointer-events: all;
  visibility: visible;
}
.menu_wrapper_tchat .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.menu_wrapper_tchat .inner {
  padding: 25px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.close_zone {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
}
ul.menu_nav_tchat {
  padding: 0 0 0 0;
  margin: 0;
}
ul.menu_nav_tchat li {
  display: block;
}
ul.menu_nav_tchat li a {
  font-size: 12px;
  border-radius: 15px;
  font-family: 'Poppins', sans-serif;
  color: #1A3C6C;
  font-weight: 600;
  line-height: initial;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
  border: 2px solid #1A3C6C;
  justify-content: center;
}
ul.menu_nav_tchat li a i {
  margin-right: 16px;
  font-size: 24px;
}
ul.menu_nav_tchat li a p {
  margin: 0;
}
ul.menu_nav_tchat li:hover a{
  background: #1A3C6C;
  color:#fff;
}
.option_btn_menu span{
  line-height: 7px;
  display: block;
  font-size: 8px;
  width: 68px;
  position: absolute;
  bottom: 7px;
  z-index: 9999999999;
  font-weight: bold;
  color: #fff;
  right: 50%;
  transform: translateX(50%);
  background: #1A3C6C;
  padding: 4px 10px;
  border-radius: 100px;
}
.option_btn_menu:hover span{
  background: #1A3C6C;
  color: #EFB100;
}
.menu_shown_option .option_btn_menu i {
  color: #EFB100;
  transform: scale(.8);
}
.language li{
  display: inline;
}
.language li a {
  padding: 0 4px;
  font-weight: 800;
  font-size: 12px;
  color: #EFB100;
}
.language li.active a{
  background: #1A3C6C;
  color: #fff;
}
.phrases_forte h1{
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 28px;
}
.phrases_forte {
  background: #EFB100;
}
.phrases_forte h1 .phrases{
  color: #1A3C6C;
  font-size: 20px;
  letter-spacing: 4.4px;
}
.wide-container {
  max-width: 100%;
  height: 410px;
  margin: 0 auto;
  background: rgb(236, 236, 236);
  border-radius: 20px;
  overflow: hidden;
  z-index: 3;
  position: relative;
  box-shadow: 0px 4px 8px 1px rgb(0 0 0 / 11%);
}
a.btn_typeC {
  color: #1A3C6C;
  display: flex;
  text-align: left;
  font-size: 16px;
  line-height: 14px;
  height: 297px;
  transition: all ease 0.4s;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
  align-items: stretch;
  position: relative;
  font-weight: bold;
  border-radius: 15px;
  margin-bottom: 30px;
}
a.btn_typeC::after{
  content: "";
  background: #1A3C6C;
  position: absolute;
  width: 0%;
  top: 0;
  left: -40px;
  height: 100%;
  transform: skewX(30deg);
  transition: all ease 0.4s;
}
a.btn_typeC:hover::after{
  content: "";
  width: 130%;
  top: 0;
  left: -40px;
  height: 100%;
  transform: skewX(30deg);
  transition: all ease 0.4s;
}
a.btn_typeC div.content_elmt{
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 26px 56px 26px 26px;
  /*background: #fff;*/
  height: 120px;
}
a.btn_typeC .img_news {
  height: 165px;
  margin: 20px;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 20%);
  z-index: 1;
  background-size: cover!important;
}
.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 8;
  color: #f1f1f1;
}
.shape2 {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 8;
  color: #ffffff;
}
.shape2>svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}
.shape>svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}
a.btn_typeC span.num_ber {
  font-size: 60px;
  position: absolute;
  top: 120px;
  right: 28px;
  z-index: 2;
}
a.btn_typeC:hover .num_ber{
  color:#fff!important;
}
a.btn_typeC span{
  font-size: 10px;
  display: block;
  line-height: 27px;
  transition: all ease 0.4s;
}
a.btn_typeC i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 17px;
  background: #EFB100;
  height: 30px;
  border-radius: 100px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  transition: all ease 0.4s;
  color: #ffffff;
}
.pulse-button {

  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color:#ffffff;
  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);}}
.news .box {
  margin-bottom: 30px;
  position: relative;
  transition: all ease 0.4s;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 25px;
  min-height: 507px;
}
.news.photos .box, .news.videoss .box{
  min-height: 400px;
}
.news .box:hover .img_news{
  background-size: 110%!important;
  transition: all ease 0.4s;
}
.news .box p{
  line-height: 20px;
  font-size: 13px;
  /* text-align: justify; */
  color: #a5a5a5;
}
.img_news {
  width: 100%;
  height: 130px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  transition: all .5s ease;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
}
.info_news {
  padding: 8px 0px;
  transition: all .5s ease;
  /* background: #fff; */
  border-radius: 20px;
  z-index: 1;
  /* position: absolute; */
  bottom: 0;
  /* border: 1px solid #EFB100; */
}
.info_news h6 a {
  color: #333;
  margin-top: 0;
  line-height: 19px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.box_video a .info_news h6  {
  color: #333;
  margin-top: 0;
  line-height: 19px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

#actu_slider.owl-carousel .owl-stage {
  padding:0px;
}
.box_media {
  padding: 20px;
  border-radius: 22px;
  position: relative;
  z-index: 1;
  height: 201px;
  background: #fff2dd;
  border: 1px solid #EFB100;
}
.box_media ul li:last-child a{
  margin-bottom: 0px;
}
.box_media ul li a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  -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;
  margin-bottom: 20px;
  padding: 18px 17px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
  background: #105493;
  border-radius: 18px;
}
.box_media ul li i {
  font-size: 25px;
  margin-right: 10px;
  border-radius: 6px;
}
.box_media ul li a p {
  margin: 0;
}
.box_media ul li a:hover{
  background: #fff;
  color: #105493;
  border: 1px solid transparent;
  box-shadow: -20px 20px 10px rgb(2 45 98 / 10%);
  transition: box-shadow 0.3s ease-in-out;
}
.date_news {
  color: #EFB100;
  font-size: 10px;
  position: relative;
  margin-top: 16px;
}
.data_tag a {
  font-weight: bold;
  color: #1A3C6C;
  font-size: 10px;
  position: relative;
  margin-top: 16px;
  display: block;
  margin-left: 11px;
}
a.news_link i {
  font-size: 17px;
  background: #fff;
  height: 20px;
  border-radius: 7px;
  width: 20px;
  text-align: center;
  line-height: 16px;
  color: #EFB100;
  border: 2px solid #EFB100;
}
#actu_slider a.news_link i {
  height: 24px;
  width: 24px;
  line-height: 19px;
}
.section-title.left .sub-heading {
  padding: 0 45px 0 0;
  margin-right: auto;
}
.section-title .sub-heading {
  display: block;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #1A3C6C;
}
.section-title.left .sub-heading::after {
  right: 0;
}
.section-title .sub-heading::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #EFB100;
  top: 50%;
}
.box_agenda {
  background:#1A3C6C ;
  border-radius: 10px;
  padding: 20px;
}
.box_agenda ul li{
  display: block;
  border-bottom: 1px solid #064783;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.box_agenda ul li:last-child{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.box_agenda ul li a{
  color: #fff;
}
.box_agenda .date {
  font-size: 20px;
  font-weight: 600;
}
.box_agenda .date span{
  font-size: 10px;
  margin-right: 10px;
}
.photo-item .itembox_vid, .video-item .itembox_vid {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.photo-item .itembox_vid a, .video-item .itembox_vid a {
  text-decoration: none;
  display: block;
  transition: all .3s ease;
  color: #4C4C4C;
}
.photo-item .itembox_vid .photo-thumb, .video-item .itembox_vid .video-thumb {
  width: calc(50% - 10px);
  height: 140px;
  margin-right: 20px;
  float: left;
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
  overflow: hidden;
  transition: all .3s ease;
}
.photo-item:hover .photo-thumb, .video-item :hover .video-thumb{
  background-size: 110%!important;
  transition: all .3s ease;
}
.photo-thumb .cover, .video-thumb .cover {
  position: absolute;
  width: 100%;
  height: 100%;

}
.photo-thumb .cover i, .video-thumb .cover i {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 10%;
  bottom: 15%;
}
.photo-info, .video-info {
  padding: 10px;
  line-height: 14px;
}
.post-date {
  font-size: 10px;
  margin-top: 0px;
  display: block;
  font-weight: normal;
}
.photo-info h6, .video-info h6{
  color: #333;
  margin-top: 10px;
  line-height: 19px;
  font-weight: 600;
}
.img_special {
  max-width: unset;
  width: fit-content;
  border-radius: 15px 0 0 15px;
  height: 400px;
}
.zone_text{
  position: absolute;
  padding: 46px;
  width: 440px;
}
.zone_text img{
  position: absolute;
  top: 60px;
  width: 310px;
  right: -140px;
}
.product {
  background: #f1f1f1;
  padding-bottom: 100px;
}
.product .simple_link {
  color: #fff;
  background: #1A3C6C;
}
.simple_link.full{
  color: #fff;
  background: #1A3C6C;
}
.simple_link{
  font-weight: 600;
  color: #1A3C6C;
  display: inline-block;
  background: #fff;
  padding: 7px 18px;
  border-radius: 100px;
  transition: all ease 0.4s;
  border: transparent;
}
.network .simple_link:hover{
  color: #fff;
  background: #1A3C6C;
}
.simple_link:hover{
  color: #fff;
  background: #043e74;
}
.num_inner span {
  font-size: 26px;
  color: #1A3C6C;
  line-height: 31px;
  font-weight: bold;
  display: block;
}
.num_inner .more{
  display: flex;
}
.stat_elmt {
  display: flex;
  align-items: center;
}
.stat_elmt img {
  margin-right: 15px;
  width: 60px;
}
a.btn_typeC:hover{
  color: #EFB100;
  background:#1A3C6C;
  transition: all ease 0.4s;
}
a.btn_typeC:hover i {
  background: #1A3C6C;
  color: #fff;
  transition: all ease 0.4s;
  right: 19px;
}
#member_slider .item{
  background: #fff;
  height: 100px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
}
#member_slider .item img{
  width: 100px;
}

.section-title.center .sub-heading {
  padding: 0 45px;
}
.section-title.center .sub-heading {
  margin-left: auto;
  margin-right: auto;
}
.section-title.center .sub-heading::before {
  left: 0;
}
.section-title.center .sub-heading::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #EFB100;
  top: 50%;
}
.section-title.center .sub-heading::after {
  right: 0;
}
.num_inner{
  display: flex;
  flex-direction: column;
}
.box_product{
  background: #fff;
  height: 250px;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  text-align: center;
  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: 2px solid transparent;
}
.box_product:hover{
  border: 2px solid #EFB100;
  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;
}
.box_product:hover span.ico{
  transform: scale(.5);
  transition: all ease 0.4s;
}
.box_product h6{
  color: #1A3C6C;
  height: 28px;
  line-height: 16px;
  margin-bottom: 18px;
}
.box_product span.ico {
  width: 80px;
  display: block;
  margin: -30px auto 0 auto;
  transform: scale(1.0);
  transition: all ease 0.4s;
}
.box_product p{
  line-height: 16px;
}
.box_product a.news_link i {
  font-size: 14px;
  background: #1A3C6C;
  color: #ffffff;
  border: none;
  transition: all ease 0.4s;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.box_product a.news_link{
  color: #1A3C6C;
  font-weight: bold;
}
.box_product:hover a.news_link i{
  transition: all ease 0.4s;
  transform: scale(1.1);
}
.swiper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.more_effect{
  background: #f9f9f9;
  height: 140px;
  position: relative;
  padding: 40px 90px 40px 40px;
}
.more_content{
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
}
.more_content h4{
  position: absolute;
  bottom: 0;
  display: flex;
  font-size: 20px;
  align-items: center;
}
.more_content h6{
  position: absolute;
  top: 0;
  font-size: 12px;
}
.header_transition{
  padding: 20px 0;
  height: 320px;
  position: relative;
  background-position: center!important;
}
#menu_elmts{
  background: #EFB100;
  padding: 20px;
  margin-top: -100px;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 17%);
  border-radius: 10px;
}
#menu_elmts .list_exp li a {
  padding: 13px 20px;
  border-bottom: 1px solid #ffc219;
  margin: 0;
}
#menu_elmts .list_exp li:last-child a {
  border: 0;
}
ul.list_exp li a {
  display: block;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #ba9017;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.list_exp li a::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 16px;
  left: 2px;
  font-size: 10px;
  content: '\f105';
  color: #fff;
}
ul.list_exp li:hover a{
  color: #1A3C6C;
}
ul.list_exp li:hover a::after{
  color: #1A3C6C;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.career {
  padding: 20px;
  background: #EFB100;
  margin-top: -133px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  margin-bottom: 30px;
}
.form_carriere_z label {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 7px;
}
.form_carriere_z .form-control {
  border: 0;
}
#career_form .form_carriere_z .form-control {
  border: 1px solid #ced4da;
}
#career_form .form_carriere_z label {
  color: #4C4C4C
}
.modal.gl .modal-body {
  padding: 0rem 3rem;
}
#career_form .modal-footer {
  background: #1A3C6C;
  margin-top: 20px;
  text-align: center;
  justify-content: space-around;
  border-radius: 0;
  padding: 3rem;
  color: #EFB100;
}
#career_form .modal-header {
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 3rem 3rem 1rem 3rem;
}
#career_form .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  border: none;
  background: #fff;
}
ul.option_carrer li {
  position: relative;
  padding-left: 22px;
}
ul.option_carrer li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: 2px;
  font-size: 10px;
  content: '\f105';
  color: #EFB100;
}
.box_career {
  padding: 20px;
  text-align: left;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 4%);
  height: 100%;
}
a.link_icon{
  color: #EFB100;
}
a.link_icon:hover{
  color: #043f75;
}
a.link_icon i {
  background: #043f75;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  line-height: 30px;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 4%);
}
a.link_icon:hover i{
  background: #EFB100;
  color: #043f75;
}

.form-group select, .form-group input {
  color: #495057;
  font-size: 13px!important;
  height: 57px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  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;
}
#member_subscribe_form .carreer_cv{
  border: 1px solid #ced4da;
}
.carreer_cv {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
}
.carreer_cv .form-group input {
  color: #ffffff;
}
.reseller .form-group input {
  color: #4C4C4C;
  height: auto;
}
.reseller label{
  line-height: 15px;
}
.reseller {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ced4da;
  overflow: hidden;
}
.career .title{
  margin-bottom: 15px;
  padding-bottom: 25px;
  position: relative;
}
.career .title::after{
  content:"";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.overlay_bg {
  background:rgb(0 0 0 / 60%);
  /*background: linear-gradient(126deg, rgba(41,65,143,0.8) 33%, rgba(41,65,143,0) 100%);*/
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  -o-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  transition: all 0.2s;
}
.the-arrow {
  width: 64px;
  transition: all 0.2s;
  position: absolute;
  bottom: 0;
  right: -80px;
}
.the-arrow > .shaft {
  background-color: #fff;
  display: block;
  height: 3px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.more_content:hover a .the-arrow.-right > .shaft {
  width: 55px;
}
.the-arrow.-right > .shaft {
  width: 34px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}
.more_content::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: rgb(255 255 255 / 100%);
  bottom: 0;
}
a:hover .overlay_bg{
  background: rgb(240 177 1 / 66%);
  transition: all 0.2s;
}
.slide_box_content {
  width: 910px;
  z-index: 3;
  top: 0;
  left: -220px;
  position: relative;
  height: 450px;
  background: rgb(26,60,110);
  background: linear-gradient(77deg, rgb(26 60 110 / 81%) 50%, rgb(26 60 110 / 0%) 90%);
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.content_slide {
  color: #fff;
  width: 40%;
  display: block;
  line-height: 25px;
  font-size: 24px;
  position: absolute;
  z-index: 4;
  margin-left: 280px;
  margin-top: 40px;
}
.content_slide span.title_content {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 3px 3px rgb(0 0 0 / 17%);

}
.content_slide a.simple_link {
  font-size: 14px;
}
.content_slide p{
  font-size: 15px;
  line-height: 18px;
}
.box_video .img_news i{
  position: absolute;
  font-size: 50px;
  color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-shadow: 0px 0px 12px rgb(2 45 98 / 44%);
  transition: all .1s ease;
}
.box_video:hover .img_news i{
  font-size: 60px;
  transition: all .1s ease;
}
.more_content img{
  width: 50px;
  float: left;
  margin-right: 20px;
  margin-top: -6px;
}
.rapport{
  text-align: center;
}
.rapport img {
  width: 120px;
  margin: -33px auto 0 auto;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
}
.rapport a{
  display: block;
  margin-top: 14px;
  line-height: 13px;
}
.rapport a i {
  margin-top: 0;
  font-size: 16px;
  color: #EFB100;
}
.rapport a{
  color: #04284a;
  font-weight: 600;
}
.cd-signin-modal {
  background: rgb(246 164 34 / 90%)!important;
}
.cd-signin-modal__label i {
  color: #04284a;
  position: absolute;
  z-index: 1;
  left: 2px;
  bottom: -53px;
  text-align: center;
  width: 40px;
  line-height: 49px;
  height: 51px;
  font-size: 17px;
}
.cd-signin-modal__label {
  font-size: 11px!important;
}
.cd-signin-modal__fieldset:last-child{
  margin-top: 20px!important;
}
.cd-signin-modal__hide-password {
  font-size: 12px!important;
  color: #ffffff!important;
}
.cd-signin-modal__input.cd-signin-modal__input--has-border {
  border: 0!important;
}
.booking_call_section {
  position: fixed;
  width: 500px;
  height: 100vh;
  background: #04284a;
  z-index: 99999;
  right: 0;
  top: 0;
  transform: translate(100%);
  transition: 100ms cubic-bezier(.25,.46,.45,.94);
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1),-webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  overflow: hidden;
}
.open_book_menu .booking_call_section {
  display: block;
  opacity: 1;
  transform: translate(0%);
  transition: 100ms cubic-bezier(.25,.46,.45,.94);
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1),-webkit-transform 100ms cubic-bezier(.19,1,.22,1);
}
.booking_call_section .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.booking_call_section .inner {
  padding: 40px;
  /* display: table-cell; */
  /* vertical-align: middle; */
  box-sizing: border-box;
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.close_booking_call_section{
  font-size: 30px;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  color: #fff;
}
.open_book_menu .menu-background {
  transition: opacity .3s ease-in-out;
  opacity: .6;
  visibility: inherit;
}
.meetings-iframe-container{
  position: relative;
}
.meetings-iframe-container::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 77px;
  background: #04284a;
  bottom: 0;
  left: 0;
}
.open_book_menu .booking-background {
  transition: opacity .3s ease-in-out;
  opacity: .8;
  visibility: inherit;
}
.booking-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 109;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.body--static {
    height: 100%;
    overflow: hidden;
}
.innerpage.wide-container{
  height: 300px;
}
.phrases_forte h1 span{
  font-size: 24px;
  color: #EFB100;
}
.relative{
  position: relative;
}
.product_zone{
  position: absolute;
  width: 300px;
  bottom: -80px;
  z-index: 4;
  right: 40px;
}
.product_item{
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.devis{
  background: #EFB100;
  padding: 60px 0;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.vertical-divider.white{
  background-color: #fff;
}
.devis .simple_link{
  width: 240px;
}
.box_faq{
margin-top: 40px;
}
/*--------------------------------------------------------------------------------------*/
/*                     JQUERY ACCORDION                                            */
/*-------------------------------------------------------------------------------------*/
ul.accordion {
  display: inline;
  width: 100%;
  padding: 0;
  }
  ul.accordion li {
    width: 100%;
    padding: 0;
    border: 1px solid transparent;
    margin-bottom: 15px;
    /* background: #000;
  /*-webkit-box-shadow: 0 4px 20px 0 rgba(168, 182, 191, .6);
  box-shadow: 0 4px 20px 0 rgba(168, 182, 191, .6);*/
  display: inline-block;
  border-radius: 10px!important;
  background: transparent;
  }

  ul.accordion .accordion-switch {
    float: left;
    width: 100%;
    background: #013d75;
    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-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 33px;
    border-radius: 10px;
    padding: 15px 0 15px 0;
    border: 1px solid transparent;
  }
  ul.accordion li.accordion-item.selected .accordion-switch {
    background: #fff;
    color: #1A3C6C;
    border: 1px solid #013d75;
  }
  ul.accordion .accordion-switch:hover { background: #022e56;border: 1px solid #115595; }
  ul.accordion li.accordion-item .accordion-switch {
  font-size: 13px;
  }
  ul.accordion li a:hover { text-decoration: underline }
  ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 20px;
    width: 20px;
    background: #EFB100 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 3px 13px;
    border-radius: 100%;
  }
  ul.accordion li.accordion-item:hover .togglegfx { background-color: #1A3C6C }
  ul.accordion li.accordion-item .accordion-content {
  padding: 0px 20px 10px 3px;
  margin-top: 30px;
  float: left;
  }
  ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
  background: #1A3C6C url(../images/accordion-toggle.png) no-repeat left bottom;
  }
  ul.accordion li:last-child{
    margin-bottom: 0;
  }
.stats .inner_zone{
  padding: 0px 0px 50px 0;
}
.network{
  margin-top: -60px;
}
/* PRELAODER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  background: #EFB100;
  -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: 215px;
}
.preloader .inner p {
  font-weight: 600;
  color: #1A3C6C;
  font-size: 13px;
  display: block;
}

/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99!important;
  background: #1A3C6C;
  -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: #1A3C6C;
  -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%;
}
.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  margin-bottom: 8px;
}
.breadcrumbs__item .breadcrumbs__link {
  color: #4C4C4C;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.breadcrumbs__item+.breadcrumbs__item {
  padding-left: .5rem;
}
.breadcrumbs__item+.breadcrumbs__item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #4C4C4C;
  content: ">";
}
.breadcrumbs__item--active{
  color: #EFB100;
}
.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
}
.pagination__item--prev {
  margin-right: 15px;
  margin-left: 0;
}
.pagination__item {
  margin: 0 4px;

  height: 40px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0 10px;
  border-radius: 10px;
}
.pagination__item i, .pagination__item span {
  display: inline-block;
  color: #818181;
  font-size: 14px;
  line-height: 39px;
  font-weight: 700;
}
.pagination__item.pagination__item--active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background: #043f75;
}
.pagination__item.pagination__item--active span{
  color: #fff;
}
.pagination__item:hover span, .pagination__item:hover i{
  color: #043f75;
}
.info ul {
  padding-left: 40px;
  margin: 0;
}
.info li {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.info li:last-child {
  margin-bottom: 0;
}
.info li i {
  position: absolute;
  top: 1px;
  left: -34px;
  font-size: 21px;
  color: #EFB100;
}
.info li span {
  display: block;
  color: #EFB100;
  font-weight: bold;
}
.contact-desc textarea.form-control{
  height: 200px;
}
.content_text_actu p{
  text-align: justify;
  margin-bottom: 10px;
}
.content_img_actu.img_news {
  height: 500px;
}
.num_photo{
  font-size: 12px;
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  bottom: 20px;
  right: 20px;
  line-height: 31px;
}
a.play_video{
  font-size: 12px;
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  bottom: 20px;
  right: 20px;
  line-height: 31px;
}
a.play_video:hover{
  background: #EFB100;
  color:#fff ;
}
.box_contact{
  background: #EFB100;
  padding: 20px;
  margin-top: -100px;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 17%);
  border-radius: 10px;
}
.prod_ico{
  margin: 0 auto;
  width: 70px;
}
a.box_link{
  background: #1A3C6C;
  padding: 30px 100px 30px 30px;
  display: block;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  position: relative;
  border: 2px solid transparent;
}
a.box_link i{
  font-size: 21px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-align: center;
  color: #043f75;
  line-height: 36px;
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
  top: 50%;
  border: 2px solid transparent;
}
a.box_link:hover{
  background: #fff;
  color: #043f75;
  border: 2px solid #043f75;
}
a.box_link:hover i{
  color: #fff;
  background: #043f75;
}
#lightgallery a:after {
  font-family: Font Awesome\ 5 Pro;
  content: "\f00e";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  width: 35px;
  height: 35px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  transform-style: preserve-3d;
  line-height: 38px;
  text-align: center;
}
#lightgallery a {
  position: relative;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  margin-bottom: 40px;
}
#lightgallery a:hover:after{
  opacity: 1
}
.justified-gallery .zone_img {
  height: 140px;
  border: 6px solid #fff;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  margin-bottom: 0;
  box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
  border-radius: 10px;
}
.justified-gallery .zone_img:hover{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.modal.reflect {
  padding: 0!important;
  margin: 0px 0;
}
.modal.reflect .modal-content {
  border-radius: 0;
  background: #fff;
  border: none;
  height: 100%;
  padding: 0;
  position: relative;
}
.modal.reflect .close {
  float: unset;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #1A3C6C;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  background: #EFB100!important;
  width: 35px;
  height: 35px;
  z-index: 1;
  border: 0;
}
.side_plan {
  height: 100vh;
  box-shadow: 0px 0px 26px rgb(0 0 0 / 16%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 16;
  transform: translate(120%);
  transition: 400ms cubic-bezier(.25,.46,.45,.94);
}
.content_wrap {
  overflow: hidden;
  height: 100vh;
  box-shadow: 0px 0px 26px rgb(0 0 0 / 16%);
  position: relative;
  z-index: 1;
  background: #fff;
}
.content_wrap_inner {
  padding: 30px;
  height: 100%;
  overflow: hidden;
}
.side_plan_open .side_plan {
  transform: translate(0%);
  transition: 400ms cubic-bezier(.25,.46,.45,.94);
}
.sideplan-background {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  background:#EFB100;
  width: 310px;
  height: auto;
  z-index: 16;
  transition: all .3s ease-in-out;
  padding: 30px;
}
.side_plan_open .sideplan-background {
  transition: opacity .3s ease-in-out;
  opacity: .9;
  visibility: inherit;
}
.sb_zone h1{
  font-size: 31px;
  line-height: 29px;
}
.side_plan a.side_plan_btn {
  background: #03315d;
  height: 40px;
  width: 40px;
  position: absolute;
  text-align: center;
  right: 0px;
  top: 0;
  cursor: pointer;
  z-index: 2;
}
.side_plan a.side_plan_btn i {
  color: #EFB100;
  line-height: 38px;
  font-size: 19px;
}
.sb_zone{
  color: #fff;
  font-weight: bold;
}
.sb_zone i{
  font-size: 40px;
}
.leaflet-popup-content {
  color:#000!important;
}
.devis_form textarea.form-control {
  height: 200px;
}
.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: #EFB100;
}
.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;
}
.menu_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  font-weight: 500;
  min-height: 500px;
  background: rgb(4 62 116);
  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: 64px;
}
.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 rgb(12 69 124);
  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: #0b4a86;
}
.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%);}
ul.list_style li{
  list-style:disc;
  margin-left: 40px;
  font-weight: 500;
}
.list_puce{
  background: url("../images/puce_L.png") no-repeat left center;
  padding-left: 45px;
  background-size: 33px;
}
.title_border {
  border-right: 1px solid #c6c6c6;
  padding-right: 20px;
}
ul.also_list li{
  display: block;
  padding: 20px;
  background: #1A3C6C;
  border-radius: 20px;
  margin-bottom: 20px;
}
ul.also_list li:last-child{
  margin-bottom: 0;
}
ul.also_list li .info_news h6{
  margin: 0;
  font-size: 13px;
}
ul.also_list li .info_news h6 a{
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}
ul.also_list li .data_tag a, ul.also_list li .date_news{
  margin-top: 0;
  margin-bottom: 5px;
}
ul.also_list li .data_tag a{
  color: #EFB100;
}
#menu_elmts .list_exp li a span{
  font-weight: normal;
}
.round_border{
  overflow: hidden;
  border-radius: 10px;
}
.box_img_part{
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 15%);
}
.header_page{
  padding: 20px 0;
}
.certif {
  position: absolute;
  bottom: -62px;
  box-shadow: -5px 9px 9px #00000026;
  width: 173px;
  display: flex;
  font-size: 11px;
  align-items: center;
  line-height: 12px;
  background: #fff;
  right: 16px;
  padding: 9px 9px;
  border-radius: 0 0 10px 10px;
  -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);
}
.certif img {
  width: 46px;
  height: auto;
  flex-shrink: 0;
}
.certif::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 11px;
  background: #efb102;
  width: 79px;
  height: 5px;
}

/*-----responsive site style-----*/
@media (max-width: 575.98px) {
  header .nav{display: none;}
  header .quote{ display: none;}
  header .logo {width: 100px;}
  header {position: fixed;height: 66px;width: 100%;box-shadow: 1px 3px 9px rgb(0 0 0 / 18%);}
  header::after {width: 64%;bottom: 0;}
  .menu-button {display: block;}
  .phrases_forte {margin-top: 66px;}
  .phrases_forte h1 .phrases { font-size: 19px;letter-spacing: 1px;margin-top: 5px;}
  .slides-pagination{display: none;}
  .newsletter{margin-bottom: 20px;background: #03315d;padding: 27px;border-radius: 10px;}
  .copyright {text-align: center;}
  .propulse {text-align: center;}
  footer .social-icons ul {text-align: center;}
  ul.info_contact {display: block;}
  footer .logo {margin-bottom: 30px;}
  ul.info_contact li {margin-bottom: 23px;}
  .more_content h4 {font-size: 17px;line-height: 18px;}
  .stat_elmt {margin-bottom: 25px;}
  .news .box { min-height: auto;}
  .network {margin-top: 0px; }
  .product {padding: 50px 0;}
  .stats .inner_zone {padding: 50px 0;}
  .zone_text{padding: 46px;width: auto;}
  .wide-container{    height: 100%;margin-bottom: 220px; background: #0c2f55;}
  .content_slide {width: 100%;line-height: 25px;font-size: 14px;margin-left: unset;margin-top: 200px;position:unset;padding: 40px;bottom: 0;background: #0c2f55;}
  .slide_box_content {width: 100%;top: 0;left: 0;height: 100%;background: rgb(4 40 74 / 29%);}
  .content_slide span.title_content {font-size: 18px;line-height: 21px;}
  #slides{overflow: unset!important;}
  ul.slides-container li{overflow: unset!important;}
  .booking_call_section{width: 100%;}
  .header_page h2{font-size: 30px;line-height: 40px;}
  #menu_elmts {margin-top: 30px;}
  .side_plan{width: 100%;}
  .side_plan a.side_plan_btn {background: #03315d;left: unset;right: 0;z-index: 2;}
  .content_wrap_inner {padding: 10px;}
  .box_contact {margin-top: 40px;}
  .justified-gallery .zone_img {height: 280px;}
  .career {margin-top: 60px;}
  .cl_mb_mt-20{margin-top: 78px;}
  .header_transition {margin-top: 65px;height: 69px;background-size: contain!important;}
  .header_page.product_head{text-align: center;margin-top: 66px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .nav{display: none;}
  header .quote{ display: none;}
  header .logo {width: 100px;}
  header {position: fixed;height: 66px;width: 100%;box-shadow: 1px 3px 9px rgb(0 0 0 / 18%);}
  header::after {width: 64%;bottom: 0;}
  .menu-button {display: block;}
  .phrases_forte {margin-top: 66px;}
  .phrases_forte h1 .phrases { font-size: 19px;letter-spacing: 1px;margin-top: 5px;}
  .slides-pagination{display: none;}
  .newsletter{margin-bottom: 20px;background: #03315d;padding: 27px;border-radius: 10px;}
  .copyright {text-align: center;}
  .propulse {text-align: center;}
  footer .social-icons ul {text-align: center;}
  ul.info_contact {display: block;}
  footer .logo {margin-bottom: 30px;}
  ul.info_contact li {margin-bottom: 23px;}
  .more_content h4 {font-size: 17px;line-height: 18px;}
  .stat_elmt {margin-bottom: 25px;}
  .news .box { min-height: auto;}
  .network {margin-top: 0px; }
  .product {padding: 50px 0;}
  .stats .inner_zone {padding: 50px 0;}
  .zone_text{padding: 46px;width: auto;}
  .wide-container{height: 200px; overflow: unset; margin-bottom: 220px;}
  .content_slide {width: 100%;line-height: 25px;font-size: 14px;margin-left: unset;margin-top: 200px;position:unset;padding: 40px;bottom: 0;background: #0c2f55;}
  .slide_box_content {width: 100%;top: 0;left: 0;height: 100%;background: rgb(4 40 74 / 29%);}
  .content_slide span.title_content {font-size: 18px;line-height: 21px;}
  #slides{overflow: unset!important;}
  ul.slides-container li{overflow: unset!important;}
  .booking_call_section{width: 100%;}
  .header_transition {margin-top: 65px;}
  .header_page h2{font-size: 30px;line-height: 40px;}
  #menu_elmts {margin-top: 30px;}
  .side_plan{width: 100%;}
  .side_plan a.side_plan_btn {background: #03315d;left: unset;right: 0;z-index: 2;}
  .content_wrap_inner {padding: 10px;}
  .box_contact {margin-top: 40px;}
  .header_page.product_head{text-align: center;margin-top: 66px;padding-bottom: 0;}
  .justified-gallery .zone_img {height: 280px;}
  .career {margin-top: 60px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .nav{display: none;}
  header .quote{ display: none;}
  header .logo {width: 100px;}
  header {position: fixed;height: 66px;width: 100%;box-shadow: 1px 3px 9px rgb(0 0 0 / 18%);}
  header::after {width: 64%;bottom: 0;}
  .menu-button {display: block;}
  .phrases_forte {margin-top: 66px;}
  .phrases_forte h1 .phrases { font-size: 19px;letter-spacing: 1px;margin-top: 5px;}
  .slides-pagination{display: none;}
  .newsletter{margin-bottom: 20px;background: #03315d;padding: 27px;border-radius: 10px;}
  .copyright {text-align: center;}
  .propulse {text-align: center;}
  ul.info_contact {display: block;}
  footer .logo {margin-bottom: 30px; width: 157px;}
  ul.info_contact li {margin-bottom: 23px;}
  .more_content h4 {font-size: 13px;line-height: 18px;}
  .stat_elmt {margin-bottom: 25px;}
  .news .box { min-height: auto;}
  .network {margin-top: 0px; }
  .product {padding: 50px 0;}
  .stats .inner_zone {padding: 50px 0;}
  .zone_text{padding: 46px;width: auto;}
  .wide-container{height: 200px; overflow: unset; margin-bottom: 220px;}
  .content_slide {width: 100%;line-height: 25px;font-size: 14px;margin-left: unset;margin-top: 200px;position:unset;padding: 40px;bottom: 0;background: #0c2f55;}
  .slide_box_content {width: 100%;top: 0;left: 0;height: 100%;background: rgb(4 40 74 / 29%);}
  .content_slide span.title_content {font-size: 18px;line-height: 21px;}
  #slides{overflow: unset!important;}
  ul.slides-container li{overflow: unset!important;}
  .booking_call_section{width: 100%;}
  .header_transition {margin-top: 65px;}
  .header_page h2{font-size: 30px;line-height: 40px;}
  #menu_elmts {margin-top: 30px;}
  .side_plan{width: 100%;}
  .side_plan a.side_plan_btn {background: #03315d;left: unset;right: 0;z-index: 2;}
  .content_wrap_inner {padding: 10px;}
  .box_contact {margin-top: 40px;}
  .header_page.product_head{margin-top: 66px;padding-bottom: 0;}
  .justified-gallery .zone_img {height: 280px;}
  .career {margin-top: 60px;}
  .social-icons li {display: block;}
  footer .social-icons {text-align: left;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav ul.menu>li.mega .sub_menu { max-width: 1146px;}
}
@media only screen and  (min-width: 1200px) {
  .nav ul.menu>li.mega .sub_menu { max-width: 1146px;}
}
.propulse a{
  color: #EFB100;
}
.propulse a:hover{
  color: #fff;
}
