/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.heading-block:after {
    border-top: none;
}

.center-vertical {
    margin-top: 70px;
}


@media (max-width: 767px) and (min-width: 480px) {
    .center-vertical {
        margin-top: 10px;
    }

    .mobile-fix-logo{
        margin-top:20px;
        margin-bottom:20px;
        text-align: center;
    }
}

.slider-caption h1 {
    font-size: 64px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}


@media (max-width: 479px)
{
    .swiper_wrapper .slider-caption h1
    {
        font-size: 28px;
    }

    #logo{
        max-width: 220px;
    }
}
