html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.main-title {
    color: #51489d;
    font-weight: 600;
    font-size: 48px;
    font-weight: 700;
}

.top-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .top-main p {
        font-size: 16px !important;
    }

.links-main {
    padding-top: 10px;
    padding-bottom: 50px;
}

.links-cover {
    font-weight: 600;
    font-size: 16px;
    color: #51489d;
    padding-left: 20px;
}

.link-inner {
    border: 1px solid #51489d;
    padding: 15px;
    margin-top: 25px;
    text-decoration: none;
}

    .link-inner:hover {
        background-color: #e9effb;
    }

.header-cover {
    background: url(../Img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.light-bg {
    background-color: #e3e6f9;
}

.download-form {
    text-align: center;
    padding: 0 35px;
}

    .download-form h1 {
        color: #51489d;
        font-size: 36px;
    }

.secure-cover {
    padding: 60px 0px;
}

.pdf-download {
    background-color: #f9f9f9;
    margin-top: 35px;
    text-decoration: none;
}

.file-nm {
    background-color: #c7cced;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-dwn {
    color: #51489d;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.w-box {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 12px 4px #9c97c5;
}

.margin-up {
    margin-top: -100px;
}

.cover-border {
    border: 1px solid #51489d;
    padding: 15px;
}

.tx-detail {
    margin-top: 20px;
    text-align: center;
}

    .tx-detail h1 {
        font-weight: 700;
        font-size: 24px;
        color: #51489d;
    }

.btn-regular {
    background-color: #51489d;
    padding: 10px 25px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

    .btn-regular:hover {
        background-color: #3d3581;
    }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("../img/hero-bg.jpg") top center;
    background-size: cover;
    position: relative;
}

    #hero:before {
        content: "";
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .container {
        padding-top: 80px;
    }

    #hero h1 {
        margin: 0;
        font-size: 42px;
        font-weight: 700;
        line-height: 72px;
        color: #124265;
        font-family: "Poppins", sans-serif;
    }

    #hero h2 {
        color: #5e5e5e;
        margin: 10px 0 0 0;
        font-size: 22px;
    }

    #hero .btn-get-started {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 10px 40px;
        border-radius: 5px;
        transition: 0.5s;
        margin-top: 30px;
        color: #fff;
        background: #51489d;
    }

        #hero .btn-get-started:hover {
            background: #6358bf;
        }

    #hero .icon-boxes {
        margin-top: 100px;
    }

    #hero .icon-box {
        padding: 50px 30px;
        position: relative;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
        transition: all 0.3s ease-in-out;
        border-radius: 8px;
        z-index: 1;
    }

        #hero .icon-box .title {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 18px;
        }

            #hero .icon-box .title a {
                color: #124265;
                transition: 0.3s;
            }

        #hero .icon-box .description {
            font-size: 15px;
            line-height: 28px;
            margin-bottom: 0;
            height: 65px;
        }

        #hero .icon-box .icon {
            margin-bottom: 20px;
            padding-top: 10px;
            display: inline-block;
            transition: all 0.3s ease-in-out;
            font-size: 36px;
            line-height: 1;
            color: #2487ce;
        }

        #hero .icon-box:hover {
            transform: scale(1.08);
        }

            #hero .icon-box:hover .title a {
                color: #2487ce;
            }

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-height: 800px) {
    #hero {
        height: auto;
    }
}

@media (max-width: 992px) {
    #hero {
        height: auto;
    }

        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
        }

    .main-title {
        font-size: 28px;
        text-align: center;
    }

    .margin-up {
        margin-top: 0;
    }

    .top-main img {
        padding: 20px;
        width: 450px;
    }

    .tx-detail {
        margin-top: 25px !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .w-box {
        margin-top: 25px;
    }

    .download-form {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
    border-top: 3px solid #51489d;
}

#header {
    transition: all 0.5s;
    background: #fff;
    z-index: 997;
    padding: 15px 0;
    border-bottom: 1px solid #e6f2fb;
}

    #header.header-scrolled {
        border-color: #fff;
        box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
    }

    #header .logo {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 300;
        letter-spacing: 0.5px;
        font-family: "Poppins", sans-serif;
    }

        #header .logo a {
            color: #16507b;
        }

        #header .logo img {
            max-height: 40px;
        }

@media (max-width: 992px) {
    #header .logo {
        font-size: 28px;
    }
}
