/*-----------------------------------------------------------------------------------

    
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Theme default CSS
    2. Home 1
        2.1 Header
        2.2 menu
        2.3 slider
        2.4 About
        2.5 Our Service
        2.6 Why Choose
        2.7 Our Team
        2.8 Work Gallery
        2.9 Counter Area
        2.10 Quick Quote Area
        2.11 Latest news Area
        2.12 Brand Area
        2.13 Footer
    3. About
    4. Service
    5. Pricing
    6. Process
    7. Contact
    8. faq
    9. Error
    10. Blog
    11. Single Blog
    12. Home 2
    13. Home 3

-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  1. Theme default CSS
/*----------------------------------------*/

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

div#preloader {
    background: #000 url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.menu-area.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    background: #222222 none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}

.btn-hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0) inset;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.btn-hover:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) inset, 0 0 20px rgba(255, 255, 255, 0.2);
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 15px;
}


/*-------------------------
scroll up
-------------------------*/

#scrollUp {
    background: #232323 none repeat scroll 0 0;
    border: 1px solid #db2d2e;
    border-radius: 0;
    bottom: 35px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0) inset;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 17px;
    height: 40px;
    line-height: 20px;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    z-index: 9999;
}

#scrollUp:hover {
    background: #db2d2e none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) inset, 0 0 20px rgba(255, 255, 255, 0.2);
    color: white;
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 15px;
}


/*----------------------------------------*/


/*  2. Home 1
/*----------------------------------------*/


/*2.1 Header*/

header {}

.header-top-area {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 10px 0;
}

.single-header-top {}

.single-header-top h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1px;
    padding-left: 25px;
    position: relative;
}

.single-header-top h4::before {
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0;
}

.sht-mail h4::before {
    content: " ";
}

.sht-call h4::before {
    content: "";
}

.sht-location h4::before {
    content: "";
}

.single-header-top p {
    font-size: 13px;
}

.header-social {
    margin: 8px 0;
    text-align: right;
}

.header-social ul {}

.header-social ul li {
    display: inline-block;
    margin-left: 3px;
}

.header-social ul li a {
    border: 2px solid #666;
    color: #666;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    width: 40px;
}

.header-social ul li a:hover {
    border: 2px solid #db2d2e;
    color: #db2d2e;
    transform: skewX(-10deg);
}


/*2.2 menu*/

.menu-area {
    background: #222222 none repeat scroll 0 0;
}

.menu-area .logo {}

.menu-area .logo a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 15px 0;
    text-transform: uppercase;
}

.menu-area .menu {}

.menu-area .menu > ul {}

.menu-area .menu > ul > li {
    display: inline-block;
    position: relative;
}

.menu-area .menu > ul > li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 21px 15px;
    text-transform: capitalize;
}

.menu-area .menu > ul > li:hover > a {
    background: #7A091D;
}

.menu-area .menu > ul > li .dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    min-width: 210px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    padding: 5px 0;
    z-index: 999;
}

.menu-area .menu > ul > li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.menu-area .menu > ul > li .dropdown > li {
    position: relative;
}

.menu-area .menu > ul > li .dropdown > li a {
    color: #111;
    display: block;
    padding: 0 15px;
}

.menu-area .menu > ul > li .dropdown > li:hover > a {
    color: #db2d2e;
}

.menu-area .menu > ul > li:hover .dropdown > li a {
    padding: 10px 15px;
}

.menu-area .menu > ul > li .dropdown > li .tlevel-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 100%;
    min-width: 210px;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
    visibility: hidden;
}

.menu-area .menu > ul > li .dropdown > li:hover .tlevel-menu {
    opacity: 1;
    visibility: visible;
}

.menu-area .menu > ul > li .dropdown > li .tlevel-menu > li {}

.menu-area .menu > ul > li .dropdown > li .tlevel-menu > li a {}

.menu-area .menu > ul > li .dropdown > li .tlevel-menu > li a:hover {
    color: #db2d2e;
}

.top-order {
    text-align: right;
}

.top-order a {
    background: #7A091D none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    text-transform: uppercase;
}

.top-order a:hover {
    transform: skewX(-10deg);
}


/*mobile-menu*/

.mobile-menu-area {
    margin-top: 30px;
}


/*2.3 slider*/

.h1-slider-container {}

.h1-slider-container .slider {
    position: relative;
}

.h1-slider-container .nivo-caption {
    background: transparent none repeat scroll 0 0;
    bottom: auto;
    left: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.h1-slider-container .nivo-caption .slide1-text {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    margin: auto;
    padding: 32px 0 46px;
    width: 50%;
}

.h1-slider-container .cap-dec {}

.h1-slider-container .cap-dec h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.h1-slider-container .cap-title {}

.h1-slider-container .cap-title h4 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.h1-slider-container .cap-view {}

.h1-slider-container .cap-view a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.h1-slider-container .cap-view a:hover {
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 15px;
}

.h1-slider-container .nivo-directionNav a {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 70px;
    z-index: 9;
}

.h1-slider-container .nivo-directionNav a.nivo-prevNav {
    left: -30px;
}

.h1-slider-container .nivo-directionNav a.nivo-prevNav:hover {
    left: 0;
}

.h1-slider-container .nivo-directionNav a.nivo-nextNav {
    right: -30px;
}

.h1-slider-container .nivo-directionNav a.nivo-nextNav:hover {
    right: 0;
}

.h1-slider-container .nivo-directionNav a:hover {
    background: #db2d2e none repeat scroll 0 0;
}

.h1-slider-container .nivo-controlNav {
    bottom: 17px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}

.h1-slider-container .nivo-controlNav a {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    margin: 0 5px;
    width: 25px;
}

.h1-slider-container .nivo-controlNav a:hover,
.h1-slider-container .nivo-controlNav a.active {
    background: #db2d2e none repeat scroll 0 0;
    border-color: #db2d2e;
}


/*2.4 About*/

.section {
    position: relative;
}

.section-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 27px;
    position: relative;
    text-transform: capitalize;
}

.section-title::after {
    background: #000 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 60px;
}

.section-title:hover::after {
    width: 100px;
}

.about-area {
    padding: 100px 0;
}

.about-left {
    border: 5px solid #111;
    padding: 20px 22px 40px;
}

.about-left h2 {}

.about-left p {
    margin-bottom: 12px;
}

.view-more {
    color: #db2d2e;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.view-more::after {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    height: auto;
    position: absolute;
    right: -20px;
    top: -5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: auto;
}

.view-more:hover::after {
    right: -30px;
}

.about-video {
    position: relative;
}

.about-video img {
    width: 100%;
}

.about-video .about-play-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-video .popup-youtube {
    background: #000 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 44px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}


/*2.5 Our Service*/

.our-service-start {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 94px 0 100px;
}

.our-service-head {
    margin-bottom: 59px;
}

.our-service-head h2 {}

.single-service {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    overflow: hidden;
}

.single-service .ss-img {
    overflow: hidden;
    position: relative;
}

.single-service .ss-img::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transform: perspective(10px) rotateX(90deg);
    -ms-transform: perspective(10px) rotateX(90deg);
    -o-transform: perspective(10px) rotateX(90deg);
    transform: perspective(10px) rotateX(90deg);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-service:hover .ss-img::before {
    opacity: 0.8;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.single-service .ss-img img {
    width: 100%;
}

.ss-img .service-price {
    background: #fff none repeat scroll 0 0;
    color: #db2d2e;
    display: inline-block;
    height: 30px;
    padding: 0 40px;
    position: absolute;
    right: -35px;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ss-img-overlay-text {
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: perspective(10px) rotateX(90deg) translateY(-50%);
    -ms-transform: perspective(10px) rotateX(90deg) translateY(-50%);
    -o-transform: perspective(10px) rotateX(90deg) translateY(-50%);
    transform: perspective(10px) rotateX(90deg) translateY(-50%);
    z-index: 99;
}

.single-service:hover .ss-img-overlay-text {
    -webkit-transform: perspective(600px) rotateX(0deg) translateY(-50%);
    -ms-transform: perspective(600px) rotateX(0deg) translateY(-50%);
    -o-transform: perspective(600px) rotateX(0deg) translateY(-50%);
    transform: perspective(600px) rotateX(0deg) translateY(-50%);
    z-index: 99;
}

.single-service .ss-content {
    padding: 18px 18px 21px;
}

.single-service .ss-content h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
}

.get-service {
    color: #db2d2e;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.get-service::after {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    height: auto;
    position: absolute;
    right: -20px;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: auto;
}

.get-service:hover::after {
    right: -30px;
}


/*2.6 Why Choose*/

.why-choose-area {
    padding: 94px 0 100px;
}

.why-choose-bg {
    background: rgba(0, 0, 0, 0) url("../img/han-auto-repar-car-brands-new.jpg") repeat scroll left top / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
}

.why-choose {}

.why-choose h2 {
    margin-bottom: 45px;
}

.single-why-choose {
    padding: 25px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-why-choose:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.single-why-choose:last-child {
    margin: 0;
}

.single-why-choose img {}

.single-why-choose a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 21px;
}


/*2.7 Our Team*/

.our-team-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 94px 0 100px;
}

.our-team-head {
    margin-bottom: 60px;
}

.our-team-head h2 {}

.single-team {
    overflow: hidden;
}

.single-team .st-img {
    position: relative;
}

.st-img-overlay-content {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: translateX(100%) scale(0);
    -ms-transform: translateX(100%) scale(0);
    -o-transform: translateX(100%) scale(0);
    transform: translateX(100%) scale(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-team:hover .st-img-overlay-content {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}

.st-img-overlay-content .member-social {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.st-img-overlay-content .member-social li {
    display: inline-block;
}

.st-img-overlay-content .member-social li a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 25px;
    padding: 8px;
    width: 40px;
}

.st-img-overlay-content .member-social li a:hover {
    border: 1px solid #db2d2e;
    color: #db2d2e;
}

.single-team .st-img img {
    width: 100%;
}

.st-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #db2d2e;
    margin-top: 15px;
    padding: 16px 15px;
}

.st-content .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 9px;
}

.st-content .designation {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


/*2.8 Testimonial Area*/

.testimonial-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/testimonial.jpg") no-repeat fixed left top / cover;
    padding: 75px 0;
}

.testimonial-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

.testimonial .testimonial-item p {
    color: #fff;
    padding-top: 23%;
    text-align: right;
}

.testimonial .testimonial-item i {
    color: #fff;
    font-size: 72px;
    opacity: 0.6;
    position: absolute;
    right: 25%;
    text-align: center;
    top: 25%;
    transform: rotateY(180deg);
}

.testimonial-content {
    padding: 25px;
}

.testimonial-thumb-img {
    position: relative;
}

.testimonial .testimonial-item .testimonial-content img {}

.testimonial .testimonial-item .testimonial-content .content {
    background-color: #db2d2e;
    margin-top: 20px;
    padding: 10px;
    position: relative;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-content .content h4 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.testimonial .testimonial-item .testimonial-content .content p {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    padding-top: 0;
    text-align: center;
}


/*2.8 Work Gallery*/

.work-gallery-area {
    padding: 94px 0 100px;
}

.work-gallery-head {
    margin-bottom: 60px;
}

.work-gallery-head h2 {}

.work-gallery {}

.single-work-gallery {
    overflow: hidden;
    position: relative;
}

.single-work-gallery::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-work-gallery:hover::before {
    opacity: 0.4;
}

.single-work-gallery .single-wk-img {}

.single-work-gallery .single-wk-img img {
    width: 100%;
}

.single-work-gallery .single-wk-img i {
    color: #fff;
    font-size: 40px;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translateY(-50%);
}

.single-work-gallery:hover .single-wk-img i {
    opacity: 1;
}


/*2.9 Counter Area*/

.counter-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/counter.jpg") no-repeat fixed left top / cover;
    padding: 100px 0 94px;
}

.counter-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-counter {
    text-align: center;
}

.single-counter .counter-icon {
    height: 95px;
    margin-bottom: 32px;
}

.single-counter .counter-icon i {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 60px;
    height: 95px;
    line-height: 90px;
    width: 95px;
}

.single-counter:hover .counter-icon i {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: counter_icon;
    height: 100px;
    position: relative;
    width: 100px;
}

@keyframes counter_icon {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

.single-counter h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
}

.single-counter p {
    color: #fff;
}


/*2.10 Quick Quote Area*/

.quick-quote-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 94px 0 33px;
}

.wpcf7 {}

.wpcf7 h2 {
    margin-bottom: 60px;
}

.wpcf7 {}

.wpcf7 input[type="text"],
.wpcf7 select,
.wpcf7 textarea {
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
    padding: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.wpcf7 input[type="text"] {
    height: 35px;
}

.wpcf7 input[type="text"]:focus {
    border-color: #db2d2e;
}

.wpcf7 select {
    height: 35px;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wpcf7 select:focus {
    border-color: #db2d2e;
}

.wpcf7 textarea {
    height: 150px;
}

.wpcf7 textarea:focus {
    border-color: #db2d2e;
}

.wpcf7 input[type="submit"] {
    background: #db2d2e none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    height: 35px;
    letter-spacing: 0;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}


/*2.11 Latest news Area*/

.latest-blog-area {
    padding: 94px 0 90px;
}

.latest-blog-area-head {
    margin-bottom: 60px;
}

.latest-blog-area-head h2 {}

.single-blog {
    overflow: hidden;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img a::after,
.blog-img a::before {
    background: #db2d2e none repeat scroll 0 0;
    content: "";
    height: 200%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 200%;
}

.blog-img a::before {
    transform: skew(45deg) translateX(-100%);
}

.blog-img a::after {
    transform: skew(45deg) translateX(100%);
    z-index: 9;
}

.single-blog:hover .blog-img a::before,
.single-blog:hover .blog-img a::after {
    transform: skew(45deg) translateX(0%);
}

.blog-img a img {
    width: 100%;
}

.blog-content {
    margin-top: 20px;
}

.bc-top {}

.bc-top .bc-top-date {
    background: #db2d2e none repeat scroll 0 0;
    float: left;
    padding: 9px 8px 7px;
    text-align: center;
}

.bc-top .bc-top-date .bc-date-day {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1px;
}

.bc-top .bc-top-date .bc-date-month {
    color: #fff;
    font-size: 14px;
}

.bc-top .bc-top-block {
    float: left;
    padding-left: 18px;
    width: auto;
}

.blog-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.bc-top-block .blog-title ul {}

.bc-top-block ul li,
.bc-top-block ul li i,
.bc-top-block ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}

.bc-top-block ul li {
    display: inline-block;
    margin-right: 12px;
}

.bc-top-block ul li i {
    margin-right: 8px;
}

.bc-top-block ul li a {}

.bc-details {
    padding-top: 12px;
}

.bc-details p {
    margin-bottom: 8px;
}

.read-more {
    color: #db2d2e;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.read-more::after {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    height: auto;
    position: absolute;
    right: -20px;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: auto;
}

.read-more:hover::after {
    right: -30px;
}


/*2.12 Brand Area*/

.brand-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 50px 0;
}

.single-brand {
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-brand:hover {
    border-color: #db2d2e;
}

.single-brand a {}

.single-brand a img {}


/*2.13 Footer*/

footer {
    background: rgba(0, 0, 0, 0) url("../img/bg/footer.jpg") no-repeat fixed 0 0 / cover;
    position: relative;
}

footer::before {
    background: #1a1a1a none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 29px;
    text-transform: uppercase;
}

.single-services {}

.single-services h3 {}

.single-services p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.footer-top-area {
    padding: 50px 0;
}

.single-footer-col {}

.single-footer-col h4 {}

.single-footer-col p {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}

.link-list {
    margin-top: 33px;
}

.link-list li {
    margin-bottom: 15px;
}

.link-list li:last-child {
    margin: 0;
}

.link-list li a {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding-left: 22px;
    position: relative;
}

.link-list li a::before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.link-list li a:hover::before {
    color: #db2d2e;
}

.footer-social {
    margin-top: 23px;
}

.footer-social li {
    display: inline-block;
    height: 30px;
    width: 30px;
}

.footer-social li a {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.footer-social li a:hover {
    border-color: #db2d2e;
    color: #db2d2e;
}

.footer-newsletter {
    margin-top: 23px;
}

.footer-newsletter input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #db2d2e;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 85%;
}

.footer-newsletter input[type="submit"] {
    background: #db2d2e none repeat scroll 0 0;
    border: 1px solid #db2d2e;
    color: #fff;
    font-size: 14px;
    height: 35px;
    letter-spacing: 0;
    padding: 0 20px;
}

.footer-newsletter input[type="submit"]:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer-bottom-area {
    border-top: 1px solid #fff;
    padding: 16px 0 15px;
}

.footer-bottom-left {}

.footer-bottom-left p,
.footer-bottom-left p a {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 4px;
}

.footer-bottom-left p {
    color: #fff;
}

.footer-bottom-left p a {
    color: #db2d2e;
}

.footer-bottom-right {
    text-align: right;
}

.footer-bottom-links {}

.footer-bottom-links li {
    display: inline-block;
    margin-left: 20px;
}

.footer-bottom-links li a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
}

.footer-bottom-links li a:hover {
    color: #db2d2e;
}


/*----------------------------------------*/


/*  3. About
/*----------------------------------------*/

.page-banner-area {
    background: rgba(0, 0, 0, 0) url("../img/banner/page.jpg") no-repeat fixed left top / cover;
    height: 400px;
    position: relative;
    text-align: center;
}

.page-banner-area::before {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-banner {
    padding-top: 145px;
}

.page-banner-content {}

.page-banner-title {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    line-height: 54px;
    padding: 6px 15px;
    text-transform: uppercase;
}

.page-banner-content ul {
    margin-top: 22px;
}

.page-banner-content ul li,
.page-banner-content ul li a {
    color: #fff;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-banner-content ul li {
    margin: 0 8px;
    position: relative;
}

.page-banner-content ul li::after {
    color: #fff;
    content: "/";
    font-size: 16px;
    position: absolute;
    right: -16px;
    top: 0;
}

.page-banner-content ul li:last-child::after {
    display: none;
}

.page-banner-content ul li a {}


/*----------------------------------------*/
/*----------------------------------------*/

.page-banner1-area {
    background: rgba(0, 0, 0, 0) url("../img/banner/hans-sprinter-repair.jpg") no-repeat fixed left top / cover;
    height: 400px;
    position: relative;
    text-align: center;
}

.page-banner1-area::before {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-banner1 {
    padding-top: 145px;
}

.page-banner1-content {}

.page-banner1-title {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    line-height: 54px;
    padding: 6px 15px;
    text-transform: uppercase;
}

.page-banner1-content ul {
    margin-top: 22px;
}

.page-banner1-content ul li,
.page-banner1-content ul li a {
    color: #fff;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-banner1-content ul li {
    margin: 0 8px;
    position: relative;
}

.page-banner1-content ul li::after {
    color: #fff;
    content: "/";
    font-size: 16px;
    position: absolute;
    right: -16px;
    top: 0;
}

.page-banner1-content ul li:last-child::after {
    display: none;
}

.page-banner1-content ul li a {}


/*----------------------------------------*/

/*  4. Service
/*----------------------------------------*/

.service-oss {
    background: #fff none repeat scroll 0 0;
}


/*----------------------------------------*/


/*  5. Pricing
/*----------------------------------------*/

.pricing-plan-area {
    padding: 100px 0;
}

.single-price-plan {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 2px solid #eee;
    padding: 50px 10px 60px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-price-plan:hover {
    border-color: #db2d2e;
}

.single-price-plan .plan-type {
    font-size: 50px;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.single-price-plan .plan-type.special-plan-type {
    color: #db2d2e;
}

.single-price-plan .plan-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

.single-price-plan ul {
    margin: 23px 0 25px;
}

.single-price-plan ul li {
    color: #333;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 44px;
    text-transform: capitalize;
}

.single-price-plan .get-started {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    text-transform: uppercase;
}

.single-price-plan .get-started:hover {
    background: #eee none repeat scroll 0 0;
    color: #222;
}


/*----------------------------------------*/


/*  6. Process
/*----------------------------------------*/

.process-area {
    padding: 94px 0 93px;
}

.process-head {
    margin-bottom: 83px;
}

.process-head h2 {}

.single-process {
    padding: 25px 0 0;
    position: relative;
    text-align: center;
}

.single-process::after {
    color: #222;
    content: "";
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    right: -40px;
    top: 20%;
}

.single-process.sp-complete::after {
    display: none;
}

.process-icon {
    margin-bottom: 65px;
}

.process-icon i {
    color: #222;
    font-size: 50px;
    height: 50px;
    position: relative;
    width: 50px;
}

.process-icon i::after {
    border: 1px solid;
    content: "";
    height: 90px;
    left: -20px;
    position: absolute;
    top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 90px;
}

.single-process:hover .process-icon i::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.process-title {}

.process-wga {
    background: #f7f7f7 none repeat scroll 0 0;
}


/*----------------------------------------*/


/*  7. Contact
/*----------------------------------------*/

.contact-top-area {
    padding: 94px 0 100px;
}

.contact-header {
    margin-bottom: 70px;
}

.contact-header h2 {}

.single-contact-top {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 37px 0 32px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.single-contact-top:hover {
    background: #db2d2e none repeat scroll 0 0;
}

.single-contact-top .sct-icon {
    height: 34px;
    margin-bottom: 16px;
}

.single-contact-top .sct-icon i {
    color: #db2d2e;
    font-size: 34px;
    height: 34px;
    line-height: 34px;
}

.single-contact-top:hover .sct-icon i {
    color: #fff;
}

.single-contact-top .sct-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.single-contact-top:hover .sct-title {
    color: #fff;
}

.single-contact-top p {}

.single-contact-top:hover p {
    color: #fff
}

.contact-map-form-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 100px 0;
}

#googleMap {
    height: 350px;
    width: 100%
}


/*----------------------------------------*/


/*  8. faq
/*----------------------------------------*/

.faq-area {
    padding: 94px 0 92px;
}

.faq-head {
    margin-bottom: 69px;
}

.faq-head h2 {}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}

button.accordion::after {
    color: #777;
    content: "";
    float: right;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}

button.accordion:hover::after {
    color: #fff;
}

button.accordion.active::after {
    color: #fff;
    content: "";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.faq .panel {
    margin-bottom: 5px;
}

.faq button.accordion {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #454b59;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0;
    line-height: 24px;
    outline: medium none;
    padding: 10px 18px 10px 80px;
    position: relative;
}

.faq button.accordion.active,
button.accordion:hover {
    background-color: #db2d2e;
}

button.accordion.active,
button.accordion:hover {
    color: #fff;
}

span.accordion-before {
    background: #db2d2e none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}


/*----------------------------------------*/


/*  9. Error
/*----------------------------------------*/

.error-area {
    padding: 100px 0;
}

.errors {
    text-align: center;
}

.errors img {
    margin-bottom: 40px;
}

.errors h1 {
    font-size: 100px;
    font-weight: 400;
    line-height: 104px;
    margin-bottom: 28px;
}

.errors h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 21px;
}

.errors p {
    margin-bottom: 12px;
}

.errors a {
    border: 1px solid #111;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
}

.errors a:hover {
    border-color: #db2d2e;
}


/*----------------------------------------*/


/*  10. Blog
/*----------------------------------------*/

.blog-area {
    padding: 94px 0 60px;
}

.blog-head {
    margin-bottom: 70px;
}

.blog-head h2 {}

.blog-sidebar {}

.blog-widget {
    margin-bottom: 46px;
}

.widget-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.blog-search {
    position: relative;
}

.blog-search input[type="text"] {
    border: 1px solid #222;
    color: #222;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.blog-search button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #ccc;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 0;
}

.blog-search button:hover {
    color: #222;
}

.blog-search button i {}

.blog-sidear-categories {}

.blog-sidear-categories li {}

.blog-sidear-categories li a {
    border-bottom: 1px solid #666;
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0 10px 25px;
    position: relative;
}

.blog-sidear-categories li a:hover {
    border-bottom: 1px solid #db2d2e;
    color: #db2d2e;
}

.blog-sidear-categories li a::before {
    content: "";
    font-family: FontAwesome;
    left: 8px;
    position: absolute;
    top: 10px;
}

.blog-sidear-categories li a:hover::before {
    color: #db2d2e;
}

.single-bsrp {
    clear: both;
    margin-bottom: 20px;
}

.single-bsrp:last-child {
    clear: both;
    margin-bottom: 0;
}

.single-bsrp .bsrp-img {
    float: left;
    width: 29%;
}

.single-bsrp .bsrp-img img {}

.single-bsrp a {
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    width: 69%;
}

.tags {}

.tags li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tags li a {
    border: 1px solid #222;
    display: block;
    font-size: 14px;
    padding: 8px 15px;
}

.tags li a:hover {
    border: 1px solid #db2d2e;
}

.post-video iframe {
    height: 355px;
    width: 100%;
}

.post-audio iframe {
    height: 355px;
    width: 100%;
}


/*----------------------------------------*/


/*  11. Single Blog
/*----------------------------------------*/

.single-blog-area {
    padding: 94px 0 80px;
}

.comment-blog {}

.form-group-comment {
    margin-bottom: 20px;
}

.form-group-comment input[type="text"] {
    border: 1px solid #222;
    color: #000;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.form-group-comment input[type="password"] {
    border: 1px solid #222;
    color: #000;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.form-group-comment .c-comment {
    border: 1px solid #222;
    color: #222;
    font-size: 14px;
    height: 200px;
    letter-spacing: 0;
    margin-bottom: 14px;
    padding: 0 10px;
    width: 100%;
}

.form-group-comment .c-button {
    background: #db2d2e none repeat scroll 0 0;
    border: 1px solid #db2d2e;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 100%;
}

.form-group-comment .c-button:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*----------------------------------------*/


/*  12. Home 2
/*----------------------------------------*/

#particles-js {
    background: rgba(0, 0, 0, 0) url("../img/bg/particles.jpg") repeat fixed left top / cover;
    height: 100%;
    width: 100%;
}

.particles-bg {
    position: relative;
}

.particles-bg::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.particles-bg canvas {
    height: 490px !important;
    position: relative;
    z-index: 9;
}

.particles-content {
    left: 0;
    margin-top: 12%;
    padding-bottom: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
}

.particles-content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.particles-content h3 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.particles-content a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.particles-content a:hover {
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 15px;
}


/*----------------------------------------*/


/*  13. Home 3
/*----------------------------------------*/

.hero-video-bg {
    position: relative;
}

.hvb-video {}

.hvb-video video {
    width: 100%;
}

.hvb-content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.hvb-content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.hvb-content h3 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.hvb-content a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.hvb-content a:hover {
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 15px;
}
