@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


body {
    font-family: 'Poppins', sans-serif !important;
    color: #2e3233;
    background-color: #ffffff;
}

body p {
    font-family: 'Poppins', sans-serif !important;
}

p {
    font-family: 'Poppins', sans-serif !important;
}

.container {
    max-width: 1380px;
}

.SOS-Topnav {
    background: #fff !important;
}

    .SOS-Topnav ul li a.nav-link {
        color: #003388 !important;
        font-size: 0.85rem !important;
        font-weight: 400;
    }

.bt-login {
    background: #088aa4 !important;
    color: #fff;
    height: 80px;
    border: 0px solid #e0e0e0 !important;
    border-radius: 0px;
    width: 168px;
}

    .bt-login:hover, .bt-login:focus {
        background: #fbb608 !important;
        color: #fff;
    }

.navbar-dark .navbar-brand {
    color: #212121 !important;
    font-size: 1.0rem;
}

.navbar.navbar-dark .navbar-toggler {
    color: #212121 !important;
}



.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media screen and (min-width: 992px) {

    .navbar .nav-item {
        padding: .5rem .5rem !important;
        margin: 0 .0rem !important;
    }
}


.subnav li {
    padding: 0.1rem !important;
}

    .subnav li a {
        padding: 0.1rem !important;
    }


/*--------------------BANNER START---------------------*/
.bgimg {
    /*background: url(../img/nhsos-banner.jpg) no-repeat 0px -75px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    cursor: default;
    position: relative;
    min-height: 410px;
    background-repeat: no-repeat !important;
    background-position-x: 0px !important;
    /*background-position-y: -75px !important;*/
    background-position-y:0px !important;
}

.bgimg2 {
    /*background: url(../img/nhsos-banner2.jpg) no-repeat 0px -75px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: default;
    position: relative;
    min-height: 410px;
}

.bgbanner {
    background: rgb(0,114,173);
    background: linear-gradient(to right, #076eae, #005c91, #004a75, #00395a, #012941);
    padding-bottom: 1px;
}

@media screen and (max-width: 1280px) {
    .navbar-nav li {
        padding: 2px 20px;
    }

        .navbar-nav li:hover {
            padding: 2px 20px;
            background: #f3f3f3;
        }

    .bgimg {
        /*background: url(../img/nhsos-banner.jpg) no-repeat 0px -10px;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover !important;
        cursor: default;
        position: relative;
        /* overflow: hidden; */
        width: 100%;
        min-height: 410px;
    }

    .bt-login {
        background: #088aa4 !important;
        color: #fff;
        height: 80px;
        border: 0px solid #e0e0e0 !important;
        border-radius: 0px;
        width: 100%;
    }
}

/*--------------------CONTENT NAV START---------------------*/
.nav-section-left {
    background: #e4e4e4;
    padding: 20px;
    font-size: 1.6rem;
    font-weight: 400;
}

.news_list {
    font-size: 1.4rem;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .news_list li {
        margin-top: 10px;
    }

    .news_list a {
        text-decoration: underline;
        font-size: 1.4rem;
        color: #194159 !important;
    }

.nav-section-left a {
    text-decoration: underline;
    font-size: 1.4rem;
    /*color: #0080FF;*/
}
/*--------------------CONTENT NAV START---------------------*/

.slide-bg {
    background: #f3f3f3;
}

.overlay .mask {
    opacity: 0.6 !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #fff !important;
}

.img-btn {
    background: #fbb608 !important;
}

.opacity05 {
    opacity: 0.4;
}

.h4-txtcolor {
    color: #012840;
    font-weight: 400;
    font-size: 2rem;
}

.bt-blue {
    background-color: #193771 !important;
    color: #fff;
    margin: 0px !important;
    width: 100%;
    font-weight: bold;
    margin-top: auto !important;
    padding: .84rem 0rem !important;
    font-size: 1.1rem;
}

.bt-seablue {
    background-color: #088aa4 !important;
    color: #fff;
    margin: 0px !important;
    width: 100%;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: auto !important;
    padding: .84rem 0rem !important;
}

.bt-yellow {
    background-color: #f6b927 !important;
    color: #fff;
    margin: 0px !important;
    font-size: 1.1rem;
    width: 100%;
    font-weight: bold;
    margin-top: auto !important;
    padding: .84rem 0rem !important;
}

.bt-green {
    background-color: #52813d !important;
    color: #fff;
    margin: 0px !important;
    width: 100%;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: auto !important;
    padding: .84rem 0rem !important;
}

.bt-skyblue {
    background-color: #0080ff !important;
    color: #fff;
    margin: 0px !important;
    width: 100%;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: auto !important;
    padding: .84rem 0rem !important;
}

.bt-brinjalblue {
    background-color: #4e00cc !important;
    color: #fff;
    margin: 0px !important;
    width: 100%;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: auto !important;
    padding: .84rem 0rem !important;
}



.carousel-item {
    min-height: 290px;
    height: 100%;
}

a.tooltips {
    position: relative;
    display: inline;
}

    a.tooltips span {
        position: absolute;
        width: 100px;
        color: #333;
        background: #f2f2f2;
        height: 24px;
        line-height: 24px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
        font-size: 12px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #f2f2f2;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

    a.tooltips span {
        visibility: visible;
        opacity: 0.8;
        bottom: 8px;
        left: 50%;
        margin-left: 245px;
        z-index: 999;
        /* float: right; */
    }

.carousel-control-prev {
    width: 6% !important;
    margin-left: -15px;
}

.carousel-control-next {
    width: 6% !important;
    margin-right: -25px;
}

.carousel .carousel-control-prev-icon {
    background-image: url(../img/svg/arrow_left.svg);
    width: 100px;
    height: 100px;
}

.carousel .carousel-control-next-icon {
    background-image: url(../img/svg/arrow_right.svg);
    width: 100px;
    height: 100px;
}


@media screen and (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}



/**************SLIDER****************/
/* process way slider */
.section2 {
    background-color: #fff;
    margin: 0px;
    padding-top: 55px;
    padding-bottom: 35px;
}

.processway-box {
    text-align: center;
    margin: 0px;
}

    .processway-box h4 {
        font-size: 1.125em;
        color: #777;
        line-height: 1.1;
        text-transform: capitalize;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    .processway-box a {
        font-size: 16px;
        text-transform: uppercase;
        color: #f0b323;
        font-weight: bold;
    }

.main-content {
    background: #f2f2f2;
    margin-top: 36px;
    min-height: calc(100vh - 182px);
    height: auto;
}

#slideranimate .owl-item {
    border-right: 1px solid #ccc;
}

.owl-carousel .owl-item .pro-img img {
    width: auto;
    margin: 0 auto 21px auto;
    height: 44px;
}

#processway.owl-carousel .owl-nav.disabled {
    display: block !important;
}

#processway .owl-prev, #processway .owl-next {
    background-image: url("../images/slider-left.png");
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center center;
    width: 26px;
    height: 43px;
    position: absolute;
    left: -47px;
    top: 50%;
    margin-top: -21px;
}

#processway .owl-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: -47px;
}

#processway {
    margin: 0 auto;
    max-width: 1100px;
}

    #processway figure {
        cursor: pointer;
    }

.main {
    max-width: 1200px;
    margin: 0 auto;
}


.latest-blog-posts {
    position: relative;
}

    .latest-blog-posts .container-fluid {
        padding: 20px 30px;
        position: relative;
        max-width: 1230px;
    }

    .latest-blog-posts .thumbnail {
        margin: 0 15px;
    }

    .latest-blog-posts .customNavigation {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: calc(50% - 37px);
        position: absolute;
        width: 100%;
        left: 0;
    }

        .latest-blog-posts .customNavigation > span {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            position: absolute;
        }

    .latest-blog-posts .pager-left {
        left: calc(0% + 15px);
    }

    .latest-blog-posts .pager-right {
        right: calc(0% + 15px);
    }

    .latest-blog-posts .next, .latest-blog-posts .prev {
        font-size: 28px;
        color: #ccc;
    }

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 6px;
}

.learn_mrebt {
    font-size: 1.3rem;
    padding: 10px 40px;
    border-radius: 5px;
}


.nav-link {
    color: #717171;
    background-color: #bdbdbd;
    margin-top: 1px;
    padding: 1rem 1.3rem !important;
    border-radius: 0px !important;
    font-size: 1.3rem;
    text-align: center !important;
}

.menu-nav {
    font-size: 1.5rem;
}

    .menu-nav img {
        width: auto !important;
        height: 44px !important;
    }

.nav-pills .nav-link.active {
    background: #3665af !important;
}

.cardbox {
    border-bottom: 4px solid #ff9741 !important;
    margin-top: 10px;
}


footer {
    color: #fff;
    background: #2b5784;
    padding: 20px 20px;
    text-align: center;
    font-size: 1.1rem;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.grey {
    background-color: #ececec !important;
}
.lightgrey {
    background-color: #f7f7f7 !important;
}

    md-form .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px) !important;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

.tabs-custom {
    background-image: linear-gradient(to right, #076eae, #005c91, #004a75, #00395a, #012941);
}

.classic-tabs .nav li a.active {
    overflow: visible;
    color: #fff !important;
    position: relative;
}

.nav-tab {
    background: none !important;
}

.classic-tabs .nav li a.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: rgb(246, 185, 39);
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 99999;
}

ul#myClassicTabOrange:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: linear-gradient(to left, #076eae, #005c91, #004a75, #00395a, #012941);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 0;
}

.classic-tabs .nav li a.active:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #f6b927;
    left: 43%;
    bottom: -4px;
    transform: rotate(45deg);
}

ul#myClassicTabOrange {
    overflow: hidden;
}

.card .card-body .card-text {
    color: #000000 !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
}

.hr-custom {
    border-top: 1px solid rgb(246, 185, 39);
}

.classic-tabs .nav li a.active {
    overflow: visible;
    color: #fff !important;
    position: relative;
}

.nav-tab {
    background: none !important;
}

.classic-tabs .nav li a.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: rgb(246, 185, 39);
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 99999;
}

ul#myClassicTabOrange:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: linear-gradient(to left, #076eae, #005c91, #004a75, #00395a, #012941);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 0;
}

.classic-tabs .nav li a.active:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #f6b927;
    left: 43%;
    bottom: -4px;
    transform: rotate(45deg);
}

ul#myClassicTabOrange {
    overflow: hidden;
    margin-top: -11px;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    width: 109px;
    margin-top: -3px;
    z-index: 999;
    color:black !important;
}

.slick-list.draggable {
    z-index: 1;
}

.slick-list.draggable {
    z-index: 1;
    margin: 0 40px;
}

.classic-tabs .nav li:first-child {
    margin-left: 0 !important;
}

@media (min-width: 574px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.hidden {
    display: none !important;
}

@media (max-width: 574px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }
}

.collapsed .caret {
    transform: rotateZ(180deg)
}

.slick-track {
    display: flex !important;
    align-items: flex-end;
    
}

ul#myClassicTabOrange.nav li a {
    white-space: normal;
    font-size: 11px;
    max-width: 150px !important;
    padding: 10px 2px !important;
    line-height: 12px;
    border-bottom: 0 !important;
    margin-bottom: 3px !important;
}

    ul#myClassicTabOrange.nav li a:focus {
        outline: none !important;
    }

.custom-card-footer {
    background: white !important;
    border: 0px !important;
}

.btn-goback {
    font-size: 16px !important;
    color: white;
    background-color: #adadad;
    border-radius: 5px
}

.dark-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0;
    left: 0;
    z-index: 999;
    opacity:.5;
}

.dark-overlay h1.font-weight-bold {
    font-size: 40px;
    padding-bottom: 30px;
}

.dark-overlay .card-body {
    padding-left: 20px;
}

.btn-yellow {
    background-color: #f6b927 !important;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: auto !important;
    padding: 1.5rem 3rem !important;
}

div#demo4 img {
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 1023px) and (min-width: 576px) {
    .custom-card-flexdeck {
        flex-flow: column wrap !important;
    }
}

.custom-h1 {
    color: #fff;
    font-size: 6rem;
    font-weight: 500;
    line-height: 6.4rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
    margin-bottom: 1rem !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 10%;
}

@media screen and (max-width: 370px) and (min-width: 319px) {
    .custom-h1 {
        font-size: 4rem !important;
    }
}

@media screen and (max-width: 575px) {
    .cd-search-trigger, .cd-nav-trigger {
        right: -143px;
        bottom: -22px !important;
    }
}

@media screen and (max-width: 575px) {
    .custom-img {
        width: 93px;
        height: 92px; 
    }
}

@media screen and (max-width: 575px) {
    .cd-header-buttons-big {
        top: 98px !important;
        width: 100% !important;
        padding: 5px 10px !important;
        text-align: right !important;
    }
}

@media screen and (max-width: 410px) {
    .custom-margin {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1440px) {
    a.tooltips span {
        margin-left: 200px !important;
    }
}

@media screen and (max-width: 840px) {
    a.tooltips span {
        margin-left: 150px !important;
    }
}
@media screen and (max-width: 698px) {
    a.tooltips span {
        margin-left: 300px !important;
    }
}

@media screen and (max-width: 575px) {
    a.tooltips span {
        margin-left: 165px !important;
    }
}
@media screen and (max-width: 425px)  {
    a.tooltips span {
        margin-left: 188px !important;
    }
}


@media screen and (max-width: 410px) {
    a.tooltips span {
        margin-left: 153px !important;
    }
}

@media screen and (max-width: 350px) {
    a.tooltips span {
        margin-left: 108px !important;
    }
}
.bgimg p{
    margin-bottom:0px !important;
}

.tab-pane p {
    line-height: 1.5 !important;
    font-family: 'Poppins', sans-serif !important;
}

.custom-h2 {
    font-size: 1.5rem !important;
    color:#2e3233 !important;
}
small p {
    
    color: #2e3233 !important;
}

.select-wrapper span.caret {
    font-size: 1rem !important; 
}

@media screen and (max-width: 1280px) {
    .bgimg {
        background-repeat: no-repeat !important;
        background-position-x: 0px !important;
        background-position-y: -10px !important;

    }
}
.table thead th {
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: 'Poppins', sans-serif !important;
    white-space: nowrap !important;
}
.table tbody td {
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}
.pagination.pagination-circle .page-item .page-link {
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
    padding:5px 10px !important;

  
}
@media screen and (max-width: 374px) {
    .pagination.pagination-circle .page-item .page-link {
        font-size: 10px !important;
        font-family: 'Poppins', sans-serif !important;
        padding: 3px 7px !important;
       
    }
}

.classic-tabs .nav li a {
    text-transform: none !important;
}

.custom-tab-content{
    padding-top:0px !important;
}

.card-title-color {
    color: #2e3233;
}
ul#myClassicTabOrange.nav li a {
    white-space: normal;
    font-size: 12px;
    max-width: 200px !important;
    padding: 10px 0 !important;
    line-height: 11px;
    border-bottom: 0 !important;
    margin-bottom: 3px !important;
}
.custom-height{
    height:500px!important;
}
.processway-box h3 {
    font-size: 1.125em !important;
    color: #515151 !important;
    line-height: 1.1 !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    margin-bottom: 10px !important;
}
.tab-content table td {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif !important;
}
#processway .owl-prev, #processway .owl-next{
    font-size:16px !important;
    color:transparent !important;
}

.custom-header-text {
    color: #fff;
    font-size: 6rem;
    font-weight: 500 !important;
    padding: 10%;
    line-height: 6.4rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
}

@media screen and (max-width: 370px) and (min-width: 319px) {
    .custom-header-text {
        font-size: 4rem !important;
    }
}

.custom-paragraph {
    background-color: #ececec;
}

.tabs-custom
{
background-color:black !important;
}


.classic-tabs > tabs-custom > button.slick-prev.slick-arrow, 
.classic-tabs > tabs-custom >  button.slick-next.slick-arrow
{
color:white !important;
}