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

body { 
  color: #4C4C4C; 
  /*font-family: 'Barlow', sans-serif;*/
  font-family: 'Aller', sans-serif;
  font-size: 14px;
  padding: 0px !important;
  margin: 0px !important;
  letter-spacing: .025em;
  line-height: 21px;
  font-style: normal;	
  font-weight: 400;
  background: #fff;
  text-rendering: optimizeLegibility;
}

/* Typography */
h1, h2, h3, h4, h5, h6{
	margin:10px 0;
}
h1{
  font-size: 48px;
	line-height:43px
}
h2{
  font-size: 38px;
	line-height:35px
}
h3{
  font-size:30px;
	line-height:30px
}
h4{
  font-size: 24px;
	line-height:22px
}
h5{
  font-size: 18px;
  line-height:18px
}
h6{
  font-size: 16px;
  line-height:15px
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color:#4c4c4c
}
strong{
  font-weight: 800;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}
a {
  text-shadow: none !important;
  color: #ED8A28;
  transition: color 0.1s linear 0s,background-color 0.1s linear 0s  !important;
}
a,a:focus, a:hover, a:active {
  outline: 0;
  text-decoration:none;
}
ol, ul {
    list-style: none;
}
.normal{ 
	font-weight:normal;
}
.bold{ 
	font-weight:500;
}
.extra-bold{ 
	font-weight:800;
}
.all-caps{
	text-transform:uppercase;
}
.light{
	font-weight:300 !important;
}
.small-text{
	font-size:12px !important;
}
.normal-text{
	font-size:13px !important;
}
.large-text{
	font-size:15px !important;
}

/* special bg colors */
.bg_site_black{
  background-color: #1B1834!important;
}
.bg_site_red{
  background-color: #E41224!important;
}
.bg_site_orange{
  background-color: #EF7C20!important;
}
.bg_site_grey{
  background-color: #c6c6c6!important;
}
.bg_site_blue {
  background-color: #1b3f8e !important;
}


/* Font Colors */
.text-site-blue {
  color: #1b3f8e !important;
}
.text-site-orange {
  color: #EF7C20 !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 ;
  border: 0;
  border-top: 1px solid #c9c8c8;
  /*border-bottom: 1px solid #FEFEFE;*/
}
.horizontal-line.transparent {
  margin: 2rem 0 ;
  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%;}

p{
  line-height: 20px;
}
/*-----site style-----*/

#site {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main_content {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.inner_main {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -200;
  width: 100%;
  height: 100%;
}
.img_backsite {
  position: absolute;
  top: -130px;
  left: 55%;
  width: 2100px;
  height: auto;
  transform: translateX(-55%);
}
header {
  width: 100%;
  z-index: 60;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #1a3b81;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #2c4d97;
}
.zone_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zone_head .logo a {
  display: block;
}
.zone_head .logo {
  width: 110px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.zone_head.scrolling .logo {
  width: 80px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.zone_head.scrolling .nav ul.menu > li.active > a::after{
  bottom: -25px;
}
.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.nav ul.menu {
  list-style: none;
  margin-top: 0px;
  padding: 0 0 0 0px;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.nav ul.menu  > li {
  margin: 0px 10px 0px 0px;
  position: relative;
  display: inline-block;
  padding: 10px 11px 10px 0;
  border-right: 1px solid #2c4d97;
}
.nav ul.menu > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding:0 0 43px 0px;
  line-height: 10px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu > li.active > a::after {
  content: "";
  width: 41px;
  height: 4px;
  background: #ed8a28;
  position: absolute;
  bottom: -40px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.zone_head.scrolling .nav ul.menu > li > a::after{
  bottom: -21px;
}
.nav ul.menu > li > a::after {
  content: "";
  width: 0px;
  height: 4px;
  background: #ed8a28;
  position: absolute;
  bottom: -36px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu > li:hover > a::after {
  content: "";
  width: 41px;
  height: 4px;
  background: #ed8a28;
  position: absolute;
  bottom: -36px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu > li > a span{
  font-size: 8px;
  font-weight: 100;
  display: block;
}
.nav ul.menu > li:hover > a{
  color: #ED8A28!important;
}
.nav ul.menu li > ul.sub_menu {
  padding: 0;
  margin: 0;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 1000;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all .2s ease;
  /*border-radius: 6px;*/
  background-color: #ed8a28;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li > ul.sub_menu  li {
  padding:0;
  border: 0;
}
.nav ul.menu li ul.sub_menu > li:last-child{
  border: 0;
  padding-bottom: 0;
}
.nav ul.menu li > ul.sub_menu li{
  position: relative;
}
.nav ul.menu li > ul.sub_menu li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  font-size: 10px;
  content: '\f105';
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li ul.sub_menu li > a {
  display: block;
  padding: 8px 32px;
  clear: both;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #fff !important;
  transition: all 0.3s;
  border-bottom: 1px solid #ffa042;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li ul.sub_menu li:last-child > a{
  border-bottom: 0;
}
.nav ul.menu li ul.sub_menu li:hover > a{
  color: #ED8A28!important;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li ul.sub_menu li:hover::after {
  left: 10px;
  color: #ED8A28;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li:hover > ul, .nav ul li.hovered > ul {
opacity: 1; 
filter: alpha(opacity=100); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
top: 65px;
}
.zone_head.scrolling .nav ul.menu li:hover > ul, .zone_head.scrolling .nav ul li.hovered > ul {
  top: 50px;
}
.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: #ED8A28!important;
}
.nav ul.menu li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.nav ul.menu > li::before {
  content: '';
  width: 19px;
  height: 11px;
  position: absolute;
  background: url('../images/head_menu_hover.png') no-repeat top center;
  left: 50%;
  transform: translateX(-51%);
  top: -24px;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav ul.menu > li:hover::before{
  top: -4px;
  opacity: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
ul.language{
  padding: 0;
  margin: 0;
}
ul.language li a{
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}
ul.language li.active a{
  background: #ED8A28;
  width: 20px;
  height: 20px;
}
.site_language{
  height: 100%;
  align-items: center;
  display: flex;
  background: #183572;
  border-left: 1px solid #2c4d97;
  padding: 0 10px;
  border-right: 1px solid #2c4d97;
}
.slogan h5{
  font-weight: 100;
}
.slogan span{
  font-size: 24px;
  font-weight: bold;
}
.wide-container {
  height: 430px;
  overflow: hidden;
  z-index: 11;
  position: relative;
}
.content_slide {
  color: #060606;
  display: block;
  line-height: 25px;
  position: absolute;
  bottom: 30px;
  width: 530px;
  left: 49px;
  background: #1b408edb;
  padding: 30px;
}
.content_slide h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 5px 11px rgb(28 62 142 / 59%);
}
.inner_zone {
  padding: 50px 0;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #f2f1f1;
}
.vertical-divider.blue_line{
  background-color: #2c4d97;
}
.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;
}
.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: #ED8A28;
}
.section-title .sub-heading::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #ED8A28;
  top: 50%;
}
.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: #ED8A28;
  top: 50%;
}
.section-title.center .sub-heading {
  padding: 0 45px;
}
.section-title.center .sub-heading {
  margin-left: auto;
  margin-right: auto;
}
.link.btn {
  background: transparent;
  color: #ED8A28;
}
.btn {
  font-size: 14px;
  background: #ED8A28;
  color: #fff;
  font-weight: bold;
  white-space: normal;
  border: 0 none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 13px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  position: relative;
}
.link span {
  z-index: 1;
  position: relative;
}
.link:after {
  content: "";
  position: absolute;
  background: rgb(240 125 7 / 20%);
  width: 48px;
  height: 48px;
  top: 0px;
  left: 0px;
  transition: all .5s ease;
}
.link:hover::after {
  width: 100%;
  background:#ED8A28;
}
.link.btn:hover{
  color: #fff;
}
.service_elmt{
  background:#1b408e ;
}
.service_elmt h2 span{
  margin: 0 20px;
}
.box{
  height: 200px;
  padding:  20px 80px 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;
}
.box.service{
  background: #ed8a28;
  position: relative;
  border-bottom: 5px solid #FFF;
  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.secure{
  background: #ed8a28;
  position: relative;
  padding: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  height: 100px;
}
.box.secure:hover{
  background: #173479;
    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.secure:hover h5{
  color: #ed8a28;
    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.secure:hover .btn_simple_icone{
  background: #fff;
    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;
}
.stat_elmt:hover img{
  padding: 40px;
  background: #2222226e;
    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.secure .box_img{
  height: 130px;
  background: #f3f3f3;
}
.box.secure .box_img img{
  position: absolute;
  top: -50px;
  width: 170px;
}
.box.secure h5 {
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.box.secure .btn_simple_icone{
  background: #fff;
  position: unset;
}
.box.service .svg_icone{
  position: absolute;
  width: 150px;
  bottom: -5px;
  right: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.box.service:hover .svg_icone{
  right: 40px;
  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.service:hover h5{
  transform: scale(1.2);
  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{
  background: #fff;
  height: 38px;
  width: 38px;
  text-align: center;
  color: #ED8A28;
  font-size: 14px;
  display: block;
  line-height: 38px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.btn_simple_icone.text_link{
  width: auto;
  padding: 0 13px;
}
.service .btn_simple_icone:hover{
  background: #1b3f8e;
  color: #fff;
}
.service h5{
  font-weight: bold;
  transform: scale(1);
  transform-origin: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*.about{
  background: #1a3b81;
}*/
/* Back To Top */
.back-to-top {
  background: #ED8A28;
}
.back-to-top {
  position: relative;
  /*bottom: 68px;
  right: 20px;*/
  display: 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;
  float: right;
  margin-top: 12px;
}
.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 #ED8A28;
  background-color: #ED8A28;
  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);
  }
}
.img_first{
  width: 600px;
  margin: 0 0 0 auto;
}
.square {
  width: 170px;
  height: 170px;
  background: #ed8a28;
  position: absolute;
  bottom: -30px;
  right: 360px;
  padding: 20px;
  text-align: center;
  line-height: 16px;
  color: #fff;
}
.relative{
  position: relative;
}
.square h1 {
  font-size: 71px;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.stat_elmt {
  display: flex;
  background: rgb(26 59 129);
  margin-bottom: 23px;
  height: 110px;
  align-items: center;
  overflow: hidden;
  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;
  position: relative;
  z-index: 1;
}
.stat_elmt::after {
  content: "";
  width: 0;
  height: 100%;
  background: #ed8a28;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.stat_elmt:hover::after{
  width: 100%;
  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;
}
.stat_elmt:hover .num_inner span{
  color: #fff;
  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;
}
.stat_elmt img {
  margin-right: 25px;
  background: #22222221;
  width: 128px;
  padding: 31px;
  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;
}
.num_inner {
  color: #fff;
  font-weight: bold;
  padding: 0 18px 0 0;
  line-height: 15px;
  
}
.num_inner span {
  font-size: 30px;
  color: #5279ce;
  line-height: 34px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
footer{
  background: #fff;
}
.social-icons {
  font-size: 0;
}
.social-icons ul{
  padding: 0;
  margin: 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: 23px;z-index: 3;-webkit-transition: color .35s ease-out;transition: color .35s ease-out;}
.social-icons li i {display: block;line-height: 43px;color: #c6c6c6;}
.shortcades-social-icons-container .social-icons li i { color: #c6c6c6; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 30px;}
.social-icons a:hover i { color: #fff; }
footer .social-icons {
text-align: center;
}
.promise{
  font-weight: 100;
  color: #1b3f8e;
  line-height: 31px;
}
.promise span.element{
  color: #ED8A28;
}
.inner_box_service .promise{
  color: #fff;
  font-size: 23px;
}
footer{
  position: relative;
}
footer .logo img {
  max-width: 93px;
}
ul.footer_link{
  padding: 0;
  margin: 0;
}
.footer_link li {
  position: relative;
  padding-left: 22px;
  display: block;
  margin-bottom: 10px; 
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.footer_link li:hover {
  left: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.footer_link li a {
  color: #212529;
  line-height: 18px;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.footer_link li:hover a{
  color: #ED8A28;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.footer_link li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 1px;
  left: 2px;
  font-size: 10px;
  content: "\f105";
}
footer h6{
  margin-bottom: 30px;
}
.copyright {
  text-align: left;
}
.propulse {
  text-align: right;
}
#reference.owl-carousel .owl-stage{
  padding: 0px 0px;
}
ul.footer_special_link li a {
  background: #ed8a28;
  color: #fff;
  text-align: left;
  padding: 20px;
  display: block;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;
}
ul.footer_special_link li a i {
  font-size: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
ul.footer_special_link li:hover a{
  background: #1b408e;
  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;
}
ul.footer_special_link li:hover a i{
  transform: scale(1.2);
  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;
}
ul.footer_special_link li:last-child a{
  margin-bottom: 0;
}
.ivt_img {
  position: absolute;
  width: 370px;
  bottom: -56px;
  right: 20px;
}
.ivt_img_logo {
  position: absolute;
  width: 850px;
  bottom: -70px;
  right: -14px;
  z-index: -2;
}
.ivt_img2{
  position: absolute;
  width: 460px;
  bottom: -60px;
  left: 0;
  z-index: -1;
}
.ivt_img3{
  position: absolute;
  width: 100px;
  bottom: -200px;
  left: 20px;
  z-index: 0;
}
.ivt_img4{
  position: absolute;
  width: 800px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: -1;
}
.ivt_img5 {
  position: absolute;
  width: 340px;
  top: -70px;
  right: 370px;
  z-index: -1;
}
.ivt_img6 {
  position: absolute;
  width: 250px;
  bottom: 290px;
  left: 0px;
  z-index: -2;
}
.en_chiffre{
  overflow: hidden;
}
ul.footer_special_link li a div{
  font-weight: bold;
  line-height: 18px;
  font-size: 20px;
}
ul.footer_special_link li a div span{
  display: block;
  font-weight: 100;
  font-size: 11px;
}
.news{
  background: #1C3E8E url(../images/bg_footer.png) no-repeat bottom center;
  background-size: contain;
}
a.linked{
  color:#ED8A28;
}
a.linked:hover{
  color:#fff;
}
a.linked_sec{
  color:#ED8A28;
}
a.linked_sec i {
  font-size: 14px;
  background: #ED8A28;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  line-height: 26px;
  transform: scale(1);
    transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a.linked_sec:hover i{
  transform: scale(1.2);
    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;
}

#news .box{
  height: auto;
  padding: 0;
  background: #fff;
}
.img_news {
  width: 100%;
  height: 150px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  transition: all .5s ease;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
}
.info_news {
  padding: 20px;
  transition: all .5s ease;
  z-index: 1;
}
.date_news {
  color: #ed8a28;
  font-size: 10px;
  position: relative;
}
.data_tag a {
  font-weight: bold;
  color: #1A3C6C;
  font-size: 10px;
  position: relative;
  display: block;
  margin-left: 11px;
}
#news.owl-carousel .owl-stage{
  padding: 0;
}
.info_news h6 a {
  font-size: 20px;
  color: #1A3C6C;
  margin-bottom: 20px;
  display: block;
  line-height: 20px;
  font-weight: 100;
  height: 63px;
  overflow: hidden;
}
.video_zone .box{
  height: 200px;
  padding: 0;
  background: #fff;
}
.video_zone .box .img_news{
  height: 100%;
  position: absolute;
}
.video_zone .box .info_news{
  background: #000;
  background: linear-gradient(180deg, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-right: 80px;
}
.video_zone .box .info_news h6 a {
  color: #FFF;
  font-size: 21px;
  line-height: 20px;
  height: auto;
  margin: 0;
}
.video-frame__trigger {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 2;
  text-decoration: none;
}
.video-frame__icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 47px;
  background: #ed8a28;
  border: 2px solid transparent;
  text-align: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#news .box:hover{
  background: #ed8a28;
}
#news .box:hover .info_news h6 a, #news .box:hover .info_news .text_truncate{
  color: #fff;
}
#news .box:hover .date_news, #news .box:hover .data_tag{
  color: #fff;
}
.video_zone .box:hover .video-frame__icon{
  background: #ffffff;
  color: #ed8a28;
  transform: scale(1.2);
}
.quality_zone{
  margin-top: 100px;
}
.menu-button {display: none;}
.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: #ED8A28;
}
.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;
}
body.body--static {
  height: 100%;
  overflow: hidden;
}
.about .content_text{
  margin-left: 3rem;
}
ul.footer_special_link{
  padding: 0;
}
.menu_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  font-weight: 500;
  min-height: 500px;
  background:#ED8A28;
  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: 100px;*/
}
.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 #dc7f25;
  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: #e5a566;
}
.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%);}

.footer_cut{
  font-size: 16px;
  line-height: 22px;
  color: #1c3e8e;
}
.zone_slider{
  margin-top: 150px;
}
#news .box a h6{
  font-size: 20px;
  color: #1A3C6C;
}
.pp-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  contain: layout style size;
  pointer-events: none;
  transition: opacity .3s,color .4s
}
.pp-cursor:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: 40px;
  height: 40px;
  transform: scale(.7);
  border: 0px solid #ed8a28;
  background-color: #ed8a28;
  border-radius: 50%;
  transition: transform ease-in-out .4s,opacity ease-in-out .4s,background-color ease-in-out .4s,border ease-in-out .4s
}
.pp-cursor.-inverse {
  color: #e8e8e8
}
@supports (mix-blend-mode: exclusion) {
  .pp-cursor.-exclusion {
    mix-blend-mode:exclusion
  }

  .pp-cursor.-exclusion:before {
    background: #e8e8e8
  }
}
.pp-cursor.-active:before {
  transform: scale(.6);
  transition-duration: .15s
}
.pp-cursor.-pointer:before {
  opacity: 0;
  transform: scale(.4)
}
.pp-cursor.-social:before {
  opacity: 1;
  border-color: #fff;
  transform: scale(.7)
}
.pp-cursor.-btn-white:before {
  opacity: 0;
  background-color: #fff;
  border-color: transparent;
  transform: scale(.95)
}
.pp-cursor.-btn-black:before {
  opacity: 0;
  background: #171717;
  border-color: transparent;
  transform: scale(.95)
}
.pp-cursor.-btn-blue:before {
  opacity: 0;
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.15);
  transform: scale(.9)
}
.pp-cursor.-text:before {
  opacity: .85;
  transform: scale(1.7)
}
.pp-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: .2s
}
.pp-cursor.-icon:before {
  transform: scale(1.5)
}
.pp-cursor.-icon.-active:before {
  transform: scale(1.4)
}
.pp-cursor.-hidden:before {
  transform: scale(0)
}
.pp-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: opacity .4s,transform .3s
}
.pp-cursor.-icon .pp-cursor-text,.pp-cursor.-text .pp-cursor-text {
  opacity: 1;
  transform: scale(1)
}
.pp-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px
}
.pp-cursor-media img,.pp-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%
}
@supports ((-o-object-fit: cover) or (object-fit:cover)) {
  .pp-cursor-media img,.pp-cursor-media video {
      position:static;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      transform: translateZ(0)
  }
}
.pp-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  transition: transform .35s,opacity .2s .2s
}
.pp-cursor.-media .pp-cursor-media-box {
  opacity: 1;
  transform: scale(.696);
  transition-duration: .4s,.4s;
  transition-delay: 0s,0s
}
.iso{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  z-index: 9;
}
.mil-banner {
  height: 360px;
  width: 100%;
  position: relative;
  border: 1px solid #ededed;
}
.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;
  background: rgb(26 59 129 / 100%);
  font-size: 31px;
  padding: 40px 60px;
  line-height: 30px;
  position: absolute;
  bottom: -60px;
  left: 30px;
  width: 430px;
  z-index: 99999;
}*/
.mil-banner .swiper-slide h2 {
  color: #fff;
  font-weight: bold;
  background: rgb(26 59 129 / 100%);
  font-size: 30px;
  padding: 22px 60px;
  line-height: 30px;
  position: absolute;
  bottom: -84px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}
/*.mil-banner .swiper-slide h2 span {
  display: block;
  font-size: 17px;
  font-weight: 100;
  line-height: 20px;
  margin-top: 20px;
}*/
.mil-banner .swiper-slide h2 span {
  display: block;
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  margin-top: 4px;
}
.ivt_custom.modal .modal-content{
  border-radius: 0;
  border: 0;
  font-size: 13px;
}
.ivt_custom.modal .modal-header{
  border-bottom: 0;
}
.ivt_custom.modal .modal-footer{
  text-align: center;
  font-size: 13px;
  padding: 40px;
  justify-content: center;
  border-top: 0;
  background: #1b3f8e;
  border-radius: 0;
  color: #fff;
}
.ivt_custom.modal .modal-body{
  padding: 40px 60px ;
}
.close{
  border: 0;
  background: #ED8A28;
  color: #fff;
  font-size: 11px;
  text-align: right;
  margin: 0  0 0 auto;
}
.nice_input_form {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  width: 100%;
  font-family: inherit;
  font-weight: normal;
  height: 45px;
  line-height: 27px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* white-space: normal; */
  /* width: auto; */
  color: #878996;
}
.form_input_control.icon_i .nice_input_form {
  padding-left: 67px;
}
.form_input_control i {
  position: absolute;
  z-index: 1;
  font-size: 20px;
  top: 13px;
  left: 23px;
  color: #ED8A28;
}
.form_input_control {
  position: relative;
}
.submit_btn {
  background: #ED8A28;
  padding: 8px 40px;
  color: #fff !important;
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
  line-height: 28px;
  transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
  margin-right: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 14px;
  border: none;
  width: 100%;
}
.header_page {
  padding: 100px 0 0px 0px;
  background: #1a3b81;
  height: 270px;
  position: relative;
  margin-top: 80px;
}

.header_page #menu_elmts ul{
  display: flex;
  justify-content: space-around;
}
.header_page #menu_elmts .list_exp li{
  position: relative;
}
.header_page #menu_elmts .list_exp li a {
  border-bottom: 0;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
}
.header_page #menu_elmts .list_exp li::after {
  content: "";
  background: #f8f9fa;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  transform-origin: 0 0 ;
}
.header_page #menu_elmts .list_exp li:hover::after{
  height: 100%;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
}
/*.header_page #menu_elmts .list_exp li:hover{
  background: #f8f9fa;
}*/
.header_page #menu_elmts ul li a::after{
  content: unset;
}
.header_page #menu_elmts .list_exp li.active a{
  background: #f8f9fa;
}
.z-index-1{
  z-index: 1;
}
.box.service .font_icon {
  position: absolute;
  font-size: 20px;
  background: #fff;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.video.font_icon {
  font-size: 20px;
  background: #ed8a28;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  color: #fff;
}
/* -------------------------------------------

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: #ed8a28;
}
.breadcrumbs li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ed8a28;
  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;
}
.title_elmt{
  position: relative;
  text-transform: uppercase;
}
.title_elmt::after {
  content: "";
  height: 4px;
  width: 80px;
  background: #ed8a28;
  position: absolute;
  bottom: -19px;
  left: 0;
}

#menu_elmts .list_exp li a {
  padding: 6px 20px 6px 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}
#menu_elmts ul{
  padding: 0;
  margin: 0;
}
ul.list_exp li a {
  display: block;
  /* color: #fff; */
  /* 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: 6px;
  right: 2px;
  font-size: 10px;
  content: '\f105';
  color: #ea5e15;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.list_exp li:hover a::after {
  background: #1b3f8e;
  color: #fff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.list_exp li:hover a{
  color: #1b3f8e;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
} 
ul.list_exp li.active a::after {
  background: #1b3f8e;
  color: #fff;

}
ul.list_exp li.active a{
  color: #1b3f8e;
} 
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.inner_box_service {
  padding: 50px 0px 50px 70px;
  max-width: 525px;
}
.inner_box_service .box.service {
  background: transparent;
  height: 100px;
  padding-left: 0;
}
.inner_box_service .box.service h5{
  font-weight: 100;
}
.inner_box_service .box.service .svg_icone {
  width: 100px;
}
.relative{
  position: relative;
}
.ivt-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  /*webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}
.empty{
  opacity: 0;
  -webkit-transition: 1000ms cubic-bezier(0, 0, 0.3642, 1);
  transition:  1000ms cubic-bezier(0, 0, 0.3642, 1);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}
.full{
  opacity: 1!important;
  -webkit-transition:  1000ms cubic-bezier(0, 0, 0.3642, 1);
  transition:  1000ms cubic-bezier(0, 0, 0.3642, 1);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}
.service-img{
  -webkit-transition:  1000ms cubic-bezier(0, 0, 0.3642, 1);
  transition:  1000ms cubic-bezier(0, 0, 0.3642, 1);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}
.ivt-overlay.ivt-super-light {
  background-color: rgba(18, 24, 32, 0.6);
}
.ivt-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.icon{
  font-family: Font Awesome\ 5 Pro!important;
  top: 15px;
  left: 17px;
  font-size: 10px;
  content: '\f105';
}
.img-container {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f8f9fa;
  z-index: 2;
}
/* loader  */

.wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #183572;
  z-index: 999;
}
.counter {
  color: #ed8a28;
  font-size: 51px;
  width: 90px;
  height: 90px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  line-height: 87px;
}
#bar{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#barconfirm{
  width: 1%;
  padding: 2px 0px;
  background-color: #ed8a28;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.logo_loading {
  position: absolute;
  bottom: 50%;
  right: 50%;
  display: flex;
  transform: translate(50%, 50%);
  align-items: center;
}
.box_logo {
  width: 270px;
  /* height: 100px; */
  border-radius: 100px;
  /* background-color: #fff; */
  text-align: center;
  /* padding: 20px; */
}
.heapage_img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  position: absolute;
  top: 0;
  left: 0;
}
.service_elmt .inner_box_service .box.service h5{
  padding-left: 60px;
}
 ul.feature-list {
  padding: 0;
  margin: 0 0 20px  0;
}
ul.feature-list li {
  line-height: 26px;
  margin: 0px 0px 10px;
  text-align: justify;
  color: rgb(237, 138, 40);
  padding-left: 35px;
  position: relative;
}
ul.feature-list li:before {
  content: "";
  color: #ed8a28;
  font-size: 22px;
  font-weight: 400;
  font-family: Font Awesome\ 5 Pro!important;
  position: absolute;
  left: 0;
}
.progess_zone{
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
  height: 100%;
}
.progess_zone span.ds_v{
  line-height: 17px;
  display: block; 
}
.progess_zone .number-animator{
  font-size: 60px;
}
.box_engage{
  position: relative;
}
.box_engage i{
  font-size: 40px;
  margin-bottom: 20px;
}
.content_engage {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  z-index: 1;
  background: rgb(0 0 0 / 46%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%);
}
.content_engage h4{
  color: #fff;
}
.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
  padding-top: 4px;
}
.StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -49px;
  width: 40px;
  height: 40px;
  border: 2px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
}
.StepProgress-item.is-done::before {
  border-left: 2px solid #ed8a28;
}
.StepProgress-item.is-done::after {
  content: "";
  font-family: Font Awesome\ 5 Pro!important;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  border: 2px solid #ed8a28;
  background-color: #ed8a28;
  line-height: 36px;
}
.StepProgress-item.current::before {
  border-left: 2px solid #ed8a28;
}
.StepProgress-item.current::after {
  content: counter(list);
  padding-top: 1px;
  width: 25px;
  height: 25px;
  top: -4px;
  left: -40px;
  font-size: 14px;
  text-align: center;
  color: green;
  border: 2px solid green;
  background-color: white;
}
.StepProgress strong {
  display: block;
}
.box_team{
  display: flex;
  align-items: center;
}
.box_team .box_img{
  clip-path: circle(40% at 43% 50%);
  -webkit-clip-path: circle(40% at 43% 50%);
  transition: -webkit-clip-path .6s cubic-bezier(.57,.57,0,.97);
  transition: clip-path .6s cubic-bezier(.57,.57,0,.97);
  transition: clip-path .6s cubic-bezier(.57,.57,0,.97),-webkit-clip-path .6s cubic-bezier(.57,.57,0,.97);
}
.box_team:hover .box_img{
  clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
  transition: -webkit-clip-path .6s cubic-bezier(.57,.57,0,.97);
  transition: clip-path .6s cubic-bezier(.57,.57,0,.97);
  transition: clip-path .6s cubic-bezier(.57,.57,0,.97),-webkit-clip-path .6s cubic-bezier(.57,.57,0,.97);
}
.team_info .function{
  font-size: 12px;
  color: #b0b0b0;
  line-height: 14px;
}
.team_info .name h4{
  font-weight: 800;
  font-size: 17px;
  line-height: 15px;
}
.team_info {
  margin: 0 0 0 20px;
  transform: translateX(-16px);
  transition: transform .6s cubic-bezier(.57,.57,0,.97);
}
.box_team:hover .team_info{
  transform: translateX(0px);
  transition: transform .6s cubic-bezier(.57,.57,0,.97);
}
.nav_sticky_zone {
  position: absolute;
  width: 100%;
  bottom: 0;
  /*background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, black), color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 20%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);*/
}
.nav_sticky_zone.sticky_elemt_active {
  position: fixed;
  width: 100%;
  bottom: unset;
  top: 81px;
  background: #1b1b1b;
  z-index: 59;
  -webkit-animation: stickySlideDown 0.85s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.85s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } 
}
.icon-btn-lg {
  width: 80px;
  height: 80px;
}
.icon-btn-all-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-btn.btn-animation {
  opacity: 1;
}
.btn-animation.icon-btn-lg:before {
  width: 80px;
  height: 80px;
}
.btn-animation:before {
  content: "";
  position: absolute;
  z-index: -9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #ed8a28;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #ed8a28;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}
/* keyframes */
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }

}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
.border-radius{
  border-radius: 10px;
}
.f_left{
  float: left;
}
.f_right{
  float: right;
}
.img_right_box{
  float: right;
  width: 333px;
  margin: 20px 0 20px 30px;
}
.box_service_prime {
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  padding: 68px  79px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.box_service_prime::after {
  content: "";
  position: absolute;
  top: 0;
  right: -280px;
  width: 100%;
  height: 200px;
  background: #ed8a28;
  transform: rotate(76deg);
}
.box_service_prime .box.service{
  background: transparent;
  border-bottom: 5px solid #f3f3f3;
}
.box_service_prime .box{
    height: unset;
}
.box_service_prime .img-container-simple {
  width: 280px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 66px;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 20px;
}
.box_service_prime  .font_icon {
  position: absolute;
  font-size: 30px;
  background: #ed8a28;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 52px;
  left: -20px;
  top: 0px;
  color: #fff;
}
.box_service_prime h1 {
    position: relative;
    padding-left: 50px;
    color: #1a3b81;
    font-size: 33px;
    line-height: 32px;
}
.box_service_prime.right_position .img-container-simple{
  right: unset;
  left: 65px;
}
.box_service_prime.right_position::after {
  left: -280px;
  width: 100%;
  height: 200px;
  transform: rotate(104deg);
  right: unset;
}
.career_box, .side_box{
  position: relative;
  background: #ececec;
  padding: 50px 30px 50px 0;
  z-index: 1;
  height: 100%;
}
.side_box_right{
  position: relative;
  background: #ececec;
  padding:50px 0px 40px 40px;
  z-index: 1;
  height: 100%;
}
.career_box::after, .side_box::after {
  position: absolute;
  content: "";
  background-color: #ececec;
  width: 1000%;
  height: 100%;
  top: 0;
  left: -1000%;
}
.side_box_right::after {
  position: absolute;
  content: "";
  background-color: #ececec;
  width: 1000%;
  height: 100%;
  top: 0;
  right: -1000%;
}
.form-control {
  display: block;
  width: 100%;
  height: 57px;;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form_carriere label {
  display: block;
  margin-bottom: 5px;
  margin-top: 7px;
  font-size: 13px;
  font-weight: bold;
}
.form_carriere .btn_simple_icone {
  padding: 0 13px;
  border: 0;
  position: unset;
  width: 100%;
  height: 57px;
  margin-top: 20px;
  background: #ed8a28;
  color: #fff;
}
.btn_simple .box.secure i{
  height: 38px;
    width: 38px;
    text-align: center;
    color: #ED8A28;
    font-size: 14px;
    display: block;
    line-height: 38px;
    background: #fff;
}
.tab-content{
  padding: 50px 0 0;
}
#carriere_tab.nav-tabs .nav-link{
  font-weight: bold;
  color: #4C4C4C;
}
#carriere_tab.nav-tabs .nav-link.active{
  color: #ed8a28;
}
ul.feature_career{
  padding: 0;
  margin: 0;
}
ul.feature_career li.spot_post{
  display: block;
}
ul.feature_career li.spot_post {
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-top: 70px;
  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;
}
ul.feature_career li.spot_post:first-child{
  padding-top: 0;
}
ul.feature_career li.spot_post .poste {
  font-size: 20px;
  color: #4C4C4C;
  line-height: 22px;
  padding-left: 65px;
  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;
  width: 100%;
  display: flex;
  flex-direction: column;
}

ul.feature_career li.spot_post .poste i.font_icon {
  position: absolute;
  font-size: 20px;
  background: #1b408e;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  left: 0;
  top: -2px;
  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;
}
ul.feature_career li.spot_post:hover  .poste i.font_icon{
transform: rotate(-45deg);
}
ul.feature_career li.spot_post .poste span.date_news{
  display: block;
  font-weight: 100;
  font-size: 13px;
}
ul.feature_career li.spot_post .submit_link{
  text-align: right;
  color: #ed8a28;
  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;
}
ul.feature_career li.spot_post .submit_link i{
  font-size: 10px;
  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;
}
ul.feature_career li.spot_post:hover .submit_link{
  color: #1b408e;
  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;
}
ul.feature_career li.spot_post .poste span.ref{
  font-weight: 100;
  font-size: 13px;
  color: #4C4C4C;
  margin-top: -4px;
  display: block;
}
.call_to_action{
  background: #ececec;
}
.call_to_action h1 {
  font-size: 70px;
  line-height: 56px;
  color: #1a3b81;
  margin: 0;
}
.retreve_marg-65{
  margin-top: -65px;
}
textarea.form-control{
  height: 172px;
}
.info ul {
  padding-left: 40px;
  margin: 0;
}
.info li span {
  display: block;
  color: #ed8a28;
  font-weight: bold;
}
.info li i {
  position: absolute;
  top: 3px;
  left: -34px;
  font-size: 21px;
  color: #1a3b81;
}
.info li {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.map_zone{
  background: #ececec;
  position: relative;
  padding-bottom: 50px;
  filter: grayscale(1);
}
.map_zone::after{
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1000%;
  height: 100%;
  top: 0;
  right: -980%;
}
.pagination {
  padding: 30px 0 0 0;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
  border-top: 1px solid #e3e3e3;
}
.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: 100px;
}
.pagination__item i, .pagination__item span {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
}
.pagination__item.pagination__item--active {
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
  border: 2px solid #ed8a28;
  color: #ed8a28;
}
.pagination__item.pagination__item--active span {
  color: #ed8a28;
}
#news_tab.nav {
  justify-content: flex-start;
  align-items: start;
  height: auto;
}
#news_tab.nav .nav-link{
  color: #4c4c4c;
}
#news_tab.nav .nav-link.active{
  color: #ed8a28;
  background: #f8f9fa;
  border-bottom: 1px solid #ed8a28;
  font-weight: bold;
}
#news_actu .box {
  height: 100%;
  padding: 0;
  background: #fff;
  /* border: 1px solid #799beb; */
}
.safe_zone{
  height: 100%;
  background: #fff;
}
#news_actu .box:hover .info_news h6 a{
  color: #ed8a28;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
#news_actu .box .img_news{
  box-shadow: none;
}
.content_img_actu.img_news {
  height: 330px;
}
.content_text_actu{
  text-align: justify;
}
.side_box_right .info_news h6 a{
  height: auto;
}
.side_box_right #news_actu .box{
  border: 1px solid #f1f1f1;
}
.content_zone{
  background: #f1f1f1;
}
#lightgallery a {
  position: relative;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  margin-bottom: 40px;
}
.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;
}
#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:hover{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.service .inner_zone{
  padding-top: 100px;
}
.controls{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  background: #ed8a28;
  height: 70px;
}
.mil-banner .swiper-button-next:after, .mil-banner .swiper-button-prev:after{
  color: #fff;
  font-size: 20px;
}
.img_newsletter{
  width: 100%;
  height: 100%;
  background: #1a3b81;
  display: flex;
  align-items: center;
}
.video_element {
  overflow: hidden;
  border-radius: 10px;
}
.video_photo .box {
  background: #fff;
  height: 142px;
  padding: 20px 130px 20px 20px;
  position: relative;
}
.video_photo .box:hover{
  background: #1a3b81;
}
.video_photo .box:hover .info_news h6 a{
  color: #fff;
}
.nb_tof {
  position: absolute;
  right: 20px;
  font-size: 55px;
  top: 0;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  background: #ed8a28;
  padding: 22px 10px;
  text-align: center;
}
.nb_tof span{
  font-size: 10px;
  display: block;
}
.video_photo .box .info_news{
  padding: 0  ;
}
.active_hash {
  border: 3px solid #ED8A28;
  box-shadow: -10px 12px 14px 0px #0000002e;
}
div:target {
  border: 3px solid #F37736;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-duration: 4s;
  animation-name: highlight;
  animation-timing-function: ease-in-out;
}

@keyframes highlight {
  from {
    border: 3px solid #F37736;
  }

  to {
    border: 3px solid #1a3b81;
  }
}
.box_countup{
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #eaeaea;
}
.headerbox_title{
  display: flex;
  align-items: center;
}
.headerbox_title h4 {
  margin-left: 30px;
}
#news.testimonials span.quote {
  text-align: center;
  font-size: 100px;
  display: block;
  color: #ed8a28;
  font-family: Lily Script One, sans-serif;
  transform: rotate(-180deg);
  margin-bottom: 80px;
}
#news.testimonials .box{
  border: 0;
  text-align: justify;
}
#news.testimonials .box:hover{
  background: #fff;
}
.box_temoin{
  background: #f4f4f4;
  padding: 20px;
}
.box_temoin h6{
  display: block;
  color: #183572;
  margin: 0;
}
.box_temoin span{
  color: #ed8a28;
}
.title_wbullet{
  display: flex;
  align-items: center;
}
.box_elmts_inner{
  border: 1px solid #f1f1f1;
}
.submit_link.btn_style:hover  i{
  transform: rotate(40deg);
} 
.submit_link.btn_style{
  background: #1b408e;
  color: #fff!important;
  border-radius: 100px;
  display: inline-block;
  margin: 3px 5px;
  padding: 0px 0px 0px 14px;
  font-size: 10px;
}
.submit_link.btn_style i{
  background: #ed8a28;
  padding: 7px;
  border-radius: 100px;
  transform: rotate(0deg);
}
.group_btn{
  display: flex;
  margin-left: 66px;
  margin-top: 20px;
}
ul.feature-list_other {
  padding: 0;
  margin: 0 0 20px 0;
}
ul.feature-list_other li{
  line-height: 11px;
  margin: 0px 0px 10px;
  text-align: justify;
  color: rgb(237, 138, 40);
  padding-left: 35px;
  position: relative;
}
ul.feature-list_other li:before {
  content: "";
  color: #ed8a28;
  font-size: 14px;
  font-weight: 400;
  font-family: Font Awesome\ 5 Pro!important;
  position: absolute;
  left: 0;
}
.btn_post{
  background: #173479;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
}
.btn_post:hover{
  background: transparent;
  border: 1px solid #173479;
  color: #173479;
}
.btn_post:hover i{
  color: #173479!important;
}
/*-----responsive site style-----*/
@media (max-width: 575.98px) { 
  .nav{display: none;}
  .zone_head .logo {width: 60px;}
  .menu-button {display: block;}
  .slogan h5{font-size: 16px;}
  .slogan span {font-size: 20px;}
  .wide-container {height: 200px;}
  .content_slide {width: 190px;left: 20px;}
  .content_slide h2 {font-size: 20px;width: 190px;line-height: 20px;}
  .about .content_text{margin: 0;}
  .img_first{width: 420px;}
  .square{bottom: -40px;left: 0; right: unset;transform: none!important;}
  .quality_zone {margin-top: 50px; padding-bottom: 380px;}
  footer .logo img {max-width: 133px;}
  .promise {line-height: 30px;font-size: 27px;}
  #reference{margin-bottom: 30px;}
  .copyright {text-align: center; margin-bottom: 10px;}
  .propulse {text-align: center; margin-top: 10px;}
  .footer_link li a {background: #f9f9f9;}
  .menu_wrapper {top: 60px;}
  .ivt_img5 {width: 190px;top: 409px;right: 290px;}
  .owl-carousel .owl-item img{width: 100%;}
  .zone_slider{    margin-top: 61px}
  .mil-banner {height: 134px;margin-bottom: 146px;}
  .mil-banner .swiper-slide h2 {background: rgb(26 59 129); position:unset; font-size: 31px; padding: 20px 20px;     width: 100%;        height: 200px; margin-top: 130px;}
  .mil-banner .swiper-slide h2 span {font-size: 15px;}
  .img_newsletter{height: 200px;}
  .img_newsletter img{    width: 280px;margin: 0 auto;}
  #newsletter_form h2{font-size: 20px;line-height: 20px;margin-bottom: 19px!important;}
  .header_page{    margin-top: 61px;}
  .img_right_box{width: 100%;margin: 0 0 30px 0;}
  .footer_cut {font-size: 15px;text-align: justify;}
  #service_wrap{display: none;}
  .inner_box_service {padding: 50px 20px;max-width: 100%;width: 100%;}
  .service_elmt .col-6{width: 100%; flex: unset;}
  .progess_zone{margin-bottom: 30px;}
  .content_zone .nav{    display: flex;}
  .justified-gallery .zone_img {height: 200px;}
  .box_service_prime{padding: 68px 31px;}
  .box_service_prime h1 {font-size: 26px;line-height: 26px;padding-left: 0;}
  .box_service_prime .font_icon{display: none;}
  .img-container-simple{display: none;}
}
@media (min-width: 576px) and (max-width: 767.98px) { 
  .nav{display: none;}
  .zone_head .logo {width: 100px;}
  .menu-button {display: block;}
  .slogan h5{font-size: 16px;}
  .slogan span {font-size: 20px;}
  .wide-container {height: 270px;}
  .content_slide {width: 190px;left: 20px;}
  .content_slide h2 {font-size: 25px;width: 190px;line-height: 24px;}
  .about .content_text{margin: 0;}
  .img_first{width: 520px;margin: 0 auto;}
  .square{bottom: -40px;left: 0; right: unset;transform: none!important;}
  .quality_zone {margin-top: 50px; padding-bottom: 380px;}
  footer .logo img {max-width: 133px;}
  .promise {line-height: 30px;font-size: 27px;}
  #reference{margin-bottom: 30px;}
  .copyright {text-align: center; margin-bottom: 10px;}
  .propulse {text-align: center; margin-top: 10px;}
  .footer_link li a {background: #f9f9f9;}
  .ivt_img5 { width: 310px;top: 359px;right: 290px;}
  .owl-carousel .owl-item img{width: 100%;}
  .zone_slider{margin-top: 101px;}
  .mil-banner {height: 134px;margin-bottom: 146px;}
  .mil-banner .swiper-slide h2 {background: rgb(26 59 129); position:unset; font-size: 31px; padding: 20px 20px;     width: 100%;        height: 200px; margin-top: 130px;}
  .mil-banner .swiper-slide h2 span {font-size: 15px;}
  .img_newsletter{height: 200px;}
  .img_newsletter img{    width: 280px;margin: 0 auto;}
  #newsletter_form h2{font-size: 20px;line-height: 20px;margin-bottom: 19px!important;}
  .header_page{    margin-top: 61px;}
  .img_right_box{width: 100%;margin: 0 0 30px 0;}
  .footer_cut {font-size: 15px;text-align: justify;}
  #service_wrap{display: none;}
  .inner_box_service {padding: 50px 20px;max-width: 100%;width: 100%;}
  .service_elmt .col-6{width: 100%; flex: unset;}
  .progess_zone{margin-bottom: 30px;}
  .content_zone .nav{    display: flex;}
  .justified-gallery .zone_img {height: 200px;}
  .img-container-simple{display: none;}
  .box_service_prime h1 {font-size: 30px;line-height: 30px;padding-left: 0; margin: 0 0px 30px 0!important;}
  .box_service_prime .font_icon{display: none;}

}
@media (min-width: 768px) and (max-width: 991.98px) { 
  .nav{display: none;}
  .zone_head .logo {width: 100px;}
  .menu-button {display: block;}
  .wide-container {height: 270px;}
  .content_slide {width: 190px;left: 20px;}
  .content_slide h2 {font-size: 25px;width: 190px;line-height: 24px;}
  .about .content_text{margin: 0;}
  .img_first{width: 520px;margin: 0 auto;}
  .square{bottom: -100px; left: 111px; right: unset;transform: none!important;}
  .quality_zone {margin-top: 50px; padding-bottom: 380px;}
  footer .logo img {max-width: 100%;}
  .promise {line-height: 22px;font-size: 27px;}
  #reference{margin-bottom: 30px;}
  .copyright {font-size: 14px;}
  .propulse {font-size: 14px;}
  .video_zone .box .info_news h6 a{font-size: 22px;}
  ul.footer_link {margin: 0 0 50px 0;}
  .footer_link li a{font-size: 14px;}
  .ivt_img5 { width: 310px;top: -70px;right: 120px;}
  .zone_slider{margin-top: 101px;}
  .mil-banner {height: 234px;;margin-bottom: 146px;}
  .mil-banner .swiper-slide h2 {background: rgb(26 59 129); position:unset; font-size: 31px; padding: 20px 20px;     width: 100%;        height: 200px; margin-top: 230px;}
  .mil-banner .swiper-slide h2 span {font-size: 15px;}
  #newsletter_form h2{font-size: 20px;line-height: 20px;margin-bottom: 19px!important;}
  .img_newsletter{height: 200px;}
  .img_newsletter img{    width: 280px;margin: 0 auto;}
  #newsletter_form h2{font-size: 20px;line-height: 20px;margin-bottom: 19px!important;}
  .header_page{    margin-top: 61px;}
  .img_right_box{margin: 0 0 30px 31px;}
  .footer_cut {font-size: 15px;text-align: justify;}
  #service_wrap{display: none;}
  .inner_box_service {padding: 50px 20px;max-width: 100%;width: 100%;}
  .service_elmt .col-6{width: 100%; flex: unset;}
  .progess_zone{margin-bottom: 30px;}
  .content_zone .nav{    display: flex;}
  .justified-gallery .zone_img {height: 200px;}
  .img-container-simple{width: 240px!important}
  .box_service_prime h1 {font-size: 30px;line-height: 30px;padding-left: 0; margin: 0 0px 30px 0!important;}
  .box_service_prime .font_icon{display: none;}
  .video_zone .box {height: 195px;}
  .progess_zone h4{font-size: 20px;}
  .box_service_prime::after {right: -360px;}
  .box_service_prime.right_position{padding-left: 259px;}
  .box_service_prime{    padding: 68px 329px 68px 79px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .nav ul.menu > li > a {letter-spacing: 0px;}
  .mil-banner .mil-banner-content { height: 310px;}
  .mil-banner {height: 310px;}
  .video_zone .box {height: 143px;}
  .img_right_box {width: 243px;}
  .inner_box_service {padding: 50px 0px 50px 30px;max-width: 425px;}
  .progess_zone{height: 100%;}
  .progess_zone h4{font-size: 16px;}
  .content_zone .num_inner {padding: 0 18px 0 0;line-height: 11px;font-size: 12px;}
  .content_zone .stat_elmt img {width: 88px;padding: 11px;margin-right: 18px;}
  .content_zone .stat_elmt {height: 86px;}
  .box_service_prime h1 {font-size: 30px;line-height: 25px;margin-left: 0!important;}
  .box_service_prime .font_icon{top: -2px;}
  .content_zone .video_zone .box{height: 233px;}
  .title_elmt{font-size: 20px;line-height: 21px;}
}
@media only screen and  (min-width: 1200px) { 

}


