@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

* {
    -webkit-font-smoothing: antialiased;
}

:root {
    --primary: #EE4743;
    --white: #fff;
    --third-color: #AA7CF2;
    --para-color: #2E2E2E;
    --secondary-color: #EE6C6E;
    --btn-shadow: #F7848494;
    --bg-color: #F7F7F7;
}

body {
    Margin: 0;
    padding: 0;
    min-width: 100%;
    font-family: 'Arial', sans-serif;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    mso-line-height-rule: exactly;
}

.bg-primary {
    background-color: #3f6ad8 !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #2651be !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #3ac47d !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #2e9d64 !important
}

.bg-info {
    background-color: #16aaff !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #0090e2 !important
}

.bg-warning {
    background-color: #f7b924 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #e0a008 !important
}

.bg-danger {
    background-color: #d92550 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #ad1e40 !important
}

.bg-light {
    background-color: #eee !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #d5d5d5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-focus {
    background-color: #ffffee !important
}

a.bg-focus:hover, a.bg-focus:focus, button.bg-focus:hover, button.bg-focus:focus {
    background-color: #f5f56c !important
}

.bg-alternate {
    background-color: #794c8a !important
}

a.bg-alternate:hover, a.bg-alternate:focus, button.bg-alternate:hover, button.bg-alternate:focus {
    background-color: #5c3a69 !important
}

.nameheader {
    background-size: cover;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    .container {
        max-width: 1170px;
    }
}

.nameheader h2 {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    /*line-height: 40px;*/
    margin-left: 16px;
    margin: 10px;
}

.nameheader h4 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    margin-left: 16px;
    margin: 4px;
}

.nameheader h5 {
    font-weight: 400;
    font-size: 16px;
    color: #b6fafa;
    line-height: 24px;
    margin-left: 16px;
    margin: 4px;
}

.timeline {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
}

#countdown {
    /*font-family: sans-serif;*/
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
}

    #countdown > div {
        padding: 10px;
        border-radius: 8px;
        width: 80px;
        height: 70px;
        /* background: #fad028;*/
        display: inline-block;
    }

    #countdown div > span {
        padding: 4px;
        border-radius: 50%;
        background: #f50057;
        display: inline-block;
    }

.tlabel {
    font-size: 14px;
}

table {
    border-spacing: 0;
    color: #333333;
    font-family: Arial, sans-serif;
}

img {
    border: 0;
}

.wrapper {
    width: 100%;
    table-layout: fixed;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.webkit {
    max-width: 600px;
}

.outer {
    Margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.full-width-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.inner {
    padding: 10px;
}

.p {
    Margin: 0;
    padding: 4px;
}

.h1 {
    font-size: 21px;
    font-weight: bold;
    Margin-top: 15px;
    Margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.h2 {
    font-size: 18px;
    font-weight: bold;
    Margin-top: 10px;
    Margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.h3 {
    font-size: 14px;
    font-weight: bold;
    Margin-top: 10px;
    Margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.h4 {
    font-size: 12px;
    font-weight: bold;
    Margin-top: 10px;
    Margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.one-column .contents {
    text-align: left;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.one-column p {
    font-size: 14px;
    Margin-bottom: 10px;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.two-column {
    text-align: center;
    font-size: 0;
}

    .two-column .column {
        width: 100%;
        max-width: 300px;
        display: inline-block;
        vertical-align: top;
    }

.contents {
    width: 100%;
}

.two-column .contents {
    font-size: 14px;
    text-align: left;
}

.two-column img {
    width: 100%;
    max-width: 280px;
    height: auto;
}

.two-column .text {
    padding-top: 10px;
}

.three-column {
    text-align: center;
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .three-column .column {
        width: 100%;
        max-width: 200px;
        display: inline-block;
        vertical-align: top;
    }

    .three-column .contents {
        font-size: 14px;
        text-align: center;
    }

    .three-column img {
        width: 100%;
        max-width: 180px;
        height: auto;
    }

    .three-column .text {
        padding-top: 10px;
    }

/*.img-align-vertical img {
    display: inline-block;
    vertical-align: middle;
}*/

/*MESSAGE INFO BOX*/

.msgbox_info, .msgbox_success, .msgbox_warning, .msgbox_error {
    margin: 10px 0px;
    padding: 12px;
}

.msgbox_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.msgbox_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.msgbox_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.msgbox_error {
    color: #D8000C;
    background-color: #FFD2D2;
}

    .msgbox_info i, .msgbox_success i, .msgbox_warning i, .msgbox_error i {
        margin: 10px 22px;
        font-size: 2em;
        vertical-align: middle;
    }


.dialogdemoBasicUsage #popupContainer {
    position: relative;
}

.dialogdemoBasicUsage .footer {
    width: 100%;
    text-align: center;
    margin-left: 20px;
}

    .dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
        font-size: 0.8em;
        margin-top: 50px;
    }

.dialogdemoBasicUsage button {
    width: 200px;
}

.dialogdemoBasicUsage div#status {
    color: #c60008;
}

.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
    margin-bottom: 0;
}

.pagelinks {
    background-color: #e2e2e2;
    margin-top: 0px;
    padding: 15px 0px;
}

.link_to ul li a {
    color: #2a3a91;
    text-decoration: none;
    font-size: 18px;
    padding: 17px 10px;
}

    .link_to ul li a:hover {
        background-color: #2a3a91;
        color: #fff !important;
        transition: all .5s ease-in;
    }

.link_to ul li {
    padding: 0px 70px 0px 0px;
}

.link_to ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.btn-primary {
    color: #2a3a91;
    background-color: #fff;
    border-color: #2a3a91;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2a3a91;
        border-color: #2a3a91;
        transition: all .5s ease-in;
    }

input.btn.btn-login {
    background-color: #2a3a91;
    color: #fff;
    padding: 10px 45px;
    font-size: 20px;
}