input[type=date]:not(:-moz-placeholder-shown):before {
    content: "DD-MM-YYYY";
    width: 200px
}

input[type=date]:not(:-ms-input-placeholder):before {
    content: "DD-MM-YYYY";
    width: 200px
}

input[type=date]:not(:placeholder-shown):before {
    content: "DD-MM-YYYY";
    width: 200px
}

input[type=date]::before {
    color: #999;
    content: attr(placeholder)
}

input[type=date] {
    color: #fff
}

    input[type=date]:focus, input[type=date]:valid {
        color: #666
    }

        input[type=date]:focus::before, input[type=date]:valid::before {
            content: "" !important;
            width: 0px
        }

.date {
    text-align: left;
    font-style: italic;
    color: #707070;
    font-family: "Helvetica";
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?xd6t10");
    src: url("../fonts/icomoon.eot?xd6t10#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?xd6t10") format("truetype"),url("../fonts/icomoon.woff?xd6t10") format("woff"),url("../fonts/icomoon.svg?xd6t10#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=icon-], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-appraisal:before {
    content: ""
}

.icon-checkout:before {
    content: ""
}

.icon-exam:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-worldwide:before {
    content: ""
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, a:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

header .container-fluid {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e7e7e7
}

@media(min-width: 992px) {
    header .container-fluid {
        border-style: solid;
        border-width: 1.5px 0px 1px 0px;
        border-color: #e7e7e7
    }
}

.navbar {
    padding-top: 8px;
    padding-bottom: 0
}

    .navbar .container {
        display: block
    }

.nus-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-style: none;
    border-color: #ff0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nus-logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-style: none;
    width: 70%
}

    .nus-logo-box .nus-logo {
        border-style: none;
        margin-right: 0px;
        width: 62px
    }

        .nus-logo-box .nus-logo img {
            width: 100%
        }

    .nus-logo-box .nus-logo-school {
        border-style: solid;
        border-width: 0px 0px 0px 1.5px;
        margin-left: 7px;
        padding: 0px 5px 0px;
        border-color: #004282;
        width: 110px
    }

        .nus-logo-box .nus-logo-school img {
            width: 100%;
            height: 80%;
            margin-top: 3px
        }

@media screen and (min-width: 992px) {
    .navbar {
        padding-top: 8px;
        padding-bottom: 5px
    }

        .navbar .container {
            display: block;
            padding-top: .5rem;
            padding-bottom: .5rem
        }

    .nus-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nus-logo-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 65px
    }

        .nus-logo-box .nus-logo {
            width: 21.5%
        }

            .nus-logo-box .nus-logo img {
                width: 140px
            }

        .nus-logo-box .nus-logo-school {
            border-style: solid;
            border-width: 0px 0px 0px 2px;
            margin-left: 7px;
            padding: 10px;
            border-color: #004282
        }

            .nus-logo-box .nus-logo-school img {
                margin-top: 2px;
                width: 190px;
                height: 100%
            }
}

@media screen and (min-width: 1200px) {
    .navbar .container {
        display: block;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .nus-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nus-logo-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 65px
    }

        .nus-logo-box .nus-logo {
            width: 18.5%
        }

            .nus-logo-box .nus-logo img {
                width: 140px
            }

        .nus-logo-box .nus-logo-school {
            border-style: solid;
            border-width: 0px 0px 0px 1.5px;
            margin-left: 7px;
            padding: 10px;
            border-color: #004282
        }

            .nus-logo-box .nus-logo-school img {
                margin-top: 2px;
                width: 190px;
                height: 100%
            }
}

@media screen and (min-width: 1400px) {
    .navbar .container {
        display: block;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .nus-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nus-logo-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 65px
    }

        .nus-logo-box .nus-logo {
            width: 16%
        }

            .nus-logo-box .nus-logo img {
                width: 140px
            }

        .nus-logo-box .nus-logo-school {
            border-style: solid;
            border-width: 0px 0px 0px 1.5px;
            margin-left: 7px;
            padding: 10px;
            border-color: #004282
        }

            .nus-logo-box .nus-logo-school img {
                margin-top: 2px;
                width: 180px;
                height: 100%
            }
}

.right-menu .nav li.nav-item .nav-link {
    color: #999;
    font-size: 14px;
    font-family: "Helvetica";
    padding: 0 10px
}

.right-menu .fa-search {
    font-size: 13px;
    margin-right: 15px;
    color: #7a7a7a
}

.right-menu .navbar-toggler {
    padding: 0;
    border-style: none
}

.right-menu .fa-bars {
    vertical-align: top;
    font-size: 15px;
    margin-top: 5.5px;
    border-style: none
}

.overlay-box {
    position: absolute;
    z-index: 1;
    top: 45px;
    width: 100%;
    height: 100vh;
    border-style: none;
    background-color: rgba(0,0,0,.5);
    display: none
}

.navbar-collapse {
    position: fixed;
    top: 44px;
    right: 0;
    bottom: 0;
    padding-bottom: 120px;
    height: 100vh;
    width: 280px;
    border-style: none;
    z-index: 2;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden
}

    .navbar-collapse a.nus-search-link {
        color: #333
    }

    .navbar-collapse h5 {
        margin-top: 18px;
        font-size: 18px;
        font-weight: 700
    }

    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: right .3s ease;
        -o-transition: right .3s ease;
        transition: right .3s ease;
        right: -100%
    }

    .navbar-collapse.show {
        right: 0px;
        -webkit-transition: right .3s ease-in;
        -o-transition: right .3s ease-in;
        transition: right .3s ease-in
    }

.sidebar-title {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #e7e7e7;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    font-family: "Helvetica"
}

    .sidebar-title button {
        border-style: solid;
        border-width: 2px;
        position: absolute;
        right: 0;
        padding: 0;
        border-color: #cfcfcf;
        opacity: .4;
        border-radius: 0px
    }

        .sidebar-title button:hover {
            color: #000;
            opacity: .8
        }

.fa-xmark {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background-color: #cfcfcf;
    padding: 8px 13px;
    border-color: #cfcfcf
}

.navbar-nav .nav-item {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #f1f1f1;
    font-size: 14px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #003d7c
}

    .navbar-nav .nav-item a {
        padding: 12px 0px 12px 0px;
        color: #003d7c
    }

    .navbar-nav .nav-item .nav-link.float-start {
        font-family: "Helvetica";
        color: #003d7c;
        padding: 12px 0px 12px 23px;
        width: 81.5%
    }

    .navbar-nav .nav-item a.float-start.active {
        background-color: #003d7c;
        color: #fff
    }

    .navbar-nav .nav-item .nav-link.float-start:hover {
        color: #000;
        background-color: #eee
    }

    .navbar-nav .nav-item .nav-link.float-end {
        font-family: "Helvetica";
        color: #003d7c;
        padding: 14px 0px 10px 19px;
        width: 18.5%
    }

.navbar-nav .main {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navbar-nav .dropdown-menu {
    margin-top: 0px;
    border-radius: 0px;
    border-style: none;
    height: 100%;
    background-color: #fff
}

    .navbar-nav .dropdown-menu .dropdown-item {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 24px;
        border-style: solid
    }

        .navbar-nav .dropdown-menu .dropdown-item .nav-link.float-start {
            padding: 13px 0px 12px 20px;
            color: #004282;
            width: 81%
        }

        .navbar-nav .dropdown-menu .dropdown-item .nav-link.float-end {
            padding: 14px 0px 11px 19px;
            width: 19%
        }

        .navbar-nav .dropdown-menu .dropdown-item .nav-link:hover {
            background-color: #eee;
            text-decoration: underline;
            color: #000
        }

    .navbar-nav .dropdown-menu .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0
    }

        .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
            background-color: #f9f9f9;
            padding-left: 0px;
            padding-right: 0px;
            border-width: 1px;
            border-color: #f9f9f9
        }

            .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item .nav-link.float-start {
                background-color: #f9f9f9;
                color: #004282;
                width: 100%;
                padding: 15px 0px 12px 30px
            }

                .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item .nav-link.float-start:hover {
                    background-color: #eee;
                    text-decoration: underline;
                    color: #000
                }

            .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item a:hover {
                text-decoration: underline;
                color: #000;
                width: 100%
            }

    .navbar-nav .dropdown-menu .nav-link {
        padding-top: 0px
    }

@media(min-width: 992px) {
    .desktop-navwrap {
        border-style: solid;
        border-width: 1px 0px 1px 0px;
        border-color: #e7e7e7;
        background-color: #f8f8f8 !important
    }

        .desktop-navwrap .container .search-icon {
            margin-top: 14px
        }

            .desktop-navwrap .container .search-icon a {
                color: #000
            }

    .nav-tabs {
        border-style: none;
        border-width: 1px;
        border-color: #e7e7e7
    }

        .nav-tabs .nav-item {
            height: 48px;
            margin-left: 40px;
            border-style: solid;
            border-width: 0px 0px 3px 0px;
            border-color: rgba(0,0,0,0)
        }

            .nav-tabs .nav-item:hover {
                border-style: solid;
                border-width: 0px 0px 3px 0px;
                border-color: #ef7c00
            }

            .nav-tabs .nav-item .nav-link {
                background-color: inherit;
                border-style: none;
                padding: 13px 0px 0px 0px;
                color: #999;
                font-size: 14px
            }

                .nav-tabs .nav-item .nav-link.dropdown-toggle::after {
                    vertical-align: .2em;
                    margin-right: 1px
                }

                .nav-tabs .nav-item .nav-link:hover {
                    border-style: none;
                    border-bottom: 5px
                }

            .nav-tabs .nav-item.active {
                border-style: solid;
                border-width: 0px 0px 3px 0px;
                border-color: #ef7c00
            }

        .nav-tabs .dropdown-menu {
            margin-top: 15px;
            border-radius: 0px;
            padding: 12px;
            -webkit-box-shadow: 0px 10px 25px -3px rgba(0,0,0,.75);
            box-shadow: 0px 10px 25px -3px rgba(0,0,0,.75);
            border-color: #e7e7e7
        }

            .nav-tabs .dropdown-menu .container .listbox {
                border-style: none;
                width: 13%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                row-gap: 3px
            }

            .nav-tabs .dropdown-menu .dropdown-item {
                width: 100%;
                white-space: normal;
                padding: 8px 0;
                color: #003d7c;
                font-size: 14px;
                border-style: none;
                border-width: 1px
            }

                .nav-tabs .dropdown-menu .dropdown-item h5 {
                    font-size: 14px;
                    text-transform: uppercase;
                    color: #003d7c;
                    font-weight: 700
                }

            .nav-tabs .dropdown-menu .fa-play {
                font-size: 10px;
                color: #ef7c00;
                margin-top: 6px
            }

            .nav-tabs .dropdown-menu .dropdown-item:hover {
                color: #ef7c00;
                background-color: rgba(0,0,0,0)
            }
}

.megamenu .dropdown-menu {
    width: 100%;
    left: 0;
    border-style: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .megamenu .dropdown-menu .dropdown-item {
        padding: 0
    }

    .megamenu .dropdown-menu li:not(:last-child) {
        border-bottom: 0 !important
    }

#panel {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #e7e7e7;
    background-color: #f8f8f8
}

.search-box {
    padding: 20px 15px 20px 15px;
    background-color: #f8f8f8;
    position: relative
}

    .search-box .fa-search {
        position: absolute;
        margin-top: 15.5px;
        margin-left: 14px;
        color: #ccc
    }

input.search {
    border: 1px solid #ccc;
    width: 100%;
    height: 45px;
    padding: 9px 4px 9px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #555
}

    input.search::-webkit-input-placeholder {
        color: #ccc;
        font-family: "Helvetica";
        font-weight: 500
    }

    input.search::-moz-placeholder {
        color: #ccc;
        font-family: "Helvetica";
        font-weight: 500
    }

    input.search:-ms-input-placeholder {
        color: #ccc;
        font-family: "Helvetica";
        font-weight: 500
    }

    input.search::-ms-input-placeholder {
        color: #ccc;
        font-family: "Helvetica";
        font-weight: 500
    }

    input.search::placeholder {
        color: #ccc;
        font-family: "Helvetica";
        font-weight: 500
    }

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 75px
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-pagination {
    border-style: none;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 70px
}

    .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        width: 6px;
        height: 6px;
        opacity: 1
    }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 22px;
            border-radius: 12px;
            background-color: #ef7c00
        }

@media(min-width: 576px) {
    .swiper {
        width: 100%;
        height: 100%
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0px
    }

        .swiper-slide img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

    .swiper-pagination {
        border-style: none;
        text-align: left;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 8px
    }

        .swiper-pagination .swiper-pagination-bullet {
            background-color: #fff;
            width: 6px;
            height: 6px;
            opacity: 1
        }

            .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 22px;
                border-radius: 12px;
                background-color: #ef7c00
            }
}

@media(min-width: 992px) {
    .swiper-slide {
        padding-bottom: 0px
    }

    .swiper-pagination {
        border-style: none;
        margin-bottom: 15px;
        text-align: left
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background-color: #fff;
        width: 10px;
        height: 10px;
        margin-right: 12px;
        opacity: 1
    }

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #ef7c00;
        width: 42px;
        border-radius: 10px;
        height: 11px
    }
}

@media(min-width: 1200px) {
    .swiper-pagination {
        border-style: none;
        margin-bottom: 35px;
        text-align: left
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background-color: #fff;
        width: 10px;
        height: 10px;
        margin-right: 12px;
        opacity: 1
    }

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #ef7c00;
        width: 42px;
        border-radius: 10px;
        height: 11px
    }
}

@media(min-width: 1320px) {
    .swiper-pagination {
        border-style: none;
        margin-bottom: 50px;
        text-align: left
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background-color: #fff;
        width: 10px;
        height: 10px;
        margin-right: 12px;
        opacity: 1
    }

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #ef7c00;
        width: 42px;
        border-radius: 10px;
        height: 11px
    }
}

@media(min-width: 1600px) {
    .swiper-pagination {
        border-style: none;
        margin-bottom: 70px;
        text-align: left
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background-color: #fff;
        width: 10px;
        height: 10px;
        margin-right: 12px;
        opacity: 1
    }

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #ef7c00;
        width: 42px;
        border-radius: 10px;
        height: 11px
    }
}

.left-banner-box {
    position: absolute;
    height: 100%
}

.left-banner-transparent {
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 55, 112)), color-stop(40%, rgb(0, 60, 124)), color-stop(70%, rgb(0, 89, 182)));
    background: -o-linear-gradient(left, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
    background: linear-gradient(90deg, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
    height: 100%;
    width: 42.5%;
    opacity: .9
}

.banner-content-box {
    position: absolute;
    z-index: 1;
    border-style: none;
    border-width: 1px;
    border-color: red;
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px
}

    .banner-content-box .banner-content1 {
        top: 0;
        text-align: left;
        margin-bottom: 3px;
        border-style: none;
        width: 120px
    }

        .banner-content-box .banner-content1 p {
            color: #ef7c00;
            font-weight: 600;
            font-family: "Helvetica";
            font-size: 8.5px;
            margin-bottom: 5px
        }

        .banner-content-box .banner-content1 h1 {
            color: #fff;
            border-style: none;
            height: 20px;
            font-size: 14px;
            font-family: "Helvetica";
            font-weight: 600;
            margin-top: -5px;
            word-break: break-all
        }

    .banner-content-box .banner-content2 button {
        border-radius: 50px;
        padding: 5px 10px;
        font-size: 8.5px;
        font-weight: 700;
        color: #fff;
        border-style: none;
        background-color: #ef7c00;
        margin-top: 12px;
        font-family: "Helvetica"
    }

        .banner-content-box .banner-content2 button.knowmore:hover {
            border-radius: 50px;
            font-size: 8.5px;
            font-weight: 700;
            color: #ef7c00;
            border-style: none;
            background-color: #fff;
            margin-top: 12px;
            font-family: "Helvetica";
            padding: 5px 10px;
            border-style: solid;
            border-width: 1px;
            border-color: #ef7c00
        }

.banner-content-box-mobile {
    position: absolute;
    bottom: 0px;
    background-color: #003770;
    height: 75px
}

    .banner-content-box-mobile .banner-content2 {
        top: 0;
        color: #fff;
        text-align: left;
        border-style: none;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #003770
    }

        .banner-content-box-mobile .banner-content2 p {
            font-size: 12px;
            font-family: "Helvetica";
            line-height: 14px;
            margin-bottom: 0px;
            border-style: none
        }

        .banner-content-box-mobile .banner-content2 button {
            border-radius: 50px;
            width: 55px;
            height: 15px;
            font-size: 6px;
            font-weight: 700;
            color: #fff;
            border-style: none;
            background-color: #ef7c00;
            margin-top: 15px
        }

@media(min-width: 576px) {
    .left-banner-box {
        position: absolute;
        height: 100%
    }

    .left-banner-transparent {
        background: -webkit-gradient(linear, left top, right top, from(rgb(0, 55, 112)), color-stop(40%, rgb(0, 60, 124)), color-stop(70%, rgb(0, 89, 182)));
        background: -o-linear-gradient(left, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        background: linear-gradient(90deg, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        height: 100%;
        width: 42.5%;
        opacity: .9
    }

    .banner-content-box {
        position: absolute;
        z-index: 1;
        border-style: none;
        border-width: 1px;
        border-color: red;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px
    }

        .banner-content-box .banner-content1 {
            top: 0;
            text-align: left;
            margin-bottom: 3px;
            border-style: none;
            width: 185px
        }

            .banner-content-box .banner-content1 p {
                color: #ef7c00;
                font-weight: 600;
                font-family: "Helvetica";
                font-size: 10px;
                margin-bottom: 5px
            }

            .banner-content-box .banner-content1 h1 {
                color: #fff;
                border-style: none;
                height: 20px;
                font-size: 20px;
                font-weight: 600;
                font-family: "Helvetica";
                margin-top: -5px
            }

        .banner-content-box .banner-content2 {
            top: 0;
            color: #fff;
            text-align: left;
            border-style: none;
            width: 185px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .banner-content-box .banner-content2 p {
                font-size: 10px;
                line-height: 14px;
                margin-top: 17px;
                margin-bottom: 5px;
                border-style: none;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content2 button {
                border-radius: 50px;
                width: 75px;
                height: 20px;
                font-size: 8px;
                font-weight: 700;
                color: #fff;
                border-style: none;
                background-color: #ef7c00;
                margin-top: 5px;
                font-family: "Helvetica"
            }

                .banner-content-box .banner-content2 button.knowmore:hover {
                    border-radius: 50px;
                    width: 75px;
                    height: 20px;
                    font-size: 8px;
                    font-weight: 700;
                    color: #ef7c00;
                    border-style: none;
                    background-color: #fff;
                    margin-top: 5px;
                    font-family: "Helvetica";
                    border-style: solid;
                    border-width: 1px;
                    border-color: #ef7c00
                }

    .banner-content-box-mobile {
        position: absolute;
        bottom: 0px;
        background-color: #003770;
        height: 60px
    }

        .banner-content-box-mobile .banner-content2 {
            top: 0;
            color: #fff;
            text-align: left;
            border-style: none;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            background-color: #003770
        }

            .banner-content-box-mobile .banner-content2 p {
                font-size: 9px;
                line-height: 12px;
                margin-bottom: 5px;
                border-style: none
            }

            .banner-content-box-mobile .banner-content2 button {
                border-radius: 50px;
                width: 55px;
                height: 15px;
                font-size: 6px;
                font-weight: 700;
                color: #fff;
                border-style: none;
                background-color: #ef7c00;
                margin-top: 15px
            }
}

@media(min-width: 768px) {
    .left-banner-box {
        position: absolute;
        height: 100%
    }

    .left-banner-transparent {
        background: -webkit-gradient(linear, left top, right top, from(rgb(0, 55, 112)), color-stop(40%, rgb(0, 60, 124)), color-stop(70%, rgb(0, 89, 182)));
        background: -o-linear-gradient(left, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        background: linear-gradient(90deg, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        height: 100%;
        width: 42.5%;
        opacity: .9
    }

    .banner-content-box {
        position: absolute;
        z-index: 1;
        border-style: none;
        border-width: 1px;
        border-color: red;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 25px
    }

        .banner-content-box .banner-content1 {
            top: 0;
            text-align: left;
            margin-bottom: 1px;
            width: 290px
        }

            .banner-content-box .banner-content1 p {
                color: #ef7c00;
                font-weight: 700;
                font-size: 12px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content1 h1 {
                color: #fff;
                border-style: none;
                height: 80px;
                font-size: 30px;
                font-weight: bold;
                margin-bottom: 0;
                font-family: "Helvetica"
            }

        .banner-content-box .banner-content2 {
            top: 0;
            color: #fff;
            text-align: left;
            border-style: none;
            width: 290px
        }

            .banner-content-box .banner-content2 p {
                font-size: 12px;
                line-height: 20px;
                margin-bottom: 10px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content2 button {
                border-radius: 50px;
                width: 90px;
                height: 30px;
                font-size: 10px;
                font-weight: 600;
                color: #fff;
                border-style: none;
                background-color: #ef7c00;
                font-family: "Helvetica"
            }

                .banner-content-box .banner-content2 button.knowmore:hover {
                    border-radius: 50px;
                    width: 90px;
                    height: 30px;
                    font-size: 10px;
                    font-weight: 700;
                    color: #ef7c00;
                    border-style: none;
                    background-color: #fff;
                    font-family: "Helvetica";
                    padding-top: 2px;
                    border-style: solid;
                    border-width: 1px;
                    border-color: #ef7c00
                }
}

@media(min-width: 850px) {
    .banner-content-box {
        position: absolute;
        z-index: 1;
        border-style: none;
        border-width: 1px;
        border-color: red;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 992px) {
    .left-banner-box {
        position: absolute;
        height: 100%
    }

    .left-banner-transparent {
        background: -webkit-gradient(linear, left top, right top, from(rgb(0, 55, 112)), color-stop(40%, rgb(0, 60, 124)), color-stop(70%, rgb(0, 89, 182)));
        background: -o-linear-gradient(left, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        background: linear-gradient(90deg, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        height: 100%;
        width: 42.5%;
        opacity: .9
    }

    .banner-content-box {
        position: absolute;
        z-index: 1;
        border-style: none;
        border-width: 1px;
        border-color: red;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 45px;
        padding-bottom: 45px
    }

        .banner-content-box .banner-content1 {
            top: 0;
            text-align: left;
            margin-bottom: 10px;
            border-style: none;
            width: 380px
        }

            .banner-content-box .banner-content1 p {
                color: #ef7c00;
                font-weight: 700;
                font-size: 16px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content1 h1 {
                color: #fff;
                border-style: none;
                height: 100px;
                font-size: 45px;
                font-weight: bold;
                font-family: "Helvetica"
            }

        .banner-content-box .banner-content2 {
            top: 0;
            color: #fff;
            text-align: left;
            border-style: none;
            width: 380px
        }

            .banner-content-box .banner-content2 p {
                font-size: 16px;
                line-height: 26px;
                font-family: "Helvetica";
                margin-top: 0px;
                margin-bottom: 10px
            }

            .banner-content-box .banner-content2 button {
                border-radius: 50px;
                width: 146px;
                height: 50px;
                font-size: 10px;
                font-weight: 600;
                font-size: 14px;
                font-family: "Helvetica";
                color: #fff;
                border-style: none;
                background-color: #ef7c00
            }

                .banner-content-box .banner-content2 button.knowmore:hover {
                    border-radius: 50px;
                    width: 146px;
                    height: 50px;
                    font-size: 10px;
                    font-weight: 600;
                    font-size: 14px;
                    font-family: "Helvetica";
                    padding-top: 2px;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #ef7c00
                }
}

@media(min-width: 1200px) {
    .left-banner-box {
        position: absolute;
        height: 100%
    }

    .left-banner-transparent {
        background: -webkit-gradient(linear, left top, right top, from(rgb(0, 55, 112)), color-stop(40%, rgb(0, 60, 124)), color-stop(70%, rgb(0, 89, 182)));
        background: -o-linear-gradient(left, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        background: linear-gradient(90deg, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        height: 100%;
        width: 42.5%;
        opacity: .9
    }

    .banner-content-box {
        position: absolute;
        z-index: 1;
        border-style: none;
        border-width: 1px;
        border-color: red;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 65px;
        padding-bottom: 65px
    }

        .banner-content-box .banner-content1 {
            top: 0;
            text-align: left;
            margin-bottom: 10px;
            border-style: none;
            width: 380px
        }

            .banner-content-box .banner-content1 p {
                color: #ef7c00;
                font-weight: 700;
                font-size: 16px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content1 h1 {
                color: #fff;
                border-style: none;
                height: 100px;
                font-size: 45px;
                font-weight: bold;
                font-family: "Helvetica"
            }

        .banner-content-box .banner-content2 {
            top: 0;
            color: #fff;
            text-align: left;
            border-style: none;
            width: 380px
        }

            .banner-content-box .banner-content2 p {
                font-size: 16px;
                line-height: 28px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content2 button {
                border-radius: 50px;
                width: 146px;
                height: 50px;
                font-size: 14px;
                font-weight: 600;
                color: #fff;
                border-style: none;
                background-color: #ef7c00;
                font-family: "Helvetica"
            }

                .banner-content-box .banner-content2 button.knowmore:hover {
                    border-radius: 50px;
                    width: 146px;
                    height: 50px;
                    font-size: 10px;
                    font-weight: 600;
                    font-size: 14px;
                    font-family: "Helvetica";
                    padding-top: 2px;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #ef7c00
                }
}

@media(min-width: 1320px) {
    .left-banner-box {
        position: absolute;
        height: 100%
    }

    .left-banner-transparent {
        background: -webkit-gradient(linear, left top, right top, from(rgb(0, 55, 112)), color-stop(40%, rgb(0, 60, 124)), color-stop(70%, rgb(0, 89, 182)));
        background: -o-linear-gradient(left, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        background: linear-gradient(90deg, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        height: 100%;
        width: 42.5%;
        opacity: .9
    }

    .banner-content-box {
        position: absolute;
        z-index: 1;
        border-style: none;
        border-width: 1px;
        border-color: red;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 75px;
        padding-bottom: 75px
    }

        .banner-content-box .banner-content1 {
            top: 0;
            text-align: left;
            margin-bottom: 10px;
            border-style: none;
            width: 380px
        }

            .banner-content-box .banner-content1 p {
                color: #ef7c00;
                font-weight: 700;
                font-size: 16px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content1 h1 {
                color: #fff;
                border-style: none;
                height: 100px;
                font-size: 45px;
                font-weight: bold;
                font-family: "Helvetica"
            }

        .banner-content-box .banner-content2 {
            top: 0;
            color: #fff;
            text-align: left;
            border-style: none;
            width: 380px
        }

            .banner-content-box .banner-content2 p {
                font-size: 16px;
                line-height: 28px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content2 button {
                border-radius: 50px;
                width: 146px;
                height: 50px;
                font-size: 14px;
                font-weight: 600;
                color: #fff;
                border-style: none;
                background-color: #ef7c00;
                font-family: "Helvetica"
            }

                .banner-content-box .banner-content2 button.knowmore:hover {
                    border-radius: 50px;
                    width: 146px;
                    height: 50px;
                    font-size: 10px;
                    font-weight: 600;
                    font-size: 14px;
                    font-family: "Helvetica";
                    padding-top: 2px;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #ef7c00
                }
}

@media(min-width: 1600px) {
    .left-banner-box {
        position: absolute;
        height: 100%
    }

    .left-banner-transparent {
        background: -webkit-gradient(linear, left top, right top, from(rgb(0, 55, 112)), color-stop(40%, rgb(0, 60, 124)), color-stop(70%, rgb(0, 89, 182)));
        background: -o-linear-gradient(left, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        background: linear-gradient(90deg, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        height: 100%;
        width: 42.5%;
        opacity: .9
    }

    .banner-content-box {
        position: absolute;
        z-index: 1;
        border-style: none;
        border-width: 1px;
        border-color: red;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 105px;
        padding-bottom: 105px
    }

        .banner-content-box .banner-content1 {
            top: 0;
            text-align: left;
            margin-bottom: 10px;
            border-style: none;
            width: 380px
        }

            .banner-content-box .banner-content1 p {
                color: #ef7c00;
                font-weight: 700;
                font-size: 16px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content1 h1 {
                color: #fff;
                border-style: none;
                height: 100px;
                font-size: 45px;
                font-weight: bold;
                font-family: "Helvetica"
            }

        .banner-content-box .banner-content2 {
            top: 0;
            color: #fff;
            text-align: left;
            border-style: none;
            width: 380px
        }

            .banner-content-box .banner-content2 p {
                font-size: 16px;
                line-height: 28px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content2 button {
                border-radius: 50px;
                width: 146px;
                height: 50px;
                font-size: 14px;
                font-weight: 600;
                color: #fff;
                border-style: none;
                background-color: #ef7c00;
                font-family: "Helvetica"
            }

                .banner-content-box .banner-content2 button.knowmore:hover {
                    border-radius: 50px;
                    width: 146px;
                    height: 50px;
                    font-size: 10px;
                    font-weight: 600;
                    font-size: 14px;
                    font-family: "Helvetica";
                    padding-top: 2px;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #ef7c00
                }
}

@media(min-width: 4000px) {
    .left-banner-box {
        position: absolute;
        height: 100%
    }

    .left-banner-transparent {
        background: -webkit-gradient(linear, left top, right top, from(rgb(0, 55, 112)), color-stop(40%, rgb(0, 60, 124)), color-stop(70%, rgb(0, 89, 182)));
        background: -o-linear-gradient(left, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        background: linear-gradient(90deg, rgb(0, 55, 112) 0%, rgb(0, 60, 124) 40%, rgb(0, 89, 182) 70%);
        height: 100%;
        width: 42.5%;
        opacity: .9
    }

    .banner-content-box {
        position: absolute;
        z-index: 1;
        border-style: none;
        border-width: 1px;
        border-color: red;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 105px;
        padding-bottom: 105px
    }

        .banner-content-box .banner-content1 {
            top: 0;
            text-align: left;
            margin-bottom: 10px;
            border-style: none;
            width: 350px
        }

            .banner-content-box .banner-content1 p {
                color: #ef7c00;
                font-weight: 700;
                font-size: 16px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content1 h1 {
                color: #fff;
                border-style: none;
                height: 100px;
                font-size: 42px;
                font-weight: bold;
                font-family: "Helvetica"
            }

        .banner-content-box .banner-content2 {
            top: 0;
            color: #fff;
            text-align: left;
            border-style: none;
            width: 350px
        }

            .banner-content-box .banner-content2 p {
                font-size: 16px;
                line-height: 28px;
                font-family: "Helvetica"
            }

            .banner-content-box .banner-content2 button {
                border-radius: 50px;
                width: 146px;
                height: 50px;
                font-size: 14px;
                font-weight: 600;
                color: #fff;
                border-style: none;
                background-color: #ef7c00;
                font-family: "Helvetica"
            }

                .banner-content-box .banner-content2 button.knowmore:hover {
                    border-radius: 50px;
                    width: 146px;
                    height: 50px;
                    font-size: 10px;
                    font-weight: 600;
                    font-size: 14px;
                    font-family: "Helvetica";
                    padding-top: 2px;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #ef7c00
                }
}

.gradient-color {
    background: #e7f0f9;
    background: -webkit-gradient(linear, left top, right top, from(rgb(231, 240, 249)), color-stop(10%, rgb(234, 242, 250)), color-stop(56%, rgb(255, 255, 255)));
    background: -o-linear-gradient(left, rgb(231, 240, 249) 0%, rgb(234, 242, 250) 10%, rgb(255, 255, 255) 56%);
    background: linear-gradient(90deg, rgb(231, 240, 249) 0%, rgb(234, 242, 250) 10%, rgb(255, 255, 255) 56%)
}

.about-us span {
    color: #ef7c00;
    font-family: "Helvetica";
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12.5px
}

.about-us h2 {
    color: #004282;
    font-size: 36px;
    text-align: center;
    font-family: "Helvetica";
    font-weight: 700;
    margin-bottom: 30px
}

.about-us p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: "Helvetica";
    line-height: 32px
}

@media(min-width: 576px) {
    .about-us p {
        padding-left: 110px;
        padding-right: 110px
    }
}

.about-us button {
    border-radius: 50px;
    width: 266px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-style: none;
    background-color: #ef7c00;
    font-family: "Helvetica"
}

.content-section .container button.aboutus:hover {
    border-radius: 50px;
    width: 266px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #ef7c00;
    border-style: none;
    background-color: #fff;
    font-family: "Helvetica";
    border-color: #ef7c00;
    border-style: solid;
    border-width: 2px
}

.container .row > * {
    padding-left: .8rem;
    padding-right: .8rem
}

@media(min-width: 992px) {
    .container .row > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

/*.container .row > * div {
    text-align: center
}*/

.container .row > * p.subtitle {
    text-align: left;
    font-size: 18px;
    color: #ef7c00;
    font-weight: 700;
    font-family: "Helvetica";
    margin-bottom: 8px
}

.container .row > * h2 {
    text-align: left;
    font-size: 36px;
    font-family: "Helvetica";
    color: #004282;
    margin-bottom: 30px;
    font-weight: 700
}

@media(min-width: 768px) {
    .container .row > * h2 {
        text-align: left;
        font-size: 22px;
        font-family: "Helvetica";
        color: #004282;
        margin-bottom: 30px;
        font-weight: 700
    }
}

@media(min-width: 992px) {
    .container .row > * h2 {
        text-align: left;
        font-size: 28px;
        font-family: "Helvetica";
        color: #004282;
        margin-bottom: 30px;
        font-weight: 700
    }
}

@media(min-width: 1200px) {
    .container .row > * h2 {
        text-align: left;
        font-size: 28px;
        font-family: "Helvetica";
        color: #004282;
        margin-bottom: 30px;
        font-weight: 700
    }
}

.container .row > * .card-content {
    margin-top: 30px;
    text-align: left
}

    .container .row > * .card-content p {
        font-size: 16px;
        color: #000;
        font-family: "Helvetica";
        text-align: left
    }

        .container .row > * .card-content p a {
            text-decoration: none
        }

    .container .row > * .card-content .date {
        text-align: left;
        font-style: italic;
        color: #707070;
        font-family: "Helvetica"
    }

    .container .row > * .card-content a {
        color: #004282;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        font-family: "Helvetica"
    }

.container .row > * button.card-button1a {
    margin-top: 30px;
    border-radius: 50px;
    width: 120px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #fff;
    border-style: none;
    background-color: #ef7c00
}

    .container .row > * button.card-button1a:hover {
        border-radius: 50px;
        width: 120px;
        height: 50px;
        font-size: 14px;
        font-weight: 700;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        background-color: #fff;
        color: #ef7c00;
        border-style: solid;
        border-width: 2px;
        border-color: #ef7c00
    }

.container .row > * button.card-button1b {
    margin-top: 30px;
    border-radius: 50px;
    width: 175px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #fff;
    border-style: none;
    background-color: #ef7c00
}

    .container .row > * button.card-button1b:hover {
        border-radius: 50px;
        width: 175px;
        height: 50px;
        font-size: 14px;
        font-weight: 700;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        background-color: #fff;
        color: #ef7c00;
        border-style: solid;
        border-width: 2px;
        border-color: #ef7c00
    }

.container .row > * button.card-button1c {
    margin-top: 30px;
    border-radius: 50px;
    width: 200px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #fff;
    border-style: none;
    background-color: #ef7c00
}

    .container .row > * button.card-button1c:hover {
        border-radius: 50px;
        width: 200px;
        height: 50px;
        font-size: 14px;
        font-weight: 700;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        background-color: #fff;
        color: #ef7c00;
        border-style: solid;
        border-width: 2px;
        border-color: #ef7c00
    }

@media(min-width: 768px) {
    .container .row > * button.card-button1a {
        margin-top: 30px;
        border-radius: 50px;
        width: 100px;
        height: 50px;
        font-size: 14px;
        font-weight: 700;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        background-color: #ef7c00
    }

        .container .row > * button.card-button1a:hover {
            border-radius: 50px;
            width: 100px;
            height: 50px;
            font-size: 14px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #fff;
            border-style: none;
            background-color: #fff;
            color: #ef7c00;
            border-style: solid;
            border-width: 2px;
            border-color: #ef7c00
        }
}

@media(min-width: 992px) {
    .container .row > * button.card-button1a {
        margin-top: 30px;
        border-radius: 50px;
        width: 120px;
        height: 50px;
        font-size: 14px;
        font-weight: 700;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        background-color: #ef7c00
    }

        .container .row > * button.card-button1a:hover {
            border-radius: 50px;
            width: 120px;
            height: 50px;
            font-size: 14px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #fff;
            border-style: none;
            background-color: #fff;
            color: #ef7c00;
            border-style: solid;
            border-width: 2px;
            border-color: #ef7c00
        }

    .container .row > * button.card-button1c {
        margin-top: 30px;
        border-radius: 50px;
        width: 254px;
        height: 50px;
        font-size: 14px;
        font-weight: 700;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        background-color: #ef7c00
    }

        .container .row > * button.card-button1c:hover {
            border-radius: 50px;
            width: 254px;
            height: 50px;
            font-size: 14px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #fff;
            border-style: none;
            background-color: #fff;
            color: #ef7c00;
            border-style: solid;
            border-width: 2px;
            border-color: #ef7c00
        }
}

.aboutus-section .container nav {
    margin-top: 35px
}

    .aboutus-section .container nav .breadcrumb .fa-sharp {
        color: #ef7c00;
        margin-top: 5px;
        margin-right: 13px;
        font-size: 15px
    }

    .aboutus-section .container nav .breadcrumb .breadcrumb-item:before, .aboutus-section .container nav .breadcrumb .breadcrumb-item:after {
        color: #999;
        font-weight: 700
    }

    .aboutus-section .container nav .breadcrumb .breadcrumb-item a {
        color: #ef7c00;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none
    }

    .aboutus-section .container nav .breadcrumb .breadcrumb-item:last-child:after {
        float: right;
        padding-left: var(--bs-breadcrumb-item-padding-x);
        content: var(--bs-breadcrumb-divider, "/")
    }

.aboutus-section .container h1 {
    font-family: "Helvetica";
    color: #004282;
    font-size: 36px;
    font-weight: 700
}

.aboutus-section .container .row {
    margin-top: 50px
}

    .aboutus-section .container .row .sidebar {
        padding-left: 12px;
        padding-right: 12px
    }

@media(min-width: 992px) {
    .aboutus-section .container .row .sidebar {
        padding-left: 12px;
        padding-right: 26px
    }
}

.aboutus-section .container .row .sidebar {
    margin-bottom: 70px
}

.aboutus-section .container .row .sidebar-top1 {
    height: 6px;
    background: #0050a5;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 80, 165)), to(rgb(0, 55, 113)));
    background: -o-linear-gradient(left, rgb(0, 80, 165) 0%, rgb(0, 55, 113) 100%);
    background: linear-gradient(90deg, rgb(0, 80, 165) 0%, rgb(0, 55, 113) 100%);
    border-radius: 26px
}

.aboutus-section .container .row .link {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: "Helvetica";
    color: #004282;
    background-color: #fff
}

    .aboutus-section .container .row .link span {
        width: 90%
    }

    .aboutus-section .container .row .link a {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #004282;
        border-color: #e7e7e7
    }

        .aboutus-section .container .row .link a .fa-circle-chevron-right {
            color: #004282;
            font-size: 26px;
            display: none
        }

            .aboutus-section .container .row .link a .fa-circle-chevron-right.active {
                display: block
            }

        .aboutus-section .container .row .link a:hover {
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #004282;
            background-color: #f4f8fa
        }

            .aboutus-section .container .row .link a:hover .fa-circle-chevron-right {
                color: #004282;
                font-size: 26px;
                display: block
            }

        .aboutus-section .container .row .link a.active {
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #004282;
            background-color: #f4f8fa
        }

.aboutus-section .container .row .order-first {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 992px) {
    .aboutus-section .container .row .order-first {
        padding-left: 30px;
        padding-right: 0px
    }
}

.aboutus-section .container .row .order-first .profile-box {
    text-align: left
}

    .aboutus-section .container .row .order-first .profile-box h2 {
        font-family: "Helvetica";
        font-size: 30px;
        margin-bottom: 25px;
        border-style: none;
        border-width: 5px 0px 0px 0px;
        float: right;
        border-color: #ef7c00;
        padding-top: 25px
    }

.aboutus-section .container .row .order-first .profile-box {
    font-size: 17px;
    font-family: "Helvetica";
    margin-bottom: 40px;
    text-align: left
}

    .aboutus-section .container .row .order-first .profile-box div {
        text-align: left
    }

    .aboutus-section .container .row .order-first .profile-box img {
        width: 100%;
        max-height: 100vh;
        height: auto
    }

@media(min-width: 1200px) {
    .aboutus-section .container .row .order-first .profile-box img {
        max-width: 474px;
        float: left;
        margin-right: 50px;
        margin-bottom: 10px
    }
}

.aboutus-section .container .row .order-first .profile-box .profile-title .sidebar-top2 {
    height: 5.5px;
    background-color: #ef7c00;
    border-radius: 26px;
    margin-top: 25px
}

@media(min-width: 1200px) {
    .aboutus-section .container .row .order-first .profile-box .profile-title .sidebar-top2 {
        float: right;
        margin-top: 0px
    }
}

@media(min-width: 992px) {
    .aboutus-section .container .row .order-first .profile-box {
        margin-bottom: 70px
    }
}

.videoswiper1 .swiper-wrapper .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0px
}

.videoswiper1 {
    width: 100%;
    height: 398px
}

@media(min-width: 992px) {
    .videoswiper1 {
        width: 100%;
        height: 540px
    }
}

.videoswiper1 .swiper-pagination {
    border-style: none;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 45px
}

    .videoswiper1 .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        width: 10px;
        height: 10px;
        opacity: 1
    }

        .videoswiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 32px;
            height: 10px;
            border-radius: 12px;
            background-color: #ef7c00
        }

@media(min-width: 576px) {
    .swiper-slide {
        padding-bottom: 0px
    }

    .videoswiper1 .swiper-pagination {
        border-style: none;
        text-align: left;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 45px;
        padding-left: 1em;
        padding-right: 1em
    }

        .videoswiper1 .swiper-pagination .swiper-pagination-bullet {
            background-color: #fff;
            width: 10px;
            height: 10px;
            opacity: 1
        }

            .videoswiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 38px;
                height: 10px;
                border-radius: 10px;
                background-color: #ef7c00
            }
}

.suppliers-us {
    margin-bottom: 70px
}

    .suppliers-us span {
        color: #ef7c00;
        font-family: "Helvetica";
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 12.5px
    }

    .suppliers-us h2 {
        color: #004282;
        font-size: 36px;
        text-align: center;
        font-family: "Helvetica";
        font-weight: 700;
        margin-bottom: 30px
    }

    .suppliers-us p {
        text-align: center;
        font-size: 16px;
        font-family: "Helvetica";
        padding-left: 0px;
        padding-right: 0px;
        line-height: 30px
    }

@media(min-width: 992px) {
    .suppliers-us p {
        padding-left: 110px;
        padding-right: 110px
    }
}

.gradient-color .container .suppliers-select {
    text-align: center;
    margin-bottom: 30px
}

    .gradient-color .container .suppliers-select .col-12 {
        padding-left: 40px;
        padding-right: 40px
    }

    .gradient-color .container .suppliers-select .thumbbox {
        position: relative;
        margin-bottom: 20px;
        border-radius: 20px
    }

        .gradient-color .container .suppliers-select .thumbbox img {
            border-radius: 15px
        }

    .gradient-color .container .suppliers-select .col-12 .thumbnail-color {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #0a74de;
        background: -webkit-gradient(linear, right top, left top, from(rgb(10, 116, 222)), color-stop(35%, rgb(23, 101, 181)), to(rgb(9, 75, 158)));
        background: -o-linear-gradient(right, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
        background: linear-gradient(270deg, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
        opacity: .9;
        border-radius: 15px;
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.title {
            font-family: "Helvetica";
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            margin-bottom: 0px;
            color: #ef7c00
        }

        .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.description {
            font-family: "Helvetica";
            font-size: 26px;
            font-weight: bold;
            text-align: left;
            color: #fff
        }

@media(min-width: 500px) {
    .gradient-color .container .suppliers-select {
        text-align: center;
        margin-bottom: 30px
    }

        .gradient-color .container .suppliers-select .col-12 {
            padding-left: 120px;
            padding-right: 120px
        }

        .gradient-color .container .suppliers-select .thumbbox {
            position: relative;
            margin-bottom: 20px;
            border-radius: 20px
        }

            .gradient-color .container .suppliers-select .thumbbox img {
                border-radius: 15px
            }

        .gradient-color .container .suppliers-select .col-12 .thumbnail-color {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            background: #0a74de;
            background: -webkit-gradient(linear, right top, left top, from(rgb(10, 116, 222)), color-stop(35%, rgb(23, 101, 181)), to(rgb(9, 75, 158)));
            background: -o-linear-gradient(right, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
            background: linear-gradient(270deg, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
            opacity: .9;
            border-radius: 15px;
            padding: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.title {
                font-family: "Helvetica";
                font-size: 12px;
                font-weight: bold;
                text-align: left;
                margin-bottom: 0px;
                color: #ef7c00
            }

            .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.description {
                font-family: "Helvetica";
                font-size: 26px;
                font-weight: bold;
                text-align: left;
                color: #fff
            }
}

@media(min-width: 576px) {
    .gradient-color .container .suppliers-select {
        text-align: center;
        margin-bottom: 30px
    }

        .gradient-color .container .suppliers-select .col-12 {
            padding-left: 120px;
            padding-right: 120px
        }

            .gradient-color .container .suppliers-select .col-12 .thumbbox {
                position: relative;
                margin-bottom: 20px
            }

            .gradient-color .container .suppliers-select .col-12 .thumbnail-color {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                background: #0a74de;
                background: -webkit-gradient(linear, right top, left top, from(rgb(10, 116, 222)), color-stop(35%, rgb(23, 101, 181)), to(rgb(9, 75, 158)));
                background: -o-linear-gradient(right, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
                background: linear-gradient(270deg, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
                opacity: .9;
                border-radius: 15px;
                padding: 30px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.title {
                    font-family: "Helvetica";
                    font-size: 16px;
                    font-weight: bold;
                    text-align: left;
                    margin-bottom: 0px;
                    color: #ef7c00
                }

                .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.description {
                    font-family: "Helvetica";
                    font-size: 32px;
                    font-weight: bold;
                    text-align: left;
                    color: #fff
                }
}

@media(min-width: 768px) {
    .gradient-color .container .suppliers-select {
        text-align: center;
        margin-bottom: 30px
    }

        .gradient-color .container .suppliers-select .col-12 {
            padding-left: 10px;
            padding-right: 10px
        }

            .gradient-color .container .suppliers-select .col-12 .thumbbox {
                position: relative;
                margin-bottom: 20px
            }

            .gradient-color .container .suppliers-select .col-12 .thumbnail-color {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                background: #0a74de;
                background: -webkit-gradient(linear, right top, left top, from(rgb(10, 116, 222)), color-stop(35%, rgb(23, 101, 181)), to(rgb(9, 75, 158)));
                background: -o-linear-gradient(right, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
                background: linear-gradient(270deg, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
                opacity: .9;
                border-radius: 15px;
                padding: 30px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.title {
                    font-family: "Helvetica";
                    font-size: 12px;
                    font-weight: bold;
                    text-align: left;
                    margin-bottom: 0px;
                    color: #ef7c00
                }

                .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.description {
                    font-family: "Helvetica";
                    font-size: 18px;
                    font-weight: bold;
                    text-align: left;
                    color: #fff
                }
}

@media(min-width: 992px) {
    .gradient-color .container .suppliers-select {
        text-align: center;
        margin-bottom: 30px
    }

        .gradient-color .container .suppliers-select .col-12 {
            padding-left: 10px;
            padding-right: 10px
        }

            .gradient-color .container .suppliers-select .col-12 .thumbbox {
                position: relative;
                margin-bottom: 20px
            }

            .gradient-color .container .suppliers-select .col-12 .thumbnail-color {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                background: #0a74de;
                background: -webkit-gradient(linear, right top, left top, from(rgb(10, 116, 222)), color-stop(35%, rgb(23, 101, 181)), to(rgb(9, 75, 158)));
                background: -o-linear-gradient(right, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
                background: linear-gradient(270deg, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
                opacity: .9;
                border-radius: 15px;
                padding: 30px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.title {
                    font-family: "Helvetica";
                    font-size: 16px;
                    font-weight: bold;
                    text-align: left;
                    margin-bottom: 0px;
                    color: #ef7c00
                }

                .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.description {
                    font-family: "Helvetica";
                    font-size: 26px;
                    font-weight: bold;
                    text-align: left;
                    color: #fff
                }
}

@media(min-width: 1200px) {
    .gradient-color .container .suppliers-select {
        text-align: center;
        margin-bottom: 30px
    }

        .gradient-color .container .suppliers-select .thumbbox {
            position: relative;
            margin-bottom: 20px
        }

        .gradient-color .container .suppliers-select .col-12 {
            padding-left: 0px;
            padding-right: 0px
        }

            .gradient-color .container .suppliers-select .col-12 .thumbnail-color {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                background: #0a74de;
                background: -webkit-gradient(linear, right top, left top, from(rgb(10, 116, 222)), color-stop(35%, rgb(23, 101, 181)), to(rgb(9, 75, 158)));
                background: -o-linear-gradient(right, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
                background: linear-gradient(270deg, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
                opacity: .9;
                border-radius: 15px;
                padding: 30px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.title {
                    font-family: "Helvetica";
                    font-size: 16px;
                    font-weight: bold;
                    text-align: left;
                    margin-bottom: 0px;
                    color: #ef7c00
                }

                .gradient-color .container .suppliers-select .col-12 .thumbnail-color p.description {
                    font-family: "Helvetica";
                    font-size: 32px;
                    font-weight: bold;
                    text-align: left;
                    color: #fff
                }
}

.registration-section .container nav {
    margin-top: 35px
}

    .registration-section .container nav .breadcrumb .fa-sharp {
        color: #ef7c00;
        margin-top: 5px;
        margin-right: 13px;
        font-size: 15px
    }

    .registration-section .container nav .breadcrumb .breadcrumb-item:before, .registration-section .container nav .breadcrumb .breadcrumb-item:after {
        color: #999;
        font-weight: 700
    }

    .registration-section .container nav .breadcrumb .breadcrumb-item a {
        color: #ef7c00;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none
    }

    .registration-section .container nav .breadcrumb .breadcrumb-item:last-child:after {
        float: right;
        padding-left: var(--bs-breadcrumb-item-padding-x);
        content: var(--bs-breadcrumb-divider, "/")
    }

.registration-section .container h1 {
    font-family: "Helvetica";
    color: #004282;
    font-size: 36px;
    font-weight: 700
}

.registration-section .container .row {
    margin-top: 40px;
    margin-top: 50px
}

    .registration-section .container .row .sidebar {
        padding-left: 12px;
        padding-right: 12px
    }

@media(min-width: 992px) {
    .registration-section .container .row .sidebar {
        padding-left: 12px;
        padding-right: 26px
    }
}

.registration-section .container .row .sidebar {
    margin-bottom: 70px
}

.registration-section .container .row .sidebar-top1 {
    height: 6px;
    background: #0050a5;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 80, 165)), to(rgb(0, 55, 113)));
    background: -o-linear-gradient(left, rgb(0, 80, 165) 0%, rgb(0, 55, 113) 100%);
    background: linear-gradient(90deg, rgb(0, 80, 165) 0%, rgb(0, 55, 113) 100%);
    border-radius: 26px
}

.registration-section .container .row .link {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: "Helvetica";
    color: #004282;
    background-color: #fff
}

    .registration-section .container .row .link a {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #004282;
        border-color: #e7e7e7
    }

        .registration-section .container .row .link a span {
            width: 90%
        }

        .registration-section .container .row .link a .fa-circle-chevron-right {
            color: #004282;
            font-size: 26px;
            display: none
        }

            .registration-section .container .row .link a .fa-circle-chevron-right.active {
                display: block
            }

        .registration-section .container .row .link a:hover {
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #004282;
            background-color: #f4f8fa
        }

            .registration-section .container .row .link a:hover .fa-circle-chevron-right {
                color: #004282;
                font-size: 26px;
                display: block
            }

        .registration-section .container .row .link a.active {
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #004282;
            background-color: #f4f8fa
        }

.registration-section .container .row .order-first {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 992px) {
    .registration-section .container .row .order-first {
        padding-left: 40px;
        padding-right: 0px
    }
}

.registration-section .order-first .checkcaption {
    text-align: center;
    margin-top: 10px
}

.box-scroll {
    overflow: hidden;
    height: 150px;
    cursor: -webkit-grab;
    cursor: grab;
    overflow-x: auto
}

@media(min-width: 414px) {
    .box-scroll {
        overflow: hidden;
        height: 180px;
        cursor: -webkit-grab;
        cursor: grab
    }
}

@media(min-width: 576px) {
    .box-scroll {
        overflow: hidden;
        height: 200px;
        cursor: -webkit-grab;
        cursor: grab
    }
}

.arrow-scroll .arrow-left, .arrow-scroll .arrow-right {
    border-style: solid;
    border-color: #999;
    border-width: 3px;
    padding: 2px 9px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    opacity: .5;
    color: #999
}

    .arrow-scroll .arrow-left:hover, .arrow-scroll .arrow-right:hover {
        border-color: #ef7c00;
        color: #ef7c00;
        background-color: #fff
    }

.box-scroll::-webkit-scrollbar {
    display: none
}

div#timeline {
    background-color: #e6e6e6;
    margin-top: 120px;
    height: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
    position: relative;
    border-radius: 20px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media(min-width: 414px) {
    div#timeline {
        background-color: #e6e6e6;
        margin-top: 140px;
        height: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: relative;
        border-radius: 20px;
        padding: 0px
    }
}

@media(min-width: 576px) {
    div#timeline {
        background-color: #e6e6e6;
        margin-top: 160px;
        height: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: relative;
        border-radius: 20px;
        padding: 0px
    }
}

@media(min-width: 992px) {
    div#timeline {
        margin-top: 150px
    }
}

@media(min-width: 1200px) {
    div#timeline {
        margin-top: 145px
    }
}

@media(min-width: 1400px) {
    div#timeline {
        margin-top: 160px
    }
}

div#timeline .inside {
    position: absolute;
    height: 4px;
    background-color: #ef7c00;
    top: 0px;
    left: 0px;
    padding: 0px;
    border-radius: 20px
}

div#timeline .dot {
    border-style: solid;
    border-width: 4px;
    border-color: #e6e6e6;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: -15px;
    text-align: center;
    cursor: pointer;
    padding-top: 2.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8.5px;
    margin-right: 8.5px;
    margin-top: -14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    line-height: 17px;
    text-decoration: none
}

    div#timeline .dot:nth-child(1) {
        left: 2.3%;
        background-color: #ef7c00;
        color: #fff;
        border-color: #fff;
        -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
        box-shadow: 0 0 5px 3px rgba(0,0,0,.2)
    }

        div#timeline .dot:nth-child(1) span {
            margin-right: .5px;
            margin-bottom: 1.1px
        }

    div#timeline .dot:nth-child(2) {
        left: 12.1%;
        background-color: #fff
    }

    div#timeline .dot:nth-child(3) {
        left: 22.2%;
        background-color: #fff
    }

        div#timeline .dot:nth-child(3) span {
            margin-left: .5px;
            margin-bottom: 1.2px
        }

    div#timeline .dot:nth-child(4) {
        left: 32%;
        background-color: #fff
    }

        div#timeline .dot:nth-child(4) span {
            margin-right: .5px;
            margin-bottom: 1.2px
        }

    div#timeline .dot:nth-child(5) {
        left: 42%;
        background-color: #fff
    }

        div#timeline .dot:nth-child(5) span {
            margin-left: .8px;
            margin-bottom: 1.2px
        }

    div#timeline .dot:nth-child(6) {
        left: 52.5%;
        background-color: #fff
    }

        div#timeline .dot:nth-child(6) span {
            margin-right: 1.2px;
            margin-bottom: 1.2px
        }

    div#timeline .dot:nth-child(7) {
        left: 63.1%;
        background-color: #fff
    }

        div#timeline .dot:nth-child(7) span {
            margin-left: 1.1px;
            margin-bottom: 1.2px
        }

    div#timeline .dot:nth-child(8) {
        left: 73.2%;
        background-color: #fff
    }

    div#timeline .dot:nth-child(9) {
        left: 83.2%;
        background-color: #fff
    }

        div#timeline .dot:nth-child(9) span {
            margin-right: 1px
        }

    div#timeline .dot:nth-child(10) {
        left: 93.2%;
        background-color: #fff
    }

        div#timeline .dot:nth-child(10) span {
            margin-right: .5px
        }

    div#timeline .dot span {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        color: #e6e6e6;
        font-weight: 700
    }

        div#timeline .dot span.title.active {
            color: #fff
        }

        div#timeline .dot span.text {
            font-family: "Helvetica";
            display: block;
            position: relative;
            top: -80px;
            font-size: 8px;
            width: 55px;
            color: #e6e6e6;
            font-weight: 700;
            line-height: 12px
        }

            div#timeline .dot span.text.active {
                color: #002346
            }

    div#timeline .dot .icon-exam {
        font-size: 40px;
        color: #e6e6e6;
        margin-top: -145px;
        padding-left: 12px
    }

        div#timeline .dot .icon-exam.active {
            background: -webkit-linear-gradient(-50deg, #ff0, rgb(255, 161, 61), rgb(239, 87, 0));
            -webkit-background-clip: text;
            -webkit-text-fill-color: rgba(0,0,0,0)
        }

    div#timeline .dot .icon-worldwide {
        font-size: 40px;
        color: #e6e6e6;
        margin-top: -145px;
        padding-left: 1px
    }

    div#timeline .dot .icon-search {
        font-size: 40px;
        color: #e6e6e6;
        margin-top: -145px;
        padding-left: 9px
    }

    div#timeline .dot .icon-appraisal {
        font-size: 40px;
        color: #e6e6e6;
        margin-top: -145px;
        padding-left: 10px
    }

    div#timeline .dot .icon-checkout {
        font-size: 45px;
        color: #e6e6e6;
        margin-top: -145px;
        padding-right: 6px
    }

@media(min-width: 360px) {
    div#timeline .dot {
        border-style: solid;
        border-width: 4px;
        border-color: #e6e6e6;
        background-color: #fff;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 32px;
        height: 32px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -15px;
        border-radius: 50%;
        top: -15px;
        text-align: center;
        cursor: pointer;
        padding-top: 2.5px;
        line-height: 17px
    }

        div#timeline .dot:nth-child(1) {
            left: 2.6%;
            background-color: #ef7c00;
            color: #fff;
            border-color: #fff;
            -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
            box-shadow: 0 0 5px 3px rgba(0,0,0,.2)
        }

            div#timeline .dot:nth-child(1) span {
                margin-right: .5px;
                margin-bottom: 1.1px
            }

        div#timeline .dot:nth-child(2) {
            left: 12.4%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(3) {
            left: 22.5%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(3) span {
                margin-left: .5px;
                margin-bottom: 1.2px
            }

        div#timeline .dot:nth-child(4) {
            left: 33%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(4) span {
                margin-right: .5px;
                margin-bottom: 1.2px
            }

        div#timeline .dot:nth-child(5) {
            left: 43.1%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(5) span {
                margin-left: .8px;
                margin-bottom: 1.2px
            }

        div#timeline .dot:nth-child(6) {
            left: 53.1%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(6) span {
                margin-right: 1.2px;
                margin-bottom: 1.2px
            }

        div#timeline .dot:nth-child(7) {
            left: 63.2%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(7) span {
                margin-left: 1.1px;
                margin-bottom: 1.2px
            }

        div#timeline .dot:nth-child(8) {
            left: 73.3%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(9) {
            left: 83.3%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(9) span {
                margin-left: 1px
            }

        div#timeline .dot:nth-child(10) {
            left: 93.3%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(10) span {
                margin-right: 1.3px
            }

        div#timeline .dot span {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #e6e6e6;
            font-weight: 700
        }

            div#timeline .dot span.title.active {
                color: #fff
            }

            div#timeline .dot span.text {
                font-family: "Helvetica";
                display: block;
                position: relative;
                top: -80px;
                font-size: 9px;
                width: 55px;
                color: #e6e6e6;
                font-weight: 700;
                line-height: 12px;
                text-align: center
            }

                div#timeline .dot span.text.active {
                    color: #002346
                }

        div#timeline .dot .icon-exam {
            font-size: 40px;
            color: #e6e6e6;
            margin-top: -145px;
            padding-left: 12px
        }

            div#timeline .dot .icon-exam.active {
                background: -webkit-linear-gradient(-50deg, #ff0, rgb(255, 161, 61), rgb(239, 87, 0));
                -webkit-background-clip: text;
                -webkit-text-fill-color: rgba(0,0,0,0)
            }

        div#timeline .dot .icon-worldwide {
            font-size: 40px;
            color: #e6e6e6;
            margin-top: -145px;
            padding-left: 1px
        }

        div#timeline .dot .icon-search {
            font-size: 40px;
            color: #e6e6e6;
            margin-top: -145px;
            padding-left: 9px
        }

        div#timeline .dot .icon-appraisal {
            font-size: 40px;
            color: #e6e6e6;
            margin-top: -145px;
            padding-left: 10px
        }

        div#timeline .dot .icon-checkout {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -145px;
            padding-right: 6px
        }
}

@media(min-width: 414px) {
    div#timeline .dot {
        border-style: solid;
        border-width: 4px;
        border-color: #e6e6e6;
        background-color: #fff;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 32px;
        height: 32px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -15px;
        border-radius: 50%;
        top: -15px;
        text-align: center;
        cursor: pointer;
        padding-top: 2.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        line-height: 17px
    }

        div#timeline .dot:nth-child(1) {
            left: 2.6%;
            background-color: #ef7c00;
            color: #fff;
            border-color: #fff;
            -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
            box-shadow: 0 0 5px 3px rgba(0,0,0,.2)
        }

            div#timeline .dot:nth-child(1) span {
                margin-right: 1.3px;
                margin-bottom: 1.1px
            }

        div#timeline .dot:nth-child(2) {
            left: 12.4%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(3) {
            left: 22.5%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(3) span {
                margin-left: 1.1px;
                margin-bottom: 1.2px
            }

        div#timeline .dot:nth-child(4) {
            left: 33%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(5) {
            left: 43.1%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(6) {
            left: 53.1%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(7) {
            left: 63.2%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(8) {
            left: 73.3%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(9) {
            left: 83.3%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(9) span {
                margin-left: 1px
            }

        div#timeline .dot:nth-child(10) {
            left: 93.3%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(10) span {
                margin-right: 1.3px
            }

        div#timeline .dot span {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #e6e6e6;
            font-weight: 700
        }

            div#timeline .dot span.title.active {
                color: #fff
            }

            div#timeline .dot span.text {
                font-family: "Helvetica";
                display: block;
                position: relative;
                top: -100px;
                font-size: 11px;
                width: 75px;
                color: #e6e6e6;
                font-weight: 700;
                line-height: 15px;
                text-align: center
            }

                div#timeline .dot span.text.active {
                    color: #002346
                }

        div#timeline .dot .icon-exam {
            font-size: 40px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-left: 12px
        }

            div#timeline .dot .icon-exam.active {
                background: -webkit-linear-gradient(-50deg, #ff0, rgb(255, 161, 61), rgb(239, 87, 0));
                -webkit-background-clip: text;
                -webkit-text-fill-color: rgba(0,0,0,0)
            }

        div#timeline .dot .icon-worldwide {
            font-size: 40px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-left: 1px
        }

        div#timeline .dot .icon-search {
            font-size: 40px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-left: 9px
        }

        div#timeline .dot .icon-appraisal {
            font-size: 40px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-left: 10px
        }

        div#timeline .dot .icon-checkout {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-right: 6px
        }
}

@media(min-width: 576px) {
    div#timeline .dot {
        border-style: solid;
        border-width: 4px;
        border-color: #e6e6e6;
        background-color: #fff;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 40px;
        height: 40px;
        margin-left: 31px;
        margin-right: 31px;
        margin-top: -18px;
        border-radius: 50%;
        top: -18px;
        text-align: center;
        cursor: pointer;
        padding-top: 2.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

        div#timeline .dot:nth-child(1) {
            left: 2.8%;
            background-color: #ef7c00;
            color: #fff;
            border-color: #fff;
            -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
            box-shadow: 0 0 5px 3px rgba(0,0,0,.2)
        }

            div#timeline .dot:nth-child(1) span {
                margin-right: 1.3px;
                margin-bottom: 1.1px
            }

        div#timeline .dot:nth-child(2) {
            left: 12.6%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(3) {
            left: 23.1%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(3) span {
                margin-left: 1.1px;
                margin-bottom: 1.2px
            }

        div#timeline .dot:nth-child(4) {
            left: 33.2%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(5) {
            left: 43.2%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(6) {
            left: 53.1%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(7) {
            left: 63.2%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(7) span {
                margin-top: .5px;
                margin-right: 1.2px
            }

        div#timeline .dot:nth-child(8) {
            left: 73.3%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(9) {
            left: 83.3%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(9) span {
                margin-left: 1px
            }

        div#timeline .dot:nth-child(10) {
            left: 93.3%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(10) span {
                margin-right: 1.3px
            }

        div#timeline .dot span {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #e6e6e6;
            font-weight: 700;
            line-height: 25px
        }

            div#timeline .dot span.title.active {
                color: #fff
            }

            div#timeline .dot span.text {
                font-family: "Helvetica";
                font-size: 1.1rem;
                display: block;
                position: relative;
                top: -90px;
                font-size: 12px;
                width: 100px;
                color: #e6e6e6;
                font-weight: 700;
                line-height: 18px
            }

                div#timeline .dot span.text.active {
                    color: #002346
                }

        div#timeline .dot .icon-exam {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-left: 10px
        }

            div#timeline .dot .icon-exam.active {
                background: -webkit-linear-gradient(-50deg, #ff0, rgb(255, 161, 61), rgb(239, 87, 0));
                -webkit-background-clip: text;
                -webkit-text-fill-color: rgba(0,0,0,0)
            }

        div#timeline .dot .icon-worldwide {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-right: 4px
        }

        div#timeline .dot .icon-search {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-left: 10px
        }

        div#timeline .dot .icon-appraisal {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-left: 10px
        }

        div#timeline .dot .icon-checkout {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -165px;
            padding-left: 10px
        }
}

@media(min-width: 768px) {
    div#timeline .dot {
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        margin-left: 49px;
        margin-right: 49px;
        top: -18px;
        margin-top: -18.5px;
        text-align: center;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

        div#timeline .dot:nth-child(1) {
            left: 3.6%;
            background-color: #ef7c00;
            color: #fff;
            border-color: #fff;
            -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
            box-shadow: 0 0 5px 3px rgba(0,0,0,.2)
        }

            div#timeline .dot:nth-child(1) span {
                margin-right: 1.3px;
                margin-bottom: 1.1px
            }

        div#timeline .dot:nth-child(2) {
            left: 13.7%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(3) {
            left: 23.8%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(3) span {
                margin-left: 1.1px;
                margin-bottom: 1.2px
            }

        div#timeline .dot:nth-child(4) {
            left: 33.9%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(5) {
            left: 44%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(6) {
            left: 54.5%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(7) {
            left: 64.7%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(8) {
            left: 74.8%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(9) {
            left: 84.7%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(9) span {
                margin-left: 1px
            }

        div#timeline .dot:nth-child(10) {
            left: 94%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(10) span {
                margin-right: 1.3px
            }

        div#timeline .dot span {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #e6e6e6;
            font-weight: 700
        }

            div#timeline .dot span.title.active {
                color: #fff
            }

            div#timeline .dot span.text {
                font-family: "Helvetica";
                font-size: 1.1rem;
                display: block;
                position: relative;
                top: -80px;
                font-size: 14px;
                width: 130px;
                color: #e6e6e6;
                font-weight: 700;
                line-height: 22px
            }

                div#timeline .dot span.text.active {
                    color: #002346
                }

        div#timeline .dot .icon-exam {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -155px;
            padding-left: 10px
        }

            div#timeline .dot .icon-exam.active {
                background: -webkit-linear-gradient(-50deg, #ff0, rgb(255, 161, 61), rgb(239, 87, 0));
                -webkit-background-clip: text;
                -webkit-text-fill-color: rgba(0,0,0,0)
            }

        div#timeline .dot .icon-worldwide {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -155px;
            padding-left: 10px
        }

        div#timeline .dot .icon-search {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -155px;
            padding-left: 10px
        }

        div#timeline .dot .icon-appraisal {
            font-size: 45px;
            color: #e6e6e6;
            margin-top: -155px;
            padding-left: 10px
        }

        div#timeline .dot .icon-checkout {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -155px;
            padding-left: 10px
        }
}

@media(min-width: 992px) {
    div#timeline .dot {
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        margin-left: 48px;
        margin-right: 48px;
        top: -18px;
        margin-top: -17px;
        text-align: center;
        cursor: pointer;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

        div#timeline .dot:nth-child(1) {
            left: 3.6%;
            background-color: #ef7c00;
            color: #fff;
            border-color: #fff;
            -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
            box-shadow: 0 0 5px 3px rgba(0,0,0,.2)
        }

            div#timeline .dot:nth-child(1) span {
                margin-right: 1.3px;
                margin-bottom: 1.1px
            }

        div#timeline .dot:nth-child(2) {
            left: 13.7%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(3) {
            left: 23.8%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(3) span {
                margin-left: 1.1px;
                margin-bottom: 1.2px
            }

        div#timeline .dot:nth-child(4) {
            left: 33.9%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(5) {
            left: 44%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(6) {
            left: 54.5%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(6) span {
                margin-left: .5px
            }

        div#timeline .dot:nth-child(7) {
            left: 64.7%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(7) span {
                margin-top: 5px;
                margin-right: .5px
            }

        div#timeline .dot:nth-child(8) {
            left: 74.8%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(9) {
            left: 84.7%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(9) span {
                margin-left: 1px
            }

        div#timeline .dot:nth-child(10) {
            left: 94%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(10) span {
                margin-right: 1.3px
            }

        div#timeline .dot span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #e6e6e6;
            font-weight: 700;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 4.5px
        }

            div#timeline .dot span.text {
                font-family: "Helvetica";
                font-size: 1.1rem;
                display: block;
                position: relative;
                top: -95px;
                font-size: 14px;
                width: 130px;
                color: #e6e6e6;
                font-weight: 700
            }

        div#timeline .dot .icon-exam {
            font-size: 49px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 12px
        }

            div#timeline .dot .icon-exam.active {
                background: -webkit-linear-gradient(-50deg, #ff0, rgb(255, 161, 61), rgb(239, 87, 0));
                -webkit-background-clip: text;
                -webkit-text-fill-color: rgba(0,0,0,0)
            }

        div#timeline .dot .icon-worldwide {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 1px
        }

        div#timeline .dot .icon-search {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 9px
        }

        div#timeline .dot .icon-appraisal {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 10px
        }

        div#timeline .dot .icon-checkout {
            font-size: 55px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-right: 6px
        }
}

@media(min-width: 1200px) {
    div#timeline .dot {
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        margin-left: 62px;
        margin-right: 62px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -19px;
        bottom: 18px;
        text-align: center;
        cursor: pointer
    }

        div#timeline .dot:nth-child(1) {
            left: 3.6%;
            background-color: #ef7c00;
            color: #fff;
            border-color: #fff;
            -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
            box-shadow: 0 0 5px 3px rgba(0,0,0,.2)
        }

            div#timeline .dot:nth-child(1) span {
                margin-right: 1.2px
            }

        div#timeline .dot:nth-child(2) {
            background-color: #fff
        }

        div#timeline .dot:nth-child(3) {
            background-color: #fff
        }

        div#timeline .dot:nth-child(4) {
            background-color: #fff
        }

        div#timeline .dot:nth-child(5) {
            background-color: #fff
        }

        div#timeline .dot:nth-child(6) {
            background-color: #fff
        }

        div#timeline .dot:nth-child(7) {
            background-color: #fff
        }

            div#timeline .dot:nth-child(7) span {
                margin-top: 2px;
                margin-right: 1.2px
            }

        div#timeline .dot:nth-child(8) {
            left: 74.8%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(9) {
            background-color: #fff
        }

            div#timeline .dot:nth-child(9) span {
                margin-left: 1px
            }

        div#timeline .dot:nth-child(10) {
            background-color: #fff
        }

            div#timeline .dot:nth-child(10) span {
                margin-right: 1.2px
            }

        div#timeline .dot span {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #e6e6e6;
            font-weight: 700;
            margin-top: 2px
        }

            div#timeline .dot span.text {
                font-family: "Helvetica";
                display: block;
                position: relative;
                top: -85px;
                font-size: 14px;
                width: 125px;
                color: #e6e6e6;
                font-weight: 700
            }

        div#timeline .dot .icon-exam {
            font-size: 49px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 12px
        }

            div#timeline .dot .icon-exam.active {
                background: -webkit-linear-gradient(-50deg, #ff0, rgb(255, 161, 61), rgb(239, 87, 0));
                -webkit-background-clip: text;
                -webkit-text-fill-color: rgba(0,0,0,0)
            }

        div#timeline .dot .icon-worldwide {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 1px
        }

        div#timeline .dot .icon-search {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 9px
        }

        div#timeline .dot .icon-appraisal {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 10px
        }

        div#timeline .dot .icon-checkout {
            font-size: 55px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-right: 22px
        }
}

@media(min-width: 1400px) {
    div#timeline .dot {
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 40px;
        height: 40px;
        margin-top: -19px;
        border-radius: 50%;
        background-color: #fff;
        margin-left: 75px;
        margin-right: 75px;
        top: -18px;
        text-align: center;
        cursor: pointer
    }

        div#timeline .dot:nth-child(1) {
            left: 3.5%;
            background-color: #ef7c00;
            color: #fff;
            border-color: #fff;
            -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
            box-shadow: 0 0 5px 3px rgba(0,0,0,.2)
        }

            div#timeline .dot:nth-child(1) span {
                margin-right: 1px
            }

        div#timeline .dot:nth-child(2) {
            left: 13.5%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(3) {
            left: 23.6%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(3) span {
                margin-left: 1.2px
            }

        div#timeline .dot:nth-child(4) {
            left: 33.7%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(5) {
            left: 43.8%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(6) {
            left: 54.3%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(7) {
            left: 64.5%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(8) {
            left: 74.6%;
            background-color: #fff
        }

        div#timeline .dot:nth-child(9) {
            left: 84.5%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(9) span {
                margin-right: 1px
            }

        div#timeline .dot:nth-child(10) {
            left: 94%;
            background-color: #fff
        }

            div#timeline .dot:nth-child(10) span {
                margin-right: 1.3px
            }

        div#timeline .dot span {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #e6e6e6;
            font-weight: 700;
            margin-top: 2px
        }

            div#timeline .dot span.text {
                font-family: roboto;
                display: block;
                position: relative;
                top: -90px;
                font-size: 14px;
                width: 130px;
                color: #e6e6e6;
                font-weight: 700
            }

        div#timeline .dot .icon-exam {
            font-size: 49px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 12px
        }

            div#timeline .dot .icon-exam.active {
                background: -webkit-linear-gradient(-50deg, #ff0, rgb(255, 161, 61), rgb(239, 87, 0));
                -webkit-background-clip: text;
                -webkit-text-fill-color: rgba(0,0,0,0)
            }

        div#timeline .dot .icon-worldwide {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 1px
        }

        div#timeline .dot .icon-search {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 9px
        }

        div#timeline .dot .icon-appraisal {
            font-size: 50px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-left: 10px
        }

        div#timeline .dot .icon-checkout {
            font-size: 55px;
            color: #e6e6e6;
            margin-top: -170px;
            padding-right: 6px
        }
}

.tabmain_content {
    font-size: 16px;
    font-family: "Helvetica";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

    .tabmain_content h2 {
        font-size: 28px;
        font-weight: 700;
        font-family: "Helvetica"
    }

    .tabmain_content span {
        text-align: left;
        font-size: 16px;
        font-family: "Helvetica";
        color: #ef7c00;
        font-weight: 700
    }

    .tabmain_content p {
        text-align: left;
        font-size: 16px;
        font-family: "Helvetica"
    }

    .tabmain_content hr {
        border-top: 1px solid #707070
    }

    .tabmain_content .download-box a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: #004282
    }

        .tabmain_content .download-box a p {
            margin-bottom: 0px;
            font-family: "Helvetica";
            font-size: 14px
        }

@media(min-width: 576px) {
    .tabmain_content .download-box a p {
        margin-bottom: 0px;
        font-family: "Helvetica";
        font-size: 16px
    }
}

.opportunities-section .container nav {
    margin-top: 35px
}

    .opportunities-section .container nav .breadcrumb .fa-sharp {
        color: #ef7c00;
        margin-top: 5px;
        margin-right: 13px;
        font-size: 15px
    }

    .opportunities-section .container nav .breadcrumb .breadcrumb-item:before, .opportunities-section .container nav .breadcrumb .breadcrumb-item:after {
        color: #999;
        font-weight: 700
    }

    .opportunities-section .container nav .breadcrumb .breadcrumb-item a {
        color: #ef7c00;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none
    }

    .opportunities-section .container nav .breadcrumb .breadcrumb-item:last-child:after {
        float: right;
        padding-left: var(--bs-breadcrumb-item-padding-x);
        content: var(--bs-breadcrumb-divider, "/")
    }

.opportunities-section .container h1 {
    font-family: "Helvetica";
    color: #004282;
    font-size: 36px;
    font-weight: 700
}

.opportunities-section .container .row {
    margin-top: 50px
}

    .opportunities-section .container .row div {
        padding-left: 12px;
        padding-right: 12px
    }

@media(min-width: 992px) {
    .opportunities-section .container .row div {
        padding-left: 12px;
        padding-right: 26px
    }
}

.opportunities-section .container .row .sidebar {
    margin-bottom: 70px
}

.opportunities-section .container .row .sidebar-top1 {
    height: 6px;
    background: #0050a5;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 80, 165)), to(rgb(0, 55, 113)));
    background: -o-linear-gradient(left, rgb(0, 80, 165) 0%, rgb(0, 55, 113) 100%);
    background: linear-gradient(90deg, rgb(0, 80, 165) 0%, rgb(0, 55, 113) 100%);
    border-radius: 26px
}

.opportunities-section .container .row .link {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: "Helvetica";
    color: #004282;
    background-color: #fff
}

    .opportunities-section .container .row .link a {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #004282;
        border-color: #e7e7e7
    }

        .opportunities-section .container .row .link a span {
            width: 90%
        }

        .opportunities-section .container .row .link a .fa-circle-chevron-right {
            color: #004282;
            font-size: 26px;
            display: none
        }

            .opportunities-section .container .row .link a .fa-circle-chevron-right.active {
                display: block
            }

        .opportunities-section .container .row .link a:hover {
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #004282;
            background-color: #f4f8fa
        }

            .opportunities-section .container .row .link a:hover .fa-circle-chevron-right {
                color: #004282;
                font-size: 26px;
                display: block
            }

        .opportunities-section .container .row .link a.active {
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #004282;
            background-color: #f4f8fa
        }

.opportunities-section .container .row .order-first {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 992px) {
    .opportunities-section .container .row .order-first {
        padding-left: 40px;
        padding-right: 0px
    }
}

.navScrolled {
    position: fixed;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: 0px 1px 5px #000;
    box-shadow: 0px 1px 5px #000
}

.stickybar-box.secondary-nav button.filter {
    border-radius: 0px 0px 0px 20px;
    width: auto;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #fff;
    border-style: solid;
    border-color: #ef7c00;
    background-color: #ef7c00;
    padding-left: 16px;
    padding-right: 16px;
    border-width: 2px
}

.stickybar-box.secondary-nav button.reset {
    border-radius: 0px;
    width: auto;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #fff;
    border-style: solid;
    border-color: #ef7c00;
    background-color: #ef7c00;
    padding-left: 16px;
    padding-right: 16px;
    border-width: 2px
}

.stickybar-box.secondary-nav button.filter.filter-reset:hover {
    border-radius: 0px 0px 0px 20px;
    width: auto;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #fff;
    border-style: none;
    background-color: #fff;
    color: #ef7c00;
    border-style: solid;
    border-width: 2px;
    border-color: #ef7c00;
    padding-left: 16px;
    padding-right: 16px
}

.stickybar-box.secondary-nav button.reset.filter-reset:hover {
    border-radius: 0px;
    width: auto;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #fff;
    border-style: none;
    background-color: #fff;
    color: #ef7c00;
    border-style: solid;
    border-width: 2px;
    border-color: #ef7c00;
    padding-left: 16px;
    padding-right: 16px
}

.stickybar-box.secondary-nav .scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .stickybar-box.secondary-nav .scroll::-webkit-scrollbar {
        display: none
    }

.stickybar-box.secondary-nav .submenu {
    display: none;
    position: relative;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    padding: 10px 0px 10px 0px;
    clear: both
}

    .stickybar-box.secondary-nav .submenu span {
        font-size: 15px;
        color: #094c9e;
        font-weight: 700;
        font-family: "Helvetica";
        margin-bottom: 20px
    }

    .stickybar-box.secondary-nav .submenu .input1 {
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 77px;
        border-color: #e0e8f0;
        border-style: solid;
        font-family: "Helvetica";
        font-size: 15px;
        padding: 5px 15px;
        width: 100%;
        border-width: 1px
    }

    .stickybar-box.secondary-nav .submenu .input2 {
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 77px;
        border-color: #e0e8f0;
        border-style: solid;
        border-width: 1px;
        font-family: "Helvetica";
        font-size: 15px;
        padding: 5px 25px 5px 10px;
        width: 80%;
        height: 30px;
        background: url("../images/calendar-icon.png") no-repeat;
        background-position: center right 10px
    }

    .stickybar-box.secondary-nav .submenu input[type=date]::-webkit-inner-spin-button, .stickybar-box.secondary-nav .submenu input[type=date]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none
    }

    .stickybar-box.secondary-nav .submenu label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        margin-bottom: .375em
    }

        .stickybar-box.secondary-nav .submenu label input {
            position: absolute;
            left: -9999px
        }

            .stickybar-box.secondary-nav .submenu label input:checked + span:before {
                -webkit-box-shadow: inset 0 0 0 .4375em #ef7c00;
                box-shadow: inset 0 0 0 .4375em #ef7c00
            }

        .stickybar-box.secondary-nav .submenu label span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: normal;
            border-radius: 99em;
            -webkit-transition: .25s ease;
            -o-transition: .25s ease;
            transition: .25s ease
        }

            .stickybar-box.secondary-nav .submenu label span:before {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                content: "";
                background-color: #fff;
                width: 1.5em;
                height: 1.5em;
                border-radius: 50%;
                margin-right: .375em;
                -webkit-transition: .25s ease;
                -o-transition: .25s ease;
                transition: .25s ease;
                -webkit-box-shadow: inset 0 0 0 .125em #cfcfcf;
                box-shadow: inset 0 0 0 .125em #cfcfcf
            }

    .stickybar-box.secondary-nav .submenu.visible {
        display: block;
        height: auto
    }

.stickybar-box.secondary-nav .dropdown {
    position: inherit
}

.stickybar-box.secondary-nav .dropdown-item {
    display: inline-block;
    font-size: .8rem;
    font-weight: 500;
    width: auto;
    clear: inherit;
    padding: 12px
}

.stickybar-box.secondary-nav .dropdown-toggle.visible {
    background: #e7e7e7
}

.stickybar-box.secondary-nav .dropdown-item.active, .stickybar-box.secondary-nav .dropdown-item:active, .stickybar-box.secondary-nav .dropdown-item:hover {
    background: #fff;
    color: #6a2c79
}

.stickybar-box.secondary-nav, .stickybar-box.secondary-nav nav {
    font-size: 0
}

.stickybar-box.secondary-nav {
    background-color: #fff;
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

    .stickybar-box.secondary-nav .vam {
        display: inline-block;
        vertical-align: middle
    }

    .stickybar-box.secondary-nav .nav {
        width: 100%
    }

    .stickybar-box.secondary-nav .nav-item {
        display: inline-block;
        vertical-align: middle
    }

    .stickybar-box.secondary-nav .nav-link {
        padding: 18px 14px;
        font-size: .82rem;
        font-weight: 600
    }

    .stickybar-box.secondary-nav::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        height: 100%;
        width: 35px;
        pointer-events: none;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s
    }

    .stickybar-box.secondary-nav .nav-link {
        padding: 5px 5px;
        border-style: solid;
        border-radius: 10px;
        border-color: #999;
        border-width: 1px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px
    }

        .stickybar-box.secondary-nav .nav-link.active {
            background-color: #e8e8e8;
            color: #000;
            -webkit-box-shadow: none;
            box-shadow: none
        }

.sidebartable-section .container .row .col-lg-9 p {
    font-size: 15px;
    font-family: "Helvetica"
}

.sidebartable-section .container .row .col-lg-9 span {
    color: #ef7c00;
    font-size: 15px;
    font-family: "Helvetica";
    font-weight: 700
}

.pagination {
    display: block;
    margin-top: 30px
}

    .pagination .fa-angle-left, .pagination .fa-angle-right {
        color: #ef7c00
    }

    .pagination li {
        float: left;
        list-style: none
    }

        .pagination li a {
            display: block;
            width: 34px;
            height: 33px;
            line-height: 33px;
            text-align: center;
            position: relative;
            margin: 20px 2px 50px;
            color: #000;
            text-decoration: none
        }

            .pagination li a:before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -webkit-transform: scale(0);
                border-radius: 100px;
                -webkit-transition: all .25s;
                background-color: #ef7c00
            }

            .pagination li a:hover:before {
                color: #ef7c00;
                -webkit-box-shadow: inset 0 0 0 1px #fff;
                box-shadow: inset 0 0 0 1px #fff
            }

        .pagination li.active a {
            -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
            color: #fff;
            background-color: #ef7c00;
            border-radius: 50%;
            font-weight: 700
        }

        .pagination li.no-color.active a {
            -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
            color: #ef7c00;
            background-color: #fff;
            border-radius: 50%;
            font-weight: 700
        }

        .pagination li.active .fa-angle-left {
            color: #ef7c00;
            background-color: #fff;
            border-radius: 50%;
            font-weight: 700
        }

        .pagination li.active .fa-angle-right {
            color: #ef7c00;
            background-color: #fff;
            border-radius: 50%;
            font-weight: 700
        }

@media(min-width: 992px) {
    .sidebartable-section .container .row .col-lg-3 {
        width: 23%;
        margin-right: 37px
    }

        .sidebartable-section .container .row .col-lg-3 .filter-box {
            background-color: #003d7c;
            padding: 5px 10px 5px 10px;
            border-radius: 5px;
            margin-bottom: 15px
        }

        .sidebartable-section .container .row .col-lg-3 span {
            font-size: 15px;
            color: #094c9e;
            font-weight: 700;
            font-family: "Helvetica";
            margin-bottom: 20px
        }

        .sidebartable-section .container .row .col-lg-3 .input1 {
            margin-top: 15px;
            margin-bottom: 15px;
            border-radius: 77px;
            border-color: #e0e8f0;
            border-style: solid;
            font-family: "Helvetica";
            font-size: 15px;
            padding: 5px 15px;
            width: 100%;
            border-width: 1px
        }

        .sidebartable-section .container .row .col-lg-3 .accordion {
            border-style: none
        }

            .sidebartable-section .container .row .col-lg-3 .accordion .accordion-item {
                border-style: solid;
                border-width: 1.5px 0px 0px 0px;
                border-radius: 0px;
                border-color: #e8e8e8
            }

                .sidebartable-section .container .row .col-lg-3 .accordion .accordion-item .accordion-header {
                    border-style: none
                }

            .sidebartable-section .container .row .col-lg-3 .accordion .accordion-button {
                font-size: 15px;
                font-weight: 700;
                font-family: "Helvetica";
                color: #094c9e;
                padding: 10px 0px 0px 0px
            }

                .sidebartable-section .container .row .col-lg-3 .accordion .accordion-button:after {
                    background-image: url("../images/ico-open.png") !important;
                    -webkit-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    transform: rotate(360deg);
                    background-size: auto;
                    margin-top: 10px
                }

                .sidebartable-section .container .row .col-lg-3 .accordion .accordion-button:not(.collapsed) {
                    background-color: #fff;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

                    .sidebartable-section .container .row .col-lg-3 .accordion .accordion-button:not(.collapsed):after {
                        background-image: url("../images/ico-close.png") !important
                    }

            .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body {
                margin-bottom: 20px;
                padding: 0px;
                border-style: none
            }

                .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body span {
                    font-size: 14px;
                    font-weight: 700;
                    color: #000;
                    font-family: "Helvetica";
                    margin-top: 20px
                }

                .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body .input2 {
                    margin-top: 15px;
                    margin-bottom: 15px;
                    border-radius: 77px;
                    border-color: #e0e8f0;
                    border-style: solid;
                    border-width: 1px;
                    font-family: "Helvetica";
                    font-size: 15px;
                    padding: 5px 25px 5px 10px;
                    width: 80%;
                    background: url("../images/calendar-icon.png") no-repeat;
                    background-position: center right 10px
                }

                .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body input[type=date]::-webkit-inner-spin-button, .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body input[type=date]::-webkit-calendar-picker-indicator {
                    display: none;
                    -webkit-appearance: none
                }

                .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body label {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    cursor: pointer;
                    position: relative;
                    overflow: hidden;
                    margin-bottom: .375em
                }

                    .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body label input {
                        position: absolute;
                        left: -9999px
                    }

                        .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body label input:checked + span:before {
                            -webkit-box-shadow: inset 0 0 0 .4375em #ef7c00;
                            box-shadow: inset 0 0 0 .4375em #ef7c00
                        }

                    .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body label span {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        font-weight: normal;
                        border-radius: 99em;
                        -webkit-transition: .25s ease;
                        -o-transition: .25s ease;
                        transition: .25s ease
                    }

                        .sidebartable-section .container .row .col-lg-3 .accordion .accordion-body label span:before {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-negative: 0;
                            flex-shrink: 0;
                            content: "";
                            background-color: #fff;
                            width: 1.5em;
                            height: 1.5em;
                            border-radius: 50%;
                            margin-right: .375em;
                            -webkit-transition: .25s ease;
                            -o-transition: .25s ease;
                            transition: .25s ease;
                            -webkit-box-shadow: inset 0 0 0 .125em #cfcfcf;
                            box-shadow: inset 0 0 0 .125em #cfcfcf
                        }

            .sidebartable-section .container .row .col-lg-3 .accordion button.filter-reset {
                margin-top: 10px;
                border-radius: 50px;
                width: auto;
                height: 50px;
                font-size: 14px;
                font-weight: 700;
                font-family: "Helvetica";
                color: #fff;
                border-style: solid;
                border-color: #ef7c00;
                background-color: #ef7c00;
                padding-left: 26px;
                padding-right: 26px;
                border-width: 2px
            }

                .sidebartable-section .container .row .col-lg-3 .accordion button.filter-reset:hover {
                    border-radius: 50px;
                    width: auto;
                    height: 50px;
                    font-size: 14px;
                    font-weight: 700;
                    font-family: "Helvetica";
                    color: #fff;
                    border-style: none;
                    background-color: #fff;
                    color: #ef7c00;
                    border-style: solid;
                    border-width: 2px;
                    border-color: #ef7c00;
                    padding-left: 26px;
                    padding-right: 26px
                }

    .sidebartable-section .container .row .col-lg-9 {
        width: 73%
    }

        .sidebartable-section .container .row .col-lg-9 p {
            font-size: 15px;
            font-family: "Helvetica"
        }

        .sidebartable-section .container .row .col-lg-9 span {
            color: #ef7c00;
            font-size: 15px;
            font-family: "Helvetica";
            font-weight: 700
        }

        .pagination {
            display: block
        }

            .pagination .fa-angle-left, .pagination .fa-angle-right {
                color: #ef7c00
            }

            .pagination li {
                float: left;
                list-style: none
            }

                .pagination li a {
                    display: block;
                    width: 40px;
                    height: 40px;
                    line-height: 38px;
                    text-align: center;
                    position: relative;
                    margin: 20px 2px 50px;
                    color: #000;
                    text-decoration: none
                }

                    .pagination li a:before {
                        position: absolute;
                        content: "";
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        -webkit-transform: scale(0);
                        border-radius: 100px;
                        -webkit-transition: all .25s;
                        background-color: #ef7c00
                    }

                .pagination li.active a {
                    -webkit-transform: scale(1);
                    -webkit-box-shadow: inset 0 0 0 1px #fff;
                    box-shadow: inset 0 0 0 1px #fff;
                    color: #fff;
                    background-color: #ef7c00;
                    border-radius: 50%;
                    font-weight: 700
                }

                    .pagination li.active a .pagination li.active .fa-angle-left {
                        color: #fff;
                        background-color: #ef7c00;
                        border-radius: 50%;
                        font-weight: 700
                    }

                    .pagination li.active a .pagination li.active .fa-angle-right {
                        color: #fff;
                        background-color: #ef7c00;
                        border-radius: 50%;
                        font-weight: 700
                    }
}

@media(min-width: 1200px) {
    .sidebartable-section .container .row .col-lg-3 {
        width: 23%;
        margin-right: 55px
    }

        .sidebartable-section .container .row .col-lg-3 .filter-box {
            background-color: #003d7c
        }

    .sidebartable-section .container .row .col-lg-9 {
        width: 72%
    }
}

.sidebartable-section table {
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden
}

.sidebartable-section .section-table #customscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.sidebartable-section .section-table #customscroll::-webkit-scrollbar {
    height: 10px;
    background-color: #f5f5f5
}

.sidebartable-section .section-table #customscroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555
}

.sidebartable-section .section-table .table {
    background: -webkit-gradient(linear, right top, left top, from(rgb(10, 116, 222)), color-stop(35%, rgb(23, 101, 181)), to(rgb(9, 75, 158)));
    background: -o-linear-gradient(right, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%);
    background: linear-gradient(270deg, rgb(10, 116, 222) 0%, rgb(23, 101, 181) 35%, rgb(9, 75, 158) 100%)
}

    .sidebartable-section .section-table .table thead th.title-left {
        font-size: 14px;
        font-weight: bold;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        border-width: 1px;
        text-align: left;
        padding: 10px 10px
    }

    .sidebartable-section .section-table .table thead th.title-right {
        font-size: 14px;
        font-weight: bold;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        border-width: 1px;
        text-align: center;
        padding: 10px 10px
    }

    .sidebartable-section .section-table .table > tbody > tr:nth-child(odd) > th, .sidebartable-section .section-table tr:nth-child(odd) > td {
        background-color: #f4f8fa
    }

    .sidebartable-section .section-table .table > tbody > tr:nth-child(even) > th, .sidebartable-section .section-table tr:nth-child(even) > td {
        background-color: #fff
    }

    .sidebartable-section .section-table .table thead tr {
        border-style: solid;
        border-width: 1px;
        border-color: #1765b5
    }

    .sidebartable-section .section-table .table tbody tr {
        border-style: solid;
        border-width: 1px
    }

        .sidebartable-section .section-table .table tbody tr th {
            border-style: solid;
            font-size: 16px;
            font-weight: normal;
            text-align: left;
            padding: 15px 10px;
            width: 1%
        }

        .sidebartable-section .section-table .table tbody tr td.first-td {
            width: 33%;
            border-style: solid;
            padding: 15px 12px;
            text-align: left;
            color: #004282
        }

            .sidebartable-section .section-table .table tbody tr td.first-td a {
                color: #004282
            }

        .sidebartable-section .section-table .table tbody tr td.second-td {
            color: #000;
            border-style: solid;
            padding: 15px 10px;
            text-align: left;
            width: 5%
        }

        .sidebartable-section .section-table .table tbody tr td.third-td {
            color: #000;
            border-style: solid;
            padding: 15px 10px;
            text-align: left;
            width: 5%
        }

        .sidebartable-section .section-table .table tbody tr td.fourth-td {
            color: #000;
            border-style: solid;
            padding: 15px 10px;
            text-align: left;
            width: 5%
        }

@media(min-width: 1200px) {
    .sidebartable-section .section-table .table thead th.title-left {
        font-size: 16px;
        font-weight: bold;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        border-width: 1px;
        text-align: left;
        padding: 10px 20px
    }

    .sidebartable-section .section-table .table thead th.title-right {
        font-size: 16px;
        font-weight: bold;
        font-family: "Helvetica";
        color: #fff;
        border-style: none;
        border-width: 1px;
        text-align: left;
        padding: 10px 10px
    }

    .sidebartable-section .section-table .table > tbody > tr:nth-child(odd) > th, .sidebartable-section .section-table tr:nth-child(odd) > td {
        background-color: #f4f8fa
    }

    .sidebartable-section .section-table .table tbody tr th {
        border-style: solid;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        padding: 15px 20px;
        width: 1%
    }

    .sidebartable-section .section-table .table tbody tr td.first-td {
        width: 35%;
        border-style: solid;
        padding: 15px 20px;
        text-align: left;
        color: #004282
    }

        .sidebartable-section .section-table .table tbody tr td.first-td a {
            color: #004282
        }

    .sidebartable-section .section-table .table tbody tr td.second-td {
        color: #000;
        border-style: solid;
        padding: 15px 10px;
        text-align: left
    }

    .sidebartable-section .section-table .table tbody tr td.third-td {
        color: #000;
        border-style: solid;
        padding: 15px 10px;
        text-align: left
    }

    .sidebartable-section .section-table .table tbody tr td.fourth-td {
        color: #000;
        border-style: solid;
        padding: 15px 10px;
        text-align: left
    }
}

.resources-section .container nav {
    margin-top: 35px
}

    .resources-section .container nav .breadcrumb .fa-sharp {
        color: #ef7c00;
        margin-top: 5px;
        margin-right: 13px;
        font-size: 15px
    }

    .resources-section .container nav .breadcrumb .breadcrumb-item:before, .resources-section .container nav .breadcrumb .breadcrumb-item:after {
        color: #999;
        font-weight: 700
    }

    .resources-section .container nav .breadcrumb .breadcrumb-item a {
        color: #ef7c00;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none
    }

    .resources-section .container nav .breadcrumb .breadcrumb-item:last-child:after {
        float: right;
        padding-left: var(--bs-breadcrumb-item-padding-x);
        content: var(--bs-breadcrumb-divider, "/")
    }

.resources-section .container h1 {
    font-family: "Helvetica";
    color: #004282;
    font-size: 36px;
    font-weight: 700
}

.resources-section .container .row {
    margin-top: 50px
}

    .resources-section .container .row div {
        padding-left: 12px;
        padding-right: 12px
    }

@media(min-width: 992px) {
    .resources-section .container .row div {
        padding-left: 12px;
        padding-right: 26px
    }
}

.resources-section .container .row .sidebar {
    margin-bottom: 70px
}

.resources-section .container .row .sidebar-top1 {
    height: 6px;
    background: #0050a5;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 80, 165)), to(rgb(0, 55, 113)));
    background: -o-linear-gradient(left, rgb(0, 80, 165) 0%, rgb(0, 55, 113) 100%);
    background: linear-gradient(90deg, rgb(0, 80, 165) 0%, rgb(0, 55, 113) 100%);
    border-radius: 26px
}

.resources-section .container .row .link {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: "Helvetica";
    color: #004282;
    background-color: #fff
}

    .resources-section .container .row .link a {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #004282;
        border-color: #e7e7e7
    }

        .resources-section .container .row .link a span {
            width: 90%
        }

        .resources-section .container .row .link a .fa-circle-chevron-right {
            color: #004282;
            font-size: 26px;
            display: none
        }

            .resources-section .container .row .link a .fa-circle-chevron-right.active {
                display: block
            }

        .resources-section .container .row .link a:hover {
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #004282;
            background-color: #f4f8fa
        }

            .resources-section .container .row .link a:hover .fa-circle-chevron-right {
                color: #004282;
                font-size: 26px;
                display: block
            }

        .resources-section .container .row .link a.active {
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 700;
            font-family: "Helvetica";
            color: #004282;
            background-color: #f4f8fa
        }

.resources-section .container .row .order-first {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px
}

@media(min-width: 992px) {
    .resources-section .container .row .order-first {
        padding-left: 40px;
        padding-right: 0px;
        margin-bottom: 250px
    }
}

.resources-section .container .row .order-first .download-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #004282
}

    .resources-section .container .row .order-first .download-box a p {
        margin-bottom: 0px;
        font-family: "Helvetica";
        font-size: 14px
    }

@media(min-width: 576px) {
    .resources-section .container .row .order-first .download-box a p {
        margin-bottom: 0px;
        font-family: "Helvetica";
        font-size: 16px
    }
}

.contactus-section .container nav {
    margin-top: 35px
}

    .contactus-section .container nav .breadcrumb .fa-sharp {
        color: #ef7c00;
        margin-top: 5px;
        margin-right: 13px;
        font-size: 15px
    }

    .contactus-section .container nav .breadcrumb .breadcrumb-item:before, .contactus-section .container nav .breadcrumb .breadcrumb-item:after {
        color: #999;
        font-weight: 700
    }

    .contactus-section .container nav .breadcrumb .breadcrumb-item a {
        color: #ef7c00;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none
    }

    .contactus-section .container nav .breadcrumb .breadcrumb-item:last-child:after {
        float: right;
        padding-left: var(--bs-breadcrumb-item-padding-x);
        content: var(--bs-breadcrumb-divider, "/")
    }

.contactus-section .container h1 {
    font-family: "Helvetica";
    color: #004282;
    font-size: 36px;
    font-weight: 700;
    margin-top: -10px
}

.contactus-section .container .contact-us p {
    text-align: justify;
    font-size: 16px;
    margin-top: 26px;
    font-family: "Helvetica";
    line-height: 32px
}

.contactus-section .container .contact-us button {
    border-radius: 50px;
    width: 181px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-style: none;
    background-color: #ef7c00;
    font-family: "Helvetica";
    margin-top: 14px
}

.contactus-section .container .contact-section .container button.contactus:hover {
    border-radius: 50px;
    width: 181px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #ef7c00;
    border-style: none;
    background-color: #fff;
    font-family: "Helvetica";
    border-color: #ef7c00;
    border-style: solid;
    border-width: 2px
}

.location-section h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #004282;
    margin-bottom: 50px
}

.location-section .mapouter {
    position: relative;
    text-align: right;
    height: 400px;
    width: 100%
}

.location-section .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 100%
}

@media(min-width: 992px) {
    .location-section .mapouter {
        position: relative;
        text-align: right;
        height: 500px;
        width: 100%
    }

    .location-section .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 500px;
        width: 100%
    }
}

.locationdetail-section {
    margin-bottom: 80px
}

    .locationdetail-section .container .row > * {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .locationdetail-section .locationdetail-wrapper {
        padding: 30px;
        border-style: solid;
        border-width: 1px;
        border-color: #e8e8e8;
        border-radius: 10px;
        text-align: left;
        color: #004282
    }

        .locationdetail-section .locationdetail-wrapper .equal-height {
            max-height: 100%
        }

    .locationdetail-section .contact-detail .contact-title {
        text-align: left;
        width: 70%
    }

        .locationdetail-section .contact-detail .contact-title span {
            color: #ef7c00;
            font-size: 14px;
            font-weight: 700;
            font-family: "Helvetica"
        }

        .locationdetail-section .contact-detail .contact-title h5 {
            color: #004282;
            font-weight: 700;
            font-family: "Helvetica";
            font-size: 20px;
            line-height: 30px;
            margin-top: 10px
        }

    .locationdetail-section p {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 16px;
        font-family: "Helvetica";
        line-height: 32px;
        text-align: left;
        color: #000
    }

        .locationdetail-section p a {
            color: #003d7c;
            word-break: break-all
        }

@media(min-width: 768px) {
    .locationdetail-section .contact-detail .contact-title {
        text-align: left;
        width: 70%
    }

        .locationdetail-section .contact-detail .contact-title span {
            color: #ef7c00;
            font-size: 16px;
            font-weight: 700;
            font-family: "Helvetica"
        }

        .locationdetail-section .contact-detail .contact-title h5 {
            color: #004282;
            font-weight: 700;
            font-family: "Helvetica";
            font-size: 24px;
            line-height: 30px;
            margin-top: 10px
        }

    .locationdetail-section .locationdetail-wrapper {
        padding: 30px;
        border-style: solid;
        border-width: 1px;
        border-color: #e8e8e8;
        border-radius: 5px;
        text-align: left;
        color: #004282
    }

        .locationdetail-section .locationdetail-wrapper .contact-detail.title-height {
            margin-top: 20px
        }

    .locationdetail-section .p-height {
        margin-top: 35px;
        font-size: 16px;
        font-family: "Helvetica";
        line-height: 32px;
        text-align: left;
        color: #000
    }

        .locationdetail-section .p-height a {
            color: #003d7c;
            word-break: break-all
        }
}

@media(min-width: 992px) {
    .locationdetail-section .locationdetail-wrapper {
        padding: 30px;
        border-style: solid;
        border-width: 1px;
        border-color: #e8e8e8;
        border-radius: 5px;
        text-align: left;
        color: #004282
    }

        .locationdetail-section .locationdetail-wrapper .contact-detail.title-height {
            margin-top: 30px
        }

    .locationdetail-section .p-height {
        margin-top: 28px;
        font-size: 16px;
        font-family: "Helvetica";
        line-height: 32px;
        text-align: left;
        color: #000
    }

        .locationdetail-section .p-height a {
            color: #003d7c;
            word-break: break-all
        }
}

@media(min-width: 1200px) {
    .locationdetail-section .locationdetail-wrapper {
        padding: 30px;
        border-style: solid;
        border-width: 1px;
        border-color: #e8e8e8;
        border-radius: 5px;
        text-align: left;
        color: #004282
    }

        .locationdetail-section .locationdetail-wrapper .contact-detail.title-height {
            margin-top: 10px
        }

    .locationdetail-section .p-height {
        margin-top: 33px;
        font-size: 16px;
        font-family: "Helvetica";
        line-height: 32px;
        text-align: left;
        color: #000
    }

        .locationdetail-section .p-height a {
            color: #003d7c;
            word-break: break-all
        }
}

footer {
    background-color: #0f2f5e
}

    footer .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Helvetica";
        padding-top: 85px;
        padding-bottom: 85px
    }

    footer h5 {
        color: #fff;
        padding: 0;
        font-size: 18px;
        font-weight: normal;
        font-family: "Helvetica"
    }

    footer .fa-location-arrow {
        color: #fff
    }

    footer .location {
        padding-top: 85px;
        color: #999;
        padding: 0;
        font-size: 14px;
        font-family: "Helvetica";
        margin-bottom: 0;
        margin-left: -12px;
        text-decoration: none
    }

        footer .location:hover {
            color: #fff;
            cursor: pointer
        }

    footer .fa-envelope {
        color: #fff;
        margin: 0px 10px 0px 10px
    }

    footer .mail {
        color: #999;
        margin-left: -3rem;
        font-size: 14px;
        font-weight: normal;
        font-family: "Helvetica";
        margin-top: -15px;
        margin-left: -90px;
        text-decoration: none
    }

        footer .mail a {
            text-decoration: none;
            color: #999
        }

            footer .mail a:hover {
                color: #fff;
                cursor: pointer
            }

    footer .fa-circle {
        font-size: 5px;
        margin: 0px 5px 0px 5px
    }

    footer .copyright {
        color: #999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-style: solid;
        border-width: 1px 0px 0px 0px;
        border-color: #163c77;
        padding-top: 30px;
        padding-bottom: 30px
    }

        footer .copyright p {
            margin-bottom: 3px;
            font-size: 12px;
            font-family: "Helvetica"
        }

            footer .copyright p a {
                text-decoration: none;
                color: #999
            }

                footer .copyright p a:hover {
                    color: #fff;
                    cursor: pointer
                }

    footer .T-C {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px
    }

        footer .T-C a {
            margin-left: 10px;
            margin-right: 10px;
            text-decoration: none;
            font-family: "Helvetica";
            color: #999
        }

            footer .T-C a:hover {
                color: #fff;
                cursor: pointer
            }

@media(min-width: 992px) {
    .nav-item.hover > .dropdown-menu {
        display: block
    }

    .nav-item .dropdown-menu .dropdown.hover {
        background-color: var(--bs-dropdown-link-hover-bg)
    }

        .nav-item .dropdown-menu .dropdown.hover > .dropdown-menu {
            display: block;
            left: 100%;
            margin-top: 0;
            margin-left: 0;
            top: 0
        }

    .dropdown-item:hover {
        background-color: var(--bs-dropdown-link-hover-bg) !important
    }
}

.navbar-submenu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .navbar-submenu-toggle::after {
        display: block;
        margin-left: 0;
        margin-top: 8px;
        content: "";
        border-top: .3em solid rgba(0,0,0,0);
        border-right: 0;
        border-bottom: .3em solid rgba(0,0,0,0);
        border-left: .3em solid;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 0
    }

    .navbar-submenu-toggle.active {
        background-color: var(--bs-dropdown-link-hover-bg)
    }

    .navbar-submenu-toggle + .dropdown-menu {
        margin-left: -10px
    }

.nav-item .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7
}

.table > :not(caption) > * > * {
    background-color: transparent
}