@import https: //fonts.googleapis.com/css?family=Poppins:300,400,500,600,700;
    body {
    font-family: "Poppins", sans-serif;
    background: #fff;
}
p {
    font-family: "Poppins", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    outline: none !important;
    box-shadow: none !important;
}
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*Header*/
.header-top {
    background: #2c498d;
}
.select-lang {
    float: left;
    padding: 8px 8px 8px 0;
}
.header-top .top-header-font-resize {
    border-left: 1px solid #4964a4;
    float: left;
}
.top-header-font-resize .dropdown-toggle {
    background: none;
    border: none;
    padding: 8px;
    outline: none;
}
.top-header-font-resize .dropdown-toggle:hover {
    background: #388fcc;
    background: -moz-linear-gradient(left, #388fcc 0%, #1db5a6 100%);
    background: -webkit-linear-gradient(left, #388fcc 0%, #1db5a6 100%);
    background: linear-gradient(to right, #388fcc 0%, #1db5a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388fcc', endColorstr='#1db5a6',GradientType=1 );
    color: #fff;
}
.top-header-font-resize .dropdown-toggle::after {
    display: none;
}
.header-top .top-header-font-resize li {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(147, 186, 255, 0.25);
    text-align: center;
    float: left;
    line-height: 23px;
}
.header-top .top-header-font-resize li a {
    color: #fff;
    font-weight: 600;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.top-header-font-resize .dropdown-menu {
    top: 98%;
    min-width: 42px;
    padding: 0;
    border-radius: 0;
    background: #388fcc;
    background: -moz-linear-gradient(left, #388fcc 0%, #1db5a6 100%);
    background: -webkit-linear-gradient(left, #388fcc 0%, #1db5a6 100%);
    background: linear-gradient(to right, #388fcc 0%, #1db5a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388fcc', endColorstr='#1db5a6',GradientType=1 );
    color: #fff;
}
.top-header-font-resize .dropdown-item {
    padding: 3px 9px;
    border-top: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.top-header-font-resize .dropdown-item:first-child {
    border: none;
}
.top-header-font-resize .dropdown-item:focus,
.top-header-font-resize .dropdown-item:hover {
    background-color: #2c498d;
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.screen_reader {
    border-left: 1px solid #4964a4;
    float: left;
    padding: 9px 8px;
}
.screen_reader a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.screen_reader a:hover {
    color: #f0e84b;
}

.login_btm {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 11px 40px;
    line-height: 40px;
    background: #09c7ad;
    background: -moz-linear-gradient(left, #09c7ad 0%, #13afd7 100%);
    background: -webkit-linear-gradient(left, #09c7ad 0%, #13afd7 100%);
    background: linear-gradient(to right, #09c7ad 0%, #13afd7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09c7ad', endColorstr='#13afd7',GradientType=1 );
}
.login_btm:hover {
    background: #9dbf13;
    color: #fff;
}
.application_btm {
    background: #2c96d4;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 11px 20px;
    line-height: 40px;
}
.application_btm:hover {
    color: #fff;
    background: #9dbf13;
}

.counter-panel {
    margin-top: 48px;
}
.counter-box {
    color: #838383;
    font-size: 14px;
    line-height: 19px;
}
.counter-box .icon_box {
    float: left;
    border: 1px solid #d8d8d8;
    margin-right: 6px;
    width: 40px;
    height: 40px;
}
.counter-box span {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: block;
}

.menu {
    background: #1d3a7c;
    height: 58px;
}
.menu .navbar {
    padding: 0;
}
.menu .nav-item {
    border-left: 1px solid #395aa9;
    padding: 0 13px;
}
.menu .nav-item:first-child {
    padding-left: 0 !important;
    background: none !important;
    border-left: none;
}
.menu .nav-item a {
    color: #e0cdf3;
    font-size: 16px;
    padding: 0 !important;
}
.menu .nav-item a:hover,
.nav-item a:focus {
    color: #feffd6;
}
.menu .nav-item.active a {
    color: #f8fb90;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.menu .navbar-toggler {
    outline: none !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.menu .navbar-toggler-icon {
    background: url(../images/menu_icon.png) no-repeat;
    background-size: 100% auto;
}
.menu .dropdown-menu {
    background-color: #1d3a7c;
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 5px 7px #0006;
}
.menu .nav-item .dropdown-menu a {
    padding: 7px 15px !important;
    border-top: 1px solid #395aa9;
}
.menu .nav-item .dropdown-menu a:hover {
    color: #feffd6;
    background: none;
}
@media all and (min-width: 992px) {
    .navbar-hover .dropdown-menu:not(.animate) {
        display: none;
    }
    .navbar-hover .animate {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        margin-top: 0;
    }
    .navbar-hover .dropdown-menu .animate {
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }
    .navbar-hover .fade-down {
        top: 90%;
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .navbar-hover .dropdown-menu .fade-down {
        top: 0;
    }
    .navbar-hover .dropdown:hover > .dropdown-menu,
    .navbar-hover .nav-item:hover > .dropdown-menu {
        display: block;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

.search {
    overflow: hidden;
    position: relative;
}
.search .search-input {
    float: left;
    border-bottom: none;
    border-top: none;
    border-left: 0;
    border-right: 0;
    padding: 5px 6px;
    font-size: 13px;
    -webkit-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
    text-indent: 56px;
    background: url(../images/search_icon.png) no-repeat #152b5f center left -5px;
    width: 60px;
    height: 58px;
    outline: none !important;
    color: #fff;
}
.search .search-input:focus {
    width: 280px;
}
.search .search-input::-webkit-input-placeholder {
    color: #fff;
}
.search .search-input::-moz-placeholder {
    color: #fff;
}
.search .search-input:-ms-input-placeholder {
    color: #fff;
}
.search .search-input:-moz-placeholder {
    color: #fff;
}

/*Slider*/
.slider {
    background: #f0f0f0;
}
.jssorb031 {
    position: absolute;
}
.jssorb031 .i {
    position: absolute;
    cursor: pointer;
}
.jssorb031 .i .b {
    fill: #000;
    fill-opacity: 0.5;
    stroke: #fff;
    stroke-width: 1200;
    stroke-miterlimit: 10;
    stroke-opacity: 0.3;
}
.jssorb031 .i:hover .b {
    fill: #fff;
    fill-opacity: 0.7;
    stroke: #000;
    stroke-opacity: 0.5;
}
.jssorb031 .iav .b {
    fill: #fff;
    stroke: #000;
    fill-opacity: 1;
}
.jssorb031 .i.idn {
    opacity: 0.3;
}
.slider img {
    width: 100%;
}

.activities {
    padding: 20px 0;
    background: #0f7f8f;
    background: -moz-linear-gradient(top, #0f7f8f 0%, #185784 100%);
    background: -webkit-linear-gradient(top, #0f7f8f 0%, #185784 100%);
    background: linear-gradient(to bottom, #0f7f8f 0%, #185784 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7f8f', endColorstr='#185784',GradientType=0 );
}
.activities h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}
.activities p {
    color: #fff;
}
.activities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.activities li {
    width: 208px;
    height: 150px;
    float: left;
    margin: 0 10px;
    color: #fff;
    text-align: center;
}
.activities ul li img {
    width: 60px;
    margin: 10px auto;
    display: block;
}
.activities ul li a {
    font-size: 17px;
    line-height: 20px;
}
.ssin {
    background: #efcc15;
    border: 3px solid #ccad0e;
}
.agent {
    background: #f95d01;
    border: 3px solid #c5591a;
}
.track {
    background: #12bfbf;
    border: 3px solid #16a5a5;
}
.nominee {
    background: #b7333f;
    border: 3px solid #96242e;
}
.report {
    background: #4faf49;
    border: 3px solid #30a528;
}

.services {
    background: url(../images/grybg.jpg);
    padding: 30px 0;
}
.services-area {
    padding-top: 40px;
}
.services h2 {
    color: #1d3a7c;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}
.services p {
    color: #5f5f61;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.services .media {
    margin-bottom: 45px;
    padding-right: 15px;
    overflow: hidden;
}
.services .media .media-body {
    margin-left: 20px;
}

.services .notification {
    background: #f7ecf7;
    padding: 0;
}
.services .notification h2 {
    color: #fff;
    margin: 0;
    padding: 12px 20px 0;
    background: #5e0b5f;
}
.services .notification .panel {
    padding: 22px;
    border: 10px solid #5e0b5f;
}
.services .notification ul {
    padding: 0 23px;
    margin: 0;
}
.services .notification ul li {
    font: 400 24px "Poppins", sans-serif;
    color: #731860;
    list-style-type: disc;
    line-height: 19px;
    margin-bottom: 15px;
}
.services .notification ul li a {
    color: #676565;
    font-size: 14px;
}
.services .notification .pagination {
    padding: 5px 0px;
    float: right;
    margin-right: -1px !important;
}
.services .notification .pagination li {
    display: inline-block;
    background: no-repeat;
    padding: 0;
    margin: 0;
}
.services .notification .panel-footer li a {
    padding: 5px 12px;
    margin-left: 5px;
    background-color: #760477;
    border: 1px solid #760477;
    color: #ffffff;
}
.services .notification .panel-footer li a:hover {
    color: #760477;
    background-color: #edf7f5;
}
#gallery .item {
    border: 10px solid #d6d6d6;
    height: 197px;
    margin-top: 6px;
    overflow: hidden;
}

.others-links {
    padding: 20px 0;
}
.others-links .item a img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.owl-nav,
.owl-dots {
    display: none;
}

.footer {
    background: url(../images/footer_bg.jpg) repeat-x #212121;
    padding: 30px 0 0;
}
.footer p {
    font: 400 12px/16px "Poppins", sans-serif;
    color: #a5a5a5;
    margin: 0;
    padding: 0;
}
.footer-bottom {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 0;
    text-align: center;
}
.footer-bottom p {
    width: 100%;
    display: block;
    margin: 0 0 5px;
    padding: 0;
}
.footer-bottom p a {
    font: 400 13px "Poppins", sans-serif;
    color: #d3d1d1;
}
.footer-bottom p a:hover {
    color: #5bd4cd;
}
.footer-bottom .copyright {
    font: 400 12px "Poppins", sans-serif;
    color: #b9b9b9;
}

#scroll {
    position: fixed;
    right: 44px;
    bottom: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../images/scroll-up.png) no-repeat;
}

.inner-page {
    padding: 20px 0;
    min-height: 370px;
    border-top: 1px solid #e9ecef;
}
.inner-page h1 {
    font: 600 24px "Poppins", sans-serif;
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding-left: 12px;
    line-height: 30px;
    margin-bottom: 20px;
}
.inner-page h1::after {
    width: 5px;
    height: 30px;
    background: #2c96d4;
    position: absolute;
    left: 0;
    content: "";
}
.inner-page h2 {
    font: 600 22px "Poppins", sans-serif;
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding-left: 12px;
    line-height: 30px;
    margin-bottom: 20px;
}
.inner-page h2::after {
    width: 5px;
    height: 30px;
    background: #2c96d4;
    position: absolute;
    left: 0;
    content: "";
}
.inner-page p {
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.breadcrumb {
    background: none;
    padding: 0;
    float: right;
    margin: 0;
}
.header-bottom.inner-banner {
    background: #f8f8f8 !important;
}
.inner-banner .counter-panel {
    margin-top: 48px;
}
.dataTables_wrapper .dataTables_filter input {
    outline: 0;
}

.card-body {
    padding: 20px;
}
.card {
    border-radius: 0.375rem;
}

.datatable-box .card-header {
    background: #55b7c4;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
    position: absolute;
    bottom: 0.9em;
    display: block;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
    position: absolute;
    bottom: 0.9em;
    display: block;
}
.table thead {
    background: #e4f0fd;
}
.table thead th {
    font-size: 0.85rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef;
    color: #718dab;
    white-space: nowrap;
}
.table td {
    padding: 0.75rem;
    font-size: 0.85rem;
    border-bottom: 1px solid #e9ecef;
    white-space: nowrap;
}
.table tr td:last-child {
    white-space: normal;
    word-break: break-word;
}
.dataTables_filter {
    margin-bottom: 20px;
}

/* ============Doyel start============= */

.table.table-custom thead tr:nth-child(1) th[colspan="4"] {
    background: #008dad;
    color: #fff;
}

.table.table-custom thead tr:nth-child(1) th[colspan="2"] {
    background: #008dad;
    color: #fff;
}
.table.table-custom thead th {
    text-align: center;
}
.table.table-custom td {
    padding: 0.25rem;
    font-size: 0.8rem;
    text-align: center;
}

.table.table-custom button {
    font-size: 13px;
}

.table.table-custom th.bg-light-green,
.table.table-custom td.bg-light-green {
    background: #d5ffd5;
    color: #000;
}
.table.table-custom th.bg-light-orange,
.table.table-custom td.bg-light-orange {
    background: #ffe7cc;
    color: #000;
}
.table.table-custom th.bg-light-blue,
.table.table-custom td.bg-light-blue {
    background: #c0f2ff;
    color: #000;
}

.table.table-custom tr:nth-child(odd) {
    background: #fff;
}
.table.table-custom tr:nth-child(even) {
    background: #e3eaed;
}
.nav.nav-tab-custom {
    background: #005f74;
}
.nav.nav-tab-custom li a {
    color: #fff;
}
.table.table-custom tr.state-total {
    background: #d4ddf7; /* #c0f3ff;*/
}
.table.table-custom .state-total td {
    color: #000;
    font-weight: bold;
}

.table.table-custom thead th {
    font-size: 0.85rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-transform: capitalize;
    border-bottom: 2px solid #c7c7c7;
    color: #5c7187;
    white-space: nowrap;
    vertical-align: middle;
}
.table td {
    padding: 0.75rem;
    font-size: 0.85rem;
    border-bottom: 1px solid #e9ecef;
    white-space: nowrap;
    vertical-align: middle;
}
.table tr td:last-child {
    white-space: normal;
    word-break: break-word;
}
.dataTables_filter {
    margin-bottom: 20px;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dbdbdb;
}

.nav-tabs.nav-tab-custom .nav-item.show .nav-link,
.nav-tabs.nav-tab-custom .nav-link.active {
    background-color: #2c8295;
    border-radius: 45px;
    padding: 0.4em 1.2rem;
    border: 0;
    color: #fff;
}
.nav-tabs .nav-link:hover {
    border-radius: 45px;
}
.nav-wrapper {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.note-panel {
    font-size: 0.9rem;
}

/* Doyel 16.06.2023 start*/

.nav.nav-tab-custom {
    background: #a5b4b7;
}
.nav.nav-tab-custom li a {
    background-color: #def5fb;
    border-radius: 45px;
    padding: 0.4em 1.2rem;
    border: 0;
    color: #111230;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5) !important;
}
.nav.nav-tab-custom .nav-tabs .nav-item {
    margin-left: 1.5rem;
}
/* Doyel 16.06.2023 end*/

/* ============Doyel end============= */

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    margin-bottom: 0;
    outline: none;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 30px;
    margin: 0;
    opacity: 0;
    width: 60% !important;
    margin: 4px !important;
    opacity: 1 !important;
    outline: none;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-file-label {
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 38px;
    padding: 0.625rem 0.75rem;
    color: #8898aa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
    outline: none;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label::after {
    line-height: 1.5;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 36px;
    padding: 7px 20px;
    content: "Browse";
    color: #ffffff;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
    background-color: #8898aa;
}

.card-nav-tabs .tab-content {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.card-nav-tabs .nav-tabs .nav-link {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    background: #3569e7;
    color: #fff;
    padding: 1rem;
    padding: 1rem 1.5rem;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}
.card-nav-tabs .nav-tabs .nav-link.active {
    background: #fff;
    color: #3569e7;
}
.card-nav-tabs .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #3569e7;
    top: 0;
    left: 0;
}
.card-nav-tabs .nav-tabs {
    border-bottom: none;
}
.card-nav-tabs .form-control:focus {
    outline: 0;
    box-shadow: none;
}
label {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
.form-control {
    font-size: 13px;
}
.card-body input.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
.custom-control {
    display: inline-block;
}
.form-group {
    margin-bottom: 0;
}
.hide {
    display: none;
}
.progress {
    width: 60%;
    margin: 10px auto 20px;
    height: 1.8rem;
}

.multiselect.btn {
    font-weight: 400;
    border: 1px solid #ced4da;
    font-size: 16px;
    background: #fff;
}

/* notification bar 11012023 */
.notification-bar {
    font-size: 18px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px #fff;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(239, 204, 21, 1) 0%,
        rgba(79, 175, 73, 1) 100%
    );
}

@-webkit-keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.animated--grow-in,
.sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: transform
            cubic-bezier(0.18, 1.25, 0.4, 1),
        opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
        opacity cubic-bezier(0, 1, 0.4, 1);
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

/*LOGIN*/
.login {
    background: url(../images/login_bg.jpg) no-repeat fixed #eff4f8;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: stretch;
}
.login-bg {
    width: 100%;
}
.login-bg .logo {
    width: 750px;
}
.login-bg .logo img {
    width: 100%;
}
.login-form {
    padding: 0 10px;
    width: 75%;
    height: 100vh;
    display: grid;
    align-items: center;
}
.login-form form {
    width: 100%;
}
.cm_photo {
    float: right;
    margin-top: -54px;
}
.login h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 120px 0 0;
    padding: 0;
    color: #4e4e4e;
}
.login h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
    color: #0062cc;
}
.login .form-control {
    height: 60px;
    border-radius: 0;
    padding: 20px 40px 0 40px;
    font-size: 16px;
    color: #708290;
}
.login .form-control:focus {
    background: #e9eafc;
}
.login span.form-icon {
    position: absolute;
    left: 30px;
    top: 19px;
    transition: 0.2s ease all;
    color: #708290;
    font-size: 18px;
}
.login span.form-validation-icon {
    position: absolute;
    right: 30px;
    top: 19px;
    transition: 0.2s ease all;
    color: #949494;
    font-size: 20px;
}
.login span.form-validation-icon.green {
    color: #0c0;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 55px;
    top: 21px;
    transition: 0.2s ease all;
    color: #000;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: 8px;
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
}
.login .btn {
    height: 50px;
    width: 100%;
    color: #fff;
    background-color: #0062cc;
    border-color: #0765ca;
}
.login .btn:hover {
    background-color: #45cc45;
    border-color: #0ab90a;
}
.form-footer {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.copyright p {
    font-size: 11px;
    color: #fff;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

@media (max-width: 1024px) and (max-width: 1199px) {
    .activities li {
        width: 124px;
    }
    .counter-panel {
        margin-top: 48px;
    }
    .counter-box span {
        font-size: 12px;
    }
    .counter-box {
        font-size: 13px;
    }
    .navbar-nav {
        padding: 18px 0;
    }
    .search {
        display: none;
    }
    .application_btm,
    .login_btm {
        padding: 10px;
        font-size: 14px;
    }
    .footer-bottom .copyright {
        background: none;
    }

    .login {
        display: block;
        background: #0062cc;
    }
    .login-bg {
        background: #fff;
    }
    .login-form .text-dark {
        color: #ffffff !important;
    }
    .login h1 {
        margin: 40px 0 0;
        color: #fff;
    }
    .login h5 {
        color: #fff;
    }
    .login-form {
        width: 55%;
        margin: 0 auto;
        padding: 30px;
        background: rgba(0, 0, 0, 0.4);
        align-items: flex-start;
        height: auto;
    }
    .ml-auto,
    .mx-auto {
        margin: 0 auto !important;
    }
    .copyright {
        text-align: center;
        background: #fff;
        padding: 10px;
    }
    .form-footer {
        position: relative;
        padding: 0;
    }
    .copyright .float-right {
        float: none !important;
    }
    .cm_photo {
        margin-top: -20px;
    }
}

@media (max-width: 991px) {
    .menu {
        height: auto;
        padding: 6px 0;
    }
    .menu .nav-item {
        padding: 5px 0;
        border-top: 1px solid #395aa9;
        border-left: none;
    }
    .search {
        display: none;
    }
    .counter-panel {
        margin-top: 0;
        background: #f1f1f1;
        display: none;
    }
    .counter-box {
        border-top: 1px solid #c3c3c3;
        padding: 8px 15px;
    }
    .screen_reader {
        display: none;
    }
    .activities li {
        width: 90px;
        height: 180px;
        margin: 0 5px;
    }
    .activities h3 {
        font-size: 17px;
    }
    .activities ul li img {
        width: 50px;
    }
    .activities li {
        width: 92px;
        height: 160px;
        margin: 0 5px;
    }
    .activities ul li a {
        font-size: 15px;
    }
    .services-area {
        padding: 20px 0 0;
    }
    .services h2 {
        font-size: 17px;
    }
    .services-area img {
        width: 40px;
    }
    .services .media {
        margin: 10px 0;
        padding-right: 0;
    }
    .services h2 {
        font-size: 16px;
    }
    .services p {
        word-break: break-word;
    }
    .mb-5,
    .my-5 {
        margin-bottom: 0 !important;
    }
    .footer p {
        padding: 10px 0;
    }
    .footer-bottom {
        padding: 10px 0;
        margin-top: 10px;
        text-align: left;
    }
    .footer-bottom p {
        padding: 0 10px;
    }
    .footer-bottom .copyright {
        background: none;
        padding: 0 10px;
        text-align: left;
    }

    .login {
        display: block;
        background: #0062cc;
        align-items: center;
    }
    .login h1 {
        margin: 40px 0 0;
        font-size: 22px;
        color: #fff;
    }
    .login h5 {
        font-size: 16px;
        color: #fff;
    }
    .logo {
        position: relative;
        text-align: center;
    }
    .login-bg .logo {
        width: 100%;
    }
    .logo img {
        width: 80%;
    }
    .login-form {
        width: 80%;
        margin: 0 auto;
        padding: 0;
        background: rgba(0, 0, 0, 0.4);
        text-align: center;
        align-items: flex-start;
        height: auto;
    }
    .login-form form {
        background: none;
        padding: 0;
    }
    .login-form .text-dark {
        color: #ffffff !important;
    }
    .cm_photo {
        display: none;
    }
}

@media (max-width: 768px) {
    .select-lang {
        float: none;
        padding: 15px 0;
        text-align: center;
    }
    .header-top .top-header-font-resize,
    .screen_reader {
        display: none;
    }
    .header-top .text-right {
        text-align: center !important;
        padding: 8px 0;
        border-top: 1px solid #526a9f;
    }
    .footer {
        text-align: center;
        padding: 20px 0;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .copyright {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .breadcrumb {
        float: left;
        padding-left: 12px;
    }
    .inner-page h1 {
        margin: 0;
    }
    .header-top .text-right {
        background: #e6e6e6;
    }
    .activities h3 {
        font-size: 14px;
        margin-top: 0;
    }
    .activities ul {
        text-align: center;
    }
    .activities li {
        width: 30%;
        height: 115px;
        float: left;
        margin: 5px;
    }
    .activities ul li a {
        font-size: 14px;
    }
    .activities ul li img {
        width: 35px;
        margin: -3px auto;
    }
    .services {
        padding: 30px;
    }
    .owl-carousel .owl-item img {
        margin: 0 auto;
    }
    #scroll {
        right: 5px;
        bottom: 44px;
    }
}

@media (max-width: 320px) {
    .activities li {
        width: 45%;
        height: 100px;
    }
}

/*doyel*/
@media (min-width: 576px) {
    .modal-dialog.modal-custom-width {
        max-width: inherit;
    }
    .modal-dialog.modal-custom-width .modal-content {
        height: auto;
    }
}


body.high-contrast,
body.high-contrast p,
body.high-contrast table th,
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast h6,
body.high-contrast a,
body.high-contrast .counter-box,
body.high-contrast .counter-box span,
body.high-contrast li,
body.high-contrast .activities,
body.high-contrast .services .notification ul li a,
body.high-contrast .services .notification h2 {
  background: #000;
  color: yellow;
}
body.high-contrast img {
  background: yellow;
}
body.high-contrast .activities ul li img {
  background: #000;
}
