
hr.primary {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    height: 0.125rem;
    border-color: #ef4035;
}

hr.small {
    max-width: 10rem;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
}

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

.slick-arrow {
    position: absolute;
    background-color: #ef4035;
    height: 3.75rem;
    width: 2.5rem;
    text-align: center;
    color: #fff;
    line-height: 3.75rem;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: 0.6;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.slick-arrow.slick-prev {
    right: 15px;
}

.slick-arrow.slick-next {
    left: 15px;
}

.slick-arrow:active {
    opacity: 1;
}

@media (min-width: 992px) {
    .slick-arrow:hover {
        opacity: 1;
    }
}

#navbar-main {
    min-height: 66px;
    background: #000;
}

#navbar-main .navbar-brand-logo {
    height: 2.5rem;
}

#navbar-main .navbar-toggler {
    border: 0;
    color: #fff;
}

#navbar-main .navbar-toggler:active {
    color: rgba(255, 255, 255, 0.5);
}

#navbar-main .navbar-toggler:focus {
    outline: none;
}

#navbar-main .nav-item {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#navbar-main .nav-item:first-child {
    margin-top: 1rem;
}

#navbar-main .nav-item:last-child {
    margin-bottom: 1rem;
}

#navbar-main .nav-item .nav-link {
    font-size: 1rem;
    color: #fff;
}

#navbar-main .nav-item .nav-link:active {
    color: rgba(255, 255, 255, 0.5);
}

#navbar-main .nav-item .nav-link.active {
    color: #ef4035;
}

#navbar-main .nav-item .dropdown-menu {
    margin-top: 0;
}

#navbar-main .nav-item .dropdown-menu .dropdown-item {
    font-weight: 300;
    font-size: 1rem;
    padding: 0.65rem 1rem;
}

#navbar-main .nav-item .dropdown-menu .dropdown-item:hover {
    background: inherit;
    color: #ef4035;
}

#navbar-main .nav-item .dropdown-menu .dropdown-item.active:hover {
    background: #ef4035;
    color: #fff;
}

@media (min-width: 992px) {
    #navbar-main {
        -webkit-transition: padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
        transition: padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
        padding: 1.5rem 0;
        background: transparent;
    }
    #navbar-main .navbar-brand {
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    #navbar-main .navbar-brand:hover {
        opacity: 0.75;
    }
    #navbar-main .nav-item {
        margin: 0 !important;
    }
    #navbar-main .nav-item .nav-link {
        padding: 1rem;
        border-bottom: 0.3125rem solid transparent;
        border-top: 0.3125rem solid transparent;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    #navbar-main .nav-item .nav-link.active {
        border-bottom: 0.3125rem solid #ef4035;
    }
    #navbar-main .nav-item .nav-link:hover {
        color: #ef4035;
    }
    #navbar-main.collapsed {
        padding: 0;
        background: #000;
    }
}

.masthead {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.7))), url("../img/bg-masthead.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../img/bg-masthead.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.masthead .masthead-logo {
    height: 10rem;
}

.masthead .masthead-title {
    font-size: 3rem;
    line-height: 3rem;
    font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 900;
}

.masthead .masthead-subtitle {
    font-size: 1.25rem;
}

.masthead .masthead-scroll {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
}

.masthead .masthead-scroll .masthead-scroll-btn {
    display: inline-block;
    font-size: 1.5rem;
    height: 3.125rem;
    width: 3.125rem;
    line-height: 3.125rem;
    border-radius: 100%;
    border: 0.125rem;
    border-style: solid;
    border-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #fff;
}

.masthead .masthead-scroll .masthead-scroll-btn:hover {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.masthead .masthead-scroll .masthead-scroll-btn:active {
    -webkit-transform: none;
    transform: none;
}

@media (min-width: 992px) {
    .masthead .masthead-logo {
        height: 13rem;
    }
    .masthead .masthead-title {
        font-size: 5rem;
        line-height: 5rem;
    }
    .masthead .masthead-subtitle {
        font-size: 2rem;
    }
}

.masthead-full {
    padding: 10rem 0;
}

@media (min-width: 992px) {
    .masthead-full {
        padding: 0;
        height: 100vh;
        min-height: 35rem;
    }
}

.masthead-partial {
    padding: 13rem 0;
}

.carousel-team {
    position: relative;
}

.carousel-team .carousel-team-item {
    position: relative;
    margin: 0 15px;
}

.carousel-team .carousel-team-item:focus {
    outline: none;
}

.carousel-team .carousel-team-item .carousel-team-item-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    color: rgba(255, 255, 255, 0.7);
}

.carousel-team .carousel-team-item .carousel-team-item-content hr {
    max-width: 4rem;
}

.carousel-team .carousel-team-item .carousel-team-item-content a {
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.carousel-team .carousel-team-item .carousel-team-item-content a:hover, .carousel-team .carousel-team-item .carousel-team-item-content a:active {
    color: #fff;
    text-decoration: none;
}

.carousel-team .carousel-team-item .carousel-team-item-content a:focus {
    outline: none;
}

.carousel-team .carousel-team-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.callout {
    padding: 6.25rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/bg-callout.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/bg-callout.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.callout .callout-text {
    font-size: 2rem;
    line-height: 1.25;
}

@media (min-width: 992px) {
    .callout .callout-text {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .callout-full {
        height: 100vh;
    }
}

.btn-callout {
    padding: 3rem 0;
    font-weight: 300 !important;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.5rem;
    background-color: #000;
    color: #fff;
}

.btn-callout:hover {
    color: #fff;
    background-color: #ef4035;
}

.process-list {
    position: relative;
}

.process-list .process-list-icon {
    top: 0;
    left: 0;
    position: absolute;
    height: 4.5rem;
    width: 4.5rem;
    border: 0.2rem solid #212529;
    border-radius: 100%;
    text-align: center;
    line-height: 4rem;
    font-size: 1.5rem;
}

.process-list .process-list-content {
    padding-left: 5.5rem;
}

.process-list .process-list-content ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.process-list .process-list-content ul li {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.portfolio-grid-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

.portfolio-grid-item .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-grid-item .caption .caption-content {
    color: #fff;
    margin: auto 1.5rem 1.5rem;
}

.portfolio-grid-item .caption .caption-content h2 {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.portfolio-grid-item .caption .caption-content p {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .portfolio-grid-item {
        max-width: none;
        margin: 0;
    }
    .portfolio-grid-item .caption {
        -webkit-transition: -webkit-clip-path 0.15s ease-out, background-color 0.7s;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px);
    }
    .portfolio-grid-item .caption .caption-content {
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .portfolio-grid-item img {
        -webkit-transition: -webkit-clip-path 0.15s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px);
    }
    .portfolio-grid-item:hover img {
        -webkit-clip-path: inset(1rem);
        clip-path: inset(1rem);
    }
    .portfolio-grid-item:hover .caption {
        background-color: rgba(239, 64, 53, 0.9);
        -webkit-clip-path: inset(1rem);
        clip-path: inset(1rem);
    }
}

.carousel-testimonials .slick-next {
    left: 0;
}

.carousel-testimonials .slick-prev {
    right: 0;
}

.carousel-testimonials .carousel-testimonials-item:focus {
    outline: none;
}

.carousel-testimonials .carousel-testimonials-item .carousel-testimonials-item-content {
    margin-left: 4rem;
    margin-right: 4rem;
}

.carousel-testimonials .carousel-testimonials-item .carousel-testimonials-item-content .quote {
    font-size: 1.35rem;
}

.carousel-testimonials .carousel-testimonials-item .carousel-testimonials-item-content p {
    font-size: 1rem;
}

.carousel-testimonials .carousel-testimonials-item .carousel-testimonials-item-content .name {
    font-size: 1rem;
}

.carousel-testimonials .carousel-testimonials-item .carousel-testimonials-item-content .small {
    font-weight: 300;
}

@media (min-width: 768px) {
    .carousel-testimonials .carousel-testimonials-item .carousel-testimonials-item-content {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .carousel-testimonials .carousel-testimonials-item .carousel-testimonials-item-content .quote {
        font-size: 1.75rem;
    }
    .carousel-testimonials .carousel-testimonials-item .carousel-testimonials-item-content p {
        font-size: 1.15rem;
    }
    .carousel-testimonials .carousel-testimonials-item .carousel-testimonials-item-content .name {
        font-size: 1rem;
    }
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #bfbfbf;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1em;
    font-weight: 300;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    padding-top: 0.5rem;
    font-size: 0.85em;
    line-height: 1.264705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.25s ease,opacity 0.25s ease;
    transition: top 0.25s ease,opacity 0.25s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #bfbfbf;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #ef4035;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #bfbfbf;
}

.footer {
    padding: 6.25rem 0 2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.85))), url("../img/bg-footer.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85)), url("../img/bg-footer.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: #fff !important;
}

.footer .footer-social {
    padding: 6.25rem 0;
}

.footer .footer-copyright {
    font-size: 0.9rem;
}
