/* main-banner */
body {
    color: #555;
    background-color: #fff;
    font-size: 12px;
}
h2{
    text-transform:none !important;
}
h1 h2 h3 h4 h5, .theme-blue {
    color: #0248A8;
}

h1 h2 h3 h4 h5, .theme-grey {
    color: #555;
}

p.theme-blue {
    color: #0248A8;
}

div.bg-white {
    color: #f2f2f2;
}

.bg-video {
    width:100%;
    height: 480px;
    object-fit: cover;
}

.wrapper {
    position: relative;
}

/* .tablet-v {
    display: none;
}
.desktop-v {
    display: block;
}
.mobile-v {
    display: none;
} */

.mobile-v img{
    height:60px;
    margin: 15px 0px;
}

.set-footer-banner-flex{
    /* flex-wrap: wrap; */
}

.set-footer-banner-flex a{
    margin:5px;
}





@media screen and (min-width: 1024px) {
    /* desktop view */
    .tablet-v {
        display: none !important;
    }
    .desktop-v {
        /* display: block !important; */
    }
    .mobile-v {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */
    .tablet-v {
        display: none !important;
    }
    .desktop-v {
        display: none !important
    }
    .mobile-v {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .tablet-v {
        display: none !important;
    }
    .desktop-v {
        display: none !important;
    }
    .mobile-v {
        display: block !important;
    }
}


.indexWrapper{
    width: 100%;
   
}


/* .main-banner{
    position: relative;
    left:0px;
    width: 100%;
    height:60vh;
} */

.bg-video{
    width:100%;
    /* height: 488px; */
    height:800px;
    object-fit: cover;
    object-position: bottom;
}


@media (max-width:767px) {
    .bg-video{
        height:auto;
    }

}

.main-banner-content {
    position: relative;
    left: 0px;
    width: 100%;
    /* height: 480px; */
    height:800px;
}

@media (max-width:767px) {    
    .main-banner-content{
        height: fit-content;
    }
}

.main-banner-content img {
    /* height: 488px; */
    height:800px;
    width: 100%;
    object-fit: cover;
}

@media (max-width:767px) {
    .main-banner-content img {
        height: auto;
    }
}


.video-overlay {
    position:absolute;
    top: 50%;
    left: 50%;    
    transform: translate(-50%, -50%);
    padding: 10px;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
}

.video-overlay .video-content {
    color: #fff;
}

.video-overlay a {
    background-color: #0248A8;
    color: #fff;
    padding: 8px 18px;
    text-decoration: none;
}

.video-content p {
    font-size: 2em;
    font-weight: bold;
}

.media-partner-wrapper {
    background-color: #fff;
}

.caption{
    padding-left:10px;
    border-left: 5px solid #e7e31c;
}

.caption>a{
    text-decoration: none;
    background-color: #325aa8;
    color:#fff;
    padding:5px;
    border-radius: 10%;
}


.accordion {
    padding: 0px;
    margin: 0px;
}

.media-partner-wrapper {
    text-align: center;
    color: #004a80;
}

.lower-footer-banner {
    color: #004a80;
}

.desktop-v img {
    height: 35px;        
}


.lower-footer-banner .img-container {
    padding: 5px;
}

.bar{
    display: block;
    width:25px;
    
    height:5px;
    margin: 5px auto;
    background-color: grey;
}

.hiddenNavbar{
    display:none;
}

/* End of main banner */

.sub-banner{
    margin-bottom: 20px;
    margin-top:20px;
    padding: 30px 10px;
    text-align: center;
    background: rgb(189,234,255);
    background: linear-gradient(90deg, rgba(189,234,255,1) 0%, rgba(172,229,255,1) 48%);
    color: black;
    display: none;
}

.sub-banner > p {
    font-weight: bold;
    display: block;
    color: #1424db;
}


@media screen and (min-width: 1024px) {
    /* desktop view */
    .divider1 {
        margin: 20px auto;
        text-align: center;
        height: 0.5px;
        width: 50%;
        background: rgba(0,74,128,1);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */
    .divider1 {
        margin: 20px auto;
        text-align: center;
        height: 0.5px;
        width: 50%;
        background: rgba(0,74,128,1);
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .divider1 {
        margin: 20px auto;
        text-align: center;
        height: 0.5px;
        width: 80%;
        background: rgba(0,74,128,1);
    }
}


.owl-dots button.owl-dot.active {
    color: #004a80 !important;
}


@media screen and (min-width: 1024px) {
    /* desktop view */
    .subscribe_form_wrapper {
        width: 50%;
        margin: auto;
    }

    .title-center{
        width: 95%;
        margin-left: -30px;
        
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */
    .subscribe_form_wrapper {
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .subscribe_form_wrapper {
        width: 80%;
        margin: auto;
    }
}

form.subscribe_form input {
    width: 100%;
    line-height: 30px;
    margin-bottom: 20px;
    outline: red;
}

form.subscribe_form label {
    font-weight: bold;
    margin-bottom: 5px;
}

span.required {
    color: red;
}

form.subscribe_form input[type="button"] {
    background-color: #004a80;
    text-decoration: none;
    border: none;
    color: white;
}
div.subscribe_form_checkbox {
    margin-bottom: 20px;
}

div.subscribe_form_checkbox label,
div.subscribe_form_checkbox input[type="checkbox"] {
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}

div.subscribe_form_checkbox input[type="checkbox"] {
    margin-right: 20px;
}

div.terms_condition {
    text-align: justify;
}

.aboutus-wrapper-container .text-content {

}

.aboutus-wrapper .content-wrapper {
    width: 70%;
    margin: auto;
}

@media screen and (min-width: 1024px) {
    /* desktop view */
    .aboutus-wrapper .content-wrapper {
        width: 70%;
        margin: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */
    .aboutus-wrapper .content-wrapper {
        width: 70%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .aboutus-wrapper .content-wrapper {
        width: 80%;
        margin: auto;
    }
}

.content-container {
    width: 100%;
}

.content-container input[name="query"] {
    width: 100%;
}

.content-container #searchIcon2 {
    background-color: #0248A8;
    color: #fff;
    /* margin-left: 20px; */
    padding: 8px 40px;
}

@media screen and (min-width: 1024px) {
    /* desktop view */
    .content-container table {
        width: 50%;
        margin: auto;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */
    .content-container table {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .content-container table {
        width: 100%;
        margin: auto;
    }

    .content-container input:not(input[id="searchIcon2"]) {
        margin-bottom: 20px;
    }

    .content-container #searchIcon2 {
        width: 100%;
        margin-bottom: 20px;
    }

    table.search-result tr td:first-child {
        text-align: center !important;
    }

    table.search-result tr:last-child {
        text-align: center;
    }
}

.tranding {
    padding: 0px !important;
    margin-bottom: 20px;
}

.footer-banner {
    width: 50%;
    margin: auto !important;
}

.extra-height {
    height: 120px;
}

.open-button{
    z-index: 999;
    position: absolute; 
    top: 10px; 
    left: 10px; 
    text-decoration: none; 
    font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif; 
    padding:15px 15px; 
    background-color:#3e48cb;
    border:none; 
    color: white;
    border-radius: 10px; 
}

.youtube-video{
    width:550px;
    height:300px;
    border-radius: 1rem;
}

@media (max-width:500px) {
    .youtube-video{
        width: 100%;
        height: auto;
    }
}

/* banner text */

.banner-text {
    font-size:2.8vw; 
    position:absolute; 
    z-index:100;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,255);
    text-shadow:4px 4px 4px rgba(51,64,83,255);
    font-weight:600;
}

@media screen and (max-width:767px) {
    .banner-text{
        font-size: 15px;
    }
}



.open-button-en{
    font-size: 12px;
}

#footer {
    font-size: 12px !important;
}

#footer .container {
    padding-bottom: 0px !important;
}


#logo-section i{
    font-size: 24px;
}





