/*
    Theme Name: Belouch Alzheimer Care
    Theme URI: https://eljaouadi.online
    Author: Mohamed Ait Eljaouadi
    Author URI: https://eljaouadi.online/
    Description:  Belouch Alzheimer Care Theme is a custom WordPress Theme  designed and developed for Karima Belouch Website.
    Tags: one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
    Version: 1.0
    Requires at least: 5.0
    Tested up to: 6.3
    Requires PHP: 7.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: belouchcare
*/
html {
  background-color: #ffffff;
  font-size: 16px;
}
html body {
  color: #1f2738;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
  overflow: hidden;
}
html body .is-mr-center {
  margin-inline: auto;
}
html body .top-position-content {
  position: relative;
  top: -75px;
}

button,
.button {
  font-family: "Poppins", sans-serif;
  border: none;
  font-weight: 500;
  font-size: 0.95rem;
  font-weight: 500;
}
button.primary-button,
.button.primary-button {
  color: #ffffff;
  background-color: #3a986d;
}

.outlined-button {
  color: #3a986d;
  background-color: #ffffff;
  border: 1px solid #3a986d;
}
.outlined-button:hover {
  color: #3a986d;
  background-color: #ffffff;
  border: 1px solid #3a986d;
}

button.button,
a.button {
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in-out;
  font-size: 1.05rem;
  font-weight: 400;
}

input,
.input {
  border: none;
  color: #1f2738;
  font-family: "Poppins", sans-serif;
  box-shadow: none;
}
input:focus,
.input:focus {
  border: none;
  box-shadow: none;
}

.label {
  margin-bottom: 7px;
}

.form-input {
  border: 1px solid #e9e9e9;
  padding-block: 1.45rem;
}
.form-input:focus {
  border: 1px solid #3a986d !important;
}

label.label {
  font-weight: 500;
  font-size: 0.93rem;
  color: #1f2738;
}

.field-has-button-icon {
  position: relative;
  margin-bottom: 40px;
}
.field-has-button-icon .control-input {
  border: 1px solid #1f2738;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0.5rem;
  position: relative;
  z-index: 3;
}
.field-has-button-icon .control-input .icon {
  color: #1f2738;
  top: 0.5rem;
  left: 5px;
}
.field-has-button-icon .control-input .input {
  outline: none;
  font-size: 0.9rem;
}
.field-has-button-icon .control-input .input::-moz-placeholder {
  color: #1f2738;
}
.field-has-button-icon .control-input .input::placeholder {
  color: #1f2738;
}
.field-has-button-icon::after {
  content: "";
  background-color: #ffe6d0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -8px;
  right: -8px;
  z-index: 2;
  border-radius: 4px;
}

textarea,
.textarea {
  border: 1px solid #e9e9e9;
  box-shadow: none;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.9;
}
textarea:focus,
.textarea:focus {
  border: 1px solid #3a986d !important;
  border: none;
  box-shadow: none;
}

.component-card {
  background-color: #ffffff;
  padding: 1.75rem;
  border-radius: 9px;
  min-height: 280px;
  transform: scale(0.95);
}
.component-card.special-card {
  background-color: #3a986d;
  position: relative;
  overflow: hidden;
  transform: scale(1.05);
}
.component-card.special-card .whyus-card-content {
  position: sticky;
  z-index: 2;
}
.component-card.special-card::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  display: block;
  z-index: 1;
}
.component-card.special-card::after {
  content: "";
  position: absolute;
  right: -50px;
  top: auto;
  bottom: -30px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  display: block;
  z-index: 1;
}
.component-card.special-card .card-icon {
  background-color: #ffffff;
}
.component-card.special-card h3 {
  color: #ffffff;
}
.component-card.special-card p {
  color: #f8f8f8;
}
.component-card .card-icon {
  width: 68px;
  height: 68px;
  padding: 13px;
  background-color: rgba(58, 152, 109, 0.1);
  border-radius: 50%;
  margin-bottom: 15px;
}
.component-card h3 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.component-card h3 strong {
  font-family: "Azo Sans", sans-serif;
  color: #1f2738;
}
.component-card p {
  color: #717171;
  font-size: 0.93rem;
}
.component-card.service-card p {
  margin-bottom: 10px;
}
.component-card.service-card a {
  color: #3a986d;
}

.features-list {
  margin-bottom: 35px;
}
.features-list .items-list li .media-left {
  margin-right: 7px;
}
.features-list .items-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.features-list .items-list li .icon {
  background-color: #e5f5ed;
  border-radius: 50%;
  margin-right: 10px;
}
.features-list .items-list li .icon i {
  color: #3a986d;
  font-size: 0.75rem;
}
.features-list .items-list li span:last-of-type {
  font-weight: 400;
  font-size: 0.95rem;
  color: #1f2738;
}

.home .bac_logo {
  width: 64px;
}

.bac_logo {
  width: 48px;
  margin-top: 5px;
}

nav#bac-primary-navbar .navbar-brand .bac_logo {
  max-height: initial;
  margin-right: 10px;
}
nav#bac-primary-navbar .navbar-brand .navbar-item {
  color: #3a986d;
  font-size: 1.15rem;
}
nav#bac-primary-navbar .navbar-menu .navbar-start {
  margin-left: auto;
}
nav#bac-primary-navbar .navbar-menu .navbar-start .navbar-item {
  color: #717171;
}
nav#bac-primary-navbar .navbar-menu .navbar-start .navbar-item.is-active {
  color: #1f2738;
}
nav#bac-primary-navbar .navbar-menu .navbar-end .buttons .button:last-of-type {
  margin-right: 0;
}
nav#bac-primary-navbar .navbar-menu .navbar-end .lang-button {
  text-transform: capitalize;
}
nav#bac-primary-navbar .navbar-menu .navbar-end .lang-button:hover {
  color: #3a986d;
}
nav#bac-primary-navbar .navbar-menu .navbar-end .lang-button a {
  color: #3a986d;
}
nav#bac-primary-navbar .navbar-menu .navbar-end .lang-button a:hover {
  color: #3a986d;
}
nav#bac-primary-navbar .navbar-menu .navbar-item {
  font-size: 1.05rem;
  font-weight: 500;
}
nav#bac-primary-navbar .navbar-menu .navbar-item .button {
  border-width: 1px;
  padding: 1.25rem 1rem;
}
nav#bac-primary-navbar .navbar-menu .navbar-item .button i.las {
  font-size: 1.25rem;
}
nav#bac-primary-navbar .navbar-menu .navbar-item .button.contact-button {
  width: 155px;
  border: 1px solid #3a986d;
}
nav#bac-primary-navbar .navbar-menu .navbar-item:hover {
  background-color: transparent;
  color: #1f2738;
}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    pointer-events: none;
    z-index: -1;
  }
  .navbar-menu.is-active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
.bac-hero-section {
  background-size: cover;
  position: relative;
  min-height: 65vh;
  overflow: hidden;
}
.bac-hero-section .hero-body {
  padding: 0;
}
.bac-hero-section .is-overlay {
  background: rgba(255, 255, 255, 0.65);
}
.bac-hero-section .hero-text-content .hero-text-content_subtitle {
  color: #3a986d;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.bac-hero-section .hero-text-content .hero-text-content_title {
  color: #1f2738;
  font-size: 3.35rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
  font-family: "Azo Sans", sans-serif;
}
.bac-hero-section .hero-text-content .hero-text-content_title span {
  color: #3a986d;
}
.bac-hero-section .hero-text-content .hero-text-content_p {
  color: #717171;
  margin-bottom: 35px;
  max-width: 95%;
  font-size: 1.03rem;
}
.bac-hero-section .hero-text-content .buttons .button {
  width: 175px;
  border-radius: 25px;
}
.bac-hero-section .hero-image {
  position: relative;
}
.bac-hero-section .hero-image .circle-shapes {
  width: 500px;
  height: 500px;
  margin: auto;
  position: relative;
  border-radius: 50%;
  background-color: #e5f5ed;
}
.bac-hero-section .hero-image .circle-shapes:after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(58, 152, 109, 0.3411764706);
}
.bac-hero-section .hero-image .image {
  max-width: 700px;
  margin: auto;
}

.bac-features {
  background-color: #FAFAFA;
}

.about-bac_section .section-title {
  color: #1f2738;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
  font-family: "Azo Sans", sans-serif;
  width: 70%;
}
.about-bac_section .section-title span {
  color: #3a986d;
}
.about-bac_section p {
  margin-bottom: 25px;
  width: 85%;
  color: #717171;
}
.about-bac_section .whatsapp-button {
  width: 220px;
  text-align: left;
}
.about-bac_section .whatsapp-button i {
  font-size: 1.5rem;
  color: #ffffff;
  margin-right: 5px;
}
.about-bac_section .about-bac-poster {
  max-width: 675px;
  margin: auto;
}
.about-bac_section .about-bac-poster img {
  border-radius: 8px;
}

.bac-services {
  position: relative;
  padding-bottom: 5rem;
}
.bac-services:after {
  content: "";
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #FAFAFA;
  border-radius: 8px;
  display: block;
  position: absolute;
  z-index: -2;
}
.bac-services .section-title-container .section-title {
  color: #1f2738;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
  font-family: "Azo Sans", sans-serif;
}
.bac-services .section-title-container .section-title span {
  color: #3a986d;
}
.bac-services .section-title-container p {
  margin-bottom: 25px;
  width: 35%;
  color: #717171;
}
.bac-services .services-poster {
  transform: scale(1.5) translate(-45px, -10px);
  z-index: -1;
}
.bac-services .services-poster img {
  border-radius: 8px;
}
.bac-services .all-services-button {
  width: 200px;
}

.bac-blogs {
  padding-top: 5rem;
}
.bac-blogs .articles-button {
  width: 170px;
}
.bac-blogs .section-title-container .section-title {
  color: #1f2738;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
  font-family: "Azo Sans", sans-serif;
}
.bac-blogs .section-title-container .section-title span {
  color: #3a986d;
}
.bac-blogs .section-title-container p {
  margin-bottom: 25px;
  width: 80%;
  color: #717171;
}
.bac-blogs .post-loop-item .card-content {
  background-color: #FAFAFA;
}
.bac-blogs .post-loop-item .blog-header {
  margin-bottom: 20px;
}
.bac-blogs .post-loop-item .blog-header .post-metatag {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.bac-blogs .post-loop-item .blog-header .post-metatag .icon i {
  font-size: 1.4rem;
  margin-right: 7px;
  top: 2px;
  color: #717171;
}
.bac-blogs .post-loop-item .blog-header .post-metatag .post-date {
  font-size: 0.93rem;
  font-weight: 500;
  color: #717171;
}
.bac-blogs .post-loop-item .blog-header h2 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
  min-height: 70px;
  line-height: 1.6;
}
.bac-blogs .post-loop-item .blog-header h2 a {
  color: #1f2738;
  text-decoration: underline;
}

.hero-search-courses {
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero-search-courses .control {
  border: 1px solid #1f2738;
  border-radius: 4px;
  background: #ffffff;
  padding: 0.5rem;
}
.hero-search-courses .control .icon {
  color: #1f2738;
  top: 9px;
  left: 0.45rem !important;
  font-size: 0.93rem;
}
.hero-search-courses .control .input {
  font-size: 0.93rem;
  outline: none;
  border: none;
  box-shadow: none;
}
.hero-search-courses .control .input::-moz-placeholder {
  color: #1f2738;
}
.hero-search-courses .control .input::placeholder {
  color: #1f2738;
}
.hero-search-courses .control .search-button {
  background-color: #1f2738;
  border: 1px solid #1f2738;
  color: #ffffff;
  font-size: 0.9rem;
}

.no-result {
  margin: auto;
  font-size: 1.5rem;
}

footer {
  background-color: #FAFAFA;
}
footer .footer-menus {
  padding: 3rem 0;
}
footer .footer-menus .site-info .bac_logo {
  width: 64px;
  margin-right: 10px;
}
footer .footer-menus .site-info .site-info_name {
  font-weight: 700;
  color: #3a986d;
  font-size: 1.05rem;
}
footer .footer-menus .site-info .site-info_description {
  margin-top: 15px;
  font-size: 0.9rem;
  color: rgba(31, 39, 56, 0.7);
  line-height: 1.8;
}
footer .footer-menus .menu .menu-label {
  font-weight: 700;
  letter-spacing: normal;
  font-size: 0.93rem;
  color: #3a986d;
  position: relative;
}
footer .footer-menus .menu .menu-list {
  line-height: 1.5;
}
footer .footer-menus .menu .menu-list li,
footer .footer-menus .menu .menu-list a {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9rem;
  color: rgba(31, 39, 56, 0.7);
}
footer .footer-menus .menu .menu-list li:hover,
footer .footer-menus .menu .menu-list a:hover {
  background-color: transparent;
}
footer .footer-menus .bac-social-media a {
  border-radius: 4px;
  background-color: #e5f5ed !important;
  color: #3a986d !important;
  border: 1px solid #e5f5ed;
  font-size: 0.9rem;
  padding-bottom: calc(0.5em - 1px) !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  padding-top: calc(0.5em - 1px) !important;
  transition: background-color 0.3s ease-in-out;
}
footer .footer-menus .bac-social-media a:hover {
  background-color: #e5f5ed !important;
  border: 1px solid #e5f5ed;
}
footer .footer-menus .bac-social-media a:not(:last-of-type) {
  margin-right: 7px;
}
footer .level {
  border-top: 1px solid #e9e9e9;
}
footer .level .copyrights {
  font-size: 0.9rem;
  padding: 1.25rem 0;
}
footer .level .copyrights p {
  text-align: center;
}
footer .level .copyrights p a {
  color: #717171;
  text-decoration: underline;
}
footer .level .footer-inline-list li a {
  color: #717171;
  font-size: 0.9rem;
  text-decoration: underline;
}
footer .level .footer-inline-list li:not(:last-of-type) {
  margin-right: 15px;
}
footer .level .footer-inline-list li .lang-button {
  padding: 0;
  background: transparent;
  border: none;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 400;
  top: -2px;
}

.is-404-page {
  min-height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-404-page .error-content h1 {
  color: #1f2738;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
}
.is-404-page .error-content h1 span {
  color: #3a986d;
}
.is-404-page .error-content h3 {
  font-weight: bold;
  font-size: 2rem;
}
.is-404-page .error-content p {
  font-weight: 400;
  font-size: 0.93rem;
  color: #1f2738;
  margin-bottom: 25px;
}
.is-404-page .error-content .home-button {
  font-size: 0.93rem;
}

.bac-blog-banner,
.bac-services-banner {
  position: relative;
  background-size: cover;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bac-blog-banner .is-overlay,
.bac-services-banner .is-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.bac-blog-banner .banner-content h1,
.bac-services-banner .banner-content h1 {
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
}
.bac-blog-banner .banner-content .breadcrumb,
.bac-services-banner .banner-content .breadcrumb {
  background-color: transparent;
}
.bac-blog-banner .banner-content .breadcrumb li a,
.bac-services-banner .banner-content .breadcrumb li a {
  color: #ffffff;
}
.bac-blog-banner .banner-content .breadcrumb li.is-active a,
.bac-services-banner .banner-content .breadcrumb li.is-active a {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb {
  background-color: #f8f8f8;
  padding: 0.75rem 1.5rem;
}
.breadcrumb ul li:first-child a {
  padding-left: 0.75rem;
}
.breadcrumb ul li a {
  color: #3a986d;
  white-space: pre-wrap;
}
.breadcrumb ul li a:hover {
  color: #3a986d;
}

.pagination {
  margin-top: 25px;
  margin-bottom: 15px;
}
.pagination .pagination-link {
  color: #3a986d;
  border-color: #3a986d;
  background-color: rgba(58, 152, 109, 0.1);
}
.pagination .pagination-link.is-current {
  border-color: #3a986d;
  background-color: #3a986d;
  color: #ffffff;
}
.pagination .pagination-next,
.pagination .pagination-previous {
  color: #3a986d;
  border-color: #3a986d;
  background-color: rgba(58, 152, 109, 0.1);
}

.comments li {
  list-style: none;
}
.comments .comment {
  margin-bottom: 10px;
}
.comments .comment .comment-body {
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #fafafa;
}
.comments .comment .comment-body .comment-meta .comment-metadata {
  display: none;
}
.comments .comment .comment-body .comment-meta .comment-author {
  display: flex;
  align-items: center;
  color: #3a986d;
  font-size: 0.9rem;
}
.comments .comment .comment-body .comment-meta .comment-author a {
  pointer-events: none;
  color: #3a986d;
}
.comments .comment .comment-body .comment-meta .comment-author a:hover {
  color: #3a986d;
}
.comments .comment .comment-body .comment-meta .comment-author img {
  border-radius: 50%;
  margin-right: 15px;
}
.comments .comment .comment-body .comment-meta .comment-author .says {
  display: none;
}
.comments .comment .comment-body .comment-content {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #636469;
}
.comments .comment footer {
  background: #fafafa;
}
.comments .comment.depth-2 .comment-body {
  max-width: 90%;
  margin-left: auto;
}
.comments .comment.depth-2 .comment-body .comment-author img {
  width: 48px;
  height: 48px;
}
.comments .comment-notes {
  margin-bottom: 15px;
}
.comments .logged-in-as {
  margin-bottom: 15px;
  font-size: 0.85rem;
}
.comments .comment-respond {
  margin-top: 25px;
}
.comments .comment-respond .form-submit .submit {
  background-color: #3a986d;
  border: none;
  color: #ffffff;
  padding: 7px 15px;
  border-radius: 3px;
  cursor: pointer;
}

.comments #commentform .input,
.comments #commentform .textarea {
  box-shadow: none;
  background: #f8f8f8;
}

.comments #commentform .comment-form-cookies-consent {
  display: none;
}

.blog-single-post .post-header {
  margin-bottom: 25px;
}
.blog-single-post .post-header .post-thumbnail img {
  border-radius: 5px;
}
.blog-single-post .post-categories .bac-post-category-item {
  background-color: rgba(247, 217, 127, 0.4);
  border: none;
  font-weight: 600;
  font-size: 0.8rem;
  min-width: 150px;
  text-align: center;
  outline: none;
  box-shadow: none;
  margin-right: 7px;
  position: relative;
}
.blog-single-post .post-categories .bac-post-category-item::before {
  content: "";
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: #f7d97f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: -10px;
}
.blog-single-post h1.post-title {
  font-weight: 700;
  font-size: 1.75rem;
  margin: 15px 0 15px;
}
.blog-single-post .post-metatags {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e9e9e9;
}
.blog-single-post .post-metatags .author .author-avatar {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.blog-single-post .post-metatags .author .author-name {
  color: #717171;
}
.blog-single-post .post-metatags .post-publish-date {
  margin-left: 15px;
}
.blog-single-post .post-metatags .post-publish-date .icon-image {
  width: 20px;
  margin-left: 7px;
}
.blog-single-post .post-metatags .post-publish-date .post-date {
  font-size: 0.93rem;
  font-weight: 600;
  color: #717171;
}
.blog-single-post .post-content img {
  margin-top: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog-single-post .post-content h1,
.blog-single-post .post-content h2,
.blog-single-post .post-content h3,
.blog-single-post .post-content h4,
.blog-single-post .post-content h5,
.blog-single-post .post-content h6 {
  margin-bottom: 20px;
  font-weight: 700;
}
.blog-single-post .post-content h1 {
  font-size: 1.75rem;
}
.blog-single-post .post-content h2 {
  font-size: 1.5rem;
}
.blog-single-post .post-content h3 {
  font-size: 1.35rem;
}
.blog-single-post .post-content h4 {
  font-size: 1.2rem;
}
.blog-single-post .post-content h5 {
  font-size: 1.15rem;
}
.blog-single-post .post-content h6 {
  font-size: 1.05rem;
}
.blog-single-post .post-content p {
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 2;
  font-size: 1.03rem;
}
.blog-single-post .post-content p br {
  display: none;
}
.blog-single-post .post-content ul {
  margin-bottom: 25px;
  list-style: disc;
  margin-left: 20px;
}
.blog-single-post .post-content ul li:not(:last-of-type) {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 2;
  font-size: 1.03rem;
}
.blog-single-post .bac-post_comments {
  margin: 35px 0;
}
.blog-single-post .bac-post_comments h2 {
  color: #3a986d;
  position: relative;
  margin-bottom: 25px;
}
.blog-single-post .bac-post_comments h2 span {
  background: #ffffff;
  z-index: 2;
  position: sticky;
  padding-right: 1rem;
  font-weight: 400;
  font-size: 1.35rem;
}
.blog-single-post .bac-post_comments h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #3a986d;
  position: absolute;
  top: 50%;
  left: 0;
}
.blog-single-post .related-post-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.blog-single-post .related-post-item .media .media-left .image {
  max-width: 200px;
}
.blog-single-post .related-post-item .media .media-left .image img {
  border-radius: 3px;
}
.blog-single-post .related-post-item .media .media-content h4 a {
  font-weight: 600;
  color: #1f2738;
  font-size: 1.05rem;
}
.blog-single-post .bac-social-media a {
  border-radius: 4px;
  background-color: #e5f5ed !important;
  color: #3a986d !important;
  border: 1px solid #e5f5ed;
  font-size: 1.25rem;
  padding-bottom: calc(0.5em - 1px) !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  padding-top: calc(0.5em - 1px) !important;
  transition: background-color 0.3s ease-in-out;
}
.blog-single-post .bac-social-media a:hover {
  background-color: #e5f5ed !important;
  border: 1px solid #e5f5ed;
}
.blog-single-post .bac-social-media a:not(:last-of-type) {
  margin-right: 7px;
}

.default-widget .widget-header .widget-title {
  font-size: 1.25rem;
  color: #1f2738;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}
.default-widget .widget-header .widget-title span {
  background: #ffffff;
  z-index: 2;
  position: sticky;
  padding-right: 1rem;
  font-weight: 400;
  font-size: 1.35rem;
}
.default-widget .widget-header .widget-title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #1f2738;
  position: absolute;
  top: 50%;
  left: 0;
}
.bac-review {
  padding: 4rem 1.5rem 6rem;
}
.bac-review .section-title {
  color: #1f2738;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
  font-family: "Azo Sans", sans-serif;
}
.bac-review .qoute-icon {
  width: 60px;
  margin-inline: auto;
  margin-block: 50px 40px;
}
.bac-review .testimonials-container {
  width: 60%;
  margin: auto;
  position: relative;
}
.bac-review .testimonials-container .tns-nav {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.bac-review .testimonials-container .tns-nav > button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e5f5ed;
}
.bac-review .testimonials-container .tns-nav > button:not(:last-of-type) {
  margin-right: 5px;
}
.bac-review .testimonials-container .tns-nav > button.tns-nav-active {
  background-color: #3a986d;
}
.bac-review .testimonials-container .slider-controllers button {
  outline: none;
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none;
  color: #3a986d;
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
.bac-review .testimonials-container .slider-controllers button:hover {
  background-color: transparent;
}
.bac-review .testimonials-container .slider-controllers button i {
  font-size: 2.5rem;
}
.bac-review .testimonials-container .slider-controllers button.is-prev-slide {
  left: -100px;
}
.bac-review .testimonials-container .slider-controllers button.is-next-slide {
  right: -100px;
}
.bac-review .testimonials-container button[data-action=start],
.bac-review .testimonials-container button[data-action=stop] {
  display: none;
}
.bac-review .testimonial-item {
  margin-inline: auto;
}
.bac-review .testimonial-item .testimonial-text {
  font-weight: 500;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 25px;
}
.bac-review .testimonial-item .reviewer-name {
  color: #717171;
  font-size: 1.1rem;
  font-weight: 400;
}
.bac-review .testimonial-nav-slider {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.bac-review .testimonial-nav-slider .reviewer-image {
  width: 76px !important;
  height: 76px !important;
  margin-right: 5px;
}
.bac-review .testimonial-nav-slider .reviewer-image img {
  padding: 6px;
  border: 2px solid transparent;
}
.bac-review .testimonial-nav-slider .reviewer-image.tns-slide-active.tns-nav-active img {
  padding: 6px;
  border: 2px solid #3a986d;
}

.elementor-24 .elementor-element.elementor-element-4551cb47 .elementor-heading-title,
.elementor-26 .elementor-element.elementor-element-5e9effec .elementor-heading-title {
  color: #1f2738;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px !important;
  font-family: "Azo Sans", sans-serif !important;
}

.primary-text {
  color: #3a986d;
}

.bac-services-page {
  padding-bottom: 0rem;
}
.bac-services-page .posts-items {
  padding-bottom: 0;
  padding-top: 4rem;
}
.bac-services-page .service-card .card-icon {
  margin-left: auto;
  margin-right: auto;
}
.bac-services-page:after {
  display: none;
}
.bac-services-page .service-card {
  background-color: #fafafa;
}
.bac-services-page .service-card p {
  margin-bottom: 25px;
}
.bac-services-page .service-card a {
  color: #ffffff;
  width: 150px;
}
.bac-services-page .have-questions-section {
  margin-bottom: 25px;
}
.bac-services-page .have-questions-section .questions-section-title {
  color: #1f2738;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
  font-family: "Azo Sans", sans-serif;
}
.bac-services-page .have-questions-section p {
  width: 50%;
  margin: 0 auto 35px;
  text-align: center;
}
.bac-services-page .have-questions-section .button {
  width: 200px;
}

@media (min-width: 1024px) and (max-width: 1216px) {
  .bac-hero-section .hero-text-content .hero-text-content_title {
    font-size: 2.4rem;
  }
  .bac-hero-section .hero-text-content .hero-text-content_p {
    max-width: 100%;
    font-size: 1rem;
  }
  .about-bac_section .section-title {
    font-size: 1.9rem;
    width: 100%;
  }
  .about-bac_section p {
    width: 100%;
    font-size: 0.95rem;
  }
  .have-questions-section p {
    width: 70% !important;
  }
}
@media (min-width: 1217px) and (max-width: 1407px) {
  .bac-hero-section .hero-text-content .hero-text-content_title {
    font-size: 2.85rem;
  }
  .about-bac_section .section-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .navbar .navbar-brand {
    align-items: center;
  }
  .navbar .navbar-brand .bac_logo {
    width: 48px !important;
  }
  .navbar .navbar-brand .lang-button {
    margin-right: 1rem;
  }
  .navbar .navbar-brand .navbar-burger {
    border: 1px solid #e9e9e9;
    height: 2.65rem;
    width: 2.65rem;
    border-radius: 3px;
    margin-right: 10px;
  }
  .home .bac-services {
    background: #FAFAFA;
  }
  .bac-services .section-title-container p {
    width: 50%;
  }
  .bac-services .services-poster {
    display: none;
  }
  .bac-services:after {
    display: none;
  }
  footer {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .have-questions-section {
    padding-top: 1rem;
    padding-inline: 0;
  }
  .have-questions-section p {
    width: 100% !important;
  }
  .testimonials-container {
    width: 100% !important;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .bac-hero-section .hero-text-content .hero-text-content_title {
    font-size: 2.5rem;
  }
  .bac-hero-section .hero-text-content .hero-text-content_p {
    max-width: 100%;
    font-size: 1rem;
  }
  .about-bac_section .section-title {
    font-size: 1.9rem;
    width: 100%;
  }
  .have-questions-section {
    padding-top: 1rem;
  }
  .have-questions-section p {
    width: 90% !important;
  }
  .blog-single-post-sidebar .related-post-item .media {
    flex-direction: column;
  }
  .blog-single-post-sidebar .related-post-item .media h4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .bac-hero-section .columns .hero-text-content .button {
    width: 100%;
  }
  .bac-hero-section .columns .hero-text-content .button:not(:last-of-type) {
    margin-right: 0;
  }
}
@media screen and (max-width: 579px) {
  .bac-hero-section .columns .hero-text-content h1 {
    font-size: 2rem;
  }
  .bac-hero-section .columns .hero-text-content h1 br {
    display: none;
  }
  .bac-features .columns {
    display: block;
  }
  .bac-features .columns .column {
    width: 100%;
  }
  .bac-services .columns {
    display: block;
  }
  .bac-services .columns .column {
    width: 100%;
  }
  .bac-blogs .columns {
    display: block;
  }
  .bac-blogs .columns .column {
    width: 100%;
  }
  .about-bac_section .about-belouch-service {
    text-align: center;
  }
  .about-bac_section .about-belouch-service .section-title {
    width: 100% !important;
    text-align: center;
    font-size: 1.85rem !important;
  }
  .about-bac_section .about-belouch-service p {
    width: 100% !important;
    text-align: center;
    font-size: 0.95rem !important;
  }
  .section-title-container .section-title {
    width: 100% !important;
  }
  .section-title-container p {
    width: 100% !important;
  }
}
@media (min-width: 580px) and (max-width: 768px) {
  .bac-hero-section .columns .hero-text-content h1 {
    font-size: 3rem;
  }
  .bac-features .columns {
    display: flex;
    justify-content: center;
  }
  .bac-services .columns {
    display: flex;
    justify-content: center;
  }
  .bac-blogs .columns {
    display: flex;
    justify-content: center;
  }
  .section-title-container p {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .bac-hero-section .columns {
    display: flex;
    flex-direction: column-reverse;
  }
  .bac-hero-section .columns .hero-text-content {
    text-align: center;
  }
  .bac-hero-section .columns .hero-text-content p {
    max-width: 100%;
  }
  .bac-hero-section .columns .hero-text-content .buttons {
    justify-content: center;
  }
  .bac-features .whyus-card {
    text-align: center;
  }
  .bac-features .whyus-card .card-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .about-bac_section .about-belouch-service {
    text-align: center;
  }
  .about-bac_section .about-belouch-service .section-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.95rem;
  }
  .about-bac_section .about-belouch-service p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .bac-services {
    text-align: center;
    padding-bottom: 3rem;
  }
  .bac-services .card-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .section-title-container {
    text-align: center;
  }
  .section-title-container .section-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.95rem;
  }
  .section-title-container p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .bac-blogs .level-right {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  footer .site-info {
    text-align: center;
  }
  footer .site-info .is-flex {
    justify-content: center;
  }
  footer .bac-social-media {
    justify-content: center;
  }
  footer .copyrights {
    padding-block: 10px !important;
  }
  footer .level {
    flex-direction: column-reverse;
    display: flex;
  }
  footer .level .level-right {
    margin-top: 10px !important;
  }
  footer .footer-inline-list {
    justify-content: center;
  }
  .blog-single-post-sidebar .related-post-item .media {
    flex-direction: column;
  }
  .blog-single-post-sidebar .related-post-item .media h4 {
    margin-top: 10px;
  }
  .is-404-page .error-content h1 {
    font-size: 7rem !important;
  }
  .is-404-page .error-content h3 {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */