.header_imagine_fundal {
    background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('img/contact.jpg');
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header_imagine_fundal:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
   

}


.acasa_continut1 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #ffffff;
    padding: 200px 0 0 0;
}

.titlu1 {
    float: left;
    width: 100%;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 30px 0;
    line-height: 60px;
}

.titlu_resurse {
    color: #4cae4f; 
    font-weight: 800;
    font-size: 100px;
    line-height: 120px;
}

.contact_tip1 {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.contact_tip1_chenar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    display: flex;
}

.contact_tip1_casuta {
    flex: 1;
    float: left;
    padding: 40px 40px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 10px;
     transition-timing-function: ease-out;
    transition-duration: 0.15s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

.contact_tip1_casuta:hover {
        transition-timing-function: ease-out;
    transition-duration: 0.2s;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    /* transform: translateY(-5px); */
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.2); */



}


.contact_tip1_icon {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 45px;
    color:#4cae4f;
}

.contact_tip1_titlu {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    color:#333333;
    padding: 20px 0;
    font-weight: 600;
}

.contact_tip1_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color:#666666;
    padding: 0px 0 40px 0;
}

.contact_tip1_numar {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color:#4cae4f;
    padding: 0 0 5px 0;
    font-weight: 600;
    
}


.contact_tip1_formular1{
    width: 140px;
    float: left;
    text-align: center;
    font-size: 14px;
    color:#4cae4f;
    padding: 10px 0;
    border-radius: 4px;
    margin: 20px 0 0 calc(50% - 70px);
    border: 2px solid #4cae4f;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    cursor: pointer;
}


.contact_tip1_formular1:hover{
    color: #fff;
    background-color: #4cae4f;
}



/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.formular_x {
    text-align: right;
    padding: 5px 30px 10px 0px;
    width: 100%;
    float: left;
    background-color: #fff; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.formular_x_icon {
    float: left;
    width: 120px;
    text-align: center;
    font-size:55px;
    padding: 24px 0;
    border-radius: 50%;
    height: 120px;
    color:#4cae4f;
    margin: -64px 0 0 calc(50% - 30px);
    background-color: #fff;
     box-shadow: 0 0 10px #cccccc;
    
}

.contact_formular_titlu {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 900;
    color: #4cae4f;
    margin: 20px 0 20px 0;
    padding: 0 0 0 30px;
    line-height: 1.2;
    text-align: left;
    
}

.contact_formular_rand1 {
    width: 100%;
    float: left;
    margin: 20px 0 10px 0;
}

.contact_formular_rand1_casuta {
    float: left;
    width: calc(50% - 30px);
    margin: 0 0px 0 30px;
    text-align: left;
    text-transform: capitalize;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
}

.contact_formular_rand1_input {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 5px 10px;
    font-size: 14px;
    margin: 15px 0 0 0;
}
.contact_formular_rand1_input:hover{
    transition: 0.3s ease-in-out;
     border: 1px solid #4cae4f;
}

.contact_formular_rand1_casuta2 {
    float: left;
    width: calc(100% - 30px);
    margin: 0 0px 0 30px;
    text-align: left;
    text-transform: capitalize;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
}


input[type=text], select, textarea {
  width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 5px 10px;
    font-size: 14px;
    margin: 15px 0 0 0;
  resize: vertical;
}

input, select, textarea:hover{
    transition: 0.3s ease-in-out;
     border: 1px solid #4cae4f;
}






img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container_inchide {
  float: left;
  width: 100%;
  padding: 0px ;
  background-color: #f9f9f9;
    padding: 20px 0;
}

.container_inchide_buton {
    width: auto;
    float: left;
    margin: 0 0 0 30px;
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    cursor: pointer;
  }

.container_inchide_buton:hover {
     color: #e22626;
 
}


span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 100px;
}

/* Modal Content/Box */
.modal-content {
    margin: 0 auto; 
    width: 700px; 
    height: auto;
}

.modal-content_1{
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    box-shadow: 0 0 10px #cccccc;
    background-color: #fff;
    border-radius: 5px;
}

/* The Close Button (x) */
.close {
  color: #333333;
  font-size: 35px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}

.close:hover,
.close:focus {
  color: #e22626;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

.contact_formular_trimite {
    float: right;
    text-align: center;
    font-size: 14px;
    color:#4cae4f;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 10px 0 0 0;
    border: 2px solid #4cae4f;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    cursor: pointer;
}


.contact_formular_trimite:hover{
    color: #fff;
    background-color: #4cae4f;
}

                        /* Change styles for span and cancel button on extra small screens */
                            @media screen and (max-width: 1200px) {


                                
.header_imagine_fundal {
    height: auto;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    float: left;
}

.header_imagine_fundal:before{
  content:" ";
  width:100%;
  height:auto;
  display: block;
    position: fixed;
   

}
                                
                                
   
.acasa_continut1 {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    padding: 115px 15px 20px 15px;
}

.titlu1 {
    display: none;
}

.titlu_resurse {
    font-size: 50px;
    line-height: 60px;
}
                             
                                
                                
                                
                                
                                
                                

.contact_tip1 {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.contact_tip1_chenar {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0 0 0 0; 
    float: left;
    display: contents;
}

.contact_tip1_casuta {
    width: 100%;
    float: left;
    padding: 40px 40px;
    box-shadow: 0 0 10px #cccccc;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0px 30px 0;
}

.contact_tip1_icon {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 45px;
    color:#4cae4f;
}

.contact_tip1_titlu {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    color:#333333;
    padding: 20px 0;
    font-weight: 600;
}

.contact_tip1_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color:#666666;
    padding: 0px 0 40px 0;
}

.contact_tip1_numar {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color:#4cae4f;
    padding: 0 0 5px 0;
    font-weight: 600;
    
}


.contact_tip1_formular1{
    width: 140px;
    float: left;
    text-align: center;
    font-size: 14px;
    color:#4cae4f;
    padding: 10px 0;
    border-radius: 30px;
    margin: 0px 0 0 calc(50% - 70px);
    border: 2px solid #4cae4f;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    cursor: pointer;
}


.contact_tip1_formular1:hover{
    color: #fff;
    background-color: #4cae4f;
}



/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
   
}

/* Center the image and position the close button */
.formular_x {
    text-align: right;
    padding: 5px 0px 10px 0px;
    width: 100%;
    float: left;
    margin: 0 0 0px 0;
    background-color: #fff; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.formular_x_icon {
    float: left;
    width: 80px;
    text-align: center;
    font-size: 35px;
    padding: 15px 0;
    border-radius: 50%;
    height: 80px;
    color: #4cae4f;
    margin: -47px 0 0 calc(50% - 40px);
    background-color: #fff;
    box-shadow: 0 0 10px #cccccc;
    
}

.contact_formular_titlu {
    width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 900;
    color: #4cae4f;
    margin: 20px 0 20px 0;
    padding: 0 0 0 15px;
    line-height: 1.2;
    text-align: left;
    
}

.contact_formular_rand1 {
    width: 100%;
    float: left;
    margin: 0px 0 0px 0;
}

.contact_formular_rand1_casuta {
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px 10px 15px;
    text-align: left;
    text-transform: capitalize;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
}

.contact_formular_rand1_input {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 5px 10px;
    font-size: 14px;
    margin: 5px 0 0 0;
}
.contact_formular_rand1_input:hover{
    transition: 0.3s ease-in-out;
     border: 1px solid #4cae4f;
}

.contact_formular_rand1_casuta2 {
    float: left;
    width: calc(100% - 30px);
    margin: 0 0px 0 15px;
    text-align: left;
    text-transform: capitalize;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
}


input[type=text], select, textarea {
  width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 5px 10px;
    font-size: 14px;
    margin: 5px 0 0 0;
  resize: vertical;
}

input, select, textarea:hover{
    transition: 0.3s ease-in-out;
     border: 1px solid #4cae4f;
}






img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container_inchide {
  float: left;
  width: 100%;
  padding: 0px ;
  background-color: #f9f9f9;
    padding: 20px 0;
}

.container_inchide_buton {
    width: calc(100% - 30px);
    float: left;
    margin: 0 0 0 15px;
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    text-align: center;
  }

.container_inchide_buton:hover {
     color: #e22626;
 
}


span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    margin: 0 5%; 
    width: 90%; 
    height: auto;
}

.modal-content_1{
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    box-shadow: 0 0 10px #cccccc;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 50px 0;
}

/* The Close Button (x) */
.close {
  color: #333333;
  font-size: 35px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
    display: none;
}

.close:hover,
.close:focus {
  color: #e22626;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

.contact_formular_trimite {
    float: right;
    text-align: center;
    font-size: 14px;
    color:#4cae4f;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 10px 15px 0 0;
    border: 2px solid #4cae4f;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    cursor: pointer;
}


.contact_formular_trimite:hover{
    color: #fff;
    background-color: #4cae4f;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}


