@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    --primary-color: #0b3d91;
    --secondary-color: #fc3d21;
    --heading-color: #02112a;
    --font-color: #555;
    font-family: Poppins, sans-serif;
}

body.dark {
    background: #000;
}

.container {
    width: 79%;
    padding: 0 15px;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #8c89a2;
    letter-spacing: .5px;
}

h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
}

body.dark h3 {
    color: #eee;
}

.btn-primary {
    line-height: 16px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    padding: 18px 36px;
    background-color: var(--primary-color);
    transition: all .5s ease;
    border: 1px solid var(--primary-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: #063fa1;
    border-color: #003ba0;
    box-shadow: 0 0 0 0.2rem rgb(6 63 161 / 25%);
}

a.btn-outline-primary {
    color: var(--primary-color);
    line-height: 16px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    padding: 18px 36px;
    transition: all .5s ease;
}

a.btn-outline-primary:hover {
    color: #fff;
    background-color: #063fa1;
    border-color: var(--primary-color);
}

.top_btn {
    width: 42px;
    height: 42px;
    background-color: var(--secondary-color);
    color: #fff;
    position: fixed;
    bottom: -50px;
    right: 28px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    z-index: 20;
    transition: all .5s ease;
}

body.dark p {
    color: #ddd;
}

/* ----------------- HEADER STYLE -----------------*/

.logo {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 30px;
}

body.dark .logo {
    color: #eee;
}

header {
    height: 90px;
    padding: 0;
    display: grid;
    align-items: center;
    background-color: #ffffff;
    transition: all .2s ease;
    z-index: 99 !important;
    box-shadow: none;
}

body.dark header {
    background: #000;
}

header.scrolled {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 6px 0px;
    height: 80px;

}


a.logo span {
    color: var(--primary-color);
}

body.dark header nav .container li a.nav-link {
    color: #eee;
}

body.dark header nav .container li a.nav-link:hover {
    color: var(--secondary-color);
}

header nav .container li a.nav-link {
    color: var(--heading-color);
    font-weight: 400;
    font-size: 16px;
}

header nav .container li a.nav-link:hover {
    color: var(--secondary-color);
}

header nav .container a.active {
    color: var(--secondary-color) !important;
}

.nav-item {
    padding: 0 12px;
}

header nav a.search-btn {
    background-color: #f5f6f9;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    color: var(--secondary-color);
    transition: all .5s ease;
    background: #f5f6f9;
    color: #fc3d21;
}

header.scrolled nav a.search-btn {
    background: #fc3d21;
    color: #FFF;
}

header nav ul.search-list li {
    padding: 0 12px;
}

header nav a.search-btn:hover {
    color: #ffffff;
    background-color: var(--secondary-color);
}

header nav ul.search-list a.Purchase-btn {
    line-height: 16px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    padding: 18px 36px;
    background-color: var(--primary-color);
    transition: all .5s ease;
}

header nav ul.search-list a.Purchase-btn:hover {
    color: #fff;
    background-color: #063fa1;
    border-color: #063fa1;
    box-shadow: 0 0 0 0.2rem rgb(6 63 161 / 25%);
}

header nav .dark-mode {
    border: 0;
    font-size: 25px;
    padding-right: 0;
}

/* ----------------- hero-sec STYLE -----------------*/
.hero {
    background-image: url(../images/banner4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    position: relative;
    z-index: 0;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 75%);
    min-height: 100%;
    z-index: -1;
}

.hero h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 56px;
}

.hero ul {
    font-weight: 600;
    font-size: 15px;
    line-height: 22.5px;
}

.hero ul a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: all .5s;
}

.hero ul a:hover {
    opacity: 1;
}

body.dark header nav .dark-mode {
    color: #FFF;
}

body.dark header .collapse {
    background: #000 !important;
}

/* ----------------- about-sec STYLE -----------------*/
.about h3 {
    font-size: 35px;
}

body.dark .about h3 {
    color: #eee;
}

.about .container {
    padding-right: 15px;
    padding-left: 15px;
}

.about .container .col-lg-7 {
    padding: 0 12px;
}

.about .container .text p {
    margin: 0;
    color: var(--font-color);
}

body.dark .about .container .text p {
    color: #ddd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #063fa1;
    border-color: #003ba0;
    box-shadow: 0 0 0 0.2rem rgb(6 63 161 / 25%);
}

.about .container img {
    border-radius: 10px;
}

/* ----------------- w3l-products STYLE -----------------*/

.w3l-products {
    background-color: #f5f6f9;
}

body.dark .w3l-products {
    background-color: #161616;
}

body.dark .w3l-products .container .header-sec h3 {
    color: #eee;
}

.w3l-products .container .header-sec h3 {
    font-weight: 800;
}

.w3l-products .container {
    padding: 48px 15px;
}

.w3l-products .resp-tabs-list {
    display: flex;
    list-style: none;
    padding: 0;
}

.w3l-products .resp-tabs-list li {
    font-weight: 800;
    font-size: 16px;
    padding: 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    width: 24%;
    text-align: center;
    color: var(--heading-color);
    margin-right: 1%;
    border-radius: 10px;
    background-color: #fff;
}

.w3l-products .resp-tab-item.active {
    border-bottom: none;
    background: var(--primary-color) !important;
    color: #fff !important;
}

.resp-tabs-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

h2.resp-accordion {
    font-size: 20px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
    font-weight: 600;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content.active {
    display: block;
}

.resp-tab-content {
    display: none;
    padding: 15px 0;
}

.products-content h4 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: var(--heading-color);

}

body.dark .products-content h4 {
    color: #eee;
}

.products-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--font-color);
}

.products-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-content ul li {
    display: list-item;
    list-style: inside;
    list-style-type: none;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--heading-color);
}

.products-content ul li span {
    font-size: 13px;
    font-weight: 900;
    margin-right: 16px;
    color: var(--secondary-color);
}

body.dark .products-content ul li {
    color: #868686;
}

.products-content img {
    border-radius: 10px;
}

/* ----------------- Progress-sec STYLE -----------------*/
body.dark .Progress-sec .container h3 {
    color: #eee;
}

.Progress-sec .container h3 {
    color: var(--heading-color);
}

.Progress-sec .container p {
    line-height: 26px;
    color: var(--font-color);
    margin-bottom: 0;
    opacity: .9;
}

.progress-info {
    margin-bottom: 25px;
}

body.dark .progress-tittle {
    color: #ddd;
}

.progress-tittle {
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-info .progress {
    border-radius: 2em;
}

/* ----------------- team-sec STYLE -----------------*/
body.dark .team-sec {
    background-color: #161616;
}

.team-sec {
    background-color: #f5f6f9;
}

.team-sec img {
    border-radius: 10px;
}

body.dark .team-sec .info a {
    color: #ddd;
}

.team-sec .info a {
    text-decoration: none;
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 600;
    margin: 24px 0 0;
    display: block;
}

.image {
    position: relative;
    transition: all .3s ease;
}

.team-sec .info p {
    color: var(--font-color);
    opacity: .9;
}

.team-sec .image:hover .box-content {
    transform: scale(1);
}

.box-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 36%;
    background-color: rgb(11 61 145 / 70%);
    transform: scale(0);
    transition: all .3s ease 0s;
    border-radius: 10px;
    text-align: center;
}

.box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-content .title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
    line-height: 21.6px;
}

.box-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: var(--secondary-color);
    transition: all .3s ease;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 6px;
    width: 40px;
    height: 40px;
}

.box-content a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/* ----------------- Consultation-sec STYLE -----------------*/
body.dark .Consultation-sec {
    background: #1b1b1b;
}

.Consultation-sec .text h3 {
    color: var(--heading-color);
}

body.dark .Consultation-sec .text h3 {
    color: #eee;
}

.Consultation-sec .linkes {
    display: flex;
    justify-content: right;
}

/* ----------------- search-sec STYLE -----------------*/
.search-sec {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 100;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}

.search-sec .popup {
    position: relative;
    padding: 15px;
    margin: 0 auto;
    top: 40%;
    max-width: 600px;
}

.search-sec .close_btn {
    position: absolute;
    top: -100px;
    right: 0;
    transition: all 200ms;
    text-decoration: none;
    color: var(--heading-color);
    font-size: 35px;
}

.search-sec .close_btn:hover {
    opacity: .8;
}

.search-sec form {
    padding: 40px;
    max-width: 640px;
    border-radius: 10px;
    background-color: #f5f6f9;
}

.search-sec input {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    height: 55px;
    width: 100%;
    padding: 0 20px;
    color: var(--font-color);
    border-radius: 10px;
    border: 1px solid #f5f6f9;
    background: #fff;
}

.search-sec input:focus {
    outline: none;
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

.search-sec .btn-primary {
    padding: 0 20px;
    border: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    height: 55px;
}

/* ----------------- footer STYLE -----------------*/

footer {
    background-color: #000;
}

footer .logo {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    line-height: 26px;
}

footer h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
}

footer p {
    color: #fff;
    opacity: 0.8;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 1px;
}

footer .linkes a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 6px;
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    color: #fff;
    transition: 0.3s;
    border-radius: 10px;
    line-height: 40px;
    font-size: 14px;
}

footer .linkes a:hover {
    background-color: #fb4b32;
    color: #fff;
}

.copyright {
    border-top: 1px solid rgb(43 44 50 / 29%);
}

.copyright p a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}

.copyright p a:hover {
    color: var(--secondary-color);
}