
a{
    color: black;
}

#header {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    padding: 5px 0;
    background-color: #FFF;
}

#header .logo img {
    max-height: 40px;
}

@media (max-width: 992px) {
    #header .logo {
        font-size: 28px;
    }

    #hero h1{
        font-size: 3rem !important;
    }

    #hero h2{
        font-size: 2rem !important;
    }

}

.header-social-links {
    padding-right: 15px;
}

.header-social-links a {
    color: #6f6f6f;
    padding-left: 6px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
    font-size: 16px;
}

.header-social-links a:hover {
    color: #34b7a7;
}


.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
    padding: 10px 0 10px 28px;
}

.navbar a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #34b7a7;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 25px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #222;
}



/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    font-size: 15px;
    padding-right: 15px;
    color: #222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #34b7a7;
}



#hero {
    width: 100%;
    height: 100vh;
    background: url("img/hero.jpg") top right;
    background-size: cover;
}

#hero .container {
    padding-top: 70px;
    position: relative;
}

@media (max-width: 992px) {
    #hero .container {
        padding-top: 58px;
    }
}

#hero h1 {
    font-size: 3.5rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 2.5rem !important;
}


#hero h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 2rem !important;
}

#hero .btn-about {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    animation: bg_animation_1 8s infinite;
    background-image: linear-gradient(#c50000, #eb6177);
}

@keyframes bg_animation_1 {
    50% {
        box-shadow: 0 10px 22px rgba(0,0,0,0.24);
    }
}



#hero .btn-about:hover {
    background: #eb6177;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {

    #hero:before {
        content: "";
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

}



#hero .btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#hero .btn a{
    margin: 10px;
}



.contact-section svg{
    width: 50px;
    height: 50px;
}


#section_partners .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#section_partners .items img{
    margin: 15px;
    width: 200px;
}

#section_partners .items2 img{
    margin: 15px;
    width: auto;
    max-height: 100px;
}


#steps_form input[type=text]{
    max-width: 250px;
    margin-bottom: 10px;
}

#steps_form p, #steps_form a{
    font-size: 12px;
    margin-bottom: 15px;
    color: #868686;
}

.m_cart-text-1{
    text-align: center;
    font-size: 20px;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

#header_logo{
    height: 60px;
}

#section_services .head_text {
    font-size: 2.2rem;
    line-height: 3.3rem !important;
    margin-bottom: 2rem;
    color: #c50000;
}

#section_stages .lead{
    font-size: 1.7rem;
}

/*
#section_stages img{
    border-radius: 10px;
    overflow: hidden;
}
*/

.vertical1{
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    height: 100%;
}

#section_advantages img{
    width: 100px;
    height: 100px;
}



@media (max-width: 992px) {

    #section_stages .head_text {
        font-size: 26px;
        line-height: 32px !important;
        margin-bottom: 10px;
    }

    .mx_box1{
        width: 100% !important;
        text-align: center;
    }

}





#section_form .info {
    background: #f1f3f6;
    border: 1px solid #fff;
}




.modal-content  {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}


#exampleModal input[type=text]{
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 18px;
    border: 1px solid #b0b0b0;
}


#form_order .title{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}


#exampleModal .info, #form_order .info a{
    font-size: 10px;
    color: #635a5a;
}


#jarallax_h1{
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 768px){
    #jarallax_h1{
        font-size: 2em;
    }
}



.mx_mb-7{
    margin-bottom: 4rem;
}


.mx_box1{
    padding: 15px 40px;
    width: max-content;
    margin: 40px auto 100px auto;
    font-size: 1.5rem;
    border-radius: 20px;
    background-color: #eaeaea;
}


.color1{
    color: #c50000;;
}

.mx_text_1{
    font-size: 1.3rem;
}

.mx_text_2{
    font-size: 1.2rem;
    margin-bottom: 0;
}

.b1{
    padding: 10px;
    border: 3px solid rgb(255, 125, 125);
    border-radius: 10px;
}

.b2{
    padding: 10px;
}

.mx_line_1{
    width: 100px;
    height: 150px;
    margin: 0 auto;
    display: block;
    background-image: url("img/line.png");
    background-size: cover;
    transform: translateX(30px);
}

.mx_q1,
.mx_q2{
    width: 32px;
    height: 32px;
    background-image: url("img/quotes.svg");
    background-size: 32px 32px;
}

.mx_q1{
    margin-bottom: 5px !important;
}

.mx_q2{
    margin-top: 5px !important;
}

.mx_img_r1{
    border-radius: 10px;
    overflow: hidden;
}

.btn_order {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 30px auto;
    color: #fff;
    background-image: linear-gradient(#c50000, #ce364e);
    text-decoration: none;
}



#header_logo_menu{
    display: none;
}

#header_logo_menu img {
    width: 100px;
    height: auto;
}

@media (max-width: 768px) {
    #header_logo_menu{
        display: block;
    }
}