@font-face {
    font-family: 'Redzone Medium SemiCondensed';
    src: url('../fonts/Redzone/Redzone-MediumSemiCond.woff2') format('woff2'),
    url('../fonts/Redzone/Redzone-MediumSemiCond.woff') format('woff'),
    url('../fonts/Redzone/Redzone-MediumSemiCond.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;  
  color: #011f32;
}

a {
  /* color: #106eea; */
  color: #0d1f2b;
  text-decoration: none;
}

a:hover {
  color: #fd4f00;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
.text-justify{
	text-align: justify !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #0d1f2b;
  transition: all 0.5s;
  z-index: 997; 
}

#header.fixed-top {
  height: 70px;
}

#header.sticked{
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	top: 0 !important;
	width:100% !important;
}
#header .princip_menu{
	display:flex;
	align-items:center;
	justify-content: center;
}
#header.sticked .princip_menu{

	justify-content:space-between;
}

#header.home_fixed{
	position:fixed;
	right:0;
	top:0;	
}
#header.page_fixed{
	position:fixed;
	right:0;
	top:25px;	
	width:100%;
}
#header.home_fixed.sided{
	width:75%;
}

#header .logo {
	margin: 0;
  padding: 0;
  position: absolute;
}
#header.home_fixed .logo {
	display:none;
  left: 18px;
  top: 0px;
}
#header.page_fixed .logo{
	left: 8%;
  top: -25px;
}
#header.sticked .logo {
	display:block;
	left: 18px;
  top: 0px;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header.home_fixed .logo img {
  max-height: 200px;
}
#header.page_fixed .logo img {
  max-height: 150px;
}
#header .contact_navs{
	/* display:none; */
}
#header.sticked .contact_navs{
	display: block;
}

.scrolled-offset {
  margin-top: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 15px 25px;
}
.navbar>ul>li.nav_hide{
	display:none;
}
#header.sticked .navbar{
	margin-left: 20rem;
}
#header.page_fixed .navbar {
    margin-left: 20rem;
}
#header.sticked .navbar>ul>li.nav_hide{
	display:block;
}
#header.sticked .special_navs{
	display:none;
}

.navbar a{
	font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar .nav-link.active{
	color:#fd4f00
}
.navbar a:focus {
	color: #fff;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* .navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
} */

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff; 
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -10%;
  top: calc(100% + 30px);
  margin: 0;
  /* padding: 10px 0; */
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li:last-child{
	padding-bottom:5px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
	color:#0d1f2b;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

/* .navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
} */
.navbar .dropdown ul li:hover{
	background:#fd4f00;
}
.navbar .dropdown ul li:hover>a{
	color:#fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 850px;
  position: relative;
}

/* #hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

#hero .container {
  position: relative;
}

/* #hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
} */

/* #hero h1 span {
  color: #106eea;
} */

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section, .section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 45px;
}
.section-title.left{
	text-align: left;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

/* .section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
} */

.section-title h3 span {
  color: #106eea;
}

.section-title .h_title{
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 700;
    padding: 22px 40px;
    margin: 0;
    color: #fd4f00;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.section-title.left .h_title{
	padding: 22px 40px 22px 0;
}
.section-title .h_title:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:3px solid #fd4f00;
	-webkit-animation-name: separatorBefore;
    animation-name: separatorBefore;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
@keyframes separatorBefore {
	0% { width:0;}
	100% { width:100%;}
}

.section-title p {
  margin: 30px auto 0 auto;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
	height: 450px;
    object-fit: cover;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  /* border-bottom: 1px solid #d4e5fc; */
  /* margin-bottom: 20px;
  padding-bottom: 20px; */
	
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}
.faq .faq-list .faq_head {
  display: block;
  position: relative;
  /* font-family: #106eea; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 50px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
	background: #FD4F00;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
		font-family: 'Roboto Condensed', sans-serif;
		
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
	    height: 100%;
    width: 40px;
    background: #0d1f2b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .faq-list .collapsed i{
	background: #FD4F00;
}

.faq .faq-list p {
  margin-bottom: 0;
  /* padding: 10px 0 0 25px; */
}

.faq .faq-list .faq_content{
	background: #F1F9FF;
	padding: 30px;
    padding-top: 20px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
 background: #0d1f2b;
}

.faq .faq-list .collapsed:hover {
  /* color: #106eea; */
}

.faq .faq-list .collapsed .icon-show {
  display: flex;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
.faq .faq-list .faq-btn{
	    display: inline-block;
    text-align: right;
    margin-left: auto;
    margin-top: 12px;
    padding: 8px 20px;
    background: #FD4F00;
    color: #fff;
		transition: 0.6s;
}
.faq .faq-list .faq-btn:hover{
	background: #0d1f2b;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.section_contact2 .contact_box {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  background: #fff;
}

.section_contact2 form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.section_contact2 form .error-message br+br {
  margin-top: 25px;
}

.section_contact2 form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.section_contact2 form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.section_contact2 form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.section_contact2 form .form-group, .candidSpon_form form .form-group{
  margin-bottom: 20px;
}

.section_contact2 form input,
.section_contact2 form textarea,
.section_contact2 form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
	
}

.section_contact2 form input:focus, .candidSpon_form form input:focus
.section_contact2 form textarea:focus,
.section_contact2 form select:focus {
  border-color: #106eea;
	box-shadow:none;
}

.section_contact2 form input,  .section_contact2 form select{
  padding: 10px 15px;
}

.section_contact2 form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}
.section_contact2 .contact_left .btn_style1 i, .candidSpon_form .btn_style1 i{
	font-size: 26px;
    right: 12px;
    top: 46%;
}

.section_contact2{
	position:relative;
	margin-top: -13rem;
	background: url(../images/bg2.webp) no-repeat;
    background-position: right bottom;
    background-size: 50%;
}

.section_contact2 .contact_left .h3{
	font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 65px;
    color: #fd4f00;
    text-transform: uppercase;
    position: relative;
		text-align:center;
}
.section_contact2 form label, .candidSpon_form form label{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
    margin-bottom: 10px;
}

.section_contact2 .contact_left{
	    padding: 50px;
}
.section_contact2 .contact_right{
	    padding: 50px;
			background: #0D1F2B;
			height:100%;
}
.section_contact2 .contact_right ul li{
	color: #fff;
	text-align: center;
    margin-bottom: 40px;
}
.section_contact2 .contact_right ul li i{
	font-size: 32px;
    color: #fd4f00;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fd4f00;
		margin-bottom: 10px;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0d1f2b;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  /* padding: 60px 0 30px 0; */
  background: url("../images/bg3.webp") no-repeat;
  background-position: center center;
  background-size: cover;
}
#footer .footer-top .side1_4{
	background: rgba(253,79,0,0.9);
}
#footer .footer-top .side3_4{
	background: rgba(13,31,43,0.9);
	    padding: 6rem 3rem;
}

#footer .footer-top .footer-contact {
  color: #fff;
	padding: 25px 18px;
}
#footer .footer-top .footer-contact ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-contact ul li{
	padding: 6px 0;
    display: flex;
    
}
#footer .footer-top .footer-contact ul li i{
	margin-right: 10px;
    font-size: 16px;
}

#footer .footer-top .footer-contact .h4 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}
#footer .footer-top .footer-about .h4{
	font-size: 22px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
	color:#fd4f00;
	font-family: 'Roboto Condensed', sans-serif;
}
#footer .footer-top .footer-about p{
	text-align:justify;
	color:#fff;
}

#footer .footer-top .footer-socials p{
	font-size:18px;
	font-weight:600;
	color:#fff;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding-left: 38px;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: #fd4f00;
	font-size: 16px;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #fff;
	border:2px solid #fff;
  line-height: 36px;
  margin-right: 4px;
  border-radius: 100%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.social-links a:hover {
  border-color: #fd4f00;
  color: #fd4f00;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
/*========================================*/

.sides{
	display:flex;
}
.side1_4{
	flex: 0 0 auto;
    width: 25%;
}
.side3_4{
	flex: 0 0 auto;
    width: 75%;
}
.side1_4, .side3_4{
	height:auto;
}
.special_navs{
	
}
.special_navs ul{
	list-style:none;
	padding-left:0;
	display:flex;
	margin-bottom: 0;
	    margin-left: 45px;
}
.special_nav{
	padding: 15px 60px !important;
	flex: 0 0 auto;
    width: 50%;
		    display: flex;
    align-items: center;
    justify-content: center;
}
.special_nav a{
	    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
		font-size: 18px;
		color:#fff;
		white-space: nowrap;
    transition: 0.3s;
    position: relative;
}
.special_nav a:hover {
	color:#fff;
}
.special_nav#nav_1{
	background:#263641;
}
.special_nav#nav_2{
	background:#fd4f00;
}
.special_nav#nav_1 .nav-link.active{
	
	color:#fd4f00;
}
.special_nav#nav_2 .nav-link.active{
	color:#263641;
}

.contact_navs{}
#header.sticked .contact_navs ul{
	margin-left: 45px;
}
#header.sticked .contact_navs ul li{
	background: #fd4f00;
}
#header.sticked .contact_navs ul li a{
	font-size: 18px;
}
.contact_navs ul{
	list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.contact_navs ul li{
	padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
		background: #263641;
		transition: 0.3s;
}
.contact_navs ul li:hover{
	background: #263641;
}
.contact_navs ul li a{
	display: flex;
    align-items: center;
    justify-content: center;
		font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}
.contact_navs ul li a i{
	    margin-right: 6px;
    font-size: 26px;
    transform: rotate(45deg);
}

.heroSwipier{
	height: 100%;
	width: 100%;
}
.heroSwipier .swiper-slide img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.heroSwipier .swiper-slide .swiper-content{
	position: absolute;
    top: 40%;
    right: -13%;
		
}
.heroSwipier .swiper-slide.swiper-slide-active .swiper-content{
	-webkit-animation: fadeInDown 1s both 0.2s;
  animation: fadeInDown 1s both 0.2s;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.heroSwipier .swiper-slide:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	background: -moz-linear-gradient(left, rgba(33,21,6,0) 0%, rgba(5,3,2,0.34) 100%);
	background: -webkit-linear-gradient(left, rgba(33,21,6,0) 0%,rgba(5,3,2,0.34) 100%);
	background: linear-gradient(to right, rgba(33,21,6,0) 0%,rgba(5,3,2,0.34) 100%);
}
.heroSwipier .swiper-slide .h1{
	margin: 0;
    font-size: 40px;
    line-height: 60px;
    color: #fd4f00;     
    text-transform: uppercase;
    transform: rotate(90deg);
		font-family: 'Redzone Medium SemiCondensed';
}
.heroSwipier .swiper-slide .h1 span{
	color: #1c1c1a; 
	text-transform: initial;
	
}
.heroSwipier .swiper-button-next, .heroSwipier .swiper-button-prev{
	color: #fff;
    background: #fd4f00;
		width:70px;
		height:70px;
		top: auto;
	bottom:0;	
}
.heroSwipier .swiper-button-next{
	right: 0;
}
.heroSwipier .swiper-button-prev{
	left:auto;
	right: 70px;
}
.logo_side{
	height: 45%;
}
.logo_side img{
	    width: 78%;
    margin: 0 auto;
    display: block;
}
.recrut_side{
	height: 55%;	
  background: url("../images/bg1.webp") no-repeat;
  background-position: center center;
  background-size: cover;
	/* display:flex;
	align-items:center;
	justify-content:center;
	flex-direction: column; */
	position:relative;
}
.recrut_side .recrut_side_content{
	padding: 42px 65px;
}
.recrut_side .recrut_h2{
	position: relative;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 46px;
		line-height: 46px;
    margin-bottom: 6px;
}
.recrut_side .recrut_h1{
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
    font-weight: 800;
    font-size: 85px;
    line-height: 70px;
}
.recrut_side .recrut_h1:before, .recrut_side .recrut_h1:after{
	content:'';
	position:absolute;
	border-top: 3px solid #fd4f00;
	right:0;
}
.recrut_side .recrut_h1:before{
	width: 65%;
    top: -26px;
}
.recrut_side .recrut_h1:after{
	width: 100%;
    bottom: -18px;
}
.recrut_side .recrut_h3{
	    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 25px;
}
.recrut_side p{
	color:#fff;
	text-align:justify;
}
.recrut_side .recrut_link{
	position: absolute;
    bottom: 8px;
    left: 0;
		height:60px;
		background: #fff;
    width: 100%;
		transition: all 0.4s;
}
.recrut_side .recrut_link a{
	    color: #fd4f00;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
		align-items: center;
    padding-left: 65px;
		transition: all 0.4s;
}
.recrut_side .recrut_link a i{
	color:#fff;
	font-size:55px;
	background:#fd4f00;
	height:60px;
	width:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition: all 0.4s;
}
.recrut_side .recrut_link:hover a{
	color:#0d1f2b;
}
.recrut_side .recrut_link:hover a i{
	background:#0d1f2b;
}
.wid_image{
	width:100%;
	height:100%;
	object-fit:cover;
}
.qui_sommes .section-content p{
	font-size:18px;
}

.btn_style1{
	    background: #fd4f00;
    color: #fff;
    transition: all 0.4s;
    font-weight: 600;
    font-size: 18px;
    padding: 16px 45px 16px 32px;
    position: relative;
		box-shadow:none;
		outline:none;
		border:none;
}
.btn_style1 i{
	    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.btn_style1:hover{
	background:#0d1f2b;
	color:#fff;
}
.ml-auto{
   margin-left: auto !important;
}
.zone_valeurs{
	text-align:center;
	background: #fd4f00;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:20px;
	height:100%;
}
.zone_valeurs p{
	color:#fff;
	font-size:22px;
	margin-bottom: 5px;
}
.zone_valeurs .h3{
	font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 52px;
    line-height: 50px;
		text-transform:uppercase;
}
.valeurs_icons{
	background: #0d1f2b;
	    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 20px;
}
.valeurs_icons .val_item{
	margin-bottom:20px;
}
.valeurs_icons .val_item .val_icon{
	height:80px;
	width:80px;
	border-radius:100%;
	margin: 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	background: rgba(255,255,255,0.1);
	transition: all 0.4s;
}
.valeurs_icons .val_item .val_icon img{
	height:45px;
	filter: brightness(0) invert(1);
}
.valeurs_icons .val_item p{
	font-size:18px;
	color:#fff;
	padding-top:20px;
	text-align:center;
}
.valeurs_icons .val_item:hover .val_icon{
	background:#fd4f00;
}

.nos_activites{
	background: url("../images/bg2.webp") no-repeat;
  background-position: right bottom;
  background-size: contain;
	padding-bottom: 6rem;
}
.activites_icons .activ_item{
	text-align:center;
	background:#fff;
	border:1px solid #dcd9d9;
	position:relative;
	padding: 45px 35px 55px 35px;
	box-shadow:none;
	transition: all 0.4s;
}
.activites_icons .activ_item .activ_icon{}
.activites_icons .activ_item .activ_icon img{
	height:128px;
	margin: 0 auto;
	display:block;
	transition: all 0.4s;
}
.activites_icons .activ_item .h3{
	font-size: 20px;
    padding: 20px 0px;
}
.activites_icons .activ_item .h3 a{
	color:#011f32;
}
.activites_icons .activ_item .btn-more{
	position:absolute;
	bottom:-25px;
	left:50%;
	transform: translateX(-50%) scale(0);
	color:#fff;
	background:#fd4f00;
	padding:12px 32px;
	font-weight: 500;
	opacity:0;
	visibility:hidden;
	transition: all 0.4s;
}
.activites_icons .activ_item:hover{
	border-color:#fd4f00;
	box-shadow: -8px 10px 34.3px 0.7px rgba(18, 18, 18, 0.23);
}
.activites_icons .activ_item:hover .activ_icon img{
	filter: grayscale(1);
}
.activites_icons .activ_item:hover .btn-more{
	transform: translateX(-50%) scale(1);
	opacity:1;
	visibility:visible;
}
.nos_actualites, .bgGrey{
	background:#e3e7e7;
}
.actua_item{
	    height: 310px;
			position:relative;
			transition: all 0.4s;
}
.actua_item .metaDate{
	position: absolute;
	background: #fd4f00;
    padding: 8px 20px;
    color: #fff;
		left:0;
		top: 20px;
		font-size:14px;
}

.actua_item .h3{
	margin: -40px 25px 0 25px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
.actua_item .h3 a{
	    background: #0d1f2b;
    text-align: center;
    color: #fff;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
		padding: 10px;
		transition: all 0.4s;
}
.actua_item:hover{ transform: translateY(-10px);}
.actua_item:hover .h3 a{
	background: #fd4f00;
}

.bandeau_pages{
		display: block;
    position: relative;
    width: 100%;
    height: 350px;
		background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.aboutus_zone{
	position:relative;
	height:500px;
	width: 420px;
  margin: 0 auto;
}
.aboutus_zone:before{
	content:"";
	position:absolute;	
    width: 10px;
    background: #fd4f00;
    border-radius: 10px;
    right: -26px;
    top: 0;
		-webkit-animation-name: aboutus_zone_Before;
    animation-name: aboutus_zone_Before;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
@keyframes aboutus_zone_Before {
	0% {height:0;}
	100% {height: 250px;}
}
.aboutus_zone .img1, .aboutus_zone .img2{
	border-radius: 20px;
	object-fit:cover;
}
.aboutus_zone .img1{
	height:100%;
	height:100%;
}
.aboutus_zone .img2{
	    height: 275px;
    width: 275px;
    position: absolute;
    bottom: -55px;
    right: -55px;
}
.aboutus_zone .img3{
  height: 275px;
  width: 275px;
  position: absolute;
  right: -350px;
}
.aboutus_zone .experience_zone{
	background:#fff;
	padding:10px 35px;
	display:inline-block;
	position:absolute;
	bottom:-10px;
	left: -30px;
	box-shadow: 0px 6px 20.16px 3.84px rgba(60, 60, 60, 0.31);
}
.aboutus_zone .experience_zone p:first-child{
	margin-bottom:0;
	text-align:right;
}
.aboutus_zone .experience_zone p:last-child{
	font-size: 62px;
  line-height: 62px;
	font-weight:600;
	color: #fd4f00;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:0;
	margin-top: -10px;
}
.presentation_section1{
	background: url("../images/bg4.webp") no-repeat;
  background-position: left bottom;
  background-size: 36%;
	padding-bottom: 8rem;
	padding-top: 5rem;
}
.whyus_item{
	background: #fff;
	position:relative;
	padding: 35px;
	padding-top:80px;
	box-shadow: 0px 6px 31.92px 6.08px rgba(60, 60, 60, 0.17);
	width:100%;
}
.whyus_item.selected{
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.whyus_item.selected:before{
	content:"";
	position:absolute;	
  width: 100%;
  height: 100%;
  background: #fd4f00;
	top:0;
	left:0;
	opacity:0.8;
}
.whyus_item .whyus_title{
	position:absolute;
	display:inline-block;
	min-width: 185px;
	background: #fd4f00;
	color:#fff;
	font-weight:600;
	padding:5px 20px;
	top:20px;
	left:0;
}
.whyus_item.selected .whyus_title{
	background: #fff;
	color:#fd4f00;
}
.whyus_item ul li{
	padding-bottom:10px;
}
.whyus_item.selected ul li{
	color: #fff;
	position:relative;
}

.bg_bleuLight{
	background: #d2e4f2;
}
.history_zone{
	display: flex;
	margin: 7rem 3rem;
	position:relative;
}
.history_zone:after{
	content: "";
	position: absolute;
	background: #fd4f00;
    bottom: 50%;
		left:65px;
    display: block;
    height: 2px;
		transform: translateY(50%);
		-webkit-animation-name: history_point_Annim;
    animation-name: history_point_Annim;
    -webkit-animation-duration: .10s;
    animation-duration: .10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
@keyframes history_point_Annim {
	0% {width:0;}
	100% {width: 95%;}
}
.history_zone .history_item{
	flex: 1;
	text-align: center;
	position: relative;
}
.history_zone .history_item .history_content{
	height: 100%;
	font-size:14px;
	display: flex;
    position: relative;
    flex-direction: column;
}
.history_zone .history_item .history_content .event{
	padding-bottom: 150px;
}
.history_zone .history_item .history_content .date{
	position: absolute;
    bottom: 0;
}
.history_zone .history_item.bas .history_content .event{
	position: absolute;
    bottom: 0;
    padding: 0;
}
.history_zone .history_item.bas .history_content .date{
	bottom: auto;
    top: 30%;
}
.history_zone .history_item span{
	height: 10px;
	width: 10px;
	background: #fd4f00;
	display: flex;
	position: relative;
	border-radius: 100%;
	margin: 3px auto;
	transition: 0.3s all;
}
.history_zone .history_item:hover span{
	transform: scale(1.3);
}

.history_zone .history_item .history_point{
	display: block;
    width: 100%;
    position: relative;
}
.history_zone .history_item .history_point:after,
.history_zone .history_item .history_point:before{
	content: "";
	position: absolute;
	left:50%;
	height:50px;
	border-right:2px dashed #fd4f00;
	transform: translateX(-50%);
}
.history_zone .history_item .history_point:after{
	bottom: -50px;
}
.history_zone .history_item .history_point:before{
	bottom: 0;
} 
.history_zone .history_item .history_point span:after,
.history_zone .history_item .history_point span:before{
	content: "";
	position: absolute;
  border-radius: 100%;
	
}
.history_zone .history_item .history_point span:after{
	border: 2px solid #fd4f00;
	height: 20px;
	width: 20px;
	left: -50%;
    top: -50%;
}
.history_zone .history_item .history_point span:before{
	border: 1px dashed #fd4f00;
	height: 30px;
    width: 30px;
		left: -100%;
    top: -100%;   
}
.history_zone .history_item .history_event, .history_zone .history_item .history_date{
	position: absolute;
	width:100%;
	text-align:center;
}
.history_zone .history_item .history_event{
	font-size:14px;
}
.history_zone .history_item .history_event p, 
.history_zone .history_item .history_date p{
	position:relative;
	margin: 10px 0;
}
.history_zone .history_item .history_event p:before{
	content: "";
	position: absolute;
	background: #fd4f00;
	height:15px;
	width:15px;
	border-radius:100%;
	left:50%;
	transform: translateX(-50%);
}
.history_zone .history_item.haut .history_event p:before{
	bottom: -22px;
}
.history_zone .history_item.bas .history_event p:before{
	top: -22px;
}
.history_zone .history_item .history_date p{
	font-size:18px;
	font-weight:700;
	color:#fd4f00;
	font-family: 'Cabin', sans-serif;
}
.history_zone .history_item.haut .history_event{	
	bottom: 50px;
}
.history_zone .history_item.haut .history_date{
	bottom: -80px;
	
}
.history_zone .history_item.bas .history_event{	
	top: calc(100% + 60px);
}
.history_zone .history_item.bas .history_date{
	bottom: 50px;
}
.presentation_section4{
	padding-bottom:11rem;
}
.qualif_item{
	background:#fff;
	padding: 36px;
	height: 100%;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	transition: 0.3s all;
}
.qualif_item .h4{
	transition: 0.3s all;
}
.qualif_item p{
	text-align:center;
	font-size:15px;
	transition: 0.3s all;
}
.qualifelec_img{
	 margin: 0 auto;
   height: 400px;
}
.qualif_item:hover{
	background: #fd4f00;
}
.qualif_item:hover .h4, .qualif_item:hover p{
	color: #fff;
}
.CustomTable{
	width: 100%;
    margin-bottom: 26px;
}
.CustomTable thead{
	background: #28364f;
	color: #fff;
}
.CustomTable thead tr th{
	padding: 15px;
    background: #28364f;
    color: #fff;
		text-align: center;
}
.CustomTable thead tr th:first-child{
	border-radius: 40px 0 0 0;
	border-right:1px solid #e5f1ff;
}
.CustomTable thead tr th:last-child{
	border-radius: 0 40px 0 0;
}
.CustomTable.lastTab thead tr th{
	/* height:80px; */
}
.CustomTable.lastTab thead tr th:first-child{
	border-radius: 40px 40px 0 0;
}
.CustomTable tbody tr{
	background: #fff;
}
.CustomTable tbody tr td:first-child{
	border-right:1px solid #bfd3eb;
}
.CustomTable tbody tr:nth-child(even){
	background: #e5f1ff;
}
.CustomTable tbody tr:last-child{
	
}
.CustomTable tbody tr:last-child td:first-child{
	border-radius: 0 0 0 40px;
	padding-bottom:30px;
}
.CustomTable tbody tr:last-child td:last-child{
	border-radius: 0 0 40px 0;
	padding-bottom:30px;
}
.CustomTable tbody tr td{
	padding: 10px 20px;
}
.CustomTable.lastTab tbody tr:last-child td{
	border-radius: 0 0 40px 40px;
	padding-bottom:45px;
	border-right:none;
}

.activ_sidebar li{
	position:relative;
}
.activ_sidebar li a{
	color: #011f32;
	padding: 10px 25px;
    background: #e3e7e7;
    margin-bottom: 5px;
    border-left: 6px solid #fd4f00;
    display: block;
}
.activ_sidebar li.active a{
	color: #fff;
	background: #fd4f00;
}
.activ_sidebar li.active:after{
		content: "";
    position: absolute;
    border-left: 12px solid #fd4f00;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
}
.activ_sidebar .recrut_side{
	height: auto;
}
.activ_sidebar .recrut_side .recrut_side_content {
    padding: 25px 30px 75px 30px;
}
.activ_sidebar .recrut_side .recrut_h2{
	font-size: 32px;
    line-height: 32px;
}
.activ_sidebar .recrut_side .recrut_h1{
	font-size: 60px;
    line-height: 60px;
}
.activ_sidebar .recrut_side .recrut_h3{
	font-size: 25px;
	margin-top: 30px;
    margin-bottom: 20px;
}
.activ_sidebar .recrut_side .recrut_link a{
	    font-size: 18px;
			padding-left: 35px;
}
.activ_sidebar .recrut_side p {
	font-size: 14px;
}
.activ_sidebar .recrut_side .recrut_link {
    height: 50px;
}
.activ_sidebar .recrut_side .recrut_link a i{
	font-size: 45px;
    height: 50px;
    width: 50px;
}
.activ_sidebar .recrut_side .recrut_h1:before {
    width: 65%;
    top: -22px;
}
.orangeCadre{
	background: #fd4f00;
	padding: 45px 26px;
	height: 370px;
	position: relative;
    margin-top: -18rem;
}
.imageCadre{
	height: 370px;
	overflow: hidden;
}
.imageCadre img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.topImage{
	    height: 450px;
    overflow: hidden;
    width: 100%;
}
.topImage img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.contentCadre{
	padding:30px 20px 30px 45px;
}
.contentCadre .h4{
	color: #fd4f00;
}
.actua_itemTop img{
	    width: 100%;
    height: 450px;
    object-fit: cover;
}
.actua_itemTop .bref_actu{
	    width: 90%;
    margin-top: -55px;
    background: #fff;
    position: relative;
}
.actua_itemTop .bref_actu .bref_title{
	    display: flex;
    align-items: center;
}
.actua_itemTop .bref_actu .bref_title .date{
	background: #fd4f00;
	    padding: 16px 80px;
    color: #fff;
    margin-right: 45px;
		    margin-left: -35px
}
.actua_itemTop .bref_actu .bref_title .h3{
	padding-top: 12px;
}
.actua_itemTop .bref_actu .bref_title .h3 a{
	color: #011f32;
	text-align:center;
}
.actua_itemTop .bref_actu .bref_content{
	padding:30px;
}
.actu_princip, .actu_thumbs{
	position:relative;
}
.actu_thumbs{
		padding: 30px 0 90px 0;
}
.actu_thumbs .swiper-pagination{
	bottom: 0;
}
.actua_itemTop .bref_actu .bref_content .seeMore{
	color: #fd4f00;
}
.actu_thumbs .swiper-pagination-bullet {
      text-align: center;
      font-size: 16px;
      color: #0d1f2b;
      opacity: 0.8;
			font-weight:400;
			background:transparent;
}
.actu_thumbs .swiper-pagination-bullet-active {
			font-weight:600;
			color: #0d1f2b;
			opacity: 1;
			background:transparent;
}
.actu_thumbs .swiper-button-next, .actu_thumbs .swiper-button-prev{
	top: auto;
	bottom:0;
	width:30px;
	height:30px;
	background: #fd4f00;
	color: #fff;
}
.actu_thumbs .swiper-button-next{
	right: 40%;
}
.actu_thumbs .swiper-button-prev{
	left: 40%;
}
.actu_thumbs .swiper-button-next:after, .actu_thumbs .swiper-button-prev:after{
	font-size: 22px;
}
.activites_icons.activites_icons2 .activ_item{
	border:none;
	box-shadow:0px 6px 31.92px 6.08px rgba(60, 60, 60, 0.17);
	padding: 30px 0 28px 0;
	height: 100%;
}
.activites_icons.activites_icons2 .activ_item .h3 {
    font-size: 20px;
    padding: 10px 0px;
    background: #fd4f00;   
    margin: 12px 0 20px 0;
}
.activites_icons.activites_icons2 .activ_item .h3 a{
	color: #fff;
}
.activites_icons.activites_icons2 .activ_item ul{
	text-align: left;
    padding: 0 45px;
    margin-left: 20px;
}
.activites_icons.activites_icons2 .activ_item .btn-ensavoir{
	display: block;
    text-align: end;
    padding: 0 25px;
		color: #fd4f00;   
}
.nos_activites.nos_activites2{
	background-size: 55%;
}
.ref_item{
	    position: relative;
    height: 400px;
    margin-bottom: 55px;
		transition: all 0.4s;
}
.ref_item a{
	    width: 100%;
    height: 100%;
    display: block;
}
.ref_item img{
	height:100%;
	width:100%;
	object-fit:cover;
	
}
.ref_item .h3{
	background: #0d1f2b;
    text-align: center;
    color: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.4s;
    font-size: 18px;
    margin: -25px 16px 0 16px;
    position: relative;
}
.ref_item:hover .h3{
	background: #fd4f00;
}
.ref_item:hover{
	transform: translateY(-10px);
}
.detailAct_img{
	height:350px;
	width:100%;
	overflow:hidden;
	position:relative;
}
.detailAct_img a{
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background: #0d1f2b;
	opacity:0;
	transition: all 0.4s;
}
.detailAct_img:hover a{
	opacity:0.5;
}
.detailAct_img img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.detailAct_title{
	background: #0d1f2b;
	width:100%;
	margin: 15px 0;
	padding: 10px 35px;
	color: #fff;
	font-size:30px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
}
.detailAct_meta{
	background: #0d1f2b;
	width:100%;
	margin: 15px 0;
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detailAct_meta li{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 10px 35px;
}
.detailAct_meta li:last-child{
	background: #fd4f00;
}
.detailAct_meta li i{
	margin-right: 10px;
}
.sidebar-widget_title{
	background: #0d1f2b;
	width:100%;
	margin: 15px 0;
	padding: 10px 35px;
	color: #fff;
	font-size:30px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
}
.actu-sidebar .post{
	display: flex;
	padding-bottom: 10px;
}
.actu-sidebar .post .post-thumb{
	    width: 75px;
    min-width: 75px;
    height: 75px;
    margin-right: 10px;
}
.actu-sidebar .post .post-thumb img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.actu-sidebar .post .post-content p{
	font-size:14px;
}
.candidSpon{
    padding: 12px 28px;
    background: #FD4F00;
    color: #fff;
    transition: 0.4s;
}
.candidSpon:hover{
	background: #0d1f2b;
	color: #fff;
}
.candidSpon i{
	margin-left:8px;
}
.candidSpon_form{
	margin-top: 30px;
    background: #F1F9FF;
}
.candidSpon_form .h3{
	background: #0d1f2b;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    text-transform: uppercase;
}
.candidSpon_form form{
	padding: 35px 45px;
}
.candidSpon_form form .form-control{
	padding: 10px 15px;
	border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.candidSpon_form form span i{
	font-size: 11px;
    color: #717171;
}
.file_error{
	display: block;
    font-size: 14px;
    color: red;
}
.detailOffre_info{
	background: #F1F9FF;
	margin-left:45px;
	margin-bottom:30px;
}
.recrut_sidebar{
	margin-left:45px;
}
.detailOffre_info .h3{
	background: #0d1f2b;
	width:100%;
	margin: 15px 0;
	padding: 10px 35px;
	color: #fff;
	font-size:20px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
}
.detailOffre_info ul{
	margin: 0;
    padding: 10px 30px 20px 30px;
}
.detailOffre_info ul li{
	padding-bottom: 10px;
    display: flex;
}
.detailOffre_info ul li b{
	margin-right: 10px;
}
.detailOffre_info .doc_item{
	margin-bottom: 5px;
}

.img-date-qsm{
  margin-top: 5%;
  width: 100%;
  height: autp;
}
.history_zone .history_item .history_date p img{
	
} 
.history_zone .history_item .history_event p img{
	
}
.imgSlog{
	
}
.CustomTable.lastTab2 thead tr th:first-child {
    border-radius: 40px 40px 0 0;
}