﻿.slick-slide {
    outline: none !important;
}

.slick-slider {
    user-select: text;
}
/*==============================================================
            CTA style start
        ==============================================================*/
.cta-btn {
}

    .cta-btn .cta-link {
        position: relative;
        display: inline-block;
        background: transparent;
        color: #ffca26;
        font-size: 15px;
        min-width: 220px;
        text-align: left;
        letter-spacing: 0.050em;
        line-height: 18px;
        font-weight: bold;
        padding: 0;
        cursor: pointer;
        text-transform: none;
        font-family: 'Fugaz One', cursive;
        font-family: Gotham-Light;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: underline;
    }

        .cta-btn .cta-link.cta-block {
            display: block;
            width: 100%;
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
        }

        .cta-btn .cta-link i {
            margin-right: 5px;
        }

        .cta-btn .cta-link:hover {
            background: transparent;
            color: #d2d6ef;
            /*-webkit-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
            -moz-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
            box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);*/
        }
/*==============================================================
            CTA style end
        ==============================================================*/
/*==============================================================
            banner Style start
        ==============================================================*/
.banner-wrap {
    height: auto;
    position: relative;
    overflow: hidden;
}

.shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .shape svg {
        width: 100%;
    }

.banner-slider {
    height: 100%;
}

    .banner-slider .hero-content {
        z-index: 99;
        left: 8%;
        top: 50%;
        position: absolute;
        padding-left: 0;
    }

    .banner-slider > .banner-slide {
        display: none;
    }

        .banner-slider > .banner-slide:first-child {
            display: block;
        }

.slick-initialized .banner-slide {
    position: relative;
    height: 100vh;
    /*padding-bottom: 300px;*/
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}

.banner-slider .slick-arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 0;
    background: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    z-index: 12;
    cursor: pointer;
    border-radius: 0;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.12);
}

    .banner-slider .slick-arrow:before {
        /*font-family: 'FontAwesome';
        font-size: 30px;*/
        text-align: center;
        line-height: 50px;
        color: #fff;
    }

    .banner-slider .slick-arrow.slick-prev {
        left: 1%;
        background: url(/images/large_left.png) no-Repeat 0 0;
        width: 40px;
        height: 40px;
    }

        .banner-slider .slick-arrow.slick-prev:before {
            content: "\f053";
        }

    .banner-slider .slick-arrow.slick-next {
        right: 25px;
        right: 1%;
        background: url(/images/large_right.png) no-Repeat 0 0;
        width: 40px;
        height: 40px;
    }

        .banner-slider .slick-arrow.slick-next:before {
            /*content: "\f054";*/
        }

.hero-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.banner-wrap .container {
    position: relative;
    z-index: 12;
}

.hero-overlay {
    background: #081c2d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.hero-content {
    color: #ffffff;
}

    .hero-content p {
        font-size: 20px;
        line-height: 32px;
        max-width: 600px;
        color: rgba(255,255,255,0.9);
        letter-spacing: 0.010em;
    }

.blog-detail-banner .hero-content {
    max-width: 900px;
}

    .blog-detail-banner .hero-content h1 {
        font-size: 43px;
    }

.hero-content h3 {
    font-size: 16px;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 6px;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 0.9;
    margin-bottom: 18px;
    color: #fff;
    font-weight: bold;
    max-width: 100%;
    font-family: Gotham-Bold, cursive;
    text-transform: uppercase;
}

h1.factsHero {
    font-size: 32px;
    line-height: 1.1;
}

.hero-content h1 span {
    font-family: Gotham-Bold, cursive;
    font-size: 42px;
}

.hero-content .cta-btn {
    padding-top: 30px;
}

    .hero-content .cta-btn .btn-style-three {
        color: #fff;
        padding: 18px 35px;
        text-transform: capitalize;
        font-weight: bold;
        border-radius: 50px;
        background-color: transparent;
        border: 1px solid;
        line-height: 6px;
    }

    .hero-content .cta-btn .btn-style-three:hover {
        color: #000;
        padding: 18px 35px;
        text-transform: capitalize;
        font-weight: bold;
        border-radius: 50px;
        background-color: transparent;
        border: 1px solid #000;
    }

.hero-content .cta-btn .cta-link.cta-outline-white:hover {
    background: #ffffff;
    color: rgba(0,33,71,1);
}
/*==============================================================
            banner Style end
        ==============================================================*/

.how-to-use {
    padding: 100px 0;
}
