@charset "UTF-8";

/*!
 * Simons Auto Body - https://www.simonautobody.com
 * Author: Fernando Venturelli
 */


/***********************
IMPORTS
***********************/

@import url('fonts.css');
@import url('helper.min.css');
@import url('equal-height-columns.css');
@import url('responsive.min.css');

/* GENERAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body,
html {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "nexaRegular", serif;
    font-size: 14px;
    color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "nexaBlack", serif;
}

.title {
    color: #000;
    font-family: "nexaBlack", serif;
}

.title span {
    color: #d83638;
}

.subtitle,
.subtitle-second {
    font-family: "nexaRegular", serif;
}

.bg-grayscale {
    background: #e4e4e4;
}

.bg-dark {
    background-color: #000 !important;
    color: #fff;
}

.bg-red {
    background: #000;
    -webkit-box-shadow: 0px -2px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -2px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -2px 13px -6px rgba(0, 0, 0, 0.75);
}

.bg-red .title span {
    color: #d83638;
}

.bg-red-light {
    background: #000;
}

.bg-red-light .title {
    text-align: right;
    text-transform: uppercase;
    font-family: "nexaBold", serif;
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
}

.bg-red-light .subtitle {
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-family: "nexaRegular", serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 600;
}

.text-grey {
    color: #d2d2d2;
}

.text-red {
    color: #000;
}

.text-blue {
    color: #d83638;
}

.font-regular {
    font-family: "nexaRegular", serif;
}

.font-bolder {
    font-family: "nexaBold", serif;
    font-weight: bold;
}

.subtitle,
.subtitle-second {
    color: #d83638;
    font-size: 14px;
}

.subtitle::after {
    content: url('../images/icons/after_subtitle.png');
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divider {
    background: #d83638;
    margin-top: 5px;
    width: 10%;
    height: 5px;
}

.h-258 {
    height: 258px;
}

.list-recall li i {
    color: #000;
    font-size: 18px;
}

.breadcrumb {
    background: none;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    color: #d2d2d2;
}

.breadcrumb .active {
    color: #dd4a52;
}


/*BTN PRIMARY*/

.btn-primary {
    background: #d83638;
    color: #fff;
    border: none;
    border-radius: 10px;
}

.btn-primary:hover {
    background: #212631;
    color: #fff;
    border: none;
    border-radius: 10px;
}


/* BTN THIRD */

.btn-third-outline {
    background: none;
    color: #5b6b7a;
    border-color: #5b6b7a;
    border-radius: 0;
}


/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header {
    position: relative;
    background: #212631;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    font-family: "Open Sans", Arial, sans-serif;
}

.header .video {
    font-family: "Open Sans", Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header .container-video {
    position: relative;
    z-index: 2;
}

.header .container-video h1 {
    font-size: 2.5rem;
    line-height: 50px;
}

.header .container-video .btn-outline-primary {
    border: solid 1px #fff;
    color: #fff;
}

.header .container-video .btn-outline-primary:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff;
}

.header-second {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url('../images/about.jpg') no-repeat center center;
    background-size: cover;
    /*height: 20vh;*/
    min-height: 20rem;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.header-work {
    background: linear-gradient(rgba(24, 41, 78, 0.8), rgba(11, 20, 39, 0.8)), url('../images/bg-work.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
}

.social-links {
    display: block;
    list-style-type: none;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    top: 80px;
    left: -30px;
}

.social-links a {
    background: #fff;
    text-align: center;
    float: left;
    left: 10px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-top: 10px;
    /*space between*/
}

.social-links a i {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

.social-links a:hover {
    background: #000;
    transition: .2s;
}

.social-links a:hover i {
    color: #fff;
    transition: .2s;
}


/* MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
}

.row-navbar-brand {
    margin-right: 50px;
}

.navbar-bg-red {
    /* background: linear-gradient(to right, #000 23%, transparent 23%); */
    background: #000;
}

.navbar-bg-black {
    /* background: linear-gradient(to right, #000 23%, transparent 23%); */
    background: #000;
}

.container-nav .row-navbar-brand a.navbar-brand {
    padding: 10px;
    color: #fff;
}

.container-nav .row-navbar-brand a.navbar-brand img {
    width: 130px;
    height: auto;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    margin-right: 10px;
    margin-top: 10px;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    border-bottom: #000 3px solid;
}

.navbar-nav .nav-item.active .nav-link:hover,
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
    color: #fff;
    border-bottom: #000 3px solid;
}

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-nav .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
}


/* CARD SERVICE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.card-service {
    background: #000;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    border-radius: 0;
    color: #fff;
    min-height: 350px;
}

.card-service:hover {
    background: #d83638;
    transition: transform 0.8s;
}

.card-service:hover .divider {
    background: #fff;
}

.card-service .card-title,
.card-service .card-text {
    padding: 10px 30px 30px;
}

.card-service .divider {
    width: 20px;
    border-bottom: 2px solid#d83638;
    margin-left: 30px;
}

.card-service .card-link .card-body {
    color: #fff;
    /*padding-bottom: 60px;*/
}

.card-service .card-link:hover,
.card-service .card-link:focus {
    text-decoration: none;
}

.card-service .card-icon-chevron {
    padding: 5px 12px;
    border: #fff 1px solid;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 82%;
}

.card-service .card-title {
    font-family: "nexaBold", serif;
    font-weight: bolder;
}

.card-service .icon-service-main {
    margin-left: 30px;
}

.owl-service .owl-item img {
    width: initial;
}

.card-older-service {
    border: none;
}

.card-older-service .card-icon-chevron {
    padding: 7px 12px;
    border: #fff 1px solid;
    border-radius: 100%;
    color: #fff;
}


/* CARD WORKS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.card-works .card-header {
    background-color: #000;
    min-height: 150px;
}

.card-works .card-body {
    padding: 40px;
}

.card-works .card-body .card-title {
    font-family: "nexaBlack", serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.card-works .card-body .card-title span {
    color: #d83638;
}

.card-works .card-body p {
    color: #000;
    font-size: 14px;
    text-align: center;
}


/* TESTIMONIAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.testimonial .carousel-item .img-box {
    width: 135px;
    height: 135px;
    border: 10px solid #d83638;
}

.testimonial .carousel-item .img-box img {
    width: 115px;
    height: 115px;
}

.carousel-control-prev {
    left: -100px;
}

.carousel-control-next {
    right: -100px;
}

.carousel-indicators {
    top: 320px;
}

.carousel-control-prev i,
.carousel-control-next i {
    border: #fff 2px solid;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 22px;
}

@media (min-width: 320px) and (max-width: 640px) {
    .testimonial .carousel-item p {
        font-size: 14px;
    }
    .carousel-control-prev {
        left: -40px;
    }
    .carousel-control-next {
        right: -40px;
    }
    .carousel-indicators {
        top: 400px;
    }
}

.list-testimonials li i {
    color: #ffc400;
}


/* ABOUT
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.img-about .fig-img-border {
    width: 50%;
    height: 10px;
    background: #d83638;
}

.img-about figcaption {
    background: #000;
    font-family: "nexaBlack", serif;
    padding: 10px 20px;
    width: 40%;
    position: absolute;
    top: 0;
}


/* TIMELINE HORIZONTAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cd-horizontal-timeline {
    opacity: 0;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #d83638;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a span.top {
    background: #000;
    font-family: "nexaBlack", serif;
    font-size: 16px;
    padding: 2px 15px;
    position: absolute;
    left: -35px;
    bottom: 15px;
}

.cd-horizontal-timeline .events a span.bottom {
    background: #000;
    font-family: "nexaBlack", serif;
    font-size: 16px;
    padding: 2px 15px;
    position: absolute;
    left: -35px;
    bottom: -40px;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: ' ';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #d83638;
    border-color: #d83638;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
    background: #d83638;
    padding: 5px;
    border: #d83638 1px solid;
    border-radius: 100%;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #d83638;
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    /* arrow icon */
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-timeline-navigation a.prev {
    left: 0;
    background: url('../images/icons/arrow-left.png') 50% 50% no-repeat;
    /*-webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);*/
}

.cd-timeline-navigation a.next {
    right: 0;
    background: url('../images/icons/arrow-right.png') 50% 50% no-repeat;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #d83638;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
    max-width: 100%;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}

.cd-horizontal-timeline .events-content p {
    font-size: 1rem;
    color: #959595;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


/* SERVICE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Main container */

.overlay-image {
    position: relative;
    width: 100%;
}

.overlay-image .normal {
    background: #eee;
    width: 100%;
    height: 258px;
}


/* Original image */

.overlay-image .image {
    display: block;
    width: 100%;
    height: auto;
}


/* Original text overlay */

.overlay-image .text-overlay-normal {
    color: #000;
    line-height: 1.5em;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.overlay-image .text-overlay-normal h6 {
    font-family: "nexaBlack", serif;
}


/* New overlay on hover */

.overlay-image .hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}


/* New overlay appearance on hover */

.overlay-image:hover .hover {
    opacity: 0.9;
}


/********* Background and text only overlay on hover *******/

.overlay-image .normal {
    transition: .5s ease;
}

.overlay-image:hover .normal {
    opacity: 0;
}

.overlay-image .hover {
    border-top: #000 5px solid;
}

.overlay-image .hover .btn-outline-primary {
    font-family: "nexaBlack", serif;
    text-transform: uppercase;
    padding: 10px 20px;
    border: #fff 1px solid;
    border-radius: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-image .hover .btn-outline-primary:hover {
    background: #fff;
    border: #fff 1px solid;
    border-radius: 0;
    color: #000;
    transition: .2s ease;
}

.img-service .fig-img-border {
    width: 50%;
    height: 10px;
    background: #d83638;
}

.img-service figcaption {
    background: #000;
    font-family: "nexaBlack", serif;
    padding: 5px 20px;
    width: 30%;
    height: 30%;
    position: absolute;
    bottom: 10px;
    right: 0;
}


/* 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.owl-plans .card {
    border: none;
}

.owl-plans .card:hover {
    -webkit-box-shadow: 0px 1px 37px -26px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 37px -26px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 37px -26px rgba(0, 0, 0, 0.75);
}

.owl-plans ul li {
    padding: 20px;
    color: #959595;
}


/* SERVICE - REPAIR
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.processing-repair {
    margin-top: 80px;
}

.processing-repair .card {
    background-color: #fff;
    border: #d83638 2px solid;
    border-radius: 50px;
    padding: 5px 20px;
}

.processing-repair .card:hover {
    background-color: #d83638;
    color: #fff;
    transition: .2s;
}

.processing-repair .card .after-divider {
    background: url('../images/shape/shape-after-circle.png') 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    width: 10px;
    height: auto;
}

.processing-repair .card label {
    background: url('../images/shape/shape-process.png') no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 80px;
    position: absolute;
    top: -32px;
    left: -1px;
    padding: 10px;
}


/* ACCORDION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#accordion .card,
#accordion .card-header {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

#accordion .card-header h5 a {
    color: #d83638;
    font-family: "nexaBlack", serif;
    text-transform: uppercase;
}

#accordion .card-header h5 a:hover {
    text-decoration: none;
}

#accordion .card-body {
    margin-left: 20px;
}

#accordion .card-body a {
    color: #26517e;
}

a[data-toggle="collapse"]::after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    content: "\f105";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: left;
    color: #000;
    margin-right: 10px;
}

a[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}


/* BLOG
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.card-blog {
    margin-top: 40px;
    border: none;
}

.card-blog .blog-title {
    font-family: "nexaRegular", serif;
    color: #212631;
}

.card-blog a {
    color: #555;
}

.card-blog a:hover {
    color: #555;
    text-decoration: none;
}

.card-blog .link:hover {
    color: #555;
    text-decoration: underline;
}

.card-blog .card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(38, 81, 126, .125);
    color: #26517e;
}

.pagination .page-link {
    color: #212631;
}

.pagination .active .page-link {
    background: #000;
    border: 1px solid #000;
}

.card-blog .list-service li i {
    color: #000;
    font-size: 18px;
}

.card-blog .list-service li a {
    font-size: 16px;
    color: #d83638;
}

.card-blog .list-service li a:hover {
    text-decoration: underline;
}

.input-search input {
    background: #f3f3f3;
    border: none;
    border-radius: 10px;
    min-height: 50px;
    padding: 30px;
}

.input-search #button-addon2 {
    padding-left: 30px;
    padding-right: 30px;
}

.input-search #button-addon2 i {
    font-size: 18px;
}


/* WORK
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.banner-work {
    height: 100vh;
    /* Center Vertical */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-work h1 {
    font-size: 100px;
}

.banner-work span {
    color: #E7002A;
}

.img-work-about {
    width: 85% !important;
    height: auto;
}

.frm-curriculum .form-group label {
    font-weight: 500;
    color: #5b6b7a;
    font-size: 18px;
    width: 100%;
    padding-bottom: 20px;
}

.frm-curriculum .form-group input {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #5b6b7a;
    outline: 0;
    appearance: none;
    font-weight: 400;
    color: #7876aa;
    font-size: 14px;
    border-radius: 0;
}

.frm-curriculum .form-group select {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #5b6b7a;
    outline: 0;
    font-weight: 400;
    color: #7876aa;
    font-size: 14px;
    border-radius: 0;
}

.frm-curriculum .form-group textarea {
    outline: 0;
    font-weight: 400;
    color: #7876aa;
    font-size: 14px;
    width: 100%;
    resize: none;
    padding-top: 12px;
    padding-left: 12px;
    border: 1px solid #5b6b7a;
    border-radius: 0;
}


/* CONTACT
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.frm-contact input,
.frm-contact textarea,
.frm-contact select {
    background: #f3f3f3;
    border: none;
    border-radius: 10px;
    min-height: 50px;
}

.frm-contact textarea {
    width: 100%;
    padding: 10px;
}

.frm-contact input:focus,
.frm-contact textarea:focus,
.frm-contact select:focus {
    outline: 0;
    -webkit-appearance: none;
}

.card-our-contact {
    border: none;
}

.card-our-contact .card-header {
    background: none;
}

.card-our-contact .list-our-contact li,
.card-our-contact .list-our-contact li a {
    color: #212631;
}

.card-our-contact .list-our-contact li i {
    color: #000;
    font-size: 18px;
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer {
    background: linear-gradient(to right, #000 30%, #d83638);
    color: #fff;
}

.footer h4 {
    font-family: "nexaBlack", serif;
    text-transform: uppercase;
    font-size: 20px;
}

.social-media li i.fa-facebook-f {
    background: #fff;
    border-radius: 50px;
    padding: 8px 12px;
    color: #752a48;
}

.social-media li i.fa-instagram {
    background: #fff;
    border-radius: 50px;
    padding: 8px 9px;
    color: #752a48;
}

.social-media li i.fa-youtube {
    background: #fff;
    border-radius: 50px;
    padding: 9px 8px;
    color: #752a48;
}

.img-modal {
    width: 800px;
    height: 600px;
    position: relative;
    left: -20%;
}

@media (max-width: 768px) {
    .img-modal {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
    }
}

/*.footer #mc_embed_signup {
    background: none;
    clear: left;
    width: 50%;
}

.footer #mce-EMAIL {
    border: none;
    border-radius: 10px;
    min-height: 30px;
    padding: 10px
}*/

.footer .input-group-append .btn-outline-secondary {
    background: #000;
    color: #fff;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer .input-group input {
    border: none;
    border-radius: 10px;
    min-height: 50px;
}

.footer address a {
    color: #fff;
}