/* ---------------------------------------------- STYLE CSS  ----------------------------------------------------------- */
/*----------------------------------------------- FONTS -------------------------------------------------------------*/
@font-face {
    font-family: din_condensed;
    src: url(../fonts/d-din.condensed.ttf);
}
.center {
    text-align: center
}
/* body {
    font-family: din_condensed;
} */
/* ---------------------------------------------- NAV  ----------------------------------------------------------- */

header {
    background-color:#167F57 !important;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.75);
}

img.logo {
    max-width: 200px;
    height: 55px;
}

a.nav-link {
    color: #ffffff !important;
}

ul.navbar-nav.mr-auto {
    margin-left: 130px;
}

span.no-bold {
    font-weight: 100;
}

.navbar {
    padding: 1rem 1rem;
}

button.btn.btn-outline-success.my-2.my-sm-0,
.btn-primary {
    background-color: #ffff00;
    border-color: #ffff00;
    color: #000;
    font-weight: 500;
}

li.nav-item {
    font-weight: 500;
}

a.nav-link {
    font-size: 17px;
}

.navbar-light .navbar-brand {
    color: #fff !important;
    font-weight: 600;
    font-size: 22px;
}

/*---------------------------------------------SECTION HOME ----------------------------------------------------- */

section#home {
    position: relative;
    padding-top: 10.19rem;
    padding-bottom: 4.81rem;
}

.img_home {
    width: 600px;
    position: absolute;
    bottom: -50px;
}

h1.title {
    font-size: 31px;
    font-weight: 600;
}

section#terms {
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: -webkit-right; */
}

h2.terms_h {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}


/*---------------------------------------------SECTION SERVICII ------------------------------------------------ */

section#servicii {
    position: relative;
    padding-bottom: 4.81rem;
}

h2.title_servicii.center,
h2.title_despre.center {
    padding-bottom: 45px;
    font-weight: bold;
}

#servicii .card {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.75);
    width: 100% !important;
    margin-bottom: 30px;
}

#servicii img.card-img-top {
    width: 150px;
    padding: 10px;
    padding-top: 25px;
}

#servicii .card-title {
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe.w-100 {
    border-radius: 25px;
}

.modal-body {
    text-align: initial;
}
.modal {
    z-index: 999999999;
}
button.btn.btn-secondary {
    background-color: #ffff00;
    border-color: #ffff00;
    color: #000000;
}

/*---------------------------------------------ABOUT SERVICII ------------------------------------------------ */

section#despre {
    position: relative;
    padding-bottom: 4.81rem;
}

.place-card {
    display:none !important;
}

#despre .card {
    box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.75);
    width: 100% !important;
    height: 990px;
}

#despre p.card-text {
    /* height: 150px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: initial;
}

#despre .card-title {
    margin-bottom: 1.75rem;
}


/*---------------------------------------------CONTINUT------------------------------------------------ */

section#continut {
    position: relative;
    padding-bottom: 4.81rem;
}
div#accordion {
    width: 100%;
}

#continut .card-body {
    text-align: left;
}

#continut .card-header {
    background-color: #167F57;
    margin-bottom: 5px;
    box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.75);
}

#continut .card {
    border: none;
}

#continut button.btn.btn-link {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}

/*---------------------------------------------COLABORATORI------------------------------------------------ */
ol.carousel-indicators {
    display: none;
}
section#colaboratori {
    position: relative;
    padding-bottom: 4.81rem;
}

.colaboratori p.center {
    font-weight: 500;
}

img.d-block.w-100 {
    width: 400px !important;
    margin: 0 auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #000000;
}

.carousel-indicators li {
    color: #000000;
}

img.testimonia_logo.problem {
   position: relative;
   top: 50px;
   width: 250px;
}

.colaboratori {
    padding: 35px;
    border-radius: 100px;
    background-color: #fff;
    max-width: 100%;
}

.testimonia_logo {
    width: 200px;
    margin-left: 150px;
    border-radius: 25px;
}

/*---------------------------------------------CONTACT------------------------------------------------ */
section#contact {
    position: relative;
    padding-bottom: 4.81rem;
}

.info_person {
    padding: 66px 0px 160px 0px;
    text-align: left;
}

.info_person h2{
    margin-bottom: 40px;
}

.form-control {
    border-radius: 15px;
    height: 50px;
    border: 1.5px solid #167F57 !important;
    box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 75%);
}
.label_text {
    font-weight: 500;
}

.form-control:focus {
    border-radius: 15px;
    height: 50px;
    border: 1.5px solid #167F57 !important;
}

button#submit {
    width: 150px;
    box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 75%);
}
span#success_message {
    display: block;
    margin-top: 20px;
    font-size: 20px;
}



/*--------------------------------------------FOOTER ---------------------------------------------------- */

footer {
    background-color: #075336;
    padding: 25px;
    padding-top: 30px;
}

a.textc-black {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}

p.margin-bottom-40.textc-black {
    font-weight: 500;
    color: #ffffff
}

a.navbar-brand:hover {
    color: #ffffff !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ffff00;
    color: #000000;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
  }
  
  #myBtn:hover {
    background-color: #555;
    color: #fff
  }

  button.btn.footer.btn-outline-success.my-2.my-sm-0 {
    margin-left: 0px;
}
.socials.talign--center.margin-bottom-20.margin-top-65 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

a.navbar-brand {
    color: #fff !important;
    font-weight: 600;
    font-size: 22px;
}

.socials.talign--center.margin-bottom-20.margin-top-65 li::marker {
    display: none;
}

::marker {
    display: none !important;
    color: #075336;
}


/*--------------------------------------------RESPONSIVE-----------------------------------------------------*/
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 0.5rem;
}
}
@media (max-width: 575.98px) { }
@media (max-width: 767.98px) {  }
@media (max-width: 991.98px) {
    .title_home {
        text-align: center;
    }
    #home h1.title {
        font-size: 25px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .col-md-12.col-lg-1.talign--right.md-talign--center.padding-top-5 {
        display: flex;
        justify-content: center;
    }
    .info_person {
        text-align: center;
    }
    .col-md-12.col-lg-2.talign--right.md-talign--center.padding-top-5 {
        display: flex;
        justify-content: center;
    }
    ul.navbar-nav.mr-auto {
        margin-left: 0px;
        text-align: center;
    }
    img.testimonia_logo.problem {
        position: relative;
        top: 0px;
     }
    form.form-inline.my-2.my-lg-0 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .img_home {
        width: 100%;
        position: initial;
    }
    section#home {
        position: relative;
        padding-top: 5.19rem;
        padding-bottom: 2.81rem;
    }
    #servicii img.card-img-top {
        width: 200px;
        /* padding: 25px; */
        padding-top: 40px;
    }
    /* button.btn.btn-outline-success.my-2.my-sm-0, .btn-primary {
        width: 100%;
    } */
    #despre .card {
        margin-bottom: 30px;
    }
    div#accordion {
        margin-left: 15px;
        margin-right: 15px;
    }
    .info_person {
        padding: 66px 0px 0px 0px;
    }
    .navbar-brand {
        display: flex;
        justify-content: center;
    }
    button.btn.footer.btn-outline-success.my-2.my-sm-0 {
        margin-left: 0px;
    }
    #despre .card {
        height: initial !important;
    }
    .testimonia_logo {
        width: 150px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    
 }
@media (max-width: 1199.98px) {  }
@media (max-width: 1399.98px) { }
