@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: roboto_med;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: roboto_bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: roboto_light;
    src: url(../fonts/Roboto-Light.ttf);
}

body {
    font-family: roboto;
    font-size: 16px;
    color: #454545;
    margin: 0;
    padding: 0;
}

*,
*:hover {
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mr-1 {
    margin-right: 4px
}

h1 {
    font-size: 54px;
    font-family: roboto_bold;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    font-family: roboto_bold;
    color: #282828;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 36px;
    font-family: roboto_bold;
    color: #285ea8;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

p {
    margin-top: 0;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mr-1 {
    margin-right: 5px;
}

.container-fluid {
    float: left;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 993px) {
    .mobieView {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .deskView {
        display: none;
    }
}

.inner-title {
    background-color: #285ea8;
    height: auto;
    padding: 10px 0;
    border-bottom: solid 5px #fff;
}

.inner-title h1 {
    text-align: center;
}

.page-content {
    background-color: #fff;
    border-bottom: solid 5px #285ea8;
    padding: 25px 0;
}

.page-content p {
    font-size: 18px;
}

.get_started_subMenu .nav-header {
    color: #fff;
    font-weight: bold;
    list-style: none;
    list-style-image: none;
    font-size: 18px;
    margin-left: -15px;
}

.footer {
    text-align: center;
    background: #285ea8;
    color: #fff;
    padding: 35px 0;
}

.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer a {
    color: #fff;
}

.quick_links {
    margin-bottom: 30px;
}

.quick_links li {
    padding: 0 22px;
}

.quick_links li:first-child {
    padding-left: 0;
}

.quick_links li:last-child {
    padding-right: 0;
}

.quick_details {
    margin-bottom: 30px;
}

.quick_details li {
    padding: 0 20px;
}

.quick_social {
    margin-bottom: 60px;
}

.quick_social li {
    padding: 0 6px;
}

.footer p {
    margin: 0;
}

.member {
    background: #f1f0f0 url(../images/footer_top_bg.png) no-repeat;
    background-position: center bottom;
    padding-top: 70px;
    padding-bottom: 155px;
}

.memberAccess_getStarted {
    width: 100%;
    display: flex;
    font-size: 18px;
}

.memberAccess_getStarted ul {
    width: 100%;
    float: left;
}

.member_access {
    width: 100%;
    max-width: 320px;
    border-right: 1px solid #ddd;
}

.member_access a {
    color: #000;
    font-family: roboto_light;
}

.link {
    color: #285ea8 !important;
    text-decoration: underline;
}

.member_access li {
    margin: 7px 0;
    float: left;
    width: 100%;
}

.member_getStarted {
    width: calc(100% - 320px);
    padding-left: 35px;
}

.member_row {
    display: flex;
}

.member_row .col-4 {
    background: #fff;
    margin: 7px;
    padding: 25px 5px 25px 15px;
    flex: 0 0 calc(33.33% - 14px);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
}

.member_get_heading {
    width: 100%;
    display: flex;
    text-transform: uppercase;
    font-size: 20px;
    align-items: center;
}

.member_get_heading img {
    margin-right: 10px;
}

.member_getStarted ul {
    margin-top: 10px;
    padding-left: 10px;
}

.member_getStarted li {
    margin: 11px 0;
}

.member_row a {
    color: #282828;
    font-family: roboto_light;
    font-size: 16px;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /* height: 100%; */
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: -60px;
    background: url(../images/icon_right_arrow.svg) no-repeat;
    transform: rotate(180deg);
}

.slick-next {
    right: -60px;
    background: url(../images/icon_right_arrow.svg) no-repeat;
    top: calc(50% + 25px);
}

.slick-arrow.slick-hidden {
    display: none;
}


/* custome */

.quicklinks {
    padding: 50px 0 100px;
}

.slide {
    text-align: center;
    padding: 8px;
}

.slider_content {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    padding: 15px;
    float: left;
    width: 100%;
    margin-top: 75px;
}

.service_detail {
    padding: 10px 25px 30px;
    border: 2px dashed #ddd;
    float: left;
    width: 100%;
}

.service_content a {
    text-decoration: underline;
    line-height: 28px;
    margin-bottom: 5px;
    display: block;
}

.service_content p {
    line-height: 28px;
    margin: 0;
    color: #6c6c6c;
    font-family: roboto_light;
    float: left;
    width: 100%;
}

.service_img {
    left: 50%;
    position: relative;
    float: left;
    transform: translateX(-50%);
    margin-top: -100px;
    margin-bottom: 25px;
}

.service_content {
    float: left;
    width: 100%;
    position: relative;
    min-height: 120px;
}

.rightArrow {
    background: url(../images/icon_right_arrow.svg) no-repeat;
    background-position: center;
}


/* Mission_Vision */

.mission_vision {
    padding: 50px 0;
}

.fclb_row {
    display: flex;
}

.col-6 {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.mission_vision_img_section {
    padding: 20px 0 0 20px;
    background: url(../images/mission_vision_img_section_bg.jpg) no-repeat;
    background-position: top left;
}

.mission_vision_img_section img {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35);
    max-width: 100%;
}

.mission_vision_content {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.mission_vision_content:last-child {
    margin-bottom: 0px;
}

.mission_vision_icon {}

.mission_vision_detail h2 {
    text-align: left;
}

.mission_vision_detail {
    font-size: 18px;
    line-height: 28px;
    padding-top: 18px;
    padding-left: 20px;
}


/* Main Banner */

.banner_slide_content {
    background: rgba(40, 94, 168, .5) url(../images/banner_white_vector.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.banner_content_area {
    min-width: 510px;
}

.banner_slide {
    position: relative;
}

.banner_slide img {
    width: 100%;
    max-width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: center;
}

.banner_slide p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}

.banner_slide_content a {
    background: #fff;
    font-size: 19px;
    padding: 19px 48px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #285ea8;
}

.slick-dots {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.slick-dots li {
    margin: 5px 0;
    float: left;
}

.slick-dots li button {
    background: transparent;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 0;
    height: 15px;
    width: 15px;
    float: left;
    padding: 0;
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    background: #fff;
}


/* Navigation Menu */

.header {
    padding: 15px 0;
}

.header .container {
    position: relative;
}

.header .fclb_row {
    justify-content: space-between;
}

.header_contact_details {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.header_contact_details>ul {
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}

.header_contact_details>ul>li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0 15px;
}

.header_email a {
    color: #282828;
    text-transform: lowercase;
    margin-left: 5px;
}

.header_contact span,
.header_contact a {
    font-size: 21px;
    margin-left: 5px;
    color: #282828;
}

.header_get_started span {
    font-family: roboto_med;
    font-size: 18px;
    cursor: pointer;
    float: left;
    padding: 13px;
    border-radius: 5px;
}

.header_get_started:hover span {
    background: #285ea8;
    color: #fff;
}

.header_get_started span:after {
    content: '';
    background: url(../images/icon_arrow_black.png) no-repeat;
    background-size: 11px;
    background-position: right center;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: 6px;
}

.header_get_started:hover span:after {
    content: '';
    background: url(../images/icon_arrow_white.png) no-repeat;
    background-size: 11px;
    background-position: right center;
}

.get_started_subMenu {
    position: absolute;
    right: 40px;
    width: 930px;
    max-width: calc(100% - 30px);
    top: 70px;
    z-index: 9;
    padding: 50px 20px;
    background: rgba(40, 94, 168, .95);
    display: none;
}

.get_started_subMenu:before {
    content: '';
    background: url(../images/top_arrow.png);
    position: absolute;
    top: -15px;
    width: 15px;
    height: 15px;
    z-index: 9;
    right: 40px;
}

.get_started_subMenu>ul {
    flex: 0 0 33.33%;
    padding-left: 25px;
}

.get_started_subMenu>ul>li {
    width: 100%;
    margin: 15px 0;
    list-style-image: url(../images/icon_bullet.png);
}

.get_started_subMenu>ul>li a {
    color: #fff;
    font-size: 18px;
    font-family: roboto_light;
    text-transform: capitalize;
}

.get_started_subMenu.show {
    display: flex;
}

#cssmenu>ul {
    display: flex;
}

#cssmenu>ul>li {
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

#cssmenu>ul>li+li {
    border-left: 1px solid #000;
}

#cssmenu>ul>li>a {
    color: #282828;
    font-size: 15px;
    line-height: 14px;
    display: block;
}

#cssmenu>ul>li>a:hover {
    color: #285ea8;
}

#cssmenu>ul ul a {
    text-transform: capitalize;
}

@media screen and (min-width: 992px) {
    .fixedNav .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow: 0 0 15px -10px #000;
    }
}

@media screen and (min-width: 768px) {
    #menu-button {
        display: none;
    }
    #cssmenu>ul {
        display: flex !important;
    }
    .has-sub>ul {
        display: none !important;
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }
    #cssmenu>ul>.has-sub:hover>ul {
        position: absolute;
        display: flex !important;
        flex-direction: column;
        z-index: 9;
        background: #fff;
        padding: 25px 20px 15px;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }
    .has-sub>ul li {
        padding: 10px 0;
    }
    .has-sub>ul li a {
        color: #000;
    }
    .has-sub>ul li a:hover {
        color: #285ea8;
    }
}

@media screen and (max-width: 767px) {
    #cssmenu>ul>li {
        position: relative;
    }
    .submenu-button {
        position: absolute;
        height: 40px;
        width: 40px;
        background: #ddd url(../images/icon_right_arrow.svg) no-repeat center;
        transform: rotate(90deg);
        background-size: 20px;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    .has-sub>ul {
        text-align: center;
        background: #ddd;
        padding: 10px 0;
    }
    .has-sub>ul li a {
        color: #000;
        font-size: 1.2rem;
        padding: 5px 0;
        display: inline-block
    }
}

@media screen and (max-width: 1360px) {
    .quicklinks .container {
        max-width: calc(100% - 100px);
    }
}

@media screen and (max-width: 1180px) {
    .service_content {
        min-height: 150px;
    }
    #cssmenu>ul>li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1080px) {
    .member_getStarted {
        padding-left: 25px;
    }
    .member_getStarted ul {
        padding-left: 0;
    }
    h3 {
        font-size: 30px;
    }
    .member_getStarted {
        width: calc(100% - 280px);
    }
    .member_access {
        max-width: 280px;
    }
}

@media screen and (max-width: 1024px) {
    .memberAccess_getStarted {
        flex-direction: column;
    }
    .member_access {
        max-width: 100%;
        text-align: center;
        border: 0;
    }
    .member_getStarted {
        width: calc(100% - 0px);
        margin-top: 50px;
        padding-left: 0;
    }
    .member h3 {
        text-align: center;
    }
    .service_detail {
        padding: 10px 15px 10px;
    }
    .logo img {
        height: 55px;
    }
    .header {
        padding: 5px 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .quick_links li {
        padding: 0 18px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    .banner_slide p {
        font-size: 20px;
    }
    .banner_slide_content a {
        padding: 14px 15px;
    }
    .mission_vision_detail {
        font-size: 16px;
        line-height: 24px;
    }
    .banner_slide img {
        height: 600px;
    }
    .header {
        zoom: 0.8;
    }
}

@media screen and (max-width: 768px) {
    .mission_vision_content {
        margin-bottom: 10px;
    }
    .mission_vision_icon img {
        width: 50px;
    }
    .mission_vision_detail {
        padding-top: 10px;
    }
    .mission_vision_detail h2 {
        margin-bottom: 15px;
    }
    .banner_slide img {
        height: 420px;
    }
}

@media screen and (max-width: 767px) {
    #cssmenu>ul {
        display: none;
        position: absolute;
        z-index: 9;
        background: #f5f5f5;
        width: 100%;
        left: 0;
        padding: 20px 0;
    }
    #cssmenu>ul>li+li {
        border-left: 0;
    }
    .quick_links li {
        padding: 0 15px;
    }
    .member_row {
        flex-direction: column;
    }
    .member_row .col-4 {
        text-align: center;
    }
    .member_get_heading {
        justify-content: center;
    }
    .service_content {
        min-height: auto;
        padding-bottom: 20px;
    }
    .slick-prev,
    .slick-next {
        zoom: 0.5
    }
    .banner_content_area {
        min-width: 300px;
    }
    .banner_slide_content a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .banner_slide p {
        font-size: 16px;
    }
    #menu-button {
        float: right;
        font-size: 0;
        cursor: pointer;
        background: url(../images/menu.png) no-repeat;
        background-position: center center;
        height: 42px;
        width: 42px;
        margin-top: -50px;
    }
    .header_email,
    .header_contact {
        display: none !important;
    }
    .header_contact_details {
        border: 0;
        margin-bottom: 0;
        margin-right: 40px;
        margin-top: 10px;
    }
    #cssmenu>ul>li>a {
        text-align: center;
        font-size: 20px;
        line-height: 40px;
    }
    .get_started_subMenu:before {
        content: '';
        right: 100px;
    }
    .get_started_subMenu {
        right: 15px;
        padding: 20px 20px;
    }
    .mission_vision .fclb_row {
        flex-direction: column;
    }
    .mission_vision_img_section {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 680px) {
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    .footer ul {
        flex-direction: column;
    }
    .quick_links li,
    .quick_links li:first-child,
    .quick_links li:last-child {
        padding: 10px 15px;
        flex: 0 0 100%;
    }
    .quick_details li {
        padding: 10px 15px;
    }
    .quick_social ul {
        flex-direction: row;
    }
    .quicklinks .container {
        max-width: calc(100% - 30px);
    }
    .banner_slide_content {
        flex-direction: column;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .banner_slide_content a {
        margin-top: 20px;
    }
    .banner_content_area {
        min-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .banner_slide img {
        height: 320px;
    }
    .get_started_subMenu.show {
        flex-direction: column;
    }
    .get_started_subMenu>ul {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 376px) {
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
    }
    .quicklinks .container {
        max-width: calc(100% - 13px);
    }
    .slick-prev {
        left: -45px;
    }
    .slick-next {
        right: -45px;
    }
    .logo img {
        height: 40px;
    }
    .header_get_started span {
        font-size: 15px;
        padding: 9px;
    }
    #menu-button {
        margin-top: -45px;
    }
}


/* Services Navigation Menu */

.services_nav:hover>ul {
    right: 0;
    padding: 0 !important;
}

.services_nav:hover>ul,
.services_nav:hover>ul>li {
    padding: 0;
}

.services_nav .get_started_subMenu {
    display: flex;
    position: relative;
    top: 15px;
    right: 0;
    max-width: 100%;
    padding: 20px 20px;
    background: #fff;
    ;
}

.services_nav .get_started_subMenu:before {
    content: unset;
}

.services_nav .get_started_subMenu ul {
    display: block !important;
    opacity: 1;
}

.services_nav .get_started_subMenu>ul>li {
    padding: 0;
    list-style-image: url(../images/icon_bullet_black.png);
}

.services_nav .get_started_subMenu>ul>li.nav-header {
    list-style: none;
}

.services_nav .get_started_subMenu .nav-header {
    color: #000;
    font-size: 16px;
}

.services_nav .get_started_subMenu>ul>li a {
    font-size: 16px;
    font-family: roboto;
}

.services_nav .get_started_subMenu .submenu-button { 
    display: none;
}

@media screen and (max-width: 767px) {
    .services_nav .get_started_subMenu {
        padding: 0;
        flex-direction: column;
    }
    .services_nav .get_started_subMenu>ul li {
        list-style: none;
        margin: 0;
    }
    .services_nav .get_started_subMenu>ul>li a {
        font-size: 1.2rem;
    }
    .get_started_subMenu .nav-header {
        margin-left: 0;
    }
}