﻿* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    color: #000;
    font-size: 16px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.logo {
    margin-top: 10px;
}
.navbar {
    float: right;
}
.navbar-expand-lg .navbar-toggler {
    display: block;
    border: 0;
    padding: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-nav {
    display: none;
}
.show .navbar-nav{
    display: flex;
    margin-top: 10px;
}
.navbar-toggler-icon {
    background-image: url(../images/menu.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 35px;
    height: 35px;
    float: right;
    margin-top: 30px;
}
.menu_close {
    background-image: url(../images/close.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 37px;
}
.collapsing {
    position: relative;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height .0s ease;
    -o-transition: height .0s ease;
    transition: height .0s ease;
}
.menu_link {
    margin-right: 100px;
}
.menu_link li {
    padding-right: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    list-style: none;
    display: flex;
    margin-top: 25px;
}
h1 {
    font-family: 'Proza Libre', sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    margin-top: 320px;
    margin-bottom: 30px;
}
h2 {
    font-family: 'Proza Libre', sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #38685B;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #557E74;
    text-decoration: none;
}
.container {
    max-width: 1600px;
}
.row {
    padding-right: 50px;
    padding-left: 50px;
}
.row-l-20 {
    padding-left: 20px;
}
.row-new {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pl-0 {
    padding-left: 0px;
}
.pl-10 {
    padding-left: 10px;
}
.project-mr-15 {
    margin-right: 13px;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 20;
}
.main_heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 10;
}
.background {
    width: 100%;
}
.logo img{
    width: 499px;
}
.bg {
    background: #000;
}
.logo_mobile {
    display: none;
}
.logo_navbar {
    display: none;
}
.footer_logo_mobile {
    display: none;
}
.main .description {
    color: #fff;
    font-family: Helvetica;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    max-width: 80%;
}
.main_button {
    position: absolute;
    margin-top: 95px;
}
a .button_top{
    font-size: 25px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    width: 430px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
a:hover .button_top {
    color: #fff;
    background-color: #38685B;
}
#who_are_we {
    margin-top: 120px;
}
#who_are_we p {
    font-size: 25px;
    font-weight: 300;
    line-height: 27.5px;
}
.border-bottom {
    border-bottom: 1px solid #A9A3A3 !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.row {
    padding-right: 30px;
    padding-left: 30px;
}
.head {
    font-family: 'Proza Libre', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #38685B;
}
.head_2 {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.head_desc {
    font-size: 18px;
    font-weight: 300;
    color: #797676;
}
#services {
    margin-top: 120px;
}
#services p {
    font-size: 25px;
    font-weight: 300;
    line-height: 27.5px;
    margin-bottom: 30px;
}
.services_name {
    font-size: 25px;
    font-weight: 700;
}
.services_description ul {
    font-size: 18px;
    font-weight: 300;
    color: #797676;
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: 4px;
}
.services_description ul li {
    line-height: 25.7px;
}
.services_border {
    border-top: 1px solid #A9A3A3;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
.services_border:last-child {
    border-top: 1px solid #A9A3A3;
    border-bottom: 1px solid #A9A3A3;
}
#benefits {
    margin-top: 120px;
}
#benefits p {
    font-size: 25px;
    font-weight: 300;
    line-height: 27.5px;
    margin-bottom: 45px;
}
.benefits-row {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px;
    padding-left: 0px;
}
.benefits-row .col-xl-6 {
    flex: 0 0 auto;
    width: 47%;
}
.benefits-ml {
    margin-left: 35px;
}
.benefits_icon_1 {
    background-image: url(../images/icon-1.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    margin-top: 10px;
}
.benefits_icon_2 {
    background-image: url(../images/icon-2.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    margin-top: 10px;
}
.benefits_icon_3 {
    background-image: url(../images/icon-3.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    margin-top: 10px;
}
.benefits_icon_4 {
    background-image: url(../images/icon-4.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    margin-top: 10px;
}
.benefits_name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}
.benefits_desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.benefits_border {
    border-left: 1px solid #A9A3A3 !important;
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 25px;
    margin-top: 25px;
}
#projects {
    margin-top: 120px;
}
#projects h2{
    margin-bottom: 30px;
}
.items {
    box-shadow: rgba(115, 115, 115, 0.15) -3px 4px 5px;
    padding: 15px;
}
.items-name {
    font-family: 'Proza Libre', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #38685B;
    line-height: 1;
}
.items-name_2 {
    font-family: 'Proza Libre', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #38685B;
    line-height: 84px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.items-link a {
    color: #797676;
    font-size: 18px;
    float: right;
}
.items-link a:hover {
    color: #38685B;
}
.project-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}
.project-row-2 {
    display: flex;
    flex-wrap: wrap;
    padding-right: 5px;
}
.project_mt {
    margin-top: 40px;
    margin-bottom: 44px;
}
.items-header {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
.items-description {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    color: #797676;
    padding-right: 20px;
}
.slick-dots {
    bottom: -35px;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #D9D9D9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #38685b;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
/* the slides */
.slick-slide {
    margin: 10px 15px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}
#clients {
    margin-top: 120px;
}
.client {
    border: 1px solid #A9A3A3;
    padding: 25px;
    margin-left: 2px;
}
.client img{
    width: 100%;
}
#clients h2 {
    margin-bottom: 30px;
}
#jobs {
    margin-top: 120px;
}
footer {
    background: #38685B;
    padding: 60px 50px 0px 0px;
    margin-top: 120px;
}
footer a:hover{
    color: #95CFC194;
}
.footer_logo img {
    width: 499px;
    padding-top: 14px;
}
.footer_phone {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 10px;
}
.footer_phone span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.footer_email {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin-bottom: 50px;
}
.footer_email span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.footer_requisites {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
}
.footer_requisites span {
    display: block;
    margin-bottom: 10px;
}
.footer_requisites p{
    font-size: 18px;
    font-weight: 400;
}
.footer_links {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    list-style: none;
    margin-top: 8px;
}
.footer_links li{
    padding-bottom: 40px;
}
#job {
    margin-top: 7px;
}
#job .card {
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
}
#job .card:last-child {
    border-bottom: 1px solid #A9A3A3;
}
#job .card .card-header {
    border: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-radius: 0px;
    padding: 0;
}
#job .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    padding: 20px 0;
    background: #F6F9F8;
    border-top: 1px solid #A9A3A3;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    padding-left: 5px;
    padding-right: 5px;
}
#job .card .card-header .btn-header-link:focus {
    border-top: 1px solid #A9A3A3 !important;
    border: 0;
}
#job .card .card-header .btn-header-link:active {
    border-top: 1px solid #A9A3A3 !important;
    border: 0;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
#job .card .card-header .btn-header-link:before {
    content: "";
    background-image: url(../images/arrow_top.png);
    width: 15px;
    height: 15px;
    background-size: cover;
    float: right;
    margin-top: 5px;
}
#job .card .card-header .btn-header-link.collapsed {
    color: #000;
    background: #fff;
    border-top: 1px solid #A9A3A3;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    padding-left: 5px;
    padding-right: 5px;
}
#job .card .card-header .btn-header-link.collapsed:before {
    content: "";
    background-image: url(../images/arrow_down.png);
    width: 15px;
    height: 15px;
    background-size: cover;
    float: right;
    margin-top: 5px;
}
#job .card .collapsing {
    line-height: 30px;
}
#job .card .collapse {
    border: 0;
}
#job .card .collapse.show {
    line-height: 30px;
    color: #000;
    background: #F6F9F8;
}
#job .card-body {
    background: #F6F9F8;
    padding: 0 0 15px 0;
    color: #797676;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}
.btn {
    color: #fff;
    width: 100%;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    padding: 1rem 2.5rem;
    margin-top: 1.25rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.btn-tra-orange {
    color: #FFF;
    background: #38685B;
}
.btn-tra-orange:hover {
    color: #fff;
    background-color: #000;
}
.close {
    border: 0;
    background: #fff;
    font-size: 24px;
    color: #000 !important;
    margin-right: 0px;
}
.modal-dialog {
    margin-top: 200px;
}
.projects_top {
    margin-top: -50px;
    padding: 0;
    padding-left: 10px;
}
.privacy-policy {
    margin-top: 30px;
}

.privacy-policy a {
    font-size: 18px;
}
@media (max-width: 1550px) {
    .menu_link {
        margin-right: 50px;
   }
   .items-name {
    font-size: 40px;
}
}
@media (max-width: 1500px) {
    .menu_link {
        margin-right: 20px;
   }
    .main_button {
        margin-top: 75px;
   }
    .services_name {
        font-size: 23px;
   }
}
@media (max-width: 1400px) {
    .logo img {
        width: 399px;
        margin-top: 10px;
   }
    .footer_logo img {
        width: 399px;
        padding-top: 20px;
   }
    h1 {
        font-size: 60px;
        margin-top: 280px;
   }
    .main .description {
        font-size: 34px;
   }
}
@media (max-width: 1300px) {
    .client {
        padding: 15px;
   }
    #projects h2 {
        margin-bottom: 30px;
   }
    .benefits-row .col-xl-6 {
        flex: 0 0 auto;
        width: 46%;
   }
    .logo img {
        width: 299px;
        margin-top: 10px;
   }
    .footer_logo img {
        width: 299px;
        padding-top: 20px;
   }
    h1 {
        font-size: 40px;
        margin-top: 200px;
   }
    .main .description {
        font-size: 24px;
        max-width: 800px;
   }
    .menu_link li {
        padding-right: 20px;
        font-size: 17px;
        margin-top: 5px;
   }
    .main_button {
        margin-top: 55px;
   }
    .menu_link li {
        padding-right: 10px;
        font-size: 14px;
        margin-top: 5px;
   }
    .navbar-toggler-icon {
        width: 25px;
        height: 25px;
        margin-top: 25px;
   }
    .show .navbar-nav {
        margin-top: 20px;
   }
    h2 {
        font-size: 35px;
   }
    .head {
        font-size: 50px;
   }
    .head_2 {
        font-size: 20px;
   }
    .head_desc {
        font-size: 15px;
   }
    #who_are_we p {
        font-size: 22px;
   }
    #services p {
        font-size: 22px;
   }
    #benefits p {
        font-size: 22px;
   }
    .services_name {
        font-size: 22px;
   }
    .services_description ul {
        font-size: 16px;
   }
    .benefits_name {
        font-size: 18px;
   }
    .benefits_desc {
        font-size: 16px;
   }
    .items-header {
        font-size: 24px;
   }
    .items-description {
        font-size: 16px;
        padding-right: 10px;
   }
}
@media (max-width: 992px) {
    a .button_top {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        background-color: #fff;
        width: 270px;
        height: 40px;
        text-align: center;
        line-height: 40px;
   }
    .footer_links li {
        padding-bottom: 10px;
   }
    #projects h2{
        margin-bottom: 30px;
   }
    .icon_center {
        margin: auto;
        text-align: center;
        width: 60px;
   }
    .benefits_border {
        padding-left: 0px;
   }
    #job .card-body {
        background: #F6F9F8;
        padding: 0 0 15px 0;
        color: #797676;
        font-size: 18px;
        padding-left: 0px;
        padding-right: 5px;
   }
    #job .card .card-header .btn-header-link.collapsed:before {
        position: absolute;
        right: 0;
   }
    h2 {
        font-size: 26px;
        margin-bottom: 20px;
   }
    .navbar-toggler-icon {
        position: absolute;
        margin-right: 0px;
        right: 0;
   }
    .services_description ul {
        padding-left: 0px;
   }
    .benefits_name {
        margin-top: 0px;
        font-size: 16px;
   }
    .benefits_desc {
        font-size: 14px;
        margin-bottom: 5px;
   }
    .benefits_icon_1 {
        margin-top: 0;
   }
    .benefits_icon_2 {
        margin-top: 0;
   }
    .benefits_icon_3 {
        margin-top: 0;
   }
    .benefits_icon_4 {
        margin-top: 0;
   }
    #job .card .card-header .btn-header-link:active {
        border-top: 1px solid #A9A3A3 !important;
        border: 0;
        font-size: 16px;
        margin-left: 0px !important;
        padding-left: 0px;
   }
    #job .card .card-header .btn-header-link.collapsed {
        margin-left: 0px !important;
        padding-left: 0px;
        font-size: 16px;
        padding-right: 20px;
   }
    #job .card-body {
        font-size: 14px;
   }
    .project_mt_1 {
        line-height: 40px;
        line-height: 40px !important;
        margin-top: 20px;
   }

   .privacy-policy a {
    font-size: 12px;
}
    .project_mt {
        margin-top: 8px;
        margin-bottom: 0px;
   }
    .services_name {
        font-size: 16px;
   }
    .services_description ul {
        font-size: 14px;
   }
    #job .card .card-header .btn-header-link {
        padding: 10px 0;
   }
    .main img {
        height: 400px;
        object-fit: cover;
   }
    .modal-dialog {
        margin-top: 100px;
   }
    .row {
        padding-right: 20px;
        padding-left: 20px;
   }
    .projects_top {
        margin-top: 0px;
   }
    .row-l-20 {
        padding-left: 0px;
        padding-right: 0px;
   }
    .items-description {
        font-size: 14px;
   }
    .footer_phone {
        font-size: 18px;
        margin-top: 0px;
   }
    .footer_email {
        font-size: 18px;
   }
    header {
        top: 20px;
   }
    .logo {
        display: none;
   }
    .footer_logo {
        display: none;
   }
    .logo_mobile {
        display: block;
   }
    .logo_mobile img {
        width: 50px;
        height: 50px;
   }
    .footer_logo_mobile {
        display: block;
   }
    .footer_logo_mobile img {
        width: 70px;
        height: 70px;
   }
    .footer_phone span {
        display: contents;
   }
    .footer_email span {
        display: contents;
   }
    .footer_phone {
        margin-bottom: 30px;
   }
    .navbar-toggler-icon {
        width: 30px;
        height: 30px;
        margin-top: -50px;
   }
    .menu_close {
        width: 15px;
        height: 15px;
        margin-top: -225px;
   }
    .menu_link a:hover {
        color: #fff;
        text-decoration: none;
   }
    h1 {
        font-size: 40px;
        margin-top: 120px;
        margin-bottom: 20px;
   }
    .main .description {
        font-size: 22px;
        line-height: 30px;
   }
    .main_button {
        margin-top: 50px;
   }
    .navbar {
        float: right;
        text-align: center;
        width: 100%;
   }
    .navbar-collapse {
        background: #223f37;
        padding: 0;
        box-shadow: 0 0 90px 160px rgb(34 63 55);
   }
    .show .navbar-nav {
        display: flex;
        float: right;
        text-align: right;
        width: 100%;
   }
    .menu_link li {
        display: block;
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #A9A3A3;
   }
    .menu_link {
        margin-right: 0px;
   }
    footer {
        padding: 50px 0px 15px 0px;
   }
    .client {
        margin-bottom: 25px;
   }
    #who_are_we {
        margin-top: 55px;
   }
    #services {
        margin-top: 55px;
   }
    #benefits {
        margin-top: 55px;
   }
    #projects {
        margin-top: 55px;
   }
    #clients {
        margin-top: 55px;
   }
    #jobs {
        margin-top: 55px;
   }
    #contact {
        margin-top: 65px;
   }
    .items-header {
        font-size: 18px;
        margin-bottom: 0px;
   }
    #who_are_we p {
        font-size: 16px;
        line-height: 17.6px;
   }
    #services p {
        font-size: 16px;
        line-height: 17.6px;
   }
    #benefits p {
        font-size: 16px;
        line-height: 17.6px;
   }
    #job .card .card-header .btn-header-link {
        font-size: 16px;
        padding-left: 0px;
   }
    #job .card-body {
        padding-right: 5px;
   }
    .head {
        font-size: 50px;
   }
    .head_2 {
        font-size: 16px;
        margin-bottom: 10px;
   }
    h1 {
        font-size: 30px;
        margin-top: 100px;
        margin-bottom: 20px;
   }
    .main_button {
        margin-top: 55px;
   }
    .head_desc {
        font-size: 14px;
        margin-bottom: 20px;
   }
    .row-new {
        padding-left: 0px !important;
        padding-right: 0px !important;
   }
    .services_description {
        margin-left: 0px;
        margin-top: 10px;
   }
    .logo_navbar {
        display: block;
        text-align: left;
        margin-top: -50px;
        position: absolute;
        margin-left: 0px;
   }
    .logo_navbar img {
        width: 100%;
        max-width: 250px;
   }
    .menu_link li {
        padding-right: 0px;
   }
    .footer_links {
        font-size: 16px;
        margin-top: 0px;
   }
    #clients h2 {
        margin-bottom: 20px;
   }
    #jobs h2 {
        margin-bottom: 20px;
   }
}
@media (max-width: 768px) {
    .footer_phone {
        font-size: 14px;
        margin-top: -10px;
   }
   .items-link a {
    text-decoration: underline;
}
    #projects {
        margin-top: 30px;
   }
    #services {
        margin-top: 35px;
   }
    footer {
        padding: 50px 0px 15px 0px;
   }
    .head {
        font-size: 35px;
   }
    .pl-10 {
        padding-left: 0px;
   }
    .benefits-row .col-xl-6 {
        flex: 0 0 auto;
        width: 100%;
   }
    .benefits-ml {
        margin-left: 0px;
   }
    .services_description ul {
        padding-left: 5px;
   }
    .footer_links {
        display: none;
   }
    .items-header {
        margin-top: 20px;
        margin-bottom: 30px;
   }
   .items-name {
    font-size: 24px;
}
.items-description {
display: none;
}
.items {
    margin-bottom: 15px;
    padding: 15px 15px 40px 15px;
}
    .projects_line {
        border-top: 1px solid #A9A3A3 !important;
        padding-bottom: 20px;
        margin-right: 10px;
   }
    .client {
        margin-left: 0px;
   }
    .footer_phone:before {
        content: "";
        background-image: url(../images/phone.png);
        width: 15px !important;
        height: 15px !important;
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        margin-top: 5px;
        padding-left: 25px;
   }
    .footer_email {
        font-size: 14px;
        margin-bottom: 15px;
   }
    .footer_email:before {
        content: "";
        background-image: url(../images/email.png);
        width: 15px !important;
        height: 11px !important;
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        margin-top: 6px;
        padding-left: 25px;
   }
   .footer_requisites {
    font-size: 14px;
    }
    .footer_requisites p {
        font-size: 14px;
    }
    .footer_requisites span {
        margin-bottom: 0px;
    }
    .footer_phone {
        margin-bottom: 15px;
   }
    .footer_logo_mobile img {
        width: 40px;
        height: 40px;
   }
    .row {
        padding-right: 10px;
        padding-left: 10px;
   }
}
@media (max-width: 370px) {
    .main .description {
        font-size: 20px;
   }
    .head_desc {
        font-size: 12px;
   }
    .services_description ul {
        font-size: 12px;
   }
    .col-md-4 .items-name {
        font-size: 24px;
   }
    #job .card .card-header .btn-header-link.collapsed {
        font-size: 14px;
   }
    #job .card .card-header .btn-header-link:active {
        font-size: 14px;
   }
    .footer_phone {
        font-size: 12px;
   }
    .footer_email {
        font-size: 12px;
   }
    @media (max-width: 330px) {
        .main .description {
            font-size: 17px;
       }
        .head_desc {
            font-size: 12px;
       }
        .services_description ul {
            font-size: 12px;
       }
        .col-md-4 .items-name {
            font-size: 24px;
       }
        #job .card .card-header .btn-header-link.collapsed {
            font-size: 14px;
       }
        #job .card .card-header .btn-header-link:active {
            font-size: 14px;
       }
        .footer_phone {
            font-size: 12px;
       }
        .footer_email {
            font-size: 12px;
       }
        a .button_top {
            width: 220px;
            height: 40px;
       }
        .logo_navbar img {
            max-width: 150px;
       }
        .menu_link li {
            font-size: 14px;
            padding-top: 5px;
       }
        .menu_close {
            margin-top: -180px;
       }
        .row {
            padding-right: 0px;
            padding-left: 0px;
       }
   }
   