/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.current-menu, .current-menu .link{
  background-color: #648ff1;
  color: white !important;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #648ff1;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#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 #f2f2f2;
  border-top: 6px solid #648ff1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}
.menu-aux{
  display: inline-block;
  border-left: 1px solid black;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
}

#topbar .social-links {
  text-align: right;
  display: inline-block;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  background: rgb(255,255,255);
}

#topbar .social-links a:hover {
  color: #648ff1;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* color: black !important; ************************************************************************************************************************************ */
  height: 110px;
  transition: all 0.5s;
  z-index: 999;
  transition: all 0.5s;
  /*padding: 20px 0;*/
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  background-color: rgb(255, 255, 255);
}

#header.header-scrolled,
#header.header-pages {
  /*height: 70px;*/
  /*padding: 15px 0;*/
  /* color: black !important;   ****************************************************************************************************************************************** */
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  
}

/* #header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
} */

/*#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}*/

/*#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}*/

.logo img {
  margin-top: 0px;
  margin-left: 100px;
  width: 175px;
}

#navbar {
  overflow: hidden;
  background-color: #f1f1f1;
  /*padding: 90px 10px;*/
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

#navbar a {
  float: left;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

#navbar a:hover {
  background-color: #ddd;
  /* color: black; ******************************************************************************************************************************************** */
}

#navbar a.active {
  background-color: rgb(32, 36, 41);
  /* color: black !important; .................................************************************************************************************************* */
}

#navbar-right {
  float: right;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.intro-img{
  margin-left: 17%;
}

#intro .wave{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../img/wave.png");
  background-size: 1000px 100px;
}

#intro .wave.wave1{
  animation: animate 30s linear infinite;
  z-index: 1000;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0px;
}

#intro .wave.wave2{
  animation: animate2 15s linear infinite;
  z-index: 999;
  opacity: 0.5;
  animation-delay: -5s;
  bottom: 10px;
}

#intro .wave.wave3{
  animation: animate 30s linear infinite;
  z-index: 998;
  opacity: 0.2;
  animation-delay: -2s;
  bottom: 15px;
}

#intro .wave.wave4{
  animation: animate2 5s linear infinite;
  z-index: 997;
  opacity: 0.7;
  animation-delay: -5s;
  bottom: 20px;
}

@keyframes animate{
  0%
  {
    background-position-x: 0;
  }
  100%
  {
    background-position-x: 1000px;
  }
}

@keyframes animate2{
  0%
  {
    background-position-x: 0;
  }
  100%
  {
    background-position-x: -1000px;
  }
}

/* Text animation */

.wordCarousel {
  position: absolute;
  z-index: 998;
  margin-top: 350px;
  text-align: center;
  width: 70%;
  margin-left: 13%;
  font-size: 36px;
  font-weight: 100;
  color: #fff;
}

.titre{
  padding: 20px;
  background-color: #009cfb;
}

.wordCarousel .change {
  position: relative;
  float: right;
  height: 80px;
  padding: 10px;
  margin-top: -20px;
  background-color: #f4ef76;
  overflow: hidden;
}
.wordCarousel .change li {
  color: #fff;
  font-weight: bold;
  font-weight: 700;
  padding: 0 10px;
  height: 50px;
  margin-bottom: 42px;
  display: block;
}

.flip4 { animation: flip4 20s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; text-align: left; padding-left: 0; }

@keyframes flip4 {
  0% { margin-top: -360px; }
  5% { margin-top: -270px; }
  25% { margin-top: -270px; }
  30% { margin-top: -180px; }
  50% { margin-top: -180px; }
  55% { margin-top: -90px; }
  75% { margin-top: -90px; }
  80% { margin-top: 0px; }
  99.99% { margin-top: 0px; }
  100% { margin-top: -270px; }
}

.slide{
  height: 100vh;
  width: 100%;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */



.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  /* color: black;***************************************************************************************************************************** */ 
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover .liste-langue {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav a:hover {
  color: white;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0,0,0,0.7);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  /* color: #648ff1; ******************************************************************************************************************************************* */
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0,0,0,0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: rgba(0,0,0,0.8);
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding: 2rem;
  margin: 20px;
  
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
  
  text-decoration: underline;
  -webkit-text-decoration-color: #648ff1;
  text-decoration-color: #648ff1;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
}

.partners{
  width: 100%;
  text-align: center;
  background-image: url("../img/bgpart.jpg");

  /* Set a specific height */
  height: 700px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.partners header h3{
  color: white !important;
}
.img-fluid{
  display: inline-block;
  vertical-align: middle;
}
.img-partner{
  height: 180px;
}
.sectors {
  width: 90%;
  margin-left: 5%;
}
.sector{
  width: 45%;
  display: inline-block;
  margin: 0 20px 50px 20px;
  text-align: center;
}

.sector img{
  width: 65%;
}
.sector span{
  width: 40%;
  background-color: #648ff1;
  padding: 20px;
  color: white;
  font-weight: bold;
  border-radius: 10px;
}
.fleche {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-color: transparent #648ff1 transparent transparent;
  border-style: solid;
}


.laboratory, .partners {
  padding: 2rem 0;
}

.expertise-carousel img{
  background: #fff;
  padding: 5rem;
}

.our-offices {
  padding-top: 50px;
}

/* Section with background
--------------------------------*/

.expertise-bg, .section-bg, .about-bg {
  background: #fff;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 200px 10px;
}

#about .box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#about .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#about .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#about .icon i {
  font-size: 36px;
  line-height: 1;
}

#about .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#about .title a {
  color: #111;
}

#about .box:hover .title a {
  color: #648ff1;
}

#about .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: justify !important;
}

/* expertise Section
--------------------------------*/

#expertises {
  padding: 150px 10px;
}

#expertises .contain {
  /*position: relative;*/
  width: 100%;
  margin-bottom: 1rem;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: scroll;
  width: 100%;
  height: 20%;
  transition: 1s ease;
}

.contain:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  padding: 1rem;
}

.text-details {
  text-align: justify;
  padding: 1rem;
  color: white;
  font-size: 14px;
}

.our-tools{
  padding-top: 3rem;
}

/* opportunities Section
--------------------------------*/

#opportunities .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  min-height: 450px;
  margin-bottom: 2rem;
}

#opportunities .card:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

#opportunities .card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: rgba(0,176,240);
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.suite {
  cursor: pointer;
  color: #648ff1;
  font-weight: bold;
}

.triangle-topleft, .triangle-toplefton { 
  width: 0; 
  height: 0;
  border-left: 50px solid transparent;
  position: absolute;
  right: 0px;
  font-size: 10px;
}

.triangle-topleft {
  border-top: 50px solid red; 
}

.triangle-toplefton {
  border-top: 50px solid green; 
}

.triangle-topleft span, .triangle-toplefton span{
  position:absolute;
  color: white;
  font-weight: bold;
  top: -40px;
  left: -65px;
  width: 100px;
  text-align: center;
  transform: rotate(45deg);
  display:block;
}


.card .card-footer{
  padding: 0;
  margin-top: 3rem;
}

.card input:disabled{
  border: none;
  background: none;
}

#opportunities {
  padding: 100px 0;
}

#opportunities #opportunities-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#opportunities #opportunities-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0,0,0,0.8);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#opportunities #opportunities-flters li:hover,
#opportunities #opportunities-flters li.filter-active {
  color: #fff;
  background: #648ff1;
}

#opportunities #opportunities-flters li:last-child {
  margin-right: 0;
}

#opportunities .opportunities-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#opportunities .opportunities-item .opportunities-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#opportunities .card-title p{
  font-weight: bold;
}

.card-body .details {
  text-align: justify;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .card {
  border: none;
  max-width: 250px;
  margin: auto;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
  transition: 0.5s;
}

#footer .card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#footer .card p{
  padding: 1rem;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #535074;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #648ff1;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #648ff1;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: inline;
  padding-right: 1rem;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #648ff1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #648ff1;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #648ff1;
  border: 1px solid #648ff1;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #648ff1;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #648ff1;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #648ff1;
  border: 0;
  border-radius: 0;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #648ff1;
  cursor: pointer;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px;
}


.intro-info h2{
  color: rgba(0,0,0,0.8) !important;
}

.event{
  height: 400px;
  width: 500px;
  margin: 50px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  background-color: white;
}

.event:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.badge{
  position: relative;
  color: white;
  padding: 10px 20px 10px 20px;
  top: -10px;
  border-radius: 10px;
  background-color: #648ff1;
  z-index: 999;
}
.img-event{
  width: 100%;
  height: 300px;
  margin-top: -32px;
}
.view{
  position: relative;
  height: 300px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: -300px;
  padding-top: 100px;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  z-index: 998 !important;
  display: none;
}

.description{
  font-weight: bold;
  padding: 0 20px 0 20px;
  color: black;
  margin-top: 10px;
  text-align: justify;
  font-size: 14px;
}


.event:hover .view {
  display: block;
}

.project{
  min-height: 300px;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;;
  text-align: center;
  background-color: #ccedfb;
}

.project-img{
  height: 200px;
  margin-bottom: 5px;
  transition: all 1s;
  transform: scale(1);
  border: 8px double #648ff1;
}

.project-img:hover {
  transform: scale(1.5);
  z-index: 1;
}

#chartdiv {
  width: 90%;
  height: 500px;
  margin-left: 5%;
  overflow: hidden;
}

.legends{
  height: 300px;
  width: 400px;
  margin-top: -300px;
  z-index: 9999 !important;
  margin-left: 10px;
}

.legends .legend{
  width: 35%;
  display: inline-block;
  vertical-align: top;
}

.legends .petit-cadre{
  height: 10px;
  width: 10px;
  display: inline-block;
  vertical-align: top;
}

.legends .grand-cadre{
  height: 10px;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-top: -5px;
}


/* for slide caroussel import from codepen */

header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #648ff1;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* end of slide caroussel */


/* Style The Dropdown Button */
.dropbtn {
  /* color: black; ************************************************************************************************************************************/
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  /* color: black; */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-transform: capitalize;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #648ff1; 
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #648ff1;
  color: white !important;
}

.main-nav ul li:hover{
  background-color: #648ff1;
}

.myheader{
  width: 100%;
  text-align: center;
  background-image: url("../img/research-design.jpg");
  height: 400px;
  margin-top: 100px;
  padding-top: 220px;
  font-weight: bold;
  font-size: 55px;
  color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.vision{
  background-image: url("../img/meet.jpg");
}

.values{
  background-image: url("../img/DSC_5918.jpg");
}

.page-sector{
  background-image: url("../img/sector.jpg");
}

.data-service{
  background-image: url("../img/Mathematica_training.jpg");
}

.research-service{
  background-image: url("../img/research_service.jpeg");
}

.content{
  width: 60%;
  margin-left: 20%;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 24px;
}

.content-contact{
  width: 90%;
  margin-left: 10%;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 24px;
}

.bold{
  font-weight: bold;
}

.contact{
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  font-size: 18px;
  width: 20%;
  height: 300px;
  text-align: left;
  padding: 25px;
  box-shadow:  0 1px 2px rgba(0, 0, 0, 0.24);
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  .logo img {
    margin-top: -25px;
    width: 100px;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }

  #expertises .box {
    font-size: 12px;
  }

  .intro-info h2{
    font-size: 40px !important;
  }

  .expertise-carousel img{
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }

  #expertises .box:hover {
    -webkit-transform: none;
    transform: none;
  }

  #slideshow{
    display: none;
  }

  .our-tools{
    display: none;
  }
}

@media (min-width: 640px) and (max-width: 766px) {
  .overlay {
    height: 20%;
  }
}

@media (max-width: 574px) {
  .intro-info h2 {
    font-size: 30px !important;
  }

  .section-header h3 {
    font-size: 22px !important;
  }

  .overlay {
    height: 30%;
  }

  .text-details {
    display: none;
  }

  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}