﻿:root {
    --base-color: #f5821f;
    --medium-gray: #546574;
    --dark-gray: #22415c;
    --light-gray: #aebac4;
    --base-color-2: #0a7de0;
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, var(--dark-gray)), to(transparent));
    background: linear-gradient(to bottom, var(--dark-gray) 7%, transparent 90%);
}

.bg-gradient-transparent-dark {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), var(--dark-gray));
}

.bg-dark {
    background-color: var(--dark-gray) !important;
}


.box-layout {
    padding: 0;
}

.page-layout {
    margin-bottom: 6em;
}

body {
    font-size: 16px;
    line-height: 28px;
    word-spacing: 0
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}



.footer-dark, .footer-dark p, .footer-dark a {
    color: var(--light-gray);
}

footer .footer-logo img {
    max-height: 120px;
}

.small-icon a {
    font-size: 16px;
    width: 30px;
    height: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: 500;
    word-spacing: 0
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--base-color));
}

/*
h2, .h2 {
    font-size: 2.65rem;
}

h3, .h3 {
    font-size: 2.25rem;
    line-height: 3.125rem;
}

h4, .h4 {
    font-size: 1.95rem;
    line-height: 3.125rem;
}

h5, .h5 {
    font-size: 1.5rem;
    line-height: 2.5rem;
}*/
a {
    color: var(--dark-gray);
}

header .navbar-brand {
    padding: 20px 0;
}

header.sticky .navbar-brand {
    padding: 15px 0;
}

    header.sticky .navbar-brand img {
        max-height: 40px;
    }

.navbar .navbar-nav .nav-link {
    font-size: 18px;
}

header.sticky .navbar .navbar-nav .nav-link {
    font-size: 16px;
}


.navbar .btn.btn-switch-text.btn-medium > span {
    padding: 5px 25px;
    font-size: 17px;
}

header.sticky .navbar .btn.btn-switch-text.btn-medium > span {
    padding: 5px 25px;
    font-size: 15px;
}

.navbar .navbar-nav .nav-item > a > i {
    display: block;
    margin-left: 5px !important;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar .navbar-nav .nav-item > a:hover > i {
    display: block;
    margin-left: 5px !important;
    margin-top: 5px !important;
}


.navbar .navbar-nav .nav-item .dropdown-toggle:after {
    display: none;
    border: 0;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: #fff;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    /*    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.85) !important;*/
}

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 16px;
        line-height: 28px;
        padding: 14px 25px 14px 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: var(--dark-gray);
    }

        .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
        .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
            opacity: 1;
            color: var(--base-color);
            padding-left: 28px;
        }


.navbar.header-light .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
    padding: 14px 0px 14px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--dark-gray);
}

    .navbar.header-light .navbar-nav .dropdown .dropdown-menu a:hover, .navbar.header-light .navbar-nav .dropdown .dropdown-menu li.active > a {
        opacity: 1;
        color: var(--base-color)
    }


.navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
}

header:not(.sticky.sticky-active) .navbar .navbar-nav .nav-item.active .nav-link:before {
    content: '';
    background: #fff;
    opacity: 1;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



header .navbar [class*=col-] .navbar-nav {
    gap: 40px;
}

    header .navbar [class*=col-] .navbar-nav .nav-item > a {
        align-self: center;
        padding: 18px 0;
    }


.navbar .navbar-nav .nav-link {
    line-height: 32px !important;
}


.navbar .navbar-nav .nav-item:hover .nav-link {
    opacity: 1;
}

header:not(.sticky.sticky-active) .navbar .navbar-nav .nav-item .nav-link:before {
    content: '';
    background: #fff;
    opacity: 0;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.sticky.sticky-active .navbar .navbar-nav .nav-item .nav-link:before {
    content: '';
    background: var(--base-color);
    opacity: 0;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



header:not(.sticky.sticky-active) .navbar .navbar-nav .nav-item:hover .nav-link:before,
header.sticky.sticky-active .navbar .navbar-nav .nav-item:hover .nav-link:before {
    opacity: 1;
}


.video-icon i {
    margin-left: 0
}

.counter-style-06 .feature-box-content .counter-title {
    top: 35%;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: inherit;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 60px;
    left: auto;
}

.down-section {
    bottom: 10px;
}

.text-justify {
    text-align: justify
}

.bg-dark .breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 / 75%);
}



#table-contents ul {
    list-style: none;
    padding: 0;
}

    #table-contents ul li a {
        color: var( --base-color);
        text-decoration: none;
        display: block;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 0.9rem;
        padding-left: 1rem;
        border-left: 3px solid transparent;
        transition: all 0.3s ease-in-out;
    }

        #table-contents ul li a:hover {
            color: var(--base-color);
        }

        #table-contents ul li a.selected {
            color: var(--base-color);
            border-left: 3px solid var(--base-color);
        }


.newsletter-style-02 .btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px 0 0 4px;
    padding: 10px 25px 9px 25px;
    display: inline-block;
}


/* Additional Fixes */
.btn.btn-rounded.btn-medium {
    padding: 8px 32px;
}
