:root {
    --bg-blue: #001C39;
    --bg-yellow: #ffca05;
    /*#FDC500;*/
    --bg-light-blue: #044580;
    --bg-dark-yellow: #ffca05;
    --white: #fff;
    --black: #000;
    --footer-blue: #124070;
    --footer-dark-blue: #0F3358;
    --primary-font: "Titillium Web Regular", sans-serif;
    /* --secondary-font: "Poppins", sans-serif; */
    --secondary-font: "Titillium Web Regular", sans-serif;
}

@font-face {
    font-family: 'Titillium Web Bold';
    src: url(../fonts/Titillium/Font261.woff2) format('woff2'),
        url(../fonts/Titillium/Font261.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web Regular';
    src: url(../fonts/Titillium/Font258.woff2) format('woff2'),
        url(../fonts/Titillium/Font258.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web Semibold';
    src: url(../fonts/Titillium/Font259.woff2) format('woff2'),
        url(../fonts/Titillium/Font259.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icomoon/icomoon.eot?sgb6bh);
    src: url(../fonts/icomoon/icomoon.eot?sgb6#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?sgb6bh) format("truetype"), url(../fonts/icomoon/icomoon.woff?sgb6bh) format("woff"), url(../fonts/icomoon/icomoon.svg?sgb6#icomoon) format("svg")
}

body {
    font-family: "Titillium Web Regular", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    overflow-x: hidden;
}

[class*=" icon-"],
[class^=icon-] {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-Pin-Icon:before {
    content: "\e91a"
}

.icon-grey-arrow .path1:before {
    color: #001c39;
    content: "\e91a";
    opacity: .151
}

.icon-grey-arrow .path2:before {
    color: #001c39;
    content: "\e91b";
    margin-left: -2.0556640625em
}

.icon-Arrow:before {
    color: #ffca05;
    content: "\e901"
}

.icon-Browsers:before {
    color: #284871;
    content: "\e917"
}

.icon-Group-22:before {
    color: #284871;
    content: "\e918"
}

.icon-PDF:before {
    color: #284871;
    content: "\e919"
}

.icon-close:before {
    content: "\e916"
}

.icon-alert:before {
    content: "\e900"
}

.icon-btn-circle:before {
    content: "\e902"
}

.icon-contact:before {
    content: "\e903"
}

.icon-drop-down:before {
    content: "\e904"
}

.icon-event:before {
    content: "\e905"
}

.icon-events:before {
    content: "\e906"
}

.icon-facebook:before {
    content: "\e907"
}

.icon-flickr:before {
    content: "\e908"
}

.icon-instagram:before {
    content: "\e909"
}

.icon-issuu:before {
    content: "\e90a"
}

.icon-linkedin:before {
    content: "\e90b"
}

.icon-news:before {
    content: "\e90c"
}

.icon-notice:before {
    content: "\e90d"
}

.icon-pinterest:before {
    content: "\e90e"
}

.icon-scroll-down:before {
    content: "\e90f"
}

.icon-search:before {
    content: "\e910"
}

.icon-soundcloud:before {
    content: "\e911"
}

.icon-twitter:before {
    content: "\e912"
}

.icon-vimeo:before {
    content: "\e913"
}

.icon-wordpress:before {
    content: "\e914"
}

.icon-youtube:before {
    content: "\e915"
}

h1 {
    font-size: 2.5rem;
    font-family: var(--primary-font)
}

h2 {
    font-size: 2rem;
    font-family: var(--secondary-font);
}

h3 {
    font-size: 1.5rem;
    font-family: var(--secondary-font);
}

h4 {
    font-size: 1.2rem;
    font-family: var(--secondary-font);
}

h5 {
    font-size: 1rem;
    font-family: var(--secondary-font);
}

h6 {
    font-size: 0.8rem;
    font-family: var(--secondary-font);
}

.primary-font {
    font-family: "Titillium Web Regular", sans-serif;
}

.secondary-font {
    font-family: "Poppins", sans-serif;
}

.bg-blue {
    background-color: var(--bg-blue);
}

.bg-yellow {
    background-color: var(--bg-yellow);
}

.bg-light-blue {
    background-color: var(--bg-light-blue);
}

.bg-yellow-gradient {
    background: #FEF5D8;
    background: linear-gradient(90deg, rgba(254, 245, 216, 1) 0%, rgba(253, 245, 217, 1) 50%, rgba(245, 242, 231, 1) 100%);
}

.bg-footer-blue {
    background-color: var(--footer-blue);
}

.bg-footer-dark-blue {
    background-color: var(--footer-dark-blue);
}

.border-blue {
    border: 1px solid var(--bg-blue) !important;
}

.border-yellow {
    border: 1px solid var(--bg-yellow) !important;
}

.border-bottom-light {
    border-bottom: 1px solid #ffffff23;
}

.border-right-light {
    border-right: 1px solid #ffffff23;
}

.border-none {
    border: none;
}

.text-blue {
    color: var(--bg-blue) !important;
}

.text-yellow {
    color: var(--bg-yellow) !important;
}

.text-light-blue {
    color: var(--bg-light-blue) !important;
}

.text-white {
    color: white !important;
}

.text-normal {
    font-size: 18px;
}


/* Styles */

.payment.left-side {
    position: relative;
    background-image: url(../assets/APSS.webp);
    height: 100%;
	min-height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.payment.left-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(325deg, rgba(0, 28, 57, 0) 0%, rgba(0, 28, 57, 0) 50%, rgba(0, 28, 57, 0.7) 100%)
}

.payment .payment__body {
    position: absolute;
    bottom: 15px;
    left: 0;
    color: #ffffff;
}

.payment .chancellor-quote .quote {
    font-size: 35px;
    font-family: var(--primary-font);
    line-height: normal;
}

.payment .chancellor-quote .quote-position {
    font-size: 14px;
}

.payment .logo,
.right-side .logo {
    height: 65px;
    position: relative;
    z-index: 2;
}

.right-side {
    background-color: #e0eefae8;
    height: 100%;
	min-height: 100vh;
    width: 100%;
    position: relative;
}

.right-side .support-text {
    position: relative;
    z-index: 2;
}

.right-side .support-text a {
    color: var(--black);
    text-decoration-color: var(--bg-yellow);
}

.right-side .background {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.right-side .background .bg {
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}

.right-side .background .bg.one {
    left: 178px;
    bottom: 73px;
    z-index: -1;
}

.right-side .background .bg.two {
    bottom: 30px;
    right: 10px;
    z-index: -1;
}

.right-side .background .bg.three {
    right: -100px;
    top: 119px;
    z-index: -1;
}

.right-side .background .bg.one img {
    height: 180px;
}

.right-side .background .bg.two img {
    height: 200px;
}

.right-side .background .bg.three img {
    height: 180px;
}

.right-side .content {
    max-width: 700px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 100px);
    margin: 0 auto;
}

.right-side .content h1.title {
    font-size: 3.5rem;
}

.right-side .content h1.inner-title {
    font-size: 2rem;
}

.form-control {
    border: none;
    border-bottom: 1px solid var(--bg-yellow);
    width: 100%;
    color: var(--bg-blue);
    outline: none;
    border-radius: 0;
}

input[type="text"],
input[type="email"] {
    height: 50px;
}

.btn-primary {
    border-radius: 0;
    height: 50px;
    background-color: var(--bg-yellow);
    border: 1px solid var(--bg-yellow);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bg-blue);
    border-color: var(--bg-blue);
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bg-blue);
    border-color: var(--bg-blue);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

input[type="text"]:focus {
    border-bottom: 1px solid var(--bg-yellow);
}

input[type="text"]:focus+label {
    color: var(--bg-yellow);
}

input[type="text"]:focus+label::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--bg-yellow);
}

.redirect-box .btn-primary {
    height: auto;
}

.redirect-box .btn-outline-primary {
    border-color: var(--bg-blue);
    border-radius: 0px;
}

.btn-outline-primary {
    --bs-btn-color: var(--bg-blue);
}