:root, [data-bs-theme=light] {
  --bs-primary: #930dfd;
  --bs-primary-rgb: 147,13,253;
  --bs-primary-text-emphasis: #3B0565;
  --bs-primary-bg-subtle: #E9CFFF;
  --bs-primary-border-subtle: #D49EFE;
  --bs-secondary: #d284cf;
  --bs-secondary-rgb: 210,132,207;
  --bs-secondary-text-emphasis: #543553;
  --bs-secondary-bg-subtle: #F6E6F5;
  --bs-secondary-border-subtle: #EDCEEC;
  --bs-light: #f8f9fa;
  --bs-light-rgb: 248,249,250;
  --bs-light-text-emphasis: #636464;
  --bs-light-bg-subtle: #FEFEFE;
  --bs-light-border-subtle: #FCFDFD;
  --bs-link-decoration: blink;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #930dfd;
  --bs-btn-border-color: #930dfd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7D0BD7;
  --bs-btn-hover-border-color: #760ACA;
  --bs-btn-focus-shadow-rgb: 239,219,255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #760ACA;
  --bs-btn-active-border-color: #6E0ABE;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #930dfd;
  --bs-btn-disabled-border-color: #930dfd;
}

.btn-outline-primary {
  --bs-btn-color: #930dfd;
  --bs-btn-border-color: #930dfd;
  --bs-btn-focus-shadow-rgb: 147,13,253;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #930dfd;
  --bs-btn-hover-border-color: #930dfd;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #930dfd;
  --bs-btn-active-border-color: #930dfd;
  --bs-btn-disabled-color: #930dfd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #930dfd;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #d284cf;
  --bs-btn-border-color: #d284cf;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #D996D6;
  --bs-btn-hover-border-color: #D790D4;
  --bs-btn-focus-shadow-rgb: 32,20,31;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #DB9DD9;
  --bs-btn-active-border-color: #D790D4;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #d284cf;
  --bs-btn-disabled-border-color: #d284cf;
}

.btn-outline-secondary {
  --bs-btn-color: #d284cf;
  --bs-btn-border-color: #d284cf;
  --bs-btn-focus-shadow-rgb: 210,132,207;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d284cf;
  --bs-btn-hover-border-color: #d284cf;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #d284cf;
  --bs-btn-active-border-color: #d284cf;
  --bs-btn-disabled-color: #d284cf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d284cf;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #D3D4D5;
  --bs-btn-hover-border-color: #C6C7C8;
  --bs-btn-focus-shadow-rgb: 37,37,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #C6C7C8;
  --bs-btn-active-border-color: #BABBBC;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
  padding: 200px 0 150px;
  color: #fff;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: .5;
}

header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #6c757d;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}

@media (min-width: 576px) {
  p {
  }
}

。sm-h3 {
  font: 10px;
}

@media (min-width: 300px) {
  .carousel-caption {
    height: 169.1px;
  }
}

p {
  text-decoration: none;
}

a {
  text-decoration: none;
}

#Img_1 {
  max-width: 80%;
}

#Img_2 {
  max-width: 70%;
}

#Img_4 {
  max-width: 80%;
}

.despre-noi {
  font-size: 90%;
  padding-bottom: 4px;
}

.fa.fa-phone.despre-noi {
  font-size: 15px;
  color: rgb(54,110,255);
}

.fa.fa-envelope.despre-noi {
  font-size: 15px;
  color: rgb(54,110,255);
}

.fa.fa-home.despre-noi {
  font-size: 18px;
  color: rgb(54,110,255);
}

.col-sm-4.col-md-3.item-srv {
  border-right: 1px solid;
  border-color: rgba(129,129,129,0.3);
}

.col-lg-3.item.social {
  border-right: 1px solid;
  border-color: rgba(129,129,129,0.3);
}

.text-center.footer-logo-text {
  font-size: 11px;
  font-family: 'Raleway';
}

.footer-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 50px;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    overflow: visible;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.footer-clean {
  padding: 20px 0;
  background-color: #ede8e8;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

a:active {
  /*background: red;*/
}

