: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: myRoboto;
    font-size: 60px;
    font-weight: 700;
    /*font-family: myBebasNeue;*/
    /*text-shadow: 1px 1px 8px #adb5bd;*/
}

@media (max-width: 767px) {
    h1.title {
        font-family: myRoboto;
        font-size: 45px;
        font-weight: 700;
    }
}

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: #253779;
}

.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;
}

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

.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;
}

.background-color-4{
    background-color: #f5f5f5;
}

.background-color-5{
    background-color: white;
}

.background-color-6{
    background-image: linear-gradient(#e7f3fd, #e2dffd);
    /* background-color: #e7f2fd; */
}

.background-color-7{
    background-color: #f6f9ff;
}

.background-color-8{
    background-color: #F4F4F8;
}

.background-color-9{
    background-color: #f6f6f8;
}

.background-color-10{
    background-image: linear-gradient(to right, #8fd6f9 , #7a5cfd);
}

.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;
}

.text-color-8{
    color: #253779;
}


.text-color-9{
    color: #87aafa;
}

.text-color-10{
    color: #1870f5;
}


/* .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) {
}

@media (max-width: 767px) {
    .dropdown-menu-lang {
        left: -60px !important;
    }
}

/* Timeline home page */

.card-timeline {
    border-radius: 20px;
    /* min-height: 270px; */
    height: 100%;
    background: #f8f9fc;
}

.content-timeline {
    margin:10px; 
    min-height:100px;
}

.timeline {
    border-left: 2px solid #d1d1d1;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* background: rgba(114, 124, 245, 0.09); */
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0 0 0 10px;
    list-style: none;
    text-align: left;
    /* max-width: 40%; */
}

@media (max-width: 767px) {
    .timeline {
        /* max-width: 98%; */
        padding: 0 0 0 10px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    /* border-bottom: 1px dashed #e8ebf1; */
    /* padding-bottom: 25px; */
    /* margin-bottom: 25px; */
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        /* padding-top: 30px; */
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 2px #d1d1d1;
    box-shadow: 0 0 0 2px #d1d1d1;
    left: -13px;
    background: #fff;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -13px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}
