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

body {
  color: #494949;
  font-family: 'GT Walsheim Pro',Poppins, sans-serif;
  font-size: 15px;
  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;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition:  -webkit-transform 0.35s;
	transition: transform 0.35s;
}
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:23px
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
strong{
  font-weight: 500;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}
a {
  text-shadow: none !important;
  color: #74aa2e;
  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: 10px !important; */
  line-height: 18px;
  display: block;
  margin: 8px 0;
  text-align: justify;
}
.normal-text{
	font-size:13px !important;
}
.large-text{
	font-size:15px !important;
}

/* BG colors */
.bg_site_grey{
  background-color: #878996!important;
}
.bg_site_green{
  background-color: #74aa2e!important;
}

/* Font Colors */
.text-site-green {
  color: #74aa2e !important;
}
.text-site-bg_site_grey {
  color: #878996 !important;
}
.text-black {
  color: #1b1e24 !important;
}
.text-white {
  color: #fff !important;
}
.text-success{
	color:#0AA699 !important;
}
.text-info{
	color:#0090D9 !important;
}
.text-warning{
	color:#fbb05e !important;
}
.text-error{
	color:#F35958 !important;
}
.text-right{
	text-align:right !important;
}
.text-left{
	text-align:left !important;
}
.text-center{
	text-align:center !important;
}
.text-justify{
	text-align:justify !important;
}
.horizontal-line {
  margin: 2rem 0 !important;
  border: 0;
  border-top: 1px solid #c9c8c8;
  /*border-bottom: 1px solid #FEFEFE;*/
}
.horizontal-line.transparent {
  margin: 2rem 0 !important;
  border: 0;
  border-top: none;
  /* border-bottom: 1px solid #FEFEFE; */
}
.horizontal-line20 {
  width: 100%;
  margin: 0px 0 20px 0;
  float: left;
  border-top: 1px solid #ccc;
}
ul, li, ol{
  padding: 0;
  margin: 0;
}
.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
img {max-width: 100%;height: auto;-ms-interpolation-mode: bicubic; }
img {max-width: 100%;}

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

#site {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main_content {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.inner_main {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -200;
  width: 100%;
  height: 100%;
}
.img_backsite {
  position: absolute;
  top: -130px;
  left: 55%;
  width: 2100px;
  height: auto;
  transform: translateX(-55%);
}
.inner_zone {
  padding: 80px 0px;
}
ul.footer_copylink{
  margin: 0;
  padding: 0;
}
ul.footer_copylink li{
  display: inline-block;
  margin-right: 26px;
  position: relative;
  padding-left: 2px;
}
ul.footer_copylink li:last-child{
  margin: 0;
}
ul.footer_copylink li a{
  color: #c0c0c0;
}
ul.footer_copylink li:hover a{
  color: #74aa2e;
}
ul.footer_copylink li::after {
  position: absolute;
  font: var(--fa-font-solid);
  top: 9px;
  left: -12px;
  font-size: 10px;
  content: '\f105';
  color: #74aa2e;
}
ul.menu_footer{
  margin: 0;
  padding: 0;
}
ul.menu_footer li a{
  color: #c0c0c0;
}
ul.menu_footer li{
  position: relative;
  padding-left: 16px;
}
ul.menu_footer li::after {
  position: absolute;
  font: var(--fa-font-solid);
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  font-size: 10px;
  content: '\f105';
  color: #74aa2e;
}
ul.menu_footer li:hover a{
  color: #74aa2e;
}
ul.menu_footer li.icon_elmt{
  font-size: 13px;
  font-weight: bold;
}

.footer_link_title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 28px;
  color: #8f8f8f;
}
.footer_logo{
  width: 300px;
}
/* Back To Top */
.back-to-top {
  background: #74aa2e;
  border-radius: 50%;
  border: 2px solid #74aa2e;
  box-shadow: rgb(0 0 0 / 7%) 0px 16px 15px 0px;
}
.back-to-top {
  position: fixed;
  bottom: -16px;
  transform: translateX(50%);
  right: 50%;
  display: inline-block;
  font-size: 12px;
  color: #494949;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  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;
  margin: 0 auto;
}

.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;
}
.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);
  left: 50%;
  margin-top: -34px;
  margin-left: -8px;
  transform: translateY(50px) rotateZ(45deg);
}
.newsletter {
  background: #74aa2e2e no-repeat;
  padding: 20px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  border: 1px solid #74aa2e;
}
.newsletter form input {
  height: 70px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #74aa2e;
  background-color: transparent;
  padding-left: 0px;
  border-radius: 50px;
  font-weight: 400;
  padding-right: 78px;
  border-radius: 0px;
  color: #c0c0c0;
}
.newsletter form input:focus{
  outline: none;
}
.newsletter form button {
  position: absolute;
  top: 0px;
  background: #74aa2e;
  border: none;
  color: #fff;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  right: -77px;
  border-radius: 0px 51px;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.vertical-divider.dark-blue{
  background-color: #395b7c;
}
.social-icons {
  font-size: 0;
}
.social-icons ul {
  padding: 0;
  margin: 0px 0 0 0px;
}
.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: 0px;
  left: 0px;
  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 );}
div.social-icons li.x-twitter:hover:after   { background-color: #000000; }
div.social-icons li.tiktok:hover:after   { background-color: #ee1d52; }

ul.social-icons li.tiktok:hover:after   { background-color: #ee1d52; }
ul.social-icons li.twitter:hover:after     { background-color: #47c0d8; }
ul.social-icons li.x-twitter:hover:after   { background-color: #000000; }
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 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;}
.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: #878997;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
div.social-icons li i {line-height: 30px;}
footer .social-icons li i {color: #fff;}

.menu-button {
  position: relative;
  width: 25px;
  height: 35px;
  cursor: pointer;
  z-index: 1;
  margin-left: 20px;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 3px;
  background: #494949;
}
.menu-button .line-1 {
  top: 5px;
}
.menu-button .line-2 {
  top: 12px;
}
.menu-button .line-3 {
  top: 19px;
}
header {
  width: 100%;
  z-index: 60;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: rgb(0 0 0 / 7%) 0px 16px 15px 0px;
}
header .logo{
  width: 200px;
}
ul.language{
  display: flex;
}
.language li{
  margin-right: 5px;
}
.language li:last-child{
  margin: 0;
}
.language li a {
  color: #494949;
  font-weight: bold;
}
.language li.active {
  background: #74aa2e;
}
.language li.active a{
  color: #fff;
  font-size: 12px;
}
.language li {
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 100px;
}
.img_elmts_float {
  width: 290px;
  bottom: 0px;
  right: 0;
  position: absolute;
}
.top_title {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}
.top_title.white span{
  color: #fff;
}
.top_title span {
  color: #74aa2e;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 9px;
  padding-left: 20px;
}
.top_title.white::after{
  color: #fff;
}
.top_title::after {
  content: "///";
  position: absolute;
  left: 0;
  top: 0;
  color: #74aa2e;
  font-size: 10px;
  line-height: 16px;
}
.box_elmt {
  padding: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  height: 430px;
  position: relative;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  overflow: hidden;
}
.box_elmt .info{
  position: relative;
  z-index: 1;
}
.box_elmt .img_zone{
  z-index: 1;
}
.box_elmt::after{
  content: "";
  background: #263849;
  position: absolute;
  width: 0%;
  top: 0;
  left: -40px;
  height: 100%;
  transform: skewX(30deg);
  transition: all ease 0.4s;
}
.box_elmt:hover::after{
  content: "";
  width: 130%;
  top: 0;
  left: -40px;
  height: 100%;
  transform: skewX(30deg);
  transition: all ease 0.4s;
}
.box_elmt:hover p{
  color: #fff;
}
.linkbtn{
  font-size: 12px;
  background: transparent;
  color: #74aa2e;
  font-weight: bold;
  white-space: normal;
  border: 0 none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 9px 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  position: relative;
}
.linkbtn.hovered:after{
  width: 100%;
}
.linkbtn:after {
  content: "";
  position: absolute;
  background: #74aa2e24;
  width: 38px;
  height: 38px;
  border-radius: 33px 3px;
  top: 0px;
  left: 0px;
  transition: all .2s ease;
}
.linkbtn.white{
  color: #fff;
}
.linkbtn.white:hover{
  color: #74aa2e;
}
.linkbtn.white:after{
  background: #ffffff24;
  color: #fff;
}
.linkbtn.white:hover::after {
  width: 100%;
  background: #ffffff;
  color: #74aa2e;
}
.linkbtn span {
  z-index: 1;
  position: relative;
}
.linkbtn:hover::after {
  width: 100%;
  background: #74aa2e;;
}
.linkbtn:hover{
  color: #fff;
}
footer{
  background: #181818;
}
.img_zone {
  overflow: hidden;
  height: 150px;
  border-radius: 0px 0px 20px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.bg-dark-blue{
  background-color: #263849;
}
.num_inner:hover{
  background: #ffffff;
  color: #494949;
  transition: all 200ms ease;
  transform: scale(1.3);
}
.num_inner:hover span{
  color: #74aa2e;
  transition: all 200ms ease;
}
.num_inner span {
  font-size: 50px;
  color: #74aa2e;
  line-height: 50px;
  display: block;
  font-weight: bold;
  margin-right: 25px;
  transition: all 200ms ease;
}
.num_inner {
  line-height: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  background: #ffffff0a;
  padding: 11px 20px;
  border-radius: 11px;
  transition: all 200ms ease;
}
.num_inner img {
  width: 55px;
  margin-right: 20Px;
}
.img_elmts{
  width: 350px;
  text-align: center;
  margin: -130px auto -40px auto;
}
.relative{
  position: relative;
}
.bg-green{
  background: #74aa2e;;
}
.mil-tabs-left-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mil-tabs-left-nav:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 2px;
  height: 84%;
  background-color: #eaeaea;
}
.mil-tabs-left-nav li {
  list-style-type: none;
  height: 50px;
}
.mil-tabs-left-nav li:last-child {
  margin-bottom: 0;
}
.mil-tabs-left-nav li a {
  padding-left: 65px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-h4{
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.mil-tabs-left-nav li a.mil-h4 {
  height: 37px;
  color: #494949;
}
.mil-tabs-left-nav li a:before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  border: solid 3px rgba(18, 24, 32, 0.1);
  margin-right: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tabs-left-nav li a.mil-active.mil-h4 {
  color: #74aa2e;;
}
.mil-tabs-left-nav li a.mil-active:before {
  border: solid 3px #74aa2e;
}
.bg-white{
  background: #fff;
}
.bg-green_plus{
  background:#74aa2e ;
  position: relative;
}
.bg-green_plus::after{
  content:"";
  position: absolute;
  height: 100%;
  width: 1000%;
  top: 0;
  bottom: 0;
  left: 0;
  background:#74aa2e ;
  z-index: -1;
}
.bg-darkgrey_plus{
  background:#484848 ;
  position: relative;
}
.bg-darkgrey_plus::after{
  content:"";
  position: absolute;
  height: 100%;
  width: 1000%;
  top: 0;
  bottom: 0;
  left: 0;
  background:#484848 ;
  z-index: -1;
}
.bg-dark-blue_plus{
  background:#263849 ;
  position: relative;
}
.bg-dark-blue_plus::after{
  content:"";
  position: absolute;
  height: 100%;
  width: 1000%;
  top: 0;
  bottom: 0;
  left: 0;
  background:#263849 ;
}
.img_approach{
  width: 100%;
}
#reference.inner_zone{
  padding: 30px 0;
}
.horizontal-line.dark-blue{
  margin: 2rem 0 !important;
  border: 0;
  border-top: 1px solid #395b7c;
}
#about .horizontal-line, #approach .horizontal-line {
  margin: 2rem 0 !important;
  border: 0;
  border-top: 1px solid #395b7c;
  /* border-bottom: 1px solid #FEFEFE; */
}
.box_video {
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
}
.img_news {
  width: 100%;
  height: 150px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  transition: all .5s ease;
  border-radius: 13px;
}
.info_news {
  padding: 20px 0 60px;
  transition: all .5s ease;
  z-index: 1;
}
.box_video .info_news {

  width: 100%;
  bottom: 0;
}
.date_news {
  color: #74aa2e;
  font-size: 10px;
  position: relative;
  font-weight: bold;
}
.box_video a{
  display: block;
}
.dark-bg{
  background: #484848;
  position: relative;
}
.dark-bg.plus::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1000%;
  background: #484848;
  z-index: -1;
}
.bg-green_plus .top_title span, .bg-green_plus  .top_title::after{
  color: #ffffff;
}

.box_news {
  height: auto;
  padding: 0;
}
.owl-carousel.newsfeed .owl-stage, .owl-carousel.reference .owl-stage{
  padding: 0;
}
.bg-green_plus .box_news .date_news, .bg-green_plus .box_news p a{
  color: #fff;
}

.bg-darkgrey_plus .box_news p a{
  color: #fff;
  display: block;
  margin-top: 0px;
}
.bg-green_plus .newsfeed .linkbtn{
  color: #ffffff;
}

.bg-green_plus .newsfeed .linkbtn::after{
  background: #ffffff36;
}

.img_elmts_ref{
  width: 100px;
  margin-right: 20px;
}
.content_works{
  display: flex;
}
.content_works h5{
  margin: 7px 0 0 0;
  color: #76aa2e;
}
.content_works i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  margin-right: 20px;
  border-radius: 100px;
  background: #75aa2e;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.box {
  height: 230px;
  border: 1px solid #74aa2e;
  background: rgb(212 230 188 / 83%);
  padding: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 20px;
}
.box.devis {
  background: #fff;
  display: flex;
  align-items: center;
  overflow: unset;
  flex-direction: column;
  justify-content: center;
}
.box.devis:hover i{
  color: #74aa2e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  transform: scale(.8);
}
.box.devis i{
  font-size: 50px;
  margin-bottom: 10px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
a.box.devis {
  height: 100%;
  width: 100%;
  position: relative;
}
.img_float_2 {
  position: absolute;
  width: 140px;
  top: -70px;
  left: -60px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  animation: MoveUpDown 4s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.box.devis h4{
  font-size: 25px;
  position: unset;
  transform: unset;
}

.box.devis:hover h4{
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  transform: scale(.8);
}
.box h4 {
  color: #74aa2e;
  font-weight: bold;
  font-size: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#engagement{
  background:rgb(236 255 217) url(../images/bg_green.jpg)no-repeat;
  background-size: cover;
  position: relative;

}
.gradient_overlay{
  background: #2e4153;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gradient_overlay2{
  background: rgb(132,218,92);
  background: linear-gradient(102deg, rgba(132,218,92,1) 0%, rgba(158,221,255,1) 67%);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.z1{
  z-index: 1;
}
.copyright{
  color: #c0c0c0;
}
.newsletter h3{
  color: #74aa2e;
}
.img_eng {
  width: 190px;
  transform: rotate(338deg);
  position: absolute;
  bottom: -30px;
  right: -40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition:  -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.mil-banner {
  height: 400px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.mil-banner .mil-banner-slideshow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 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 .content_box_elmnt {
  color: #fff;
  font-weight: bold;
  /*background: rgb(38 56 73 / 80%);*/
  padding: 40px 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 560px;
  z-index: 99999;
  font-size: 36px;
  line-height: 41px;
  text-transform: uppercase;
}
.mil-banner .swiper-slide .content_box_elmnt span {
  display: block;
  font-size: 15px;
  font-weight: 100;
  line-height: 20px;
  margin-top: 20px;
  text-transform:capitalize;
}
.controls {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  background: rgb(116, 170, 46);
  height: 70px;
  border-radius: 22px;
  z-index: 1;
}
.mil-banner .swiper-button-next:after, .mil-banner .swiper-button-prev:after{
  color: #fff;
  font-size: 20px;
}
footer{
  background: #181818 url(../images/bg_footer.png) no-repeat bottom center;
  background-size: cover;
}
.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.nav ul.menu {
  list-style: none;
  padding: 0 0 0 0px;
  position: relative;
  z-index: 3;
  margin: 0;
  display: flex;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.nav ul.menu  > li {
  margin: 0px 0px 0px 0px;
  position: relative;
  display: table-cell;
  padding: 0px 4px 0px 4px;
  border-right: 1px solid #f1f1f1;
}
.nav ul.menu > li > a {
  color: #494949;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 10px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
  padding: 37px 7px;
  font-size: 12px;
}
.nav ul.menu > li > a i{
  font-size: 20px;
  margin-top: -20px;
}
.nav ul.menu > li > a span{
  font-size: 8px;
  font-weight: 100;
  display: block;
}
.nav ul.menu > li::after{
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  background: #74aa2e!important;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu > li:hover::after{
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu > li:hover > a{
  color: #74aa2e!important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li > ul.sub_menu {
  padding: 0;
  margin: 0;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 67px;
  left: 0;
  z-index: 1000;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  /*border-radius: 6px;*/
  background-color: #808080;
  -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: var(--fa-font-solid);
  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: 4px 32px;
  clear: both;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #fff !important;
  transition: all 0.3s;
  border-bottom: 1px solid #999999;
  -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: #74aa2e!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: #74aa2e;
  -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: 86px;
}
.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: #74aa2e!important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu > li.active::after{
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li:last-child{
  border-right: 0;
}
.nav ul.menu>li.mega .sub_menu {
  position: fixed;
  top: 85px;
  width: 100%;
  overflow: hidden;
  /*padding: 35px 0;*/
}
.menu_shown .topmenu {
  transition: opacity .35s ease-in-out,transform .35s ease-in-out,top .3s ease-out;
}
.close_x_asidebar {
  background: #26384a;
  position: absolute;
  right: 14px;
  line-height: 36px;
  z-index: 1;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 29px;
  transform: rotate(0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.close_x_asidebar:hover{
  background: #74aa2e;
  transform: rotate(90);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.close_x_asidebar i{
  font-size: 20px;
  color: #fff;
}
.menu_shown  .topmenu {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: inherit;
}
.topmenu {
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  visibility: hidden;
  transition: opacity .35s ease-in-out,transform .35s ease-in-out,visibility .35s ease-in-out,top .3s ease-out;
}
.topmenu .menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  font-weight: 500;
  min-height: 500px;
  background: #fff;
  overflow: hidden;
  right: 0;
}
.content-menu {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 47%;
  transform: translateY(-50%);
}
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.menu_shown .menu-background {
  transition: opacity .3s ease-in-out;
  opacity: .6;
  visibility: inherit;
}
.content-menu h3 {
  font-size: 10px;
  color: #74aa2e;
  margin-right: 20px;
  width: 50px;
}
.content-menu ul li a{
  color: #494949;
  font-size: 35px;
  font-weight: bold;
  line-height: 42px;
}
.content-menu ul li {
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
    padding-top: 20px;
}
.content-menu ul li {
  position: relative;
  border-bottom: 1px solid #f6f6f6;
  padding: 11px 0 11px 20px;
}
.content-menu ul li:last-child{
  border: 0;
}
.content-menu ul li::after{
    position: absolute;
    font: var(--fa-font-solid);
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    font-size: 10px;
    content: '\f105';
    color: #74aa2e;
}
.content-menu ul li:hover a{
  color: #74aa2e;
}  
#approach {
  margin-top: 60px;
  display: block;
}
.partenaire{
  height: 100px;
  background: #fff;
  border-radius: 10px;
}
.owl-carousel.partenaire .owl-stage{
  padding: 0;
}
.box_elmt:hover .img_zone{
  -webkit-transform: translate3d(0,0,0) scale(1.2);
	transform: translate3d(0,0,0) scale(1.2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition:  -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.box_elmt:hover .info h5{
  color: #74aa2e;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition:  -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.box:hover .img_eng{
  -webkit-transform: translate3d(0,0,0) scale(.8);
	transform: translate3d(0,0,0) scale(.8);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition:  -webkit-transform 0.35s;
	transition: transform 0.35s;
}
/* PRELAODER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  background: #74aa2e;
  -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: 60px;
}
.preloader .inner p {
  font-weight: 600;
  color: #74aa2e;
  font-size: 13px;
  display: block;
}

/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99!important;
  background: #131e4a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}
.transition-overlay .layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  background: #131e4a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.6s;
}
.transition-overlay.active {
  left: 0;
}
.transition-overlay.active .layer {
  right: 0;
}
/* PAGE LOADED */
.preloader{
  z-index: 99;
}
.page-loaded .preloader {
  right: -100%;
}
.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}
.page-loaded .preloader .inner p {
  transform: translateY(20px);
  opacity: 0;
}
.page-loaded .preloader .layer {
  left: -100%;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 30s linear infinite;
  -moz-animation: rotating 30s linear infinite;
  -ms-animation: rotating 30s linear infinite;
  -o-animation: rotating 30s linear infinite;
  animation: rotating 30s linear infinite;
  transform-origin: center center;
}
.box_video .img_news{
  overflow: hidden;
}
.box_video .img_news i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 37px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_video:hover .img_news i{
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_video:hover .img_news:after{
  opacity: .5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_video .img_news:after{
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index:0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.zone_slider{
  padding-top: 140px;
}
.mega .sub_menu h4 {
  font-size: 22px;
  line-height: 25px;
  padding: 35px 35px 35px 0;
  margin: 0;
}
.mega .sub_menu .vertical-divider{
  background-color: #80bc30;
}
.list_with_icon{
  display: flex;
}
.list_with_icon i{
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  line-height: 58px;
}
.list_with_icon li::after{
  content: unset!important;
}
.list_with_icon li {
  border-right: 1px solid #909090!important;
  flex: 1 1 0px;
  text-align: center;
}
.list_with_icon li:last-child{
  border: 0!important;
}
.list_with_icon li > a{
  padding: 35px 20px!important;
}
.extendedh4{
  background: #494949;
  position: relative;
  height: 100%;
}
.extendedh4::before{
  content:'';
  background: #494949;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
}
.logo_box {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
footer .horizontal-line{
  border-top: 1px solid #282828;
}
footer .newsletter h1 {
  color: #73b122;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  font-size: 37px;
  line-height: 34px;
}
.marquee3k h1{
  color: #2b3f54;
}
.box_elmt_solution {
  background: transparent;
  border-radius: 20px;
  position: relative;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 100%;
}
.content_zone .box_elmt_solution a{
  top: unset;
  transform: unset;
  bottom: 0;
}
.content_zone .box_elmt_solution{
  height: 300px;
}
.content_zone .box_elmt_solution a i{
  opacity: 1;
}
.content_zone .img_sol{
  opacity: 1;
  visibility: visible;
}
.content_zone .box_elmt_solution:hover a i{
  transform: scale(1.3) translateX(0px)!important; 
  background: #73b122;
  color: #fff;
}
.content_zone .box_elmt_solution:hover a{
  top:unset!important;
  transform: unset!important;
  color: #73b122;
  -webkit-transition: all 300ms ease-in-out!important;
  transition: all 300ms ease-in-out!important;
}
.content_zone .box_elmt_solution:hover a .solution_title{
  position: relative;
  left: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_elmt_solution a {
  background: #74aa2e;
  box-shadow: rgb(0 0 0 / 7%) 0px 16px 15px 0px;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  transform: translateY(0);
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out!important;
  transition: all 300ms ease-in-out!important;
}
.box_elmt_solution:hover a {
  background: #fff;
}
.box_elmt_solution a i {
  font-size: 25px;
  opacity: 0;
  transform: scale(1);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
  line-height: 30px;
}
.box_elmt_solution:hover a i{
  opacity: 1;
  transform: scale(1.3) translateX(-20px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.content_solution {
  padding: 140px 20px 20px 20px;
}
.content_solution ul{
  margin: 0;
  padding: 0;
}
.content_solution ul li {
  position: relative;
  padding-left: 38px;
  line-height: 20px;
  margin-bottom: 15px;
}
.content_solution ul li:last-child{
  margin-bottom: 0;
}
.content_solution ul li::after {
  content: "\f058";
  font-size: 19px;
  font: var(--fa-font-solid);
  position: absolute;
  left: -4px;
  top:0;
  color: #73b122;
}
.box_elmt_solution a span.icon {
  width: 40px;
  display: block;
  height: 40px;
  margin-right: 10px;
  fill: #fff;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  flex-shrink: 0;
}
.box_elmt_solution:hover a{
  top: 100%;
  transform: translateY(-100%);
  color: #73b122;
  -webkit-transition: all 300ms ease-in-out!important;
  transition: all 300ms ease-in-out!important;
}
.box_elmt_solution:hover a span.icon{
  opacity: 0;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.box_elmt_solution a .solution_title{
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  left: 0px;
  line-height: 16px;
}
.box_elmt_solution:hover a .solution_title{
  position: relative;
  left: -50px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_inner{
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box_elmt_solution .content_solution{
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.box_elmt_solution:hover  .content_solution{
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.img_sol {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;

}
.box_elmt_solution:hover .img_sol{
  opacity: 1;
  visibility:visible;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 300ms;
}
.box_elmt_extra {
  background: #74aa2e;
  padding: 40px 0 40px 40px;
  position: relative;
  top: -140px;
  z-index: 2;
  margin-bottom: -220px;
}
.box_elmt_extra::after {
  background: #74aa2e;
  content: '';
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.box_works{
  border-radius: 20px;
  background: #fff;
  padding: 30px;
    -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 300ms;
}
.box_works:hover i{
  background: #fff;
  border:1px solid #74aa2e;
  color: #74aa2e;
    -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 300ms;
}
#realisation .horizontal-line {
  border: 1px solid #7bb530;
  opacity: 1;
}
.img_float {
  position: absolute;
  bottom: -80px;
  left: 70px;
  width: 300px;
}
.text_map {
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  width: 200px;
  font-weight: bold;
  color: #fff;
  text-shadow: -4px 3px 19px #00000075;
}
.img_float2 {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 510px;
}
.img_float3 {
  position: absolute;
  bottom: -80px;
  width: 480px;
  z-index: 2;
  left: -110px;
}
.box_contact{
  background: #75aa2e1c;
  border-radius: 20px;
  border: 1px dashed #75aa2e;
}
ul.menu{
  padding: 0;
  margin: 0;
}
.call_to_action_btn {
  font-size: 16px;
  background: #365209;
  padding: 5px 25px;
  display: inline-block;
  border-radius: 30px 3px;
  margin-left: 32px;
  margin-top: 24px;
  border: 1px solid;
  transform: scale(1);
  -webkit-transition: all 200ms ease-in-out!important;
  transition: all 200ms ease-in-out!important;
}
.call_to_action_btn:hover{
  background: #74aa2e;
  color: #fff;
  transform: scale(1.1);
  -webkit-transition: all 200ms ease-in-out!important;
  transition: all 200ms ease-in-out!important;
}
.call_to_action_btn i{
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 200ms ease-in-out!important;
  transition: all 200ms ease-in-out!important;
  transition-delay: 1000ms;
}
.call_to_action_btn:hover i{
  transform: scale(1.3) rotate(-73deg);
  -webkit-transition: all 200ms ease-in-out!important;
  transition: all 200ms ease-in-out!important;
  transition-delay: 1000ms;
}
.headpage{
  padding-top: 85px;
}
.box_headpage {
  padding: 30px;
  background: #73b122;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  border-radius: 0px 0 0 0px;
}
.box_headpage::before {
  content: "";
  position: absolute;
  background: #73b122;
  width: 179%;
  height: 100%;
  left: 100%;
  top: 0;
  z-index: 0;
}
.box_headpage::after {
  content: "";
  position: absolute;
  background: #73b122;
  width: 1000%;
  height: 100%;
  left: -1000%;
  top: 0;
}
.box_headpage_img {
  padding: 30px;
  background: #73b122;
  height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
  box-shadow: -9px 8px 10px 6px #00000012;
}
.headpage .simpleParallax {
  border-radius: 30px;
  z-index: 3;
  position: relative;
}
.elmt_marg {
  margin-top: 50px;
}
article {
  position: relative;
  margin: 0 auto;
}
.timeline_wrapper {
  margin: 0 auto;
  padding: 0 16.66% 50px;
  width: 100%;
}
.zonetest{
  display: inline;
  float: left;
}
.timeline__nav {
  /* position: fixed; */
  top: 0;
  transition: top 0.3s ease-out;
  z-index: 0;

}
.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 0px 0;
}
.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-size: 21px;
}
.timeline__nav ul li:first-child{
  margin-top: 0;
}
.timeline__nav ul li.active {
  font-weight: bold;
  color: #75aa2e;
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}
.timeline__nav ul li:hover {
  color: #75aa2e;
}
.box_team {
  height: 380px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  position: relative;
  border: 1px solid #75aa2e;
}
.box_team_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.info_team {
  text-align: left;
  transition: all .5s ease;
  position: absolute;
  bottom: 0;
  padding: 30px 24px 20px 24px;
  background: linear-gradient(rgb(31 61 156 / 0%) 0%, rgb(117 170 46 / 0%) 0%);
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 1;
  background: linear-gradient(rgb(31 61 156 / 0%) 0%, rgb(117 170 46) 100%);
}
.info_team h5 {
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
}
.info_team p {
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 16px;
  text-align: left!important;
  font-size: 13px;
  margin-top: 10px;
  opacity: 0;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.box_team:hover .info_team p{
  display: block;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_team:hover .info_team{
  background: linear-gradient(rgb(31 61 156 / 0%) 0%, rgb(117 170 46) 100%);
}
/* -------------------------------------------
breadcrumbs
------------------------------------------- */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.breadcrumbs li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li a {
  color:#ffffff59;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.breadcrumbs li a:hover {
  color: #fff;
}
.breadcrumbs li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 15px;
}
.breadcrumbs li:last-child {
  cursor: not-allowed;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  pointer-events: none;
  color:#fff;
}
#menu_elmts ul {
  padding: 0;
  margin: 0;
}
#menu_elmts .list_exp li a {
  padding: 18px 40px 18px 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  display: block;
  color: #757575;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
}
#menu_elmts .list_exp li:hover a{
  color: #74aa2e;
}
#menu_elmts .list_exp li{
  position: relative;
}
ul.list_exp li.active a::after {
  background: #75aa2e;
  color: #fff;
}
ul.list_exp li.active a{
  color: #75aa2e!important;
}
ul.list_exp li a::after {
  position: absolute;
  font: var(--fa-font-solid);
  transform: translateY(50%);
  bottom: 50%;
  right: 2px;
  font-size: 10px;
  content: '\f105';
  color: #757575;
  width: 40px;
  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;
  border-radius: 107px 16px;
}

.box_c_elmt {
  padding: 20px;
  background: #fff;
  border-radius: 11px;
  position: relative;
  box-shadow: 0px 3px 7px #00000008;
  text-align: left;
}
.green_leaf {
  background: #73b122;
  width: 40px;
  height: 20px;
  border-radius: 107px 3px;
  transform: rotate(33deg);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content_zone .num_inner {
  background: #fff;
  color: #494949;
}
.content_zone{
  position: relative;
}

.secteur .box_c_elmt{
  display: flex;
  align-items: center;
}
.secteur .ico_secteur{
  flex-grow: 0;
  flex-shrink: 0;
  width: 50px;
  margin-right: 20px;
}
.ico_secteur svg{
  fill: #73b122;
}
.box_side {
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  position: relative;
  height: 330px;
}
.box_side::before {
  content: "";
  background: rgb(0 0 0 / 54%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.box_side .call_to_action_btn{
  margin: 20px 0 0 0;
  position: relative; 
  z-index: 1;
}
.box_side h4 {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 23px;
  line-height: 24px;
  text-shadow: -2px 2px 9px #0000008f;
}
.box_side_img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
ul.content_list,  ul.content_list2{
  padding: 0;
  margin: 0 0 20px  0;
}
ul.content_list2 li {
  line-height: 19px;
  margin: 0px 0px 10px;
  text-align: justify;
  padding-left: 35px;
  position: relative;
}
ul.content_list li {
  line-height: 26px;
  margin: 0px 0px 10px;
  text-align: justify;
  padding-left: 35px;
  position: relative;
}
ul.content_list2 li::before {
  content: "\f058";
  color: #73b122;
  font-size: 19px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  font: var(--fa-font-solid)!important;
  top: 3px;
}
ul.content_list li::before {
  content: "\f058";
  color: #73b122;
  font-size: 19px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  font: var(--fa-font-solid)!important;
  top: 6px;
}
.info ul {
  padding-left: 40px;
  margin: 0;
}
.info li {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.info li i {
  position: absolute;
  top: 3px;
  left: -34px;
  font-size: 21px;
  color: #73b222;
}
.info li span {
  display: block;
  color: #73b222;
  font-weight: bold;
}
#map{
  height: 400px;
  position: relative;
  z-index: 1;
  filter: grayscale(1);
  overflow: hidden;
  border-radius: 20px;
}
.form-control, .form-select {
  display: block;
  width: 100%;
  height: 57px;
  padding: 12px 66px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e7e8e8;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-wrap.icon_elmt .form-control {
  padding-left: 50px;
}
.form-control-wrap.icon_elmt i {
  position: absolute;
  top: 23px;
  left: 20px;
  color: #73b222;
}
.form_contact label {
  display: block;
  margin-bottom: 5px;
  margin-top: 7px;
  font-weight: bold;
  color: #495057;
}
.form-control-wrap{
  position: relative;
  display: block;
}
textarea.form-control {
  min-height: 120px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #73b222;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #649b1b3a;
}
.form-check-input:focus {
  border-color: #73b222;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #57891531;
}
ul.accordion {
  display: inline;
  float: left;
  width: 100%;
  padding: 0;
  border-radius: 0;
  }
  ul.accordion li {
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e0e0e0!important;
    margin-bottom: 0px;
    background: transparent;
    border: none;
    border-radius: 0 !important;
}
.accordion-item:last-of-type{
  border-bottom: 0!important;
}
ul.accordion.equipment .accordion-switch{
  line-height: 16px;
  font-size: 20px;
}
ul.accordion.equipment .accordion-switch small{
  display: block;
  font-weight: 100;
}
ul.accordion.equipment  li {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0!important;
  margin-bottom: 20px;
  background: white;
  border-radius: 15px !important;
}
ul.accordion.equipment .accordion-item:last-of-type{
margin-bottom: 0;
}
ul.accordion .accordion-switch {
  width: 100%;
  background: transparent;
  margin-bottom: 0px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
  font-weight: 700;
  color: #505458;
  line-height: 19px;
  border-radius: 0px;
  padding: 12px 0 12px 0;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
  ul.accordion li.accordion-item.selected .accordion-switch { background: transparent ;color: #73b222;}
  /*ul.accordion .accordion-switch:hover { background: #fff;border: 1px solid #f87f01; }*/
  /*ul.accordion li.accordion-item .accordion-switch {
    float: left;
  }*/
  ul.accordion li a:hover { text-decoration: underline }
  ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 20px;
    width: 20px;
    background: #333333 url(../images/accordion-toggle.png) no-repeat center top;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-right: 0px;
    margin: 6px 13px 6px 0px;
    border-radius: 100%;
    flex-shrink: 0;
  }
  ul.accordion li.accordion-item:hover .togglegfx { background-color: #73b222 }
  ul.accordion li.accordion-item .accordion-content {
  padding: 0px 20px 10px 3px;
  margin-top: 30px;
  float: left;
  width: 100%;
  }
  ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
  background: #73b222 url(../images/accordion-toggle.png) no-repeat left bottom;
  }
  .contact_fiche i {
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.carreer_cv {
  border: 1px solid #e7e8e8;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  background: #fff;
}
.box_career {
  background: #fff;
  padding: 20px 80px 20px 20px;
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: -9px 6px 13px 5px #0000000a;
  border: 1px solid transparent;
}
.box_career:last-of-type{
  margin-bottom: 0;
}
.box_career .date {
  line-height: 13px;
  display: flex;
  align-items: center;
}
.box_career .date i{
  margin-right: 10px;
}
.btn_career {
  background: #73b222;
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;

}
.box_career:hover{
  border: 1px solid #73b222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_career i {
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 24px;
  line-height: 41px;
}
.box_career:hover i{
  transform: scale(1.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn_career:hover{
  background: #494949;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_career:hover i{
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bg-dark_site{
  background: #494949;
}
.shadow_box {
  box-shadow: -13px 15px 17px 10px #00000024;
}
.smartenergy_custom.modal .modal-header {
  border-bottom: 0;
}
.smartenergy_custom .close {
  border: 0;
  background: #73b222;
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin: 0  0 0 auto;
  height: 30px;
  width: 30px;
  border-radius: 100px;
}
.smartenergy_custom.modal .modal-body {
  padding: 40px 60px;
}
.smartenergy_custom.modal .modal-footer {
  text-align: center;
  font-size: 13px;
  padding: 40px;
  justify-content: center;
  border-top: 0;
  background: #73b222;
  border-radius: 0 0px 6px 6px;
  color: #fff;
}
.box_zone_actif {
  display: none;
}
.btn_post {
  background: #73b222;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
}
.btn_post:hover{
  color: #fff;
  background: #494949;
}
.z-index-1{
  z-index: 1;
}
.box_elmt_career_left{
  margin-left: -20px;
}
.box_elmt_career_right{
  margin-left: 20px;
}
/*.bg_prh{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.img_equipment{
  width: 230px;
  margin-right: 30px;
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  float: left;
}
.listing-medias {
  padding-bottom: 15px;
  display: table;
  width: 100%;
}

@media(max-width: 61.24em) {
  .listing-medias {
      padding-top:20px;
      padding-bottom: 20px;
      display: block
  }
}

.listing-medias-noresult {
  margin-top: 40px;
  width: 100%;
  text-align: center
}

.listing-medias-header {
  display: table-row;
  width: 100%;
  border-bottom: 1px solid #ccc
}

@media(max-width: 61.24em) {
  .listing-medias-header {
      display:none
  }
}

.listing-medias-header-item {
  padding: 24px 12px 21px;
  display: table-cell;
  color: rgba(0,0,0,.3);
  font-size: .9375rem;
  line-height: 1.06
}

.listing-medias-header-item:first-child {
  padding-left: 33px
}

.listing-medias-header-item:last-child {
  padding-right: 13px;
  text-align: center;
}

.filters-medias {
  padding-top: 40px;
  padding-bottom: 18px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000
}

@media(max-width: 44.99em) {
  .filters-medias {
      padding-bottom:0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 0
  }
}

.filters-medias-select {
  margin-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 44.99em) {
  .filters-medias-select {
      margin-right:0;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative;
      border-bottom: 2px solid #000
  }

  .filters-medias-select::after {
      position: absolute;
      top: 50%;
      right: 0;
      height: 0;
      width: 0;
      border-left: 4.5px solid transparent;
      border-right: 4.5px solid transparent;
      border-top: 4.5px solid #000;
      border-left: 4.5px solid rgba(0,0,0,0);
      border-right: 4.5px solid rgba(0,0,0,0);
      border-top: 6.5px solid #000;
      content: ""
  }
}

.filters-medias-select .custom-select-container {
  padding-bottom: 0
}

.filters-medias-select .custom-select-opener {
  min-width: 156px
}

.filters-medias-select .custom-select-panel {
  width: calc(100% + 42px);
  left: -24px
}

.filters-medias-select select {
  font-weight: 500;
  font-style: normal;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent none;
  font-size: 1.125rem
}

@media(max-width: 44.99em) {
  .filters-medias-select select {
      display:block
  }
}

.filters-medias-links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 44.99em) {
  .filters-medias-links {
      padding-top:20px;
      padding-bottom: 20px;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 2px solid #000
  }
}

.filters-medias-link {
  font-weight: 500;
  font-style: normal;
  -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000;
  font-size: 1.125rem;
  line-height: 1.06;
  text-decoration: none
}

@media(min-width: 45em) {
  .filters-medias-link {
      margin-left:20px
  }
}

.filters-medias-link.is-current,.filters-medias-link:hover {
  color: #73b222
}
.card-media {
  display: table-row;
  -webkit-transition: -webkit-box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 61.24em) {
  .card-media {
      padding-top:30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: 1px solid #ccc
  }
}

.card-media .col {
  padding: 30px 12px;
  font-weight: 400;
  font-style: normal;
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: middle
}
.card-media .col.col-name{
  max-width: 80%;
}

@media(min-width: 61.25em) {
  .card-media .col::before,.card-media .col::after {
      content:"";
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 1px;
      -webkit-transition: color .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      background: #ccc
  }

  .card-media .col::before {
      top: -1px
  }

  .card-media .col::after {
      bottom: 0
  }
}

@media(max-width: 61.24em) {
  .card-media .col {
      padding:0;
      display: block
  }
}

@media(max-width: 61.24em) {
  .card-media .col-action {
      width:100%;
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%)
  }
}

.card-media .col-action .col-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 61.24em) {
  .card-media .col-action .col-inner {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex
  }
}
.card-media .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 61.24em) {
  .card-media .col-inner {
      display:block
  }
}

@media(max-width: 61.24em) {
  .card-media .col-name {
      width:100%
  }
}

@media(max-width: 61.24em) {
  .card-media .col-type,.card-media .col-sector {
      margin-right:15px
  }
}

.card-media:hover {
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.05);
  box-shadow: 0 0 30px rgba(0,0,0,.05)
}

.card-media:hover .card-media-title {
  color: #73b222
}

.card-media:hover .col {
  z-index: 2;
  background: rgba(255,255,255,.3)
}

@media(min-width: 61.25em) {
  .card-media:hover .col::before,.card-media:hover .col::after {
      background:#fff
  }

  .card-media:hover .col::before {
      top: -1px
  }

  .card-media:hover .col::after {
      bottom: -1px
  }
}

.card-media:hover+.card-media .col::before {
  display: none
}
.card-media-icon {
  margin-right: 10px;
  position: relative;
  height: 30px;
  width: 60px;
  text-align: center;
}
@media(max-width: 61.24em) {
  .card-media-icon {
      display:block
  }
}
.card-media-icon img,.card-media-icon .svg,.card-media-icon .svg svg {
  display: block
}
.card-media-icon img {
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%
}

.card-media-icon img+.svg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  fill: #fff
}

.card-media-icon:hover img+.svg {
  opacity: 1
}

.card-media-title {
  font-weight: 500;
  font-style: normal;
  -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-media-filesize {
  margin-left: 10px;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: .9375rem;
  color: rgba(0,0,0,.3)
}

@media(max-width: 61.24em) {
  .card-media-filesize {
      display:inline-block
  }
}

.card-search {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative
}

@media(max-width: 44.99em) {
  .card-search {
      padding-top:38px;
      padding-bottom: 38px
  }
}

.card-search:hover .card-picture {
  -webkit-box-shadow: 0 30px 30px rgba(0,0,0,.08);
  box-shadow: 0 30px 30px rgba(0,0,0,.08)
}

.card-search:hover .card-picture-button::before,.card-search:hover .card-picture-button::after {
  background-color: #73b222
}

.card-search:hover .card-title {
  color: #73b222
}

.card-search .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media(max-width: 44.99em) {
  .card-search .card-wrapper {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.card-search .card-picture {
  position: relative;
  margin-right: 40px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 408px;
  -webkit-transition: -webkit-box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  background-color: #113a4c
}

.card-search .card-picture:before {
  padding-top: 53.9215686275%;
  display: block;
  content: ""
}

@media(max-width: 61.24em) {
  .card-search .card-picture {
      width:300px
  }
}

@media(max-width: 44.99em) {
  .card-search .card-picture {
      position:relative;
      margin-top: 17px;
      margin-right: 0;
      width: 100%
  }

  .card-search .card-picture:before {
      padding-top: 67.6923076923%;
      display: block;
      content: ""
  }
}

.card-search .card-picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.object-fit .card-search .card-picture img {
  -o-object-fit: cover;
  object-fit: cover
}

.no-object-fit .card-search .card-picture img {
  font-family: "object-fit: cover"
}

.card-search .card-picture-button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70px;
  width: 70px;
  background-color: #fff
}

.card-search .card-picture-button::before,.card-search .card-picture-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #000
}

.card-search .card-picture-button::before {
  height: 3px;
  width: 17px
}

.card-search .card-picture-button::after {
  height: 17px;
  width: 3px
}

.card-search .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(max-width: 44.99em) {
  .card-search .card-content {
      margin-top:17px
  }
}

.card-search .card-headline {
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: .9375rem;
  line-height: 1.06
}

.card-search .card-headline+.card-title {
  margin-top: 8px
}

.card-search .card-title {
  font-weight: 500;
  font-style: normal;
  max-height: 93.6px;
  overflow: hidden;
  max-width: 375px;
  -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000;
  font-size: 1.625rem;
  line-height: 1.2
}

@supports(-webkit-line-clamp: 3) {
  .card-search .card-title {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis
  }
}

@media(max-width: 44.99em) {
  .card-search .card-title {
      font-size:1.5rem
  }
}

.card-search .card-title+.card-text {
  margin-top: 23px
}

@media(max-width: 44.99em) {
  .card-search .card-title+.card-text {
      margin-top:17px
  }
}

.card-search .card-text {
  max-height: 81.6px;
  overflow: hidden;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.6
}

@supports(-webkit-line-clamp: 3) {
  .card-search .card-text {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis
  }
}

.card-search .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1
}
.card-media-icon i {
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  color: #75aa2e;
}
.card-media-action-link i{
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  color: #75aa2e;
}
.form_search .form-control {
  padding-right: 53px;
}
.form_search {
  position: relative;
}
.form_search button[type="submit"] {
  position: absolute;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #eee;
  right: 8px;
  top: 10px;
  background: #75aa2e;
  border-radius: 100px;
  width: 38px;
  height: 38px;
  color: #fff;
}
.headpage.media .box_headpage{
  height: auto;
}
.headpage.media .box_headpage::before {
  content: unset;
}
.content_zone .info_news p{
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
}
.content_zone .box_news {
  height: auto;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px dashed rgb(117 170 46 / 22%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content_zone .box_news:hover{
  border: 1px dashed rgb(117 170 46 / 100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content_zone .info_news {
  padding: 20px 0 10px;
  transition: all .5s ease;
  z-index: 1;
}
.pagination {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
}
.pagination__item--prev {
  margin-right: 15px;
  margin-left: 0;
}
.pagination__item {
  margin: 0 4px;
  height: 40px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0 10px;
  background: #fff;
  border-radius: 13px;
  border: 1px dashed #e1ecd2;
}
.pagination__item i, .pagination__item span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
}
.pagination__item.pagination__item--active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background: #75aa2e;
}
.pagination__item.pagination__item--active span{
  color: #fff;
}
.pagination__item:hover span, .pagination__item:hover i{
  color: #75aa2e;
}
.bn_img {
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #75aa2e;
  line-height: 39px;
  border-radius: 100px;
  box-shadow: -3px 2px 6px 3px #00000061;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: bold;
}
.content_zone .box_video .info_news {
  padding: 20px 0 10px;
  transition: all .5s ease;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: -30px;
  z-index: 1;
  position: relative;
  box-shadow: -1px -9px 18px #0000001a;
  border: 1px dashed #75aa2e7a;
}
.content_news_in .img_news{
  height: 400px;
}
#lightgallery a {
  position: relative;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  margin-bottom: 24px;
}
.justified-gallery .zone_img {
  height: 210px;
  border: 6px solid #fff;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border: 6px solid #fff;
  margin: 0;
  background-size: cover;
  border-radius: 19px;
}
.justified-gallery .zone_img:hover{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
#lightgallery a:after {
  font: var(--fa-font-solid);
  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:hover:after{
  opacity: 1
}
/* loader  */

.wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
}
.counter {
  color: #FFF;
  font-size: 51px;
  width: 90px;
  height: 90px;

  text-align: center;
  border-radius: 100%;
  line-height: 87px;
  position: absolute;
  z-index: 1;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
#bar{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#barconfirm{
  width: 1%;
  padding: 2px 0px;
  background-color: #75aa2e;
  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; */
}
/****Checkbox******/
.check_elmt {
  display: flex;
  align-items: center;
  user-select: none;
  margin: 8px 0;
}
.check_elmt label {
  position: absolute;
  z-index: 10;
  padding-left: 34px;
  cursor: pointer;
  line-height: 18px;
}
.check_elmt input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.check_elmt input:checked ~ .check {
  border-color: #75aa2e;
  box-shadow: 0px 0px 0px 15px #75aa2e inset;
}
.check_elmt input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
}
.check_elmt .check {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 100px;
  background-color: #FFF;
  border: 2px solid #75aa2e;
  box-shadow: 0px 0px 0px 0px #000000 inset;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
  margin-top: 1px;
  flex-grow: 0;
  flex-shrink: 0;
}
.check_elmt .check::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 50%;
  background-image: url("https://s6.picofile.com/d/8392306668/bacc888c-bed7-41a9-bf24-f6ff0718f471/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.img_prod {
  width: 200px;
  float: left;
  padding: 8px;
  border: 2px solid #9e9e9e;
  border-radius: 10px;
  margin: 0px 20px 20px 0;
  flex-shrink: 0;
}
.table.customboard.table > :not(caption) > * > *{
  background: #fff;
  border-color: #000;
}
.accordion-content ul.content_list li{
  padding: 0 0 0 25px;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 4px 0 4px 0;
}
.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: #75aa2e;
  overflow-y: auto;
  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 #699a28;
  padding:10px 15px 10px 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 ul.sub_menu li a:after {
  position: absolute;
  content: " \f101";
  font: var(--fa-font-solid);
  top: 18px;
  left: 21px;
  font-size: 8px;
}
.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: #6da02a;
}
.menu_wrapper ul.menu li a .btn.expander {
  background: none;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 9px;
  border-radius: 0px;
  position: absolute;
  top: 11px;
  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%);}
body.body--static {
  height: 100%;
  overflow: hidden;
}
.mission_slogan {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  line-height: 29px;
}
.customtable thead {
  padding: 24px 12px 21px;
  color: rgba(0,0,0,.3);
  font-size: .9375rem;
  line-height: 1.06;
}
.customtable tbody, .customtable td, .customtable tfoot, .customtable th, .customtable thead, .customtable tr {
  font-weight: 400!important;
  padding: 20px 0!important;
  border-bottom: 1px solid #e4e4e4!important;
}
.customtable tfoot {
  padding: 24px 12px 21px;
  color: rgba(0,0,0,.3);
  font-size: .9375rem;
  line-height: 1.06;
}
#listing_wrapper .active>.page-link, #listing_wrapper .page-link.active {
  color: #fff!important;
  background-color: #699a28!important;
  border-color: #699a28!important;
}
.option_btn_menu {
  position: fixed;
  right: 20px;
  bottom: 16px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  background: #74aa2e;
  z-index: 50;
  text-align: center;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  cursor: pointer;
  transition: all .5s ease-in-out;
  border-radius: 30px 0px;
}
.option_btn_menu i {
  font-size: 21px;
  color: #fff;
  line-height: 43px;
}
.menu_tchat_wrapper{
    position: fixed;
    width: 300px;
    height: auto;
    font-weight: 500;
    background: #fff;
    overflow: hidden;
    right: 74px;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
    z-index: 100;
    -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: 16px;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    transform-origin: right bottom;
    border-radius: 10px;
}
.menu_shown_option .menu_tchat_wrapper {
  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_tchat_wrapper .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.menu_tchat_wrapper .inner {
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.menu_tchat_wrapper .close_zone {
  font-size: 26px;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  color: #74aa2e;
}
ul.menu_nav{
  padding: 0;
  margin: 0;
}
ul.menu_nav li a {
  line-height: initial;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 13px 31px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid #74aa2e;
  position: relative;
  border-radius: 30px 3px 30px 3px;
  font-weight: bold;
}
ul.menu_nav li a i {
  margin-right: 40px;
  font-size: 24px;
}
ul.menu_nav li a p {
  margin: 0;
}
ul.menu_nav li:hover a{
  background: #365209;
  color:#74aa2e;
  border: 1px solid transparent;
}

ul.menu_nav li:last-child a {
  margin-bottom: 0;
}
.menu_shown_option .option_btn_menu {
  background: #494949;
}
.termsfeed-com---nb-interstitial {
  right: 3vw;
  bottom: 3vh;
  top: unset!important;
  left: 3vw;
  width: 600px;
  position: fixed;
  box-shadow: 0px 0px 18px 4px #00000038;
    border-radius: 20px;
}
.termsfeed-com---palette-light .cc-nb-okagree {
  color: #fff;
  background-color: #74aa2e!important;
}
.termsfeed-com---palette-light .cc-nb-reject {
  color: #fff;
  background-color: #c2331d!important;
}
.termsfeed-com---palette-dark .cc-nb-okagree{
  color: #fff!important;
  background-color: #74aa2e!important;
}
.termsfeed-com---palette-dark .cc-nb-reject {
  color: #fff!important;
  background-color: #c2331d!important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: 13px!important;
  margin: 0 0 1.25rem 0;
}
.termsfeed-com---nb-interstitial-overlay {
  background: rgba(0,0,0,30%)!important;
}
.termsfeed-com---palette-light .cc-cp-foot-byline {
  color: #f2f2f2!important;
  display: none;
}
.termsfeed-com---pc-dialog .cc-cp-foot-byline a {
  color: #f2f2f2 !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: #111;
  background: #f1f1f1;
}
/*-----responsive site style-----*/
@media (max-width: 575.98px) {
  .nav{display: none;}
  .mil-banner .mil-banner-content{height: auto;}
  .mil-banner .swiper-slide .content_box_elmnt{position: unset;width: 100%;background: #263849;margin-top: 77px;line-height: 17px;font-size: 20px;}
  .mil-banner .container{padding: 0;}
  .controls {position: unset;height: 0;}
  .mil-banner{height: 277px;}
  .img_elmts {width: 100%; margin: -10px auto 60px auto;}
  .num_inner {display: block;text-align: center; margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #3a5b7c;}
  .img_approach { width: 140px;margin: 29px auto;text-align: center;display: block;}
  .img_elmts_float{display: none;}
  .copyright{text-align: center;}
  .footer_logo{width: 100%;}
  .num_inner span {margin-right: 0px;}
  #engagement .linkbtn{margin-bottom: 30px;}
  .mil-banner .mil-banner-slideshow{position: unset;}
  .inner_zone{padding: 40px 0}
  .partenaire {height: auto;}
  .zone_slider{padding-top: 100px;}
  .top_title {font-size: 22px;line-height: 26px;}
  .box_elmt_solution{height: 350px;}
  .box_elmt_extra{margin-bottom: unset; position: unset; background: unset; padding: unset;}
  .box_elmt_extra::after{display: none;}
  .img_float {position: relative;bottom: -40px;}
  footer .newsletter h1{  width: 100%;margin-top: 0;margin-bottom: 0;margin-left: 0;font-size: 31px;text-align: center;line-height: 30px;}
  .img_float_2{width: 70px;top: 10px;left: 10px;}
  .mission_slogan {font-size: 22px;margin-bottom: 40px;line-height: 23px;}
  .headpage {padding-top: 65px;}
  .box_headpage{height: auto;}
  .box_headpage_img {height: 130px;}
  .elmt_marg {margin-top: -19px;}
  .timeline_wrapper {padding: 0 0 0 100px;}
  .info_team p{opacity: 1;display: block;}
  ul.content_list li::before {top: 1px;}
  ul.content_list li{line-height: 17px;margin: 0px 0px 31px;text-align:left;}
  .img_equipment {width: 100%;margin: 0 0 20px 0;}
  .img_prod{width: 100%;}
  .img_float3{display: none;}
  .img_float2{display: none;}
  .box_elmt_career_left {margin-top: -80px !important;}
  .text_map{display: none;}
  .menu_tchat_wrapper {width: 100%;right: 0;bottom: 0;border-radius: 0;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .nav{display: none;}
  .mil-banner .mil-banner-content{height: auto;}
  .mil-banner .swiper-slide .content_box_elmnt{position: unset;width: 100%;background: #263849;margin-top: 77px;line-height: 17px;font-size: 20px;}
  .mil-banner .container{padding: 0;}
  .controls {position: unset;height: 0;}
  .mil-banner{height: 307px;}
  .img_elmts {width: 100%; margin: -10px auto 60px auto;}
  .num_inner {display: block;text-align: center; margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #3a5b7c;}
  .img_approach {width: 70px;margin: 29px auto;}
  .img_elmts_float{display: none;}
  .copyright{text-align: center;}
  .footer_logo{width: 100%;}
  .num_inner span {margin-right: 0px;}
  #engagement .linkbtn{margin-bottom: 30px;}
  .content-menu{    left: 100px;right: 100px;}
  .img_zone {height: 190px;border-radius: 20px;margin-top: 20px; position: unset;}
  .box_elmt{height: auto;}
  .box h4{top: 50%!important;}
  .img_eng {width: 230px;bottom: -60px;right: -40px;}
  #engagement {background: rgb(236 255 217) url(../images/bg_green.jpg)no-repeat center; background-size: cover;}
  .bg-darkgrey_plus::after {right: -100%;left: unset;}
  .dark-bg.plus::after{right: unset; left: -100%;}
  .inner_zone{padding: 40px 0}
  .partenaire {height: 133px;}
  .headpage {padding-top: 65px;}
  .box_headpage{height: auto;}
  .box_headpage_img {height: 130px;}
  .elmt_marg {margin-top: -19px;}
  .info_team p{opacity: 1;display: block;}
  footer .newsletter h1{width: 100%;}
  .img_equipment {width: 100%;margin: 0 0 20px 0;}
  .img_float3{display: none;}
  .img_float2{display: none;}
  .box_elmt_career_left {margin-top: -80px !important;}
  .text_map{display: none;}
  .menu_tchat_wrapper {width: 100%;right: 0;bottom: 0;border-radius: 0;}
  .mission_slogan{margin-bottom: 30px;font-size: 20px;line-height: 21px;}
  .img_float_2{display: none;}
  .box_elmt_extra{margin-bottom: -140px;}
  .img_float{display: none;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .nav{display: none;}
  .mil-banner .mil-banner-content{height: auto;}
  .mil-banner .swiper-slide .content_box_elmnt{position: unset;width: 100%;background: #263849;margin-top: 77px;line-height: 17px;font-size: 20px;}
  .mil-banner .container{padding: 0;}
  .controls {position: unset;height: 0;}
  .mil-banner{height: 414px; background: #26384a;}
  .img_elmts {width: 400px; margin: -10px auto 60px auto;}
  .num_inner {display: block;text-align: center; margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #3a5b7c;}
  .img_approach {width: 100px;margin: 0px auto;}
  .copyright{text-align: center;}
  .footer_logo{width: 100%;}
  .num_inner span {margin-right: 0px;}
  #engagement .linkbtn{margin-bottom: 30px;}
  .content-menu{left: 100px;right: 100px;}
  .box h4{top: 50%!important;}
  .img_eng {width: 230px;bottom: -60px;right: -40px;}
  #engagement {background: rgb(236 255 217) url(../images/bg_green.jpg)no-repeat center; background-size: cover;}
  .newsletter{padding: 20px 300px 20px 20px;}
  .bg-darkgrey_plus::after {right: -100%;left: unset;}
  .dark-bg.plus::after{right: unset; left: -100%;}
  .img_elmts_float {width: 300px}
  .partenaire {height: 150px;}
  .headpage {padding-top: 65px;}
  .box_headpage{height: auto;}
  .box_headpage_img {height: 220px;}
  .elmt_marg {margin-top: -19px;}
  .img_equipment {margin: 0 40px 20px 0; float: left;}
  .box_elmt_career_left {margin-left: 0;}
  .box_elmt_career_right{margin-left: 0;}
  .img_float3{display: none;}
  .img_float2{display: none;}
  .text_map {left: 30px;}
  .mission_slogan{margin-bottom: 30px;}
  .img_float_2{display: none;}
}
@media only screen and (min-width: 992px) {
  .menu-button{display: none;}
}

