.d-flex {
    display: flex;
}
hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
}
.pr-5 {
    padding-right: 40px !important;
}
.pl-5 {
    padding-left: 40px !important;
}
.pt-3 {
    padding-top: 15px !important;
}
.pt-4 {
    padding-top: 15px !important;
}
.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.mb-2 {
    margin-bottom: 10px !important;
}
.mt-3 {
    margin-top: 15px !important;
}
.mb-3 {
    margin-bottom: 15px !important;
}
.mb-4 {
    margin-bottom: 20px !important;
}
.mb-5 {
    margin-bottom: 30px !important;
}
.mt-3 {
    margin-top: 15px !important;
}
.my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.bg-light-2 {
    background-color: #f9f9f9;
}
.uppercase {
    text-transform: uppercase;
}
.text-white {
    color: #fff;
}
.text-dark {
    color: #333;
}
.img-fluid {
    width: 100%;
    max-width: 100%;
}
.menu-toggle {
    font-size: 2em;
}
.content-block {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.content-block p {
    font-size: 17px;
    text-align:justify;
}
.title-main {
    margin-bottom: 30px;
    position: relative;
}
    .title-main span {
        color: #fff;
        background-color: #2a55a2;
    }
    .title-main::after {
        content: "";
        width: 100%;
        max-width: 100px;
        height: 4px;
        background: #2a55a2;
        position: absolute;
        bottom: -15px;
        left: 0;
    }
.title {
    font-weight: 500;
    color: #333;
}
.feature-block {
    background-color: #202328;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    margin-top: 6rem;
    margin-bottom: 2em;
}
.feature-col-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.feature-col-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.feature-col {
    padding: 60px 30px;
    padding-left: 50px;
    position: relative;
    z-index: 10;
}
.feature-col h1 {
    color: #fff;
    font-weight: bold;
}
.feature-col h1 span {
    font-weight: lighter;
    border-bottom: 3px solid #fff;
}
.feature-img {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.feature-img .feature-img-col-1 {
    width: 100%;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-img .feature-img-col-1 li {
    flex-grow: 1;
}
.feature-img .feature-img-col-1 li:first-child {
    border-right: 2px solid #fff;
}
.feature-img .feature-img-col-1 li img {
    max-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.feature-img .feature-img-col-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 2px solid #fff;
    flex-grow: 1;
}
.feature-img .feature-img-col-2 img {
    display: none;
}

.feature-card {
    display: flex;
}
.feature-card figure {
    flex: 0 0 40px;
}
.feature-card figure img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.feature-card .card-content {
    padding-left: 15px;
}
.feature-card .card-title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 5px;
    min-height:100px;
}
.feature-card .card-title span {
    font-weight: 300;
}
.feature-card .card-content p {
    color: #fff;
    font-size: 15px;
}
.info-block {
    border-bottom: 1px solid #dadada;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 4rem;
    background: url(../images/info-1.jpg) left 10px center no-repeat;
    background-size: 15%;
}
.info-block .info-img {
    background: url(../images/info-2.jpg) right 10px center no-repeat;
    background-size: 15%;
}

.testimonials-outer {
    padding: 3rem 0;
    margin-top: -15px;
    background-color: #e1e1e1;
    background-image: url(../images/CAR_AND_MECHANIC.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 3px solid #e1e1e1;
}
.testimonials {
    width: 100%;
    list-style: none;
    padding: 0;
    text-align: left;
}
.testimonials li {
    max-width: 60%;
}
.testimonials-title {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
    background: #000000;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2a55a2;
}
footer {
    background-color: #202328;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-title {
    color: #2a55a2;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.footer-link:hover {
    color: #f26522;
}
.footer-text {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.social-links a {
    width: 32px;
    height: 32px;
    color: #202328;
    text-align: center;
    background: #f2f2f2;
    border-radius: 6px;
    display: inline-block;
    padding: 6px;
    transition: 0.3s ease;
    margin-right: 3px;
}
.copy {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #2f3338;
}
.copy p {
    margin: 0;
}
.copy a {
    color: #fff;
    text-decoration: none;
}
.text-outline {
    width: 100%;
}

.text-outline text {
    fill: none;
    stroke: black;
    stroke-width: 0.1px;
    stroke-linejoin: round;
}
.text-outline.text-white text {
    fill: none;
    stroke: #f2f2f2;
    stroke-width: 0.1px;
    stroke-linejoin: round;
}
.page-title-area {
    text-align: center;
    background-color: #f9f9f9;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 15px;
}
.page-title-area h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
}
.page-title-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.page-title-area ul li {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-left: 11px;
    margin-right: 11px;
}
.page-title-area ul li a {
    display: block;
    color: #fff;
}
.page-title-area ul li:first-child::before {
    display: none;
}
.page-title-area ul li:before {
    content: "\f105";
    position: absolute;
    left: -15px;
    top: 1.3px;
    font-family: FontAwesome;
}
.content-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.content-section p {
    margin-bottom: 0;
}
.about-section {
    background-color: #f2f2f2;
}
.about-images {
    position: relative;
    text-align: right;
    padding-top: 4rem;
}
.about-images img {
    display: block;
    max-width: 100%;
    height: auto;
}
.about-img-front {
    position: relative;
    z-index: 2;
    border: 2rem solid rgba(255, 255, 255, 0.6);
}
.about-img-back {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.member {
    margin-bottom: 2rem;
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
}
.member-media {
    position: relative;
    margin: 0;
}
.member-media img {
    display: block;
    max-width: 100%;
    height: auto;
}
.member-content,
.member-overlay {
    transition: all 0.45s ease;
}
.member-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.member-title {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 0;
}
.member:hover.member-anim .member-overlay .member-title,
.member:hover.member-anim .member-overlay p,
.member:hover.member-anim .member-overlay .social-icons {
    animation-name: fadeInUpShort;
    animation-duration: 0.65s;
    animation-fill-mode: both;
}
.member-overlay .member-title {
    color: inherit;
    margin-bottom: 1.5rem;
}
.member:hover.member-anim .member-overlay p {
    animation-delay: 0.1s;
}
.member:hover.member-anim .member-overlay .member-title,
.member:hover.member-anim .member-overlay p,
.member:hover.member-anim .member-overlay .social-icons {
    animation-name: fadeInUpShort;
    animation-duration: 0.65s;
    animation-fill-mode: both;
}
.member:hover.member-anim .member-overlay .social-icons {
    animation-delay: 0.2s;
}
.member:hover.member-anim .member-overlay .member-title,
.member:hover.member-anim .member-overlay p,
.member:hover.member-anim .member-overlay .social-icons {
    animation-name: fadeInUpShort;
    animation-duration: 0.65s;
    animation-fill-mode: both;
}
.member p {
    max-width: 240px;
    color: #999;
}
.member:hover .member-overlay {
    visibility: visible;
    opacity: 1;
}
.member.text-center p {
    margin-left: auto;
    margin-right: auto;
}
.member-content,
.member-overlay {
    transition: all 0.45s ease;
}
.member-content {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    overflow: hidden;
}
.member-title {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.member-title span {
    display: block;
    color: #999;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0.3rem;
}
.member-overlay-content .member-title span {
    color: #f2f2f2;
}
.member-overlay-content p {
    color: #f2f2f2;
}
.member:hover .member-content {
    opacity: 0;
}
.member:hover.member-anim .member-content .member-title {
    animation-name: fadeOutUpShort;
    animation-duration: 0.65s;
    animation-fill-mode: both;
}
.social-icons {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.social-icons-color,
.social-icons-simple {
    line-height: 1;
}
.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child) {
    margin-right: 2rem;
}
.social-icons-color .social-icon,
.social-icons-simple .social-icon {
    width: auto;
    height: auto;
    border: none;
}
.social-icon:not(:last-child) {
    margin-right: 1rem;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #777;
    margin: 0;
    background-color: transparent;
    border: 0.1rem solid #e1e2e6;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all 0.35s ease;
}
.member-overlay .social-icon {
    font-size: 1.5rem;
}
.member-overlay .social-icons {
    margin-top: 2.7rem;
}
.member.text-center .social-icons {
    justify-content: center;
}
.member-overlay .social-icon:not(:hover) {
    color: inherit;
}
@keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutUpShort {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

.service-row {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}
.service-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.service-row figure {
    display: flex;
    margin: 0 30px 50px 0;
    border: 20px solid #ddd;
    box-shadow: 30px 30px 0 0 #f9f9f9;
    transition: all 300ms ease-in-out;
}
.service-row figure img {
    border: 1px solid #ddd;
}
.service-row:hover figure {
    border-color: #2a55a2;
}
.service-row:hover figure img {
    filter: contrast(130%);
    border: 1px solid #fff;
}
.service-row .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
}
.list-item ul {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
}
.list-item ul li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    padding-left: 22px;
}
.list-item ul li:before {
    font-family: "FontAwesome";
    /*content: "\f00c";*/
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    line-height: 24px;
    font-size: 13px;
    font-weight: 800;
    color: #2a55a2;
}

.contact-list {
    margin: 0;
    max-width: 270px;
    list-style: none;
    padding-left: 0;
}
.contact-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 1.4rem;
}
.contact-list li:last-child {
    margin-bottom: 0;
}
.contact-list li a {
    color: #7b7b7b;
    text-decoration: none;
}
.contact-list i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 18px;
    line-height: 1;
    color: #2a55a2;
}
.btn-submit {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    color: #2a55a2;
    border: 1px solid #2a55a2;
    text-align: center;
    outline: 0;
    border-radius: 0;
    transition: all 0.3s;
}
.btn-submit i {
    margin-left: 5px;
}
.btn-submit:hover {
    color: #fff;
    background-color: #2a55a2;
}
.map {
    width: 100%;
}

@media (max-width: 1200px) {
    .contact-info {
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    #branding .logo {
        max-width: 100px;
    }
    .header-collapse .site-header {
        padding: 0 15px;
    }
    .site-header .container {
        padding: 10px 0;
    }
    .main-navigation {
        margin-top: 10px;
    }
    .content-block {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .feature-img .feature-img-col-2 {
        background-image: none;
    }
    .feature-img .feature-img-col-2 img {
        display: block;
    }
    .testimonials-outer {
        background-image: none;
    }
    .testimonials li {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .pl-md-5 {
        padding-left: 40px;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .feature-row {
        display: flex;
    }
    .feature-img {
        border-left: 2px solid #fff;
    }
}
@media (min-width: 1200px) {
    .info-block .container {
        width: 980px;
    }
}
@media (max-width: 768px) {
    #branding .logo {
        max-width: 80px;
    }
    .main-navigation {
        margin-top: 5px;
    }
}