﻿@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'latoregular';
    color: #111 !important;
}

h1, .h1 {
    font-size: 3.6rem;
}

h2, .h2 {
    font-size: 2.4rem
}

h3, .h3 {
    font-size: 2.4rem;
}

h4, .h4 {
    font-size: 2rem;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
    font-family: Georgia;
}

ul li, p {
    font-size: 1.8rem;
}

.content p {
    font-size: 1.9rem
}

a {
    color: #0030a7;
    background-color: transparent;
    text-decoration: none !important;
    outline: none;
}

.font-weight-bold {
    font-weight: 600;
}

.container {
    max-width: 1350px;
    width: 100%;
}
/**************CSS Index *******************/ /*
1.  Navigation                                                                      52-372
2.  Social Content                                                                  381-456
3.  Top Bar                                                                         463-475
4.  Top Buttons                                                                     482-547
5.  Misc styling                                                                    554-571
6.  Responsive Padding and Margin and other customization classes                   580-765
7.  Go to Top                                                                       774-813
8.  Blog                                                                            821-899
9.  Responsive Text Aligments                                                       909-1050
10. Search Bar                                                                      1057-1073
11. Banner -                                                                        1082-1095
12. Breadcrumbs                                                                     1102-1198
13. Inner Pages - Top Banner                                                        1209-1256
14. Main Content                                                                    1263-1315
15. Sidebar                                                                         1323-1432
16. Inner Page Title                                                                1440-1487
17. Panel Override for About Us Page                                                1495-1527
18. Home Page Banner                                                                1535-1584
19. Facebook Feed                                                                   1592-1622
20. Home Callouts                                                                   1630-1705
22. Home News Rotator                                                               1714-1823
23. Site Map                                                                        1832-1863
24. Search Result                                                                   1871-1911
25. Registration Form                                                               1924-2083
26. News List                                                                       2091-2139
27. FAQ                                                                             2146-2165
28. Footer-2                                                                        2174- 2245
29. Custom CSS FOR HERO SLIDER AND SLICK                                            2259-2285
30. Hero Slider CSS                                                                 2293-2626
31. Vendor Imports                                                                  2634-2903
32. Button Styles                                                                   2912-3004
33. Member Benefit Styling                                                          3014-3176
34. Page Section                                                                    3190-3213
35. App Section on Home Page
36. Benefit Main Page Styling
*/
/**************** Navigation Styling ***********************/
#navigation-main .navbar-default .navbar-nav > li > a {
    font-size: 1.6rem;
}

.navbar-nav > li > .dropdown-menu {
    min-width: 320px;
}

div#main-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 25px;
}

ul.nav.navbar-nav {
    text-align: center;
    width: 100%;
}

    ul.nav.navbar-nav li {
        display: inline-block;
        float: none;
    }

        ul.nav.navbar-nav li ul li {
            float: left;
        }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #0030a7;
    background-color: #FFD513 !important;
    border-radius: 50px !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #0030a7;
    background-color: #ffd513 !important;
    border-radius: 50px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #0030a7;
    font-weight: 600;
    text-decoration: none !important;
    position: relative;
}

nav#navigation-main {
    margin: 0;
    min-height: auto;
    width: calc(100% - 260px);
}

a.navbar-brand {
    height: auto;

}
a.navbar-brand img {
    width :100%;

}

div#menu-bar {
    padding: 5px 0;
}

.dropdown-large {
    position: static !important;
}

li.dropdown-large > a {
    font-size: 1.5rem;
}

li.dropdown-large:hover {
    color: #1076bd;
    background: #ffd513;
    border-radius: 50px;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 9px 0 18px 0px;
    background-color: #0030a7 !important;
    color: #fff;
    top: 41px;
    left: auto;
    border-radius: 0;
    border: none !important;
    width: auto;
}

@media (min-width: 768px) {
    .dropdown-large.open:nth-child(3) .dropdown-menu-large li, .dropdown-large:hover:nth-child(3) .dropdown-menu-large li, .dropdown-large.show:nth-child(3) .dropdown-menu-large li {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .dropdown-large.open:nth-child(3) .dropdown-menu-large li, .dropdown-large:hover:nth-child(3) .dropdown-menu-large li, .dropdown-large.show:nth-child(3) .dropdown-menu-large li {
        width: 100%;
        width: max-content;
    }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {

    .navbar-default .navbar-nav > li > a.dropdown-toggle {
        padding-left: 14px;
        padding-right: 30px;
    }
}

    @media (min-width: 1200px) {
        .dropdown-large.open:nth-child(3) .dropdown-menu-large li, .dropdown-large:hover:nth-child(3) .dropdown-menu-large li, .dropdown-large.show:nth-child(3) .dropdown-menu-large li {
            width: 100%;
            width: max-content !important;
        }
    }

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .dropdown-menu-large > li > a {
        display: block;
        padding: 10px 0px;
        clear: both;
        font-weight: 600;
        line-height: 1.428571429;
        color: #fff !important;
        white-space: normal;
        background: transparent !important;
        border-bottom: 1px solid #fff;
        font-size: 1.32rem;
    }
        /* Arrows to sub child links */
        .dropdown-menu-large > li > a:before {
            font-family: "Font Awesome 5 Free" !important;
            content: "\f105" !important;
            font-weight: 900;
            font-variant: normal;
            display: inline-block;
            text-transform: none;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            padding-right: 5px;
            transform: none !important;
            color: #FFD513 !important;
            position: relative;
            top: 0 !important;
            float: left;
        }

    .dropdown-menu-large li > a:hover, .dropdown-menu-large li > a:focus {
        color: #FFD513 !important;
        background-color: transparent;
    }

    @media screen and (max-width: 768px) {
        .dropdown-large li a {
            font-size: 1.56rem;
        }

        .dropdown-menu-large {
            margin-left: 0;
            margin-right: 0;
            top: 100%;
        }

            .dropdown-menu-large > li {
                margin-bottom: 10px;
            }

                .dropdown-menu-large > li:last-child {
                    margin-bottom: 0;
                }

            .dropdown-menu-large .dropdown-header {
                padding: 3px 15px !important;
            }

        .dropdown-menu {
            top: inherit !important;
        }

        li.dropdown-large:hover {
            background: transparent;
        }
    }

    .dropdown-large:hover ul.dropdown-menu-large:before, .dropdown-large.open ul.dropdown-menu-large:before {
        content: "";
        position: absolute;
        right: 8px;
        top: -8px;
        left: 24px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 10px 10px 10px;
        border-color: transparent transparent #0030a7 transparent;
        z-index: 9999;
    }

    .navbar-default .navbar-collapse {
        border-color: transparent;
    }

    @media (min-width: 768px) {
        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }

    @media (min-width: 992px) {
        li.dropdown-large > a {
            font-size: 1.56rem;
            padding: 10px 15px;
        }

        .dropdown-large li a {
            font-size: 1.2rem;
        }

        .benefit-img {
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 1;
        }
    }

    @media (min-width: 1396px) {
        .nav-blue {
            margin-left: 40px;
        }
    }

    @media screen and (min-width: 1536px) {
        .nav-blue {
            margin-left: 60px;
        }
    }

    @media (max-width: 992px) {
        .dropdown-large:hover ul.dropdown-menu-large:before,
        .dropdown-large.open ul.dropdown-menu-large:before {
            position: relative;
            top: -15px;
        }

        nav#navigation-main {
            width: 100%;
        }

        div#main-menu {
            position: static;
            margin-top: 00;
        }
        ul.nav.navbar-nav {
            text-align: right;
        }

        .join-nait-btn {
            left: 15px;
            top: 8px !important;
            position: absolute;
            width: 100% !important;
            text-align: left !important;
        }

        .social-cont .social-ico {
            width: auto !important;
        }

        div#logo > div > div {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            width: 100%;
            justify-content: space-between;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        #logo .navbar-header {
            margin-left: 20px;
        }
    }
span.caret {
    border: none;
    position: absolute;
    right: 23px;
    top: 6px;
    color: #0f31a8;
}
    @media (max-width: 767px) {
        .navbar-nav > li > .dropdown-menu {
            width: 100%;
            left: 0;
            min-width: 100%;
        }
        ul.nav.navbar-nav li {
            width: 100%;
            text-align: left;
        }
        li.dropdown {
            padding-right: 30px !important;
            position: relative !important;
        }

        div#bs-example-navbar-collapse-1 {
            overflow: initial;
        }
        ul.nav.navbar-nav li span.caret {
            right:20px;
        }
        .join-nait-btn a {
            padding: 10px !important;
        }
        a.make-payment-btn{
            margin-left: 5px !important;
        }
        li.dropdown:hover {
            background: #ffd513;
        }
        ul.nav.navbar-nav {
            margin: 0;
        }
        }
li.dropdown {
    position: relative !important;
}
    ul .nav.navbar-nav li span.caret {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        padding: 20px 0px;
        border: none;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 10px;
    }

    .navbar-default .navbar-nav > li > a.dropdown-toggle {
        padding-right: 30px;
    }
    /*********************** Navigation Ends ****************/
    /************************************* Social Content Styling **************************************/
    .social-cont {
        width: auto;
        margin: 0;
        padding: 0;
    }

        .social-cont .social-ico {
            width: 80px;
            padding: 10px 10px 10px 0px;
            font-size: 14px;
            position: relative;
            background: #FFD513;
            z-index: 5;
            margin-top: -1px
        }

            .social-cont .social-ico:after {
                content: " ";
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: -1;
                background: #FFD513;
                transform-origin: top left;
                transform: skew(-30deg, 0deg);
                -ms-transform: skew(-30deg, 0deg);
                -webkit-transform: skew(-30deg, 0deg);
                -ms-transform: skew(-30deg, 0deg);
            }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .social-cont .social-ico:after {
            top: 1px;
        }
    }

    .social-cont .social-icons-2 {
        padding-top: 8px;
    }

        .social-cont .social-icons-2 a {
        }

            .social-cont .social-icons-2 a span i:hover {
                color: #FFD513 !important;
            }
    /************** Social Content Ends ********************/
    /*********** Top Bar and Links *************/
    .top-bar {
        background-color: #0030a7 !important;
        height: 48px;
        color: #fff;
    }

        .top-bar a {
            color: #fff;
        }

    .top-links {
        padding-top: 3px;
        padding-bottom: 7px;
    }

    @media(min-width:992px) {
        .top-links {
            padding-top: 8px;
            padding-bottom: 8px;
        }
    }
    /************************************* Top Bar and Links Ends**************************************/
    /************************************* Top Buttons Styling **************************************/
    .join-nait-btn {
        float: left;
        width: 260px;
        text-align: right;
    }

        .join-nait-btn a {
            padding: 0 0;
            border-radius: 50px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;
            font-weight: 600;
            font-size: 1.2rem;
            box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
            display: inline-block;
            padding: 10px 15px;
        }

    .join-btn-3d-3 {
        background-image: linear-gradient(to right, #fe8c00 10%, #f83600 51%, #fe8c00 100%);
    }

    a.make-payment-btn {
        background: #ccc;
        margin-left: 10px;
        color: #444;
    }

    .join-nait-btn a:hover {
        background-position: right center
    }

    @media (min-width: 768px) {
        a.make-payment-btn {
        }
    }

    @media (min-width: 992px) {
        a.make-payment-btn {
        }
    }

    @media (min-width: 1200px) {
        a.make-payment-btn {
        }
    }
    /************************************* Top Buttons Ends**************************************/
    /************************************ Misc Styling - donot change**************************************/
    .clear {
        clear: both;
    }

    .text-blue {
        color: #0030a7;
    }

    .text-white {
        color: #fff !important;
    }
    /************************************* Misc Ends**************************************/
    /* ============================== Responsive Padding and Margin and other customization classes =====================================*/
    .border-0 {
        border: none !important;
    }

    .bg-white {
        background: transparent;
    }

    .p-0 {
        padding: 0 !important;
    }

    .m-0 {
        margin: 0 !important;
    }

    .pl-0 {
        padding-left: 0 !important;
    }

    .pr-0 {
        padding-right: 0 !important;
    }

    .mt-0 {
        margin-top: 0;
    }

    .mt-1 {
        margin-top: .675rem;
    }

    .mt-2 {
        margin-top: 1rem;
    }

    .mt-20 {
        margin-top: 20px;
    }

    @media (min-width: 768px) {
        .mt-sm-5 {
            margin-top: 5px
        }
    }

    @media (min-width: 992px) {
        .pl-md-0 {
            padding-left: 0 !important
        }

        .pr-md-0 {
            padding-right: 0 !important
        }

        .mt-md-10 {
            margin-top: 10px
        }

        .mt-md-5 {
            margin-top: 5px
        }
    }

    @media (min-width: 1200px) {
        .pl-lg-0 {
            padding-left: 0 !important
        }

        .pr-lg-0 {
            padding-right: 0 !important
        }

        .pr-lg-3 {
            padding-right: 6px;
            padding-left: 9px;
        }

        .text-lg-right {
            text-align: right;
        }

        .social-cont {
            margin-top: 1px;
        }
    }

    .navbar-header .navbar-toggle {
        padding: 0;
        margin-right: 0;
    }

    .d-inline-block {
        display: inline-block !important;
    }
    /* ==================== Responsive Padding and Margin and other customization classes============================*/
    /*************************************Goto Top Styling **************************************/
    a#goto-top {
        z-index: 9;
        display: inline-block;
        background-color: #0030a7;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        color: #fff;
        font-size: 24px;
        line-height: 40px;
        cursor: pointer;
        box-shadow: 0px 0px 8px #fff;
    }

        a#goto-top.show {
            opacity: 1;
        }

        a#goto-top:hover, a#goto-top:focus, a#goto-top:active {
            background: #FFD513;
            color: #222;
        }
    /************************************* Goto Top Ends **************************************/
    /************************************* Blog Styling **************************************/
    .blog-entry h3 {
        font-weight: 600;
        font-size: 2rem;
    }

        p.lead-text, .blog-entry h3 a {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .blog-entry h3 a {
            color: #000;
        }

    .blog-entry {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

        .blog-entry:last-child {
            border-bottom: none;
        }

    .dual-section-2 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+67,f7f7f7+67 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(left, #ffffff 65%, #f7f7f7 0); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffffff 65%,#f7f7f7 0); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ffffff 65%,#f7f7f7 0); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
    }

    .benefits-bg .container {
        position: relative;
    }

    .blog-div {
        max-height: 500px;
        overflow: auto;
    }

        .blog-div::-webkit-scrollbar, .benefit-content ul::-webkit-scrollbar {
            width: 5px;
            position: relative;
            z-index: 1;
        }

        .blog-div::-webkit-scrollbar-track, .benefit-content ul::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        }

        .blog-div::-webkit-scrollbar-thumb {
            background-color: #2c97dd;
        }

    .benefit-content ul::-webkit-scrollbar-thumb {
        background-color: #217fbc;
    }

    @media only screen and (max-width: 991px) {
        .dual-section-2 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+67,f7f7f7+67 */
            background: -moz-linear-gradient(left, #ffffff 50%, #f7f7f7 0); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #ffffff 50%,#f7f7f7 0); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #ffffff 50%,#f7f7f7 0); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }
    }

    @media only screen and (max-width: 767px) {
        .dual-section-2 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+67,f7f7f7+67 */
            background: #fff !important;
        }

        .fb-box {
            padding-top: 30px;
        }
    }
    /************************************* Blog Ends **************************************/
    /*================= Responsive Margin Padding / Text alignments =================================*/
    .pt-20 {
        padding-top: 20px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .py-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    @media (min-width: 576px) {
        .text-sm-left {
            text-align: left !important;
        }

        .text-sm-right {
            text-align: right !important
        }

        .text-sm-center {
            text-align: center !important
        }
    }

    @media (min-width: 768px) {
        .text-md-left {
            text-align: left !important
        }

        .text-md-right {
            text-align: right !important
        }

        .text-md-center {
            text-align: center !important
        }
    }

    @media (min-width: 992px) {
        .text-lg-left {
            text-align: left !important
        }

        .text-lg-right {
            text-align: right !important
        }

        .text-lg-center {
            text-align: center !important
        }
    }

    @media (min-width: 1200px) {
        .text-xl-left {
            text-align: left !important
        }

        .text-xl-right {
            text-align: right !important
        }

        .text-xl-center {
            text-align: center !important
        }
    }
    /********* Responsive Text Aligments Ends *******/
    /************** Search Bar Styling **************/
    #search-bar {
        height: 45px;
        background-color: #0030A7;
        padding: 7px;
        width: 100%;
        margin: 0;
    }

        #search-bar a {
            color: #fff;
            /*margin-right: 30px;*/
        }

            #search-bar a:hover {
                text-decoration: underline;
            }
    /******************* Search Bar Ends *****************/
    /*************** Banner Styling *******/
    #main {
        width: 100%;
        margin-bottom: 30px;
    }

    #banner {
        margin-bottom: 10px;
    }

        #banner img {
            width: 100vw;
            max-width: 100%;
            border-top: solid 1px #0030A7;
            border-bottom: solid 1px #0030A7;
        }
    /******************** Banner Ends ***************/
    /****************     bradcrumbs new ********************/
    .sf-breadscrumb.breadcrumb {
        background-color: transparent;
        background: transparent;
        border-radius: 0;
        padding: 12px 0 !important;
        text-align: center;
        ;
    }

    .hero-slide-container.carousel + .brdc-nobanner ol {
        text-align: left;
    }

    .breadcrumb > li + li:before {
        content: '\f054';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        font-style: normal;
    }

    .brdc-nobanner {
        margin-top: -5px;
    }

        .brdc-nobanner > .sf-breadscrumb.breadcrumb {
            text-align: left !important;
            backgound: #efefef;
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #ddd;
            box-shadow: 0 0 4px #ddd;
        }

        .brdc-nobanner li.active {
            color: #333;
            font-size: 14px;
        }
    /* With Banner Background Breadcrumbs */
    .banner-bg {
        padding: 25px 15px 25px;
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: #fff;
        min-height: 250px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-align-content: center;
        align-items: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .breadcrumb-1 .breadcrumb li a {
        color: #fff;
        font-size: 14px;
    }

    .breadcrumb-1 .breadcrumb li.active {
        color: #FFD513;
        font-size: 14px;
    }
    /*************************************    Breadcrumbs Style Ends ********************************************************************/
    /************************************* Main Content Styling **************************************/
    #main-content-container {
        width: 900px;
        margin: 0 auto 15px auto;
    }

        #main-content-container h1 {
            font-size: 32px;
            margin-bottom: 20px;
        }

        #main-content-container h2 {
            font-size: 24px;
            margin-bottom: 15px;
        }

        #main-content-container h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        #main-content-container p {
            margin-bottom: 15px;
            line-height: 1.3;
            text-align: justify;
        }

        #main-content-container em {
            font-style: italic;
        }

        #main-content-container strong {
            font-weight: bold;
        }

        #main-content-container ul {
            margin-bottom: 15px;
            margin-left: 18px;
            list-style: disc;
        }

        #main-content-container li {
            padding: 2px 0;
        }

    #main-container {
        width: 900px;
        margin: 0 auto;
    }

    #main-content-container.with-sidebar {
        float: left;
        width: 600px;
    }
    /******************** Main Content Ends ******************/
    /***************** Sidebar Styling ***************/
    #side-menu {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .sidebar-widget {
        position: relative;
    }

    .widget-title {
        font-size: 2.25rem;
        font-weight: 700;
        margin-bottom: 50px;
    }

        .widget-title:after {
            content: '';
            width: 165px;
            height: 3px;
            background: #FFD513;
            position: absolute;
            left: 0;
            margin: auto;
            top: 36px;
        }

    .sidebar-widget .widget-title-3 {
        padding: 15px;
        background-color: #0030a7;
        color: #fff;
        margin: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .sidebar-widget .widget-title-3::before {
            font-size: 30px;
            content: "\f0d7";
            font-family: 'Font Awesome 5 Free';
            position: absolute;
            top: 34px;
            left: 20px;
            z-index: 1;
            font-weight: 900;
            text-shadow: none;
            color: #0030a7;
        }

    ul.widget-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    li.widget-list-items {
        border-left: 4px solid #FFD513;
        padding: 15px;
        background: #f9f9f9;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

        li.widget-list-items:last-child {
            border-bottom: 1px solid #ccc;
        }

        li.widget-list-items:hover {
            border-left: 4px solid #001b5e;
            background: #f3f3f3;
            padding: 15px;
        }

    a.widget-list-item-link {
        color: #083fc9 !important;
        font-weight: 600;
        padding-left: 10px;
    }

        a.widget-list-item-link:hover {
            color: #001b5e !important;
        }
    /*************** Sidebar Ends ***************/
    /********* Panel Override for About Us Page Styling ****************/
    .panel {
        margin-bottom: 50px;
    }

    .panel-default {
        border-color: #efefef;
    }

    .panel-body.panel-style-1 {
        padding: 30px;
        background-image: url('/images/librariesprovider6/default-album/block-bg-1.jpg?sfvrsn=cc8ee47a_2');
        min-height: 275px;
        border-radius: 4px;
    }

    .panel-pattern-left:after {
        content: '';
        background: url('/images/librariesprovider6/default-album/dot-square.png?sfvrsn=ca8ee47a_2')no-repeat;
        height: 120px;
        width: 120px;
        background-repeat: repeat;
        position: absolute;
        bottom: 30px;
        z-index: -1;
        left: -7px;
    }

    @media only screen and (max-width: 768px) {
        .panel-pattern-left:after {
            display: none;
        }
    }
    /**************** Panel Override for About Us Page Ends **************/
    /************ Home Page Banner Styling ***************/
    #home-banner img {
        width: 100vw;
        max-width: 100%;
        border-top: solid 1px #0030A7;
        border-bottom: solid 1px #0030A7;
    }

    #home-tagline {
        width: 100%;
        background-color: #fff;
        padding: 10px 0 15px 0;
    }

    #tagline {
        margin: 0 auto 0 auto;
        text-align: center;
        color: #666666;
        font-size: 2rem;
    }

    #home-content {
        background-color: #DDEFFF;
        padding-top: 25px;
        margin-left: 0;
        margin-right: -18px;
    }

    .home-content-title {
        text-align: center;
        padding-bottom: 25px;
    }

        .home-content-title h2 {
            font-size: 34px;
            padding-bottom: 6px;
        }

        .home-content-title a {
            font-size: 14px;
        }
    /*************** Home Page Banner Ends ***************/
    /* Used to hide the CAPTCHA honeypot field. */
    #contact-form div.comments {
        display: none;
    }
    /*************** Registration Form Styling *******************/
    #form-panel-content > div {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .payment-type-section > div {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #form-panel-content label {
        clear: both;
        float: left;
        font-weight: bold;
    }

    #form-panel-content h2 {
        margin: 35px 0 15px 0;
    }

    #form-key {
        font-size: 11px;
        font-weight: bold;
    }

    .error-msg {
        color: #ff0000;
        font-size: 13px;
    }

    .success-message {
        font-weight: bold;
    }

    #form-panel-content .form-text {
        width: 500px;
    }

    #form-panel-content .nait-subject {
        width: 370px;
    }

    #form-panel-content .hear-about-nait {
        width: 200px;
    }

    #form-panel-content .ddl-min-width {
        width: 120px;
    }

    #form-panel-content .security-code {
        width: 45px;
    }

    #form-panel-content .date {
        width: 115px;
    }

    #form-panel-content .password {
        width: 110px;
    }

    #form-panel-content .zip {
        width: 90px;
    }

    #whats-this {
        font-size: 11px;
        margin-top: 2px;
        cursor: pointer;
    }
    /* New form style */
    .single-line {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    textarea {
        height: 150px !important;
    }

    .online-contact-form label {
        width: 100%;
    }

.online-contact-form .form-control, .custom-form-control .form-control, .single-line, .reg-form select {
    background-color: #f5f8fa;
    border: 1px solid#cbd6e2;
}

    #ddlState, #ddlPrimaryPhoneType, #ddlSecondaryPhoneType, #ddlHearAboutNAIT, #ddlPaymentType, #ddlCreditCardType, #ddlExpirationMonth, #ddlExpirationYear, #ddlCheckingAccountType {
        background-color: #f5f8fa;
        border: 1px solid#cbd6e2;
        color: #666;
        height: 40px;
    }

        #ddlState:focus, #ddlPrimaryPhoneType:focus, #ddlSecondaryPhoneType:focus, #ddlHearAboutNAIT:focus, #ddlPaymentType:focus, #ddlCreditCardType:focus, #ddlExpirationMonth:focus, #ddlExpirationYear:focus, #ddlCheckingAccountType:focus {
            border-color: #4fd0fb;
        }

.online-contact-form .form-control, .custom-form-control .form-control, .single-line, .reg-form select {
    color: #666;
    height: 40px;
}

        .online-contact-form, .custom-form-control .form-control:focus, .single-line:focus {
            border-color: #4fd0fb;
        }

            .online-contact-form .form-control, .online-contact-form .form-control:focus, .online-contact-form .form-control.is-valid:focus, .online-contact-form .was-validated .custom-select:valid:focus, .online-contact-form .was-validated .custom-form-control:valid:focus, .custom-form-control .form-control, .custom-form-control .form-control:focus, .custom-select.is-valid:focus, .custom-form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .custom-form-control:valid:focus,
            .custom-select.is-invalid:focus, .custom-form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .custom-form-control:invalid:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

    .custom-form-control {
        position: relative;
    }

    i.question {
        position: absolute;
        top: 38px;
        right: 22px;
    }

    .sf-SubmitButton {
        font-weight: 600;
        font-size: 1.6rem;
    }

    .btn-square {
        border-radius: 0px;
        width: 100%;
        font-weight: 600;
        font-size: 1.6rem;
    }

    .reg-form fieldset legend {
        border-bottom: 2px solid #ffd513;
        background: #0030a7;
        color: #fff;
        padding-left: 15px;
        border-radius: 4px;
    }

    .alert-warning {
        color: #362901;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }
    /******************** Registration Form Ends *****************/
    /***************** News List Styling ***************/
    ul.sfnewsList {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.sfnewsList li.sfnewsListItem {
            margin-bottom: 20px;
            background: #fff !important;
            padding: 0 20px 0 20px;
            border: 1px solid #ededed;
        }

    h2.sfnewsTitle {
        font-size: 24px;
        margin-bottom: 12px;
        line-height: 1.47;
        font-weight: 600;
        margin-top: 12px;
    }

    li.sfnewsListItem p {
        margin: 0 0 10px 0;
    }

    li.sfnewsListItem a.sfnewsFullStory {
        color: #007bff !important;
        border: 1px solid #007bff !important;
        display: inline-block;
        font-weight: 400;
        white-space: nowrap;
        vertical-align: middle;
        padding: 4px 12px;
        line-height: 1.42857143;
        border-radius: 4px;
        user-select: none;
        margin-bottom: 15px;
        text-align: center;
        cursor: pointer;
        touch-action: manipulation;
    }

        li.sfnewsListItem a.sfnewsFullStory:hover {
            color: #fff !important;
            background-color: #007bff !important;
            border-color: #007bff !important;
        }
    /***************** News List Ends ***************/
    /********************** FAQ Styling****************************/
    #main-content-container ul.sfanchorList {
        margin: 0 0 40px 0;
    }

        #main-content-container ul.sfanchorList li {
            list-style: none;
        }

    #main-content-container ul.sflistList {
        margin: 0;
    }

        #main-content-container ul.sflistList li {
            list-style: none;
            margin-bottom: 40px;
        }

            #main-content-container ul.sflistList li h3 {
                font-weight: bold;
            }
    /******************* FAQ Ends *********************/
    /*************** Footer Styling - Footer 2 *************/
    .footer-2 {
        background-color: #001f6d !important;
        padding-top: 20px !important;
        border: none;
        padding-bottom: 20px;
    }

        .footer-2 .nav-sitemap > li {
            border-left: none !important;
        }

        .footer-2 .nav-sitemap li.footer-header a {
            font-size: 2rem;
            font-weight: 600;
            color: #ffd513;
            margin-bottom: 10px;
            border: none;
            padding-left: 10px;
        }

            .footer-2 .nav-sitemap li.footer-header a:focus, .footer-2 .nav-sitemap li.footer-header a:hover {
                background-color: transparent;
                color: #fff;
            }

        .footer-2 .footer-header ul.nav-stacked {
            list-style-type: none;
            margin: 0;
            padding: 0;
            border: none;
        }

            .footer-2 .footer-header ul.nav-stacked li {
                line-height: 1.8;
            }

                .footer-2 .footer-header ul.nav-stacked li a {
                    color: #a1b6ec;
                    border: none;
                    font-weight: 400;
                    padding: 0px 10px;
                    margin-bottom: 0;
                }

                    .footer-2 .footer-header ul.nav-stacked li a:hover {
                        color: #FFD513;
                        border: none;
                        background: transparent;
                    }
    /* Footer Copyrights */
    .footer-copyrights {
        color: #fff;
        padding: 10px 0;
        background-color: #0030a7;
    }

    .copyright-text {
        padding-left: 10px;
    }

    .footer-copyrights .footer-links, .footer-copyrights .footer-links a {
        color: #FFD513;
        border: none;
        font-size: 1.2rem;
    }

        .footer-copyrights .footer-links a:hover {
            color: #fff;
        }

    .footer-links-contents a {
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }
    /************************************* Footer - Footer 2 Ends**************************************/
    /* ==================== Custom CSS FOR HERO SLIDER AND SLICK ========================= */
    img {
        vertical-align: middle;
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .image-fluid,
    .image-fluid img {
        max-width: none;
        width: 100%;
        height: auto;
    }

    .image-fixed,
    .image-fixed img {
        max-width: none;
    }

    .hero-slide-container .hero-slider .slide-item .hero-mobile:before {
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: linear-gradient(to right, #fff, #fff 50%, rgba(255, 255, 255, .5) 75%, transparent);
    }
    /****************** Custom CSS FOR HERO SLIDER AND SLICK Ends **********/
    /* ==============  Hero Slider CSS ==================== */
    .hero-slide-container {
        position: relative;
    }

        .hero-slide-container .hero-slider {
            margin-bottom: 0;
        }

            .hero-slide-container .hero-slider .slick-dots {
                bottom: 0;
                height: 40px;
                left: auto;
                text-align: left;
                margin: 0;
            }

                .hero-slide-container .hero-slider .slick-dots li {
                    border: 1px solid #21345e;
                    margin: 0 1em;
                    border-radius: 50%;
                    height: 12px;
                    width: 12px;
                }

                    .hero-slide-container .hero-slider .slick-dots li button {
                        width: 18px;
                        height: 18px;
                    }

                        .hero-slide-container .hero-slider .slick-dots li button:before {
                            content: '';
                        }

                    .hero-slide-container .hero-slider .slick-dots li.slick-active {
                        background: #21345e;
                    }

            .hero-slide-container .hero-slider .slide-item .hero-image {
                height: 170px;
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                display: none;
            }

            .hero-slide-container .hero-slider .slide-item .hero-mobile {
                display: block;
                position: relative;
            }

                .hero-slide-container .hero-slider .slide-item .hero-mobile img {
                    display: block;
                    margin: 0 auto;
                }

                .hero-slide-container .hero-slider .slide-item .hero-mobile.gradient:before {
                    display: block;
                    content: '';
                    width: 50%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    position: absolute;
                    background: linear-gradient(to right, #fff, #fff 50%, rgba(255, 255, 255, 0.5) 75%, transparent);
                }

            .hero-slide-container .hero-slider .slide-item .hero-content {
                max-width: 1440px;
                padding: 1em 1em 50px;
                width: 100%;
                margin: auto;
                background: #fff;
                text-align: center;
                color: #000;
            }

                .hero-slide-container .hero-slider .slide-item .hero-content .headline {
                    font-size: 1.375em;
                    text-transform: none;
                    font-weight: 700;
                    line-height: 1.2;
                    width: 100%;
                }

                    .hero-slide-container .hero-slider .slide-item .hero-content .headline h2 {
                        color: #1076bd;
                    }

                    .hero-slide-container .hero-slider .slide-item .hero-content .headline h3,
                    .hero-slide-container .hero-slider .slide-item .hero-content .headline h4 {
                        margin: 0 0 .5em 0;
                    }

                .hero-slide-container .hero-slider .slide-item .hero-content .description {
                    padding: 1em 0;
                    width: 100%;
                }

                .hero-slide-container .hero-slider .slide-item .hero-content .button-container {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-pack: center;
                    justify-content: center;
                    width: 100%;
                }

                    .hero-slide-container .hero-slider .slide-item .hero-content .button-container .button {
                        margin: 15px 1em 0 0;
                    }

        .hero-slide-container .container-inner:before, .hero-slide-container .container-inner:after {
            content: normal;
        }

        .hero-slide-container .container-inner .hero-pause {
            width: 25px;
            height: 25px;
            position: absolute;
            border: 2px solid #21345e;
            border-radius: 50%;
            background: #fff;
            right: 25px;
            bottom: 15px;
            font-size: x-small;
        }

            .hero-slide-container .container-inner .hero-pause:hover, .hero-slide-container .container-inner .hero-pause:focus {
                border-color: #1076bd;
                cursor: pointer;
            }

            .hero-slide-container .container-inner .hero-pause.play:before {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 0 6px 8px;
                border-color: transparent transparent transparent #21345e;
                position: absolute;
                left: 2px;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                margin: auto;
            }

            .hero-slide-container .container-inner .hero-pause:before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 10px;
                height: 10px;
                border-width: 0 2px;
                border-color: transparent;
                border-left: 2px solid #21345e;
                border-right: 2px solid #21345e;
            }

        .hero-slide-container.carousel .hero-slider .slide-item .hero-image {
            position: relative;
        }

            .hero-slide-container.carousel .hero-slider .slide-item .hero-image.gradient:before {
                display: block;
                content: '';
                width: 50%;
                height: 100%;
                left: 0;
                top: 0;
                position: absolute;
                background: linear-gradient(to right, #fff, #fff 50%, rgba(255, 255, 255, 0.5) 75%, transparent);
            }

        .hero-slide-container.carousel .hero-slider .slide-item .hero-content .content h1, .hero-slide-container.carousel .hero-slider .slide-item .hero-content .content h2 {
            color: #21345e;
            font-weight: bold;
        }

        .hero-slide-container.banner .hero-slider {
            margin: 0;
        }

            .hero-slide-container.banner .hero-slider .slide-item .hero-content {
                text-align: center;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .hero-slide-container.banner .hero-slider .slide-item .hero-content .content {
                    text-align: h1, h2;
                    text-align-color: #21345e;
                }

                .hero-slide-container.banner .hero-slider .slide-item .hero-content p {
                    margin: 0 0 .5em 0;
                }

    @media (min-width: 60em) {
        .hero-slide-container .hero-slider {
            margin: 0;
        }

            .hero-slide-container .hero-slider .slick-dots {
                top: auto;
                height: 30px;
                text-align: center;
                bottom: 0;
                right: auto;
                left: 50%;
                width: auto;
                transform: translateX(-50%);
                margin: 15px 0;
            }

                .hero-slide-container .hero-slider .slick-dots li {
                    margin: 0 10px;
                    width: 18px;
                    height: 18px;
                }

            .hero-slide-container .hero-slider .slide-item {
                position: relative;
            }

                .hero-slide-container .hero-slider .slide-item .hero-image {
                    height: 100%;
                }

                .hero-slide-container .hero-slider .slide-item .hero-content {
                    position: absolute;
                    left: 1em;
                    top: 50%;
                    transform: translateY(-50%);
                    background-color: rgba(255, 255, 255, 0.75);
                    padding: 4.375em;
                    width: 100%;
                    max-width: 740px;
                    text-align: left;
                }

                    .hero-slide-container .hero-slider .slide-item .hero-content .description {
                        display: block;
                        margin: 1.5em 0 2em;
                        line-height: 1.6;
                        padding: 0;
                        font-size: 1.1875rem;
                    }

                    .hero-slide-container .hero-slider .slide-item .hero-content .button-container {
                        -ms-flex-pack: start;
                        justify-content: flex-start;
                    }

                        .hero-slide-container .hero-slider .slide-item .hero-content .button-container a:nth-of-type(1) {
                            margin: 15px 20px 15px 0;
                        }

                        .hero-slide-container .hero-slider .slide-item .hero-content .button-container .button {
                            font-size: 1.25rem;
                            margin: 15px 0;
                        }

        .hero-slide-container .container-inner {
            position: absolute;
            padding: 15px 25px;
            bottom: 0;
            left: auto;
            width: auto;
            right: 20px;
            margin: auto;
            z-index: 10;
        }

            .hero-slide-container .container-inner .hero-pause {
                top: 0;
                position: relative;
                left: calc(100% - 25px);
            }

        .hero-slide-container.carousel .hero-slider .slide-item .hero-content .headline {
            font-size: 2.1875rem;
        }

        .hero-slide-container.carousel .hero-slider .slide-item .hero-content .button-container {
            padding: 20px 0 0;
        }

        .hero-slide-container.banner .hero-slider .slide-item .hero-content {
            padding: 4.375em;
            max-width: 660px;
            -ms-flex-pack: start;
            justify-content: flex-start;
            text-align: left;
        }
    }

    @media (min-width: 90em) {
        .hero-slide-container .container-inner {
            right: calc((100% - 1440px)/2);
        }

        .hero-slide-container .hero-slider .slide-item .hero-content {
            left: calc((100% - 1440px)/2);
        }

        .hero-slide-container.banner .hero-slider .slide-item .hero-content {
            max-width: 740px;
        }
    }

    .hero-slide-container.carousel .hero-slider .slide-item .hero-content .content p {
        font-weight: 500;
        line-height: 1.7;
    }

    .button-container a {
        font-size: 1.6rem !important;
        padding: .45em 1em;
    }
    /************************************* Hero Slider CSS Ends**************************************/
    /* ================================================================     Vendor Imports================================== */
    /* Slider */
    .slick-slider {
        position: relative;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0;
        padding: 0;
    }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track, .slick-slider .slick-list {
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        left: 0;
        top: 0;
        display: block;
    }

        .slick-track:before,
        .slick-track:after {
            content: "";
            display: table;
        }

        .slick-track:after {
            clear: both;
        }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        float: left;
        height: 100%;
        min-height: 1px;
        display: none;
    }

    [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-arrow.slick-hidden {
        display: none;
    }
    /* Arrows */
    .slick-prev, .slick-next {
        position: absolute;
        display: block;
        line-height: 0px;
        font-size: 0px;
        cursor: pointer;
        background: transparent;
        color: transparent;
        top: 50%;
        margin-top: -10px;
        padding: 0;
        border: none;
        border-radius: 50px;
        height: 46px;
        width: 46px;
    }

    .slick-prev {
        padding-right: 3px;
    }

    .slick-next {
        padding-left: 2px;
    }

        .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
            color: #0030a7;
        }

        .slick-prev:before, .slick-next:before {
            color: #1076bd5e;
        }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1;
            background: transparent;
            color: #fff;
        }

        .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
            opacity: 0.25;
        }

        .slick-prev:before, .slick-next:before {
            font-family: "slick";
            font-size: 36px;
            line-height: 1;
            color: #fff;
            opacity: 0.75;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .slick-prev {
        left: 0px;
        z-index: 1;
    }

    [dir="rtl"] .slick-prev {
        left: auto;
        right: -25px;
    }

    .slick-prev:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f104";
        color: #1076bd5e;
    }

    [dir="rtl"] .slick-prev:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
    }

    .slick-next {
        right: 0px;
    }

    [dir="rtl"] .slick-next {
        left: -25px;
        right: auto;
    }

    .slick-next:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        color: #1076bd5e;
    }

    [dir="rtl"] .slick-next:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f104";
    }
    /* Changes */
    .slick-prev, .slick-next {
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
            color: #0030a7;
            background: transparent;
        }

            .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
                opacity: 1;
                background: transparent;
                color: #0030a7;
            }

        .slick-prev:before {
            color: #1076bd5e;
        }

        .slick-next:before {
            color: #1076bd5e;
        }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }
    /* Dots */
    .slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;
        list-style: none;
        display: block;
        text-align: center;
        padding: 0;
        width: 100%;
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            height: 20px;
            width: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

            .slick-dots li button {
                border: 0;
                background: transparent;
                display: block;
                height: 20px;
                width: 20px;
                line-height: 0px;
                font-size: 0px;
                color: transparent;
                padding: 5px;
                cursor: pointer;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

                .slick-dots li button:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "Ã¢â‚¬Â¢";
                    width: 20px;
                    height: 20px;
                    font-family: "slick";
                    font-size: 6px;
                    line-height: 20px;
                    text-align: center;
                    color: black;
                    opacity: 0.25;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            .slick-dots li.slick-active button:before {
                color: black;
                opacity: 0.75;
            }
    /*************************************  Vendor Imports Ends **************************************/
    /* ===========================    Button Styles================================================= */
    .button {
        display: inline-block;
        border: 0;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        text-align: center;
        background: #21345e;
        transition: all 0.2s ease-out;
        margin: 15px 0;
        min-width: 135px;
        width: 260px;
        padding: .35em 1em;
        border-radius: 5px;
        border: 1px solid transparent;
    }

        .button:hover, .button:focus {
            background: #fff;
            cursor: pointer;
        }

        .button.button-blue {
            background: #1076bd;
            color: #fff;
        }

            .button.button-blue:hover,
            .button.button-blue:focus {
                background: #fff;
                border: 1px solid #1076bd;
                color: #1076bd;
            }

    @media (min-width: 60em) {
        .button {
            font-size: 1.25rem;
        }
    }

    .back {
        text-transform: capitalize;
    }

    .more {
        text-transform: capitalize;
    }
    /*************** Button Styles Ends **************************************/
    /* ===========================  Member Benefit Styling ========================================= */
    .benefits-bg {
        background: #e3e2e7;
    }

    .fbox-content a {
        color: inherit;
        text-decoration: none;
    }

    .fbox-top {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        border-radius: 50%;
        padding: 20px;
        border: 2px solid #0030a7;
        background: #0030a7;
        box-shadow: 0 0px 4px #0030a7;
    }

    .feature-box:hover .fbox-top {
        background: #fca900;
        box-shadow: 0 0 4px #fca900;
        border-color: #fca900;
    }

    .feature-box {
        position: relative;
        padding-left: 90px;
    }

    p.benefits-description {
        font-size: 14px;
    }

    .fbox-top a {
        color: #fff;
    }
    /* ===============  END Member Benefit Styles =================== */
    /* About Us Section */
    .about {
        padding-bottom: 8px;
        margin: 15px;
    }

        .about .container-fluid {
            box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
        }

        .about .about-content {
            padding: 40px;
        }

    .about-us-section .heading-main {
        margin-bottom: 8px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .about-us-section .main-btn {
        background-color: #0030A7;
        border-radius: 0;
        color: #fff;
    }

    .main-btn, .sf-SubmitButton, .btn-primary {
        background-color: #0030A7;
        border-radius: 0;
        color: #fff !important;
    }

    .heading {
        color: #0000cc;
        font-size: 22pt;
        font-family: Georgia;
    }

    .heading-line {
        width: 100%;
        height: 3px;
        display: inline-block;
        background-color: #FFD513;
        border: 0;
        margin-bottom: 30px;
    }
@media screen and (max-width: 1250px) {

    .about .about-content {
        padding:  0 0 20px 0;
    }
}
    /************************************* Member Benefit Styling Ends**************************************/
    /*************************************  Page Section Styling **************************************/
    .section-title h2, h2.title-1 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 5px;
        padding-bottom: 10px;
        color: #0030A7;
        position: relative;
    }
h2.title-1 {
    margin-bottom: 30px;
}
        h2.title-1:after {
            content: "";
            width: 90px;
            height: 3px;
            background: #0030A7;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .section-title h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        padding-bottom: 0px;
        color: #0030A7;
    }

    .text-underline {
        display: block;
        width: 90px;
        height: 3px;
        background: #0030A7;
        position: relative;
        margin: 0 0 .75em 0;
    }
    /*************************P age Section Ends ***********************************/
    /************************************* Services Page Styling **************************************/
    .height-250 {
        height: 250px;
    }

    .height-280 {
        height: 280px;
    }

    .contact-box {
        background: #f6f8ff;
    }

    .contact-text {
        padding: 15px
    }

        .contact-text h3 {
            margin-bottom: 20px;
        }

    .service-page .panel-default {
        border-color: #D9ECFF;
        background: #f6f8ff;
    }

    .service-page .panel {
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .service-page .align-items-center {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .service-page .alert-default {
        background: #e9e9e9;
    }
    /************************************* Services Page Ends **************************************/
    /*****************************************       Get the App Styling ******************************************/
    .getNAITAppBox {
        background: #0030a7;
        color: #fff !important;
        height: 100%
    }

        .getNAITAppBox .appHeading {
            margin-bottom: 10px;
        }

    #getApp li,
    #onTheGo li {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

        #getApp li span em,
        #onTheGo li span em {
            color: #FFD513;
            font-size: 1.4rem;
        }

    .appHeading {
        margin-bottom: 10px;
    }

    .getNAITAppBox .text-underline {
        background: #349DDA;
        display: block;
        height: 3px;
        width: 100px;
    }

    .text-underline-yellow {
        background: #FFD513;
        display: block;
        height: 2px;
        width: 100px;
    }

    img.showBenefitImg {
        width: 90px;
        margin-left: 5px;
    }

    .appDownloadImages a img {
        width: 146px;
        max-width: 100%;
        margin-left: 12px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    /*****************************************    Get the App Ends ******************************************/
    /************************************* Benefit Main Page Styling**************************************/
    .panelBenefit {
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .benefit-content ul {
        padding: 0;
        min-height: 320px;
        height: 320px;
        overflow: auto;
    }

        .benefit-content ul li {
            line-height: 2em;
            font-size: 1.4rem;
            list-style: none;
            position: relative;
            padding: 10px 25px 10px 40px;
            line-height: 2.6rem;
            z-index: 0;
            background-image: url(/images/librariesprovider6/default-album/tick.png?sfvrsn=f830e47a_2);
            background-repeat: no-repeat;
            background-position: 10px 8px;
            background-size: 25px;
        }

    .benefit-icon-2 {
        position: relative;
        order: 1;
    }

        .benefit-icon-2 .icon-inner-2 {
            /* position: absolute; */
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            width: 80px;
            height: 80px;
            /* top: 0; */
            background: #fff;
            border-radius: 50%;
            left: 0;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            color: #0030a7;
            font-size: 40px;
            display: none;
        }

    .panel-heading-2 {
        background-color: #217fbc;
    }

        .panel-heading-2 .header {
        }

            .panel-heading-2 .header h2 {
                font-weight: 600;
                color: #fff;
                margin: 0;
                font-size: 1.8rem;
            }

    .panelBenefit .panel-heading {
        border-radius: 0;
        position: relative;
        left: -1px;
        top: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 15px);
        padding: 20px 10px;
    }

    .panelBenefit {
    }

    .benefit-content ul li:before {
    }

    .panelBenefit .panel-heading:after {
        /* content: ""; */
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-top: 20px solid #333;
        position: absolute;
        bottom: -20px;
        border-right: 20px solid transparent;
        left: 50%;
        transform: translateX(-50%);
    }

    .benefits-page {
        background: #f7f7f7;
    }

    .b-box > div {
        background: #fff;
        padding: 0 0 25px 0;
        border: 1px solid #a9a8a8;
        position: relative;
    }

    .benefit-content ul li:nth-child(2n) {
        background-color: #eee;
    }

    .benefit-content + div > div {
        padding: 15px 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #1b87ce;
    }

    .benefits-page .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .benefit-content + div > div a.btn.main-btn {
        background: #0264a3;
        border: 1px solid #0264a3;
    }
    /*************************************  Benefit Main Page End **************************************/
    /*------inner pages ----*/
    ul.page-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        /* ul.page-list li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        color: #feeb45;
        text-shadow: 2px 2px 0px #0030a7;
        display: none;
    }*/

        ul.page-list li {
            padding: 0 0 10px 30px;
            position: relative;
            background-image: url(https://image.flaticon.com/icons/svg/16/16969.svg);
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: left 5px;
        }

    .page-title h2 {
        margin-top: 0;
    }

    .news-page-blog .blog-div {
        max-height: none;
    }

    .faqs h3, h3.heading {
        font-size: 2rem;
        font-weight: 600;
        color: #000;
    }

    .faqs {
        border-bottom: 1px dotted #ddd;
    }

        .faqs:last-child {
            border: none;
        }

    .detail {
        display: none;
        padding: 10px 15px 10px;
    }

    a.expand {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column-reverse;
        position: relative;
        padding: 10px 15px;
        cursor: pointer;
        text-decoration: none;
    }

        a.expand .right-arrow {
            position: absolute;
            right: 20px;
            top: 0;
            font-size: 26px;
            line-height: 60px;
            font-weight: bold;
        }

    .light-bg {
        background-color: #f5f5f5;
    }
