/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

body, html {
  width: 100%;
  height: 100%;
}

/*a {
  color: #006fbe;
}*/

header a:hover {
  text-decoration: none;
}

section a:hover {
  color: #008df1;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: rgb(66, 77, 131);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #909CFB;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 2px 15px rgba(36, 50, 93, 0.2);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar .logo-image img {
  max-height: 50px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.general .dropdown-item:hover, .general .dropdown-item:focus {
  background-color: rgb(66, 77, 131);
}

.general .dropdown-item.active, .general .dropdown-item:active {
  background-color: rgb(66, 77, 131);
}

.second .dropdown-item:hover, .second .dropdown-item:focus {
  background-color: #909CFB;
}

.second .dropdown-item.active, .second .dropdown-item:active {
  background-color: #909CFB;
}

#mainNav {
  min-height: 6px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: rgb(66, 77, 131);
  border: 1px solid rgb(66, 77, 131);
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #f99c08;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

@media (max-width: 991px) {

  #mainNav1 {
    position: fixed;
    top: 96px;
    z-index: 999;
    width: 100%;
  }

  #mainNav1 li {
    line-height: 2 !important;
  }

  .navbar-nav {
    background-color: rgb(66, 77, 131);
    padding: 0.5rem;
  }
 .navbar-light .navbar-nav .nav-link, .nav-link-second {
  color: #fff;
 }
}

@media (max-width: 766px) {

  #mainNav .nav-link {padding: 0.1rem 1rem;}
  #mainNav .nav-link-three {padding: 0.1rem 1rem;}

}

@media (min-width: 768px) {

  #mainNav .nav-link {padding: 1rem 1rem;}
  #mainNav .nav-link-three {padding: 1rem 1rem;}

}

@media (min-width: 768px) {

  #mainNav .nav-link {
    padding: 0.3rem 1rem;
  }
  #mainNav .nav-link-three {
    padding: 0.3rem 1rem;
  }

}

@media (min-width: 992px) {

  .display-submenu {display: none;}

}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: none;
    background-color: rgba(255,255,255,0.8);
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    padding: 0.5rem 0.7rem;
    margin-left: 3px;
    color: rgb(66, 77, 131);
    font-weight: 500;
    border: 1px solid transparent ;
  }
  #mainNav .nav-link:hover {
    color: #909CFB;
    border: 1px solid #909CFB;
    border-radius: 5px;
    transition: 0.5s;
  }
  #mainNav .nav-link.active {
    color: #909CFB;
    border: 1px solid #909CFB;
    border-radius: 5px
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #f99c08;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: rgba(0, 0, 0, 0.7);
    outline: none;
    border-bottom: 0.25rem solid #f99c08;
  }

  #mainNav .nav-link-three {
    padding: 1rem 1rem;
    color: rgba(0, 0, 0, 0.7);
  }
  #mainNav .nav-link-three:hover {
    color: #34C924;
    border-bottom: 0.25rem solid #34C924;
    padding-top: 0.25rem;
    transition: 0.5s;
  }
  #mainNav .nav-link-three.active {
     color: #34C924;
    border-bottom: 0.25rem solid #34C924;
    padding-top: 0.25rem;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link-three {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link-three:hover {
    color: #34C924;
  }
  #mainNav.navbar-shrink .nav-link-three:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link-three.active {
    color: rgba(0, 0, 0, 0.7);
    outline: none;
    border-bottom: 0.25rem solid #f99c08;
  }

  #mainNav .nav-link-second {
    padding: 0 1rem;
    color: #fff;
  }
  #mainNav .nav-link-second:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link-second {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link-second:hover {
    color: #f99c08;
  }
  #mainNav.navbar-shrink .nav-link-second:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link-second.active {
    color: rgba(0, 0, 0, 0.7);
    outline: none;
    border-bottom: 0.25rem solid #f99c08;
  }
  .display-xs-phone {
    display: none;
  }
  .display-phone {
    display: none;
  }
  .dropright {width: 90px;}

}

@media (min-width: 992px) {

  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  #mainNav {
    max-height: 96px;
  }
  .menu-second {
    margin-top: 85px;
    z-index: 200;
  }
  #portfolio, #operatif, #direction, #reception, #collectivite, #reseau, #materiel, #serveur, #web, #promotion, #rangements, #acoustique, #realisations {
    padding: 129px 0;
  }
  #operatif > div > div, #direction > div > div, #reception > div > div, #collectivite > div > div, #promotion > div > div, #rangements > div > div, #acoustique > div > div, #realisations > div > div {
    padding: 175px 0 !important;
  }

}

@media (max-width: 992px) {

  .navbar .logo-image img {
    width: auto;
    height: 50px;
  }
  #header {padding: 15px 0px 10px;}

  #mainNav1 {
    max-height: 40px;
  }
  .brand {
      width: 150px;
      padding: 5px 10px 5px 20px;
  }
  .navbar-toggler {
    font-size: 1rem;
    line-height: 14px;
  }

  .display-screen {
    display: none;
  }

  .menu-second {
    margin-top: 58px;
  }

  .nav-menu-sub .drop-down ul {
    left: auto;
    right: 0;
  }

  .nav-menu-sub .drop-down .drop-down ul {
    right: 100%;
  }

}

@media (max-width: 767px) {

  #mainNav1 {
    position: fixed;
    top: 78px;
    z-index: 999;
    width: 100%;
  }
  .navbar .logo-image img {
    width: auto;
    height: 30px;
  }
  #mainNav {
    background-color: rgba(255,255,255,0.8);
  }
  #mainNav .nav-link {padding: 1rem 1rem;}
  #mainNav .nav-link-three {padding: 1rem 1rem;}

  #portfolio, #operatif, #direction, #reception, #collectivite, #reseau, #materiel, #serveur, #web {
    padding: 0;
  }
  #operatif > div > div, #direction > div > div, #reception > div > div, #collectivite > div > div {
    padding: 50px 0 !important;
  }
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/*--------------------------------------------------------------
# Section - bg
--------------------------------------------------------------*/
.service-icon {
  background-color: #fff;
  color: #000;
  display: block;
  border-radius: 1rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.bg-reseau {
  background: linear-gradient(transparent, white), url(../img/delvaux/informatique/bg-reseau.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.bg-materiel {
  background: linear-gradient(transparent, white), url(../img/delvaux/informatique/bg-materiel.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.bg-serveur {
  background: linear-gradient(transparent, white), url(../img/delvaux/informatique/bg-serveur.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.bg-web {
  background: linear-gradient(transparent, white), url(../img/delvaux/informatique/bg-web.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.enc-info {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  padding: 2rem 0;
}
.bg-bestsellers {
  padding-top: 30rem;
  padding-bottom: calc(10rem - 100px);
  background: url("../img/delvaux/bestsellers/bg-bestsellers.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.bg-bureaux {
  padding-top: 30rem;
  padding-bottom: calc(10rem - 100px);
  background: url("../img/delvaux/bureaux/bg-bureauxbis.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.bg-sieges {
  padding-top: 30rem;
  padding-bottom: calc(10rem - 100px);
  background: url("../img/delvaux/sieges/bg-sieges.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.bg-informatique {
  padding-top: 30rem;
  padding-bottom: calc(10rem - 100px);
  background: url("../img/delvaux/informatique/bg-informatique.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.basic-1 {
  padding-top: 2.5rem;
  padding-bottom: 10rem;
  background: url('../img/delvaux/bg-generique.png') center center no-repeat;
  background-size: cover;
}
.section-categorie {
  text-align: center;
  padding: 60px 0 60px;
  margin-bottom: 7rem;
  position: relative;
}
.section-categorie h2 {
  font-weight: 800;
}
.section-categorie span {
  font-weight: 300;
}
.section-categorie p {
  font-weight: 100;
  margin: 0;
}
section ul .fas {
  color: #909CFB;
  font-size: 0.375rem;
  line-height: 1.625rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.text-ul {
  max-width: 600px;
  margin-left: auto;
}
.sub-list i {
  font-size: 1rem !important;
}
/*--------------------------------------------------------------
# Carousel Section
--------------------------------------------------------------*/
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  position: absolute;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  padding: 15px;
  bottom: 30%;
  left: 10%;
  z-index: 70;
  color: rgb(66, 77, 131);
  text-align: left;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.about, .bests, .contact  {
  padding: 150px 0;
}

#bestsellers {
  position: relative;
  padding: 50px 0 0;
}

.bg-dark-blue {
  padding-top: 6rem;
  padding-bottom: 11rem;
}

.section-bg rgb
  background-color: #b4e0ff;
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #909CFB;
  bottom: 7px;
  left: calc(50% - 60px);
}

.section-title p {
  margin-bottom: 0;
}

.title-best {
  font-size: 2rem;
  color: #909CFB;
}

/*-----------------------------------------------
|   Backgrounds
-----------------------------------------------*/
#features {
  position: relative;
}
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-holder.bg-right {
  left: auto;
  right: 0;
}

.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}

.bg-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}

.bg-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}

.bg-holder.overlay-light:before {
  background: rgba(255, 255, 255, 0.8);
}

/********************/
/*     Features     */
/********************/
.cards-1 {
  padding-top: 5.75rem;
  padding-bottom: 2.75rem;
  text-align: center;
}

.cards-1 .p-heading {
  margin-bottom: 3.5rem;
}

.cards-1 .card {
  margin-bottom: 4rem;
  padding: 3.25rem 1.5rem 2.125rem 1.5rem;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.cards-1 .card-image {
  margin-bottom: 1.75rem;
}

.cards-1 .fas {
  color: #909CFB;
  font-size: 4rem;
}

.cards-1 .card-body {
  padding: 0;
}

.cards-1 .card-title {
  margin-bottom: 0.5rem;
  color: #909CFB;
}

/* Min-width 992px */
@media (min-width: 992px) {
  /* Features */
  .cards-1 .card {
    display: inline-block;
    width: 300px;
    vertical-align: top;
  }

  .cards-1 .card:nth-of-type(3n+2) {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

/* Min-width 1200px */
@media (min-width: 1200px) {
  /* Features */
  .cards-1 .card {
    width: 335px;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .cards-1 .card:nth-of-type(3n+2) {
    margin-right: 1.75rem;
    margin-left: 1.75rem;
  }
}

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

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #006fbe;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #006fbe;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #006fbe;
}

.about .content .btn-learn-more:hover {
  background: #006fbe;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.features .icon {
  display: flex;
  justify-content: center;
}

.features .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #006fbe;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.features .icon-box:hover .icon i {
  box-shadow: 0px 0 25px rgba(0, 111, 190, 0.3);
}

.features .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.features .title a {
  color: #444444;
  transition: 0.3s;
}

.features .title a:hover {
  color: #006fbe;
}

.features .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #006fbe;
  bottom: 0;
  left: calc(50% - 25px);
}

.features .description {
  line-height: 24px;
  font-size: 14px;
}
.inscription {list-style: none;}
/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
}

.recent-photos .owl-nav, .recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
  background-color: #006fbe !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #006fbe;
}

.tabs .nav-link.active {
  background: #006fbe;
  color: #fff;
  border-color: #006fbe;
}

@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }
  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
  padding: 30px;
  background-color: aliceblue;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f5f7fb;
  min-height: 40px;
  margin-top: 70px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

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

.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: #324682;
  content: "/";
}

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

/*--------------------------------------------------------------
# Story Intro
--------------------------------------------------------------*/
.story-intro .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.story-intro .content ul li {
  padding-bottom: 10px;
}

.story-intro .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

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

/*--------------------------------------------------------------
# Featured Members
--------------------------------------------------------------*/
.featured-members .content + .content {
  margin-top: 100px;
}

.featured-members .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.featured-members .content ul li {
  padding-bottom: 10px;
}

.featured-members .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

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

/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
.members {
  background: #fff;
  padding: 60px 0;
}

.members .member {
  margin-bottom: 20px;
  overflow: hidden;
}

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

.members .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(0, 111, 190, 0.8);
}

.members .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.members .member .social a:hover {
  color: #006fbe;
}

.members .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.members .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.members .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #006fbe;
}

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

.members .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Event List
--------------------------------------------------------------*/
.event-list .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.event-list .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.event-list .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.event-list .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.event-list .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #24325d;
}

.event-list .card-title a {
  color: #24325d;
  transition: 0.3s;
}

.event-list .card-text {
  color: #5e5e5e;
}

.event-list .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.event-list .read-more a:hover {
  color: #006fbe;
}

.event-list .card:hover img {
  transform: scale(1.1);
}

.event-list .card:hover .card-body {
  border-color: #006fbe;
}

.event-list .card:hover .card-body .card-title a {
  color: #006fbe;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

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

.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
  color: #006fbe;
}

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

.gallery .gallery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(36, 50, 93, 0.6);
}

.gallery .gallery-wrap::before {
  content: "";
  background: rgba(36, 50, 93, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.gallery .gallery-wrap .gallery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery .gallery-wrap .gallery-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.gallery .gallery-wrap .gallery-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.gallery .gallery-wrap .gallery-links {
  text-align: center;
  z-index: 4;
}

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

.gallery .gallery-wrap .gallery-links a:hover {
  color: #25a4ff;
}

.gallery .gallery-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info {
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info::before {
  top: 15px;
  left: 15px;
}

.gallery .gallery-wrap:hover .gallery-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.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;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3498db;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

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

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

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

.services ul li {list-style: none;}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 25px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #3498db;
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #909CFB;
  color: #fff;
}

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

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(66, 77, 131, 0.8);
  padding: 10px 15px;
}

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

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  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: #fff;
  transition: 0.3s;
}

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

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

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

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


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid rgb(66, 77, 131);
  border-bottom: 3px solid rgb(66, 77, 131);
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #909CFB;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #909CFB;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: rgb(66, 77, 131);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid rgb(66, 77, 131);
  border-bottom: 3px solid rgb(66, 77, 131);
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

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

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

.contact .php-email-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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #909CFB;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  border: 1px solid #909CFB !important;
  background: transparent !important;
  color: #909CFB !important;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #909CFB !important;
  color: #fff !important;
}

.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

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

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

.customFile {
  background: #DEDEDE;
  position: relative;
  font-size: 12px;
  line-height: 33px;
  overflow: hidden;
}

.customFile:before {
  content: attr(data-label);
  background-color: #909CFB;
  color: #FFF;
  padding: 2px 12px 0;
  float: left;
  width: 150px;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.customFile input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 88888;
  width: 100%;
  height: 35px;
  cursor: pointer;
  opacity: 0!important;
}

.customFile .selectedFile {
  display: block;
  padding: 2px 10px 0;
  margin-left: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transform: translateX(0%);
  transition: all 0.4s ease 0.6s;
}
/* transition TODO */
.customFile .selectedFile.inProgress{ transform: translateX(100%); transition: all 0.4s ease 0.6s;}
/* Right Btn */
.customFile[data-display=right]:before{float:right;}
.customFile[data-display=right] .selectedFile{margin: 0 150px 0 0;}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-bottom {
  background: #909CFB;
}
.footer-bottom a {
  color: rgb(66, 77, 131);
}
.footer-bottom a:hover {
  color: rgb(66, 77, 131);
  text-decoration: underline;
}
.footer-top {
  padding: 60px 0 30px 0;
  background-image:url(../img/delvaux/footer-bg.png);
  background-size:cover;
  padding-top: 8rem;
}

.footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #fff;
}

.footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer-top .footer-links {
  margin-bottom: 30px;
}

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

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

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

.footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

.footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #909CFB;
  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-top .social-links a:hover {
  background: rgb(66, 77, 131);
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/

.mt-xxl,
.my-xxl {
    margin-top: 13rem !important;
}

.list {list-style: none !important;}
.list i {vertical-align: middle; font-size: 1.5rem;}
.list p {vertical-align: bottom;}

.date-celeb {font-size: 0.8em;}

.menu-second {
  margin-top: 96px;
  z-index: 99;
}

@media (max-width: 576px) {

  .section-title h2 {font-size: 20px;}
  h3, h4, .tabs .tab-pane h3 {font-size: 1.25rem;}
}

@media (min-width: 992px) {

  .display-submenu {display: none;}
  .vh {height: 100vh;}
  .vh-auto {height: auto;}
}



/* ADMIN */

#formcontrol .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #006fbe;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #006fbe;
  background-color: transparent;
}

#formcontrol .btn-learn-more:hover {
  background: #006fbe;
  color: #fff;
  text-decoration: none;
} 

.celeb ul {list-style: none !important;margin:0 !important; padding: 0;}

.celeb li::before {content: "○"; color: #006fbe;margin-right: 5px;}

.celeb p {padding-left: 13px;}

table p {padding: 10px 15px;}

.cate p {padding: 0;}

.other_celeb ul {list-style: none !important;margin:0 !important; padding: 0;}

.other_celeb li::before {content: "○"; color: #006fbe;margin-right: 5px;}

.other_celeb p {padding: 0;}

.card-body h5 {text-align: center; font-weight: bold;margin-bottom: 20px !important;}

.card-body tr {display: flex;margin-bottom: 10px;}

.card-body td p {margin: 0 !important; padding: 0 !important;}

.card-body td:first-child {vertical-align: top !important;text-align: left !important;}

.card-body td:first-child span {color: #fff;padding: 0.25rem 0.25rem; background-color: #006fbe;}

.card-body td:last-child span {font-style: normal !important;font-weight: normal !important;}

.card-body td:last-child strong span {font-weight: bold !important;}








