@import "../fonts/open-sans-v29-latin-ext_latin.css";
@import "../fonts/roboto-v30-latin-ext_latin.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.ar-col-12,
.ar-col-11,
.ar-col-10,
.ar-col-9,
.ar-col-8,
.ar-col-7,
.ar-col-6,
.ar-col-5,
.ar-col-4,
.ar-col-3,
.ar-col-2,
.ar-col-1 {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: initial;
}

.ar-col-12 {
  width: 100%;
}

.ar-col-11 {
  width: 91%;
}

.ar-col-10 {
  width: 83%;
}

.ar-col-9 {
  width: 75%;
}

.ar-col-8 {
  width: 66%;
}

.ar-col-7 {
  width: 58%;
}

.ar-col-6 {
  width: 50%;
}

.ar-col-5 {
  width: 41%;
}

.ar-col-4 {
  width: 33%;
}

.ar-col-3 {
  width: 25%;
}

.ar-col-2 {
  width: 16%;
}

.ar-col-1 {
  width: 9%;
}

.ar-ms-15 {
  margin-left: 15px;
}

.ar-padd-10 {
  padding: 10px;
}

.ar-padd-20 {
  padding: 20px;
}

.ar-padd-30 {
  padding: 30px;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.ar-clear {
  float: none;
  clear: both;
}

.mb5 {
  margin-bottom: 50px;
}

.mb2 {
  margin-bottom: 20px;
}

.mt5 {
  margin-top: 50px;
}

.mt5 {
  margin-top: 20px;
}

.tStart {
  text-align: start;
}

.tCenter {
  text-align: center;
}

.tEnd {
  text-align: end;
}

.resetFont {
  font-size: initial;
}

.padd-20-left {
  padding-left: 20px;
}

@media screen and (max-width: 979px) {
  .ar-col-12,
  .ar-col-11,
  .ar-col-10,
  .ar-col-9,
  .ar-col-8,
  .ar-col-7,
  .ar-col-6,
  .ar-col-5,
  .ar-col-4,
  .ar-col-3,
  .ar-col-2,
  .ar-col-1 {
    width: 100%;
    display: inline-block;
  }
  .ar-f-right,
  .ar-f-left {
    float: none;
  }
  .ar-padd-10,
  .ar-padd-20,
  .ar-padd-30 {
    padding: 0px;
  }
}
.hover_move_left {
  position: relative;
  left: 0px;
  transition: left 1s;
}
.hover_move_left:hover {
  left: 20px;
}

.hover_move_right {
  position: relative;
  right: 0px;
  transition: right 1s;
}
.hover_move_right:hover {
  right: 20px;
}

.hover_move_top {
  position: relative;
  top: 0px;
  transition: top 1s;
}
.hover_move_top:hover {
  top: 20px;
}

.hover_move_bottom {
  position: relative;
  bottom: 0px;
  transition: bottom 1s;
}
.hover_move_bottom:hover {
  bottom: 20px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 100;
}

p {
  margin-block: 0;
  margin-bottom: 10px;
  font-size: 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 15px 0px;
  text-wrap: balance;
  font-weight: 100;
}

.underline {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

a {
  color: #0e0e0e;
  text-decoration: none;
}
a:hover {
  color: #0e0e0e;
}

.separator {
  border-top: 1px solid #eee;
  background: none;
  margin: 10px 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

iframe {
  border: none;
}

.ss_maro {
  color: #c3996f;
}

.ss_dark {
  color: #403F41;
}

.ss_blue {
  color: #77A7D6;
}

.ss_red {
  color: #E58F95;
}

.btn {
  cursor: pointer;
  background: #1e1e1e;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  transition: background 0.5s;
}
.btn:hover {
  background: #4d4d4d;
}

*:focus {
  outline: none;
}

.t-center {
  text-align: center;
}

body.site-loading {
  overflow: hidden;
}

.container-header {
  border-top: 0.8rem solid #0e0e0e;
  background-color: #fff;
  padding: 15px 0px 0px 0px;
}
.container-header .ar-wrapper .brand {
  width: 20%;
  margin-right: 2%;
  display: inline-block;
}
.container-header .ar-wrapper .brand img {
  width: 100%;
}

.container-content {
  width: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

.ar-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
}

.top-header-contact {
  position: absolute;
  right: 20px;
  display: inline-block;
}
.top-header-contact p {
  text-align: right;
}

#ar_alerts {
  z-index: 9999;
  position: relative;
}

.container-footer {
  color: #fff;
}
.container-footer h3 {
  text-align: left;
}
.container-footer ul {
  padding: 0;
  margin: 0;
}
.container-footer ul li {
  margin-bottom: 3px;
}
.container-footer .footer {
  min-height: 150px;
  border-bottom: 1px solid #dadada;
  background: #0e0e0e;
  padding: 15px 0px 10px 0px;
  margin-top: 75px;
}
.container-footer .footer .footer-menu {
  margin: 0px 25px;
  position: relative;
  padding: 8px;
}
.container-footer .footer .footer-menu .ftMenuCols h4 {
  text-transform: uppercase;
  color: #403F41;
  font-weight: 100;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 8px;
}
.container-footer .footer .footer-menu .ftMenuCols ul li {
  margin-bottom: 5px;
}
.container-footer .footer .footer-menu .ftMenuCols a {
  color: #403F41;
  font-weight: 400;
  font-size: 0.9rem;
}
.container-footer .footer .footer-menu .ftMenuCols a i {
  margin-right: 10px;
}
.container-footer .footer .footer-menu .ft-social {
  position: absolute;
  right: 0;
  text-align: center;
}
.container-footer .footer .footer-menu .ft-social img {
  border-radius: 100px;
  width: 150px;
}
.container-footer .footer .footer-menu .ft-social .social-icons {
  margin-top: 15px;
}
.container-footer .footer .footer-menu .ft-social .social-icons li {
  display: inline-block;
  margin-right: 10px;
}
.container-footer .footer .footer-menu .ft-social .social-icons li a {
  color: #403F41;
}
.container-footer .footer .footer-menu .ft-social .social-icons li .fa-brands {
  font-size: 1.6rem;
}
.container-footer .footer .footer-menu .ft-social .social-icons li .fa-brands:hover {
  color: #E58F95;
}
.container-footer .footer .footer-menu a {
  color: #fff;
}
.container-footer .footer .menuBlock {
  font-size: 0.8rem;
  max-width: 350px;
}
.container-footer .footer .menuBlock .logo {
  height: 48px;
}
.container-footer .footer .menuBlock .logo-car {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  opacity: 0.5;
}
.container-footer .footer .menuBlock:last-child {
  position: absolute;
  right: 20px;
}
.container-footer .footer .menuBlock:last-child h3 {
  margin: 5px;
}
.container-footer .footer::after {
  clear: both;
}
.container-footer .footer .social-icons {
  font-size: 1.4rem;
  margin-left: 6px;
}
.container-footer .footer .social-icons li {
  display: inline-block;
}
.container-footer .footer .social-icons li a .fab {
  margin-right: 10px;
  color: #dadada;
}
.container-footer .footer-bottom {
  margin: 0px 20px;
  text-align: left;
  position: relative;
  padding-bottom: 5px;
  padding: 5px;
}
.container-footer .footer-bottom .footer-bottom-menu {
  display: inline-block;
  font-weight: 100;
  font-size: 0.9rem;
}
.container-footer .footer-bottom .footer-bottom-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.container-footer .footer-bottom .footerBottomMenu {
  float: left;
  text-align: left;
}
.container-footer .footer-bottom ul li {
  display: inline-block;
  margin-right: 11px;
  color: #000;
  font-weight: 1.4rem;
  font-size: 0.7rem;
}
.container-footer .footer-bottom ul li a {
  color: #000;
  text-decoration: none;
}
.container-footer .footer-bottom ul li a:hover {
  columns: #dadada;
}
.container-footer .footer-bottom .copyright {
  text-decoration: none;
  font-size: 0.8rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.container-footer .footer-bottom .copyright:hover {
  color: #000;
}

.boxes {
  text-align: center;
}
.boxes .box {
  width: 250px;
  min-height: 160px;
  display: inline-block;
  border: 1px solid #dadada;
  cursor: pointer;
  vertical-align: top;
  background-color: transparent;
  transition: background-color 1s;
}
.boxes .box:hover {
  background-color: #555;
}
.boxes .box img {
  width: 80%;
}
.boxes .box .box_title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.4rem;
  margin-top: 5px;
}

.home-about-us {
  background-color: black;
  margin-top: 20px;
  color: white;
  font-size: 1rem;
  font-weight: 100;
  padding: 20px 0px 5px 0px;
}
.home-about-us h2 {
  text-align: left;
  color: orange;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.home-about-us .home-about-images {
  text-align: left;
}
.home-about-us .home-about-images img {
  cursor: pointer;
  margin: 5px;
  width: 22%;
  border: 2px solid white;
  filter: sepia(0.5);
}
.home-about-us .home-about-images img:hover {
  filter: sepia(0);
}
.home-about-us hr.home-bottomLine {
  background-color: orange;
  height: 3px;
  border-radius: 2px;
  opacity: 1;
  width: 40%;
}

.home-req-offers {
  margin-top: 20px;
}
.home-req-offers .title {
  text-align: center;
}
.home-req-offers .title h2 {
  display: inline-block;
  vertical-align: middle;
  margin-block: 0;
  color: #eab331;
  font-weight: bold;
}
.home-req-offers .title .title_ic {
  display: inline-block;
  width: 60px;
}
.home-req-offers .home-req-images {
  text-align: center;
}
.home-req-offers .home-req-images .req_img {
  width: 33%;
  display: inline-block;
}
.home-req-offers .home-req-images .req_img p {
  font-size: 1.2rem;
}
.home-req-offers .home-req-images .req_img img {
  width: 70%;
  border: 10px solid #555;
}

.landing_page {
  width: 100%;
  height: 100vh;
  background-color: #0e0e0e;
}
.landing_page::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url("/images/background.jpg"), #0e0e0e;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.landing_page .landing_content {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Here we define our animation with the name "rotate" */
}
.landing_page .landing_content .landing_tag {
  font-size: 6rem;
  font-weight: 900;
  color: white;
  opacity: 0.5;
  margin: 0;
}
.landing_page .landing_content .landing_logo {
  height: 250px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.landing_page .landing_content .landing_logo img {
  height: 100%;
  width: auto;
}
.landing_page .landing_content .landing_start_arrow {
  text-align: center;
  font-size: 7rem;
  position: absolute;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  margin: auto;
  animation: bounce 1s linear infinite;
  cursor: pointer;
}
@keyframes bounce {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 10px;
  }
}

.counting_projects {
  text-align: center;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-weight: bold;
}
.counting_projects .counting_project {
  width: 25%;
}
.counting_projects .counting_project img {
  width: 50%;
  margin-bottom: -40px;
}
.counting_projects .counting_project .counting {
  font-size: 5rem;
}
.counting_projects .counting_project .project_name {
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #99C597;
}

.full-section {
  padding: 15px 60px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 40px 0px;
  background: linear-gradient(to top, rgba(31, 155, 0, 0.7294117647), rgba(21, 126, 0, 0.8)), url("/images/background.jpg") no-repeat top center;
  background-size: cover;
  background-position: center;
}
.full-section .about-us {
  text-align: center;
}
.full-section .about-us .viziune,
.full-section .about-us .misiune,
.full-section .about-us .valori {
  margin-top: 30px;
  display: inline-block;
  padding: 25px;
  box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 1rem;
}
.full-section .about-us .viziune,
.full-section .about-us .misiune {
  width: 20%;
  vertical-align: top;
}
.full-section .about-us .viziune img,
.full-section .about-us .misiune img {
  width: 60%;
}
.full-section .about-us .valori {
  width: 59%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.full-section .about-us .valori img {
  width: 20%;
}

.adi_graphics,
.invata_culorile {
  text-align: center;
  margin-top: 50px;
}
.adi_graphics img,
.invata_culorile img {
  width: 70%;
}

@media screen and (max-width: 600px) {
  .counting_projects .counting_project {
    width: 100%;
    margin-bottom: 30px;
  }
  .counting_projects .counting_project .counting {
    font-size: 3rem;
  }
  .counting_projects .counting_project .project_name {
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #99C597;
  }
  .full-section {
    padding: 15px 0px;
  }
  .full-section .about-us h3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .full-section .about-us .viziune,
  .full-section .about-us .misiune,
  .full-section .about-us .valori {
    width: 100%;
    margin: 0;
  }
  .adi_graphics img,
  .invata_culorile img {
    width: 100%;
  }
}
.staticPage {
  margin-bottom: 50px;
}
.staticPage p {
  text-indent: 20px;
  font-size: 1rem;
}
.staticPage p.list_header {
  font-size: 1.2rem;
  margin: 0px;
  font-weight: bold;
}
.staticPage ul {
  margin: 0px 0px 20px 20px;
  font-size: 1rem;
}

.home-about-us {
  background-color: black;
  margin-top: 20px;
  color: white;
  font-size: 1rem;
  font-weight: 100;
  padding: 20px 0px 5px 0px;
}
.home-about-us h2 {
  text-align: left;
  color: orange;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.home-about-us .home-about-images {
  text-align: left;
}
.home-about-us .home-about-images img {
  cursor: pointer;
  margin: 5px;
  width: 22%;
  border: 2px solid white;
  filter: sepia(0.5);
}
.home-about-us .home-about-images img:hover {
  filter: sepia(0);
}
.home-about-us hr.home-bottomLine {
  background-color: orange;
  height: 3px;
  border-radius: 2px;
  opacity: 1;
  width: 40%;
}

.contactPage .address b {
  font-weight: bolder;
  display: inline-block;
  width: 12%;
  text-align: center;
}
.contactPage .address p {
  margin-right: 10px;
  text-indent: 0px;
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  border-left: 1px solid #1f9c3c;
  margin-bottom: 25px;
}
.contactPage .address a {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
}
.contactPage .address .fa-solid {
  font-size: 2rem;
  color: #1f9c3c;
}

/* Dropdown control */
.selectBox-dropdown {
  min-width: 150px;
  position: relative;
  border-bottom: solid 1px #bbb;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  background-color: #e9f3e9;
  outline: none;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.selectBox-dropdown:hover {
  color: #000;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  line-height: 30px;
}

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  font-size: 1rem;
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  background-color: #e9f3e9;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #bbb;
  background: #fff;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}

.selectBox-inline:focus {
  border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}

.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.selectBox-options.selectBox-options-bottom {
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
  line-height: 1.5;
  padding: 0.2rem 0.5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
  background-color: rgb(255, 255, 255);
  color: #000;
  cursor: pointer;
}

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
  background-color: #c8def4;
}

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #eee;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0.3em;
  white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-color: #666;
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

/* -------------------------- Responsive design ----------------------------*/
@media screen and (max-width: 979px) {
  .container-header .ar-wrapper .brand {
    width: 20%;
    margin: auto;
    right: 0;
    left: 0;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .boxes .box {
    width: 100%;
    min-height: 195px;
  }
  .boxes .box img {
    margin-top: 15px;
  }
  .home-about-us .home-about-images img {
    width: 44%;
  }
  .home-req-offers .title h2 {
    font-size: 1.3rem;
  }
  .home-req-offers .title .title_ic {
    width: 50px;
  }
  .home-req-offers .home-req-images .req_img {
    width: 100%;
    margin-bottom: 25px;
  }
  .home-req-offers .home-req-images .req_img img {
    width: 100%;
  }
  .ar-wrapper .container-content {
    margin: 20px;
  }
  .container-header .ar-wrapper .brand {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  .container-footer .footer {
    text-align: center;
  }
  .container-footer .footer .footer-menu .ftMenuCols {
    margin-bottom: 25px;
    display: inline-block;
  }
  .container-footer .footer .footer-menu .ftMenuCols h4 {
    text-align: center;
  }
  .container-footer .footer .footer-menu .ft-social {
    position: relative;
  }
  .container-footer .footer-bottom {
    text-align: center;
  }
  .container-footer .footer-bottom .copyright {
    position: relative;
  }
}
/*# sourceMappingURL=template.css.map */