@charset "utf-8";
/*********************************************************/
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("animate.min.css");
@import url("bootstrap.min.css");
@import url("bootstrap-icons.min.css");
@import url("boxicons.min.css");
@import url("glightbox.min.css");
@import url("swiper-bundle.min.css");
/*********************************************************/
:root {
  --color-rosu: #F81524;
  --color-albastru: #004BFA;
  --color-negru: #111;
  --color-gri: #ddd;
  --color-alb: #fff;
  --font1: "Open Sans", sans-serif; 
  --font2: "Raleway", sans-serif; 
  --font3: "Poppins", sans-serif; 
}
/*********************************************************/
body {
  font-family: var(--font1);
  color: var(--color-negru);
}

a {
  text-decoration: none;
  color: var(--color-rosu);
}

a:hover {
  color: var(--color-rosu);
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 { font-family: var(--font3); }

.btn-call-phone {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-rosu);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: all 0.4s;
  border: solid 2px #fff;
}
.btn-call-phone svg {
  color: #fff !important;
  width: 30px;
  height: 30px;
}
.btn-call-phone:hover {
  background: green !important;
  color: #fff;
  width: 50px;
  height: 50px;
}

.btn-whatsapp {
  position: fixed;
  right: 15px;
  bottom: 70px;
  z-index: 996;
  background: transparent !important;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.btn-whatsapp svg {
  color: #fff !important;
  width: 60px;
  height: 60px;
}
.btn-whatsapp:hover {
  width: 50px;
  height: 50px;  
  transition: all 0.4s;
}


.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 130px;
  z-index: 996;
  background: var(--color-negru);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border: solid 1px #fff;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--color-rosu);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#topbar {
  background: #eeeeee;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  font-weight: 600;
  color: var(--color-negru);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: var(--color-rosu);
}

#topbar .contact-info i {
  color: var(--color-rosu);
  line-height: 0;
  margin-right: 6px;
}

#topbar .contact-info .phone-icon {
  margin-left: 30px;
}

#topbar .social-links a {
  color: var(--color-negru);
  padding: 4px 12px;
  font-size: 18px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: var(--color-rosu);
}


#header {
  background: #fff;
  transition: all 0.5s ease-in-out;
  z-index: 997;
  height: 90px;
}

#header.header-scrolled, #header.fixed-top {
  height: 76px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25) !important;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: var(--color-rosu);
}

#header .logo img {
  max-height: 90px;
  padding: 10px 0px;
  margin: 5px 0px;
}

.scrolled-offset {
  margin-top: 70px;
}


.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 12px 40px;
  font-size: 16px;
  color: var(--color-negru);
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--color-rosu);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: var(--color-rosu);
  padding: 4px 20px 4px 12px;
  border-radius: 4px;
  border: 2px solid var(--color-rosu);
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: var(--color-rosu);
  color: #fff;
}
.navbar .getstarted .bi {
  font-size: 22px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--color-rosu);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  color: #111;
  font-size: 36px;
  font-weight: 700;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  z-index: 999;
}

.mobile-nav-toggle.bi-x {
  color: red;
  z-index: 99;
  transition: 0.5s;
  transform: translateX(12px);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    z-index: 999;
  }
  .navbar ul {
    display: none;
  }   
}

@media (max-width: 768px) {
  #header .logo { padding: 0px; margin: 0px; }
  #header .logo img { margin-left: 5px;  max-height: 150px; } 
  .nav-link { font-size: 20px !important; border-bottom: solid 1px #999 !important; }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--color-rosu);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--color-rosu);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#hero {
  width: 100%;
  height: 75vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(11, 11, 11, 0.45);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 700;
  margin: 0 auto 10px auto;
  max-width: 70%;
}

#hero p {
  font-size: 22px;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-weight: 600;
  max-width: 75%;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--color-rosu);
}

#hero .btn-get-started {
  font-family: var(--font2);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: var(--color-rosu);
}

#hero .btn-get-started:hover {
  background: var(--color-alb);
  color: var(--color-rosu);
  transition: all 0.25s ease-in-out;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 30px;
  }
  #hero h2 {
    font-size: 48px;
    margin: 0 auto 10px auto;
    max-width: 100%;    
  }  
  
  #hero p {
    font-size: 18px;
    max-width: 100%;
  }  
}

@media (max-width: 768px) {
  #hero {
    height: 65vh;
  }
  #hero h2 {
    font-size: 30px;
    margin: 0 auto 10px auto;
    max-width: 100%; 
  }
  #hero p {
    font-size: 14px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

section {
  padding: 60px 0;
}

.section-bg {
  background-color: #efefef !important;
}

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

.section-title h2 {
  font-size: 36px;
  color: var(--color-rosu);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 280px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 140px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 3px;
  background: var(--color-negru);
  bottom: 0;
  left: calc(50% - 60px);
}

.section-title p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #111;
}


.featured-services {
  padding: 20px 0;
}

.featured-services .boxTips {
  background: transparent;
}

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  color: var(--color-rosu);
  font-size: 42px;
}

.featured-services .title {
  font-family: var(--font3);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  padding: 2px 20px;
}


.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

.featured-services .boxTips {
  background-color: rgba(255,255,255,0.85);
  transition: all 0.5s ease-in-out;
  border-radius: 12px;
  color: #111;
}
.featured-services .boxTips:hover {
  background-color: var(--color-rosu);
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.featured-services .boxTips:hover .icon i {
  color: var(--color-alb);
  transition: all 0.3s ease-in-out;
}
.about .content {
  margin-bottom: 55px;
  padding: 0px 20px !important;
}
.about .content h2, .about .content h3, .about .content h4 {
  color: var(--color-negru);
  margin-bottom: 20px;
}
.about .content h4 {
  font-weight: 700;
  font-size: 18px;
}
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
}
.about .content h2 {
  font-weight: 700;
  font-size: 32px;
}
.about .poza { 
  display: block; 
  margin-top: 25px;
}
.about .poza img {
  border: solid 2px #eee;
  border-radius: 25px !important;
  display: block;
  overflow: hidden;  
}
.about .content ul {
  list-style-type: square !important;
  padding: 0;
  margin: 0px 0px 30px 25px;
}

.about .content ul li {
  padding-bottom: 6px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-rosu);
}

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

@media (max-width: 768px) {
  .about .poza:first-child { 
    margin-top: 0px !important;
  }
  .about .content h2, .about .content h3, .about .content h4 {
    text-align: center;
  }
}


.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #6ec083;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
  .services .section-title h2,
  .services .section-title p {
  color: #fff !important;
  }
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--color-rosu);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-rosu);
}

.services {
  padding-bottom: 5px !important;
}

.services.section-bg {
  background: rgb(245,245,245);
  background: radial-gradient(circle, rgba(245,245,245,1) 45%, rgba(134,134,134,1) 100%); 
}

.services .boxServ .texte h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;  
}

.services .boxServ {
  margin-bottom: 30px;
}
.services .boxServ .card {
  box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.18);
  transition: ease-in-out 0.3s;  
  border-radius: 15px;
}
.services .boxServ .card-body {
  padding: 7px;
}

.services .boxServ .poza {
  display: block;
  max-height: 200px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.services .boxServ .poza a img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;  
}
.services .boxServ:hover .poza a img {
  transform: scale(1.16);
  transition: all 0.25s ease-in-out;
}
.services .boxServ .texte {
  display: block;
  margin: 15px 25px;
}
.services .boxServ .texte h4 {
  font-family: var(--font3);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0px 0px 4px 0px;
}
.services .boxServ .texte h4 a {
  color: #111;
  transition: all 0.25s ease-in-out; 
}
.services .boxServ .texte p {
  font-family: var(--font2);
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  transition: ease-in-out 0.3s;
}

.services .boxServ .texte .btn-more {
  color: var(--color-rosu);
  border: solid 1px #999;
  min-width: 50%;  
}

.services .boxServ:hover .card {
  box-shadow: none !important;
  transform: translateY(-5px);
  transition: ease-in-out 0.3s;
  background-color: var(--color-rosu);  
  color: var(--color-alb) !important;
}
.services .boxServ:hover .card h4, .services .boxServ:hover .card h4 a,
.services .boxServ:hover .card p {
  transition: ease-in-out 0.3s;
  color: var(--color-alb) !important;
}
.services .boxServ .texte .btn-more {
  font-weight: 600;
}
.services .boxServ:hover .texte .btn-more {
  font-weight: 600;
  color: var(--color-alb);
  border: solid 1px var(--color-alb);
  min-width: 50%;  
}
.services .texte .btn-more:hover {
  font-weight: 600;
  color: var(--color-negru) !important;
  background-color: var(--color-alb);
  border: solid 1px var(--color-alb);
  min-width: 50%;  
}




.cta {
  border-top: solid 1px #fff;
  background: rgb(236,33,47);
  background: linear-gradient(180deg, rgba(236,33,47,1) 10%, rgba(157,5,5,1) 95%); 
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.cta p strong {
  font-weight: 900;
}
.cta .cta-btn {
  font-family: var(--font3);
  font-weight: 700;
  font-size: 18px;
  display: block !important;
  padding: 8px 22px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px auto 25px auto;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 8px;
  width: auto;
}

.cta .cta-btn:hover {
  background: #fff;
  color: var(--color-rosu);
}

.cta .cta-btn-container {
  display: block;
}

@media (max-width: 1024px) {
  .cta { background-attachment: scroll;}
}

@media (max-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .w-90 { display: block; width: 90% !important; margin-top: 10px; }
  .cta-btn { min-width: 90% !important; }
  .cta { padding: 50px 0 !important; }
  .cta p { font-size: 16px; padding: 5px 12px; text-align: justify; }    
}


.galerie .galerie-item {
  display: block;
  margin-bottom: 30px;
}


.galerie .poza-wrap {
  transition: 0.3s;
  overflow: hidden;  
  border-radius: 12px;
  border: solid 6px #fff;
  box-shadow: 0 3px 14px 0 rgba(11, 11, 11, 0.25);
  max-height: 250px;
}
.galerie .poza-wrap:hover {
  box-shadow: none !important;
  border-color: var(--color-rosu);
  transition: 0.3s;
}

.galerie .poza-wrap img {
  transform: scale(1);
  transition: all ease-in-out 0.3s;
}

.galerie .poza-wrap:hover img {
  transform: scale(1.2);
  transition: all ease-in-out 0.3s;
}


.contact.section-bg {
  background: rgb(245,245,245);
  background: radial-gradient(circle, rgba(245,245,245,1) 45%, rgba(134,134,134,1) 100%); 
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  overflow: hidden;  
}

.contact .info i {
  font-size: 28px;
  color: var(--color-rosu);
  float: left;
  width: 50px;
  height: 50px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h5 {
  padding: 5px 0 0 65px;
  font-size: 16px;
  font-weight: 400 !important;
  color: #777;
}
.contact .info h3 {
  padding: 5px 0 0 65px;
  font-family: var(--font3);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-negru);
}
.contact .info:hover h3 {
  color: var(--color-rosu) !important;
}

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

.contact iframe { margin: 0; padding: 0; width: 100%; min-height: 572px; border-radius: 20px; }

@media (max-width: 768px) {
  .contact.section-bg .section-title h2,
  .contact.section-bg .section-title p {
    color: var(--color-alb) !important;
  }
}

.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: var(--color-rosu);
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--color-rosu);
  color: #fff;
}

.contact .formular {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  border: solid 3px #fff;
  background: #fafafa;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .formular h4 {
  font-weight: 600;
}
.contact .formular .form-group {
  padding-bottom: 8px;
}
.contact .formular label {
  margin-bottom: 4px;
  color: #555;
  font-size: 15px;
  font-weight: 500;
}
.contact .formular .form-check-label {
  margin-bottom: 4px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
}
.contact .formular .form-check-label a {
  color: var(--color-rosu);
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.contact .formular .form-check-label a:hover {
  color: var(--color-negru);
  text-decoration: underline !important;
  transition: all 0.25s ease-in-out;
}


.contact .formular input[type=text],
.contact .formular input[type=email],
.contact .formular textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 600;
}

.contact .formular input[type=text]:focus,
.contact .formular input[type=email]:focus,
.contact .formular textarea:focus {
  border-color: var(--color-rosu);
}

.contact .formular input[type=text],
.contact .formular input[type=email] {
  height: 44px;
}

.contact .formular textarea {
  padding: 10px 12px;
}

.contact .formular button[type=submit] {
  background: var(--color-rosu);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  font-weight: 600;
  border-radius: 4px;
}

.contact .formular button[type=submit]:hover {
  background: var(--color-negru);
  transition: 0.4s;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}

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

.breadcrumbs h2 {
  font-size: 28px;
  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: #3c3c3c;
  content: "/";
}

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

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

#footer {
  background: rgb(43,43,43);
  background: linear-gradient(180deg, rgba(43,43,43,1) 10%, rgba(135,135,135,1) 95%); 
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 45px 0px 0px 0px;
}

#footer .logo img {
  max-height: 60px;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 20px 0;
  max-width: 70%;
}
@media (max-width: 768px) {
  #footer p { max-width: 100%; }
}


#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 22px;
  display: inline-block;
  background: var(--color-rosu);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 9px;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: var(--color-rosu);
  text-decoration: none;
}
#footer h4 {
  font-family: var(--font3);
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0px 25px 0px;
}
#footer .ft-meniu {
  display: block;
  list-style-type: none;
  padding: 0;  
  margin: 10px 0px 25px 0px;
}
#footer .ft-meniu li {
  display: block;
  margin-bottom: 7px;
}
#footer .ft-meniu li a {
  font-family: var(--font1);
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
#footer .ft-meniu li a:hover {
  transition: all 0.3s ease-in-out;
  color: var(--color-rosu);
}

#footer .ft-meniu li.img a img {
  max-height: 36px;
}
#footer .ft-meniu li.img:first-child a {
 margin-top: 15px;
}

#footer .copyright {
  border-top: solid 1px #ddd;
  background-color: #111;
  margin: 0px;
  padding: 5px 0px;
  text-align: center;
}
#footer .copyright p {
  width: 100%;
  text-align: center;
  padding: 5px 0px 0px 0px;
}

@media (max-width: 768px) {
  #footer .ft-meniu li a.nav-link {
    font-size: 15px !important;
    font-weight: 600 !important;
  }
}


.offcanvas-header .container {
  display: flex;
  justify-content: space-between; 
} 
.offcanvas-header .container h5 { 
  display: inline-block; 
  float: left !important;
  align-items: flex-start;
  margin: 6px 0px 2px 0px !important;
}
.offcanvas-header .container .btn-close { 
  display: inline-block;
  float: right !important;
  align-items: flex-end;
  min-width: 20px;
  min-height: 20px;
  margin: -2px -2px 0px 0px;  
}
