@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900');


body {
	font-family: 'Source Sans Pro', sans-serif !important;
}

/* Header Design
================================== */

.header-container {
    background-color: #d50c2d;
    background: -webkit-linear-gradient(60deg, #d50c2d, #fd5571);
    background: linear-gradient(60deg, #d50c2d, #fd5571);
}
.navbar {
    transition: .3s ease-out;
}
.sticky-header {
    color: #000;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


/* Header Design
================================== */



/* Slider Design
================================== */

.slider-container {
    position: relative;
    min-height: 750px;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}

.slider-image {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 700px;
}
.slider-content h1 {
    padding: 0 0 20px 0;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    line-height: 48px;
}
.slider-content h1 span {
    font-weight: 700;
}
.slider-content h2 {
    padding: 0 0 20px 0;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    letter-spacing: 0.4px;
}
.slider-content h5 {
    padding: 0 0 20px 0;
    font-size: 20px;
    color: #fff;
}
.slider-content h5 span {
    font-weight: 700;
    color: #fff;
}


/* Slider Design
================================== */

/* Page Hero Design
================================== */

.page-hero {
    width: 100%;
    height: 300px;
    margin-top: 66px;
    background-size: cover;
    background-position: center;
}

.page-hero h1 {
    margin-top: 140px;
    font-weight: 700;
    color: #FFF;
}

.page-hero h4 {
    font-weight: 300;
    color: #FFF;
}


/* Page Hero Design
================================== */



/* Sidebar Design
================================== */

.sidebar-container ul {
    text-align: right;
    list-style: none;
    margin-left: 0;
    width: 100%;
    border-right: 2px solid gainsboro;
}

.sidebar-container ul li {
    position: relative;
    padding: 8px 10px;
}

/* Sidebar Design
================================== */


/* Blog Hero Design
================================== */

.blog-hero-container {
    display: block;
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.blog-hero-title-container {
    padding: 25px 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}
.blog-hero-title-container .category {
    position: absolute;
    top: -8px;
    background-color: #d50c2d;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-hero-title-container h1 {
    color :#FFF;
    font-size: 28px;
    font-weight: 700;
}

.blog-hero-title-container h2 {
    color :#FFF;
    font-size: 12px;
    font-weight: 300;
}

/* Blog Hero Design
================================== */

/* Featured Blog Design
================================== */

.featured-blog-container {
    margin-bottom: 20px;
}
.featured-blog-container:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 50px;
    border-bottom: 1px solid #eee;
}

.featured-blog-container .category {
    background-color: #d50c2d;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    margin-bottom: 10px;
    padding: 2px 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.featured-blog-container h3 {
    font-size: 18px;
    font-weight: 700;
}

.featured-blog-container h4 {

    font-size: 12px;
    font-weight: 300;
}


/* Featured Blog Design
================================== */

/* Card Blogs Design
================================== */

.card-blog-container {
    margin-bottom: 40px;
}

.card-blog-container .category {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #d50c2d;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-blog-container img {
    margin-bottom: 10px;
}

.card-blog-container h5 {
    font-size: 18px;
    font-weight: 700;
}

.card-blog-container h6 {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}


/* Card Blogs Design
================================== */

/* Features Design
================================== */

.features-container {
    background-color: #f4f7f9;
    padding: 30px;
}

.features-container li {
    list-style: none;
    padding: 8px;
}
.features-container i {
    color: #d50c2d;
}
/* Features Design
================================== */

/* Why Features Design
================================== */

.why-container {
    background-color: #f4f7f9;
    padding: 30px;
}
.why-image-container {
    background-image: url(../img/why1.jpg);
    background-size: cover;
    height: 650px;
    transition: background 0.5s linear;
    margin-top: -100px;
}
.why-icon-item {
    cursor: pointer;
}
.why-icon-item span {
    padding: 8px;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    border: 2px solid #d50c2d;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
}
.why-icon-item:hover span {
    border: 2px solid #ffc107;
}


/* Why Features Design
================================== */


/* Price Table
================================== */

.price-table {
    display: flex;
    flex-wrap: wrap;
}

.price-table-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    width: calc(25% - 1px);
    text-align: center;
}
.price-table-cell:first-child {
    border: 1px solid #fff;

}
.price-table-cell:nth-last-child(-n+4) {
    border: 1px solid #fff;

}
.price-table-cell.cell-feature {
    text-align: left;
    color: #666;
    font-weight: 300;
}
.price-table-cell h5 {
    color: #d50c2d;
    font-weight: 700;
}
.price-table-cell .price {
    color: #666;
    font-weight: 300;
    text-decoration: line-through;
}
.price-table-cell .discount {
    font-size: 24px;
    font-weight: 700;
}
.price-table-cell i {
    color: #d50c2d;
}

/* Price Table
================================== */

/* Parallax Design
================================== */


.parallax-container .parallax-page .parallax-content {
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}

/* Parallax Design
================================== */



/* Footer Design
================================== */


.footer-col-title {
    font-size: 20px;
    color: #d4d4d4;
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
}

.footer-col-title::after {
    content: '';
    margin-top: 30px;
    border-bottom: 1px solid #676b74;
    display: block;
}

.footer-col-content {
    font-size: 18px;
    color: #999;
}

.footer-social i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background-color: #818B96;
    color: #292c39;
    font-size: 18px;
    margin-left: 4px;
    margin-right: 4px;
}
/* Footer Design
================================== */


/* Config & Elements
================================== */

.logo-white {
	width: 198px;
	height: 50px;
}

.logo {
    display: none;
    width: 198px;
    height: 50px;
}

.header-logo {
    width: 198px;
    height: 50px;
}

.footer-logo {
    width: 119px;
    height: 30px;
}



svg.svg-intro-top {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 666;
}
svg.svg-intro-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65%;
    z-index: 555;
}

.dropdown-large {
    padding: 20px !important;
    width: 400px;
}

.dark {
    color: #000 !important;
}
/*
.card {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 5%);
    transition: all .2s ease;
}

.card:hover{

    margin-top: -10px;
    transition: all .2s ease;
    box-shadow:0 1rem 3rem rgba(31,45,61,.125) !important;
}
*/
.card-header {
    background-color: #FFF !important;
    border-bottom: none !important;
}
.feature-card {
    height: 240px;
}

.feature-card i {
    color: #d50c2d;
    font-size: 36px;
}

.client-container .fa-dot-circle {
    font-size: 12px;
    color: #d50c2d;
    margin: 4px;
}

.client-container h5 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #d50c2d;
}

.client-photo {
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 50%;
}

.client-comment {
    position: relative;
    background: #f4f7f9;
    padding: 30px;
    color: #666666;
    font-size: 20px;
    text-decoration: underline #e1e1e1;
    margin-bottom: 20px;
}

blockquote {
    font-size: 48px;
    position: absolute;
    left: 25px;
    top: 10px;
    color: rgba(0,0,0,.1);
}


/* Config & Elements
================================== */






/* Responsivity
================================== */


@media (max-width:576px)
{
    .mobile-header {
        color: #000;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .slider-content {
        width: 100%;
    }
    .price-table-cell:first-child {
        display: none;
    }
    .price-table-cell.cell-feature {
        width: 100%;
        text-align: center;
        color: #666;
        font-weight: 300;
    }

    .parallax-container {
        width: 100%;
        height: 2048px;
        background: url(../img/bg-parallax.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }

    .parallax-container .parallax-page {
        position: relative;
        height: 1080px;
    }

    /* Support Design
    ================================== */

    .support-container {
        position: relative;
        padding-top: 300px;
        height: 1080px;
        background: url(../img/support.jpg) no-repeat;
        background-color: #edf2f4;
        background-position: top left;
        background-size: contain;
    }

    .support-container .feature-card {
        height: 180px !important;
    }

    /* Support Design
    ================================== */

    .footer-container {
        height: 940px;
    }

    .footer-content {
        background-color: #2e3240;
        height: 700px;
        padding: 40px;
    }

    .footer-copyright {
        background-color: #292c39;
        border-top: solid 1px #252833;
        height: 240px;
        color: #FFF;
        text-align: center;
    }
}

@media (min-width:576px) and (max-width:768px)
{
    
    
}

@media (min-width:768px) and (max-width:992px)
{
    
}

@media (min-width:992px) and (max-width:1200px)
{

}

@media (min-width:1200px) and (max-width:1480px)
{
    .mobile-header {

    }
    .slider-content {
        width: 45%;

    }

    .parallax-container {
        width: 100%;
        min-height: 1080px;
        background: url(../img/bg-parallax.jpg) no-repeat;
        background-size: 100%;
        background-attachment: fixed;    
    }
    .parallax-container .parallax-page {
        position: relative;
        height: 1080px;
    }

    /* Support Design
    ================================== */

    .support-container {
        position: relative;
        padding-top: 70px;
        height: 520px;
        background: url(../img/support.jpg) no-repeat;
        background-color: #edf2f4;
        background-position: top left;
        background-size: contain;
    }

    .support-container .feature-card {
        height: 240px !important;
    }


    /* Support Design
    ================================== */

    .footer-container {
        height: 480px;
    }

    .footer-content {
        background-color: #2e3240;
        height: 400px;
        padding: 40px;
    }


    .footer-copyright {
        background-color: #292c39;
        border-top: solid 1px #252833;
        color: #FFF;
    }
}
@media (min-width:1480px)
{
    .slider-content {
        width: 45%;
    }

    .parallax-container {
        width: 100%;
        min-height: 1080px;
        background: url(../img/bg-parallax.jpg) no-repeat;
        background-size: 100%;
        background-attachment: fixed;    
    }
    .parallax-container .parallax-page {
        position: relative;
        height: 1080px;
    }

    /* Support Design
    ================================== */

    .support-container {
        position: relative;
        padding-top: 70px;
        height: 520px;
        background: url(../img/support.jpg) no-repeat;
        background-color: #edf2f4;
        background-position: top left;
        background-size: contain;
    }

    .support-container .feature-card {
        height: 240px !important;
    }

    /* Support Design
    ================================== */

    .footer-container {
        height: 480px;
    }

    .footer-content {
        background-color: #2e3240;
        height: 400px;
        padding: 40px;
    }


    .footer-copyright {
        background-color: #292c39;
        border-top: solid 1px #252833;
        color: #FFF;
    }

}
/* Responsivity
================================== */