/*
Theme Name: asistenta rutiera
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: eJump team
Author URI: https://ejump.com/
Description:
Version: 2025
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* @font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('./assets/fonts/Helvetica.woff') format('woff');
} */

.hero-section h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
}

.hero-section {
    display: flex;
    min-height: 320px;
    align-items: center;
    margin-bottom: 25px;
    min-height: 150px;
    background: url(https://asistentarutiera.ro/assets/images/new-hero.jpg?v=2);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media screen and (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .hidden-xl,
    .hidden-md {
        display: none;
    }
    .show-on-desktop {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 991px) {
    .show-on-mobile {
        display: block;
    }
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

*:focus {
    outline: none;
}

a {
    color: #141414;
    text-decoration: none;
    position: relative;
}

a:hover {
    color: #2D7FB4;
}

body {
    margin: 0;
    padding: 0;
    /* font-family: "Helvetica", Arial, sans-serif; */
    color: #141414;
    font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 22px;
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 26px
}

ol,
ul {
    list-style: none
}

article ul {
    list-style: disc
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.icon.icon-angle-down {
    display: none
}

.wpcf7-list-item.first {
    margin: 0 !important;
}

.wpcf7-acceptance label {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 400 !important;
    line-height: 1.2;
}

.wpcf7-form-control-wrap .wpcf7-list-item.first {
    margin: 0 !important;
}

.wpcf7 {
    padding-bottom: 40px
}

.wpcf7 h4 {
    background-color: #147bd1;
    font-family: "Titillium Web", sans-serif;
    font-size: 170%;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    color: #fff;
    margin-right: 10px;
    display: block;
    float: left;
    line-height: 36px;
    width: 100%;
}

.wpcf7 {
    max-width: 640px;
    margin: 0 auto;
}

.wpcf7 h5 {
    font-size: 18px
}

.wpcf7 .row .wpcf7-form-control-wrap {
    margin: 0
}

.wpcf7 .wpcf7-textarea {
    max-height: 100px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7 span[data-name="acceptance-518"] {
    margin: 0 0 5px
}

.wpcf7 input[type="submit"] {
    font-family: "Titillium Web", sans-serif;
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    line-height: 40px;
    font-size: 21px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 40px;
}

.d-flex-custom div {
    margin-right: 10px;
}

.d-flex-custom {
    display: flex;
    align-items: center;
    max-width: 350px;
}

.wpcf7-form-control-wrap input[type="radio"],
.wpcf7-form-control-wrap input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    float: left;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 4px !important;
    margin-right: 5px !important;
}

.wpcf7.js p {
    margin: 0
}

.home_top_content p {
    font-size: 18px;
    line-height: 28px
}

@media screen and (max-width:991px) {
    header .left-part-bottom {
        width: 40%;
        margin: 0;
        
    }
    .container-banner{
        padding: 0 15px;
    }
    header .bottom-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .right-part-bottom {
        width: 50%;
        padding: 0;
    }
    header .right-part-bottom ul li {
        margin: 0;
    }
    header .right-part-bottom ul {
        padding-left: 0;
        padding-top: 5px;
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (min-width:991px) {
    .row_custom h5 {
        margin-right: 10px;
        min-width: 250px;
    }
    .row_custom .col-xs-12 {
        display: flex;
        align-items: center;
    }
}