strong {
  color: #2a6394;
}

.checkbox-wrap input[type=checkbox] {
  display: none;
}
.checkbox-wrap input[type=checkbox] + label {
  color: #2a6394;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.checkbox-wrap input[type=checkbox] + label::before {
  content: "\e900";
  border: 0.1em solid #2a6394;
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "icomoon" !important;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  vertical-align: bottom;
  color: #fff;
  transition: 0.2s;
}
.checkbox-wrap input[type=checkbox] + label:active::before {
  transform: scale(0);
}
.checkbox-wrap input[type=checkbox]:checked + label {
  color: #63a57b;
}
.checkbox-wrap input[type=checkbox]:checked + label::before {
  background-color: #63a57b;
  border-color: #63a57b;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
  background: #2a6394;
}

.bg-theme {
  background-color: #edf6ff;
  position: relative;
}
.bg-theme::before {
  content: "";
  background: url("/themes/oclairinterieur/images/oclairinterieur-atmosphere-design.svg") center center no-repeat;
  background-size: cover;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150%;
  width: 150%;
}

.bg-primary-light {
  background-color: #edf6ff;
}

.employee-card-1 {
  margin-bottom: 30px;
}
.employee-card-1 .ec-iframe {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.employee-card-1 .ec-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.employee-card-1 .ec-content .h6 {
  padding-left: 0;
}
.employee-card-1 .ec-content .h6::before {
  display: none;
}
.employee-card-1 .ec-content h2 {
  font-size: 30px;
  font-weight: bold;
}

.fixed-btn {
  background-color: #79b18d;
  color: #fff;
  display: none;
  font-size: 18px;
  font-weight: bold;
  position: fixed;
  padding: 12px 25px;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 99;
  transition: background-color 0.5s, color 0.5s;
}
@media (max-width: 767px) {
  .fixed-btn {
    display: block;
  }
}
.fixed-btn:hover {
  background-color: #e4f0e8;
  color: #63a57b;
}

.no-content-wrap {
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
}
.no-content-wrap svg {
  height: 100px;
  width: 100px;
}
.no-content-wrap svg * {
  fill: #63a57b;
}
.no-content-wrap .ncw-label {
  color: #2a6394;
  font-size: 25px;
  font-weight: bold;
  margin: 25px 0 35px 0;
}

.sep-1 {
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.sep-1::before {
  content: "";
  position: absolute;
  background: url(/themes/oclairinterieur/images/waves-secondary.svg);
  width: 130px;
  height: 30px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.socials li a {
  border-radius: 5px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  transition: 0.4s;
}

.socials li a:hover {
  background-color: #63a57b;
}

.socials--2 li a {
  background-color: #2a6394;
}

.text-feat {
  font-size: 18px;
  font-weight: bold;
}

.waves-secondary {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  height: 30px;
}
.waves-secondary::before {
  content: "";
  background: url("/themes/oclairinterieur/images/waves-secondary.svg") left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 800px;
}
.home-banner::before {
  content: "";
  background-color: rgba(23, 55, 82, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.home-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 50%;
  z-index: 0;
}
.home-banner .container {
  position: relative;
  height: 100%;
  z-index: 1;
}
.home-banner .banner-content {
  background-color: rgba(42, 99, 148, 0.6);
  border-radius: 10px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .home-banner .banner-content {
    padding: 20px;
  }
}
.home-banner .banner-content .suptitle {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .home-banner .banner-content .suptitle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .home-banner .banner-content .suptitle {
    font-size: 16px;
  }
}
.home-banner .banner-content .title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .home-banner .banner-content .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .home-banner .banner-content .title {
    font-size: 25px;
  }
}
.home-banner .banner-content .title-feat {
  display: block;
  font-size: 1.7em;
  font-weight: 900;
}
@media (max-width: 575px) {
  .home-banner .banner-content .title-feat {
    font-size: 1.3em;
  }
}
.home-banner .banner-content .desc {
  color: #fff;
  letter-spacing: 0.15em;
}

.card {
  border: none;
  border-radius: 10px;
}

.link,
.page-content a:not(.thm-btn) {
  color: #2a6394;
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.2em;
  transition: color 0.5s;
}
.link::after,
.page-content a:not(.thm-btn)::after {
  content: "";
  background-color: #2a6394;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 0;
  transition: background-color 0.5s, opacity 0.5s, width 0.5s;
}
.link:hover,
.page-content a:not(.thm-btn):hover {
  color: #418ac9;
}
.link:hover::after,
.page-content a:not(.thm-btn):hover::after {
  background-color: #418ac9;
  opacity: 1;
  width: 100%;
}

.link-text,
.page-content a:not(.thm-btn) {
  color: #63a57b;
  padding-bottom: 0;
}
.link-text:hover,
.page-content a:not(.thm-btn):hover {
  color: #94c1a4;
}
.link-text:hover::after,
.page-content a:not(.thm-btn):hover::after {
  background-color: #94c1a4;
}

.link-secondary {
  color: #63a57b;
}
.link-secondary::after {
  background-color: #63a57b;
}
.link-secondary:hover {
  color: #94c1a4;
}
.link-secondary:hover::after {
  background-color: #94c1a4;
}

.link-white {
  color: #fff;
}
.link-white::after {
  background-color: #fff;
}
.link-white:hover {
  color: #fff;
}
.link-white:hover::after {
  background-color: #fff;
}

.icon-text {
  margin-bottom: 30px;
}
.icon-text .icon {
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
}
.icon-text .icon img {
  width: 100%;
}
.icon-text .text {
  color: #2a6394;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 25px;
  position: relative;
}
.icon-text .text::after {
  position: absolute;
  content: "";
  background: url("/themes/oclairinterieur/images/waves-secondary.svg");
  width: 80px;
  height: 18px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
.icon-text.it-center .icon {
  margin-left: auto;
  margin-right: auto;
}
.icon-text.it-center .text {
  text-align: center;
}
.icon-text.it-center .text::after {
  left: 50%;
  transform: translateX(-50%);
}

.icon-text-h {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.icon-text-h .icon {
  border-radius: 5px;
  flex-shrink: 0;
  position: relative;
  margin-right: 15px;
  height: 50px;
  width: 50px;
}
.icon-text-h .icon i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-text-h .text {
  font-family: "Open Sans", sans-serif;
}
.icon-text-h .text .label {
  font-size: 14px;
  margin-bottom: 5px;
}
.icon-text-h .text .value {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}
.icon-text-h .text .value-lg {
  font-size: 25px;
}
.icon-text-h.it-white-secondary .icon {
  background-color: #fff;
  color: #63a57b;
}
.icon-text-h.it-white-secondary .text {
  color: #fff;
}

.image-box-1 {
  position: relative;
  margin: 0 auto;
  max-width: 570px;
}
.image-box-1::before {
  content: "";
  border: 3px solid #63a57b;
  border-radius: 10px;
  position: absolute;
  top: 30px;
  left: 20px;
  width: 85%;
  height: 100%;
  z-index: 2;
}
.image-box-1 > * {
  display: inline-block;
}
.image-box-1 img {
  position: relative;
  z-index: 1;
}
.image-box-1 .ib-first {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.image-box-1 .ib-second {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 3;
}
.image-box-1 .ib-third {
  border: 15px solid #63a57b;
  border-radius: 100rem;
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 20px;
}
@media (max-width: 576px) {
  .image-box-1 .ib-third {
    display: none;
  }
}

.section-overlay {
  transform: translateY(-75px);
}

.service-section .image-layer::before {
  background-color: #2a6394;
  opacity: 1;
}
.service-section .image-layer-2::before {
  background-color: #63a57b;
  opacity: 1;
}
.service-section .sec-title {
  margin-bottom: 130px;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.color-primary {
  color: #2a6394 !important;
}

.color-secondary {
  color: #63a57b !important;
}

.mt-30{
	margin-top: 30px !important;	
}
	
.mb-25{
	margin-bottom: 25px !important;	
}
