:root {
    --success: #0BD864;
    --primary: #2D276C;
    --secondary: #C4C9D4;
    --info: #12D1EF;
    --white: #ffffff;
    --white-1: #F6F7F9;
    --white-2: #f8f9fc;
    --white-3: #F5F6F9;
    --white-4: #E4E6EB;
    --blue: #0090FF;
    --blue-1: #3BDBD8;
    --blue-2: #0090FF;
    --blue-3: #006FFF;
    --black: #000000;
    --orange: #FF8000;
    --yellow: #FFCC00;
    --gray: #D7DBE5;
    --gray-1: #e1e7f2;
    --gray-2: #AAAEB9;
    --gray-3: #CCD4E2;
}

@font-face {
    font-family: myRoboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: myBebasNeue;
    src: url('../fonts/BebasNeue-Bold.ttf');
}

html,
body {
    color: #000;
    background-color: #fff;
    font-family: myRoboto;
}

h1.title{
    font-family: myBebasNeue;
    text-shadow: 1px 1px 8px #adb5bd;
}

img{
    width: 100%
}

a, a:hover{
    text-decoration: none;
}

.btn-link{
    text-decoration: none;
}

.header.nav-background{
    background-color: #FFFFFF !important;
    box-shadow: 0px 0px 10px #161e5a30;
}

.header.nav-background .navbar i{
    color: #343a40;
}

.header .navbar a{
    color: #FFF;
}

.header.nav-background .navbar a{
    color: #161E5A;
}


.header.nav-background .navbar a:hover, .header.nav-background .navbar .active a{
    color: #161E5A;
    border-bottom: 2px solid #161E5A;
}

.header .navbar .dropdown-menu a{
    color: #343a40;
}

.nav-space {
    height: 72px;
}

.header .navbar .navbar-toggler {
    color: #fff;
    border-color: #00000000;
}

.btn.btn-submit {
    background-color: #ffbf0000 !important;
    border: 1px solid #161E5A !important;
    color: #161E5A !important;
    font-weight: 500;
    padding: 5px 20px;
}

.btn.btn-cancel {
    background-color: transparent;
    border: 1px solid #161E5A !important;
    color: #161E5A !important;
    padding: 5px 20px;
    text-decoration: none;
}

.logo {
    width: 100%;
    max-width: 150px;
}

.footer .title {
    font-weight: 700;
    display: inline;
    font-size: 22px;
    line-height: 24.2px;
}

.footer .fas {
    font-size: 30px;
}

.footer .logo {
    width: 100%;
    max-width: 150px;
}

.background-color-1{
    background-color: #eee;
}

.background-color-2{
    background-color: #333;
}

.background-color-3{
    background-color: grey;
}

.text-color-1{
    color: #FFF;
}

.text-color-2{
    color: #6c757d;
}

.text-color-3{
    color: #ff0000;
}

.text-color-4{
    color: #161E5A !important;
}

.text-color-5{
    color: #CE111B;
}

.text-color-6{
    color: #A4ACBF;
}

.text-color-7{
    color: #000000;
}


/* .modal .modal-header{
    border-bottom: 2px solid #161E5A;
} */

.modal .modal-content{
    color: #000000;
    border-radius: 20px;
}

.modal .modal-title {
    color: #161E5A;
    font-weight: bold;
    text-transform: uppercase;
}

.modal .modal-body,
.modal .modal-footer{
    border-top: 0px;
    background-color: #F9F9FB;
    border-radius: 20px;
}

.modal .btnClose{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ce111b;
    padding: 10px 12px;
    border-radius: 0 20px 0 20px;
}

.modal a {
    color: #FFFFFF;
    text-decoration: underline;
}

ul.faq {
    list-style-type: circle;
}

ul.faq li {
    margin: 20px 0px;
}

ul.faq li ul {
    list-style-type: square;
    padding: 0px 30px;
}

/* .section_1{
    margin-top: 70px;
} */

.news .card:hover{
    box-shadow: 0px 0px 15px #ccc;
}

.tncpage_section_1 {
    padding: 80px 120px;
}

.tncpage_section_1 h1 {
    font-size: 36px;
}

.slick-dots li button:before {
    font-size: 15px !important;
    color: #0B2A66 !important;
}

.rounded-pill{
    border-color: #161E5A !important;
}

.btn:focus {
    box-shadow: none;
}


@media (min-width: 540px) {
}

/* iPad */
@media (min-width: 768px) {
}

/* iPad Pro */
@media (min-width: 992px) {
    .navbar-nav > li{
        padding-left:20px;
        padding-right:20px;
      }
}

@media (min-width: 1200px) {
}
