body {
  font-family: 'Nunito', sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', sans-serif;
  line-height: 2.9rem;
  /* margin-top:3.5rem;
  margin-bottom: 1.5rem; */
}
h1, h2, h3, h4, h5, h6  {
  font-family: 'Nunito Sans', sans-serif;
  line-height: 3.6rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 4.1rem;
}

p {
  /* color: #1A242D; */
  font-size: 1.2rem;
}

/* backtop */
#backtop {
  position: fixed;
  left: auto;
  right: 20px;
  top: auto;
  bottom: 20px;
  outline: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(26, 36, 45, 0.84);
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  /* border-radius: 2px; */
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 999999;
  opacity: 1;
  display: none;
}

#backtop:hover {
  background-color: #8f8f8f;
}

#backtop.mcOut {
  opacity: 0;
}

/* Heading */
.big-heading {
  font-size: 3.5rem;
  line-height: 1.4;
}

.big-heading-consulting {
  color: #000;
  font-size: 3.8rem;
  line-height: 1.2;
}

.big-description {
  margin-top: 2%;
}

.section-heading {
  font-size: 2.8rem;
  line-height: 1;
}

/* Heading detail projects */
.big-heading-detail {
  font-size: 2.5rem;
  line-height: 1;
}

.project-big-heading {
  font-size: 3.8rem;
  line-height: 1;
  margin: 3% 0;
}

.title-detail {
  text-align: left;
  color: #8f8f8f;
  padding: 5%;
}

.title-legal {
  padding: 9%;
}

/* Navigation */
.language-menu {
  background-color: #1D2124;
  padding: 0;
  color: #fff;
  font-size: 0.85rem;
}

/* Dropdown menu background color*/
.dropdown-toggle::after {
  border-top: none;
}

.dropdown-menu {
  background-color: #2E3B48;
  min-width: 1.2rem;
}

/* Dropdown menu font color*/
.dropdown-menu a {
  color: #fff;
}

.dropdown-menu a:hover {
  background-color: #1D2124;
  color: #f1f1f1;
}

.dropdown-item {
  width: 100%;
}

/* Containers */
.container-fluid {
  width: 80%;
  padding: 3% 4%;
}

#title .container-fluid {
  padding: 1% 4% 3%;
  color: #fff;
  font-weight: bolder;
  text-align: left;
}

.container-fluid-testimonials {
  width: 100%;
}

/* Sections */
.colored-section {
  background-image: url('../images/network.jpg');
  color: #fff;
}

.white-section {
  background-color: #ffffff;
}

.blockquote {
  font-size: 2.5rem;
  color: #8f8f8f;
}

.blockquote-footer {
  font-size: 0.90rem;
  color: #8f8f8f;
  margin-bottom: 2rem;
}

/* Navigation bar */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Lora', serif;
  font-size: 2.5rem;
}

.navbar-brand img {
  width: 48px;
  height: 48px;
}

.nav-item {
  padding: 0 25px;
}

.nav-link {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  font-weight: lighter;
}

.nav-paging-left, .nav-paging-right {
  margin: 2%;
  font-size: 1.8rem;
  color: #8f8f8f;
  z-index: 100;
}

.nav-paging-left {
  float: left;
}

.nav-paging-right {
  float: right;
}

.nav-paging-left:hover, .nav-paging-right:hover {
  color: rgba(255, 255, 255, .75);
}

/* Download Buttons */
.download-button {
  margin: 5% 3% 5% 0;
}

/* Title image */
.about-image {
  width: 99%;
  border-radius: 100%;
  position: absolute;
  right: 5%;
}

.title-image {
  width: 99%;
  z-index: 100;
  position: absolute;
  right: 3%;
}
.project-image {
  max-width: 100%;
  height: auto;
  bottom: 0;
}

/* Features Section*/
#features {
  position: relative;
}

.list-group {
  text-align: left;
  font-size: 1.2rem;
}


.feature-row {
  background-color: #f0f0f0;
}

.feature-title {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: bold;
  color: #4b5260;
}

.feature-item {
  padding: 1.5rem 2.5rem;
}

.feature-item p {
  font-size: 1.1rem;
}

.icon {
  color: #4b5260;
  margin-bottom: 1.1rem;
  margin-top: 1.1rem;
}

.icon:hover {
  color: #3A3F4A;
}

.feature-text {
  text-align: justify;
}

/* Testimonial Section */
#testimonials {
  background-color: #3A3F4A;
}

.carousel-item {
  padding: 7% 15%;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.testimonial-text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.testimonial-sign {
  font-size: 1.0rem;
  line-height: 1.5;
  color: #fff;
}

/* CTA Button */
.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #733d4b;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #a66d78;
  text-decoration: none;
}

.cta {
  background-color: #733d4b;
  padding: 20px;
  text-align: center;
}

.cta h3 {
  margin-bottom: 20px;
}

.cta .cta-button {
  background-color: #a66dt8;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;


}


/* Projet carousel */
.project-image {
  width: 100%;
}

.project-carousel-item {
  padding: 0;
}

.carousel-control-next, .carousel-control-prev {
  filter: invert(100%);
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: .15;
  transition: opacity .15s ease;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* Press Section */
#press {
  background-color: #3A3F4A;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Portfolio Section */
.portfolio-column {
  padding: 3% 1%;
}

.portfolio-column p {
  font-size: 1.0rem;
}

.portfolio-text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.card {
  font-size: 0.9rem;
}

.card:hover {
  height: 100%;
}

.cardlink {
  text-decoration: none;
  text-align: left;
  color: #444;
}

.cardlink:hover {
  text-decoration: none;
  color: #000;
  background-color: #f7f7f7;
}

.card-body {
  min-height: 1px;
  padding: 1.1rem;
  /* height: 100%; */
}

.nomargin {
  margin: 0;
  padding: 0;
  clip: auto;
}

/* Section Call to Action */
/* Section footer */
.big-heading-contact {
  font-size: 2.5rem;
  line-height: 1;
}

.social a {
  margin: 5% 1rem;
  color: #000;
}

#footer p {
  margin: 2rem;
  text-align: center;
}

.button-up {
  background-color: #dddcdc;
  border-radius: 4px;
  position: relative;
  margin-right: 3rem;
  float: right;
  height: 3rem;
  width: 3rem;
}

/* Styles for Projects */
.white-section-project {
  background-color: #ffffff;
  text-align: left !important;
}

.description-title {
  color: #939292;
  font-size: 2.2rem;
  margin-top: 3%;
}

.tags-subjects {
  background-color: #dddcdc;
  padding: 6px;
  border-radius: 4px;
  font-weight: bold;
  margin: 3px;
  display: inline-block;
  font-size: 1.1rem;
}

.tags-tools {
  background-color: #b2b1b1;
  padding: 6px;
  border-radius: 4px;
  font-weight: bold;
  margin: 3px;
  display: inline-block;
  font-size: 1.1rem;
}

/* Media Queries */
@media (min-width: 1300px) {
  .title-image {
    width: 90%;
  }
}

@media (max-width: 890px) {
  body {
    text-align: left;
  }

  .col-lg-5 {
    text-align: center;
  }

  #title {
    text-align: center;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 2.5rem;
  }

  .big-heading {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-left: 8%;
  }

  .big-description {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-left: 8%;
  }

  .nav-paging-left, .nav-paging-right {
    margin: 3%;
    font-size: 1.1rem;
    color: #8f8f8f;
    z-index: 100;
  }

  .title-image {
    position: static;
    width: 50%;
    margin: auto;
  }

  .big-heading-contact {
    text-align: center;
  }

  .social {
    text-align: center;
  }

  .social a {
    margin: 5% 0.3rem;
    color: #000;
  }

  .text-muted {
    text-align: center;
  }

  .language-menu {
    margin-left: auto !important;
  }

  .container-fluid {
    width: 100%;
    padding: 20px;
  }

  .feature-text {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }

  .feature-item {
    padding: 0.5rem 1.0rem;
    margin-bottom: 3.5rem;
  }


  .fact-row {
    /* background-color: #f0f0f0; */
    text-align: center;
    margin:auto;
  }

  .big-heading-fact {
    font-size: 2.5rem;
    line-height: 2;
    color:#fff;
  }

.fact-title {
    line-height: normal;
    font-weight: bold;
    color: #fff;
  }

  .fact-text p {
    color:#fff;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }

  .fact-item {
    padding: 0.5rem 1.0rem;
    margin-bottom: 3.5rem;
  }

  .start {
    width: 100%;
  }

  .start h2 {
    text-align: left;
  }
}

@media (max-width: 528px) {
  #title {
    text-align: center;
  }

  .project-big-heading {
    font-size: 1.9rem;
    line-height: 1.1;
    margin: 3% 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .navbar-brand {
    font-size: 1rem;
  }

  .tags-subjects, .tags-tools {
    font-size: 0.9rem;
  }

  .description-title {
    font-size: 1.5rem;
  }

  .navbar-brand img {
    width: 32px;
    height: 32px;
  }

  .container-fluid {
    width: 100%;
  }

  .container-fluid p {
    font-size: 1rem;
  }
}
