@import url("https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

a {
    transition: all 0.2s ease-out 0s;
    color: #000000;
}

a:hover {
    color: #527476;
    text-decoration: none;
}

::selection {
    color: #fff;
    background: #868172;
}

ul,
li,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
}
b,
strong {
    font-weight: 600;
}
header {
    background-color: #ffffff;
    border-color: #eaeaea;
    box-shadow: 0 10px 30px -20px rgb(0 0 0 / 50%);
}
.navbar-brand {
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
}
.logo {
    width: 130px;
}
header .navbar {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #111111;
    padding: 35px 20px;
    font-weight: 500;
    font-family: "Asap", Sans-serif;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #ec1f24;
    color: #ffffff;
}
.nav-btn {
    padding: 0 20px;
}
.nav-btn .nav-item:not(:last-child) {
    margin: 0 15px;
}
.nav-btn .nav-item .nav-link {
    font-family: "Asap", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    fill: #ec1f24;
    color: #ec1f24;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ec1f247a;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 20px 12px 20px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-btn .nav-item .nav-link:hover {
    color: #fff;
    background-color: #ec1f24;
    transform: translateY(-8px);
}
.nav-btn .con-btn .nav-link {
    color: #fff;
    background-color: #ec1f24;
}

.slider {
    width: 100%;
    height: 600px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
#demo.owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}
#demo.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 2px solid #777;
    background: #000;
}
#demo.owl-theme .owl-dots .owl-dot.active span,
#demo.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.overlayer {
    /* background: rgba(0, 0, 0, 0.5); */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.overlayer1 {
    background-color: #fff;
    opacity: 0.4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.slider-section {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-slider-section {
    padding: 15px 0;
    display: block;
    text-align: center;
}
.main-slider-section h1 {
    font-family: "Barlow", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #000000;
}
.slider-section hr {
    width: 100%;
    margin: 15px 0;
    height: 2px;
    color: #ffffff;
}
.slide_img {
    width: 350px !important;
    margin: 0 auto;
    margin-bottom: 20px;
}
.box_sec {
    background-color: #ec1f24;
}
.box_sec .col-md-6 {
    padding: 0;
}
.box1 {
    text-align: center;
    padding: 7% 20%;
    color: #ffffff;
    height: 290px;
}
.icon {
    color: #fff;
    border-color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.box1:hover {
    background-color: #ffffff;
    color: #ec1f24;
}
.box1:hover .icon {
    color: #ec1f24;
}
.box1 h3 {
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}

.exp_sec {
    background-color: #f9f9f9;
    padding: 100px 20px 150px 20px;
    position: relative;
}
.heading_sec .heading {
    color: #111111;
    font-family: "Barlow", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 20px;
    text-align: center;
}
.heading_sec .subheading {
    color: #222222;
    font-family: "Asap", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    max-width: 90%;
    margin: 0 auto 20px;
}
.mx-30 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.icon1 {
    font-size: 35px;
    color: #ec1f24;
    border-color: #ec1f24;
}
.exp_sec .card {
    border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: 0 5px 30px -15px rgb(0 0 0 / 20%);
    /* margin: 10px; */
    padding: 30px 10px 25px;
    min-height: 360px;
}
.exp_sec .card-body {
    padding: 1rem 0;
}
.exp_sec .card:hover {
    background-color: #ec1f24;
    color: #ffffff;
}
.exp_sec .card:hover .icon1,
.exp_sec .card:hover .card-title,
.exp_sec .card:hover .card-text {
    color: #ffffff;
}
.exp_sec .card .card-title {
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    color: #ec1f24;
    margin-bottom: 20px;
}
.exp_sec .card .card-text {
    margin-bottom: 20px;
    font-family: "Asap", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    color: #ec1f24;
}
.exp_sec .card .btn {
    font-family: "Asap", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #ec1f24;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ec1f247a;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 20px 12px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
}

.exp_sec .card .btn:hover {
    color: #fff;
    background-color: #ec1f24;
    transform: translateY(-8px);
}
.brand_img img {
    width: 500px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
    height: auto;
    max-width: 100%;
}
.brand_img {
    padding: 15px 25px 15px 25px;
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f1f1f1;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    width: auto;
    margin-top: 30px;
}

.about_sec {
    background-color: transparent;
    background-image: linear-gradient(90deg, #ec1f24 0%, #780404 100%);
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 20px 80px 20px;
    position: relative;
}
.background-overlay {
    filter: brightness(200%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
    background-color: #ec1f24;
    background-image: url(../images/Mesa-de-trabajo-72-patron.svg);
    background-repeat: repeat;
    background-size: 400px auto;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.about_img {
    background-image: url(../images/about.jpg);
    background-position: center center;
    background-size: cover;
    box-shadow: 0 5px 30px -10px rgb(0 0 0 / 50%);
    margin: -140px 0 0 0;
    padding: 0 0 0 0;
    border-radius: 5px;
}
.spacer-inner {
    height: 950px;
}
.about_text {
    padding: 0 0 0 20px;
    position: relative;
    text-align: left;
}
.about_text h2 {
    color: #fff;
    font-family: "Barlow", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.about_text p {
    color: #fff;
    font-family: "Asap", Sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.about_counter {
    display: flex;
    position: relative;
    text-align: center;
    padding: 0 0 0 20px;
    flex-wrap: wrap;
}
.counter1 {
    background-color: #ffffff1a;
    margin: 0 5px 10px 0;
    padding: 30px 20px 30px 20px;
    border-radius: 5px;
    width: 48%;
}
.icon2 {
    color: #fff;
    border-color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.counter-data {
    /* padding: 35px 20px 30px; */
    position: relative;
}
.counte {
    color: #fff;
    font-family: "Barlow", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
}

.counter-text {
    color: #f5f5f5;
    font-family: "Asap", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1em;
}
.about_btn {
    padding: 0 0 0 20px;
    margin-top: 30px;
}
.about_btn .btn {
    font-family: "Asap", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #ffffff;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 20px 12px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
}

.about_btn .btn:hover {
    color: #ec1f24;
    background-color: #ffffff;
    transform: translateY(-8px);
}

.contact_sec {
    position: relative;
    background-color: #eff1f5;
    padding: 60px 0;
}

.contact-form {
    padding: 25px;
}

.contact-form form .form-group {
    margin-bottom: 15px;
}

.contact-form form .form-control {
    background-color: #f9f9f9;
    color: #111111;
    height: 57px;
    border: 3px solid #dae1e9;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}

.contact-form form .form-control:focus {
    border: 1px solid #e0321a;
    box-shadow: none;
}

.contact-form form .form-group {
    text-align: left;
}

.contact-form form textarea.form-control {
    height: 120px;
    padding-top: 15px;
}

.contact-form .default-btn {
    cursor: pointer;
    margin-top: 10px;
}

.contact-form .list-unstyled {
    padding-left: 0;
    list-style: none;
    color: red;
}

.contact-form .text-danger {
    color: #dc3545 !important;
    font-size: 20px;
    font-weight: 500 !important;
    margin: 16px 0 0;
}

.contact-form .default-btn {
    cursor: pointer;
    margin-top: 10px;
}

.default-btn:hover {
    border: 1px solid #ec1f24;
    color: #ec1f24;
    background: transparent;
}

.default-btn {
    border: 1px solid #ec1f24;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    text-transform: capitalize;
    background-color: #ec1f24;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-weight: 400;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
}
.contact_detail {
    padding: 25px 0 25px 25px;
}
.contact_detail h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #ec1f24 0%, #6e0200 100%);
    margin-bottom: 20px;
    color: #ec1f24;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact_detail li a i {
    font-size: 25px;
    color: #ec1f24;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #ec1f24;
    border-radius: 5px;
    margin-right: 20px;
}
.contact_detail li a {
    color: #ec1f24;
    font-family: "Asap", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.25s linear 0s;
}
.contact_detail li a:hover {
    transform: translateX(8px);
}
.contact_detail li:not(:last-child) {
    margin-bottom: 20px;
}
.footer {
    background-color: #ec1f24;

    position: relative;
}
.footer_content {
    padding: 50px 20px;
    text-align: center;
}
.footer-logo {
    width: 200px;
    margin-bottom: 20px;
}
.footer_links li {
    display: inline-block;
}
.footer_links .footer_link {
    font-family: "Asap", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    line-height: 1;
    color: #ffffff;
}
.footer_social {
    margin: 30px 0;
}
.footer_social li {
    display: inline-block;
    margin-right: 10px;
}
.footer_social li a {
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 23px;
    width: 25px;
    padding: 20px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ec1f24;
    transition: all 0.25s linear 0s;
}
.footer_social li a:hover {
    transform: translateY(-8px);
}
.copyright {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.copyright a {
    color: #ffffff;
}

.banner {
    position: relative;
    z-index: 1;
    background-color: #d7d7d7;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}
.banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: -1;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.page-title-content {
    text-align: center;
}
.page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}
.page-title-content ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-title-content ul li::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
}
.page-title-content ul li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.page_sec .about_img {
    margin: 0;
    background-position: bottom center;
}
.page_sec .about_img .spacer-inner {
    height: 800px;
}
.page_sec .about_text h2,
.page_sec .about_text p {
    color: #000000;
}
.page_sec .counter1 {
    background-color: #0000001a;
}
.page_sec .icon2 {
    color: #000000;
    border-color: #000;
}
.page_sec .counte {
    color: #000;
}
.page_sec smap {
    color: #000000 !important;
}
.page_sec .counter-text {
    color: #000000;
}
.page_sec .about_btn .btn {
    color: #000000;
    border-color: #000000;
}
.page_sec {
    background-image: unset;
    background-color: #ffffff;
}
.branch_sec {
    width: 100%;
    text-align: left;
    display: block;
}
.branch_sec .section-heading h4 {
    font-size: 26px;
    text-align: center;
    color: #ec1f24;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.branch_sec .section-heading h4::after {
    content: "";
    background: #d11915;
    height: 5px;
    width: 200px;
    display: block;
    margin: auto;
}
.office-section-custom {
    background-color: #f3f3f3;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    border-bottom: 4px inset #ec1f24;
    max-height: 330px;
    min-height: 330px;
    margin-bottom: 25px;
}
.office-section-custom h4 {
    color: #e0321a;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    text-transform: uppercase;
}
.office-section-custom .short-line {
    border: 1px solid #e0321a;
    width: 40%;
    margin: 0;
    margin-bottom: 20px;
}
.office-section-custom p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.6em;
}
.get_link {
    text-align: center;
    margin-top: 15px;
}
.get_link a {
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}
.get_link a:hover {
    border: 0;
    color: #d11915;
}
.service_sec {
    background-color: #f6f5f6;
    padding: 70px 0px 70px 0px;
    text-align: left;
}
.main-img {
    position: relative;
}
.main-img img {
    width: 100%;
    height: 113.39%;
    max-width: 508px;
}

.about-content .section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
}
.section-title h3 {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 0;
    position: relative;
}
.section-title::after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #402722;
    position: absolute;
    margin-top: 10px;
    left: 0;
}
.margin_top {
    margin-top: 100px !important;
    animation: smoothScroll 1s;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
