@charset "UTF-8";


:root {
    --site: #004dda;
    --sitew: #fff;
    --siteb: #000;
	--sitegr: #008000;
    --sitred: #fff;
    --sitegrey: #f9f9f9;
    --siteyellow: #ffe462;
    --txtc: #000;
    --dsc: #000;
    --btn-bg: #000;
    --btn-bg-hover: #000;
    --icon-color: #000;
    --site-header: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    --site-sh-box: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}


a {
    text-decoration: none;
}

body {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: #f8f8f8;
    transition: all 500ms ease;
}

header {
    background: var(--site);
    position: relative;
    padding: 0 20px;
    position: sticky;
    top: 0px;
    z-index: 99999;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

img {
    width: 100%
}

.logo-box img {
    width: 150px;
    object-fit: contain;
    height: 100px;
}

.menu-link {
    padding: 10px;
    text-decoration: none;
    color: var(--sitew);
    position: relative;
}


.logo-box {
    position: relative;
    z-index: 2;
}

.header-menu-area {
    position: relative;
    z-index: 2;
}

.log-res-sub-list {

    padding: 0;
    list-style: none;
    margin: 0;
}

.lr-sub-link {
    color: var(--siteb);
    text-decoration: none;
    display: block;
    padding: 10px;
}

.sub-box {
    padding: 20px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    width: 150px;
    right: 0;
    top: 41px;
    box-shadow: var(--site-sh-box);
    display: none;
}


header:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgb(0 0 0 / 60%));
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.menu-item:hover .sub-box {
    display: block;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #dee2e6;
}

.menu-item:hover .sub-box {
    display: block;
}

.section-bg {
    background: #f3f3f3;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;

}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #cfe2ff00;
    box-shadow: none;
}


footer {
    background: #ffffff;
    padding: 20px;
}


.footer-blog-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.footer-blog-holder {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.footer-blog-dsc {
    color: var(--siteb);
);
    margin-left: 10px;
    font-size: 14px;
}

.footer-blog-list {
    padding: 0;
    margin: 0;
}

.footer-blog-item {
    padding: 2px;
}

a {
}

.footer-link-item a {
    color: var(--siteb);
);
}

.footer-link-title {
    color: var(--siteb);
    font-size: 24px;
}

.footer-link-list {
    padding: 0;
}

.footer-link-item {
    padding: 10px 0;
}

.footer-dsc {
    color: var(--siteb);
    font-size: 14px;
    padding-top: 10px;
}

.sc-media-list {
    padding: 0;
    list-style: none;
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal {
    z-index: 99999;
    transform: translate(-50%);
    top: 20%;
    left: 50%;
}


.log-res-sec {
    min-height: 75vh;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-res-box {
    padding: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: white;
    text-align: center;
}

.log-res-box h3 {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 400;
}

.log-res-box form .form-control {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.log-res-box form button {
    background-color: var(--site);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.log-res-box form button:hover {
    background-color: #033a9e;
    color: #fff;
}

.log-res-box p a {
    text-decoration: none;
    color: var(--siteb) !important;
    transition: color 0.3s;
}

.log-res-box p a:hover {
    color: #2b2b2b !important;
}


.bc-holder {
    text-align: center;
}

.bc-list {
    display: flex;
    justify-content: center;
}

.bc-item {
    position: relative;
    background: var(--sitew);
}

.bc-item a {
    padding: 10px;
    color: var(--siteb);
}

.bc-item a {display: block;position: relative;}

.bfc:before {
    /* position: absolute; */
    content: "";
    width: 1px;
    height: 25px;
    background: #051e58;
    right: 0px;
}

.bfc {
    position: relative;
}
.bc-title h1 {
    color: var(--sitew);
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 20px;
}

.site-button {
    background: var(--siteb) !important;
    width: 100%;
    color: var(--sitew);
    transition: all 500ms ease;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

.site-button:hover {
    background: var(--site)!important;
    width: 100%;
    color: var(--sitew);
    transition: all 500ms ease;
}


.company-form .form-control:focus {
    border-color: var(--site);
    outline: none;
}

.contract-content h2 {
    font-size: 24px;
    font-weight: 400;
}

.contract-content h3 {
    font-size: 20px;
}

.filter-btn {
    background: var(--siteb);
    color: var(--sitew);
    border-radius: 10px;
    padding: 10px;
    border: none;
}

.filter-btn:hover {
    background: var(--site);
    transition: all 500ms ease;
    color: var(--sitew);
}

.txt-center {
    text-align: center;
}

.form-select:focus {
    border-color: var(--site);
    outline: 0;
    box-shadow:none;
}


.form-control:focus {
    border-color:var(--site);
    outline: 0;
    box-shadow: none;
}

.bc-brs-right {
    border-radius: 0 10px 10px 0;
    background: #ffffff;
}

.bc-brs-left {
    border-radius: 10px 0 0 10px;
    background: var(--sitew);
}

.icon-logout {
    font-size: 23px;
}

.icon-user-solid {
    font-size: 20px;
}


.mobil-menu {
    width: 100%;
    height: 100%
}

.mobil-menu i {
    font-size: 30px;
    color: #3f4751
}

.mobil-menu-content.active {
    right: 0;
    box-shadow: -2px 0 5px 0 rgba(0,0,0,.1);
    display: block;
}

.mobil-menu-content {
    bottom: 0;
    position: fixed;
    top: 0;
    right: -700px;
    width: 100%;
    height: 100%;
    z-index: 101;
    transition: .2s ease-in-out;
    overflow-y: auto;
    padding: 16px;
    overflow-x: hidden;
    background: #fff;
    display: none;
}

.mobil-menu-title {
    padding: 20px 13px 20px 20px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
}

.mobil-accordion-area {
    padding: 0 0 20px
}

.mobil-menu-title i {
    font-size: 35px;
    color: #21252a69
}

.mobil-menu-list-link {
    padding: 10px;
    display: block;
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.mobil-menu-list-item {
    margin: 10px;
    border-radius: 10px;
    transition: .5s
}

.mobil-menu-list-item:hover {
    background: #e7eefb
}

.mobil-menu-list-item:hover .mobil-menu-list-link {
    color: #266ab8;
    transition: .5s
}


.header-mobil-menu {
    /* display: none; */
    color: #fff!important
}


.icon-bars-solid {
    color: #fff;
}

.header-mobil-menu .mobil-menu-content.active {
    display:block;
}

.icon-bars-solid {
    color: #fff;
    display: none;
}

.nlw {
    position: relative;
    right: -7px;
}

.skl-btn {
    background: #9200ff;
    padding: 10px;
    border-radius: 5px;
}

footer .logo-box {
    background: #052058;
    text-align: center;
}

.footer-contact-item a {
    color: var(--siteb);

    font-size: 15px;
}
.footer-contact-item {
    padding: 10px 0;
}


.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--sitew);

}

.copy-right-area {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #dfe2e7;
}

.searchbar {
    width: 100%;
    padding: 20px 83px 20px 15px;
    box-shadow: none;
    outline: 0;
    border: 1px solid #dee2e6;
    position: relative;
}


.pbs {
    position: absolute;
    right: 0;
    border: none;
    background: none;
    background: #000000;
    z-index: 3;
    top: 0;
    bottom: 0;
    color: #fff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100px;
}

.search-container {
    position: relative;
}


.search-dsc {
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 50px;
}

