@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;400;600&display=swap');

html{
	font-size: 100%;
	height:100%;
}

body {
  color: #000;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  padding: 0px !important;
  margin: 0px !important;
  letter-spacing: .025em;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  background: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6{
	margin:10px 0;
}
h1{
  font-size: 48px;
	line-height:43px
}
h2{
  font-size: 38px;
	line-height:35px
}
h3{
  font-size:30px;
	line-height:30px
}
h4{
  font-size: 24px;
	line-height:22px
}
h5{
  font-size: 18px;
  line-height:18px
}
h6{
  font-size: 16px;
  line-height:15px
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color:#000
}
strong{
  font-weight: 600;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}
a {
  text-shadow: none !important;
  color: #ef7c21;
  transition: color 0.1s linear 0s,background-color 0.1s linear 0s  !important;
}
a,a:focus, a:hover, a:active {
  outline: 0;
  text-decoration:none;
}
ol, ul {
    list-style: none;
}
.normal{
	font-weight:normal;
}
.bold{
	font-weight:600;
}
.extra-bold{
	font-weight:800;
}
.all-caps{
	text-transform:uppercase;
}
.light{
	font-weight:300 !important;
}
.small-text{
	font-size:12px !important;
}
.normal-text{
	font-size:13px !important;
}
.large-text{
	font-size:15px !important;
}

/* BG colors */
.bg_site_blue{
  background-color: #29418f!important;
}
.bg_site_yellow{
  background-color: #f7ca47!important;
}

/* Font Colors */
.text-site-yellow {
  color: #f7ca47 !important;
}
.text-orange {
  color: #eb651e !important;
}
.text-site-blue {
  color: #121432 !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: 20px 0 20px 0;
display: block;
  border-top: 1px solid #ccc;
}

.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
img {max-width: 100%;height: auto;-ms-interpolation-mode: bicubic; }
img {max-width: 100%;}


/*-----site style-----*/

#site {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  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 */
header {
  /*position: fixed;*/
  width: 100%;
  z-index: 60;
  top: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #fff;
  /*box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);*/
}
.subhead{
  height: 35px;
}
ul.top_head_list li{
  color: #fff;
  display: inline;
  margin-right: 10px;
  padding: 11px 0px;
  line-height: 33px;
}
ul.top_head_list li:last-child{
  margin-right: 0px;
}
ul.top_head_list li i{
  color: #f7ca47;
  margin-right: 5px;
}
ul.top_head_link_list{
  text-align: right;
}
ul.top_head_link_list li {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  line-height: 31px;
}
ul.top_head_link_list li:last-child{
  margin-right: 0px;
}
ul.top_head_link_list li a i{
  color: #f7ca47;
  margin-right: 5px;
}
ul.top_head_link_list li a {
  color: #f7ca47;
}
ul.top_head_link_list li:last-child a{
  padding: 13px 12px;
  color: #4C4C4C;
}
ul.top_head_link_list li:last-child a i{
  color: #4C4C4C;
  margin-right: 5px;
}
ul.top_head_link_list li:last-child:before {
  content: '';
  background: #f7ca47;
  position: absolute;
  top: -5px;
  bottom: -15px;
  right: 0px;
  width: 100%;
  transform: skew(19deg);
  z-index: 0;
}
.head{
  padding: 5px 0 16px 0;
}
.head .logo a{
  display: block;
}
.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.lh-30{
  line-height: 30px;
}
.nav ul.menu li a i{
  font-size: 10px;
}
.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 0;
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 0;
}
.nav ul.menu > li > a {
  color: #000000;
  font-size: 15px;
  letter-spacing: 0px;
  padding: 0 0 43px 0px;
  font-weight: 400;
}
.nav ul.menu > li:hover > a{
  color: #f3812e!important;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 1000;
  padding: 15px 15px 30px 15px;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all .2s ease;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  width: 300px;
}
.nav ul.menu>li.mega .sub_menu {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-49%);
  position: absolute;
  top: 46px;
  margin-top: 20px;
  width: calc(100vw - 10vw);
  -webkit-transform-origin: 50% -50px;
  -ms-transform-origin: 50% -50px;
  transform-origin: 50% -50px;
}
.nav ul.menu li.mega{
  position: unset;
}
.nav ul.menu li.mega > ul.sub_menu li {
  position: relative;
  display: block;
  padding: 0;
}
.nav ul.menu li > ul.sub_menu  li {
  padding:0;
}
.nav ul.menu li ul.sub_menu > li:last-child{
  border: 0;
  padding-bottom: 0;
}
.nav ul.menu li ul.sub_menu li > a {
  display: block;
  padding: 0px 20px;
  clear: both;
  letter-spacing: 0.04em;
  color: #000 !important;
  font-size: 15px;
  line-height: 18px;
  transition: all 0.3s;
  margin-bottom: 14px;
  font-weight: 400;
}
.nav ul.menu li ul.sub_menu li:hover > a{
  color: #f3812e!important;
}
.nav ul.menu li:hover > ul, .nav ul li.hovered > ul {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.nav ul.menu > li:last-child{
  margin: 0px 0px 0px 0;
}
.nav ul.menu > li:last-child > .sub_menu{
  left: unset;
  right: 0;
}
.nav ul.menu > li.active >  a{
  color: #f3812e!important;
}
.megamenu-head {
  padding: 10px 20px!important;
  white-space: nowrap;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #29418f !important;
}
.nav ul.menu li.mega > ul.sub_menu li::after, .nav ul.menu li > ul.sub_menu li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 1px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
}
.search_section i{
  cursor: pointer;
  padding: 10px;
  border: 2px solid #29418f;
  color: #f7ca47;
  border-radius: 15px;
  -webkit-transition: color 400s ease-out;
  transition: color 400s ease-out;
}
.search_section i:hover{
  background: #29418f;
  -webkit-transition: color 400s ease-out;
  transition: color 400s ease-out;
}
.social-icons {
  font-size: 0;
}
.social-icons ul{
  padding: 0;
  margin: 0 0 0 20px;
}
.social-icons li {display: inline-block;/* margin: 5px 5px 0 0; */vertical-align: top;position: relative;}
.social-icons li:after {
position: absolute;
display: block;
width: 45px;
height: 45px;
content: "";
opacity: 0;
text-align: center;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
transition: transform .3s ease, background-color .35s, opacity .25s ease;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-border-radius: 50%;
border-radius: 50%;
}
.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li a {
width: 36px;
height: 36px;
display:inline-block;
}
div.social-icons li:after {position: absolute;display: block;width: 36px;height: 36px;content: "";opacity: 0;text-align: center;top: 0;left: 0;z-index: 0;-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;transition: transform .3s ease, background-color .35s, opacity .25s ease;-webkit-transform: scale(0);transform: scale(0);-webkit-border-radius: 50%;border-radius: 50%;}
div.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li.twitter:hover:after     { background-color: #47c0d8 }
div.social-icons li.facebook:hover:after    { background-color: #49699f; }
div.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
div.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
div.social-icons li.rss:hover:after         { background-color: #fe9900; }
div.social-icons li.flickr:hover:after      { background-color: #e82c88; }
div.social-icons li.youtube:hover:after     { background-color: #b72d24; }
div.social-icons li.instagram:hover:after{
background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
.social-icons li a:hover { border-color: transparent; }
.circle-icons li a {display: block;width: 45px;height: 45px;border: 3px solid transparent;font: 0/0 a;cursor: pointer;text-align: center;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all .25s ease;transition: all .25s ease;}
ul.social-icons li.twitter:hover:after     { background-color: #47c0d8; }
ul.social-icons li.facebook:hover:after    { background-color: #49699f; }
ul.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
ul.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
ul.social-icons li.rss:hover:after         { background-color: #fe9900; }
ul.social-icons li.gplus:hover:after       { background-color: #c33d19; }
ul.social-icons li.flickr:hover:after      { background-color: #e82c88; }
ul.social-icons li.instagram:hover:after   { background-color: #517fa3; }
ul.social-icons li.dropbox:hover:after     { background-color: #5da3e8; }
ul.social-icons li.youtube:hover:after     { background-color: #b72d24; }
ul.social-icons li.blogger:hover:after     { background-color: #f38f33; }
ul.social-icons li.evernote:hover:after    { background-color: #73b122; }
ul.social-icons li.dribbble:hover:after    { background-color: #e65992; }
ul.social-icons li.behance:hover:after     { background-color: #18a3fe; }
ul.social-icons li.lastfm:hover:after      { background-color: #be0607; }
ul.social-icons li.skype:hover:after       { background-color: #24b0e4; }
ul.social-icons li.vimeo:hover:after       { background-color: #568799; }
ul.social-icons li.forrst:hover:after      { background-color: #628267; }
ul.social-icons li.digg:hover:after        { background-color: #2882c6; }
ul.social-icons li.appstore:hover:after    { background-color: #606060; }
ul.social-icons li.wordpress:hover:after   { background-color: #33759d; }
ul.social-icons li.stumbleupon:hover:after { background-color: #eb4924; }
ul.social-icons li.deviantart:hover:after  { background-color: #5f7162; }
ul.social-icons li.github:hover:after      { background-color: #7292a2; }
ul.social-icons li.mail:hover:after        { background-color: #65a413; }
.social-icons i {position: relative;font-weight: bold;font-size: 20px;z-index: 3;-webkit-transition: color .35s ease-out;transition: color .35s ease-out;}
.social-icons li i {display: block;line-height: 43px;color: #fff;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 30px;}
.social-icons a:hover i { color: #fff; }

/* Back To Top */
.back-to-top {
  background: #f7ca47;
  border-radius: 50%;
}
.back-to-top {
  position: fixed;
  bottom: 78px;
  right: 30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 59;
}
.back-to-top:hover, .back-to-top.auto {
  color: transparent;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}
.back-to-top:hover:before, .back-to-top.auto:before {
  animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:hover:after, .back-to-top.auto:after {
  animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  background:#fff;
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -2px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.back-to-top:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  color: #fff;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotateZ(45deg);
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
  transform: translateY(50px) rotateZ(45deg);
}
.pulse-button {

  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgb(255 205 4 / 70%);
  border-radius: 50%;
  background-color:#f7ca47;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

@keyframes tipUp {
  0% {
    transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    transform: translateY(-70px) rotateZ(45deg);
  }
}
@keyframes lineUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(-70px);
  }
}

.wide-container {
  max-width: 100%;
  height: 400px!important;
  margin: 0px auto 0 auto;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.empty_box{
  height: 350px;
  position: relative;
  z-index: 8;
  width: 120%;
}
#slides {
  position: relative;
  overflow: visible!important;
}
#slides ul.slides-container li{
  overflow: visible!important;
}
#slides img{
  left: -75px!important;
}

.content_slide {
  color: #fff;
  width: 488px;
  display: block;
  line-height: 25px;
  font-size: 24px;
  position: absolute;
  z-index: 4;
  top: 0;
  margin-left: 0;
  height: 100%;
  padding: 60px;
  background: rgb(228,18,18);
  background: linear-gradient(90deg, rgba(228,18,18,1) 12%, rgba(239,124,32,1) 100%);
}
.content_slide p{
  font-size: 17px;
  line-height: 22px;
}
.content_slide span.title_content {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 31px;
}
.content_slide span.text_content {
  display: block;
}
.slides-pagination{
    width: unset!important;
    right: 0;
}
.content_slide a.simple_link{
  font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #a61b13;
    padding: 13px 20px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 2px solid #eb541c;
    border-radius: 10px;
}
.content_slide a.simple_link:hover{
  background: #EF7C20;
}
a.simple_link{
  font-size: 14px;
  font-weight: 400;
  color: #f7ca47;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
a.simple_link i{
  font-size: 18px;
  position: absolute;
  right: -18px;
  top: 6px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
a.simple_link:hover i{
  right: -25px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.inner_zone{
  padding: 40px 0px;
}
.section-title.left {
  text-align: left;
}
.section-title.right {
  text-align: right;
}
.section-title.center {
  text-align: center;
}
.section-title .sub-heading {
  display: block;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  color: #000;
  line-height: 20px;
}
.section-title .sub-heading::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 4px;
  background: #ef7c21;
  bottom: -11px;
  left: 0;
}
.section-title.center{
  margin: auto;
  text-align: center;
}
.section-title.left .sub-heading{
  padding: 0 45px 0 0;
  margin-right: auto;
}
.section-title.right .sub-heading{
  padding: 0 0 0 45px;
  margin-left: auto;
}
.section-title.center .sub-heading{
  padding: 0 45px;
  margin: 0 auto;
}
.section-title.center .sub-heading::after{
  content: none;
}
.section-title.left .sub-heading::after{
  right: 0;
}
.section-title.right .sub-heading::after{
  left: 0;
}
.vp_word{
  margin-left: -80px;
  font-size: 29px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 32px;
}
.vp_img{
  position: relative;
}
.vp_name{
  position: absolute;
  bottom: 39px;
  left: -6px;
  background: #29418f;
  padding: 2px 8px;
  color: #f7ca47;
  font-size: 10px;
}
.vp_name:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 0 10px;
  border-color: transparent;
  border-left-color: #29418f;
  position: absolute;
  top: 0;
  right: -10px;
}
.vp_name:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 13px 21px 0;
  border-color: transparent;
  border-right-color: #29418f;
  position: absolute;
  top: 0;
  left: -13px;
}
.img_special {
  max-width: unset;
  width: fit-content;
  border-radius: 15px 0 0 15px;
  box-shadow: -15px 12px 20px 4px rgb(0 0 0 / 14%);
}
.relative{
  position: relative;
}
.overlay_bg {
  background: -webkit-gradient(linear,left top,right top,from(rgba(220,40,40,.5)),to(rgba(117,68,221,.5)));
  background: -webkit-linear-gradient(left,rgba(220,40,40,.5) 0,rgba(117,68,221,.5) 100%);
  background: -o-linear-gradient(left,rgba(220,40,40,.5) 0,rgba(117,68,221,.5) 100%);
  background: linear-gradient(90deg,rgba(220,40,40,.5) 0,rgba(117,68,221,.5) 100%);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  -o-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
}
#news{
  margin-top: -62px;
}
#news.inner_zone {
  padding: 160px 40px 50px;
}
#expertise {

}

.exp_zone_left{
  position: absolute;
  left: -370px;
  width: 440px;
  top: 30px;
  z-index: 2;
}
.exp_zone_left h4.title {
  padding-right: 120px;
  margin-bottom: 40px;
}
.exp_zone_inner{
  background: #f7ca47;
  padding:20px 30px 20px 20px;
  box-shadow: -11px 14px 20px 4px rgb(0 0 0 / 12%);
  position: relative;
}
.exp_zone_left p{
  text-align: justify;
  font-weight: bold;
}

ul.list_exp li a{
  display: block;
  color:#4C4C4C;
  font-weight: 600;
  border-bottom: 1px solid #ba9017;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.list_exp li:last-child a{
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
ul.list_exp li a i{
  font-size: 20px;
  text-align: right;
  position: absolute;
  right: 0;
  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: #fff;
}
ul.list_exp li:hover a i{
  right: -5px;
  color: #fff;
  transform:scale(1.5)
}
.box_commision{
  background: #29418f;
  padding: 20px;
  height: 220px;
  position: relative;
  transition-delay: 0.2s;
  transition: all 0.2s;
}
.box_commision a{
  display: block;
  height: 100%;
}
.box_commision h4{
  color:#fff;
}
.box_commision a i{
  position: absolute;
  bottom: 0;
  left: 0;
}
.the-arrow {
  width: 64px;
  transition: all 0.2s;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.the-arrow > .shaft {
  background-color: #f7ca47;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.box_commision:hover a .the-arrow.-right > .shaft {
  width: 55px;
}

.the-arrow.-right > .shaft {
  width: 34px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #f7ca47;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}
.box_com_svg{
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transition: all 0.4s ease;
}

.event_box{
  position: relative;
  height: 400px;
}
.tag_option li{
  display: inline-block;
  margin: 0px 6px 0px 0;
  line-height: 13px;
}
.tag_option li a{
  color: #29418f;
  font-size: 10px;
}
.event_box h5{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.event_box h5::after{
  content: "";
  position: absolute;
  background: #29418f;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 2px;
}
.mini_content{
  margin-bottom: 20px;
  line-height: 18px;
}
.img_box {
  position: absolute;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 170px;
  width: 100%;
  bottom: 0;
}
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color:rgb(41 65 143 / 98%);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  background: #f7ca47;
  font-size: 20px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: #fff;
  border: transparent;
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #f7ca47;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
  padding-right: 65px;
  border-radius: 0px;
}
input:focus, textarea:focus, select:focus{
  outline: none;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  right: 12px;
  color: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);

}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}
.popup-search-box button.searchClose:hover {
  color: #f7ca47;
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.event_inner{
  padding: 25px;
  position: relative;
  background: #fff;
  z-index: 1;
  min-height: 250px;
}
.event_inner::before {
  content: "";
  display: block;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 15px solid #fff;
  z-index: 3;
  position: absolute;
  left: 30px;
  bottom: -15px;
  pointer-events: none;
}
#news .nav {
  float: right;
}
#news .section-title .sub-heading.f_left{
  float: left;
}
#news .nav ul.menu > li > a {
  color: #f7ca47;
}
#news .nav ul.menu li {
  padding: 0 0 0px 0px;
}
#news .nav ul.menu li > ul.sub_menu {
  top: 35px;
  background-color: #f7ca47;
}
#news .nav ul.menu li ul.sub_menu li > a {
  color: #000000 !important;
}
#news .nav ul.menu {
  margin-right: 0px;
}
#news .nav ul.menu li > ul.sub_menu li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 4px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
  color: #000;
}
ul.box_agenda li {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  height: 112px;
  width: 48%;
}
ul.box_agenda li:last-child{
  border-bottom: 0;
}
ul.box_agenda li:hover{
  background: #f7ca47;
}
ul.box_agenda li:hover a.btn_link{
  background: #29418f;
}
.btn_link {
  padding: 5px 10px;
  background: #EF7C20;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
}

.box_agenda .title{
  color: #29418f;
}
.box_agenda .title, .box_agenda .date{
  margin-right: 20px;
  line-height: 16px;
}
.video-item .itembox_vid {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.video-item .itembox_vid a {
  text-decoration: none;
  display: block;
  transition: all .3s ease;
  color: #4C4C4C;
}
.video-item .itembox_vid .video-thumb {
  width: calc(50% - 10px);
  height: 100px;
  margin-right: 10px;
  float: left;
  position: relative;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.video-thumb .cover {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-thumb .cover i {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 10%;
  bottom: 15%;
}
.video-info {
  padding: 10px;
  line-height: 14px;
}
.post-date {
  font-size: 10px;
  margin-top: 10px;
  display: block;
  font-weight: normal;
}
.post-date i{
  margin-right: 10px;
}
.photo-item .itembox_vid {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.photo-item .itembox_vid a {
  text-decoration: none;
  display: block;
  transition: all .3s ease;
  color: #4C4C4C;
}
.photo-item .itembox_vid .photo-thumb {
  width: calc(50% - 10px);
  height: 100px;
  margin-right: 10px;
  float: left;
  position: relative;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.photo-thumb .cover {
  position: absolute;
  width: 100%;
  height: 100%;
}
.photo-thumb .cover i {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 10%;
  bottom: 15%;
}
.photo-info {
  padding: 10px;
  line-height: 14px;
}
ul.footer_list li a{
  font-size: 13px;
  color: #fff;
  line-height: 20px;
}
ul.footer_list li:hover a{
  color: #EF7C20;
}
ul.footer_list li{
  line-height: 18px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 13px;
}
ul.footer_list li ::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: -1px;
  left: -18px;
  font-size: 10px;
  content: '\f105';
}
.copyright{
  text-align: left;
}
.propulse{
  text-align: right;
}
footer .inner_zone{
  padding-bottom: 25px;
  background: #121432;
}
footer .inner_zone .section-title .sub-heading{
  font-weight: 400;
  font-size: 15px;
}
.newsletter{
  background: #29418f;
  padding: 20px;
  height: 100%;
}
.newsletter small{
  color: #fff;
}
.newsletter h4{
  margin: 0;
  color: #fff;
}
.newsletter form{
  display: flex;
  justify-content:space-between
}
.elmt_input{
  width: 100%;
  margin-right: 20px;
}
.exp_zone_right{
  position: relative;
}
.msg{
  position: absolute;
  z-index: 1;
  right: 0;
  transform: translateY(-50%);
  top: 100%;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
  line-height: 61px;
  text-align: right;
}
.popup-search-box ::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box :-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
  opacity: 1;
}
.popup-search-box ::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
  opacity: 1;
}
.popup-search-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.popup-search-box ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.popup-search-box ::placeholder {
  /* modern browser */
  color: #fff;
}
.newsletter_btn{
  background: #f7ca47;
  text-align: center;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  border: transparent;
  margin-top: 6px;
}
footer .nice-select {
  background-color: transparent;
  border-radius: 0;
  border-bottom: solid 1px #e8e8e8;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  margin-bottom: 0;
  padding: 9px 0;
}

footer .logo_partner{
  width: 200px;
  margin: 0 0 0 auto;
}
.sticky_footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  width: 100%;
  font-family: inherit;
  font-weight: 600;
  font-size: 12px;
  height: 41px;
  line-height: 14px;
  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;
  margin-bottom: 16px;
}
.option_btn_menu {
  position: fixed;
  right: 30px;
  bottom: 24px;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  background: #29418f;
  /* border: 2px solid #f7ca47; */
  z-index: 28;
  text-align: center;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 18%);
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  transition: transform 400ms cubic-bezier(.19,1,.22,1);
  transition: transform 400ms cubic-bezier(.19,1,.22,1),-webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  border-radius: 100px;
}
.option_btn_menu i {
  font-size: 24px;
  color: #fff;
  line-height: 53px;
}

.menu_wrapper_tchat {
  position: fixed;
  width: 300px;
  height: auto;
  border-radius: 5px;
  font-weight: 600;
  background: #ef3231;
  overflow: hidden;
  right: 47px;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  visibility: hidden;
  z-index: 27;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  bottom: 40px;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  transform-origin: right bottom;
}
.menu_shown_option .menu_wrapper_tchat {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  pointer-events: all;
  visibility: visible;
}
.menu_wrapper_tchat .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.menu_wrapper_tchat .inner {
  padding: 40px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.close_zone {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
}
ul.menu_nav_tchat {
  padding: 0 0 0 0;
  margin: 0;
}
ul.menu_nav_tchat li {
  display: block;
}
ul.menu_nav_tchat li a {
  font-size: 12px;
  border-radius: 5px;
  font-family: 'Barlow', sans-serif;
  color: #29418f;
  font-weight: 600;
  line-height: initial;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
  border: 2px solid #29418f;
  justify-content: center;
}
ul.menu_nav_tchat li a i {
  margin-right: 16px;
  font-size: 24px;
}
ul.menu_nav_tchat li a p {
  margin: 0;
}
ul.menu_nav_tchat li:hover a{
  background: #29418f;
  color:#fff;
}
.zone_member{
  padding: 20px;
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 20px;
}
.option_btn_menu:hover{
  background: #f7ca47;
  color: #fff;
}
.head .logo{
  width: 270px;
}
.zone_head{
  padding-top: 16px;
}
.elmt_annexe{
  display: flex;
}
.menu-button {

  width: 32px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
  display: none;
  margin: 0 0 0px 20px;
  top: 24px;
  right: 27px;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 3px;
  background: #e51211;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}
.menu-button .line-2 {
  top: 12px;
}
.menu-button .line-1 {
  top: 5px;
}
.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;
}
.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_wrapper {
  position: fixed;
  width: 100%;
  top: 96px;
  height: 100vh;
  font-weight: 600;
  /*min-height: 600px;*/
  background: #ec2532;
  overflow: auto;
  left: 0;
  /* padding: 40px 40px 40px 40px; */
  transform: translateX(-100%);
  opacity: 1;
  z-index: 29;
  -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);
  padding-bottom: 300px
}
.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 .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;
  font-weight: bold;
  text-transform: uppercase;
  /* border-top: 1px solid rgba(255,255,255,0.30); */
  border-bottom: 1px solid #fe5554;
  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;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
.menu_wrapper ul.menu li a .btn.expander {
  background: none;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 19px;
  border-radius: 0px;
  position: absolute;
  top: 10px;
  right: 20px;
  outline: none;
}
.menu_wrapper ul.menu ul.sub_menu {
  padding: 0;
  background: #b11817;
}
.menu_wrapper ul.menu ul.sub_menu li a {
  padding: 10px 50px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  line-height: 17px;
  font-size: 13px;
}
.menu_wrapper ul.menu ul.sub_menu li a:after {
  position: absolute;
  content: " \f101";
  font-family: Font Awesome\ 5 Pro;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 22px;
}
.bg_in.inner_main{
  z-index: 0;
}
.bg_in.inner_main .img_backsite{
  top: 0;
}
#stats .inner_zone{
  padding: 50px 40px 50px;
}
#stats{
  background: #1b2b63;
}
.stat_elmt img{
  margin-right:25px ;
}
.num_inner span {
  font-size: 30px;
  color: #f7ca48;
  line-height: 47px;
  font-weight: bold;
  display: block;
}
.num_inner{
  color: #fff;
  font-weight: bold;
  line-height: 8px;
}
.stat_elmt{
  display: flex;
}
.top_nav{
  display: flex;
  align-items: center;
  justify-content: end;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 13px;
}
.top_nav_list{
  border-right: 1px solid;
}
.top_nav_list li{
  display: inline-block;
  margin-right: 10px;
}
.top_nav_list li a{
  color: #000000;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
}
.top_nav_list li:hover a{
  color: #ee3132;
}
.top_nav_list li.active a{
  color: #ee3132;
}
.lang_list li{
  display: inline-block;
  margin-right: 10px;
}
.lang_list li.active a{
  background: #ee3132;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
}
.lang_list li a{
  color: #000000;
  font-size: 16px;
  letter-spacing: 0px;
}
.btn_link.second{
  font-size: 14px;
  border-radius: 8Px;
  padding: 8px 26px;
  display: inline-block;
  margin: 0 0 auto 0;
}
.btn_link.second:hover{
  background: #ee3132;
  color: #fff;
}
.hover_scale_img{
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hover_scale_img:hover{
  transform: scale(.9);
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.link_to_page{
  font-weight: bold;
  color: #ef7c21;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.link_to_page:hover{
  color: #ee3132;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#project_slider.owl-carousel .owl-stage{
  padding: 0;
}
.back_f{
  position: absolute;
  top: 50%;
  z-index: -1;
  opacity: .07;
  width: 390px;
  transform: translate(54%, -50%);
  right: 50px;
}
.content_text p {
  text-align: justify;
  margin-bottom: 17px;
  line-height: 21px;
  font-weight: 400;
}
.title_tof{
  border-left: 4px solid #ef7c21;
  padding: 0 19px;
  margin-top: 18px;
}
.title_tof h4{
  font-weight: 700;
}
.title_tof span{
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 9px;
}
.services{
  background: #F5F5F5;
}
.mission{
  background-color: #1B1834;
}
.big_title{
  position: relative;
}
h1.big_title{
  font-size: 129px;
  font-weight: 700;
  color: #fff;
  margin-top: 50px;
}
h1.big_title span{
  position: absolute;
  font-size: 30px;
  top: -43px;
  left: 160px;
}
.abs_img{
  position: absolute;
  width: 400px;
  left: 32%;
  transform: translateX(-41%);
  z-index: 0;
  top: -20px;
}
.relative{
  position: relative;
}
.partner, .projet{
  background: #F5F5F5;
}
.info_news {
  padding: 20px 0;
  transition: all .5s ease;
  z-index: 1;
  /* position: absolute; */
  bottom: 0;
  /* border: 1px solid #EFB100; */
}
.box {
  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;
}
.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;
}
.date_news {
  color: #ed8a28;
  font-size: 12px;
  position: relative;
  font-weight: 400;
}
.data_tag a {
  font-weight: bold;
  color: #000;
  font-size: 10px;
  position: relative;
  display: block;
  margin-left: 11px;
}
.news .content_text{
  font-size: 15px;
  line-height: 20px;
}
.news .box a{
  color: #000;
}
.news .box a.btn_link{
  color: #fff;
  font-size: 13px;
}
ul.event_elmt li:hover{
  border: 1px solid #ef3132;
}
ul.event_elmt li{
  display: block;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  -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;
}
ul.event_elmt li a:hover .date_event {
  background: #ef3132;
  -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;
}
ul.event_elmt li a{
  display: flex;
  -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;
}
ul.event_elmt li a .date_event {
  background: #ef7c21;
  text-align: center;
  border-radius: 5px;
  width: 79px;
  height: 80px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -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;
  flex-grow: 0;
  flex-shrink: 0;
}
ul.event_elmt li a .date_event span{
  font-size: 10px;
  display: block;
}
ul.event_elmt li a .content_event{
  font-weight: bold;
  color: #000;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  line-height: 17px;
  justify-content: center;
}
ul.event_elmt li a .content_event span{
  display: block;
  font-size: 15px;
  font-weight: normal;
}

footer h6{
  height: 40px;
  color: #fff;
}
.sub_footer{
  background: #e5e5e5;
  padding: 40px 0;
}
.info ul {
  padding-left: 40px;
  margin: 0;
}
.info li {
  position: relative;
  /* margin-bottom: 16px; */
  padding-bottom: 9px;
  /* border-bottom: 1px solid #e0e0e0; */
  font-size: 14px;
  line-height: 21px;
}
.info li i {
  position: absolute;
  top: 0px;
  left: -34px;
  font-size: 17px;
  color: #ef7c21;
}
.info li span {
  display: block;
  color: #ef7c21;
  font-weight: bold;
}
.bottom_footer{
  background: #EF7C20;
  padding: 15px 0;
}
.copyright{
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
}
footer .social-icons {
    text-align: right;
}
.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #F1416C;
  padding-left: .25rem;
  font-weight: 600;
}
.pactole_form label{
  font-size: 12px;
}
.form__field {
  position: relative;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
  font-size: 14px;
  background-color: #F9F9F9;
}
.form__submit {
  display: inline;
  border: none;
  background: #ed6b22!important;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 700;
  padding: 13px 30px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  width: 100%;
  font-size: 16px;
}
.f_menu {
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 28%);
}
.page_header{
  background: #e61523;
  background: rgb(230,21,35);
  background: linear-gradient(90deg, rgba(230,21,35,1) 0%, rgba(239,124,33,1) 67%);
}
.page_header .inner_zone{
  padding: 20px 0;
}
.box_word{
  background: #F5F5F5;
  padding: 30px;
  height: 100%;
}
.box_word .title_tof {
  width: 320px;
}
.box_grey{
  background: #F5F5F5;
}
.puce_elmt{
  width: 30px;
  margin-right: 20px;
}
.content_text figure{
  flex-grow:0 ;
  flex-shrink:0 ;
}
/*--------------------------------------------------------------------------------------*/
/*                     JQUERY ACCORDION                                            */
/*-------------------------------------------------------------------------------------*/
ul.accordion {
  display: inline;
  float: left;
  width: 100%;
  padding: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  }
ul.accordion li {
  float: left;
  width: 100%;
  border: 1px solid #e0e0e0;
}
ul.accordion .accordion-switch {
  float: left;
  width: 100%;
  background: #ededed;
  margin-bottom: 0px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
  font-size: 12px;
  line-height: 33px;
  padding: 11px 0 10px 0;
  border: 1px solid transparent;
}
ul.accordion li.accordion-item.selected .accordion-switch {
  background-color: #e61423;
  color: #ffffff;
}
ul.accordion.adhesion  li.accordion-item.selected .accordion-switch {
  background-color: #1B1834;
  color: #ffffff;
}
ul.accordion .accordion-switch:hover {
  background: #ef7c21;
  border: 1px solid transparent;
  color: #fff;
}
ul.accordion.adhesion .accordion-switch:hover {
  background: #e61423;
  border: 1px solid transparent;
  color: #fff;
}
ul.accordion li.accordion-item .accordion-switch {
  font-size: 16px;
  float: left;
}
ul.accordion li a:hover {
  text-decoration: underline
}
ul.accordion li.accordion-item .togglegfx {
  float: left;
  height: 20px;
  width: 20px;
  background: #ef7c21 url(../images/accordion-toggle.png) no-repeat center top;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding-right: 0px;
  margin: 6px 13px 3px 13px;
  border-radius: 100%;
}
ul.accordion li.accordion-item:hover .togglegfx {
  background-color: #e61523
}
ul.accordion li.accordion-item .accordion-content {
  padding: 0px 25px 15px 25px;
  margin-top: 14px;
  float: left;
}
ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
  background: #e61523 url(../images/accordion-toggle.png) no-repeat left bottom;
}
.box_service{
  padding: 45px 45px 45px 45px;
  box-shadow: -2px 10px 30px 0px rgba(0,0,0,0.1);
  margin: 40px 0 40px -90px;
  background: #fff;
}
.box_service.black{
  background: #1B1834
}
.box_service.gradient-red-orange{
  background: rgb(228,18,18);
  background: linear-gradient(90deg, rgba(228,18,18,1) 12%, rgba(239,124,32,1) 100%);
}
.box_service.left{
  margin: 40px 0 40px 0px;
}
a.link_elmts{
  color:#E61523 ;
  text-align: right;
  display: block;
  font-weight: 400;
  margin-top: 20px;
}
.box_visa{
  background:#EF7C20;
  padding: 5px;
}
.box_visa h4{
  color: #fff;
  text-align: center;
}
.img_elmts{
  width: 90px;
  padding-right: 20px;
  margin-left: -12px;
  flex-grow:0 ;
  flex-shrink:0 ;
}
.img_elmts img{
  width: 100%;
}
.img_contact{
  position: absolute;
  bottom: -40px;
}
.btn_link.adh{
  margin: 0 20px;
  font-size: 14px;
  border-radius: 8Px;
  padding: 8px 26px;
}
.btn_link.adh:hover{
  color: #fff;
}
.btn_link:hover{
background: #ee3132;
}

.bottom_footer .extra-bold{
 font-weight: 400!important;
}
.info_news h6{
  font-weight: bold;
}
.speech{
  margin-top: 30px;
}
.img_zone{position: relative;}
.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
}
.pagination__item--prev {
  margin-right: 15px;
  margin-left: 0;
}
.pagination__item {
  margin: 0 4px;
  height: 40px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0 10px;
  background: #f1f1f1;
}
.pagination__item i, .pagination__item span {
  display: inline-block;
  color: #818181;
  font-size: 14px;
  line-height: 39px;
  font-weight: 700;
}
.pagination__item.pagination__item--active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background: #121432;
}
.pagination__item.pagination__item--active span{
  color: #fff;
}
.pagination__item:hover span, .pagination__item:hover i{
  color: #043f75;
}
.content_article p{
  text-align: justify;
  margin-bottom: 20px;
}
.news_article .img_news{
  height: 370px;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.aside_box .img_news{
  height: 150px;
}
.aside_box .content_text{
  line-height: 20px;
}
.aside_box ul.event_elmt li a .content_event {
  line-height: 12px;
  font-size: 13px;
}
.aside_box ul.event_elmt li a .content_event span {
  color: #ef3132;
  font-size: 13px;
  margin-top: 10px;
}
ul.blog_elmt{
  padding: 0;
  margin: 0;
}
ul.blog_elmt li{
  margin-bottom: 20px;
}
ul.blog_elmt li:last-child{
  margin-bottom: 0;
}
.blog_elmt .img_news{
  height: 100px;
  width: 100px;
  margin-right: 20px;
  flex-shrink: 0;
}
.blog_info h3{
  margin: 0;
}
.blog_info_desc{
  display: flex;
  align-items: center;
}
ul.blog_elmt li:hover h3 a{
  color: #ef3132;
}
.blog_info h3 a {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  display: block;
}
.avatar_info{
  display: flex;
  align-items: center;
}
.avatar_info .img_news{
  height: 30px;
  width: 30px;
  border-radius: 100px;
  margin-right: 10px;
}
.avatar_name{
  font-size: 10px;
}
.event h6{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.event .date_event {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 30px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -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;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 20px;
  border: 1px solid #c9c8c8;
  line-height: 30px;
}
.event .date_event  span{
  font-size: 13px;
}
.event .img_news{
  height: 100%;
}
.event .info_news{
  padding: 0;
}
.event .info_news p{
  line-height: 20px;
}
.event .info_news a.btn_link{
  margin-top: 18px;
  display:inline-block;
}
.event .info_news:hover a.btn_link{
  color:#fff;
}
.separator_login {
  -webkit-box-align: center !important;
  display: flex !important;
  align-items: center !important;
  margin: 8px 0px !important;
  width: 100%;
}
.separator_login span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 7px!important;
  line-height: 9px;
  color: #a2a2a2;
}
.separator_login::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  background-color: rgb(221, 221, 221) !important;
  margin-right: 16px !important;
}
.separator_login::after {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  background-color: rgb(221, 221, 221) !important;
  margin-left: 16px !important;
}
.event.details .img_news{
  height: 400px;
  margin-bottom: 30px;
}
.event.details .date_event {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
  width: 220px;
  background: #fff;
}
.event.details h6{
  font-size: 24px;
  line-height: 33px;
}
.event.details .info_news p{
  text-align: justify;
  margin-bottom: 20px;
}
.event .info_news span{
  display: block;
  font-size: 12px;
  margin: 8px 0;
}
.event .info_news span i{
  margin-right: 10px;
}
.blog .img_news{
  height: 300px;
  margin-bottom: 20px;
}
.blog_title{
  font-size: 20px;
  color: #ef3132;
  line-height: 20px;
}
.blog_content{
  color: #000;
  line-height: 20px;
}
.blog a{
  margin-bottom: 40px;
  display: block;
}
.blog:last-child a{
  margin-bottom: 0;
}
a:hover .blog_title{
  color: #ef7c21;
}
a:hover .blog_title
.blog_info span{
  display: block;
  font-size: 10px;
  color: #a2a2a2;
  margin-top: 10px;
}
a.link_blog:hover .img_news{
  opacity: 0.6;
}
.blog_content p{
  text-align: justify;
  margin-bottom: 20px;
}
.gradient_text {
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, #E86201, #E86201 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.box_pack {
  padding: 14px 0;
}
.pack_title {
  padding: 0px 80px;
  font-size: 18px;
  line-height: 23px;
}
.pack_price {
  font-size: 30px;
  font-weight: bold;
}
.pack_description{
    padding: 20px;
    text-align: center;
}
.content_get_society_packages input[type="radio"] {
  display: none;
  &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }
}
.content_get_society_packages label {
  height: 100%;
  display: flex;
  background: white;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
  border: 1px dashed #000;
  border-radius: 20px;
  align-items: center;
  padding: 20px 10px;
}
.content_get_society_packages input[type="radio"]:checked + label {
  background: hsl(21.58deg 84.94% 53.14%);
  color: hsla(215, 0%, 100%, 1);
  box-shadow: 0px 0px 20px hsl(21.58deg 84.94% 53.14%);
  border: 1px dashed #fff;
}
/*.content_get_society_packages input[type="radio"]:checked + label::after {
  color: #ed6b22;
  font-family: Font Awesome\ 5 Pro;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}*/
.box_pack.other input {
  font-size: 27px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  color: #fff;
  padding-right: 0;
  border-radius: 0px;
  font-weight: bold;
}
.content_get_society_packages .box_pack.other input::placeholder {
  color:white;
  opacity: 1; /* Firefox */
}

.content_get_society_packages .box_pack.other input::-ms-input-placeholder { /* Edge 12 -18 */
  color:white;
}

.unit {
  font-size: 13px;
  line-height: 0px;
}
.z_left{
  width: 60vw;
}
.zone{
  display: flex;
}
.zone .z_left{
  padding: 45px 60px 60px 60px;
  overflow-y: auto;
  background-color: #fff;
  height: 100vh;
}
input:focus{
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ed6b22;
  outline-width: 0;
  background: #ffffff;
  -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;
}
input::placeholder, input[type="date"]::placeholder, input[type="date"]::placeholder{
  color: #969696;
}
select:disabled { color: #969696; }
.pactole_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 37px;
}
.pactole_form .select2-container--default .select2-selection--single {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 9px;
}
.pactole_form .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 14px;
}
.pactole_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.pactole_form .select2-container{
  width: 100% !important;
}
.pactole_form .form-check-input[type=radio] {
  transform: scale(1.5);
}
.pactole_form .form-check-input:checked {
  background-color: #f5651c;
  border-color: #f65a03;
}
.z_right{
  margin: 0;
  width: 40vw;
  flex: 1;
  position: relative;
  background-color: rgba(255, 165, 0);
  overflow: hidden;
  height: 100vh;
}
.logo_1{display: none;}
.form-check .form-check-input {
  float: left;
  margin-right: 20px!important;
}
.box_elmt_form{
  background: #f0f0f0;
  border-radius: 10px;
}
#other_field{
  margin-left: 90px;
}
.conditions_prelevement {
  padding: 30px;
  border: 1px dashed #eb651e;
  border-radius: 15px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.z_left::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.z_left {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/*-----responsive site style-----*/
@media (max-width: 575.98px) {
  .z_right{display: none;}
  .z_left{width: 100%;}
  .zone .z_left { padding: 45px 30px 60px 30px;}
  .logo_1{display: block; width: 200px; margin: 0 auto;}
  .logo_2{display: none;}
  .pack_title {padding: 0px 20px;font-size: 18px;line-height: 21px;}
  .pack_price {font-size: 24px;}
  .box_pack.other input{font-size: 17px;}
  .z_left h4{text-align: center;}
  #other_field { margin-left: 20px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .z_right{display: none;}
  .z_left{width: 100%;}
  .zone .z_left { padding: 45px 30px 60px 30px;}
  .logo_1{display: block; width: 200px; margin: 0 auto;}
  .logo_2{display: none;}
  .pack_title {padding: 0px 80px;font-size: 18px;line-height: 21px;}
  .pack_price {font-size: 24px;}
  .box_pack.other input{font-size: 24px;}
  .z_left h4{text-align: center;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .z_right{display: none;}
  .z_left{width: 100%;}
  .zone .z_left { padding: 45px 30px 60px 30px;}
  .logo_1{display: block; width: 200px; margin: 0 auto;}
  .logo_2{display: none;}
  .pack_title {padding: 0px 80px;font-size: 18px;line-height: 21px;}
  .pack_price {font-size: 24px;}
  .box_pack.other input{font-size: 24px;}
  .z_left h4{text-align: center;}

}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .z_right{display: none;}
  .z_left{width: 100%;}
  .zone .z_left { padding: 45px 30px 60px 30px;}
  .logo_1{display: block; width: 200px; margin: 0 auto;}
  .logo_2{display: none;}
  .pack_title {padding: 0px 80px;font-size: 18px;line-height: 21px;}
  .pack_price {font-size: 24px;}
  .box_pack.other input{font-size: 24px;}
  .logo_1{display: none}
  .logo_2{display: block;}
}
@media only screen and  (min-width: 1200px) {

}


