@import url("https://fonts.googleapis.com/css?family=Yellowtail");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.reg-form {
    line-height: 2.5;
    word-spacing: 2px;
}
.reg-form input {
    border: none;
    border-bottom: 1px dashed #000;
    padding: 0px 0 0px 0px;
    color: #212529;
    background-color: #fff;
    outline: none;
    line-height: 1.5;
    min-width: 180px;
}
.reg-form input.formInput {
    padding-left: 5px;
    padding-right: 2px;
    max-width: 100%;
    letter-spacing: normal;
    background-color: #fff;
}
.reg-form .table-form input {
    margin: 0px 0 5px 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.contact-page {
    padding: 60px 0;
}
.contact-page a,
.contact-page a:hover,
.contact-page a:active {
    color: inherit;
    text-decoration: none;
}
.contact-page p,
.contact-page h1 {
    margin: 0;
}
.contact-page ul {
    padding-left: 0;
    list-style-type: none;
}
.contact-page .separator {
    margin: 0 10px;
}
.contact-page ::-webkit-scrollbar {
    width: 14px;
}
.contact-page ::-webkit-scrollbar-thumb {
    border: 4px solid #ffffff;
    background-clip: padding-box;
    border-radius: 14px;
    background-color: #c1c1c1;
}
.contact-page ::-webkit-scrollbar-track {
    background-color: #ffffff;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.contact-page .header {
    text-align: left;
    margin: 10px 5%;
    font-size: 0.8rem;
}
.contact-page .list-group-item {
    background: transparent;
}
.contact-page section p {
    text-align: center;
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    border: solid 2px;
    letter-spacing: 3px;
    color: #0075b2;
    padding: 10px 20px;
    text-transform: uppercase;
}
.contact-page section h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #4d6e8b;
    padding: 30px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
}
.contact-page section h1 span {
    display: block;
    font-size: 2.2rem;
}
.contact-page .intro span {
    word-spacing: 3px;
    display: block;
    font-size: 1rem;
    line-height: 2;
    color: #1d1d1d;
    background-color: #f8f9fa;
    padding: 10px 15px 12px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.contact-page .intro span h6 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #313131;
    color: #313131;
    padding: 2px 8px;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2;
}
.contact-page section ul {
    font-size: 0.9rem;
    margin: 40px 10px;
}
.contact-page section li {
    display: inline-block;
    margin-right: 6px;
}
.page-bg {
    color: #000000;
    margin: 0;
    min-height: 90vh;
    font-family: "Open Sans", sans-serif;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: relative;
    padding-bottom: 50px;
}
.page-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("https://media.istockphoto.com/photos/business-network-concept-customer-support-shaking-hands-picture-id1256603011?b=1&k=20&m=1256603011&s=170667a&w=0&h=qAWHyHa53OtejTsSOx-xEPoVWA9p-uG2jpxEkzAK7Wg=")
        no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
label.error {
    margin: 0 0 0 5px;
    color: #842029;
    font-size: 70%;
    padding: 7px 10px;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    line-height: 1;
    text-align: right;
}
.viber-card {
    text-align: center;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 15px;
    margin: 20px auto auto auto;
    max-width: 400px;
}
.viber-card:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.viber-card small {
    display: block;
    border-bottom: 1px solid #919090;
    padding-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
}
.viber-card .profile-image {
    width: 8rem;
    -webkit-clip-path: circle(60px at center);
    clip-path: circle(60px at center);
    margin-top: 1.5rem;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
}
.viber-card .description {
    margin: 1rem 2rem;
    font-size: 1.1rem;
    word-spacing: 3px;
    font-weight: 700;
}
.viber-card .btn {
    width: 100%;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #7d3daf;
    border-radius: 50px;
    padding: 1rem;
    cursor: pointer;
}
.viber-card .btn:hover {
    background-color: #6c3496;
}
.pluse-blob {
    background: #13d9e7;
    border-radius: 20px;
    margin: 5px 10px 10px 0px;
    height: 20px;
    min-width: 20px;
    padding: 0 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0 0 #008c96;
    box-shadow: 0 0 0 0 #008c96;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer;
}
.pluse-blob span {
    color: #fff;
    font-size: 90%;
    text-align: center;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 140, 150, 0.7);
        box-shadow: 0 0 0 0 rgba(0, 140, 150, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(0, 140, 150, 0);
        box-shadow: 0 0 0 10px rgba(0, 140, 150, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 140, 150, 0);
        box-shadow: 0 0 0 0 rgba(0, 140, 150, 0);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 140, 150, 0.7);
        box-shadow: 0 0 0 0 rgba(0, 140, 150, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(0, 140, 150, 0);
        box-shadow: 0 0 0 10px rgba(0, 140, 150, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 140, 150, 0);
        box-shadow: 0 0 0 0 rgba(0, 140, 150, 0);
    }
}
.pluse-blob-c {
    background: #4d6e8b;
    border-radius: 20px;
    margin: 5px 10px 10px 0px;
    height: 20px;
    min-width: 20px;
    padding: 0 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0 0 #4d6e8b;
    box-shadow: 0 0 0 0 #4d6e8b;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulsec 2s infinite;
    animation: pulsec 2s infinite;
    cursor: pointer;
}
.pluse-blob-c span {
    color: #fff;
    font-size: 90%;
    text-align: center;
}
@-webkit-keyframes pulsec {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(77, 110, 139, 0.7);
        box-shadow: 0 0 0 0 rgba(77, 110, 139, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(77, 110, 139, 0);
        box-shadow: 0 0 0 10px rgba(77, 110, 139, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(77, 110, 139, 0);
        box-shadow: 0 0 0 0 rgba(77, 110, 139, 0);
    }
}
@keyframes pulsec {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(77, 110, 139, 0.7);
        box-shadow: 0 0 0 0 rgba(77, 110, 139, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(77, 110, 139, 0);
        box-shadow: 0 0 0 10px rgba(77, 110, 139, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(77, 110, 139, 0);
        box-shadow: 0 0 0 0 rgba(77, 110, 139, 0);
    }
}
.top-bar {
    background: rgba(0, 117, 178, 0.1);
    border-bottom: 1px solid rgba(0, 117, 178, 0.1);
}
.top-bar a {
    margin: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    color: #44617b;
    font-size: 13px;
}
.top-bar a i {
    text-align: center;
    padding-top: 1px;
    margin-right: 5px;
    background: #0075b2;
    color: #fff;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}
.top-bar a:hover {
    text-decoration: underline !important;
}
.btn-main {
    background: #0075b2;
    color: #fff;
    border-radius: 0;
}
.btn-main:hover {
    color: #fff;
    background: #006499;
}
.btn-main:active,
.btn-main:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border: 1px solid #bbbbbb;
}
.form-control,
.btn {
    border-radius: 0px;
}
.form-control:hover,
.btn:hover {
    border: 1px solid #979797;
}
.form-control:active,
.form-control:focus,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #6b6b6b;
}
.form-control.error,
.btn.error {
    border: 1px solid red;
}
.bg-main {
    background: #0075b2 !important;
    color: #fff !important;
}
.text-main {
    color: #0075b2;
}
.partners {
    background: rgba(0, 117, 178, 0.1);
    padding-top: 20px;
    padding-bottom: 10px;
}
main .home-intro {
    padding: 60px 0;
    border-radius: 1rem;
    margin: 0;
    position: relative;
    padding-bottom: 50px;
}
main .home-intro::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: url("https://media.istockphoto.com/photos/business-network-concept-customer-support-shaking-hands-picture-id1256603011?b=1&k=20&m=1256603011&s=170667a&w=0&h=qAWHyHa53OtejTsSOx-xEPoVWA9p-uG2jpxEkzAK7Wg=")
        no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.5;
    z-index: -2;
}
main .home-intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: -1;
}
main .home-intro .intro {
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 1rem;
    padding: 10px 20px 20px 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
main .home-intro .intro span {
    word-spacing: 3px;
    display: block;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #44617b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
main .home-intro .intro span h6 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #0075b2;
    color: #0075b2;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2;
}
.vid {
    padding: 60px 0 80px 0;
}
.vid h6 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #0075b2;
    color: #0075b2;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2;
}
.statistic-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 117, 178, 0.7)),
        to(rgba(77, 110, 139, 0.7))
    );
    background: linear-gradient(
        to right,
        rgba(0, 117, 178, 0.7),
        rgba(77, 110, 139, 0.7)
    );
}
.statistic-section #counter-box span {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.statistic-section #counter-box p {
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.statistic-section #counter-box .stats-line-black {
    margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
}
.statistic-section #counter-box h3 {
    font-size: 40px;
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}
.blog {
    padding: 60px 0;
    border-radius: 1rem;
    margin: 0;
    position: relative;
    padding-bottom: 50px;
}
.blog::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: url("https://media.istockphoto.com/photos/business-network-concept-customer-support-shaking-hands-picture-id1256603011?b=1&k=20&m=1256603011&s=170667a&w=0&h=qAWHyHa53OtejTsSOx-xEPoVWA9p-uG2jpxEkzAK7Wg=")
        no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.1;
    z-index: -2;
}
.blog::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: -1;
}
.blog h6 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #0075b2;
    color: #0075b2;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2;
}
.blog .blog-card {
    height: 100%;
}
.countdown-container {
    background: rgba(0, 117, 178, 0.05);
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
}
.countdown-container h4 {
    text-transform: uppercase;
    color: #44617b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 3px solid #44617b;
    padding: 20px;
    display: block;
    margin: auto;
}
.countdown-container .countdown-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.countdown-container .countdown-box .inner-box {
    width: 100px;
    height: 70px;
    border: 2.5px solid rgba(68, 97, 123, 0.5);
    margin: 10px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    line-height: 65px;
    font-size: 1.9em;
    color: #44617b;
}
.countdown-container .countdown-box span {
    font-size: 2em;
}
.applicant-info .info-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.applicant-info .info-div small {
    min-width: 200px;
    display: inline-block;
    font-weight: bold;
    padding-right: 20px;
}
.applicant-info .info-div span {
    min-width: 200px;
    padding-left: 20px;
}
@-webkit-keyframes pulset {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        z-index: 2;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 3;
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        z-index: 4;
    }
}
@keyframes pulset {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        z-index: 2;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 3;
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        z-index: 4;
    }
}
.edge {
    position: relative;
}
.edge:before {
    position: absolute;
    -webkit-animation: pulset 2s infinite;
    animation: pulset 2s infinite;
    content: "";
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 10px;
    left: 5px;
    border-right: solid 20px transparent;
    border-top: solid 20px #0075b2;
    z-index: 5;
}
.table td,
.table th {
    vertical-align: initial;
}
.notice-page {
    padding: 60px 0;
    background: #fafafa;
}
.notice-page .notice-page-header {
    text-align: center;
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
    border: solid 2px;
    color: #0075b2;
    padding: 10px 20px;
    width: 300px;
    text-transform: uppercase;
}
.notice-modal .noticeSlider .slider-content-item {
    min-height: 300px;
    overflow: scroll;
    padding: 0 20px;
}
.overflowRemove{
    overflow: hidden !important;
}
.notice-modal .noticeSlider .slider-content-item ::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.notice-modal .noticeSlider .slider-content-item ::-webkit-scrollbar-thumb {
    background: #ff0000;
}
.notice-modal .noticeSlider .slider-content-item .notice-container {
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    word-spacing: 3px;
    display: block;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #44617b;
    background-color: white;
    height: 100%;
    max-height: 70vh;
    overflow: scroll;
}
.notice-modal .noticeSlider .slider-content-item .notice-container strong {
    color: #0075b2;
}
.notice-modal .noticeSlider .slider-content-item .notice-container h6 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #0075b2;
    color: #0075b2;
    padding: 2px 8px;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2;
}
.notice-modal .noticeSlider .slider-content-item img {
    min-height: 300px;
    max-height: 70vh;
    display: block;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.notice-modal .modal-header {
    background: #759aae;
    text-align: center;
    padding: 5px 40px;
}
.notice-modal .modal-header .modal-title {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 2;
    width: 100%;
}
.notice-modal .modal-header .modal-title .bx {
    margin-right: 10px;
    font-size: 24px;
}
.notice-modal .notice-modal-div span {
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    word-spacing: 3px;
    display: block;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #44617b;
    background-color: white;
    height: 100%;
}
.notice-modal .notice-modal-div span strong {
    color: #0075b2;
}
.notice-modal .notice-modal-div span h6 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #0075b2;
    color: #0075b2;
    padding: 2px 8px;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2;
}
.timeline {
    position: relative;
    padding-left: 20px;
    margin: 0 0 0 30px;
    color: #0075b2;
}
.timeline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #006499;
}
.timeline .timeline-container {
    position: relative;
    margin-bottom: 2.5rem;
}
.timeline .timeline-container .timeline-icon {
    position: absolute;
    left: -33px;
    top: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    background: #0075b2;
}
.timeline .timeline-container .timeline-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.timeline .timeline-container .timeline-body {
    padding: 5px 20px 15px;
}
.timeline .timeline-container .timeline-body .notice-div span {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    word-spacing: 3px;
    display: block;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #44617b;
    padding: 20px;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 1rem;
    height: 100%;
    border-bottom: 3px solid #0075b2;
}
.timeline .timeline-container .timeline-body .notice-div span strong {
    color: #0075b2;
}
.timeline .timeline-container .timeline-body .notice-div span h6 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #0075b2;
    color: #0075b2;
    padding: 2px 8px;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2;
}
.andp-datepicker-container {
    z-index: 1100 !important;
}
.navbar {
    background: #effaff;
}
.navbar .navbar-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
@media (max-width: 992.5px) {
    .navbar .navbar-nav .nav-item {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
.navbar .navbar-nav .nav-item .nav-link {
    margin: 0 10px !important;
    padding: 0;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
.navbar .navbar-nav .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -7px;
    left: 0;
    background-color: #0578b4;
    height: 3px;
    width: 80%;
    opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -7px;
    right: 0;
    background-color: #003755;
    height: 3px;
    width: 15%;
    opacity: 1;
}
.navbar .search-form input {
    padding-right: 0;
}
@media (min-width: 992.5px) {
    .navbar .search-form input {
        min-width: 270px;
    }
}
header.masthead {
    position: relative;
    background-color: #343a40;
    background: url("https://assets.vccircle.com/uploads/2019/03/Raisedrf.jpg")
        no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
header.masthead:before {
    content: "";
    position: absolute;
    background-color: #0578b4;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(10%, #000),
        color-stop(50%, #013b5a),
        to(rgba(0, 212, 255, 0))
    );
    background: linear-gradient(
        90deg,
        #000 10%,
        #013b5a 50%,
        rgba(0, 212, 255, 0) 100%
    );
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}
header.masthead h1 {
    font-size: 1.75rem;
    text-transform: uppercase;
}
header.masthead .h1 {
    font-size: 1.75em;
}
header.masthead #submitButton {
    padding: 10px 20px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
}
header.masthead #submitButton:hover {
    background: #fff;
    color: #000;
}
@media (min-width: 768px) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    header.masthead h1 {
        font-size: 2rem;
    }
    header.masthead .h1 {
        font-size: 2rem;
    }
}
header.masthead .img-box {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}
.showcase .showcase-text {
    padding: 2.5rem;
}
@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 5rem;
    }
}
.showcase .showcase-text h2 {
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
}
.showcase .showcase-text h2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -5px;
    background-color: #0578b4;
    height: 20px;
    width: 50px;
    opacity: 0.5;
}
.showcase .showcase-text h2:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -5px;
    right: -5px;
    background-color: #0578b4;
    height: 5px;
    width: 5px;
    opacity: 0.6;
}
.showcase .showcase-text .lead {
    font-size: 1em;
}
.showcase .abt-img {
    margin: 50px auto;
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.showcase .abt-img img {
    border: 5px solid #fff;
}
.showcase .abt-img:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -20px;
    left: -15px;
    background-color: #0578b4;
    height: 50px;
    width: 50px;
    opacity: 1;
    border: 5px solid #fff;
}
.showcase .abt-img:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -1.2vh;
    right: -1.2vh;
    background-color: #0578b4;
    height: 50%;
    width: 50%;
    opacity: 1;
    border: 5px solid #fff;
}
.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
    background-position: left;
}
.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../assets/img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.call-to-action:before {
    content: "";
    position: absolute;
    background-color: #1c375e;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.bod h2 {
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    margin: auto;
    padding: 5px;
}
.bod h2:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -5px;
    left: 0;
    background-color: #0578b4;
    height: 2px;
    width: 80%;
    opacity: 1;
}
.bod h2:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -5px;
    right: 0;
    background-color: #003755;
    height: 2px;
    width: 15%;
    opacity: 1;
}
.bod .col-lg-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.bod .col-lg-6.bg {
    position: relative;
    background-size: cover;
}
.bod .col-lg-6.bg:before {
    content: "";
    position: absolute;
    background: url("../assets/img/bg-masthead.jpg") no-repeat center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}
@media (min-width: 992px) {
    .bod .col-lg-6.bg:before {
        -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
        clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    }
}
.bod .col-lg-6.bg > .row {
    position: relative;
    z-index: 2;
}
.bod .bod-item {
    max-width: 18rem;
    margin: auto auto 20px auto;
}
.bod .bod-item h5 {
    margin-bottom: 0;
}
footer.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #efefef;
}
.landbook {
    padding: 3em;
}
.landbook h2 {
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    margin: auto;
    padding: 5px;
}
.landbook h2:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    background-color: #0578b4;
    height: 10px;
    width: 80%;
    opacity: 1;
}
.landbook h2:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -10px;
    right: 0;
    background-color: #003755;
    height: 10px;
    width: 15%;
    opacity: 1;
}
.page {
    padding: 50px 10px;
}
.form-title {
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
    padding: 5px;
}
.form-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    background-color: #0578b4;
    height: 10px;
    width: 80%;
    opacity: 1;
}
.form-title:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -10px;
    right: 0;
    background-color: #003755;
    height: 10px;
    width: 15%;
    opacity: 1;
}
.formdes {
    border: 1px solid rgba(0, 117, 178, 0.15);
    background-color: #fff;
    padding: 20px;
    display: block;
}
.formdes .btn {
    border-radius: 0;
}
.formdes .form-group {
    margin-bottom: 25px;
}
.formdes .form-group label {
    font-size: 90%;
}
.formdes .form-group label span {
    color: #fff;
    background-color: #0075b2;
    height: 20px;
    width: 20px;
    font-size: 14px;
    padding: 2.5px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 1.5px;
}
.formdes .form-group .form-control {
    border-radius: 0;
    margin-top: 5px;
}
.formdes .form-group .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

.email-link {
    color: #007bff;
  }

  .email-link:hover {
    color: #0056b3;
    text-decoration: underline;
  }