body {
  color: #0a1932;
  font-family: "Open Sans", sans-serif;
}
a {
  color: #00aae9;
  text-decoration: none;
}
a:hover {
  color: #00aae9;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #00aae9;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title h3 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}
.section-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #00aae9;
  bottom: 0;
  left: calc(50% - 25px);
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}
.description .contact-text {
  margin-left: 150px;
}
@media screen and (max-width: 1280px) {
  .description .contact-text {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .description .contact-text {
    margin-left: 0px;
  }
}
.description .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.description .content ul {
  list-style: none;
  padding: 0;
}
.description .content ul li {
  padding-bottom: 10px;
}
.description .content p:last-child {
  margin-bottom: 0;
}
.scroll {
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
  margin-top: 10px;
}
#scroll-style::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#scroll-style::-webkit-scrollbar-thumb {
  background-color: #00aae9;
}
.about-us {
  padding-top: 10px;
}
.about-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
  background: #eeeeee;
  min-height: 300px;
  margin-top: 10px;
}
.about-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  color: #00aae9;
}
.about-us .box h5 {
  color: #141414;
  font-weight: bold;
  padding-top: 20px;
}
.about-us .box p {
  color: #0a1932;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-align: initial;
}
.about-us .box:hover {
  background: #ffffff;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.about-us .box:hover h4 {
  color: #141414;
  padding: 10px;
}
.demo {
  margin-bottom: 20px;
}
.about-boxes {
  background: url("../assets/img/intro/bg-image.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}
.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.about-boxes .card:hover .card-icon i {
  background: #ffffff;
  color: #00aae9;
}
.about-boxes .card .card-img-top {
  max-height: 200px;
}
.about-boxes .card .card-img-company {
  max-height: 150px;
}
.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}
.about-boxes .card-icon i {
  font-size: 32px;
  color: #ffffff;
  width: 64px;
  height: 64px;
  padding-top: 9px;
  background-color: #00aae9;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #ffffff;
  transition: 0.3s;
  display: inline-block;
}
.about-boxes .card-body {
  padding-top: 12px;
}
.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
  color: #0a1932;
}
.about-boxes .card-title:hover {
  color: #00aae9;
}
.about-boxes .card-title a {
  color: #141414;
}
.about-boxes .card-title a:hover {
  color: #00aae9;
}
.about-boxes .card-text {
  color: #0a1932;
}
.about-boxes .container {
  position: relative;
  z-index: 10;
}
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}
.about-boxes .content-text {
  padding-top: 20px;
  font-weight: 700;
  font-size: 1.2rem;
  color: #141414;
}
.about-boxes .size-card {
  min-height: 220px;
}
.about-boxes .right {
  float: right;
}
/*   servicii   */
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #eeeeee;
}
.services .icon-box:hover {
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
}
.services .icon-box:hover h4 a {
  color: #00aae9;
}
.services .icon-box i {
  padding-top: 10px;
  float: left;
  color: #00aae9;
  font-size: 35px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
.services .icon-box h4 a {
  color: #0a1932;
  transition: 0.3s;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}
.services .height-indexbox {
  min-height: 250px;
}
.services-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0a1932;
}
.services-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #00aae9;
  margin: 4px 10px;
}
.services-title p {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0a1932;
}
/*  motto  */
.motto-section {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/intro/bg-image.jpg") fixed center center;
  background-size: cover;
  padding: 50px 0;
}
.motto-section h3 {
  color: #ffffff;
  font-size: 25px;
}
.motto-section h4 {
  color: #ffffff;
  font-size: 20px;
}
.motto-section p {
  color: #ffffff;
}
.motto-section .motto-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  margin-top: 10px;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.motto-section .motto-btn:hover {
  background: #00aae9;
  border: 2px solid #00aae9;
}
.indent-20 {
  text-indent: 20px;
}
.indent-30 {
  text-indent: 30px;
}
.indent-60 {
  text-indent: 60px;
}
#topheader {
  background: #eeeeee;
  color: #141414;
  font-size: 15px;
  padding: 5px;
}
@media screen and (max-width: 320px) {
  #topheader {
    font-size: 10px;
  }
}
#topheader .contact-info a {
  color: #141414;
  line-height: 0;
}
#topheader .contact-info a:hover {
  color: #00aae9;
}
#topheader .contact-info i {
  color: #00aae9;
  line-height: 0;
  margin-right: 5px;
}
#topheader .contact-info .phone-icon {
  margin-left: 15px;
}
#topheader .social-links a {
  color: #141414;
  display: inline-block;
  line-height: 1px;
  padding: 4px 12px;
}
#topheader .social-links a:hover {
  color: #00aae9;
}
#header {
  background: rgba(25, 25, 25, 0.9);
  height: 4.35rem;
  z-index: 999;
}
#header .logo {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
#header .logo a {
  color: #ffffff;
}
#header .logo img {
  max-height: 100px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.navbar {
  padding: 0;
}
.navbar ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar li {
  position: relative;
}
.navbar li:hover > a {
  background: #00aae9;
}
.navbar a {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  white-space: nowrap;
}
.navbar a:focus {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  white-space: nowrap;
}
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover {
  background: #00aae9;
  color: #ffffff;
}
.navbar .active {
  background: #00aae9;
}
.navbar .active:focus {
  background: #00aae9;
}
.navbar .dropdown ul {
  background: #eeeeee;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: calc(100% + 30px);
  visibility: hidden;
  z-index: 99;
}
.navbar .dropdown ul li:hover > a {
  color: #ffffff;
}
.navbar .dropdown ul a {
  color: #141414;
  padding: 10px 20px;
  border-bottom: 1px solid #00aae9;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover {
  color: #ffffff;
}
.navbar .dropdown ul .active:hover {
  color: #ffffff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  left: calc(100% - 30px);
  top: 0;
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  left: 100%;
  opacity: 1;
  top: 0;
  visibility: visible;
}
.navbar > ul > li {
  margin-left: 5px;
}
.mobile-toggle {
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  line-height: 0;
}
.navbar-mobile {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.navbar-mobile .mobile-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
}
.navbar-mobile ul {
  background-color: #ffffff;
  bottom: 15px;
  display: block;
  left: 15px;
  overflow-y: auto;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  top: 55px;
}
.navbar-mobile a {
  color: #141414;
  font-size: 15px;
  padding: 10px 20px;
}
.navbar-mobile a:focus {
  color: #141414;
  font-size: 15px;
  padding: 10px 20px;
}
.navbar-mobile a:hover {
  background: none;
  color: #00aae9;
}
.navbar-mobile .active {
  background: none;
  color: #00aae9;
}
.navbar-mobile li:hover > a {
  background: none;
  color: #00aae9;
}
.navbar-mobile .dropdown ul {
  background: #ffffff;
  display: none;
  margin: 10px 20px;
  opacity: 1;
  padding: 10px 0;
  position: static;
  visibility: visible;
  z-index: 99;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul li:hover > a {
  color: #00aae9;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover {
  color: #00aae9;
}
.navbar-mobile .dropdown ul .active:hover {
  color: #00aae9;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 991px) {
  .mobile-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar-mobile ul {
    display: block;
  }
}
#intro {
  background-size: cover;
  background: url("../assets/img/intro/bg-image.jpg") top center;
  height: 30vh ;
  position: relative;
  width: 100%;
}
#intro:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#intro h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 720px) {
  #intro h1 {
    font-size: 30px;
  }
}
#intro h2 {
  color: #eeeeee;
  font-size: 24px;
  margin-bottom: 30px;
}
#intro .btn-get-started {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 28px;
  text-transform: uppercase;
  transition: 0.5s;
}
#intro .btn-get-started:hover {
  background: #00aae9;
  border-color: #00aae9;
}
/*breadcrumb*/
#breadcrumb {
  font-size: 13px;
  background: #eeeeee;
  height: 4vh;
  padding-top: 1vh;
}
#footer {
  background: #262626;
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 20px;
}
#footer .footer-top {
  padding-top: 30px ;
}
#footer .footer-top .logo {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#footer .footer-top .logo a {
  color: #ffffff;
}
#footer .footer-top .logo img {
  max-height: 40px;
}
#footer .footer-top .footer-info {
  color: #ffffff;
  margin-bottom: 15px;
  padding: 30px 20px;
  text-align: center;
}
#footer .footer-top .footer-info h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
}
#footer .footer-top .footer-info p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: justify;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background: #232323;
  border-radius: 40%;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  padding: 4px 0;
  width: 30px;
}
#footer .footer-top .social-links a:hover {
  background: #ffffff;
  color: #00aae9;
  text-decoration: none;
}
#footer .footer-top h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 12px;
  position: relative;
}
#footer .footer-top .footer-list {
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 20px;
}
#footer .footer-top .footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer .footer-top .footer-list ul li {
  align-items: center;
}
#footer .footer-top .footer-list ul li i {
  color: #00aae9;
  font-size: 14px;
  line-height: 1;
}
#footer .footer-top .footer-list h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
}
#footer .footer-bottom {
  border-top: 1px solid #00aae9;
  padding-top: 20px;
  text-align: center;
}
#footer .up-btn {
  float: right;
}
#footer .up-btn i {
  font-size: 30px;
  margin: 5px;
}
/*cookie*/
#cookieContainer {
  /*color:#00C6D7;*/
  color: #262626;
  z-index: -1;
  width: 100%;
  left: 0;
  /*!*min-height: 20px;*!*/
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  /* background: #2e2e2e;*/
  background: #eeeeee;
  overflow: hidden;
  /*  position: fixed;*/
  bottom: 0;
  /*  right: 30px;*/
  /*display: none;*/
  /* white-space: nowrap;*/
  font-size: 14px;
  text-align: center;
  /*  opacity: 0.9;*/
}
.cookieButton {
  background-color: #262626;
  color: #e8e8ea;
}
#contact .contact_bg {
  background: url("../assets/img/contact_bg.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}
#contact .contact_bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
#contact .contact-text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#contact .send-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  margin-top: 10px;
  color: #232323;
}
#contact .send-btn:hover {
  background: #232323;
  color: #ffffff;
}
#contact .send-btn:hover i {
  color: #ffffff;
}
.despre-img {
  background-repeat: no-repeat;
  background-position: cover;
}
.despre-img:before {
  background-color: rgba(25, 25, 25, 0.6);
}
.scim-img {
  background: url("../assets/img/intro/scim-gri.webp") top center no-repeat;
}
.scim-img:before {
  background: rgba(25, 25, 25, 0.6);
}
.repartizare-img {
  background: url("../assets/img/intro/repartizare-intro.webp") top center no-repeat;
}
.repartizare-img:before {
  background: rgba(25, 25, 25, 0.6);
}
.catalog-img {
  background: url("../assets/img/intro/catalog-your\ \(1\).png") top center no-repeat;
}
.catalog-img:before {
  background: rgba(25, 25, 25, 0.6);
}
.contdemo-img {
  background: url("../assets/img/intro/image\ \(5\)\ \(1\).png") top center no-repeat;
}
.contdemo-img:before {
  background: rgba(25, 25, 25, 0.6);
}
.urbanism-img {
  background: url("../assets/img/intro/urbanism-intro.webp") top center no-repeat;
}
.urbanism-img:before {
  background: rgba(25, 25, 25, 0.6);
}
.companie-img {
  background: url("../assets/img/despre/carti_vizita.webp") top center no-repeat;
}
.protocoale-img {
  background: url("../assets/img/despre/protocoale spitale.webp") top center no-repeat;
}
.protocoale-img:before {
  background: rgba(25, 25, 25, 0.5);
}
.companie-img:before {
  background: rgba(25, 25, 25, 0.5);
}
.ddh-img {
  background: url("../assets/img/intro/contact-test.jpg ") top center no-repeat;
}
.ddh-img:before {
  background: rgba(25, 25, 25, 0.8);
}
.mol-img {
  background: url("../assets/img/intro/team-test.jpg ") top center no-repeat;
}
.mol-img:before {
  background: rgba(25, 25, 25, 0.8);
}
.registratura-img {
  background: url("../assets/img/intro/registratura.jpg ") top center no-repeat;
}
.registratura-img:before {
  background: rgba(25, 25, 25, 0.6);
}
.salariat-img {
  background: url("../assets/img/intro/dosar_salariat.jpg") top center no-repeat;
}
.salariat-img:before {
  background: rgba(25, 25, 25, 0.6);
}
#intro-despre {
  background-size: cover;
  height: 30vh ;
  position: relative;
  width: 100%;
}
#intro-despre:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#intro-despre h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 720px) {
  #intro-despre h1 {
    font-size: 30px;
  }
}
#intro-despre .intro-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  margin-top: 10px;
  border: 2px solid #00aae9;
  color: #ffffff;
}
#intro-despre .intro-btn:hover {
  background: #00aae9;
  border: 2px solid #00aae9;
}
.fa {
  color: #00aae9;
}
:root {
  --transition-time: 0.5s;
}
.card-demo {
  text-align: center;
  background-color: #eeeeee;
  height: 10em;
  width: 11em;
  font-size: 1.5em;
  color: #00aae9;
  padding: 1em;
  display: grid;
  align-items: center;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 2em -1em #373737;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin-top: 0.5em;
  line-height: 2em;
}
.card-demo:hover {
  transform: rotate(0);
  color: #ffffff;
}
.card-demo:hover:before {
  transform: scale(1);
}
.card-demo:hover:after {
  transform: scale(1);
}
.card-demo:before,
.card-demo:after {
  content: '';
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
  background: #00aae9;
  color: #ffffff;
  width: 250%;
  height: 250%;
}
.consiliere .border-l {
  margin-bottom: 20px;
  position: relative;
}
.consiliere .border-l::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 50%;
  border-left: 2px solid #00aae9;
}
.statistica .counter-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  min-height: 150px;
  color: #141414;
}
.statistica .counter-box:hover {
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
}
.statistica .counter-box .number {
  padding-left: 10px ;
  font-size: 1.5rem;
  border-left: 2px solid #00aae9;
}
.statistica .counter-box span {
  color: #00aae9;
}
