@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Lobster&amp;display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');

body{
    overflow-x: hidden;
    /* font-family: 'Bebas Neue', sans-serif !important; */
}

.mainLogo{
    width: 100px;
    /*height: 49px;*/
    object-fit: cover;
}

.nav-item a{
    color: #000;
}

.downlbtn{
    background-color: #00B8FC;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    color: #fff !important;
    width: max-content;
    padding: 10px 20px !important;
    border-radius: 6px;
    border: 2px solid #00B8FC;
}

.downlbtn:hover{
    background-color: transparent;
    color: #00B8FC !important;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-caption{
    text-align: right;
    bottom: 0rem;
}

.carousel-caption h3{
    font-size: 70px;
    font-weight: bold;
}

.secline{
    font-size: 30px;
}

.secline span{
    color: #00B8FC;
}

.thirline button{
    background-color: #00B8FC;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: initial;
    width: -moz-max-content;
    color: #fff !important;
    width: max-content;
    padding: 10px 20px !important;
    border-radius: 6px;
    border: 2px solid #00B8FC;
}

.fourline {
    background: #0b2f58;
    color: #fff;
    padding: 10px 23px;
    border-radius: 8px;
}

.fourline:hover{
    text-decoration: none;
    color: #fff;
}

.themeColor{
    color: #00B8FC;
}

.blueBack{
    background: linear-gradient(90deg, #9FE2FF 0.9674072265625%, #E0F5FF 100%);
}

.seconfont{
    font-size: 16px;
}

.firstFont{
    font-size: 20px;
    font-weight: bold;
}

.text-center.title{
    font-size: 30px !important;
}

.text-bold{
    font-weight: bold;
}

.innerContent{
    font-size: 20px;
    font-weight: bold;
}

.backImage {
    /*width: 41rem;*/
    width: 100%;
    background: url(../image/cta.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 45px;
    border-radius: 10px;
    margin: 0 auto;
}

.registerbtn{
    background-color: #00B8FC;
    box-sizing: border-box;
    text-align: initial;
    width: -moz-max-content;
    color: #fff !important;
    width: max-content;
    padding: 10px 20px !important;
    border-radius: 6px;
    border: 2px solid #00B8FC;
}

.darkBlue{
    background: #003a90;
    color: #fff;
}

.darkBlue a{
    color: #fff;
    background: #fdb62d;
    padding: 10px 21px;
    border-radius: 6px;
}

.darkBlue a:hover{
    color: #fff;
    text-decoration: none;
    background: #fdb62d;
}

.textBlue{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
}

.bg-grey{
    background: #80808057;;
}

.footer-list{
    list-style: none;
}

.footer-list li{
    float: left;
    padding: 10px 14px;
}

.footer-list li img{
    width: 35px;
}

.navbar .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #000;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar .navbar-toggler:focus {
    background: none;
    outline: 0;
}

/* rotate first span */
.navbar .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.mobileBanner{
    display: none;
}

.themeColorDark{
    color: #003A90;
    font-family: 'Bebas Neue', sans-serif;
}

.cardNumber{
    font-size: 45px;
    position: relative;
    background-color: rgba(0, 58, 144, 0.1);
    padding: 15px;
    left: -20px;
    font-weight: bold;
}

.cardTitle{
    font: bold 25px / 1.2em montserrat, sans-serif;
    margin: auto;
    position: relative;
    top: -11px;
    font-weight: bold;
}

#accordion .card-header {
    cursor: pointer;
    background: rgba(0, 58, 144, 0.05);
}

#accordion .card, #accordion .card-header{
    border: unset;
}

.onlyDesktop{
    display: block;
}

.onlyMobile{
    display: none;
}

.stickers a:hover{
    text-decoration: none;
    color: #fff;
}

.stickers div:nth-child(2){
    margin-left: 1.5rem!important;
}

.stickbtn{
    text-align: center;
    background: #fdb62d;
    color: #fff;
    padding: 6px 19px;
    position: relative;
    top: 12px;
    border-radius: 5px;
    font-weight: bold;
}

.posterbtn{
    text-align: center;
    background: #00B8FC;
    color: #fff;
    padding: 6px 19px;
    position: relative;
    top: 12px;
    border-radius: 5px;
    font-weight: bold;
}

.pamphletbtn{
    text-align: center;
    background: #28d515;
    color: #fff;
    padding: 6px 19px;
    position: relative;
    top: 12px;
    border-radius: 5px;
    font-weight: bold;
}

.readbtn{
    text-decoration: underline
}

.cursor-pointer{
    cursor: pointer;
}

.pd-5 {
    padding: 3rem!important;
}

.owl-nav{
    display: none;
}

.owl-dots{
    display: flex;
    justify-content: center;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-carousel .item{
    width: 70% !important;
    margin: 0 auto !important;
}

p.firstFont:nth-child(1):before {
    content: "1";
    position: absolute;
    left: -3rem;
    font-size: 62px;
    font-weight: bold;
    color: orange;
}
p.firstFont.second:before {
    content: "2";
    position: absolute;
    left: -3rem;
    font-size: 62px;
    font-weight: bold;
    color: orange;
}

.themeFont{
    font-family: 'Bebas Neue', sans-serif;
}

.themeFontMono{
    font-family: 'Montserrat', sans-serif;
}

img.joinUsbtn {
    width: 175px;
}

img.mobileBtnimg {
    width: 250px;
    background: #fff;
    border-radius: 10px;
}

.font-30{
    font-size: 30px;
}

.font-40{
    font-size: 40px;
}

.font-50{
    font-size: 50px;
}

.font-25{
    font-size: 25px;
}

.bg-greys{
    background: rgb(249, 249, 249);
}

.joinusContainer{
    /*width: 47rem;*/
    width: 100%;
}

#accordion .card-body{
    font-family: 'Montserrat', sans-serif;
}

.text-black{
    color: #000;
}
.header-list{
    display: none;
}
.posFixed{
    position: fixed;
    width: 100%;
    bottom: 0;
}