
        body {
            background-color: #000;
            color: white;
            font-family: Arial, sans-serif;
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        th,
        td {
            border: 1px solid #fff;
            padding: 8px;
            color: white;
        }

        th {
            background-color: #4aa8a4;
            text-align: left;
        }

        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }

        h3 {
            margin-top: 0;
            margin-bottom: .5rem;
        }

        a {
            color: #007bff;
            text-decoration: none;
            background-color: transparent;
        }

        a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

        h3 {
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }

        h3 {
            font-size: 1.75rem;
        }

        .container {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width:576px) {
            .container {
                max-width: 540px;
            }
        }

        @media (min-width:768px) {
            .container {
                max-width: 720px;
            }
        }

        @media (min-width:992px) {
            .container {
                max-width: 960px;
            }
        }

        @media (min-width:1200px) {
            .container {
                max-width: 1140px;
            }
        }

        .bg-light {
            background-color: #f8f9fa !important;
        }

        .pb-4 {
            padding-bottom: 1.5rem !important;
        }

        .text-dark {
            color: #343a40 !important;
        }

        @media print {

            *,
            ::after,
            ::before {
                text-shadow: none !important;
                box-shadow: none !important;
            }

            a:not(.btn) {
                text-decoration: underline;
            }

            h3 {
                orphans: 3;
                widows: 3;
            }

            h3 {
                page-break-after: avoid;
            }

            .container {
                min-width: 992px !important;
            }
        }

        .bg-light a {
            color: #db0a00;
        }

        .label {
            display: inline;
            padding: .2em .6em .3em;
            font-size: 75%;
            font-weight: 700;
            line-height: 2.2;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: .25em;
            margin: 5px;
        }

        .label a {
            color: #fff;
        }

        .label-default {
            background-color: #f1a6a6;
        }

        .label-primary {
            background-color: #8fbde4;
        }

        .label-success {
            background-color: #a2cea2;
        }

        .label-info {
            background-color: #98c7d6;
        }

        .label-warning {
            background-color: #aa849a;
        }

        .label-danger {
            background-color: #958aca91;
        }

        a {
            color: #ec008c;
        }

        a:hover {
            color: #fff;
            text-decoration: none;
        }

        a:hover {
            outline: 0;
        }

        a:hover {
            color: #f0f0f0;
        }

        a:hover {
            color: #fff;
        }

        a {
            color: #ec008c;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
            text-decoration: none;
            outline: 0;
            -webkit-tap-highlight-color: transparent;
        }

        a,
        div {
            outline: 0 !important;
        }

        *,
        :after,
        :before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        ::selection {
            color: #fff;
            background: #c4aa77;
        }

        a {
            color: #eec103;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
            text-decoration: none;
            outline: 0;
            -webkit-tap-highlight-color: transparent;
        }

        a,
        div {
            outline: 0 !important;
        }

        div {
            outline: 0 !important;
        }

        *,
        :after,
        :before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        ::selection {
            color: #fff;
            background: #c4aa77;
        }

        a {
            color: #ffffff;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
            text-decoration: none;
            outline: 0;
            -webkit-tap-highlight-color: transparent;
        }

        a:hover {
            color: #fff;
            text-decoration: none;
        }

        a:hover {
            outline: 0;
        }

        .white-sec a {
            color: #000;
            font-size: 13px;
        }

        @media screen and (max-width: 767px) {
            .container {
                max-width: 1170px;
            }
        }

        @media screen and (max-width: 767px) {
            p {
                font-size: 14px;
            }
        }

        @media only screen and (max-width: 767px) {
            section {
                padding-left: 0px;
                padding-right: 0px;
            }
        }

        * {
            box-sizing: border-box;
            margin: 0;
        }

        ::selection {
            background: var(--yellow-color);
            color: var(--white-color);
        }

        p {
            font-weight: 400;
            font-size: 13px;
            color: var(--white-color);
        }

        .btn,
        .form-control:focus,
        button:focus,
        .btn:focus {
            outline: none !important;
        }

        section {
            padding-left: 12px;
            padding-right: 12px;
        }

        ::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        ::-webkit-scrollbar-track {
            background-color: #ccc;
            border-radius: 10px;
        }

        ::-webkit-scrollbar-thumb {
            background-color: var(--white-color);
            border-radius: 10px;
        }

        .form-control::placeholder {
            font-size: 16px;
            color: #5C7E98;
        }

        .form-control:focus {
            border: 1px solid var(--primary-color);
            box-shadow: none;
        }

        .text-white {
            color: var(--white-color);
        }

        .container {
            width: 100%;
            padding-right: 12px;
            padding-left: 12px;
            margin-right: auto;
            margin-left: auto;
        }

        .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(-1 * var(--bs-gutter-y));
            margin-right: calc(-.5 * var(--bs-gutter-x));
            margin-left: calc(-.5 * var(--bs-gutter-x));
        }

        .row>* {
            flex-shrink: 0;
            width: 100%;
            max-width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            margin-top: var(--bs-gutter-y);
        }

        .align-items-center {
            align-items: center !important;
        }

        .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(var(--bs-gutter-y) * -1);
            margin-right: calc(var(--bs-gutter-x)/ -2);
            margin-left: calc(var(--bs-gutter-x)/ -2);
        }

        .row>* {
            flex-shrink: 0;
            width: 100%;
            max-width: 100%;
            padding-right: calc(var(--bs-gutter-x)/ 2);
            padding-left: calc(var(--bs-gutter-x)/ 2);
            margin-top: var(--bs-gutter-y);
        }

        ::selection {
            background: var(--yellow-color);
            color: var(--white-color);
        }

        section {
            padding-left: 12px;
            padding-right: 12px;
        }

        @media (min-width: 1200px) {
            @media (max-width: 575px) {
                section {
                    padding-left: 0px;
                    padding-right: 0px;
                }
            }
        }

        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }

        .container {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width:576px) {
            .container {
                max-width: 540px;
            }
        }

        @media (min-width:768px) {
            .container {
                max-width: 720px;
            }
        }

        @media (min-width:992px) {
            .container {
                max-width: 960px;
            }
        }

        @media (min-width:1200px) {
            .container {
                max-width: 1140px;
            }
        }

        @media print {

            *,
            ::after,
            ::before {
                text-shadow: none !important;
                box-shadow: none !important;
            }

            .container {
                min-width: 992px !important;
            }
        }

        div {
            outline: 0 !important;
        }

        *,
        :after,
        :before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        ::selection {
            color: #fff;
            background: #c4aa77;
        }

        div {
            outline: 0 !important;
        }

        div {
            outline: 0 !important;
        }

        *,
        :after,
        :before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        ::selection {
            color: #fff;
            background: #c4aa77;
        }

        .banner-area {
            background-size: cover;
            background-position: top center;
            background: #157878;
            text-align: center;
            padding: 30px 0px;
        }

        .overlay {
            width: 100%;
            height: 100%;
            top: 0px;
            right: 0;
            bottom: 0;
            left: 0px;
            background: rgb(0 0 0);
            opacity: 0.80;
            filter: alpha(opacity=100);
        }

        .banner-content .hed {
            font-size: 31px;
            font-weight: 300;
            line-height: 35px;
        }

        .text-white {
            color: #fff !important;
        }

        .banner-content .form-wrap {
            margin: 40px 0 25px 0;
            border-radius: 3px;
        }

        select.form-control:not([size]):not([multiple]) {
            height: calc(3rem + 2px) !important;
            border-radius: 0px !important;
        }

        .banner-content .form-wrap .form-control {
            height: 50px !important;
            border-radius: 0;
            font-size: 14px;
            background: #f9f9ff !important;
            border: none !important;
        }

        .banner-content .form-cols {
            background: #f9f9ff;
            padding: 6px 5px 6px 5px;
            width: 92%;
        }

        .rounded-right {
            background: #f9f9ff;
            padding: 6px 5px 6px 5px;
            width: 8%;
        }

        .banner-content .form-wrap .btn-info {
            background-color: #157878;
            width: 100%;
            padding: 12px 0;
            color: #fff;
            border: none;
            text-transform: uppercase;
            font-size: 12px;
        }

        .banner-content .form-wrap .btn-info:hover {
            background: #5755a0;
            color: #fff !important;
            box-shadow: 0px 0px 40px 0px rgba(132, 144, 255, 0.2);
        }

        .btn i {
            font-size: 1.8em;
            line-height: inherit;
            margin-top: 6px;
        }

        .banner-content p {
            font-size: 15px;
            color: #fff;
            font-weight: 400;
            line-height: 26px;
        }

        .lnr {
            font-family: 'Linearicons-Free';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .banner-content p span {
            color: #fff;
        }

        @media (max-width: 768px) {
            .banner-content .hed {
                font-size: 17px;
                line-height: 25px;
            }

            .banner-content .form-cols {
                background: #f9f9ff;
                padding: 6px 5px 6px 5px;
                width: 100%;
            }

            .rounded-right {
                background: #f9f9ff;
                padding: 6px 5px 6px 5px;
                width: 100%;
            }
        }

        .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .fa-search:before {
            content: "\f002";
        }
        
        nav{
     display:block !important;
     padding-left:40px;
        }
        
       .hlogo{
            width: 250px;
        }
        #dropdownsy{
            width:100%;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
     
        
        
        
        
        
        
        
        
        
        
        
        
